Skip to content
firewall.po 58 KiB
Newer Older
msgid ""
msgstr ""
"Project-Id-Version: \n"
"PO-Revision-Date: 2019-11-05 01:56+0000\n"
"Last-Translator: Yurii Petrashko <yuripet@gmail.com>\n"
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsfirewall/uk/>\n"
Jo-Philipp Wich's avatar
Jo-Philipp Wich committed
"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 3.10-dev\n"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47
msgid ""
"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?<var>IPv4</var> and "
"<var>IPv6</var>:<var>IPv6</var>}:<var>IPv4</var>}%{proto?, protocol %{proto#"
"%{next?, }%{item.types?<var class=\"cbi-tooltip-container\">%{item.name}"
"<span class=\"cbi-tooltip\">ICMP with types %{item.types#%{next?, }<var>"
"%{item}</var>}</span></var>:<var>%{item.name}</var>}}}%{mark?, mark <var"
"%{mark.inv? data-tooltip=\"Match fwmarks except %{mark.num}%{mark.mask? with "
"mask %{mark.mask}}.\":%{mark.mask? data-tooltip=\"Mask fwmark value with "
"%{mark.mask} before compare.\"}}>%{mark.val}</var>}%{dscp?, DSCP %{dscp.inv?"
"<var data-tooltip=\"Match DSCP classifications except %{dscp.num?:%{dscp."
"name}}\">%{dscp.val}</var>:<var>%{dscp.val}</var>}}%{helper?, helper "
"%{helper.inv?<var data-tooltip=\"Match any helper except &quot;%{helper.name}"
"&quot;\">%{helper.val}</var>:<var data-tooltip=\"%{helper.name}\">%{helper."
"val}</var>}}"
msgstr ""
#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431
msgid "-- add IP --"
msgstr ""
#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479
msgid "-- add MAC --"
msgstr ""
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117
msgid ""
"<var data-tooltip=\"ACCEPT\">Accept</var> %{src?%{dest?forward:input}:output}"
msgstr ""
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86
msgid "<var data-tooltip=\"ACCEPT\">Prevent source rewrite</var>"
msgstr ""
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80
msgid ""
"<var data-tooltip=\"DNAT\">Forward</var> to %{dest}%{dest_ip? IP <var>"
"%{dest_ip}</var>}%{dest_port? port <var>%{dest_port}</var>}"
msgstr ""
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114
msgid ""
"<var data-tooltip=\"DROP\">Drop</var> %{src?%{dest?forward:input}:output}"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132
msgid ""
"<var data-tooltip=\"DSCP\">Assign DSCP</var> classification <var>%{set_dscp}"
"</var>"
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126
msgid ""
"<var data-tooltip=\"HELPER\">Assign conntrack</var> helper <var"
"%{helper_name? data-tooltip=\"%{helper_name}\"}>%{set_helper}</var>"
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129
msgid ""
"<var data-tooltip=\"MARK\">%{set_mark?Assign:XOR}</var> firewall mark <var>"
"%{set_mark?:%{set_xmark}}</var>"
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83
msgid "<var data-tooltip=\"MASQUERADE\">Automatically rewrite</var> source IP"
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123
msgid ""
"<var data-tooltip=\"NOTRACK\">Do not track</var> %{src?%{dest?forward:input}:"
"output}"
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120
msgid ""
"<var data-tooltip=\"REJECT\">Reject</var> %{src?%{dest?forward:input}:output}"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80
msgid ""
"<var data-tooltip=\"SNAT\">Statically rewrite</var> to source %{snat_ip?IP "
"<var>%{snat_ip}</var>} %{snat_port?port <var>%{snat_port}</var>}"
msgstr ""
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:216
msgid "A rewrite IP must be specified!"
msgstr ""
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204
msgid "ACCEPT - Disable address rewriting"
msgstr ""
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199
msgid "Action"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:249
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid ""
"Additional raw <em>iptables</em> arguments to classify zone destination "
"traffic, e.g. <code>-p tcp --dport 443</code> to only match outbound HTTPS "
"traffic."
msgstr ""
"Додаткові аргументи raw <em>iptables</em> для класифікації трафіку "
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
"призначення зони, наприклад, <code>-p tcp --dport 443</code>, щоб зіставляти "
"лише вихідний трафік HTTPS."
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:239
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid ""
"Additional raw <em>iptables</em> arguments to classify zone source traffic, "
"e.g. <code>-p tcp --sport 443</code> to only match inbound HTTPS traffic."
msgstr ""
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
"Додаткові аргументи raw <em>iptables</em> для класифікації трафіку джерела "
"зони, наприклад, <code>-p tcp --sport 443</code>, щоб зіставляти лише "
"вхідний трафік HTTPS."
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78
msgid "Advanced Settings"
msgstr "Додаткові параметри"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Allow \"invalid\" traffic"
msgstr "Дозволити \"неправильний\" трафік"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:311
msgid "Allow forward from <em>source zones</em>:"
msgstr "Дозволити переспрямовування від <em>зон джерела</em>:"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:270
msgid "Allow forward to <em>destination zones</em>:"
msgstr "Дозволити переспрямовування до <em>зон призначення</em>:"
#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506
msgid "Any"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Any day"
msgstr "Будь-який день"
#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314
msgid ""
"Apply a bitwise XOR of the given value and the existing mark value on "
"established connections. Format is value[/mask]. If a mask is specified then "
"those bits set in the mask are zeroed out."
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261
msgid "Apply the given DSCP class or value to established connections."
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383
msgid "Assign the specified connection tracking helper to matched traffic."
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:214
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Automatic helper assignment"
msgstr "Автоматичне призначення помічника"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:214
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid ""
"Automatically assign conntrack helpers based on traffic protocol and port"
msgstr ""
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
"Автоматично призначати помічників відслідковування з'єднань (<abbr title="
"\"Connection tracking\">Conntrack</abbr>) на підставі протоколу та порту "
"трафіку"
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:79
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Conntrack Settings"
msgstr ""
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
"Параметри відслідковування з'єднань (<abbr title=\"Connection tracking"
"\">Conntrack</abbr>)"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:218
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Conntrack helpers"
msgstr ""
Loading full blame...