From: Andy Walsh Date: Mon, 10 Feb 2020 14:08:52 +0000 (+0100) Subject: luci-app-samba4: add support for new UCI option X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=refs%2Fpull%2F3621%2Fhead;p=oweals%2Fluci.git luci-app-samba4: add support for new UCI option * add support for new UCI option "allow_legacy_protocols" Signed-off-by: Andy Walsh --- diff --git a/applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js b/applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js index 7aface6ec..48779c91c 100644 --- a/applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js +++ b/applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js @@ -43,6 +43,9 @@ return L.view.extend({ o = s.taboption('general', form.Flag, 'macos', _('Enable macOS compatible shares'), _('Enables Apple\'s AAPL extension globally and adds macOS compatibility options to all shares.')); + + o = s.taboption('general', form.Flag, 'allow_legacy_protocols', _('Allow legacy (insecure) protocols/authentication.'), + _('Allow legacy smb(v1)/Lanman connections, needed for older devices without smb(v2.1/3) support.')); if (stats[2].type === 'file') { s.taboption('general', form.Flag, 'disable_netbios', _('Disable Netbios')) diff --git a/applications/luci-app-samba4/po/bg/samba4.po b/applications/luci-app-samba4/po/bg/samba4.po index ace34221a..f2dec4a05 100644 --- a/applications/luci-app-samba4/po/bg/samba4.po +++ b/applications/luci-app-samba4/po/bg/samba4.po @@ -13,23 +13,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Pootle 2.0.4\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "" @@ -37,19 +47,19 @@ msgstr "" msgid "Description" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "" @@ -57,7 +67,7 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "" @@ -71,7 +81,7 @@ msgid "" "to all shares." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "" @@ -83,11 +93,11 @@ msgstr "" msgid "General Settings" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "" @@ -99,7 +109,7 @@ msgstr "" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "" @@ -114,25 +124,25 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -140,14 +150,20 @@ msgid "" "Settings' tab." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "" + +#~ msgid "Mask for new directories" +#~ msgstr "Mask for new directories" + +#~ msgid "Mask for new files" +#~ msgstr "Mask for new files" diff --git a/applications/luci-app-samba4/po/ca/samba4.po b/applications/luci-app-samba4/po/ca/samba4.po index ba35ffdd8..4f833b087 100644 --- a/applications/luci-app-samba4/po/ca/samba4.po +++ b/applications/luci-app-samba4/po/ca/samba4.po @@ -16,23 +16,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10.1\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "Permet convidats" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "Usuaris permesos" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "Crea màscara" @@ -40,19 +50,19 @@ msgstr "Crea màscara" msgid "Description" msgstr "Descripció" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "Màscara de directori" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "" @@ -60,7 +70,7 @@ msgstr "" msgid "Edit Template" msgstr "Edita plantilla" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "Edita la plantilla que s'usa per generar la configuració de samba." @@ -74,7 +84,7 @@ msgid "" "to all shares." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "" @@ -86,11 +96,11 @@ msgstr "" msgid "General Settings" msgstr "Ajusts generals" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "" @@ -102,7 +112,7 @@ msgstr "Interfície" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "Nom" @@ -117,25 +127,25 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "Ruta" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "Només lectura" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "Directoris compartits" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -147,14 +157,41 @@ msgstr "" "barra ('|') no es deuen canviar. Reben els seus valors de la pestanya " "'Ajusts generals'." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "Grup de treball" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "" +#~ "Permet que els usuaris del sistema pugin arribar als seus directoris " +#~ "d'inici via comparticions de xarxa" + +#~ msgid "Hostname" +#~ msgstr "Nom de l’amfitrió" + +#~ msgid "Share home-directories" +#~ msgstr "Comparteix directoris d'inici" + +#~ msgid "Mask for new directories" +#~ msgstr "Màscara per directoris nous" + +#~ msgid "Mask for new files" +#~ msgstr "Màscara per fitxers nous" + +#~ msgid "Shared Directory" +#~ msgstr "Directori compartit" + +#~ msgid "Physical Path" +#~ msgstr "Ruta física" + +#~ msgid "optional" +#~ msgstr "opcional" diff --git a/applications/luci-app-samba4/po/cs/samba4.po b/applications/luci-app-samba4/po/cs/samba4.po index 9f19e04f5..65eb5d0f0 100644 --- a/applications/luci-app-samba4/po/cs/samba4.po +++ b/applications/luci-app-samba4/po/cs/samba4.po @@ -12,23 +12,33 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 3.10\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "Povolení hosté" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "Povolení uživatelé" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "Sdílení Apple Time-machine" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "Možnost procházení" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "Vytvořit masku" @@ -36,19 +46,19 @@ msgstr "Vytvořit masku" msgid "Description" msgstr "Popis" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "Maska adresáře" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "Zakázat řadič domény služby Active Directory" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "Zakázat NetBIOS" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "Zakázat Winbind" @@ -56,7 +66,7 @@ msgstr "Zakázat Winbind" msgid "Edit Template" msgstr "Editovat šablonu" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "" "Editovat šablonu, která je použita pro generování konfiguračního souboru pro " @@ -74,7 +84,7 @@ msgstr "" "Povoluje rozšíření AAPL společnosti Apple globálně a do všech sdílených " "složek přidává možnosti kompatibility s macOS." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "Vynutit superuživatelský přístup" @@ -86,11 +96,11 @@ msgstr "Vynutit synchronní I/O" msgid "General Settings" msgstr "Obecné nastavení" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "Pouze pro hosty" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "Zdědit vlastníka" @@ -102,7 +112,7 @@ msgstr "Rozhraní" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "Naslouchat pouze na daném rozhraní nebo, pokud není zadáno, v síti LAN" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "Název" @@ -119,11 +129,11 @@ msgstr "" "U levnějších zařízení může zvýšit rychlost tím, že se vynutí synchronní I/O " "místo výchozího asynchronního." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "Cesta" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." @@ -131,15 +141,15 @@ msgstr "" "Přidejte adresáře, které chcete sdílet. Každý adresář odkazuje na složku na " "připojeném zařízení." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "Pouze pro čtení" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "Sdílené adresáře" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -150,14 +160,32 @@ msgstr "" "konfigurace samby generována. Hodnoty uzavřené rourou (\"|\"), by se neměly " "měnit. Tyto hodnoty jsou brány ze záložky \"Obecná nastavení\"." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "Velikost Time-machine v GB" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "VFS objekty" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "Skupina" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "" +#~ "Povoluje systémovým uživatelům přístup do jejich domácích adresářů skrze " +#~ "sdílení přes síť." + +#~ msgid "Hostname" +#~ msgstr "Název počítače" + +#~ msgid "Share home-directories" +#~ msgstr "Sdílet domácí adresáře" + +#~ msgid "Mask for new directories" +#~ msgstr "Maska pro nové adresáře" + +#~ msgid "Mask for new files" +#~ msgstr "Maska pro nové soubory" diff --git a/applications/luci-app-samba4/po/de/samba4.po b/applications/luci-app-samba4/po/de/samba4.po index 91305d3b3..dd8c0b632 100644 --- a/applications/luci-app-samba4/po/de/samba4.po +++ b/applications/luci-app-samba4/po/de/samba4.po @@ -14,23 +14,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.11-dev\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "Gastzugang" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "Legitimierte Benutzer" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "Apple Time-Machine Freigabe" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "Durchsuchbar" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "Berechtigungs-maske für neue Dateien" @@ -38,19 +48,19 @@ msgstr "Berechtigungs-maske für neue Dateien" msgid "Description" msgstr "Beschreibung" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "Verzeichnis-maske" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "Deaktiviere Active Directory Domain Controller" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "Deaktiviere Netbios" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "Deaktiviere Winbind" @@ -58,7 +68,7 @@ msgstr "Deaktiviere Winbind" msgid "Edit Template" msgstr "Template bearbeiten" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "" "Hier kann das Template bearbeitet werden, das zur Erstellung der Samba-" @@ -74,7 +84,7 @@ msgid "" "to all shares." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "Root erzwingen" @@ -86,11 +96,11 @@ msgstr "synchrone I/O erzwingen" msgid "General Settings" msgstr "Allgemeine Einstellungen" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "Nur Gaeste" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "Besitzer Erben" @@ -104,7 +114,7 @@ msgstr "" "Nur auf die angegebene Schnittstelle reagieren oder, wenn nicht " "spezifiziert, auf LAN" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "Name" @@ -119,11 +129,11 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "Pfad" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." @@ -131,15 +141,15 @@ msgstr "" "Bitte fügen Sie Verzeichnisse hinzu, die Sie freigeben möchten. Jedes " "Verzeichnis bezieht sich auf einen Ordner auf einem bereitgestellten Gerät." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "Nur Lesen" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "Freigegebene Verzeichnisse" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -152,14 +162,35 @@ msgstr "" "werden, da diese beim Erstellen der Konfiguration mit den Werten aus dem Tab " "'Allgemeine Einstellungen' ersetzt werden." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "Arbeitsgruppe" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "" +#~ "Systembenutzer dürfen ihre Heimatverzeichnis über Netzwerkfreigaben " +#~ "erreichen." + +#~ msgid "Hostname" +#~ msgstr "Hostname" + +#~ msgid "Share home-directories" +#~ msgstr "Heimatverzeichnisse freigeben" + +#~ msgid "Browseable" +#~ msgstr "Suchbar" + +#~ msgid "Mask for new directories" +#~ msgstr "Maske für neue Verzeichnisse" + +#~ msgid "Mask for new files" +#~ msgstr "Maske für neue Dateien" diff --git a/applications/luci-app-samba4/po/el/samba4.po b/applications/luci-app-samba4/po/el/samba4.po index aa2268ceb..57d9c325a 100644 --- a/applications/luci-app-samba4/po/el/samba4.po +++ b/applications/luci-app-samba4/po/el/samba4.po @@ -14,23 +14,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "" @@ -38,19 +48,19 @@ msgstr "" msgid "Description" msgstr "Περιγραφή" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "" @@ -58,7 +68,7 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "" @@ -72,7 +82,7 @@ msgid "" "to all shares." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "" @@ -84,11 +94,11 @@ msgstr "" msgid "General Settings" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "" @@ -100,7 +110,7 @@ msgstr "" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "Όνομα" @@ -115,25 +125,25 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -141,11 +151,11 @@ msgid "" "Settings' tab." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "" diff --git a/applications/luci-app-samba4/po/en/samba4.po b/applications/luci-app-samba4/po/en/samba4.po index e4abc9190..c8f3e79ce 100644 --- a/applications/luci-app-samba4/po/en/samba4.po +++ b/applications/luci-app-samba4/po/en/samba4.po @@ -13,23 +13,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.4\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "Allow guests" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "Allowed users" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "Create mask" @@ -37,19 +47,19 @@ msgstr "Create mask" msgid "Description" msgstr "Description" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "Directory mask" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "" @@ -57,7 +67,7 @@ msgstr "" msgid "Edit Template" msgstr "Edit template" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "Edit the template that is used for generating the Samba configuration." @@ -71,7 +81,7 @@ msgid "" "to all shares." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "" @@ -83,11 +93,11 @@ msgstr "" msgid "General Settings" msgstr "General settings" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "" @@ -99,7 +109,7 @@ msgstr "" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "Name" @@ -114,25 +124,25 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "Path" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "Read-only" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "Shared Directories" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -144,14 +154,31 @@ msgstr "" "('|') should not be changed. They get their values from the 'General " "settings' tab." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "Workgroup" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "" +#~ "Allow system users to reach their home directories via network shares" + +#~ msgid "Hostname" +#~ msgstr "Hostname" + +#~ msgid "Share home-directories" +#~ msgstr "Share home-directories" + +#~ msgid "Mask for new directories" +#~ msgstr "Mask for new directories" + +#~ msgid "Mask for new files" +#~ msgstr "Mask for new files" diff --git a/applications/luci-app-samba4/po/es/samba4.po b/applications/luci-app-samba4/po/es/samba4.po index 7dbebb5f9..87cf10d1a 100644 --- a/applications/luci-app-samba4/po/es/samba4.po +++ b/applications/luci-app-samba4/po/es/samba4.po @@ -14,23 +14,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "Permitir invitados" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "Usuarios permitidos" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "Compartir como Apple Time-Machine" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "Navegable" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "Crear máscara" @@ -38,19 +48,19 @@ msgstr "Crear máscara" msgid "Description" msgstr "Descripción" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "Máscara de directorio" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "Desactivar el controlador de dominio de directorio activo" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "Desactivar Netbios" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "Desactivar Winbind" @@ -58,7 +68,7 @@ msgstr "Desactivar Winbind" msgid "Edit Template" msgstr "Editar plantilla" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "Editar la plantilla usada para generar la configuración de samba." @@ -74,7 +84,7 @@ msgstr "" "Activa la extensión AAPL de Apple globalmente y agrega opciones de " "compatibilidad de macOS a todos los recursos compartidos." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "Forzar Root" @@ -86,11 +96,11 @@ msgstr "Forzar E/S sincrónica" msgid "General Settings" msgstr "Configuración general" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "Sólo invitados" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "Heredar propietario" @@ -102,7 +112,7 @@ msgstr "Interfaz" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "Escuche solo en la interfaz dada o, si no se especifica, en lan" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "Nombre" @@ -119,11 +129,11 @@ msgstr "" "En dispositivos de gama baja, puede aumentar la velocidad al forzar E/ S " "sincrónica en lugar de la predeterminada." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "Ruta" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." @@ -131,15 +141,15 @@ msgstr "" "Por favor agregue directorios para compartir. Cada directorio hace " "referencia a una carpeta en un dispositivo montado." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "Sólo lectura" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "Directorios compartidos" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -151,14 +161,41 @@ msgstr "" "delimitados por plecas («|»); estos reciben sus valores de la pestaña " "«Configuración general»." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "Tamaño del Time-Machine en GB" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "Objetos vfs" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "Grupo de trabajo" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "" +#~ "Permitir a los usuarios acceder a sus carpetas personales a través de " +#~ "Samba4" + +#~ msgid "Hostname" +#~ msgstr "Nombre de host" + +#~ msgid "Share home-directories" +#~ msgstr "Compartir carpetas personales" + +#~ msgid "Mask for new directories" +#~ msgstr "Máscara para directorios nuevos" + +#~ msgid "Mask for new files" +#~ msgstr "Máscara para archivos nuevos" + +#~ msgid "Shared Directory" +#~ msgstr "Directorio compatido" + +#~ msgid "Physical Path" +#~ msgstr "Ruta Física" + +#~ msgid "optional" +#~ msgstr "opcional" diff --git a/applications/luci-app-samba4/po/fr/samba4.po b/applications/luci-app-samba4/po/fr/samba4.po index a9870fb77..c9f804309 100644 --- a/applications/luci-app-samba4/po/fr/samba4.po +++ b/applications/luci-app-samba4/po/fr/samba4.po @@ -14,24 +14,34 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 3.11-dev\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "Autoriser les invités" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "Utilisateurs autorisés" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "Partage Apple Time-machine" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 #, fuzzy msgid "Browse-able" msgstr "Autorisé à parcourir" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "Créer un masque" @@ -39,19 +49,19 @@ msgstr "Créer un masque" msgid "Description" msgstr "Description" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "Masque de répertoire" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "Désactiver le contrôleur de domaine Active Directory" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "Désactiver Netbios" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "Désactiver Winbind" @@ -59,7 +69,7 @@ msgstr "Désactiver Winbind" msgid "Edit Template" msgstr "Modifier le modèle" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "Éditer le modèle utilisé pour générer la configuration Samba." @@ -87,11 +97,11 @@ msgstr "Force les I/O synchrones" msgid "General Settings" msgstr "Paramètres généraux" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "Invités seulement" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "Hériter du propriétaire" @@ -103,7 +113,7 @@ msgstr "Interface" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "Écouter uniquement sur l'interface précisée, ou à défaut, sur lan" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "Nom" @@ -125,7 +135,7 @@ msgstr "" msgid "Path" msgstr "Chemin" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." @@ -133,15 +143,15 @@ msgstr "" "Veuillez ajouter des répertoires à partager. Chaque répertoire fait " "référence à un dossier sur un périphérique monté." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "Lecture seule" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "Répertoires partagés" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -153,14 +163,32 @@ msgstr "" " (« | ») ne doivent pas être modifiées, elles proviennent de l'onglet " "« Paramètres généraux »." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "Taille en Go de la Time-machine" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "Objets Vfs" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "Groupe de travail" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "" +#~ "Autoriser les utilisateurs système à atteindre leurs dossiers personnels " +#~ "via les partages réseau" + +#~ msgid "Hostname" +#~ msgstr "Nom d'hôte" + +#~ msgid "Share home-directories" +#~ msgstr "Partager les dossiers personnels" + +#~ msgid "Mask for new directories" +#~ msgstr "Masque pour les nouveaux dossiers" + +#~ msgid "Mask for new files" +#~ msgstr "Masque pour les nouveaux fichiers" diff --git a/applications/luci-app-samba4/po/he/samba4.po b/applications/luci-app-samba4/po/he/samba4.po index f53d0d043..b186a9f95 100644 --- a/applications/luci-app-samba4/po/he/samba4.po +++ b/applications/luci-app-samba4/po/he/samba4.po @@ -9,23 +9,33 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "" @@ -33,19 +43,19 @@ msgstr "" msgid "Description" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "" @@ -53,7 +63,7 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "" @@ -67,7 +77,7 @@ msgid "" "to all shares." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "" @@ -79,11 +89,11 @@ msgstr "" msgid "General Settings" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "" @@ -95,7 +105,7 @@ msgstr "" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "" @@ -110,25 +120,25 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -136,11 +146,11 @@ msgid "" "Settings' tab." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "" diff --git a/applications/luci-app-samba4/po/hi/samba4.po b/applications/luci-app-samba4/po/hi/samba4.po index 7ef1a7e04..4feddd915 100644 --- a/applications/luci-app-samba4/po/hi/samba4.po +++ b/applications/luci-app-samba4/po/hi/samba4.po @@ -13,23 +13,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Pootle 2.0.4\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "" @@ -37,19 +47,19 @@ msgstr "" msgid "Description" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "" @@ -57,7 +67,7 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "" @@ -71,7 +81,7 @@ msgid "" "to all shares." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "" @@ -83,11 +93,11 @@ msgstr "" msgid "General Settings" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "" @@ -99,7 +109,7 @@ msgstr "" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "" @@ -114,25 +124,25 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -140,14 +150,20 @@ msgid "" "Settings' tab." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "" + +#~ msgid "Mask for new directories" +#~ msgstr "Mask for new directories" + +#~ msgid "Mask for new files" +#~ msgstr "Mask for new files" diff --git a/applications/luci-app-samba4/po/hu/samba4.po b/applications/luci-app-samba4/po/hu/samba4.po index c0cd970cb..0dff7e13d 100644 --- a/applications/luci-app-samba4/po/hu/samba4.po +++ b/applications/luci-app-samba4/po/hu/samba4.po @@ -12,23 +12,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10.1\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "Vendégek engedélyezése" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "Engedélyezett felhasználók" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "Apple Time Machine megosztás" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "Tallózható" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "Létrehozási maszk" @@ -36,19 +46,19 @@ msgstr "Létrehozási maszk" msgid "Description" msgstr "Leírás" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "Könyvtármaszk" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "Active Directory-tartományvezérlő letiltása" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "Netbios letiltása" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "Winbind letiltása" @@ -56,7 +66,7 @@ msgstr "Winbind letiltása" msgid "Edit Template" msgstr "Sablon szerkesztése" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "" "A sablon szerkesztése, amely a samba beállításainak előállításához kerül " @@ -74,7 +84,7 @@ msgstr "" "Globálisan engedélyezi az Apple AAPL kiterjesztését, és macOS kompatibilis " "beállításokat ad az összes megosztáshoz." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "Rendszergazda kényszerítése" @@ -86,11 +96,11 @@ msgstr "Szinkron I/O kényszerítése" msgid "General Settings" msgstr "Általános beállítások" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "Csak vendégek" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "Tulajdonos öröklése" @@ -103,7 +113,7 @@ msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" "Figyelés csak a megadott csatolón, vagy a helyi hálózaton, ha nincs megadva" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "Név" @@ -120,11 +130,11 @@ msgstr "" "Az alsóbb kategóriás eszközökön növelheti a sebességet a szinkron I/O " "kényszerítésével az alapértelmezett aszinkron helyett." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "Útvonal" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." @@ -132,15 +142,15 @@ msgstr "" "Adja hozzá a megosztandó könyvtárakat. Minden egyes könyvtár egy csatolt " "eszközön lévő mappára hivatkozik." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "Csak olvasható" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "Megosztott könyvtárak" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -152,14 +162,32 @@ msgstr "" "értékeket nem szabad módosítani. Az értéküket az „Általános beállítások” " "lapról kapják." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "Time Machine mérete GB-ban" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "Vfs objektumok" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "Munkacsoport" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "" +#~ "A rendszerfelhasználók hálózati megosztáson keresztül hozzáférhetnek a " +#~ "home könyvtárukhoz." + +#~ msgid "Hostname" +#~ msgstr "Gépnév" + +#~ msgid "Share home-directories" +#~ msgstr "Home könyvtárak megosztása" + +#~ msgid "Mask for new directories" +#~ msgstr "Új könyvtárak maszkja" + +#~ msgid "Mask for new files" +#~ msgstr "Új fájlok maszkja" diff --git a/applications/luci-app-samba4/po/it/samba4.po b/applications/luci-app-samba4/po/it/samba4.po index ac8dd65aa..67bc5ed7b 100644 --- a/applications/luci-app-samba4/po/it/samba4.po +++ b/applications/luci-app-samba4/po/it/samba4.po @@ -13,23 +13,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.4\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "Permetti ospiti" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "Utenti ammessi" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "Crea maschera" @@ -37,19 +47,19 @@ msgstr "Crea maschera" msgid "Description" msgstr "Descrizione" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "Maschera della cartella" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "" @@ -57,7 +67,7 @@ msgstr "" msgid "Edit Template" msgstr "Modifica Template" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "" "Modifica il template utilizzato per generare la configurazione di samba." @@ -72,7 +82,7 @@ msgid "" "to all shares." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "" @@ -84,11 +94,11 @@ msgstr "" msgid "General Settings" msgstr "Opzioni Generali" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "" @@ -100,7 +110,7 @@ msgstr "" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "Nome" @@ -115,11 +125,11 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "Percorso" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." @@ -127,15 +137,15 @@ msgstr "" "Per favore aggiungi le directory da condividere. Ogni directory si riferisce " "a una cartella su un dispositivo montato." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "Solo lettura" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "Cartelle Condivise" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -147,14 +157,35 @@ msgstr "" "('|') non dovrebbero essere toccati. Essi vengono generati dalla schermata " "'Opzioni Generali'." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "Gruppo di lavoro" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "" +#~ "Autorizza gli utenti del sistema a raggiungere la loro cartella home " +#~ "attraverso le condivisioni di rete" + +#~ msgid "Hostname" +#~ msgstr "Hostname" + +#~ msgid "Share home-directories" +#~ msgstr "Condividi cartelle home" + +#~ msgid "Browseable" +#~ msgstr "Sfogliabile" + +#~ msgid "Mask for new directories" +#~ msgstr "Maschera per le nuove cartelle" + +#~ msgid "Mask for new files" +#~ msgstr "Maschera per i nuovi files" diff --git a/applications/luci-app-samba4/po/ja/samba4.po b/applications/luci-app-samba4/po/ja/samba4.po index 8b8ce81cb..998e94abd 100644 --- a/applications/luci-app-samba4/po/ja/samba4.po +++ b/applications/luci-app-samba4/po/ja/samba4.po @@ -14,24 +14,33 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 3.11-dev\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "ゲストアクセスを許可" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "許可されたユーザー" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 -#, fuzzy +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "Create mask" @@ -39,20 +48,19 @@ msgstr "Create mask" msgid "Description" msgstr "説明" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 -#, fuzzy +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "Directory mask" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "Active Directory ドメインコントローラを無効化" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "Netbios を無効化" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "Winbind を無効化" @@ -60,7 +68,7 @@ msgstr "Winbind を無効化" msgid "Edit Template" msgstr "テンプレートの編集" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "samba設定を生成するテンプレートを編集します。" @@ -74,7 +82,7 @@ msgid "" "to all shares." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "" @@ -86,11 +94,11 @@ msgstr "" msgid "General Settings" msgstr "一般設定" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "ゲストのみ" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "オーナーの継承" @@ -102,7 +110,7 @@ msgstr "" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "名前" @@ -117,11 +125,11 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "パス" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." @@ -129,15 +137,15 @@ msgstr "" "共有するディレクトリを追加してください。マウントされたデバイス等のディレクト" "リを設定し、公開することができます。" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "読み込みのみ" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "共有ディレクトリ" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -148,14 +156,30 @@ msgstr "" "容です。パイプ('|')で閉じられた値は変更しないでください。これらの値は'一般設" "定'タブ内の値によって置き換えられます。" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "ワークグループ" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "sambaを介してユーザーのホームディレクトリへのアクセスを許可します" + +#~ msgid "Hostname" +#~ msgstr "ホスト名" + +#~ msgid "Share home-directories" +#~ msgstr "ホームディレクトリの共有" + +#~ msgid "Mask for new directories" +#~ msgstr "新規ディレクトリのマスク" + +#~ msgid "Mask for new files" +#~ msgstr "新規ファイルのマスク" diff --git a/applications/luci-app-samba4/po/ko/samba4.po b/applications/luci-app-samba4/po/ko/samba4.po index a3a44009e..dec3f0bcb 100644 --- a/applications/luci-app-samba4/po/ko/samba4.po +++ b/applications/luci-app-samba4/po/ko/samba4.po @@ -13,23 +13,33 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.4\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "" @@ -37,19 +47,19 @@ msgstr "" msgid "Description" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "" @@ -57,7 +67,7 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "" @@ -71,7 +81,7 @@ msgid "" "to all shares." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "" @@ -83,11 +93,11 @@ msgstr "" msgid "General Settings" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "" @@ -99,7 +109,7 @@ msgstr "" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "" @@ -114,25 +124,25 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -140,14 +150,20 @@ msgid "" "Settings' tab." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "" + +#~ msgid "Mask for new directories" +#~ msgstr "Mask for new directories" + +#~ msgid "Mask for new files" +#~ msgstr "Mask for new files" diff --git a/applications/luci-app-samba4/po/mr/samba4.po b/applications/luci-app-samba4/po/mr/samba4.po index 6109a4002..f872eea3e 100644 --- a/applications/luci-app-samba4/po/mr/samba4.po +++ b/applications/luci-app-samba4/po/mr/samba4.po @@ -14,23 +14,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 3.11-dev\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "अतिथींना परवानगी द्या" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "अनुमत वापरकर्ते" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "ब्राउझ-सक्षम" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "मुखवटा तयार करा" @@ -38,19 +48,19 @@ msgstr "मुखवटा तयार करा" msgid "Description" msgstr "वर्णन" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "निर्देशिका मास्क" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "" @@ -58,7 +68,7 @@ msgstr "" msgid "Edit Template" msgstr "टेम्पलेट संपादित करा" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "सांबा कॉन्फिगरेशन व्युत्पन्न करण्यासाठी वापरला जाणारा टेम्पलेट संपादित करा." @@ -72,7 +82,7 @@ msgid "" "to all shares." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "सक्ती रूट" @@ -84,11 +94,11 @@ msgstr "" msgid "General Settings" msgstr "सामान्य सेटिंग्ज" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "वारसा मालकी मिळवा" @@ -100,7 +110,7 @@ msgstr "इंटरफेस" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "केवळ दिलेल्या इंटरफेसवर किंवा, अनिर्दिष्ट असल्यास, लॅनवर ऐका" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "नाव" @@ -115,11 +125,11 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "पथ" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." @@ -127,15 +137,15 @@ msgstr "" "कृपया सामायिक करण्यासाठी निर्देशिका जोडा. प्रत्येक निर्देशिका माउंट केलेल्या डिव्हाइसवरील " "फोल्डरचा संदर्भ देते." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "केवळ-वाचनीय" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "सामायिक निर्देशिका" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -146,14 +156,31 @@ msgstr "" "व्युत्पन्न केली जाईल. पाईप चिन्हाद्वारे बंद केलेली मूल्ये ('|') बदलू नयेत. त्यांना त्यांची मूल्ये " "'सामान्य सेटिंग्ज' टॅबमधून मिळतात." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "कार्यसमूह" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "" +#~ "Allow system users to reach their home directories via network shares" + +#~ msgid "Hostname" +#~ msgstr "Hostname" + +#~ msgid "Share home-directories" +#~ msgstr "Share home-directories" + +#~ msgid "Mask for new directories" +#~ msgstr "Mask for new directories" + +#~ msgid "Mask for new files" +#~ msgstr "Mask for new files" diff --git a/applications/luci-app-samba4/po/ms/samba4.po b/applications/luci-app-samba4/po/ms/samba4.po index c308f1d2f..cef89225f 100644 --- a/applications/luci-app-samba4/po/ms/samba4.po +++ b/applications/luci-app-samba4/po/ms/samba4.po @@ -12,23 +12,33 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "" @@ -36,19 +46,19 @@ msgstr "" msgid "Description" msgstr "Keterangan" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "" @@ -56,7 +66,7 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "" @@ -70,7 +80,7 @@ msgid "" "to all shares." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "" @@ -82,11 +92,11 @@ msgstr "" msgid "General Settings" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "" @@ -98,7 +108,7 @@ msgstr "" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "" @@ -113,25 +123,25 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -139,11 +149,11 @@ msgid "" "Settings' tab." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "" diff --git a/applications/luci-app-samba4/po/nb_NO/samba4.po b/applications/luci-app-samba4/po/nb_NO/samba4.po index fd347a50f..42a393968 100644 --- a/applications/luci-app-samba4/po/nb_NO/samba4.po +++ b/applications/luci-app-samba4/po/nb_NO/samba4.po @@ -4,23 +4,33 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "Tillat gjester" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "Tillatte brukere" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "Opprett Maske" @@ -28,19 +38,19 @@ msgstr "Opprett Maske" msgid "Description" msgstr "Beskrivelse" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "Katalog maske" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "" @@ -48,7 +58,7 @@ msgstr "" msgid "Edit Template" msgstr "Rediger Mal" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "Rediger malen som brukes til å generere samba konfigurasjonen." @@ -62,7 +72,7 @@ msgid "" "to all shares." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "" @@ -74,11 +84,11 @@ msgstr "" msgid "General Settings" msgstr "Generelle Innstillinger" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "" @@ -90,7 +100,7 @@ msgstr "" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "Navn" @@ -105,25 +115,25 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "Fysisk bane" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "Skrivebeskyttet" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "Delte Kataloger" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -134,14 +144,31 @@ msgstr "" "konfigurasjon vil bli generert fra. Verdier omsluttet av ('|') bør ikke " "endres. De får sine verdier fra 'Generelle Innstillinger' fanen." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "Arbeidsgruppe" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "" +#~ "Tillat systembrukere å nå sine hjemmekataloger via nettverks mapper." + +#~ msgid "Hostname" +#~ msgstr "Vertsnavn" + +#~ msgid "Share home-directories" +#~ msgstr "Del Hjemmekataloger" + +#~ msgid "Mask for new directories" +#~ msgstr "Maske for nye kataloger" + +#~ msgid "Mask for new files" +#~ msgstr "Maske for nye filer" diff --git a/applications/luci-app-samba4/po/pl/samba4.po b/applications/luci-app-samba4/po/pl/samba4.po index 4054ae73d..7112261cc 100644 --- a/applications/luci-app-samba4/po/pl/samba4.po +++ b/applications/luci-app-samba4/po/pl/samba4.po @@ -13,23 +13,33 @@ msgstr "" "|| n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 3.11-dev\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "Zezwól gościom" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "Użytkownicy z prawem dostępu" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "Udział Apple Time-machine" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "Możliwe do przeglądania" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "Utwórz maskę" @@ -37,19 +47,19 @@ msgstr "Utwórz maskę" msgid "Description" msgstr "Opis" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "Maska katalogu" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "Wyłącz kontroler domeny Active Directory" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "Wyłącz Netbios" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "Wyłącz Winbind" @@ -57,7 +67,7 @@ msgstr "Wyłącz Winbind" msgid "Edit Template" msgstr "Edytuj szablon" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "Edytuj szablon, który jest używany do generowania konfiguracji samby." @@ -73,7 +83,7 @@ msgstr "" "Zapewnia globalne rozszerzenie AAPL firmy Apple i dodaje opcje zgodności z " "systemem MacOS do wszystkich akcji." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "Wymuszanie Roota" @@ -85,11 +95,11 @@ msgstr "Wymuś synchroniczne I/O" msgid "General Settings" msgstr "Ustawienia główne" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "Tylko dla gości" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "Właściciel spadku" @@ -101,7 +111,7 @@ msgstr "Interfejs" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "Słuchaj tylko na podanym interfejsie, lub jeśli nie podano na LANie" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "Nazwa" @@ -118,11 +128,11 @@ msgstr "" "Na urządzeniach budżetowych może zwiększyć szybkość, przez forceing " "synchroniczne I/O zamiast domyślnego asynchronicznego." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "Ścieżka" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." @@ -130,15 +140,15 @@ msgstr "" "Proszę dodać katalogi do udostępnienia. Każdy katalog odnosi się do folderu " "w zamontowanym urządzeniu." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "Tylko do odczytu" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "Udostępniane katalogi" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -150,14 +160,32 @@ msgstr "" "kreski pionowej ('|') nie powinny być zmieniane. Wartości ich zostaną " "pobrane z zakładki \"Ustawienia ogólne\"." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "Time-machine rozmiar w GB" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "Obiekty Vfs" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "Grupa robocza" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "" +#~ "Użytkownicy systemu mogą dostać się do swoich katalogów domowych za " +#~ "pośrednictwem udziałów sieciowych" + +#~ msgid "Hostname" +#~ msgstr "Nazwa hosta" + +#~ msgid "Share home-directories" +#~ msgstr "Udostępniaj katalogi domowe" + +#~ msgid "Mask for new directories" +#~ msgstr "Maska dla nowych katalogów" + +#~ msgid "Mask for new files" +#~ msgstr "Maska dla nowych plików" diff --git a/applications/luci-app-samba4/po/pt/samba4.po b/applications/luci-app-samba4/po/pt/samba4.po index 90178a7c8..d5f0966fc 100644 --- a/applications/luci-app-samba4/po/pt/samba4.po +++ b/applications/luci-app-samba4/po/pt/samba4.po @@ -14,23 +14,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "Permitir Convidados" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "Utilizadores Permitidos" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "Compartilhamento da Time Machine da Apple" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "Navegável" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "Criar máscara" @@ -38,19 +48,19 @@ msgstr "Criar máscara" msgid "Description" msgstr "Descrição" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "Máscara do diretório" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "Desativar Controlador de Domínio de Active Directory" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "Desativar Netbios" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "Desativar Winbind" @@ -58,7 +68,7 @@ msgstr "Desativar Winbind" msgid "Edit Template" msgstr "Editar Modelo" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "Editar o modelo que é utilizado para gerar a configuração do Samba." @@ -74,7 +84,7 @@ msgstr "" "Ativa a extensão AAPL da Apple globalmente e adiciona opções de " "compatibilidade de macOS em todos os compartilhamentos." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "Forçar Root" @@ -86,11 +96,11 @@ msgstr "Forçar E/S síncrona" msgid "General Settings" msgstr "Configurações Gerais" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "Somente convidados" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "Herdar proprietário" @@ -102,7 +112,7 @@ msgstr "Interface" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "Ouvir apenas na interface indicada ou, se não especificado, na LAN" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "Nome" @@ -119,11 +129,11 @@ msgstr "" "Em aparelhos de extremidade inferior podem aumentar as velocidades, forçando " "a E/S síncrona em vez da assíncrona padrão." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "Caminho" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." @@ -131,15 +141,15 @@ msgstr "" "Por favor, adicione diretórios para compartilhar. Cada diretório refere-se a " "uma pasta num aparelho montado." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "Apenas Leitura" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "Directórios Partilhados" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -151,14 +161,41 @@ msgstr "" "| não devem ser alterados. Eles recebem os valores do separador 'Definições " "Gerais'." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "Tamanho da Time Machine em GB" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "Objetos Vfs" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "Grupo de trabalho" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "" +#~ "Utilizadores do sistema poderão aceder ao seu directório home através das " +#~ "partilhas de rede" + +#~ msgid "Hostname" +#~ msgstr "Nome do Host" + +#~ msgid "Share home-directories" +#~ msgstr "Partilha de directórios home" + +#~ msgid "Mask for new directories" +#~ msgstr "Máscara para novos directórios" + +#~ msgid "Mask for new files" +#~ msgstr "Máscara para novos ficheiros" + +#~ msgid "Shared Directory" +#~ msgstr "Diretório Compartilhado" + +#~ msgid "Physical Path" +#~ msgstr "Caminho Físico" + +#~ msgid "optional" +#~ msgstr "opcional" diff --git a/applications/luci-app-samba4/po/pt_BR/samba4.po b/applications/luci-app-samba4/po/pt_BR/samba4.po index 5b65ca74d..ebc578740 100644 --- a/applications/luci-app-samba4/po/pt_BR/samba4.po +++ b/applications/luci-app-samba4/po/pt_BR/samba4.po @@ -14,23 +14,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "Permitir convidados" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "Usuários permitidos" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "Compartilhamento Time Machine da Apple" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "Navegável" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "Máscara de criação" @@ -38,19 +48,19 @@ msgstr "Máscara de criação" msgid "Description" msgstr "Descrição" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "Máscara do diretório" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "Desabilitar o Controlador de Domínios AD" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "Desabilitar o NetBIOS" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "Desabilitar o Winbind" @@ -58,7 +68,7 @@ msgstr "Desabilitar o Winbind" msgid "Edit Template" msgstr "Editar modelo" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "Edita o modelo que é usado para gerar a configuração do samba." @@ -74,7 +84,7 @@ msgstr "" "Habilitar globalmente a extensão AAPL da Apple e adicione a opção de " "compatibilidade com MacOS em todos os compartilhamentos." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "Forçar Usuário Root" @@ -86,11 +96,11 @@ msgstr "Impõem E/S síncrona" msgid "General Settings" msgstr "Configurações Gerais" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "Somente convidados" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "Herdar o dono" @@ -103,7 +113,7 @@ msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" "Ouvir apenas na interface fornecida ou, se não for especificado, na LAN" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "Nome" @@ -120,11 +130,11 @@ msgstr "" "Pode aumentar a velocidade em equipamentos mais simples ao impor E/S " "síncrona em vez do padrão assíncrono." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "Caminho" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." @@ -132,15 +142,15 @@ msgstr "" "Por favor, adicione diretórios para compartilhar. Cada diretório refere-se a " "uma pasta em um dispositivo montado." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "Somente leitura" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "Diretórios Compartilhados" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -152,14 +162,41 @@ msgstr "" "não devem ser alterados. Estes valores serão obtidos a partir da aba " "'Configurações Gerais'." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "Tamanho do Time Machine em GB" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "Objetos VFS" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "Grupo de trabalho" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "" +#~ "Usuários do sistema poderão acessar seu diretório home através dos " +#~ "compartilhamentos de rede" + +#~ msgid "Hostname" +#~ msgstr "Nome do equipamento" + +#~ msgid "Share home-directories" +#~ msgstr "Compartilhar diretórios home" + +#~ msgid "Mask for new directories" +#~ msgstr "Máscara para novos diretórios" + +#~ msgid "Mask for new files" +#~ msgstr "Máscara para novos arquivos" + +#~ msgid "Shared Directory" +#~ msgstr "Diretório Compartilhado" + +#~ msgid "Physical Path" +#~ msgstr "Caminho Físico" + +#~ msgid "optional" +#~ msgstr "opcional" diff --git a/applications/luci-app-samba4/po/ro/samba4.po b/applications/luci-app-samba4/po/ro/samba4.po index 8ab7cadd4..3322aa1f8 100644 --- a/applications/luci-app-samba4/po/ro/samba4.po +++ b/applications/luci-app-samba4/po/ro/samba4.po @@ -13,23 +13,33 @@ msgstr "" "20)) ? 1 : 2;\n" "X-Generator: Weblate 3.10.1\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "Permite oaspeti" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "Utilizatori acceptati" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "Creaza masca" @@ -37,19 +47,19 @@ msgstr "Creaza masca" msgid "Description" msgstr "Descriere" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "Masca director" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "" @@ -57,7 +67,7 @@ msgstr "" msgid "Edit Template" msgstr "Editeaza sablon" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "Editeaza sablonul care e folosit pentru generarea configuratiei samba." @@ -71,7 +81,7 @@ msgid "" "to all shares." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "" @@ -83,11 +93,11 @@ msgstr "" msgid "General Settings" msgstr "Setări principale" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "" @@ -99,7 +109,7 @@ msgstr "" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "Nume" @@ -114,25 +124,25 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "Cale" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "Doar citire" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "Directoare partajate" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -143,14 +153,32 @@ msgstr "" "genereaza configuratia samba. Valorile dintre liniuta verticala ('|') n-ar " "trebui schimbate, ele iau valorile direct din tab-ul de \"Setari generale\"." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "Workgroup" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "" +#~ "Permite utilizatorii de sistem sa acceseze directoarele lor peste " +#~ "partajarile de retea" + +#~ msgid "Hostname" +#~ msgstr "Numele de host" + +#~ msgid "Share home-directories" +#~ msgstr "Partajeaza directoarele proprii" + +#~ msgid "Mask for new directories" +#~ msgstr "Masca pentru directoarele noi" + +#~ msgid "Mask for new files" +#~ msgstr "Masca pentru fisierele noi" diff --git a/applications/luci-app-samba4/po/ru/samba4.po b/applications/luci-app-samba4/po/ru/samba4.po index 298c23bf5..ae06857c8 100644 --- a/applications/luci-app-samba4/po/ru/samba4.po +++ b/applications/luci-app-samba4/po/ru/samba4.po @@ -16,23 +16,33 @@ msgstr "" "Project-Info: Это технический перевод, не дословный. Главное-удобный русский " "интерфейс, все проверялось в графическом режиме, совместим с другими apps\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "Разрешить гостевой вход" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "Разрешенные пользователи" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "Создать маску" @@ -40,19 +50,19 @@ msgstr "Создать маску" msgid "Description" msgstr "Описание" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "Маска папок" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "Выключить домен контроллер Active Directory" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "Выключить Netbios" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "Выключить Winbind" @@ -60,7 +70,7 @@ msgstr "Выключить Winbind" msgid "Edit Template" msgstr "Настройка шаблона" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "" "Редактирование шаблона, который используется для генерации конфигурации " @@ -76,7 +86,7 @@ msgid "" "to all shares." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "" @@ -88,11 +98,11 @@ msgstr "" msgid "General Settings" msgstr "Основные настройки" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "Гостевой" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "" @@ -104,7 +114,7 @@ msgstr "Интерфейс" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "Имя" @@ -119,11 +129,11 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "Путь" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." @@ -131,15 +141,15 @@ msgstr "" "Добавьте папки для совместного доступа. Каждая папка - соответствует разделу " "на подключенном устройстве." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "Только для чтения" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "Совместно используемые папки" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -151,14 +161,35 @@ msgstr "" "('|'), не должны быть изменены.
Они будут автоматически заменены на " "значения со страницы 'Основные настройки'." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "Vfs объект" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "Рабочая группа" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "" +#~ "Разрешить пользователям получать доступ к их домашним папкам, через " +#~ "локальную сеть." + +#~ msgid "Hostname" +#~ msgstr "Имя хоста" + +#~ msgid "Share home-directories" +#~ msgstr "Совместно использовать домашние папки" + +#~ msgid "Browseable" +#~ msgstr "Виден в списке доступных ресурсов" + +#~ msgid "Mask for new directories" +#~ msgstr "Маска для новых папок" + +#~ msgid "Mask for new files" +#~ msgstr "Маска для новых файлов" diff --git a/applications/luci-app-samba4/po/sk/samba4.po b/applications/luci-app-samba4/po/sk/samba4.po index 8fdab7239..e30d69846 100644 --- a/applications/luci-app-samba4/po/sk/samba4.po +++ b/applications/luci-app-samba4/po/sk/samba4.po @@ -12,23 +12,33 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 3.10\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "" @@ -36,19 +46,19 @@ msgstr "" msgid "Description" msgstr "Popis" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "" @@ -56,7 +66,7 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "" @@ -70,7 +80,7 @@ msgid "" "to all shares." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "" @@ -82,11 +92,11 @@ msgstr "" msgid "General Settings" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "" @@ -98,7 +108,7 @@ msgstr "" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "" @@ -113,25 +123,25 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -139,11 +149,11 @@ msgid "" "Settings' tab." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "" diff --git a/applications/luci-app-samba4/po/sv/samba4.po b/applications/luci-app-samba4/po/sv/samba4.po index ebde05b68..7d9dd356c 100644 --- a/applications/luci-app-samba4/po/sv/samba4.po +++ b/applications/luci-app-samba4/po/sv/samba4.po @@ -12,23 +12,33 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "Tillåt gäster" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "Tillåtna användare" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "Skapa mask" @@ -36,19 +46,19 @@ msgstr "Skapa mask" msgid "Description" msgstr "Beskrivning" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "Mask för mapp" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "" @@ -56,7 +66,7 @@ msgstr "" msgid "Edit Template" msgstr "Redigera mall" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "" "Redigera mallen som används för att generera konfigurationen för samba." @@ -71,7 +81,7 @@ msgid "" "to all shares." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "" @@ -83,11 +93,11 @@ msgstr "" msgid "General Settings" msgstr "Generella inställningar" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "" @@ -99,7 +109,7 @@ msgstr "Gränssnitt" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "Namn" @@ -114,25 +124,25 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "Genväg" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "Endast läsbar" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "Delade mappar" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -140,14 +150,31 @@ msgid "" "Settings' tab." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "Arbetsgrupp" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "" +#~ "Tillåt systemanvändare att nå deras hem-mappar via nätverksdelningar" + +#~ msgid "Hostname" +#~ msgstr "Värdnamn" + +#~ msgid "Share home-directories" +#~ msgstr "Dela hem-mappar" + +#~ msgid "Mask for new directories" +#~ msgstr "Mask för nya mappar" + +#~ msgid "Mask for new files" +#~ msgstr "Mask för nya filer" diff --git a/applications/luci-app-samba4/po/templates/samba4.pot b/applications/luci-app-samba4/po/templates/samba4.pot index 36dbd73ee..75491c25b 100644 --- a/applications/luci-app-samba4/po/templates/samba4.pot +++ b/applications/luci-app-samba4/po/templates/samba4.pot @@ -1,23 +1,33 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "" @@ -25,19 +35,19 @@ msgstr "" msgid "Description" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "" @@ -45,7 +55,7 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "" @@ -59,7 +69,7 @@ msgid "" "to all shares." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "" @@ -71,11 +81,11 @@ msgstr "" msgid "General Settings" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "" @@ -87,7 +97,7 @@ msgstr "" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "" @@ -102,25 +112,25 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -128,11 +138,11 @@ msgid "" "Settings' tab." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "" diff --git a/applications/luci-app-samba4/po/tr/samba4.po b/applications/luci-app-samba4/po/tr/samba4.po index 063cb7b87..cdc75c094 100644 --- a/applications/luci-app-samba4/po/tr/samba4.po +++ b/applications/luci-app-samba4/po/tr/samba4.po @@ -9,23 +9,33 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "" @@ -33,19 +43,19 @@ msgstr "" msgid "Description" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "" @@ -53,7 +63,7 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "" @@ -67,7 +77,7 @@ msgid "" "to all shares." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "" @@ -79,11 +89,11 @@ msgstr "" msgid "General Settings" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "" @@ -95,7 +105,7 @@ msgstr "" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "" @@ -110,25 +120,25 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -136,11 +146,11 @@ msgid "" "Settings' tab." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "" diff --git a/applications/luci-app-samba4/po/uk/samba4.po b/applications/luci-app-samba4/po/uk/samba4.po index b1b8dc916..5a11e23f0 100644 --- a/applications/luci-app-samba4/po/uk/samba4.po +++ b/applications/luci-app-samba4/po/uk/samba4.po @@ -13,23 +13,33 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "Дозволити гостьовий вхід" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "Дозволені користувачі" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "Частина \"Машини часу\" Apple" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "Дост. для перегл." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "Створити маску" @@ -37,19 +47,19 @@ msgstr "Створити маску" msgid "Description" msgstr "Опис" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "Маска каталогу" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "Вимкнути контролер домену Active Directory" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "Вимкнути Netbios" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "Вимкнути Winbind" @@ -57,7 +67,7 @@ msgstr "Вимкнути Winbind" msgid "Edit Template" msgstr "Редагувати шаблон" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "Редагувати шаблон файлу конфігурації samba." @@ -73,7 +83,7 @@ msgstr "" "Увімкнути розширення Apple AAPL глобально і додавати параметри сумісності з " "macOS для всіх спільних ресурсів." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "Примусово Root" @@ -85,11 +95,11 @@ msgstr "Примусово синхронний ввід/вивід" msgid "General Settings" msgstr "Загальні параметри" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "Лише гості" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "Успадковувати власника" @@ -103,7 +113,7 @@ msgstr "" "Прослуховувати тільки на цьому інтерфейсі, якщо не визначено – на " "всіх" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "Ім'я" @@ -120,11 +130,11 @@ msgstr "" "На пристроях нижнього класу можна збільшити швидкість, застосовуючи " "синхронний ввід/вивід замість типового асинхронного." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "Шлях" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." @@ -132,15 +142,15 @@ msgstr "" "Додайте каталоги для спільного доступу. Кожен каталог посилається на папку " "на підключеному пристрої." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "Тільки читання" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "Спільні каталоги" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -152,14 +162,26 @@ msgstr "" "повинні змінюватися.
Вони отримують свої значення з вкладки \"Загальні " "параметри\"." -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "Обсяг \"Машини часу\", ГБ" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "Об'єкти Vfs" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "Робоча група" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "" +#~ "Дозволити користувачам системи досягати своїх домашніх каталогів через " +#~ "спільні мережеві ресурси" + +#~ msgid "Hostname" +#~ msgstr "Назва (ім'я) вузла" + +#~ msgid "Share home-directories" +#~ msgstr "Спільно використовувати домашні каталоги" diff --git a/applications/luci-app-samba4/po/vi/samba4.po b/applications/luci-app-samba4/po/vi/samba4.po index be3bd2d1d..0c0fb6756 100644 --- a/applications/luci-app-samba4/po/vi/samba4.po +++ b/applications/luci-app-samba4/po/vi/samba4.po @@ -14,25 +14,35 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Pootle 1.1.0\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 #, fuzzy msgid "Allow guests" msgstr "Cho phép khách" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 #, fuzzy msgid "Allowed users" msgstr "Người sử dụng được cho phép" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 #, fuzzy msgid "Create mask" msgstr "Tạo Mask" @@ -41,20 +51,20 @@ msgstr "Tạo Mask" msgid "Description" msgstr "Mô tả" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 #, fuzzy msgid "Directory mask" msgstr "Thư mục Mask" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "" @@ -62,7 +72,7 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "" @@ -76,7 +86,7 @@ msgid "" "to all shares." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "" @@ -88,11 +98,11 @@ msgstr "" msgid "General Settings" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "" @@ -104,7 +114,7 @@ msgstr "" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "" @@ -119,26 +129,26 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 #, fuzzy msgid "Read-only" msgstr "Chỉ đọc " -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "Thư mục chia sẻ" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -146,14 +156,42 @@ msgid "" "Settings' tab." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "Nhóm làm việc " + +#, fuzzy +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "" +#~ "Những người sử dụng hệ thống có thể tiếp cận những thư mục tại nhà thông " +#~ "qua mạng lưới chia sẻ trực tuyến." + +#~ msgid "Hostname" +#~ msgstr "tên máy chủ" + +#~ msgid "Share home-directories" +#~ msgstr "Chia sẻ danh bạ chính" + +#~ msgid "Mask for new directories" +#~ msgstr "Mask cho thư mục mới" + +#~ msgid "Mask for new files" +#~ msgstr "Mask cho tập tin mới" + +#~ msgid "Shared Directory" +#~ msgstr "Đã chia sẻ thư mục" + +#~ msgid "Physical Path" +#~ msgstr "Đường dẫn vật lý" + +#~ msgid "optional" +#~ msgstr "Tùy thích" diff --git a/applications/luci-app-samba4/po/zh_Hans/samba4.po b/applications/luci-app-samba4/po/zh_Hans/samba4.po index 21226223d..69f7f55a6 100644 --- a/applications/luci-app-samba4/po/zh_Hans/samba4.po +++ b/applications/luci-app-samba4/po/zh_Hans/samba4.po @@ -17,23 +17,33 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "允许匿名用户" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "允许用户" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "Apple Time-machine 共享" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "可浏览" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "创建权限掩码" @@ -41,19 +51,19 @@ msgstr "创建权限掩码" msgid "Description" msgstr "描述" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "目录权限掩码" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "禁用 Active Directory 域控制器" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "禁用 Netbios" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "禁用 Winbind" @@ -61,7 +71,7 @@ msgstr "禁用 Winbind" msgid "Edit Template" msgstr "编辑模板" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "编辑用于生成samba配置的模板。" @@ -75,7 +85,7 @@ msgid "" "to all shares." msgstr "全局启用 Apple 的 AAPL 扩展,并为所有共享添加 macOS 兼容性选项。" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "强制 Root" @@ -87,11 +97,11 @@ msgstr "强制同步 I/O" msgid "General Settings" msgstr "基本设置" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "仅来宾用户" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "继承所有者" @@ -103,7 +113,7 @@ msgstr "接口" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "仅监听指定的接口,未指定则监听 lan" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "名称" @@ -118,25 +128,25 @@ msgid "" "instead of the default asynchronous." msgstr "在低端设备上,可以通过强制使用同步I / O而不是默认的异步来提高速度。" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "目录" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." msgstr "请添加要共享的目录。每个目录指到已挂载设备上的文件夹。" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "只读" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "共享目录" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -146,14 +156,36 @@ msgstr "" "这是将从其上生成 samba 配置的文件“/etc/samba/smb.conf.template”的内容。由管道" "符(“|”)包围的值不应更改。它们将从“常规设置”标签中获取其值。" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "Time-machine 大小(GB)" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "VFS 对象" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "工作组" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "允许系统用户通过网络共享访问他们的家目录" + +#~ msgid "Hostname" +#~ msgstr "主机名" + +#~ msgid "Share home-directories" +#~ msgstr "共享家目录" + +#~ msgid "Browseable" +#~ msgstr "可浏览" + +#~ msgid "Mask for new directories" +#~ msgstr "新目录权限掩码" + +#~ msgid "Mask for new files" +#~ msgstr "新文件权限掩码" + +#~ msgid "Physical Path" +#~ msgstr "物理路径" diff --git a/applications/luci-app-samba4/po/zh_Hant/samba4.po b/applications/luci-app-samba4/po/zh_Hant/samba4.po index d9003e639..0a92083c3 100644 --- a/applications/luci-app-samba4/po/zh_Hant/samba4.po +++ b/applications/luci-app-samba4/po/zh_Hant/samba4.po @@ -17,23 +17,33 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 3.11-dev\n" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100 msgid "Allow guests" msgstr "允許匿名使用者" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47 +msgid "Allow legacy (insecure) protocols/authentication." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "" +"Allow legacy smb(v1)/Lanman connections, needed for older devices without " +"smb(v2.1/3) support." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:97 msgid "Allowed users" msgstr "允許使用者" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:131 msgid "Apple Time-machine share" msgstr "Apple Time-machine 共享" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84 msgid "Browse-able" msgstr "可瀏覽" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116 msgid "Create mask" msgstr "建立權限掩碼" @@ -41,19 +51,19 @@ msgstr "建立權限掩碼" msgid "Description" msgstr "說明" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:122 msgid "Directory mask" msgstr "目錄權限掩碼" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 msgid "Disable Active Directory Domain Controller" msgstr "禁用 Active Directory 域控制器" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 msgid "Disable Netbios" msgstr "禁用 Netbios" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:57 msgid "Disable Winbind" msgstr "禁用 Winbind" @@ -61,7 +71,7 @@ msgstr "禁用 Winbind" msgid "Edit Template" msgstr "編輯模板" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:61 msgid "Edit the template that is used for generating the samba configuration." msgstr "編輯用來產生 samba 設定的模板。" @@ -75,7 +85,7 @@ msgid "" "to all shares." msgstr "全域性啟用 Apple 的 AAPL 擴充套件,併為所有共享新增 macOS 相容性選項。" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:95 msgid "Force Root" msgstr "強制 Root" @@ -87,11 +97,11 @@ msgstr "" msgid "General Settings" msgstr "基本設定" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:106 msgid "Guests only" msgstr "僅來賓使用者" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111 msgid "Inherit owner" msgstr "繼承所有者" @@ -103,7 +113,7 @@ msgstr "" msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78 msgid "Name" msgstr "共享名" @@ -118,25 +128,25 @@ msgid "" "instead of the default asynchronous." msgstr "" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 msgid "Path" msgstr "目錄" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." msgstr "請新增要共享的目錄。每個目錄指到已掛載裝置上的資料夾。" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89 msgid "Read-only" msgstr "只讀" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:73 msgid "Shared Directories" msgstr "共享目錄" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 msgid "" "This is the content of the file '/etc/samba/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " @@ -146,14 +156,36 @@ msgstr "" "這是將從其上生成 samba 配置的檔案“/etc/samba/smb.conf.template”的內容。由管道" "符(“|”)包圍的值不應更改。它們將從“常規設定”標籤中獲取其值。" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133 msgid "Time-machine size in GB" msgstr "Time-machine 大小(GB)" -#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 msgid "Vfs objects" msgstr "VFS 物件" #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 msgid "Workgroup" msgstr "工作組" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "允許系統使用者通過網路共享訪問他們的家目錄" + +#~ msgid "Hostname" +#~ msgstr "主機名" + +#~ msgid "Share home-directories" +#~ msgstr "共享家目錄" + +#~ msgid "Browseable" +#~ msgstr "可瀏覽" + +#~ msgid "Mask for new directories" +#~ msgstr "新目錄權限掩碼" + +#~ msgid "Mask for new files" +#~ msgstr "新檔案權限掩碼" + +#~ msgid "Physical Path" +#~ msgstr "物理路徑"