Skip to content
firewall.po 44.3 KiB
Newer Older
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"PO-Revision-Date: 2020-01-14 15:22+0000\n"
"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n"
"Language-Team: Turkish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsfirewall/tr/>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
Jo-Philipp Wich's avatar
Jo-Philipp Wich committed
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.11-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>}}"
#: 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 --"
#: 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>"
#: 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>"
Hannu Nyman's avatar
Hannu Nyman committed
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83
msgid "<var data-tooltip=\"MASQUERADE\">Automatically rewrite</var> source IP"
Hannu Nyman's avatar
Hannu Nyman committed
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}"
msgstr ""

#: 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"
#: 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"
msgstr "Eylem"
#: 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 ""

#: 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 ""

#: 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 ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:270
msgid "Allow forward to <em>destination zones</em>:"
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506
msgid "Any"
msgstr ""

#: 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
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:79
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Conntrack Settings"
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:218
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Conntrack helpers"
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15
msgid "Contents have been saved."
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:181
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Covered devices"
msgstr ""

INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137
msgid "Covered networks"
msgstr ""
Loading full blame...