luci-app-samba4: add new UCI option "enable_extra_tuning"

* add new UCI option "enable_extra_tuning"

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
This commit is contained in:
Andy Walsh 2020-06-27 23:06:16 +02:00
parent 1452b7b523
commit ec03451ee0
34 changed files with 1272 additions and 897 deletions

View file

@ -39,13 +39,17 @@ return view.extend({
o = s.taboption('general', form.Value, 'description', _('Description')); o = s.taboption('general', form.Value, 'description', _('Description'));
o.placeholder = 'Samba4 on OpenWrt'; o.placeholder = 'Samba4 on OpenWrt';
s.taboption('general', form.Flag, 'enable_extra_tuning', _('Enable extra Tuning'),
_('Enable some community driven tuning parameters, that may improve write speeds and better operation via WiFi.\
Not recommend if multiple clients write to the same files, at the same time!'));
s.taboption('general', form.Flag, 'disable_async_io', _('Force synchronous I/O'), s.taboption('general', form.Flag, 'disable_async_io', _('Force synchronous I/O'),
_('On lower-end devices may increase speeds, by forceing synchronous I/O instead of the default asynchronous.')); _('On lower-end devices may increase speeds, by forceing synchronous I/O instead of the default asynchronous.'));
o = s.taboption('general', form.Flag, 'macos', _('Enable macOS compatible shares'), s.taboption('general', form.Flag, 'macos', _('Enable macOS compatible shares'),
_('Enables Apple\'s AAPL extension globally and adds macOS compatibility options to all 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.'), 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.')); _('Allow legacy smb(v1)/Lanman connections, needed for older devices without smb(v2.1/3) support.'));
if (stats[2].type === 'file') { if (stats[2].type === 'file') {

View file

@ -15,33 +15,33 @@ msgstr ""
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 4.1-dev\n" "X-Generator: Weblate 4.1-dev\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "السماح للضيوف" msgstr "السماح للضيوف"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "" msgstr ""
@ -49,19 +49,19 @@ msgstr ""
msgid "Description" msgid "Description"
msgstr "الوصف" msgstr "الوصف"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "" msgstr ""
@ -69,25 +69,36 @@ msgstr ""
msgid "Edit Template" msgid "Edit Template"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "" msgstr ""
@ -99,11 +110,11 @@ msgstr ""
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "" msgstr ""
@ -115,7 +126,7 @@ msgstr ""
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -124,31 +135,31 @@ msgstr ""
msgid "Network Shares" msgid "Network Shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -156,11 +167,11 @@ msgid ""
"Settings' tab." "Settings' tab."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "" msgstr ""

View file

@ -14,33 +14,33 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.1-dev\n" "X-Generator: Weblate 4.1-dev\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "" msgstr ""
@ -48,19 +48,19 @@ msgstr ""
msgid "Description" msgid "Description"
msgstr "Описание" msgstr "Описание"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "" msgstr ""
@ -68,25 +68,36 @@ msgstr ""
msgid "Edit Template" msgid "Edit Template"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "" msgstr ""
@ -98,11 +109,11 @@ msgstr ""
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "" msgstr ""
@ -114,7 +125,7 @@ msgstr ""
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -123,31 +134,31 @@ msgstr ""
msgid "Network Shares" msgid "Network Shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -155,11 +166,11 @@ msgid ""
"Settings' tab." "Settings' tab."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "" msgstr ""

View file

@ -13,33 +13,33 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Pootle 2.0.4\n" "X-Generator: Pootle 2.0.4\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "" msgstr ""
@ -47,19 +47,19 @@ msgstr ""
msgid "Description" msgid "Description"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "" msgstr ""
@ -67,25 +67,36 @@ msgstr ""
msgid "Edit Template" msgid "Edit Template"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "" msgstr ""
@ -97,11 +108,11 @@ msgstr ""
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "" msgstr ""
@ -113,7 +124,7 @@ msgstr ""
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -122,31 +133,31 @@ msgstr ""
msgid "Network Shares" msgid "Network Shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -154,11 +165,11 @@ msgid ""
"Settings' tab." "Settings' tab."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "" msgstr ""

View file

@ -16,33 +16,33 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10.1\n" "X-Generator: Weblate 3.10.1\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "Permet convidats" msgstr "Permet convidats"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "Usuaris permesos" msgstr "Usuaris permesos"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "Crea màscara" msgstr "Crea màscara"
@ -50,19 +50,19 @@ msgstr "Crea màscara"
msgid "Description" msgid "Description"
msgstr "Descripció" msgstr "Descripció"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "Màscara de directori" msgstr "Màscara de directori"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "" msgstr ""
@ -70,25 +70,36 @@ msgstr ""
msgid "Edit Template" msgid "Edit Template"
msgstr "Edita plantilla" msgstr "Edita plantilla"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." 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." msgstr "Edita la plantilla que s'usa per generar la configuració de samba."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "" msgstr ""
@ -100,11 +111,11 @@ msgstr "Ajusts generals"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "" msgstr ""
@ -116,7 +127,7 @@ msgstr "Interfície"
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "Nom" msgstr "Nom"
@ -125,31 +136,31 @@ msgstr "Nom"
msgid "Network Shares" msgid "Network Shares"
msgstr "Comparticions de xarxa" msgstr "Comparticions de xarxa"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "Ruta" msgstr "Ruta"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "Només lectura" msgstr "Només lectura"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "Directoris compartits" msgstr "Directoris compartits"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -161,11 +172,11 @@ msgstr ""
"barra ('|') no es deuen canviar. Reben els seus valors de la pestanya " "barra ('|') no es deuen canviar. Reben els seus valors de la pestanya "
"'Ajusts generals'." "'Ajusts generals'."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "" msgstr ""

View file

@ -12,33 +12,33 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 3.10\n" "X-Generator: Weblate 3.10\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "Povolení hosté" msgstr "Povolení hosté"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "Povolení uživatelé" msgstr "Povolení uživatelé"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "Sdílení Apple Time-machine" msgstr "Sdílení Apple Time-machine"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "Možnost procházení" msgstr "Možnost procházení"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "Vytvořit masku" msgstr "Vytvořit masku"
@ -46,19 +46,19 @@ msgstr "Vytvořit masku"
msgid "Description" msgid "Description"
msgstr "Popis" msgstr "Popis"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "Maska adresáře" msgstr "Maska adresáře"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "Zakázat řadič domény služby Active Directory" msgstr "Zakázat řadič domény služby Active Directory"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "Zakázat NetBIOS" msgstr "Zakázat NetBIOS"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "Zakázat Winbind" msgstr "Zakázat Winbind"
@ -66,17 +66,28 @@ msgstr "Zakázat Winbind"
msgid "Edit Template" msgid "Edit Template"
msgstr "Editovat šablonu" msgstr "Editovat šablonu"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "" msgstr ""
"Editovat šablonu, která je použita pro generování konfiguračního souboru pro " "Editovat šablonu, která je použita pro generování konfiguračního souboru pro "
"sambu." "sambu."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "Povolit sdílení kompatibilní s macOS" msgstr "Povolit sdílení kompatibilní s macOS"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
@ -84,11 +95,11 @@ msgstr ""
"Povoluje rozšíření AAPL společnosti Apple globálně a do všech sdílených " "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." "složek přidává možnosti kompatibility s macOS."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "Vynutit superuživatelský přístup" msgstr "Vynutit superuživatelský přístup"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "Vynutit synchronní I/O" msgstr "Vynutit synchronní I/O"
@ -100,11 +111,11 @@ msgstr "Obecné nastavení"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "Pouze pro hosty" msgstr "Pouze pro hosty"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "Zdědit vlastníka" msgstr "Zdědit vlastníka"
@ -116,7 +127,7 @@ msgstr "Rozhraní"
msgid "Listen only on the given interface or, if unspecified, on lan" 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" 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:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "Název" msgstr "Název"
@ -125,7 +136,7 @@ msgstr "Název"
msgid "Network Shares" msgid "Network Shares"
msgstr "Síťová sdílení" msgstr "Síťová sdílení"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
@ -133,11 +144,11 @@ msgstr ""
"U levnějších zařízení může zvýšit rychlost tím, že se vynutí synchronní I/O " "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." "místo výchozího asynchronního."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "Cesta" msgstr "Cesta"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
@ -145,15 +156,15 @@ msgstr ""
"Přidejte adresáře, které chcete sdílet. Každý adresář odkazuje na složku na " "Přidejte adresáře, které chcete sdílet. Každý adresář odkazuje na složku na "
"připojeném zařízení." "připojeném zařízení."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "Pouze pro čtení" msgstr "Pouze pro čtení"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "Sdílené adresáře" msgstr "Sdílené adresáře"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -164,11 +175,11 @@ msgstr ""
"konfigurace samby generována. Hodnoty uzavřené rourou (\"|\"), by se neměly " "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í\"." "měnit. Tyto hodnoty jsou brány ze záložky \"Obecná nastavení\"."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "Velikost Time-machine v GB" msgstr "Velikost Time-machine v GB"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "VFS objekty" msgstr "VFS objekty"

View file

@ -14,15 +14,15 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.0-dev\n" "X-Generator: Weblate 4.0-dev\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "Gastzugang" msgstr "Gastzugang"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "Erlaube veraltete (unsichere) Protokolle/Authentifizierungen." msgstr "Erlaube veraltete (unsichere) Protokolle/Authentifizierungen."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
@ -30,19 +30,19 @@ msgstr ""
"Erlaube veraltete smb(v1)/Lanman-Verbindungen, die für ältere Geräte ohne " "Erlaube veraltete smb(v1)/Lanman-Verbindungen, die für ältere Geräte ohne "
"smb(v2.1/3)-Unterstützung benötigt werden." "smb(v2.1/3)-Unterstützung benötigt werden."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "Legitimierte Benutzer" msgstr "Legitimierte Benutzer"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "Apple Time-Machine Freigabe" msgstr "Apple Time-Machine Freigabe"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "Durchsuchbar" msgstr "Durchsuchbar"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "Berechtigungs-maske für neue Dateien" msgstr "Berechtigungs-maske für neue Dateien"
@ -50,19 +50,19 @@ msgstr "Berechtigungs-maske für neue Dateien"
msgid "Description" msgid "Description"
msgstr "Beschreibung" msgstr "Beschreibung"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "Verzeichnis-maske" msgstr "Verzeichnis-maske"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "Deaktiviere Active Directory Domain Controller" msgstr "Deaktiviere Active Directory Domain Controller"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "Deaktiviere Netbios" msgstr "Deaktiviere Netbios"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "Deaktiviere Winbind" msgstr "Deaktiviere Winbind"
@ -70,17 +70,28 @@ msgstr "Deaktiviere Winbind"
msgid "Edit Template" msgid "Edit Template"
msgstr "Template bearbeiten" msgstr "Template bearbeiten"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "" msgstr ""
"Hier kann das Template bearbeitet werden, das zur Erstellung der Samba-" "Hier kann das Template bearbeitet werden, das zur Erstellung der Samba-"
"Konfigurationsdateien verwendet wird." "Konfigurationsdateien verwendet wird."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "aktiviere macOS kompatible Freigaben" msgstr "aktiviere macOS kompatible Freigaben"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
@ -88,11 +99,11 @@ msgstr ""
"Aktiviert Apples AAPL-Erweiterung global und fügt allen Freigaben MacOS-" "Aktiviert Apples AAPL-Erweiterung global und fügt allen Freigaben MacOS-"
"Kompatibilitätsoptionen hinzu." "Kompatibilitätsoptionen hinzu."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "Root erzwingen" msgstr "Root erzwingen"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "synchrone I/O erzwingen" msgstr "synchrone I/O erzwingen"
@ -104,11 +115,11 @@ msgstr "Allgemeine Einstellungen"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "Nur Gaeste" msgstr "Nur Gaeste"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "Besitzer Erben" msgstr "Besitzer Erben"
@ -122,7 +133,7 @@ msgstr ""
"Nur auf die angegebene Schnittstelle reagieren oder, wenn nicht " "Nur auf die angegebene Schnittstelle reagieren oder, wenn nicht "
"spezifiziert, auf LAN" "spezifiziert, auf LAN"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "Name" msgstr "Name"
@ -131,7 +142,7 @@ msgstr "Name"
msgid "Network Shares" msgid "Network Shares"
msgstr "Netzwerk-freigaben" msgstr "Netzwerk-freigaben"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
@ -139,11 +150,11 @@ msgstr ""
"Das Erzwingen von sychronous I/O (statt asynchronous I/O Default) kann auf " "Das Erzwingen von sychronous I/O (statt asynchronous I/O Default) kann auf "
"leistungsschwachen Geräten die Geschwindigkeit erhöhen." "leistungsschwachen Geräten die Geschwindigkeit erhöhen."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "Pfad" msgstr "Pfad"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
@ -151,15 +162,15 @@ msgstr ""
"Bitte fügen Sie Verzeichnisse hinzu, die Sie freigeben möchten. Jedes " "Bitte fügen Sie Verzeichnisse hinzu, die Sie freigeben möchten. Jedes "
"Verzeichnis bezieht sich auf einen Ordner auf einem bereitgestellten Gerät." "Verzeichnis bezieht sich auf einen Ordner auf einem bereitgestellten Gerät."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "Nur Lesen" msgstr "Nur Lesen"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "Freigegebene Verzeichnisse" msgstr "Freigegebene Verzeichnisse"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -172,11 +183,11 @@ msgstr ""
"werden, da diese beim Erstellen der Konfiguration mit den Werten aus dem Tab " "werden, da diese beim Erstellen der Konfiguration mit den Werten aus dem Tab "
"'Allgemeine Einstellungen' ersetzt werden." "'Allgemeine Einstellungen' ersetzt werden."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "Time-Machine Größe in GB" msgstr "Time-Machine Größe in GB"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "VFS-Objekte" msgstr "VFS-Objekte"

View file

@ -14,33 +14,33 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.0-dev\n" "X-Generator: Weblate 4.0-dev\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "" msgstr ""
@ -48,19 +48,19 @@ msgstr ""
msgid "Description" msgid "Description"
msgstr "Περιγραφή" msgstr "Περιγραφή"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "" msgstr ""
@ -68,25 +68,36 @@ msgstr ""
msgid "Edit Template" msgid "Edit Template"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "" msgstr ""
@ -98,11 +109,11 @@ msgstr ""
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "" msgstr ""
@ -114,7 +125,7 @@ msgstr "Διεπαφή"
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "Όνομα" msgstr "Όνομα"
@ -123,31 +134,31 @@ msgstr "Όνομα"
msgid "Network Shares" msgid "Network Shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -155,11 +166,11 @@ msgid ""
"Settings' tab." "Settings' tab."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "" msgstr ""

View file

@ -13,33 +13,33 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.4\n" "X-Generator: Pootle 2.0.4\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "Allow guests" msgstr "Allow guests"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "Allowed users" msgstr "Allowed users"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "Create mask" msgstr "Create mask"
@ -47,19 +47,19 @@ msgstr "Create mask"
msgid "Description" msgid "Description"
msgstr "Description" msgstr "Description"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "Directory mask" msgstr "Directory mask"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "" msgstr ""
@ -67,25 +67,36 @@ msgstr ""
msgid "Edit Template" msgid "Edit Template"
msgstr "Edit template" msgstr "Edit template"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "Edit the template that is used for generating the Samba configuration." msgstr "Edit the template that is used for generating the Samba configuration."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "" msgstr ""
@ -97,11 +108,11 @@ msgstr "General settings"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "" msgstr ""
@ -113,7 +124,7 @@ msgstr ""
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "Name" msgstr "Name"
@ -122,31 +133,31 @@ msgstr "Name"
msgid "Network Shares" msgid "Network Shares"
msgstr "Network Shares" msgstr "Network Shares"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "Path" msgstr "Path"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "Read-only" msgstr "Read-only"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "Shared Directories" msgstr "Shared Directories"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -158,11 +169,11 @@ msgstr ""
"('|') should not be changed. They get their values from the 'General " "('|') should not be changed. They get their values from the 'General "
"settings' tab." "settings' tab."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "" msgstr ""

View file

@ -14,15 +14,15 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.1-dev\n" "X-Generator: Weblate 4.1-dev\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "Permitir invitados" msgstr "Permitir invitados"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "Permitir protocolos/autenticación heredados (inseguros)." msgstr "Permitir protocolos/autenticación heredados (inseguros)."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
@ -30,19 +30,19 @@ msgstr ""
"Permitir conexiones smb(v1)/Lanman heredadas, necesarias para dispositivos " "Permitir conexiones smb(v1)/Lanman heredadas, necesarias para dispositivos "
"más antiguos sin soporte smb (v2.1/3)." "más antiguos sin soporte smb (v2.1/3)."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "Usuarios permitidos" msgstr "Usuarios permitidos"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "Compartir como Apple Time-Machine" msgstr "Compartir como Apple Time-Machine"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "Navegable" msgstr "Navegable"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "Crear máscara" msgstr "Crear máscara"
@ -50,19 +50,19 @@ msgstr "Crear máscara"
msgid "Description" msgid "Description"
msgstr "Descripción" msgstr "Descripción"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "Máscara de directorio" msgstr "Máscara de directorio"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "Desactivar el controlador de dominio de directorio activo" msgstr "Desactivar el controlador de dominio de directorio activo"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "Desactivar Netbios" msgstr "Desactivar Netbios"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "Desactivar Winbind" msgstr "Desactivar Winbind"
@ -70,15 +70,26 @@ msgstr "Desactivar Winbind"
msgid "Edit Template" msgid "Edit Template"
msgstr "Editar plantilla" msgstr "Editar plantilla"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "Editar la plantilla usada para generar la configuración de samba." msgstr "Editar la plantilla usada para generar la configuración de samba."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "Activar compatibilidad de Samba con macOS" msgstr "Activar compatibilidad de Samba con macOS"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
@ -86,11 +97,11 @@ msgstr ""
"Activa la extensión AAPL de Apple globalmente y agrega opciones de " "Activa la extensión AAPL de Apple globalmente y agrega opciones de "
"compatibilidad de macOS a todos los recursos compartidos." "compatibilidad de macOS a todos los recursos compartidos."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "Forzar Root" msgstr "Forzar Root"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "Forzar E/S sincrónica" msgstr "Forzar E/S sincrónica"
@ -102,11 +113,11 @@ msgstr "Configuración general"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "Conceder acceso a la aplicación samba4 de LuCI" msgstr "Conceder acceso a la aplicación samba4 de LuCI"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "Sólo invitados" msgstr "Sólo invitados"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "Heredar propietario" msgstr "Heredar propietario"
@ -118,7 +129,7 @@ msgstr "Interfaz"
msgid "Listen only on the given interface or, if unspecified, on lan" 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" 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:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "Nombre" msgstr "Nombre"
@ -127,7 +138,7 @@ msgstr "Nombre"
msgid "Network Shares" msgid "Network Shares"
msgstr "Recursos compartidos de red" msgstr "Recursos compartidos de red"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
@ -135,11 +146,11 @@ msgstr ""
"En dispositivos de gama baja, puede aumentar la velocidad al forzar E/ S " "En dispositivos de gama baja, puede aumentar la velocidad al forzar E/ S "
"sincrónica en lugar de la predeterminada." "sincrónica en lugar de la predeterminada."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "Ruta" msgstr "Ruta"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
@ -147,15 +158,15 @@ msgstr ""
"Por favor agregue directorios para compartir. Cada directorio hace " "Por favor agregue directorios para compartir. Cada directorio hace "
"referencia a una carpeta en un dispositivo montado." "referencia a una carpeta en un dispositivo montado."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "Sólo lectura" msgstr "Sólo lectura"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "Directorios compartidos" msgstr "Directorios compartidos"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -167,11 +178,11 @@ msgstr ""
"delimitados por plecas («|»); estos reciben sus valores de la pestaña " "delimitados por plecas («|»); estos reciben sus valores de la pestaña "
"«Configuración general»." "«Configuración general»."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "Tamaño del Time-Machine en GB" msgstr "Tamaño del Time-Machine en GB"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "Objetos vfs" msgstr "Objetos vfs"

View file

@ -14,33 +14,33 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.1-dev\n" "X-Generator: Weblate 4.1-dev\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "" msgstr ""
@ -48,19 +48,19 @@ msgstr ""
msgid "Description" msgid "Description"
msgstr "Kuvaus" msgstr "Kuvaus"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "" msgstr ""
@ -68,25 +68,36 @@ msgstr ""
msgid "Edit Template" msgid "Edit Template"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "" msgstr ""
@ -98,11 +109,11 @@ msgstr "Yleisasetukset"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "" msgstr ""
@ -114,7 +125,7 @@ msgstr "Sovitin"
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "Nimi" msgstr "Nimi"
@ -123,31 +134,31 @@ msgstr "Nimi"
msgid "Network Shares" msgid "Network Shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -155,11 +166,11 @@ msgid ""
"Settings' tab." "Settings' tab."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "" msgstr ""

View file

@ -14,15 +14,15 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.2-dev\n" "X-Generator: Weblate 4.2-dev\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "Autoriser les invités" msgstr "Autoriser les invités"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "Autoriser les protocoles/authentification hérités (non sécurisés)." msgstr "Autoriser les protocoles/authentification hérités (non sécurisés)."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
@ -30,19 +30,19 @@ msgstr ""
"Autorise les connexions smb (v1)/Lanman héritées, nécessaires pour les " "Autorise les connexions smb (v1)/Lanman héritées, nécessaires pour les "
"appareils plus anciens sans prise en charge smb (v2.1/3)." "appareils plus anciens sans prise en charge smb (v2.1/3)."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "Utilisateurs autorisés" msgstr "Utilisateurs autorisés"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "Partage Apple Time-machine" msgstr "Partage Apple Time-machine"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "Navigable" msgstr "Navigable"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "Créer un masque" msgstr "Créer un masque"
@ -50,19 +50,19 @@ msgstr "Créer un masque"
msgid "Description" msgid "Description"
msgstr "Description" msgstr "Description"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "Masque de répertoire" msgstr "Masque de répertoire"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "Désactiver le contrôleur de domaine Active Directory" msgstr "Désactiver le contrôleur de domaine Active Directory"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "Désactiver Netbios" msgstr "Désactiver Netbios"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "Désactiver Winbind" msgstr "Désactiver Winbind"
@ -70,15 +70,26 @@ msgstr "Désactiver Winbind"
msgid "Edit Template" msgid "Edit Template"
msgstr "Modifier le modèle" msgstr "Modifier le modèle"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "Modifiez le modèle utilisé pour générer la configuration de samba." msgstr "Modifiez le modèle utilisé pour générer la configuration de samba."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "Activer les partages compatibles macOS" msgstr "Activer les partages compatibles macOS"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
@ -86,11 +97,11 @@ msgstr ""
"Active l'extension AAPL d'Apple à l'échelle mondiale et ajoute des options " "Active l'extension AAPL d'Apple à l'échelle mondiale et ajoute des options "
"de compatibilité macOS à tous les partages." "de compatibilité macOS à tous les partages."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "Forcer le Root" msgstr "Forcer le Root"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "Forcer les I/O synchrones" msgstr "Forcer les I/O synchrones"
@ -102,11 +113,11 @@ msgstr "Paramètres généraux"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "Accorder l'accès à l'application LuCI samba4" msgstr "Accorder l'accès à l'application LuCI samba4"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "Invités seulement" msgstr "Invités seulement"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "Hériter du propriétaire" msgstr "Hériter du propriétaire"
@ -118,7 +129,7 @@ msgstr "Interface"
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "Écoutez uniquement sur l'interface donnée ou, si non spécifié, sur LAN" msgstr "Écoutez uniquement sur l'interface donnée ou, si non spécifié, sur LAN"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "Nom" msgstr "Nom"
@ -127,7 +138,7 @@ msgstr "Nom"
msgid "Network Shares" msgid "Network Shares"
msgstr "Partages réseau" msgstr "Partages réseau"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
@ -135,11 +146,11 @@ msgstr ""
"Sur les appareils bas de gamme, les vitesses peuvent augmenter en forçant " "Sur les appareils bas de gamme, les vitesses peuvent augmenter en forçant "
"les I/O synchrones au lieu des asynchrones par défaut." "les I/O synchrones au lieu des asynchrones par défaut."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "Chemin" msgstr "Chemin"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
@ -147,15 +158,15 @@ msgstr ""
"Veuillez ajouter des répertoires à partager. Chaque répertoire fait " "Veuillez ajouter des répertoires à partager. Chaque répertoire fait "
"référence à un dossier sur un périphérique monté." "référence à un dossier sur un périphérique monté."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "Lecture seule" msgstr "Lecture seule"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "Répertoires partagés" msgstr "Répertoires partagés"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -167,11 +178,11 @@ msgstr ""
"symboles de tuyau ('|') ne doivent pas être modifiées. Ils obtiennent leurs " "symboles de tuyau ('|') ne doivent pas être modifiées. Ils obtiennent leurs "
"valeurs dans l'onglet 'Paramètres généraux'." "valeurs dans l'onglet 'Paramètres généraux'."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "Taille en Go de la Time-machine" msgstr "Taille en Go de la Time-machine"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "Objets Vfs" msgstr "Objets Vfs"

View file

@ -8,33 +8,33 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "" msgstr ""
@ -42,19 +42,19 @@ msgstr ""
msgid "Description" msgid "Description"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "" msgstr ""
@ -62,25 +62,36 @@ msgstr ""
msgid "Edit Template" msgid "Edit Template"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "" msgstr ""
@ -92,11 +103,11 @@ msgstr ""
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "" msgstr ""
@ -108,7 +119,7 @@ msgstr ""
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -117,31 +128,31 @@ msgstr ""
msgid "Network Shares" msgid "Network Shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -149,11 +160,11 @@ msgid ""
"Settings' tab." "Settings' tab."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "" msgstr ""

View file

@ -13,33 +13,33 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Pootle 2.0.4\n" "X-Generator: Pootle 2.0.4\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "" msgstr ""
@ -47,19 +47,19 @@ msgstr ""
msgid "Description" msgid "Description"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "" msgstr ""
@ -67,25 +67,36 @@ msgstr ""
msgid "Edit Template" msgid "Edit Template"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "" msgstr ""
@ -97,11 +108,11 @@ msgstr ""
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "" msgstr ""
@ -113,7 +124,7 @@ msgstr ""
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -122,31 +133,31 @@ msgstr ""
msgid "Network Shares" msgid "Network Shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -154,11 +165,11 @@ msgid ""
"Settings' tab." "Settings' tab."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "" msgstr ""

View file

@ -12,15 +12,15 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.0-dev\n" "X-Generator: Weblate 4.0-dev\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "Vendégek engedélyezése" msgstr "Vendégek engedélyezése"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "Régi, már nem biztonságos protokollok és autentikáció engedélyezése." msgstr "Régi, már nem biztonságos protokollok és autentikáció engedélyezése."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
@ -28,19 +28,19 @@ msgstr ""
"Régi SMB v1/Lanman kapcsolatok engedélyezése, SMB v2.1/3-at nem támogató " "Régi SMB v1/Lanman kapcsolatok engedélyezése, SMB v2.1/3-at nem támogató "
"eszközökhöz." "eszközökhöz."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "Engedélyezett felhasználók" msgstr "Engedélyezett felhasználók"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "Apple Time Machine megosztás" msgstr "Apple Time Machine megosztás"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "Tallózható" msgstr "Tallózható"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "Létrehozási maszk" msgstr "Létrehozási maszk"
@ -48,19 +48,19 @@ msgstr "Létrehozási maszk"
msgid "Description" msgid "Description"
msgstr "Leírás" msgstr "Leírás"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "Könyvtármaszk" msgstr "Könyvtármaszk"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "Active Directory-tartományvezérlő letiltása" msgstr "Active Directory-tartományvezérlő letiltása"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "Netbios letiltása" msgstr "Netbios letiltása"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "Winbind letiltása" msgstr "Winbind letiltása"
@ -68,17 +68,28 @@ msgstr "Winbind letiltása"
msgid "Edit Template" msgid "Edit Template"
msgstr "Sablon szerkesztése" msgstr "Sablon szerkesztése"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "" msgstr ""
"A sablon szerkesztése, amely a samba beállításainak előállításához kerül " "A sablon szerkesztése, amely a samba beállításainak előállításához kerül "
"felhasználásra." "felhasználásra."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "MacOS kompatibilis megosztások engedélyezése" msgstr "MacOS kompatibilis megosztások engedélyezése"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
@ -86,11 +97,11 @@ msgstr ""
"Globálisan engedélyezi az Apple AAPL kiterjesztését, és macOS kompatibilis " "Globálisan engedélyezi az Apple AAPL kiterjesztését, és macOS kompatibilis "
"beállításokat ad az összes megosztáshoz." "beállításokat ad az összes megosztáshoz."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "Rendszergazda kényszerítése" msgstr "Rendszergazda kényszerítése"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "Szinkron I/O kényszerítése" msgstr "Szinkron I/O kényszerítése"
@ -102,11 +113,11 @@ msgstr "Általános beállítások"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "Csak vendégek" msgstr "Csak vendégek"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "Tulajdonos öröklése" msgstr "Tulajdonos öröklése"
@ -119,7 +130,7 @@ msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
"Figyelés csak a megadott csatolón, vagy a helyi hálózaton, ha nincs megadva" "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:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "Név" msgstr "Név"
@ -128,7 +139,7 @@ msgstr "Név"
msgid "Network Shares" msgid "Network Shares"
msgstr "Hálózati megosztások" msgstr "Hálózati megosztások"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
@ -136,11 +147,11 @@ msgstr ""
"Az alsóbb kategóriás eszközökön növelheti a sebességet a szinkron I/O " "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." "kényszerítésével az alapértelmezett aszinkron helyett."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "Útvonal" msgstr "Útvonal"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
@ -148,15 +159,15 @@ msgstr ""
"Adja hozzá a megosztandó könyvtárakat. Minden egyes könyvtár egy csatolt " "Adja hozzá a megosztandó könyvtárakat. Minden egyes könyvtár egy csatolt "
"eszközön lévő mappára hivatkozik." "eszközön lévő mappára hivatkozik."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "Csak olvasható" msgstr "Csak olvasható"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "Megosztott könyvtárak" msgstr "Megosztott könyvtárak"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -168,11 +179,11 @@ msgstr ""
"értékeket nem szabad módosítani. Az értéküket az „Általános beállítások” " "értékeket nem szabad módosítani. Az értéküket az „Általános beállítások” "
"lapról kapják." "lapról kapják."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "Time Machine mérete GB-ban" msgstr "Time Machine mérete GB-ban"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "Vfs objektumok" msgstr "Vfs objektumok"

View file

@ -14,33 +14,33 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.0-dev\n" "X-Generator: Weblate 4.0-dev\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "Permetti ospiti" msgstr "Permetti ospiti"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "Utenti ammessi" msgstr "Utenti ammessi"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "Crea maschera" msgstr "Crea maschera"
@ -48,19 +48,19 @@ msgstr "Crea maschera"
msgid "Description" msgid "Description"
msgstr "Descrizione" msgstr "Descrizione"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "Maschera della cartella" msgstr "Maschera della cartella"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "" msgstr ""
@ -68,26 +68,37 @@ msgstr ""
msgid "Edit Template" msgid "Edit Template"
msgstr "Modifica Template" msgstr "Modifica Template"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "" msgstr ""
"Modifica il template utilizzato per generare la configurazione di samba." "Modifica il template utilizzato per generare la configurazione di samba."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "" msgstr ""
@ -99,11 +110,11 @@ msgstr "Impostazioni Generali"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "" msgstr ""
@ -115,7 +126,7 @@ msgstr "Interfaccia"
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "Nome" msgstr "Nome"
@ -124,17 +135,17 @@ msgstr "Nome"
msgid "Network Shares" msgid "Network Shares"
msgstr "Condivisioni di rete" msgstr "Condivisioni di rete"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "Percorso" msgstr "Percorso"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
@ -142,15 +153,15 @@ msgstr ""
"Per favore aggiungi le directory da condividere. Ogni directory si riferisce " "Per favore aggiungi le directory da condividere. Ogni directory si riferisce "
"a una cartella su un dispositivo montato." "a una cartella su un dispositivo montato."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "Solo lettura" msgstr "Solo lettura"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "Cartelle Condivise" msgstr "Cartelle Condivise"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -162,11 +173,11 @@ msgstr ""
"('|') non dovrebbero essere toccati. Essi vengono generati dalla schermata " "('|') non dovrebbero essere toccati. Essi vengono generati dalla schermata "
"'Opzioni Generali'." "'Opzioni Generali'."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "" msgstr ""

View file

@ -14,33 +14,35 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.1-dev\n" "X-Generator: Weblate 4.1-dev\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "ゲストアクセスを許可" msgstr "ゲストアクセスを許可"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "レガシー(安全でない)プロトコル/認証を許可します。" msgstr "レガシー(安全でない)プロトコル/認証を許可します。"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "レガシー smb(v1)/Lanman 接続を許可します。smb(v2.1/3) サポートのない古いデバイスに必要です。" msgstr ""
"レガシー smb(v1)/Lanman 接続を許可します。smb(v2.1/3) サポートのない古いデバ"
"イスに必要です。"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "許可されたユーザー" msgstr "許可されたユーザー"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "Apple タイムマシン共有" msgstr "Apple タイムマシン共有"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "閲覧可能" msgstr "閲覧可能"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "マスクを作成" msgstr "マスクを作成"
@ -48,19 +50,19 @@ msgstr "マスクを作成"
msgid "Description" msgid "Description"
msgstr "説明" msgstr "説明"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "ディレクトリ・マスク" msgstr "ディレクトリ・マスク"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "Active Directory ドメインコントローラを無効化" msgstr "Active Directory ドメインコントローラを無効化"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "Netbios を無効化" msgstr "Netbios を無効化"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "Winbind を無効化" msgstr "Winbind を無効化"
@ -68,25 +70,38 @@ msgstr "Winbind を無効化"
msgid "Edit Template" msgid "Edit Template"
msgstr "テンプレートの編集" msgstr "テンプレートの編集"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "samba設定を生成するテンプレートを編集します。" msgstr "samba設定を生成するテンプレートを編集します。"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "macOS 互換共有を有効化" msgstr "macOS 互換共有を有効化"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "Apple の AAPL 拡張機能をグローバルに有効にし、すべての共有に macOS 互換性オプションを追加します。" msgstr ""
"Apple の AAPL 拡張機能をグローバルに有効にし、すべての共有に macOS 互換性オプ"
"ションを追加します。"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "強制ルート" msgstr "強制ルート"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "強制同期 I/O" msgstr "強制同期 I/O"
@ -98,11 +113,11 @@ msgstr "一般設定"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "LuCI アプリ samba4 へのアクセスを許可" msgstr "LuCI アプリ samba4 へのアクセスを許可"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "ゲストのみ" msgstr "ゲストのみ"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "オーナーの継承" msgstr "オーナーの継承"
@ -112,9 +127,11 @@ msgstr "インターフェース"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:34 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:34
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "指定されたインターフェースでのみリッスンするか、指定されていない場合は lan でリッスンします" msgstr ""
"指定されたインターフェースでのみリッスンするか、指定されていない場合は lan で"
"リッスンします"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "名前" msgstr "名前"
@ -123,17 +140,19 @@ msgstr "名前"
msgid "Network Shares" msgid "Network Shares"
msgstr "ネットワーク共有" msgstr "ネットワーク共有"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "ローエンド・デバイスでは、デフォルトの非同期ではなく同期 I/O を強制することにより、速度が向上する場合があります。" msgstr ""
"ローエンド・デバイスでは、デフォルトの非同期ではなく同期 I/O を強制することに"
"より、速度が向上する場合があります。"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "パス" msgstr "パス"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
@ -141,15 +160,15 @@ msgstr ""
"共有するディレクトリを追加してください。マウントされたデバイス等のディレクト" "共有するディレクトリを追加してください。マウントされたデバイス等のディレクト"
"リを設定し、公開することができます。" "リを設定し、公開することができます。"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "読み込みのみ" msgstr "読み込みのみ"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "共有ディレクトリ" msgstr "共有ディレクトリ"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -160,11 +179,11 @@ msgstr ""
"容です。パイプ('|')で閉じられた値は変更しないでください。これらの値は'一般設" "容です。パイプ('|')で閉じられた値は変更しないでください。これらの値は'一般設"
"定'タブ内の値によって置き換えられます。" "定'タブ内の値によって置き換えられます。"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "GB 単位のタイムマシン・サイズ" msgstr "GB 単位のタイムマシン・サイズ"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "Vfs オブジェクト" msgstr "Vfs オブジェクト"

View file

@ -13,33 +13,33 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.4\n" "X-Generator: Pootle 2.0.4\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "" msgstr ""
@ -47,19 +47,19 @@ msgstr ""
msgid "Description" msgid "Description"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "" msgstr ""
@ -67,25 +67,36 @@ msgstr ""
msgid "Edit Template" msgid "Edit Template"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "" msgstr ""
@ -97,11 +108,11 @@ msgstr ""
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "" msgstr ""
@ -113,7 +124,7 @@ msgstr ""
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -122,31 +133,31 @@ msgstr ""
msgid "Network Shares" msgid "Network Shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -154,11 +165,11 @@ msgid ""
"Settings' tab." "Settings' tab."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "" msgstr ""

View file

@ -14,33 +14,33 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11-dev\n" "X-Generator: Weblate 3.11-dev\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "अतिथींना परवानगी द्या" msgstr "अतिथींना परवानगी द्या"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "अनुमत वापरकर्ते" msgstr "अनुमत वापरकर्ते"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "ब्राउझ-सक्षम" msgstr "ब्राउझ-सक्षम"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "मुखवटा तयार करा" msgstr "मुखवटा तयार करा"
@ -48,19 +48,19 @@ msgstr "मुखवटा तयार करा"
msgid "Description" msgid "Description"
msgstr "वर्णन" msgstr "वर्णन"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "निर्देशिका मास्क" msgstr "निर्देशिका मास्क"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "" msgstr ""
@ -68,25 +68,36 @@ msgstr ""
msgid "Edit Template" msgid "Edit Template"
msgstr "टेम्पलेट संपादित करा" msgstr "टेम्पलेट संपादित करा"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "सांबा कॉन्फिगरेशन व्युत्पन्न करण्यासाठी वापरला जाणारा टेम्पलेट संपादित करा." msgstr "सांबा कॉन्फिगरेशन व्युत्पन्न करण्यासाठी वापरला जाणारा टेम्पलेट संपादित करा."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "सक्ती रूट" msgstr "सक्ती रूट"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "" msgstr ""
@ -98,11 +109,11 @@ msgstr "सामान्य सेटिंग्ज"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "वारसा मालकी मिळवा" msgstr "वारसा मालकी मिळवा"
@ -114,7 +125,7 @@ msgstr "इंटरफेस"
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "केवळ दिलेल्या इंटरफेसवर किंवा, अनिर्दिष्ट असल्यास, लॅनवर ऐका" msgstr "केवळ दिलेल्या इंटरफेसवर किंवा, अनिर्दिष्ट असल्यास, लॅनवर ऐका"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "नाव" msgstr "नाव"
@ -123,17 +134,17 @@ msgstr "नाव"
msgid "Network Shares" msgid "Network Shares"
msgstr "नेटवर्क शेअर्स" msgstr "नेटवर्क शेअर्स"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "पथ" msgstr "पथ"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
@ -141,15 +152,15 @@ msgstr ""
"कृपया सामायिक करण्यासाठी निर्देशिका जोडा. प्रत्येक निर्देशिका माउंट केलेल्या डिव्हाइसवरील " "कृपया सामायिक करण्यासाठी निर्देशिका जोडा. प्रत्येक निर्देशिका माउंट केलेल्या डिव्हाइसवरील "
"फोल्डरचा संदर्भ देते." "फोल्डरचा संदर्भ देते."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "केवळ-वाचनीय" msgstr "केवळ-वाचनीय"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "सामायिक निर्देशिका" msgstr "सामायिक निर्देशिका"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -160,11 +171,11 @@ msgstr ""
"व्युत्पन्न केली जाईल. पाईप चिन्हाद्वारे बंद केलेली मूल्ये ('|') बदलू नयेत. त्यांना त्यांची मूल्ये " "व्युत्पन्न केली जाईल. पाईप चिन्हाद्वारे बंद केलेली मूल्ये ('|') बदलू नयेत. त्यांना त्यांची मूल्ये "
"'सामान्य सेटिंग्ज' टॅबमधून मिळतात." "'सामान्य सेटिंग्ज' टॅबमधून मिळतात."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "" msgstr ""

View file

@ -12,33 +12,33 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.10-dev\n" "X-Generator: Weblate 3.10-dev\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "" msgstr ""
@ -46,19 +46,19 @@ msgstr ""
msgid "Description" msgid "Description"
msgstr "Keterangan" msgstr "Keterangan"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "" msgstr ""
@ -66,25 +66,36 @@ msgstr ""
msgid "Edit Template" msgid "Edit Template"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "" msgstr ""
@ -96,11 +107,11 @@ msgstr ""
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "" msgstr ""
@ -112,7 +123,7 @@ msgstr ""
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -121,31 +132,31 @@ msgstr ""
msgid "Network Shares" msgid "Network Shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -153,11 +164,11 @@ msgid ""
"Settings' tab." "Settings' tab."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "" msgstr ""

View file

@ -4,33 +4,33 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "Tillat gjester" msgstr "Tillat gjester"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "Tillatte brukere" msgstr "Tillatte brukere"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "Opprett Maske" msgstr "Opprett Maske"
@ -38,19 +38,19 @@ msgstr "Opprett Maske"
msgid "Description" msgid "Description"
msgstr "Beskrivelse" msgstr "Beskrivelse"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "Katalog maske" msgstr "Katalog maske"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "" msgstr ""
@ -58,25 +58,36 @@ msgstr ""
msgid "Edit Template" msgid "Edit Template"
msgstr "Rediger Mal" msgstr "Rediger Mal"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "Rediger malen som brukes til å generere samba konfigurasjonen." msgstr "Rediger malen som brukes til å generere samba konfigurasjonen."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "" msgstr ""
@ -88,11 +99,11 @@ msgstr "Generelle Innstillinger"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "" msgstr ""
@ -104,7 +115,7 @@ msgstr ""
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "Navn" msgstr "Navn"
@ -113,31 +124,31 @@ msgstr "Navn"
msgid "Network Shares" msgid "Network Shares"
msgstr "Nettverks Mapper" msgstr "Nettverks Mapper"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "Fysisk bane" msgstr "Fysisk bane"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "Skrivebeskyttet" msgstr "Skrivebeskyttet"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "Delte Kataloger" msgstr "Delte Kataloger"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -148,11 +159,11 @@ msgstr ""
"konfigurasjon vil bli generert fra. Verdier omsluttet av ('|') bør ikke " "konfigurasjon vil bli generert fra. Verdier omsluttet av ('|') bør ikke "
"endres. De får sine verdier fra 'Generelle Innstillinger' fanen." "endres. De får sine verdier fra 'Generelle Innstillinger' fanen."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "" msgstr ""

View file

@ -13,15 +13,15 @@ msgstr ""
"|| n%100>=20) ? 1 : 2;\n" "|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.1.1-dev\n" "X-Generator: Weblate 4.1.1-dev\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "Zezwól gościom" msgstr "Zezwól gościom"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "Zezwalaj na starsze (niepewne) protokoły/uwierzytelnianie." msgstr "Zezwalaj na starsze (niepewne) protokoły/uwierzytelnianie."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
@ -29,19 +29,19 @@ msgstr ""
"Zezwalaj na starsze połączenia smb (v1)/Lanman, potrzebne dla starszych " "Zezwalaj na starsze połączenia smb (v1)/Lanman, potrzebne dla starszych "
"urządzeń bez obsługi smb (v2.1/3)." "urządzeń bez obsługi smb (v2.1/3)."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "Użytkownicy z prawem dostępu" msgstr "Użytkownicy z prawem dostępu"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "Udział Apple Time-machine" msgstr "Udział Apple Time-machine"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "Możliwe do przeglądania" msgstr "Możliwe do przeglądania"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "Utwórz maskę" msgstr "Utwórz maskę"
@ -49,19 +49,19 @@ msgstr "Utwórz maskę"
msgid "Description" msgid "Description"
msgstr "Opis" msgstr "Opis"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "Katalog maski" msgstr "Katalog maski"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "Wyłącz kontroler domeny Active Directory" msgstr "Wyłącz kontroler domeny Active Directory"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "Wyłącz Netbios" msgstr "Wyłącz Netbios"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "Wyłącz Winbind" msgstr "Wyłącz Winbind"
@ -69,15 +69,26 @@ msgstr "Wyłącz Winbind"
msgid "Edit Template" msgid "Edit Template"
msgstr "Edytuj szablon" msgstr "Edytuj szablon"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "Edytuj szablon, który jest używany do generowania konfiguracji samby." msgstr "Edytuj szablon, który jest używany do generowania konfiguracji samby."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "Włącz udziały zgodne z macOS" msgstr "Włącz udziały zgodne z macOS"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
@ -85,11 +96,11 @@ msgstr ""
"Zapewnia globalne rozszerzenie AAPL firmy Apple i dodaje opcje zgodności z " "Zapewnia globalne rozszerzenie AAPL firmy Apple i dodaje opcje zgodności z "
"systemem MacOS do wszystkich akcji." "systemem MacOS do wszystkich akcji."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "Wymuszanie Roota" msgstr "Wymuszanie Roota"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "Wymuś synchroniczne I/O" msgstr "Wymuś synchroniczne I/O"
@ -101,11 +112,11 @@ msgstr "Ustawienia główne"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "Udziel dostępu LuCI do aplikacji samba4" msgstr "Udziel dostępu LuCI do aplikacji samba4"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "Tylko dla gości" msgstr "Tylko dla gości"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "Właściciel spadku" msgstr "Właściciel spadku"
@ -117,7 +128,7 @@ msgstr "Interfejs"
msgid "Listen only on the given interface or, if unspecified, on lan" 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" 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:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "Nazwa" msgstr "Nazwa"
@ -126,7 +137,7 @@ msgstr "Nazwa"
msgid "Network Shares" msgid "Network Shares"
msgstr "Udziały sieciowe" msgstr "Udziały sieciowe"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
@ -134,11 +145,11 @@ msgstr ""
"Na urządzeniach budżetowych może zwiększyć szybkość, przez forceing " "Na urządzeniach budżetowych może zwiększyć szybkość, przez forceing "
"synchroniczne I/O zamiast domyślnego asynchronicznego." "synchroniczne I/O zamiast domyślnego asynchronicznego."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "Ścieżka" msgstr "Ścieżka"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
@ -146,15 +157,15 @@ msgstr ""
"Proszę dodać katalogi do udostępnienia. Każdy katalog odnosi się do folderu " "Proszę dodać katalogi do udostępnienia. Każdy katalog odnosi się do folderu "
"w zamontowanym urządzeniu." "w zamontowanym urządzeniu."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "Tylko do odczytu" msgstr "Tylko do odczytu"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "Udostępniane katalogi" msgstr "Udostępniane katalogi"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -166,11 +177,11 @@ msgstr ""
"kreski pionowej ('|') nie powinny być zmieniane. Wartości ich zostaną " "kreski pionowej ('|') nie powinny być zmieniane. Wartości ich zostaną "
"pobrane z zakładki \"Ustawienia ogólne\"." "pobrane z zakładki \"Ustawienia ogólne\"."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "Time-machine rozmiar w GB" msgstr "Time-machine rozmiar w GB"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "Obiekty Vfs" msgstr "Obiekty Vfs"

View file

@ -14,15 +14,15 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.1-dev\n" "X-Generator: Weblate 4.1-dev\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "Permitir Convidados" msgstr "Permitir Convidados"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "Permitir protocolos/autenticação antigos (inseguro)." msgstr "Permitir protocolos/autenticação antigos (inseguro)."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
@ -30,19 +30,19 @@ msgstr ""
"Permitir ligações smb(v1)/Lanman antigas, necessárias para aparelhos mais " "Permitir ligações smb(v1)/Lanman antigas, necessárias para aparelhos mais "
"antigos sem suporte smb(v2.1/3)." "antigos sem suporte smb(v2.1/3)."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "Utilizadores Permitidos" msgstr "Utilizadores Permitidos"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "Compartilhamento da Time Machine da Apple" msgstr "Compartilhamento da Time Machine da Apple"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "Navegável" msgstr "Navegável"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "Criar máscara" msgstr "Criar máscara"
@ -50,19 +50,19 @@ msgstr "Criar máscara"
msgid "Description" msgid "Description"
msgstr "Descrição" msgstr "Descrição"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "Máscara do diretório" msgstr "Máscara do diretório"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "Desativar Controlador de Domínio de Active Directory" msgstr "Desativar Controlador de Domínio de Active Directory"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "Desativar Netbios" msgstr "Desativar Netbios"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "Desativar Winbind" msgstr "Desativar Winbind"
@ -70,15 +70,26 @@ msgstr "Desativar Winbind"
msgid "Edit Template" msgid "Edit Template"
msgstr "Editar Modelo" msgstr "Editar Modelo"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." 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." msgstr "Editar o modelo que é utilizado para gerar a configuração do Samba."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "Ativar compartilhamentos compatíveis com macOS" msgstr "Ativar compartilhamentos compatíveis com macOS"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
@ -86,11 +97,11 @@ msgstr ""
"Ativa a extensão AAPL da Apple globalmente e adiciona opções de " "Ativa a extensão AAPL da Apple globalmente e adiciona opções de "
"compatibilidade de macOS em todos os compartilhamentos." "compatibilidade de macOS em todos os compartilhamentos."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "Forçar Root" msgstr "Forçar Root"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "Forçar E/S síncrona" msgstr "Forçar E/S síncrona"
@ -102,11 +113,11 @@ msgstr "Configurações Gerais"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "Conceder acesso à app LuCI samba4" msgstr "Conceder acesso à app LuCI samba4"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "Somente convidados" msgstr "Somente convidados"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "Herdar proprietário" msgstr "Herdar proprietário"
@ -118,7 +129,7 @@ msgstr "Interface"
msgid "Listen only on the given interface or, if unspecified, on lan" 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" msgstr "Ouvir apenas na interface indicada ou, se não especificado, na LAN"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "Nome" msgstr "Nome"
@ -127,7 +138,7 @@ msgstr "Nome"
msgid "Network Shares" msgid "Network Shares"
msgstr "Partilhas da Rede" msgstr "Partilhas da Rede"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
@ -135,11 +146,11 @@ msgstr ""
"Em aparelhos de extremidade inferior podem aumentar as velocidades, forçando " "Em aparelhos de extremidade inferior podem aumentar as velocidades, forçando "
"a E/S síncrona em vez da assíncrona padrão." "a E/S síncrona em vez da assíncrona padrão."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "Caminho" msgstr "Caminho"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
@ -147,15 +158,15 @@ msgstr ""
"Por favor, adicione diretórios para compartilhar. Cada diretório refere-se a " "Por favor, adicione diretórios para compartilhar. Cada diretório refere-se a "
"uma pasta num aparelho montado." "uma pasta num aparelho montado."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "Apenas Leitura" msgstr "Apenas Leitura"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "Directórios Partilhados" msgstr "Directórios Partilhados"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -167,11 +178,11 @@ msgstr ""
"| não devem ser alterados. Eles recebem os valores do separador 'Definições " "| não devem ser alterados. Eles recebem os valores do separador 'Definições "
"Gerais'." "Gerais'."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "Tamanho da Time Machine em GB" msgstr "Tamanho da Time Machine em GB"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "Objetos Vfs" msgstr "Objetos Vfs"

View file

@ -14,15 +14,15 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.1-dev\n" "X-Generator: Weblate 4.1-dev\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "Permitir convidados" msgstr "Permitir convidados"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "Permitir protocolos/autenticação antigos (inseguro)." msgstr "Permitir protocolos/autenticação antigos (inseguro)."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
@ -30,19 +30,19 @@ msgstr ""
"Permita conexões smb(v1)/Lanman antigas, necessário para dispositivos mais " "Permita conexões smb(v1)/Lanman antigas, necessário para dispositivos mais "
"antigos sem suporte a smb (v2.1/3)." "antigos sem suporte a smb (v2.1/3)."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "Usuários permitidos" msgstr "Usuários permitidos"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "Compartilhamento Time Machine da Apple" msgstr "Compartilhamento Time Machine da Apple"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "Navegável" msgstr "Navegável"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "Máscara de criação" msgstr "Máscara de criação"
@ -50,19 +50,19 @@ msgstr "Máscara de criação"
msgid "Description" msgid "Description"
msgstr "Descrição" msgstr "Descrição"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "Máscara do diretório" msgstr "Máscara do diretório"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "Desabilitar o Controlador de Domínios AD" msgstr "Desabilitar o Controlador de Domínios AD"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "Desabilitar o NetBIOS" msgstr "Desabilitar o NetBIOS"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "Desabilitar o Winbind" msgstr "Desabilitar o Winbind"
@ -70,15 +70,26 @@ msgstr "Desabilitar o Winbind"
msgid "Edit Template" msgid "Edit Template"
msgstr "Editar o modelo" msgstr "Editar o modelo"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." 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." msgstr "Edita o modelo que é usado para gerar a configuração do samba."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "Habilitar compartilhamentos compatíveis com MacOS" msgstr "Habilitar compartilhamentos compatíveis com MacOS"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
@ -86,11 +97,11 @@ msgstr ""
"Habilitar globalmente a extensão AAPL da Apple e adicione a opção de " "Habilitar globalmente a extensão AAPL da Apple e adicione a opção de "
"compatibilidade com MacOS em todos os compartilhamentos." "compatibilidade com MacOS em todos os compartilhamentos."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "Impor o Usuário Root" msgstr "Impor o Usuário Root"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "Impõem E/S síncrona" msgstr "Impõem E/S síncrona"
@ -102,11 +113,11 @@ msgstr "Configurações Gerais"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "Conceder acesso ao aplicativo LuCI samba4" msgstr "Conceder acesso ao aplicativo LuCI samba4"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "Somente convidados" msgstr "Somente convidados"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "Herdar o dono" msgstr "Herdar o dono"
@ -119,7 +130,7 @@ msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
"Ouvir apenas na interface fornecida ou, se não for especificado, na LAN" "Ouvir apenas na interface fornecida ou, se não for especificado, na LAN"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "Nome" msgstr "Nome"
@ -128,7 +139,7 @@ msgstr "Nome"
msgid "Network Shares" msgid "Network Shares"
msgstr "Compartilhamentos de Rede" msgstr "Compartilhamentos de Rede"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
@ -136,11 +147,11 @@ msgstr ""
"Pode aumentar a velocidade em equipamentos mais simples ao impor E/S " "Pode aumentar a velocidade em equipamentos mais simples ao impor E/S "
"síncrona em vez do padrão assíncrono." "síncrona em vez do padrão assíncrono."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "Caminho" msgstr "Caminho"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
@ -148,15 +159,15 @@ msgstr ""
"Por favor, adicione diretórios para compartilhar. Cada diretório refere-se a " "Por favor, adicione diretórios para compartilhar. Cada diretório refere-se a "
"uma pasta em um dispositivo montado." "uma pasta em um dispositivo montado."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "Somente leitura" msgstr "Somente leitura"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "Diretórios Compartilhados" msgstr "Diretórios Compartilhados"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -168,11 +179,11 @@ msgstr ""
"não devem ser alterados. Estes valores serão obtidos a partir da aba " "não devem ser alterados. Estes valores serão obtidos a partir da aba "
"'Configurações Gerais'." "'Configurações Gerais'."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "Tamanho do Time Machine em GB" msgstr "Tamanho do Time Machine em GB"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "Objetos VFS" msgstr "Objetos VFS"

View file

@ -13,15 +13,15 @@ msgstr ""
"20)) ? 1 : 2;\n" "20)) ? 1 : 2;\n"
"X-Generator: Weblate 4.0-dev\n" "X-Generator: Weblate 4.0-dev\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "Permite oaspeți" msgstr "Permite oaspeți"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "Permit protocoale/autentificare vechi/e (nesigure)." msgstr "Permit protocoale/autentificare vechi/e (nesigure)."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
@ -29,19 +29,19 @@ msgstr ""
"Permiteți conexiuni SMB(v1)/Lanman, necesare pentru dispozitive mai vechi " "Permiteți conexiuni SMB(v1)/Lanman, necesare pentru dispozitive mai vechi "
"fără suport SMB(v2.1/3)." "fără suport SMB(v2.1/3)."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "Utilizatori permiși" msgstr "Utilizatori permiși"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "Partajare pentru Apple Time-machine" msgstr "Partajare pentru Apple Time-machine"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "Navigabil" msgstr "Navigabil"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "Creaza masca" msgstr "Creaza masca"
@ -49,19 +49,19 @@ msgstr "Creaza masca"
msgid "Description" msgid "Description"
msgstr "Descriere" msgstr "Descriere"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "Masca director" msgstr "Masca director"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "Dezactivează Active Directory Domain Controller" msgstr "Dezactivează Active Directory Domain Controller"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "Dezactivează Netbios" msgstr "Dezactivează Netbios"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "Dezactivează Winbind" msgstr "Dezactivează Winbind"
@ -69,15 +69,26 @@ msgstr "Dezactivează Winbind"
msgid "Edit Template" msgid "Edit Template"
msgstr "Editare sablon" msgstr "Editare sablon"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "Editati sablonul utilizat pentru generarea configuratiei samba." msgstr "Editati sablonul utilizat pentru generarea configuratiei samba."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "Activează partajările compatibile cu macOS" msgstr "Activează partajările compatibile cu macOS"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
@ -85,11 +96,11 @@ msgstr ""
"Activează extensia AAPL de la Apple la nivel global și adaugă opțiuni de " "Activează extensia AAPL de la Apple la nivel global și adaugă opțiuni de "
"compatibilitate macOS tuturor partajărilor." "compatibilitate macOS tuturor partajărilor."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "Forțează ca Root" msgstr "Forțează ca Root"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "Forțează I/O sincron" msgstr "Forțează I/O sincron"
@ -101,11 +112,11 @@ msgstr "Setări generale"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "Doar oaspeți" msgstr "Doar oaspeți"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "Proprietar care moștenește" msgstr "Proprietar care moștenește"
@ -118,7 +129,7 @@ msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
"Ascultați numai pe interfața dată sau, dacă nu este specificată, pe LAN" "Ascultați numai pe interfața dată sau, dacă nu este specificată, pe LAN"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "Nume" msgstr "Nume"
@ -127,7 +138,7 @@ msgstr "Nume"
msgid "Network Shares" msgid "Network Shares"
msgstr "Rețea, partajări" msgstr "Rețea, partajări"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
@ -135,11 +146,11 @@ msgstr ""
"Pe dispozitivele inferioare poate crește vitezele, prin forțarea I/O sincron " "Pe dispozitivele inferioare poate crește vitezele, prin forțarea I/O sincron "
"în loc de asincron implicit." "în loc de asincron implicit."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "Calea" msgstr "Calea"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
@ -147,15 +158,15 @@ msgstr ""
"Vă rugăm să adăugați directoare pentru a partaja. Fiecare director se referă " "Vă rugăm să adăugați directoare pentru a partaja. Fiecare director se referă "
"la un folder de pe un dispozitiv montat." "la un folder de pe un dispozitiv montat."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "Doar citire" msgstr "Doar citire"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "Directoare partajate" msgstr "Directoare partajate"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -167,11 +178,11 @@ msgstr ""
"verticala ('|') nu trebuie modificate, ele își iau valorile direct din tab-" "verticala ('|') nu trebuie modificate, ele își iau valorile direct din tab-"
"ul de \"Setări generale\"." "ul de \"Setări generale\"."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "Time-machine marine în GB" msgstr "Time-machine marine în GB"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "Vfs obiecte" msgstr "Vfs obiecte"

View file

@ -16,15 +16,15 @@ msgstr ""
"Project-Info: Это технический перевод, не дословный. Главное-удобный русский " "Project-Info: Это технический перевод, не дословный. Главное-удобный русский "
"интерфейс, все проверялось в графическом режиме, совместим с другими apps\n" "интерфейс, все проверялось в графическом режиме, совместим с другими apps\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "Разрешить гостевой доступ" msgstr "Разрешить гостевой доступ"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "Разрешить устаревшие (небезопасные) протоколы / аутентификацию." msgstr "Разрешить устаревшие (небезопасные) протоколы / аутентификацию."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
@ -32,19 +32,19 @@ msgstr ""
"Разрешить устаревшие соединения smb (v1)/Lanman, необходимые для старых " "Разрешить устаревшие соединения smb (v1)/Lanman, необходимые для старых "
"устройств без поддержки smb (v2.1/3)." "устройств без поддержки smb (v2.1/3)."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "Разрешенные пользователи" msgstr "Разрешенные пользователи"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "Apple Time-machine share" msgstr "Apple Time-machine share"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "Показывать содержимое" msgstr "Показывать содержимое"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "Создать маску" msgstr "Создать маску"
@ -52,19 +52,19 @@ msgstr "Создать маску"
msgid "Description" msgid "Description"
msgstr "Описание" msgstr "Описание"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "Маска папок" msgstr "Маска папок"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "Выключить контроллер домена Active Directory" msgstr "Выключить контроллер домена Active Directory"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "Выключить Netbios" msgstr "Выключить Netbios"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "Выключить Winbind" msgstr "Выключить Winbind"
@ -72,17 +72,28 @@ msgstr "Выключить Winbind"
msgid "Edit Template" msgid "Edit Template"
msgstr "Настройка шаблона" msgstr "Настройка шаблона"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "" msgstr ""
"Редактирование шаблона, который используется для генерации конфигурации " "Редактирование шаблона, который используется для генерации конфигурации "
"Samba." "Samba."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "Включить MacOS-совместимые ресурсы" msgstr "Включить MacOS-совместимые ресурсы"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
@ -90,11 +101,11 @@ msgstr ""
"Включает расширение Apple AAPL в глобальном масштабе и добавляет параметры " "Включает расширение Apple AAPL в глобальном масштабе и добавляет параметры "
"совместимости macOS для всех общих ресурсов." "совместимости macOS для всех общих ресурсов."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "Принудительно Root" msgstr "Принудительно Root"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "Принудительный синхронный ввод/вывод" msgstr "Принудительный синхронный ввод/вывод"
@ -106,11 +117,11 @@ msgstr "Основные настройки"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "Гостевой" msgstr "Гостевой"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "Наследовать владельца" msgstr "Наследовать владельца"
@ -122,7 +133,7 @@ msgstr "Интерфейс"
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "Слушать только на данном интерфейсе или, если не указано, на lan" msgstr "Слушать только на данном интерфейсе или, если не указано, на lan"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "Имя" msgstr "Имя"
@ -131,7 +142,7 @@ msgstr "Имя"
msgid "Network Shares" msgid "Network Shares"
msgstr "Сетевые ресурсы" msgstr "Сетевые ресурсы"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
@ -139,11 +150,11 @@ msgstr ""
"На устройствах более низкого уровня скорость может увеличиться за счет " "На устройствах более низкого уровня скорость может увеличиться за счет "
"принудительного синхронного ввода-вывода вместо асинхронного по умолчанию." "принудительного синхронного ввода-вывода вместо асинхронного по умолчанию."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "Путь" msgstr "Путь"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
@ -151,15 +162,15 @@ msgstr ""
"Добавьте папки для совместного доступа. Каждая папка соответствует разделу " "Добавьте папки для совместного доступа. Каждая папка соответствует разделу "
"на подключенном устройстве." "на подключенном устройстве."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "Только для чтения" msgstr "Только для чтения"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "Папки общего доступа" msgstr "Папки общего доступа"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -171,11 +182,11 @@ msgstr ""
"('|'), не должны быть изменены.<br />Они будут автоматически заменены на " "('|'), не должны быть изменены.<br />Они будут автоматически заменены на "
"значения со страницы 'Основные настройки'." "значения со страницы 'Основные настройки'."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "Размер Time-machine в Гб" msgstr "Размер Time-machine в Гб"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "Vfs объекты" msgstr "Vfs объекты"

View file

@ -12,33 +12,33 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 4.0-dev\n" "X-Generator: Weblate 4.0-dev\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "" msgstr ""
@ -46,19 +46,19 @@ msgstr ""
msgid "Description" msgid "Description"
msgstr "Popis" msgstr "Popis"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "" msgstr ""
@ -66,25 +66,36 @@ msgstr ""
msgid "Edit Template" msgid "Edit Template"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "" msgstr ""
@ -96,11 +107,11 @@ msgstr "Všeobecné nastavenia"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "" msgstr ""
@ -112,7 +123,7 @@ msgstr "Rozhranie"
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "Názov" msgstr "Názov"
@ -121,31 +132,31 @@ msgstr "Názov"
msgid "Network Shares" msgid "Network Shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -153,11 +164,11 @@ msgid ""
"Settings' tab." "Settings' tab."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "" msgstr ""

View file

@ -12,33 +12,33 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10-dev\n" "X-Generator: Weblate 3.10-dev\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "Tillåt gäster" msgstr "Tillåt gäster"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "Tillåtna användare" msgstr "Tillåtna användare"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "Skapa mask" msgstr "Skapa mask"
@ -46,19 +46,19 @@ msgstr "Skapa mask"
msgid "Description" msgid "Description"
msgstr "Beskrivning" msgstr "Beskrivning"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "Mask för mapp" msgstr "Mask för mapp"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "" msgstr ""
@ -66,26 +66,37 @@ msgstr ""
msgid "Edit Template" msgid "Edit Template"
msgstr "Redigera mall" msgstr "Redigera mall"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "" msgstr ""
"Redigera mallen som används för att generera konfigurationen för samba." "Redigera mallen som används för att generera konfigurationen för samba."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "" msgstr ""
@ -97,11 +108,11 @@ msgstr "Generella inställningar"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "" msgstr ""
@ -113,7 +124,7 @@ msgstr "Gränssnitt"
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "Namn" msgstr "Namn"
@ -122,31 +133,31 @@ msgstr "Namn"
msgid "Network Shares" msgid "Network Shares"
msgstr "Nätverksdelningar" msgstr "Nätverksdelningar"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "Genväg" msgstr "Genväg"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "Endast läsbar" msgstr "Endast läsbar"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "Delade mappar" msgstr "Delade mappar"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -154,11 +165,11 @@ msgid ""
"Settings' tab." "Settings' tab."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "" msgstr ""

View file

@ -1,33 +1,33 @@
msgid "" msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8" msgstr "Content-Type: text/plain; charset=UTF-8"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "" msgstr ""
@ -35,19 +35,19 @@ msgstr ""
msgid "Description" msgid "Description"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "" msgstr ""
@ -55,25 +55,36 @@ msgstr ""
msgid "Edit Template" msgid "Edit Template"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "" msgstr ""
@ -85,11 +96,11 @@ msgstr ""
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "" msgstr ""
@ -101,7 +112,7 @@ msgstr ""
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -110,31 +121,31 @@ msgstr ""
msgid "Network Shares" msgid "Network Shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -142,11 +153,11 @@ msgid ""
"Settings' tab." "Settings' tab."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "" msgstr ""

View file

@ -8,33 +8,33 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "" msgstr ""
@ -42,19 +42,19 @@ msgstr ""
msgid "Description" msgid "Description"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "" msgstr ""
@ -62,25 +62,36 @@ msgstr ""
msgid "Edit Template" msgid "Edit Template"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "" msgstr ""
@ -92,11 +103,11 @@ msgstr ""
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "" msgstr ""
@ -108,7 +119,7 @@ msgstr ""
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -117,31 +128,31 @@ msgstr ""
msgid "Network Shares" msgid "Network Shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -149,11 +160,11 @@ msgid ""
"Settings' tab." "Settings' tab."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "" msgstr ""

View file

@ -13,15 +13,15 @@ msgstr ""
"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 3.11\n" "X-Generator: Weblate 3.11\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "Дозволити гостьовий вхід" msgstr "Дозволити гостьовий вхід"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "Дозволити застарілі (небезпечні) протоколи/автентифікації." msgstr "Дозволити застарілі (небезпечні) протоколи/автентифікації."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
@ -29,19 +29,19 @@ msgstr ""
"Дозволити застарілі підключення smb(v1)/Lanman, необхідні для старих " "Дозволити застарілі підключення smb(v1)/Lanman, необхідні для старих "
"пристроїв без підтримки smb(v2.1/3)." "пристроїв без підтримки smb(v2.1/3)."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "Дозволені користувачі" msgstr "Дозволені користувачі"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "Частина \"Машини часу\" Apple" msgstr "Частина \"Машини часу\" Apple"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "Доступний для перегляду" msgstr "Доступний для перегляду"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "Створити маску" msgstr "Створити маску"
@ -49,19 +49,19 @@ msgstr "Створити маску"
msgid "Description" msgid "Description"
msgstr "Опис" msgstr "Опис"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "Маска каталогу" msgstr "Маска каталогу"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "Вимкнути контролер домену Active Directory" msgstr "Вимкнути контролер домену Active Directory"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "Вимкнути Netbios" msgstr "Вимкнути Netbios"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "Вимкнути Winbind" msgstr "Вимкнути Winbind"
@ -69,15 +69,26 @@ msgstr "Вимкнути Winbind"
msgid "Edit Template" msgid "Edit Template"
msgstr "Редагувати шаблон" msgstr "Редагувати шаблон"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "Редагувати шаблон файлу конфігурації samba." msgstr "Редагувати шаблон файлу конфігурації samba."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "Увімкнути спільні папки, сумісні з macOS" msgstr "Увімкнути спільні папки, сумісні з macOS"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
@ -85,11 +96,11 @@ msgstr ""
"Увімкнути розширення Apple AAPL глобально і додавати параметри сумісності з " "Увімкнути розширення Apple AAPL глобально і додавати параметри сумісності з "
"macOS для всіх спільних ресурсів." "macOS для всіх спільних ресурсів."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "Примусово Root" msgstr "Примусово Root"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "Примусово синхронний ввід/вивід" msgstr "Примусово синхронний ввід/вивід"
@ -101,11 +112,11 @@ msgstr "Загальні параметри"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "Лише гості" msgstr "Лише гості"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "Успадковувати власника" msgstr "Успадковувати власника"
@ -119,7 +130,7 @@ msgstr ""
"Прослуховувати тільки на цьому інтерфейсі, якщо <em>не визначено</em> на " "Прослуховувати тільки на цьому інтерфейсі, якщо <em>не визначено</em> на "
"всіх" "всіх"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "Назва" msgstr "Назва"
@ -128,7 +139,7 @@ msgstr "Назва"
msgid "Network Shares" msgid "Network Shares"
msgstr "Спільні мережеві ресурси" msgstr "Спільні мережеві ресурси"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
@ -136,11 +147,11 @@ msgstr ""
"На пристроях нижнього класу можна збільшити швидкість, застосовуючи " "На пристроях нижнього класу можна збільшити швидкість, застосовуючи "
"синхронний ввід/вивід замість типового асинхронного." "синхронний ввід/вивід замість типового асинхронного."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "Шлях" msgstr "Шлях"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
@ -148,15 +159,15 @@ msgstr ""
"Додайте каталоги для спільного доступу. Кожен каталог посилається на папку " "Додайте каталоги для спільного доступу. Кожен каталог посилається на папку "
"на підключеному пристрої." "на підключеному пристрої."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "Тільки читання" msgstr "Тільки читання"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "Спільні каталоги" msgstr "Спільні каталоги"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -168,11 +179,11 @@ msgstr ""
"повинні змінюватися.<br />Вони отримують свої значення з вкладки \"Загальні " "повинні змінюватися.<br />Вони отримують свої значення з вкладки \"Загальні "
"параметри\"." "параметри\"."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "Обсяг \"Машини часу\", ГБ" msgstr "Обсяг \"Машини часу\", ГБ"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "Об'єкти Vfs" msgstr "Об'єкти Vfs"

View file

@ -14,35 +14,35 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 1.1.0\n" "X-Generator: Pootle 1.1.0\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
#, fuzzy #, fuzzy
msgid "Allow guests" msgid "Allow guests"
msgstr "Cho phép khách" msgstr "Cho phép khách"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
#, fuzzy #, fuzzy
msgid "Allowed users" msgid "Allowed users"
msgstr "Người sử dụng được cho phép" msgstr "Người sử dụng được cho phép"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
#, fuzzy #, fuzzy
msgid "Create mask" msgid "Create mask"
msgstr "Tạo Mask" msgstr "Tạo Mask"
@ -51,20 +51,20 @@ msgstr "Tạo Mask"
msgid "Description" msgid "Description"
msgstr "Mô tả" msgstr "Mô tả"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
#, fuzzy #, fuzzy
msgid "Directory mask" msgid "Directory mask"
msgstr "Thư mục Mask" msgstr "Thư mục Mask"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "" msgstr ""
@ -72,25 +72,36 @@ msgstr ""
msgid "Edit Template" msgid "Edit Template"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "" msgstr ""
@ -102,11 +113,11 @@ msgstr ""
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "" msgstr ""
@ -118,7 +129,7 @@ msgstr ""
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -127,32 +138,32 @@ msgstr ""
msgid "Network Shares" msgid "Network Shares"
msgstr "Mạng chia sẻ" msgstr "Mạng chia sẻ"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
#, fuzzy #, fuzzy
msgid "Read-only" msgid "Read-only"
msgstr "Chỉ đọc " msgstr "Chỉ đọc "
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "Thư mục chia sẻ" msgstr "Thư mục chia sẻ"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -160,11 +171,11 @@ msgid ""
"Settings' tab." "Settings' tab."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "" msgstr ""

View file

@ -17,33 +17,33 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.1-dev\n" "X-Generator: Weblate 4.1-dev\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "允许匿名用户" msgstr "允许匿名用户"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "允许旧协议与身份验证(不安全)." msgstr "允许旧协议与身份验证(不安全)."
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "允许不支持smb(v2.1/3)的旧设备使用旧的smb(v1)/Lanman连接。" msgstr "允许不支持smb(v2.1/3)的旧设备使用旧的smb(v1)/Lanman连接。"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "允许用户" msgstr "允许用户"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "Apple Time-machine 共享" msgstr "Apple Time-machine 共享"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "可浏览" msgstr "可浏览"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "创建权限掩码" msgstr "创建权限掩码"
@ -51,19 +51,19 @@ msgstr "创建权限掩码"
msgid "Description" msgid "Description"
msgstr "描述" msgstr "描述"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "目录权限掩码" msgstr "目录权限掩码"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "禁用 Active Directory 域控制器" msgstr "禁用 Active Directory 域控制器"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "禁用 Netbios" msgstr "禁用 Netbios"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "禁用 Winbind" msgstr "禁用 Winbind"
@ -71,25 +71,36 @@ msgstr "禁用 Winbind"
msgid "Edit Template" msgid "Edit Template"
msgstr "编辑模板" msgstr "编辑模板"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "编辑用于生成samba配置的模板。" msgstr "编辑用于生成samba配置的模板。"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "启用 macOS 兼容共享" msgstr "启用 macOS 兼容共享"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "全局启用 Apple 的 AAPL 扩展,并为所有共享添加 macOS 兼容性选项。" msgstr "全局启用 Apple 的 AAPL 扩展,并为所有共享添加 macOS 兼容性选项。"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "强制 Root" msgstr "强制 Root"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "强制同步 I/O" msgstr "强制同步 I/O"
@ -101,11 +112,11 @@ msgstr "常规设置"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "授予访问LuCI app samba4的权限" msgstr "授予访问LuCI app samba4的权限"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "仅来宾用户" msgstr "仅来宾用户"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "继承所有者" msgstr "继承所有者"
@ -117,7 +128,7 @@ msgstr "接口"
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "仅监听指定的接口,未指定则监听 lan" msgstr "仅监听指定的接口,未指定则监听 lan"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "名称" msgstr "名称"
@ -126,31 +137,31 @@ msgstr "名称"
msgid "Network Shares" msgid "Network Shares"
msgstr "网络共享" msgstr "网络共享"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "在低端设备上可以通过强制使用同步I / O而不是默认的异步来提高速度。" msgstr "在低端设备上可以通过强制使用同步I / O而不是默认的异步来提高速度。"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "路径" msgstr "路径"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
msgstr "请添加要共享的目录。每个目录指到已挂载设备上的文件夹。" msgstr "请添加要共享的目录。每个目录指到已挂载设备上的文件夹。"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "只读" msgstr "只读"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "共享目录" msgstr "共享目录"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -160,11 +171,11 @@ msgstr ""
"这是将从其上生成 samba 配置的文件“/etc/samba/smb.conf.template”的内容。由管道" "这是将从其上生成 samba 配置的文件“/etc/samba/smb.conf.template”的内容。由管道"
"符(“|”)包围的值不应更改。它们将从“常规设置”标签中获取其值。" "符(“|”)包围的值不应更改。它们将从“常规设置”标签中获取其值。"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "Time-machine 大小GB" msgstr "Time-machine 大小GB"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "VFS 对象" msgstr "VFS 对象"

View file

@ -17,33 +17,33 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.11-dev\n" "X-Generator: Weblate 3.11-dev\n"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:101 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:105
msgid "Allow guests" msgid "Allow guests"
msgstr "允許匿名使用者" msgstr "允許匿名使用者"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52
msgid "Allow legacy (insecure) protocols/authentication." msgid "Allow legacy (insecure) protocols/authentication."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:53
msgid "" msgid ""
"Allow legacy smb(v1)/Lanman connections, needed for older devices without " "Allow legacy smb(v1)/Lanman connections, needed for older devices without "
"smb(v2.1/3) support." "smb(v2.1/3) support."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:98 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:102
msgid "Allowed users" msgid "Allowed users"
msgstr "允許使用者" msgstr "允許使用者"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:132 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:136
msgid "Apple Time-machine share" msgid "Apple Time-machine share"
msgstr "Apple Time-machine 共享" msgstr "Apple Time-machine 共享"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:85 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:89
msgid "Browse-able" msgid "Browse-able"
msgstr "可瀏覽" msgstr "可瀏覽"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:117 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:121
msgid "Create mask" msgid "Create mask"
msgstr "建立權限掩碼" msgstr "建立權限掩碼"
@ -51,19 +51,19 @@ msgstr "建立權限掩碼"
msgid "Description" msgid "Description"
msgstr "說明" msgstr "說明"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:123 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:127
msgid "Directory mask" msgid "Directory mask"
msgstr "目錄權限掩碼" msgstr "目錄權限掩碼"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:55 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59
msgid "Disable Active Directory Domain Controller" msgid "Disable Active Directory Domain Controller"
msgstr "禁用 Active Directory 域控制器" msgstr "禁用 Active Directory 域控制器"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:52 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:56
msgid "Disable Netbios" msgid "Disable Netbios"
msgstr "禁用 Netbios" msgstr "禁用 Netbios"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62
msgid "Disable Winbind" msgid "Disable Winbind"
msgstr "禁用 Winbind" msgstr "禁用 Winbind"
@ -71,25 +71,36 @@ msgstr "禁用 Winbind"
msgid "Edit Template" msgid "Edit Template"
msgstr "編輯模板" msgstr "編輯模板"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:62 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:66
msgid "Edit the template that is used for generating the samba configuration." msgid "Edit the template that is used for generating the samba configuration."
msgstr "編輯用來產生 samba 設定的模板。" msgstr "編輯用來產生 samba 設定的模板。"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42
msgid "Enable extra Tuning"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:49
msgid "Enable macOS compatible shares" msgid "Enable macOS compatible shares"
msgstr "啟用 macOS 相容共享" msgstr "啟用 macOS 相容共享"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43
msgid ""
"Enable some community driven tuning parameters, that may improve write "
"speeds and better operation via WiFi. Not recommend if multiple clients "
"write to the same files, at the same time!"
msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:50
msgid "" msgid ""
"Enables Apple's AAPL extension globally and adds macOS compatibility options " "Enables Apple's AAPL extension globally and adds macOS compatibility options "
"to all shares." "to all shares."
msgstr "全域性啟用 Apple 的 AAPL 擴充套件,併為所有共享新增 macOS 相容性選項。" msgstr "全域性啟用 Apple 的 AAPL 擴充套件,併為所有共享新增 macOS 相容性選項。"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:96 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:100
msgid "Force Root" msgid "Force Root"
msgstr "強制 Root" msgstr "強制 Root"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:46
msgid "Force synchronous I/O" msgid "Force synchronous I/O"
msgstr "" msgstr ""
@ -101,11 +112,11 @@ msgstr "基本設定"
msgid "Grant access to LuCI app samba4" msgid "Grant access to LuCI app samba4"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:107 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:111
msgid "Guests only" msgid "Guests only"
msgstr "僅來賓使用者" msgstr "僅來賓使用者"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:112 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:116
msgid "Inherit owner" msgid "Inherit owner"
msgstr "繼承所有者" msgstr "繼承所有者"
@ -117,7 +128,7 @@ msgstr ""
msgid "Listen only on the given interface or, if unspecified, on lan" msgid "Listen only on the given interface or, if unspecified, on lan"
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:83
msgid "Name" msgid "Name"
msgstr "共享名" msgstr "共享名"
@ -126,31 +137,31 @@ msgstr "共享名"
msgid "Network Shares" msgid "Network Shares"
msgstr "網路共享" msgstr "網路共享"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:43 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:47
msgid "" msgid ""
"On lower-end devices may increase speeds, by forceing synchronous I/O " "On lower-end devices may increase speeds, by forceing synchronous I/O "
"instead of the default asynchronous." "instead of the default asynchronous."
msgstr "" msgstr ""
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:80 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:84
msgid "Path" msgid "Path"
msgstr "目錄" msgstr "目錄"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:79
msgid "" msgid ""
"Please add directories to share. Each directory refers to a folder on a " "Please add directories to share. Each directory refers to a folder on a "
"mounted device." "mounted device."
msgstr "請新增要共享的目錄。每個目錄指到已掛載裝置上的資料夾。" msgstr "請新增要共享的目錄。每個目錄指到已掛載裝置上的資料夾。"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:90 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94
msgid "Read-only" msgid "Read-only"
msgstr "只讀" msgstr "只讀"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:74 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:78
msgid "Shared Directories" msgid "Shared Directories"
msgstr "共享目錄" msgstr "共享目錄"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:63 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:67
msgid "" msgid ""
"This is the content of the file '/etc/samba/smb.conf.template' from which " "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 " "your samba configuration will be generated. Values enclosed by pipe symbols "
@ -160,11 +171,11 @@ msgstr ""
"這是將從其上生成 samba 配置的檔案“/etc/samba/smb.conf.template”的內容。由管道" "這是將從其上生成 samba 配置的檔案“/etc/samba/smb.conf.template”的內容。由管道"
"符(“|”)包圍的值不應更改。它們將從“常規設定”標籤中獲取其值。" "符(“|”)包圍的值不應更改。它們將從“常規設定”標籤中獲取其值。"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:134 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:138
msgid "Time-machine size in GB" msgid "Time-machine size in GB"
msgstr "Time-machine 大小GB" msgstr "Time-machine 大小GB"
#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:129 #: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:133
msgid "Vfs objects" msgid "Vfs objects"
msgstr "VFS 物件" msgstr "VFS 物件"