diff options
Diffstat (limited to 'applications/luci-app-acl')
20 files changed, 954 insertions, 333 deletions
diff --git a/applications/luci-app-acl/Makefile b/applications/luci-app-acl/Makefile index 01fa7f1708..11af15ebb7 100644 --- a/applications/luci-app-acl/Makefile +++ b/applications/luci-app-acl/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -LUCI_TITLE:=LuCI account managment module +LUCI_TITLE:=LuCI account management module LUCI_DEPENDS:=+luci-base include ../../luci.mk diff --git a/applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js b/applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js index 52ce13c766..618facd6e6 100644 --- a/applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js +++ b/applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js @@ -73,16 +73,16 @@ var cbiACLSelect = form.Value.extend({ var readMatches = globListToRegExp(section_id, 'read'), writeMatches = globListToRegExp(section_id, 'write'); - var table = E('div', { 'class': 'table' }, [ - E('div', { 'class': 'tr' }, [ - E('div', { 'class': 'th' }, [ _('ACL group') ]), - E('div', { 'class': 'th' }, [ _('Description') ]), - E('div', { 'class': 'th' }, [ _('Access level') ]) + var table = E('table', { 'class': 'table' }, [ + E('tr', { 'class': 'tr' }, [ + E('th', { 'class': 'th' }, [ _('ACL group') ]), + E('th', { 'class': 'th' }, [ _('Description') ]), + E('th', { 'class': 'th' }, [ _('Access level') ]) ]), - E('div', { 'class': 'tr' }, [ - E('div', { 'class': 'td' }, [ '' ]), - E('div', { 'class': 'td' }, [ '' ]), - E('div', { 'class': 'td' }, [ + E('tr', { 'class': 'tr' }, [ + E('td', { 'class': 'td' }, [ '' ]), + E('td', { 'class': 'td' }, [ '' ]), + E('td', { 'class': 'td' }, [ _('Set all: ', 'Set all permissions in the table below to one of the given values'), E('a', { 'href': '#', 'click': function() { table.querySelectorAll('select').forEach(function(select) { select.value = select.options[0].value }); @@ -102,10 +102,10 @@ var cbiACLSelect = form.Value.extend({ isReadable = (readMatches[0].test(aclGroupName) && !readMatches[1].test(aclGroupName)) || null, isWritable = (writeMatches[0].test(aclGroupName) && !writeMatches[1].test(aclGroupName)) || null; - table.appendChild(E('div', { 'class': 'tr' }, [ - E('div', { 'class': 'td' }, [ aclGroupName ]), - E('div', { 'class': 'td' }, [ aclList[aclGroupName].description || '-' ]), - E('div', { 'class': 'td' }, [ + table.appendChild(E('tr', { 'class': 'tr' }, [ + E('td', { 'class': 'td' }, [ aclGroupName ]), + E('td', { 'class': 'td' }, [ aclList[aclGroupName].description || '-' ]), + E('td', { 'class': 'td' }, [ E('select', { 'data-acl-group': aclGroupName }, [ isRequired ? E([]) : E('option', { 'value': '' }, [ _('denied', 'No permissions granted') ]), E('option', { 'value': 'read', 'selected': isReadable }, [ _('readonly', 'Only read permissions granted') ]), diff --git a/applications/luci-app-acl/po/ar/acl.po b/applications/luci-app-acl/po/ar/acl.po index 28fc1e282a..962bd46853 100644 --- a/applications/luci-app-acl/po/ar/acl.po +++ b/applications/luci-app-acl/po/ar/acl.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-06-03 12:10+0000\n" -"Last-Translator: Marwan Amireh <amirehmarwan@gmail.com>\n" +"PO-Revision-Date: 2021-03-08 13:04+0000\n" +"Last-Translator: Mohammed Abu Hassan <medo94125@gmail.com>\n" "Language-Team: Arabic <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsacl/ar/>\n" "Language: ar\n" @@ -9,24 +9,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\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" -"X-Generator: Weblate 4.1-dev\n" +"X-Generator: Weblate 4.5.1\n" #: applications/luci-app-acl/root/usr/share/luci/menu.d/luci-app-acl.json:3 msgid "ACL Settings" -msgstr "" +msgstr "اعدادات ACL" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:78 msgid "ACL group" -msgstr "" +msgstr "اعدادات ACL" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:80 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:303 msgid "Access level" -msgstr "" +msgstr "مستوى الصلاحية" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:267 msgid "Cannot encrypt plaintext password since uhttpd is not installed." -msgstr "" +msgstr "لا يمكن تشفيرالنص المجرد لكلمة السر لأن uhttpd غير مثبت." #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:79 msgid "Description" @@ -34,90 +34,92 @@ msgstr "الوصف" #: applications/luci-app-acl/root/usr/share/rpcd/acl.d/luci-app-acl.json:3 msgid "Grant access to ACL configuration" -msgstr "" +msgstr "منح الوصول إلى تهيئة قائمة التحكم بالوصول (ACL)" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:212 msgid "Login name" -msgstr "" +msgstr "اسم المستخدم" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:202 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "LuCI Logins" -msgstr "" +msgstr "ولوج LuCi" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "New account" -msgstr "" +msgstr "حساب جديد" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:244 msgid "Password value" -msgstr "" +msgstr "كلمة السر" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:215 msgid "Password variant" -msgstr "" +msgstr "متغير كلمة المرور" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:297 msgid "Read access" -msgstr "" +msgstr "صلاحيات للقراءة" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:289 msgid "Session timeout" -msgstr "" +msgstr "نفاذ وقت الجلسة" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:86 msgctxt "Set all permissions in the table below to one of the given values" msgid "Set all:" -msgstr "" +msgstr "تعيين كافة:" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:175 msgid "" "The LuCI ACL management is in an experimental stage! It does not yet work " "reliably with all applications" msgstr "" +"إدارة LuCI ACL في مرحلة تجريبية! لا يعمل بشكل موثوق حتى الآن مع جميع " +"التطبيقات" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:259 msgid "The password may not start with \"$p$\"." -msgstr "" +msgstr "لا يجوز أن تبدأ كلمة المرور بـ \"$ p $\"." #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "The system account to use the password from" -msgstr "" +msgstr "حساب النظام المراد استخدام كلمة المرور منه" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "UNIX account" -msgstr "" +msgstr "حساب UNIX" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:282 msgid "Unable to encrypt plaintext password: %s" -msgstr "" +msgstr "تعذر تشفير كلمة مرور النص العادي:٪ s" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:217 msgid "Use UNIX password in /etc/shadow" -msgstr "" +msgstr "استخدم كلمة مرور UNIX في / etc / shadow" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:218 msgid "Use encrypted password hash" -msgstr "" +msgstr "استخدم تجزئة كلمة المرور المشفرة" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:219 msgid "Use plain password" -msgstr "" +msgstr "استخدم كلمة مرور عادية" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:300 msgid "Write access" -msgstr "" +msgstr "صلاحيات للتعديل" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:67 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:89 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:110 msgctxt "No permissions granted" msgid "denied" -msgstr "" +msgstr "رفض" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:294 msgid "does not expire" -msgstr "" +msgstr "لا تنتهي صلاحيتها" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:63 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:95 @@ -125,21 +127,21 @@ msgstr "" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:305 msgctxt "All permissions granted" msgid "full" -msgstr "" +msgstr "كامل" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:307 msgctxt "Select individual permissions manually" msgid "individual" -msgstr "" +msgstr "فرد" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:65 msgctxt "Some permissions granted" msgid "partial (%d/%d)" -msgstr "" +msgstr "جزئي (٪ d /٪ d)" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:92 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:111 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:306 msgctxt "Only read permissions granted" msgid "readonly" -msgstr "" +msgstr "قراءة فقط" diff --git a/applications/luci-app-acl/po/bn_BD/acl.po b/applications/luci-app-acl/po/bn_BD/acl.po index 68f48936fd..2c28a431db 100644 --- a/applications/luci-app-acl/po/bn_BD/acl.po +++ b/applications/luci-app-acl/po/bn_BD/acl.po @@ -1,46 +1,53 @@ msgid "" msgstr "" +"PO-Revision-Date: 2021-03-05 07:34+0000\n" +"Last-Translator: Anup Debnath <anupdebnath7@gmail.com>\n" +"Language-Team: Bengali (Bangladesh) <https://hosted.weblate.org/projects/" +"openwrt/luciapplicationsacl/bn_BD/>\n" "Language: bn_BD\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.5.1-dev\n" #: applications/luci-app-acl/root/usr/share/luci/menu.d/luci-app-acl.json:3 msgid "ACL Settings" -msgstr "" +msgstr "ACL সেটিংস" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:78 msgid "ACL group" -msgstr "" +msgstr "ACL গ্রুপ" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:80 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:303 msgid "Access level" -msgstr "" +msgstr "একসেস লেভেল" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:267 msgid "Cannot encrypt plaintext password since uhttpd is not installed." msgstr "" +"প্লেইনটেক্সট পাসওয়ার্ড এনক্রিপ্ট হচ্ছে না যেহেতু uhttpd ইনস্টল করা নেই।" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:79 msgid "Description" -msgstr "" +msgstr "বর্ণনা" #: applications/luci-app-acl/root/usr/share/rpcd/acl.d/luci-app-acl.json:3 msgid "Grant access to ACL configuration" -msgstr "" +msgstr "ACL কনফিগারেশনে অ্যাক্সেস মঞ্জুর করুন" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:212 msgid "Login name" -msgstr "" +msgstr "লগিন নাম" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:202 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "LuCI Logins" -msgstr "" +msgstr "LuCI লগইন" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "New account" -msgstr "" +msgstr "নতুন একাউন্ট" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:244 msgid "Password value" @@ -52,16 +59,16 @@ msgstr "" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:297 msgid "Read access" -msgstr "" +msgstr "পড়ার অনুমতি" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:289 msgid "Session timeout" -msgstr "" +msgstr "সময়সীমা শেষ" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:86 msgctxt "Set all permissions in the table below to one of the given values" msgid "Set all:" -msgstr "" +msgstr "সব সেট করুন:" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:175 msgid "" diff --git a/applications/luci-app-acl/po/cs/acl.po b/applications/luci-app-acl/po/cs/acl.po index 2cf8ba11f9..5e9b653f9f 100644 --- a/applications/luci-app-acl/po/cs/acl.po +++ b/applications/luci-app-acl/po/cs/acl.po @@ -1,121 +1,126 @@ msgid "" msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2021-02-05 14:57+0000\n" +"Last-Translator: Karel Riesner <riesner@gmail.com>\n" +"Language-Team: Czech <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsacl/cs/>\n" "Language: cs\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.5-dev\n" #: applications/luci-app-acl/root/usr/share/luci/menu.d/luci-app-acl.json:3 msgid "ACL Settings" -msgstr "" +msgstr "Nastavení ACL" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:78 msgid "ACL group" -msgstr "" +msgstr "ACL skupina" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:80 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:303 msgid "Access level" -msgstr "" +msgstr "Přístupová úroveň" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:267 msgid "Cannot encrypt plaintext password since uhttpd is not installed." -msgstr "" +msgstr "Nemohu zašifrovat textové heslo protože uhttpd není nainstalovaný." #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:79 msgid "Description" -msgstr "" +msgstr "Popis" #: applications/luci-app-acl/root/usr/share/rpcd/acl.d/luci-app-acl.json:3 msgid "Grant access to ACL configuration" -msgstr "" +msgstr "Povolit přístup k nastavení ACL" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:212 msgid "Login name" -msgstr "" +msgstr "Přihlašovací jméno" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:202 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "LuCI Logins" -msgstr "" +msgstr "LuCI přihlášení" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "New account" -msgstr "" +msgstr "Nový účet" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:244 msgid "Password value" -msgstr "" +msgstr "Hodnota hesla" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:215 msgid "Password variant" -msgstr "" +msgstr "Varianta hesla" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:297 msgid "Read access" -msgstr "" +msgstr "Přístup ke čtení" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:289 msgid "Session timeout" -msgstr "" +msgstr "Časový limit relace" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:86 msgctxt "Set all permissions in the table below to one of the given values" msgid "Set all:" -msgstr "" +msgstr "Nastavit vše:" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:175 msgid "" "The LuCI ACL management is in an experimental stage! It does not yet work " "reliably with all applications" msgstr "" +"Správa LuCI ACL je v experimentální fázi! Prozatím nefunguje spolehlivě se " +"všemi aplikacemi" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:259 msgid "The password may not start with \"$p$\"." -msgstr "" +msgstr "Heslo nesmí začínat \"$p$\"." #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "The system account to use the password from" -msgstr "" +msgstr "Systémový účet, ze kterého se má použít heslo" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "UNIX account" -msgstr "" +msgstr "Účet UNIX" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:282 msgid "Unable to encrypt plaintext password: %s" -msgstr "" +msgstr "Nelze zašifrovat heslo ve formátu prostého textu: %s" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:217 msgid "Use UNIX password in /etc/shadow" -msgstr "" +msgstr "Použití hesla systému UNIX v /etc/shadow" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:218 msgid "Use encrypted password hash" -msgstr "" +msgstr "Použít šifrovaný hash hesla" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:219 msgid "Use plain password" -msgstr "" +msgstr "Použít prosté heslo" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:300 msgid "Write access" -msgstr "" +msgstr "Přístup pro zápis" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:67 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:89 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:110 msgctxt "No permissions granted" msgid "denied" -msgstr "" +msgstr "zamítnuto" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:294 msgid "does not expire" -msgstr "" +msgstr "nevyprší" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:63 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:95 @@ -123,21 +128,21 @@ msgstr "" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:305 msgctxt "All permissions granted" msgid "full" -msgstr "" +msgstr "plný" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:307 msgctxt "Select individual permissions manually" msgid "individual" -msgstr "" +msgstr "individuální" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:65 msgctxt "Some permissions granted" msgid "partial (%d/%d)" -msgstr "" +msgstr "částečné (%d/%d)" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:92 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:111 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:306 msgctxt "Only read permissions granted" msgid "readonly" -msgstr "" +msgstr "pouze pro čtení" diff --git a/applications/luci-app-acl/po/cy/acl.po b/applications/luci-app-acl/po/cy/acl.po new file mode 100644 index 0000000000..b16fab5639 --- /dev/null +++ b/applications/luci-app-acl/po/cy/acl.po @@ -0,0 +1,149 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2021-01-23 03:57+0000\n" +"Last-Translator: Gareth Vaughan Jones <garethvjones@me.com>\n" +"Language-Team: Welsh <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsacl/cy/>\n" +"Language: cy\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=6; plural=(n==0) ? 0 : (n==1) ? 1 : (n==2) ? 2 : " +"(n==3) ? 3 :(n==6) ? 4 : 5;\n" +"X-Generator: Weblate 4.5-dev\n" + +#: applications/luci-app-acl/root/usr/share/luci/menu.d/luci-app-acl.json:3 +msgid "ACL Settings" +msgstr "Gosodiadau ACL" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:78 +msgid "ACL group" +msgstr "Grwp ACL" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:80 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:303 +msgid "Access level" +msgstr "Lefel mynediad" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:267 +msgid "Cannot encrypt plaintext password since uhttpd is not installed." +msgstr "" +"Nid yw'n bosib amgryptio cyfrinair sydd mewn plaintext. Nid yw uhttpd wedi " +"ei osod." + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:79 +msgid "Description" +msgstr "Disgrifiad" + +#: applications/luci-app-acl/root/usr/share/rpcd/acl.d/luci-app-acl.json:3 +msgid "Grant access to ACL configuration" +msgstr "Caniatau mynediad i gyfluniadau ACL" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:212 +msgid "Login name" +msgstr "Enw mewngofnodi" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:202 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 +msgid "LuCI Logins" +msgstr "Mewngyfnodion LuCI" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 +msgid "New account" +msgstr "Cyfrif newydd" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:244 +msgid "Password value" +msgstr "Gwerth cyfrinair" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:215 +msgid "Password variant" +msgstr "Amrywiad y cyfrinair" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:297 +msgid "Read access" +msgstr "Mynediad darllen" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:289 +msgid "Session timeout" +msgstr "Mae y sesiwn wedi amseru allan" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:86 +msgctxt "Set all permissions in the table below to one of the given values" +msgid "Set all:" +msgstr "Gosod pop:" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:175 +msgid "" +"The LuCI ACL management is in an experimental stage! It does not yet work " +"reliably with all applications" +msgstr "" +"Mae rheolaeth ACL LuCI mewn cyfnod arbrofol! Nid yw'n gweithio yn ddibynadwy " +"eto gyda phob meddalwedd" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:259 +msgid "The password may not start with \"$p$\"." +msgstr "Ni all y cyfrinair ddechrau gyda \"$p$\"." + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 +msgid "The system account to use the password from" +msgstr "Mae cyfrif y system yn mynd i ddefnyddio y cyfrinair o" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 +msgid "UNIX account" +msgstr "Cyfrif UNIX" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:282 +msgid "Unable to encrypt plaintext password: %s" +msgstr "Nid yw'n bosib amgryptio cyfrinair plaintext: %s" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:217 +msgid "Use UNIX password in /etc/shadow" +msgstr "Defnyddio cyfrinair UNIX yn /etc/shadow" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:218 +msgid "Use encrypted password hash" +msgstr "Defnyddio'r cyfrinair sydd wedi ei amgryptio" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:219 +msgid "Use plain password" +msgstr "Defnyddio cyfrinair plaen" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:300 +msgid "Write access" +msgstr "Hawliau mynediad ysgrifennu" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:67 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:89 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:110 +msgctxt "No permissions granted" +msgid "denied" +msgstr "gwadu" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:294 +msgid "does not expire" +msgstr "nid yw'n darfod" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:63 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:95 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:112 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:305 +msgctxt "All permissions granted" +msgid "full" +msgstr "llawn" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:307 +msgctxt "Select individual permissions manually" +msgid "individual" +msgstr "unigol" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:65 +msgctxt "Some permissions granted" +msgid "partial (%d/%d)" +msgstr "rhannol (%d/%d)" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:92 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:111 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:306 +msgctxt "Only read permissions granted" +msgid "readonly" +msgstr "darllen yn unig" diff --git a/applications/luci-app-acl/po/da/acl.po b/applications/luci-app-acl/po/da/acl.po new file mode 100644 index 0000000000..83f4231267 --- /dev/null +++ b/applications/luci-app-acl/po/da/acl.po @@ -0,0 +1,138 @@ +msgid "" +msgstr "" +"Language: da\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-acl/root/usr/share/luci/menu.d/luci-app-acl.json:3 +msgid "ACL Settings" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:78 +msgid "ACL group" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:80 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:303 +msgid "Access level" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:267 +msgid "Cannot encrypt plaintext password since uhttpd is not installed." +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:79 +msgid "Description" +msgstr "" + +#: applications/luci-app-acl/root/usr/share/rpcd/acl.d/luci-app-acl.json:3 +msgid "Grant access to ACL configuration" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:212 +msgid "Login name" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:202 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 +msgid "LuCI Logins" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 +msgid "New account" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:244 +msgid "Password value" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:215 +msgid "Password variant" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:297 +msgid "Read access" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:289 +msgid "Session timeout" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:86 +msgctxt "Set all permissions in the table below to one of the given values" +msgid "Set all:" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:175 +msgid "" +"The LuCI ACL management is in an experimental stage! It does not yet work " +"reliably with all applications" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:259 +msgid "The password may not start with \"$p$\"." +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 +msgid "The system account to use the password from" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 +msgid "UNIX account" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:282 +msgid "Unable to encrypt plaintext password: %s" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:217 +msgid "Use UNIX password in /etc/shadow" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:218 +msgid "Use encrypted password hash" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:219 +msgid "Use plain password" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:300 +msgid "Write access" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:67 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:89 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:110 +msgctxt "No permissions granted" +msgid "denied" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:294 +msgid "does not expire" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:63 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:95 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:112 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:305 +msgctxt "All permissions granted" +msgid "full" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:307 +msgctxt "Select individual permissions manually" +msgid "individual" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:65 +msgctxt "Some permissions granted" +msgid "partial (%d/%d)" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:92 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:111 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:306 +msgctxt "Only read permissions granted" +msgid "readonly" +msgstr "" diff --git a/applications/luci-app-acl/po/he/acl.po b/applications/luci-app-acl/po/he/acl.po index 2532878d53..71a2c613b6 100644 --- a/applications/luci-app-acl/po/he/acl.po +++ b/applications/luci-app-acl/po/he/acl.po @@ -1,13 +1,16 @@ msgid "" msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2021-01-15 22:31+0000\n" +"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n" +"Language-Team: Hebrew <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsacl/he/>\n" "Language: he\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.5-dev\n" #: applications/luci-app-acl/root/usr/share/luci/menu.d/luci-app-acl.json:3 msgid "ACL Settings" @@ -28,7 +31,7 @@ msgstr "" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:79 msgid "Description" -msgstr "" +msgstr "תיאור" #: applications/luci-app-acl/root/usr/share/rpcd/acl.d/luci-app-acl.json:3 msgid "Grant access to ACL configuration" @@ -66,7 +69,7 @@ msgstr "" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:86 msgctxt "Set all permissions in the table below to one of the given values" msgid "Set all:" -msgstr "" +msgstr "הגדר הכל:" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:175 msgid "" diff --git a/applications/luci-app-acl/po/hu/acl.po b/applications/luci-app-acl/po/hu/acl.po index c08d326b34..32a894d4d8 100644 --- a/applications/luci-app-acl/po/hu/acl.po +++ b/applications/luci-app-acl/po/hu/acl.po @@ -1,121 +1,128 @@ msgid "" msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2020-08-10 12:32+0000\n" +"Last-Translator: Balázs Úr <balazs@urbalazs.hu>\n" +"Language-Team: Hungarian <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsacl/hu/>\n" "Language: hu\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" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.2-dev\n" #: applications/luci-app-acl/root/usr/share/luci/menu.d/luci-app-acl.json:3 msgid "ACL Settings" -msgstr "" +msgstr "ACL beállítások" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:78 msgid "ACL group" -msgstr "" +msgstr "ACL csoport" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:80 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:303 msgid "Access level" -msgstr "" +msgstr "Hozzáférési szint" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:267 msgid "Cannot encrypt plaintext password since uhttpd is not installed." msgstr "" +"Nem lehet titkosítani az egyszerű szöveges jelszót, mivel az uhttpd nincs " +"telepítve." #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:79 msgid "Description" -msgstr "" +msgstr "Leírás" #: applications/luci-app-acl/root/usr/share/rpcd/acl.d/luci-app-acl.json:3 msgid "Grant access to ACL configuration" -msgstr "" +msgstr "Hozzáférés biztosítása az ACL beállításhoz" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:212 msgid "Login name" -msgstr "" +msgstr "Bejelentkezési név" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:202 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "LuCI Logins" -msgstr "" +msgstr "LuCI bejelentkezések" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "New account" -msgstr "" +msgstr "Új fiók" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:244 msgid "Password value" -msgstr "" +msgstr "Jelszóérték" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:215 msgid "Password variant" -msgstr "" +msgstr "Jelszóváltozat" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:297 msgid "Read access" -msgstr "" +msgstr "Olvasási hozzáférés" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:289 msgid "Session timeout" -msgstr "" +msgstr "Munkamenet-időkorlát" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:86 msgctxt "Set all permissions in the table below to one of the given values" msgid "Set all:" -msgstr "" +msgstr "Összes beállítása:" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:175 msgid "" "The LuCI ACL management is in an experimental stage! It does not yet work " "reliably with all applications" msgstr "" +"A LuCI ACL kezelés kísérleti szakaszban van! Még nem működik megbízhatóan az " +"összes alkalmazásnál" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:259 msgid "The password may not start with \"$p$\"." -msgstr "" +msgstr "A jelszó nem kezdődhet „$p$” értékkel." #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "The system account to use the password from" -msgstr "" +msgstr "Az a rendszerfiók, amelytől a jelszót használja" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "UNIX account" -msgstr "" +msgstr "UNIX fiók" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:282 msgid "Unable to encrypt plaintext password: %s" -msgstr "" +msgstr "Nem lehet titkosítani az egyszerű szöveges jelszót: %s" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:217 msgid "Use UNIX password in /etc/shadow" -msgstr "" +msgstr "Az /etc/shadow fájlban lévő UNIX jelszó használata" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:218 msgid "Use encrypted password hash" -msgstr "" +msgstr "Titkosított jelszókivonat használata" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:219 msgid "Use plain password" -msgstr "" +msgstr "Egyszerű jelszó használata" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:300 msgid "Write access" -msgstr "" +msgstr "Írási hozzáférés" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:67 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:89 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:110 msgctxt "No permissions granted" msgid "denied" -msgstr "" +msgstr "megtagadva" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:294 msgid "does not expire" -msgstr "" +msgstr "nem jár le" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:63 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:95 @@ -123,21 +130,21 @@ msgstr "" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:305 msgctxt "All permissions granted" msgid "full" -msgstr "" +msgstr "teljes" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:307 msgctxt "Select individual permissions manually" msgid "individual" -msgstr "" +msgstr "egyéni" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:65 msgctxt "Some permissions granted" msgid "partial (%d/%d)" -msgstr "" +msgstr "részleges (%d/%d)" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:92 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:111 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:306 msgctxt "Only read permissions granted" msgid "readonly" -msgstr "" +msgstr "csak olvasható" diff --git a/applications/luci-app-acl/po/it/acl.po b/applications/luci-app-acl/po/it/acl.po index 0b6a0b05af..79b1f14e03 100644 --- a/applications/luci-app-acl/po/it/acl.po +++ b/applications/luci-app-acl/po/it/acl.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2020-05-31 01:41+0000\n" -"Last-Translator: Gerardo Doro <gerrydoro97@gmail.com>\n" +"PO-Revision-Date: 2020-12-01 16:16+0000\n" +"Last-Translator: Er Gatto <facebook@libraro.it>\n" "Language-Team: Italian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsacl/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 4.1-dev\n" +"X-Generator: Weblate 4.4-dev\n" #: applications/luci-app-acl/root/usr/share/luci/menu.d/luci-app-acl.json:3 msgid "ACL Settings" @@ -39,7 +39,7 @@ msgstr "Permetti accesso alla configurazione ACL" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:212 msgid "Login name" -msgstr "" +msgstr "Nome Login" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:202 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 @@ -52,7 +52,7 @@ msgstr "Nuovo account" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:244 msgid "Password value" -msgstr "" +msgstr "Password" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:215 msgid "Password variant" @@ -85,7 +85,7 @@ msgstr "La password non può iniziare con \"$p$\"." #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "The system account to use the password from" -msgstr "" +msgstr "L'account di sistema dal quale utilizzare la password" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "UNIX account" diff --git a/applications/luci-app-acl/po/ja/acl.po b/applications/luci-app-acl/po/ja/acl.po index 456c322ae4..b2a3ca12d0 100644 --- a/applications/luci-app-acl/po/ja/acl.po +++ b/applications/luci-app-acl/po/ja/acl.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2020-06-13 22:13+0000\n" +"PO-Revision-Date: 2021-06-11 06:32+0000\n" "Last-Translator: Satoru Yoshida <ramat@ram.ne.jp>\n" "Language-Team: Japanese <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsacl/ja/>\n" @@ -10,24 +10,24 @@ msgstr "" "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" +"X-Generator: Weblate 4.7-dev\n" #: applications/luci-app-acl/root/usr/share/luci/menu.d/luci-app-acl.json:3 msgid "ACL Settings" -msgstr "" +msgstr "ACL 設定" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:78 msgid "ACL group" -msgstr "" +msgstr "ACL グループ" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:80 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:303 msgid "Access level" -msgstr "" +msgstr "アクセスレベル" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:267 msgid "Cannot encrypt plaintext password since uhttpd is not installed." -msgstr "" +msgstr "uhttpdがインストールされていないため、プレーンテキストのパスワードを暗号化できません。" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:79 msgid "Description" @@ -35,24 +35,24 @@ msgstr "説明" #: applications/luci-app-acl/root/usr/share/rpcd/acl.d/luci-app-acl.json:3 msgid "Grant access to ACL configuration" -msgstr "" +msgstr "ACL 構成へのアクセスを許可" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:212 msgid "Login name" -msgstr "" +msgstr "ログイン名" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:202 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "LuCI Logins" -msgstr "" +msgstr "LuCI ログイン" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "New account" -msgstr "" +msgstr "新規アカウント" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:244 msgid "Password value" -msgstr "" +msgstr "パスワード値" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:215 msgid "Password variant" @@ -60,22 +60,22 @@ msgstr "" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:297 msgid "Read access" -msgstr "" +msgstr "読み取りアクセス" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:289 msgid "Session timeout" -msgstr "" +msgstr "セッション・タイムアウト" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:86 msgctxt "Set all permissions in the table below to one of the given values" msgid "Set all:" -msgstr "" +msgstr "すべて設定:" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:175 msgid "" "The LuCI ACL management is in an experimental stage! It does not yet work " "reliably with all applications" -msgstr "" +msgstr "LuCI ACL管理はまだ実験段階です!すべてのアプリケーションで確実に機能するわけではありません" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:259 msgid "The password may not start with \"$p$\"." @@ -83,42 +83,42 @@ msgstr "" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "The system account to use the password from" -msgstr "" +msgstr "パスワードを使用するシステムアカウント" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "UNIX account" -msgstr "" +msgstr "UNIX アカウント" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:282 msgid "Unable to encrypt plaintext password: %s" -msgstr "" +msgstr "平文パスワードを暗号化できません: %s" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:217 msgid "Use UNIX password in /etc/shadow" -msgstr "" +msgstr "/etc/shadow の UNIX パスワードを使用" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:218 msgid "Use encrypted password hash" -msgstr "" +msgstr "暗号化されたパスワードハッシュを使用" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:219 msgid "Use plain password" -msgstr "" +msgstr "平文パスワードを使用" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:300 msgid "Write access" -msgstr "" +msgstr "書き込みアクセス" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:67 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:89 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:110 msgctxt "No permissions granted" msgid "denied" -msgstr "" +msgstr "拒否" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:294 msgid "does not expire" -msgstr "" +msgstr "有効期限なし" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:63 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:95 @@ -126,12 +126,12 @@ msgstr "" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:305 msgctxt "All permissions granted" msgid "full" -msgstr "" +msgstr "すべて" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:307 msgctxt "Select individual permissions manually" msgid "individual" -msgstr "" +msgstr "個別" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:65 msgctxt "Some permissions granted" @@ -143,4 +143,4 @@ msgstr "" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:306 msgctxt "Only read permissions granted" msgid "readonly" -msgstr "" +msgstr "読み取り専用" diff --git a/applications/luci-app-acl/po/ko/acl.po b/applications/luci-app-acl/po/ko/acl.po index 067a66c567..3ca9dd6ff3 100644 --- a/applications/luci-app-acl/po/ko/acl.po +++ b/applications/luci-app-acl/po/ko/acl.po @@ -1,121 +1,124 @@ msgid "" msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2021-06-06 14:38+0000\n" +"Last-Translator: thenist <p717394@gmail.com>\n" +"Language-Team: Korean <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsacl/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.7-dev\n" #: applications/luci-app-acl/root/usr/share/luci/menu.d/luci-app-acl.json:3 msgid "ACL Settings" -msgstr "" +msgstr "ACL 설정" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:78 msgid "ACL group" -msgstr "" +msgstr "ACL 그룹" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:80 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:303 msgid "Access level" -msgstr "" +msgstr "접근 레벨" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:267 msgid "Cannot encrypt plaintext password since uhttpd is not installed." -msgstr "" +msgstr "uhttpd가 설치되어 있지 않기 때문에 일반 텍스트 암호를 암호화할 수 없습니다." #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:79 msgid "Description" -msgstr "" +msgstr "설명" #: applications/luci-app-acl/root/usr/share/rpcd/acl.d/luci-app-acl.json:3 msgid "Grant access to ACL configuration" -msgstr "" +msgstr "ACL 설정에 접근 허가" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:212 msgid "Login name" -msgstr "" +msgstr "로그인 이름" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:202 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "LuCI Logins" -msgstr "" +msgstr "LuCI 로그인" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "New account" -msgstr "" +msgstr "새로운 계정" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:244 msgid "Password value" -msgstr "" +msgstr "암호 값" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:215 msgid "Password variant" -msgstr "" +msgstr "암호 종류" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:297 msgid "Read access" -msgstr "" +msgstr "읽기 권한" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:289 msgid "Session timeout" -msgstr "" +msgstr "세션 타임아웃" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:86 msgctxt "Set all permissions in the table below to one of the given values" msgid "Set all:" -msgstr "" +msgstr "모두 설정:" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:175 msgid "" "The LuCI ACL management is in an experimental stage! It does not yet work " "reliably with all applications" -msgstr "" +msgstr "LuCI ACL 관리는 실험 단계에 있습니다! 아직 모든 애플리케이션에서 안정적으로 작동하지는 않습니다" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:259 msgid "The password may not start with \"$p$\"." -msgstr "" +msgstr "암호는 \"$p$\"로 시작할 수 없습니다." #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "The system account to use the password from" -msgstr "" +msgstr "암호를 쓸 시스템 계정" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "UNIX account" -msgstr "" +msgstr "UNIX 계정" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:282 msgid "Unable to encrypt plaintext password: %s" -msgstr "" +msgstr "일반 텍스트 암호를 암호화 할 수 없습니다: %s" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:217 msgid "Use UNIX password in /etc/shadow" -msgstr "" +msgstr "/etc/shadow 안 Unix 암호 사용하기" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:218 msgid "Use encrypted password hash" -msgstr "" +msgstr "암호화된 암호 해쉬 사용하기" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:219 msgid "Use plain password" -msgstr "" +msgstr "일반 암호 사용" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:300 msgid "Write access" -msgstr "" +msgstr "쓰기 권한" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:67 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:89 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:110 msgctxt "No permissions granted" msgid "denied" -msgstr "" +msgstr "거부됨" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:294 msgid "does not expire" -msgstr "" +msgstr "만료되지 않음" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:63 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:95 @@ -123,21 +126,21 @@ msgstr "" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:305 msgctxt "All permissions granted" msgid "full" -msgstr "" +msgstr "꽉찬" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:307 msgctxt "Select individual permissions manually" msgid "individual" -msgstr "" +msgstr "각" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:65 msgctxt "Some permissions granted" msgid "partial (%d/%d)" -msgstr "" +msgstr "일부 (%d/%d)" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:92 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:111 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:306 msgctxt "Only read permissions granted" msgid "readonly" -msgstr "" +msgstr "읽기전용" diff --git a/applications/luci-app-acl/po/mr/acl.po b/applications/luci-app-acl/po/mr/acl.po index b2fabb1f50..dee44d4a9c 100644 --- a/applications/luci-app-acl/po/mr/acl.po +++ b/applications/luci-app-acl/po/mr/acl.po @@ -1,120 +1,127 @@ msgid "" msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2020-10-01 08:41+0000\n" +"Last-Translator: Prachi Joshi <josprachi@yahoo.com>\n" +"Language-Team: Marathi <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsacl/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 4.3-dev\n" #: applications/luci-app-acl/root/usr/share/luci/menu.d/luci-app-acl.json:3 msgid "ACL Settings" -msgstr "" +msgstr "एसीएल सेटिंग्ज" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:78 msgid "ACL group" -msgstr "" +msgstr "एसीएल गट" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:80 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:303 msgid "Access level" -msgstr "" +msgstr "प्रवेश स्तर" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:267 msgid "Cannot encrypt plaintext password since uhttpd is not installed." msgstr "" +"Uhttpd स्थापित केलेला नसल्यामुळे साधा मजकूर संकेतशब्द कूटबद्ध करू शकत नाही." #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:79 msgid "Description" -msgstr "" +msgstr "वर्णन" #: applications/luci-app-acl/root/usr/share/rpcd/acl.d/luci-app-acl.json:3 msgid "Grant access to ACL configuration" -msgstr "" +msgstr "एसीएल कॉन्फिगरेशनमध्ये प्रवेश मंजूर करा" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:212 msgid "Login name" -msgstr "" +msgstr "लॉगिन नाव" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:202 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "LuCI Logins" -msgstr "" +msgstr "LuCI लॉगिन" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "New account" -msgstr "" +msgstr "नवीन खाते" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:244 msgid "Password value" -msgstr "" +msgstr "संकेतशब्द मूल्य" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:215 msgid "Password variant" -msgstr "" +msgstr "संकेतशब्द प्रकार" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:297 msgid "Read access" -msgstr "" +msgstr "वाचन प्रवेश" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:289 msgid "Session timeout" -msgstr "" +msgstr "सत्र कालबाह्य वेळ" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:86 msgctxt "Set all permissions in the table below to one of the given values" msgid "Set all:" -msgstr "" +msgstr "सर्व सेट करा:" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:175 msgid "" "The LuCI ACL management is in an experimental stage! It does not yet work " "reliably with all applications" msgstr "" +"LuCI ACL व्यवस्थापन प्रायोगिक अवस्थेत आहे! हे अद्याप सर्व अनुप्रयोगांसह " +"विश्वसनीयरित्या कार्य करत नाही" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:259 msgid "The password may not start with \"$p$\"." -msgstr "" +msgstr "संकेतशब्द \"$p$\" ने प्रारंभ होणार नाही." #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "The system account to use the password from" -msgstr "" +msgstr "ज्यातून संकेतशब्द वापरायचा असे सिस्टिम खाते" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "UNIX account" -msgstr "" +msgstr "UNIX खाते" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:282 msgid "Unable to encrypt plaintext password: %s" -msgstr "" +msgstr "साधा मजकूर : %s संकेतशब्द कूटबद्ध करण्यात अक्षम" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:217 msgid "Use UNIX password in /etc/shadow" -msgstr "" +msgstr "UNIX संकेतशब्द /etc/shadow मधून वापरा" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:218 msgid "Use encrypted password hash" -msgstr "" +msgstr "कूटबद्ध संकेतशब्द हॅश वापरा" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:219 msgid "Use plain password" -msgstr "" +msgstr "साधा संकेतशब्द वापरा" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:300 msgid "Write access" -msgstr "" +msgstr "लेखन प्रवेश" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:67 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:89 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:110 msgctxt "No permissions granted" msgid "denied" -msgstr "" +msgstr "नाकारले" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:294 msgid "does not expire" -msgstr "" +msgstr "कालबाह्य होत नाही" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:63 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:95 @@ -122,21 +129,21 @@ msgstr "" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:305 msgctxt "All permissions granted" msgid "full" -msgstr "" +msgstr "संपूर्ण" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:307 msgctxt "Select individual permissions manually" msgid "individual" -msgstr "" +msgstr "वैयक्तिक" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:65 msgctxt "Some permissions granted" msgid "partial (%d/%d)" -msgstr "" +msgstr "आंशिक (%d/%d)" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:92 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:111 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:306 msgctxt "Only read permissions granted" msgid "readonly" -msgstr "" +msgstr "फक्त वाचा" diff --git a/applications/luci-app-acl/po/nb_NO/acl.po b/applications/luci-app-acl/po/nb_NO/acl.po index 54776ef52b..d1bb8a568b 100644 --- a/applications/luci-app-acl/po/nb_NO/acl.po +++ b/applications/luci-app-acl/po/nb_NO/acl.po @@ -1,121 +1,126 @@ msgid "" msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: nb\n" +"PO-Revision-Date: 2021-03-09 06:26+0000\n" +"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n" +"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsacl/nb_NO/>\n" +"Language: nb_NO\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" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.5.1\n" #: applications/luci-app-acl/root/usr/share/luci/menu.d/luci-app-acl.json:3 msgid "ACL Settings" -msgstr "" +msgstr "ACL-innstillinger" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:78 msgid "ACL group" -msgstr "" +msgstr "ACL-gruppe" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:80 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:303 msgid "Access level" -msgstr "" +msgstr "Tilgangsnivå" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:267 msgid "Cannot encrypt plaintext password since uhttpd is not installed." -msgstr "" +msgstr "Kan ikke kryptere klartekstpassord, siden uhttpd ikke er installert." #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:79 msgid "Description" -msgstr "" +msgstr "Beskrivelse" #: applications/luci-app-acl/root/usr/share/rpcd/acl.d/luci-app-acl.json:3 msgid "Grant access to ACL configuration" -msgstr "" +msgstr "Innvilg tilgang til ACL-oppsett" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:212 msgid "Login name" -msgstr "" +msgstr "Innloggingsnavn" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:202 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "LuCI Logins" -msgstr "" +msgstr "LuCI-innlogginger" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "New account" -msgstr "" +msgstr "Ny konto" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:244 msgid "Password value" -msgstr "" +msgstr "Passordsverdi" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:215 msgid "Password variant" -msgstr "" +msgstr "Passordsvariant" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:297 msgid "Read access" -msgstr "" +msgstr "Lesetilgang" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:289 msgid "Session timeout" -msgstr "" +msgstr "Tidsavbrudd for økt" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:86 msgctxt "Set all permissions in the table below to one of the given values" msgid "Set all:" -msgstr "" +msgstr "Sett alle:" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:175 msgid "" "The LuCI ACL management is in an experimental stage! It does not yet work " "reliably with all applications" msgstr "" +"LuCI ACL-håntering er i eksperimentelt stadie. Det fungerer ikke pålitelig " +"med alle programmer" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:259 msgid "The password may not start with \"$p$\"." -msgstr "" +msgstr "Passordet kan ikke starte med «$p$»." #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "The system account to use the password from" -msgstr "" +msgstr "Systemkontoen å bruke passord fra" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "UNIX account" -msgstr "" +msgstr "UNIX-konto" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:282 msgid "Unable to encrypt plaintext password: %s" -msgstr "" +msgstr "Kunne ikke kryptere klartekst-passord: %s" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:217 msgid "Use UNIX password in /etc/shadow" -msgstr "" +msgstr "Bruk UNIX-passord i /etc/shadow" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:218 msgid "Use encrypted password hash" -msgstr "" +msgstr "Bruk kryptert passord-sjekksum" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:219 msgid "Use plain password" -msgstr "" +msgstr "Bruk klartekstpassord" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:300 msgid "Write access" -msgstr "" +msgstr "Skrivetilgang" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:67 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:89 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:110 msgctxt "No permissions granted" msgid "denied" -msgstr "" +msgstr "avslått" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:294 msgid "does not expire" -msgstr "" +msgstr "utløper ikke" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:63 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:95 @@ -123,21 +128,21 @@ msgstr "" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:305 msgctxt "All permissions granted" msgid "full" -msgstr "" +msgstr "full" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:307 msgctxt "Select individual permissions manually" msgid "individual" -msgstr "" +msgstr "individuell" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:65 msgctxt "Some permissions granted" msgid "partial (%d/%d)" -msgstr "" +msgstr "delvis (%d/%d)" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:92 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:111 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:306 msgctxt "Only read permissions granted" msgid "readonly" -msgstr "" +msgstr "skrivebeskyttet" diff --git a/applications/luci-app-acl/po/nl/acl.po b/applications/luci-app-acl/po/nl/acl.po new file mode 100644 index 0000000000..889bda1c83 --- /dev/null +++ b/applications/luci-app-acl/po/nl/acl.po @@ -0,0 +1,138 @@ +msgid "" +msgstr "" +"Language: nl\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-acl/root/usr/share/luci/menu.d/luci-app-acl.json:3 +msgid "ACL Settings" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:78 +msgid "ACL group" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:80 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:303 +msgid "Access level" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:267 +msgid "Cannot encrypt plaintext password since uhttpd is not installed." +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:79 +msgid "Description" +msgstr "" + +#: applications/luci-app-acl/root/usr/share/rpcd/acl.d/luci-app-acl.json:3 +msgid "Grant access to ACL configuration" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:212 +msgid "Login name" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:202 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 +msgid "LuCI Logins" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 +msgid "New account" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:244 +msgid "Password value" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:215 +msgid "Password variant" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:297 +msgid "Read access" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:289 +msgid "Session timeout" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:86 +msgctxt "Set all permissions in the table below to one of the given values" +msgid "Set all:" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:175 +msgid "" +"The LuCI ACL management is in an experimental stage! It does not yet work " +"reliably with all applications" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:259 +msgid "The password may not start with \"$p$\"." +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 +msgid "The system account to use the password from" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 +msgid "UNIX account" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:282 +msgid "Unable to encrypt plaintext password: %s" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:217 +msgid "Use UNIX password in /etc/shadow" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:218 +msgid "Use encrypted password hash" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:219 +msgid "Use plain password" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:300 +msgid "Write access" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:67 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:89 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:110 +msgctxt "No permissions granted" +msgid "denied" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:294 +msgid "does not expire" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:63 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:95 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:112 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:305 +msgctxt "All permissions granted" +msgid "full" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:307 +msgctxt "Select individual permissions manually" +msgid "individual" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:65 +msgctxt "Some permissions granted" +msgid "partial (%d/%d)" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:92 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:111 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:306 +msgctxt "Only read permissions granted" +msgid "readonly" +msgstr "" diff --git a/applications/luci-app-acl/po/si/acl.po b/applications/luci-app-acl/po/si/acl.po new file mode 100644 index 0000000000..52c4c3d8db --- /dev/null +++ b/applications/luci-app-acl/po/si/acl.po @@ -0,0 +1,144 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2021-03-01 07:55+0000\n" +"Last-Translator: HelaBasa <R45XvezA@protonmail.ch>\n" +"Language-Team: Sinhala <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsacl/si/>\n" +"Language: si\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.5\n" + +#: applications/luci-app-acl/root/usr/share/luci/menu.d/luci-app-acl.json:3 +msgid "ACL Settings" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:78 +msgid "ACL group" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:80 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:303 +msgid "Access level" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:267 +msgid "Cannot encrypt plaintext password since uhttpd is not installed." +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:79 +msgid "Description" +msgstr "" + +#: applications/luci-app-acl/root/usr/share/rpcd/acl.d/luci-app-acl.json:3 +msgid "Grant access to ACL configuration" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:212 +msgid "Login name" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:202 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 +msgid "LuCI Logins" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 +msgid "New account" +msgstr "නව ගිණුම" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:244 +msgid "Password value" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:215 +msgid "Password variant" +msgstr "මුරපද ප්රභේදය" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:297 +msgid "Read access" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:289 +msgid "Session timeout" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:86 +msgctxt "Set all permissions in the table below to one of the given values" +msgid "Set all:" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:175 +msgid "" +"The LuCI ACL management is in an experimental stage! It does not yet work " +"reliably with all applications" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:259 +msgid "The password may not start with \"$p$\"." +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 +msgid "The system account to use the password from" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 +msgid "UNIX account" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:282 +msgid "Unable to encrypt plaintext password: %s" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:217 +msgid "Use UNIX password in /etc/shadow" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:218 +msgid "Use encrypted password hash" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:219 +msgid "Use plain password" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:300 +msgid "Write access" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:67 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:89 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:110 +msgctxt "No permissions granted" +msgid "denied" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:294 +msgid "does not expire" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:63 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:95 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:112 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:305 +msgctxt "All permissions granted" +msgid "full" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:307 +msgctxt "Select individual permissions manually" +msgid "individual" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:65 +msgctxt "Some permissions granted" +msgid "partial (%d/%d)" +msgstr "" + +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:92 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:111 +#: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:306 +msgctxt "Only read permissions granted" +msgid "readonly" +msgstr "" diff --git a/applications/luci-app-acl/po/sv/acl.po b/applications/luci-app-acl/po/sv/acl.po index 487333b5bd..ac6510b3d2 100644 --- a/applications/luci-app-acl/po/sv/acl.po +++ b/applications/luci-app-acl/po/sv/acl.po @@ -1,121 +1,128 @@ msgid "" msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2021-03-09 06:26+0000\n" +"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n" +"Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsacl/sv/>\n" "Language: sv\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" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.5.1\n" #: applications/luci-app-acl/root/usr/share/luci/menu.d/luci-app-acl.json:3 msgid "ACL Settings" -msgstr "" +msgstr "ACL Inställningar" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:78 msgid "ACL group" -msgstr "" +msgstr "ACL Grupp" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:80 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:303 msgid "Access level" -msgstr "" +msgstr "Åtkomstnivå" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:267 msgid "Cannot encrypt plaintext password since uhttpd is not installed." msgstr "" +"Kan inte kryptera lösenord i klartext på grund av att uhttpd inte är " +"installerad." #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:79 msgid "Description" -msgstr "" +msgstr "Beskrivning" #: applications/luci-app-acl/root/usr/share/rpcd/acl.d/luci-app-acl.json:3 msgid "Grant access to ACL configuration" -msgstr "" +msgstr "Ge åtkomst till ACL konfiguration" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:212 msgid "Login name" -msgstr "" +msgstr "Inloggningsnamn" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:202 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "LuCI Logins" -msgstr "" +msgstr "LuCI Inloggningar" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "New account" -msgstr "" +msgstr "Nytt konto" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:244 msgid "Password value" -msgstr "" +msgstr "Lösenords värde" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:215 msgid "Password variant" -msgstr "" +msgstr "Lösenordsvariant" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:297 msgid "Read access" -msgstr "" +msgstr "Läsåtkomst" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:289 msgid "Session timeout" -msgstr "" +msgstr "Sessionstiden är slut" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:86 msgctxt "Set all permissions in the table below to one of the given values" msgid "Set all:" -msgstr "" +msgstr "Sätt alla:" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:175 msgid "" "The LuCI ACL management is in an experimental stage! It does not yet work " "reliably with all applications" msgstr "" +"LuCI ACL hantering är i experimentstadiet. Det fungerar ännu inte säkert med " +"alla applikationer." #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:259 msgid "The password may not start with \"$p$\"." -msgstr "" +msgstr "Lösenordet får inte inledas med \"$p$\"." #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "The system account to use the password from" -msgstr "" +msgstr "Systemkontot att använda lösenordet från" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "UNIX account" -msgstr "" +msgstr "UNIX konto" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:282 msgid "Unable to encrypt plaintext password: %s" -msgstr "" +msgstr "Kan inte kryptera lösenord i klartext: %s" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:217 msgid "Use UNIX password in /etc/shadow" -msgstr "" +msgstr "Använd UNIX lösenord i /etc/shadow" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:218 msgid "Use encrypted password hash" -msgstr "" +msgstr "Använd krypterade lösenords hash" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:219 msgid "Use plain password" -msgstr "" +msgstr "Använd lösenord i klartext" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:300 msgid "Write access" -msgstr "" +msgstr "Skrivåtkomst" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:67 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:89 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:110 msgctxt "No permissions granted" msgid "denied" -msgstr "" +msgstr "nekad" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:294 msgid "does not expire" -msgstr "" +msgstr "utan bäst-före datum" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:63 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:95 @@ -123,21 +130,21 @@ msgstr "" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:305 msgctxt "All permissions granted" msgid "full" -msgstr "" +msgstr "full" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:307 msgctxt "Select individual permissions manually" msgid "individual" -msgstr "" +msgstr "individuell" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:65 msgctxt "Some permissions granted" msgid "partial (%d/%d)" -msgstr "" +msgstr "delvis (%d/%d)" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:92 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:111 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:306 msgctxt "Only read permissions granted" msgid "readonly" -msgstr "" +msgstr "skrivskyddad" diff --git a/applications/luci-app-acl/po/tr/acl.po b/applications/luci-app-acl/po/tr/acl.po index 0ff49b28d6..39b16efc83 100644 --- a/applications/luci-app-acl/po/tr/acl.po +++ b/applications/luci-app-acl/po/tr/acl.po @@ -1,121 +1,127 @@ msgid "" msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2021-04-09 08:05+0000\n" +"Last-Translator: Oğuz Ersen <oguzersen@protonmail.com>\n" +"Language-Team: Turkish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsacl/tr/>\n" "Language: tr\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" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.6-dev\n" #: applications/luci-app-acl/root/usr/share/luci/menu.d/luci-app-acl.json:3 msgid "ACL Settings" -msgstr "" +msgstr "ACL Ayarları" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:78 msgid "ACL group" -msgstr "" +msgstr "ACL grubu" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:80 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:303 msgid "Access level" -msgstr "" +msgstr "Yetki düzeyi" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:267 msgid "Cannot encrypt plaintext password since uhttpd is not installed." msgstr "" +"uhttpd kurulu olmadığı için düz metin biçimindeki parola şifrelenemiyor." #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:79 msgid "Description" -msgstr "" +msgstr "Açıklama" #: applications/luci-app-acl/root/usr/share/rpcd/acl.d/luci-app-acl.json:3 msgid "Grant access to ACL configuration" -msgstr "" +msgstr "ACL yapılandırmasına erişim izni verin" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:212 msgid "Login name" -msgstr "" +msgstr "Kullanıcı adı" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:202 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "LuCI Logins" -msgstr "" +msgstr "LuCI Girişleri" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "New account" -msgstr "" +msgstr "Yeni kullanıcı hesabı" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:244 msgid "Password value" -msgstr "" +msgstr "Şifre değeri" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:215 msgid "Password variant" -msgstr "" +msgstr "Şifre türü" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:297 msgid "Read access" -msgstr "" +msgstr "Okuma erişimi" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:289 msgid "Session timeout" -msgstr "" +msgstr "Oturum zaman aşımı" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:86 msgctxt "Set all permissions in the table below to one of the given values" msgid "Set all:" -msgstr "" +msgstr "Hepsini ayarla:" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:175 msgid "" "The LuCI ACL management is in an experimental stage! It does not yet work " "reliably with all applications" msgstr "" +"LuCI ACL yönetimi deneysel bir aşamada! Şuanlık bütün uygulamalarda " +"güvenilir bir şekilde çalışmıyor" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:259 msgid "The password may not start with \"$p$\"." -msgstr "" +msgstr "Şifreler \"$p$\" ile başlayamaz." #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "The system account to use the password from" -msgstr "" +msgstr "Şifresi kullanılacak sistem hesabı" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "UNIX account" -msgstr "" +msgstr "UNIX hesabı" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:282 msgid "Unable to encrypt plaintext password: %s" -msgstr "" +msgstr "Düz metin şifre şifrelenemedi: %s" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:217 msgid "Use UNIX password in /etc/shadow" -msgstr "" +msgstr "/etc/shadow konumundaki UNIX şifresini kullan" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:218 msgid "Use encrypted password hash" -msgstr "" +msgstr "Şifrelenmiş şifre hash'ı kullan" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:219 msgid "Use plain password" -msgstr "" +msgstr "Düz şifre kullan" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:300 msgid "Write access" -msgstr "" +msgstr "Yazma erişimi" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:67 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:89 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:110 msgctxt "No permissions granted" msgid "denied" -msgstr "" +msgstr "reddedildi" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:294 msgid "does not expire" -msgstr "" +msgstr "süresi dolmaz" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:63 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:95 @@ -123,21 +129,21 @@ msgstr "" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:305 msgctxt "All permissions granted" msgid "full" -msgstr "" +msgstr "tam" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:307 msgctxt "Select individual permissions manually" msgid "individual" -msgstr "" +msgstr "Bireysel" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:65 msgctxt "Some permissions granted" msgid "partial (%d/%d)" -msgstr "" +msgstr "kısmi (%d/%d)" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:92 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:111 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:306 msgctxt "Only read permissions granted" msgid "readonly" -msgstr "" +msgstr "salt okunur" diff --git a/applications/luci-app-acl/po/zh_Hans/acl.po b/applications/luci-app-acl/po/zh_Hans/acl.po index a6690673dd..5ed71eaeff 100644 --- a/applications/luci-app-acl/po/zh_Hans/acl.po +++ b/applications/luci-app-acl/po/zh_Hans/acl.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-04-23 19:22+0000\n" -"Last-Translator: SunSpring <yearnsun@gmail.com>\n" +"PO-Revision-Date: 2021-04-13 11:51+0000\n" +"Last-Translator: xiazhang <xz@xia.plus>\n" "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsacl/zh_Hans/>\n" "Language: zh_Hans\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" +"X-Generator: Weblate 4.6-dev\n" #: applications/luci-app-acl/root/usr/share/luci/menu.d/luci-app-acl.json:3 msgid "ACL Settings" @@ -73,7 +73,7 @@ msgstr "设置全部:" msgid "" "The LuCI ACL management is in an experimental stage! It does not yet work " "reliably with all applications" -msgstr "LuCI ACL 管理处于实验阶段!它还不能在所有应用程序中可靠的工作." +msgstr "LuCI ACL 管理处于实验阶段!它还不能可靠地在所有应用程序中工作" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:259 msgid "The password may not start with \"$p$\"." diff --git a/applications/luci-app-acl/po/zh_Hant/acl.po b/applications/luci-app-acl/po/zh_Hant/acl.po index c882db902f..9e96303a33 100644 --- a/applications/luci-app-acl/po/zh_Hant/acl.po +++ b/applications/luci-app-acl/po/zh_Hant/acl.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-06-30 13:42+0000\n" -"Last-Translator: Hulen <shift0106@gmail.com>\n" +"PO-Revision-Date: 2021-01-28 10:32+0000\n" +"Last-Translator: akibou <jinwenxin1997@icloud.com>\n" "Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsacl/zh_Hant/>\n" "Language: zh_Hant\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" +"X-Generator: Weblate 4.5-dev\n" #: applications/luci-app-acl/root/usr/share/luci/menu.d/luci-app-acl.json:3 msgid "ACL Settings" @@ -21,11 +21,11 @@ msgstr "ACL 群組" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:80 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:303 msgid "Access level" -msgstr "存取權限" +msgstr "存取級別" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:267 msgid "Cannot encrypt plaintext password since uhttpd is not installed." -msgstr "由於未安裝 uhttpd,因此無法加密明文密碼。" +msgstr "由於未安裝 uHTTPd,因此無法加密明文密碼。" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:79 msgid "Description" @@ -33,16 +33,16 @@ msgstr "描述" #: applications/luci-app-acl/root/usr/share/rpcd/acl.d/luci-app-acl.json:3 msgid "Grant access to ACL configuration" -msgstr "授予存取 ACL 設定的權限" +msgstr "授予 ACL 組態擁有存取的權限" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:212 msgid "Login name" -msgstr "登錄名稱" +msgstr "登入名稱" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:202 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "LuCI Logins" -msgstr "LuCI 登錄" +msgstr "LuCI 登入" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:209 msgid "New account" @@ -62,7 +62,7 @@ msgstr "讀取權限" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:289 msgid "Session timeout" -msgstr "工作階段逾時" +msgstr "工作階段逾時值" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:86 msgctxt "Set all permissions in the table below to one of the given values" @@ -73,15 +73,15 @@ msgstr "設定全部:" msgid "" "The LuCI ACL management is in an experimental stage! It does not yet work " "reliably with all applications" -msgstr "LuCI ACL 管理處於實驗階段!它還不能在所有應用程式中可靠的工作" +msgstr "LuCI ACL 管理處於實驗階段!它尚無法確保在所有應用程式中工作之可靠性" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:259 msgid "The password may not start with \"$p$\"." -msgstr "密碼不能以「$p$」開頭。" +msgstr "密碼不能以 \"$p$\" 開頭。" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "The system account to use the password from" -msgstr "系統帳號使用的密碼" +msgstr "使用該密碼的系統帳號" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:232 msgid "UNIX account" @@ -89,15 +89,15 @@ msgstr "UNIX 帳號" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:282 msgid "Unable to encrypt plaintext password: %s" -msgstr "無法加密明文密碼:%s" +msgstr "無法加密明文密碼(訊息:%s)" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:217 msgid "Use UNIX password in /etc/shadow" -msgstr "使用 UNIX 密碼在 /etc/shadow" +msgstr "使用 /etc/shadow 檔案中的 UNIX 密碼" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:218 msgid "Use encrypted password hash" -msgstr "使用加密的密碼雜湊" +msgstr "使用雜湊加密的密碼" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:219 msgid "Use plain password" @@ -112,11 +112,11 @@ msgstr "寫入權限" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:110 msgctxt "No permissions granted" msgid "denied" -msgstr "拒絕" +msgstr "已拒絕" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:294 msgid "does not expire" -msgstr "不會過期" +msgstr "永不過期" #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:63 #: applications/luci-app-acl/htdocs/luci-static/resources/view/system/acl.js:95 |