firewall.po 63 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "PO-Revision-Date: 2024-10-22 12:00+0000\n"
  5. "Last-Translator: Ondřej Vajda <g3n371k@gmail.com>\n"
  6. "Language-Team: Czech <https://hosted.weblate.org/projects/openwrt/"
  7. "luciapplicationsfirewall/cs/>\n"
  8. "Language: cs\n"
  9. "MIME-Version: 1.0\n"
  10. "Content-Type: text/plain; charset=UTF-8\n"
  11. "Content-Transfer-Encoding: 8bit\n"
  12. "Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n"
  13. "X-Generator: Weblate 5.8.2-dev\n"
  14. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:48
  15. msgid ""
  16. "%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?<var>IPv4</var> and "
  17. "<var>IPv6</var>:<var>IPv6</var>}:<var>IPv4</var>}%{proto?, protocol "
  18. "%{proto#%{next?, }%{item.types?<var class=\"cbi-tooltip-container\">%{item."
  19. "name}<span class=\"cbi-tooltip\">ICMP with types %{item.types#%{next?, }"
  20. "<var>%{item}</var>}</span></var>:<var>%{item.name}</var>}}}%{mark?, mark "
  21. "<var%{mark.inv? data-tooltip=\"Match fwmarks except %{mark.num}%{mark.mask? "
  22. "with mask %{mark.mask}}.\":%{mark.mask? data-tooltip=\"Mask fwmark value "
  23. "with %{mark.mask} before compare.\"}}>%{mark.val}</var>}%{dscp?, DSCP %{dscp."
  24. "inv?<var data-tooltip=\"Match DSCP classifications except %{dscp.num?:%{dscp."
  25. "name}}\">%{dscp.val}</var>:<var>%{dscp.val}</var>}}%{helper?, helper "
  26. "%{helper.inv?<var data-tooltip=\"Match any helper except &quot;%{helper.name}"
  27. "&quot;\">%{helper.val}</var>:<var data-tooltip=\"%{helper.name}\">%{helper."
  28. "val}</var>}}"
  29. msgstr ""
  30. "%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?<var>IPv4</var> and "
  31. "<var>IPv6</var>:<var>IPv6</var>}:<var>IPv4</var>}%{proto?, protocol "
  32. "%{proto#%{next?, }%{item.types?<var class=\"cbi-tooltip-container\">%{item."
  33. "name}<span class=\"cbi-tooltip\">ICMP s typy %{item.types#%{next?, }"
  34. "<var>%{item}</var>}</span></var>:<var>%{item.name}</var>}}}%{mark?, mark "
  35. "<var%{mark.inv? data-tooltip=\"Porovnat fwmarks kromě %{mark.num}%{mark."
  36. "mask? s maskou %{mark.mask}}.\":%{mark.mask? data-tooltip=\"Maskovat fwmark "
  37. "pomocí %{mark.mask} před porovnáním.\"}}>%{mark.val}</var>}%{dscp?, DSCP "
  38. "%{dscp.inv?<var data-tooltip=\"Porovnat klasifikaci DSCP kromě %{dscp.num?:"
  39. "%{dscp.name}}\">%{dscp.val}</var>:<var>%{dscp.val}</var>}}%{helper?, helper "
  40. "%{helper.inv?<var data-tooltip=\"Porovnat helpery kromě &quot;%{helper.name}"
  41. "&quot;\">%{helper.val}</var>:<var data-tooltip=\"%{helper.name}\">%{helper."
  42. "val}</var>}}"
  43. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:463
  44. msgid "-- add IP --"
  45. msgstr "-- přidat IP --"
  46. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:521
  47. msgid "-- add MAC --"
  48. msgstr "-- přidat MAC --"
  49. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:199
  50. msgid "0"
  51. msgstr ""
  52. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:182
  53. msgid "1024"
  54. msgstr ""
  55. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:118
  56. msgid ""
  57. "<var data-tooltip=\"ACCEPT\">Accept</var> %{src?%{dest?forward:input}:output}"
  58. msgstr ""
  59. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:93
  60. msgid "<var data-tooltip=\"ACCEPT\">Prevent source rewrite</var>"
  61. msgstr "<var data-tooltip=\"ACCEPT\"> Zabránit přepsání zdroje</var>"
  62. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:85
  63. msgid ""
  64. "<var data-tooltip=\"DNAT\">Forward</var> to %{dest}%{dest_ip? IP "
  65. "<var>%{dest_ip}</var>}%{dest_port? port <var>%{dest_port}</var>}"
  66. msgstr ""
  67. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:115
  68. msgid ""
  69. "<var data-tooltip=\"DROP\">Drop</var> %{src?%{dest?forward:input}:output}"
  70. msgstr ""
  71. "<var data-tooltip=\"DROP\">Zahodit</var> %{src?%{dest?forward:input}:output}"
  72. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:133
  73. msgid ""
  74. "<var data-tooltip=\"DSCP\">Assign DSCP</var> classification <var>%{set_dscp}"
  75. "</var>"
  76. msgstr ""
  77. "<var data-tooltip=\"DSCP\">Přiřadit DSCP</var> klasifikaci <var>%{set_dscp}</"
  78. "var>"
  79. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:127
  80. msgid ""
  81. "<var data-tooltip=\"HELPER\">Assign conntrack</var> helper "
  82. "<var%{helper_name? data-tooltip=\"%{helper_name}\"}>%{set_helper}</var>"
  83. msgstr ""
  84. "<var data-tooltip=\"HELPER\">Přiřadit conntrack</var> helper "
  85. "<var%{helper_name? data-tooltip=\"%{helper_name}\"}>%{set_helper}</var>"
  86. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:130
  87. msgid ""
  88. "<var data-tooltip=\"MARK\">%{set_mark?Assign:XOR}</var> firewall mark "
  89. "<var>%{set_mark?:%{set_xmark}}</var>"
  90. msgstr ""
  91. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:90
  92. msgid "<var data-tooltip=\"MASQUERADE\">Automatically rewrite</var> source IP"
  93. msgstr ""
  94. "<var data-tooltip=\"MASQUERADE\">Automaticky přepsat</var> zdrojovou IP "
  95. "adresu"
  96. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:124
  97. msgid ""
  98. "<var data-tooltip=\"NOTRACK\">Do not track</var> %{src?%{dest?forward:input}:"
  99. "output}"
  100. msgstr ""
  101. "<var data-tooltip=\"NOTRACK\">Nesledovat</var> %{src?%{dest?forward:input}:"
  102. "output}"
  103. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:121
  104. msgid ""
  105. "<var data-tooltip=\"REJECT\">Reject</var> %{src?%{dest?forward:input}:output}"
  106. msgstr ""
  107. "<var data-tooltip=\"REJECT\">Odmítnout</var> %{src?%{dest?forward:input}:"
  108. "output}"
  109. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:87
  110. msgid ""
  111. "<var data-tooltip=\"SNAT\">Statically rewrite</var> to source %{snat_ip?IP "
  112. "<var>%{snat_ip}</var>} %{snat_port?port <var>%{snat_port}</var>}"
  113. msgstr ""
  114. "<var data-tooltip=\"SNAT\">Staticky přepsat</var> na zdroj %{snat_ip?IP "
  115. "<var>%{snat_ip}</var>} %{snat_port?port <var>%{snat_port}</var>}"
  116. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:306
  117. msgid "A rewrite IP must be specified!"
  118. msgstr "Musí být zadána IP adresa pro přepsání!"
  119. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:292
  120. msgid "ACCEPT - Disable address rewriting"
  121. msgstr "ACCEPT - Zakázat přepis adresy"
  122. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:224
  123. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:225
  124. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:411
  125. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204
  126. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:287
  127. msgid "Action"
  128. msgstr "Akce"
  129. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322
  130. msgid ""
  131. "Additional raw <em>iptables</em> arguments to classify zone destination "
  132. "traffic, e.g. <code>-p tcp --dport 443</code> to only match outbound HTTPS "
  133. "traffic."
  134. msgstr ""
  135. "Další surové argumenty <em>iptables</em> ke klasifikaci provozu do cílové "
  136. "zóny, např. <code>-p tcp --dport 443</code> pro pouze odchozí provoz HTTPS."
  137. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:312
  138. msgid ""
  139. "Additional raw <em>iptables</em> arguments to classify zone source traffic, "
  140. "e.g. <code>-p tcp --sport 443</code> to only match inbound HTTPS traffic."
  141. msgstr ""
  142. "Další surové argumenty <em>iptables</em> ke klasifikaci provozu ze zdrojové "
  143. "zóny, např. <code>-p tcp --sport 443</code> pro pouze příchozí provoz HTTPS."
  144. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:107
  145. msgid "Address family, Internal IP address must match"
  146. msgstr ""
  147. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135
  148. msgid ""
  149. "Address family, source address, destination address, rewrite IP address must "
  150. "match"
  151. msgstr ""
  152. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:162
  153. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:183
  154. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:182
  155. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:114
  156. msgid "Advanced Settings"
  157. msgstr "Pokročilá nastavení"
  158. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:283
  159. msgid "Allow \"invalid\" traffic"
  160. msgstr "Povolit \"neplatný\" provoz"
  161. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:385
  162. msgid "Allow forward from <em>source zones</em>:"
  163. msgstr "Povolit přesměrování ze <em>zdrojových oblastí</em>:"
  164. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:344
  165. msgid "Allow forward to <em>destination zones</em>:"
  166. msgstr "Povolit přesměrování do <em>zdrojových oblastí</em>:"
  167. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:551
  168. msgid "Any"
  169. msgstr "Libovolné"
  170. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:479
  171. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:495
  172. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352
  173. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368
  174. msgid "Any day"
  175. msgstr "Kterýkoli den"
  176. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:317
  177. msgid ""
  178. "Apply a bitwise XOR of the given value and the existing mark value on "
  179. "established connections. Format is value[/mask]. If a mask is specified then "
  180. "those bits set in the mask are zeroed out."
  181. msgstr ""
  182. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:264
  183. msgid "Apply the given DSCP class or value to established connections."
  184. msgstr ""
  185. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:439
  186. msgid "Assign the specified connection tracking helper to matched traffic."
  187. msgstr ""
  188. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:286
  189. msgid "Automatic helper assignment"
  190. msgstr ""
  191. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:286
  192. msgid ""
  193. "Automatically assign conntrack helpers based on traffic protocol and port"
  194. msgstr ""
  195. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:61
  196. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:62
  197. msgid "Comment"
  198. msgstr ""
  199. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115
  200. msgid "Conntrack Settings"
  201. msgstr "Nastavení pro Conntrack"
  202. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:290
  203. msgid "Conntrack helpers"
  204. msgstr ""
  205. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:16
  206. msgid "Contents have been saved."
  207. msgstr "Obsah byl uložen."
  208. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:700
  209. msgid "Continue"
  210. msgstr "Pokračovat"
  211. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:204
  212. msgid "Counters"
  213. msgstr ""
  214. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:231
  215. msgid "Covered devices"
  216. msgstr "Pokrytá zařízení"
  217. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:183
  218. msgid "Covered networks"
  219. msgstr "Pokryté sítě"
  220. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:236
  221. msgid "Covered subnets"
  222. msgstr "Pokryté podsítě"
  223. #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:62
  224. msgid "Custom Rules"
  225. msgstr "Vlastní pravidla"
  226. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:26
  227. msgid ""
  228. "Custom rules allow you to execute arbitrary iptables commands which are not "
  229. "otherwise covered by the firewall framework. The commands are executed after "
  230. "each firewall restart, right after the default ruleset has been loaded."
  231. msgstr ""
  232. "Vlastní pravidla vám umožňují spustit libovolné iptables příkazy, které "
  233. "nejsou jinak pokryté frameworkem firewallu. Příkazy jsou spuštěny po každém "
  234. "restartu firewallu, právě po načtení výchozí sady pravidel."
  235. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421
  236. msgid "DSCP classification"
  237. msgstr "Klasifikace DSCP"
  238. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:263
  239. msgid "DSCP mark"
  240. msgstr "Značka DSCP"
  241. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297
  242. msgid "DSCP mark required"
  243. msgstr ""
  244. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:402
  245. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270
  246. msgid "Destination address"
  247. msgstr "Cílová adresa"
  248. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:404
  249. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:278
  250. msgid "Destination port"
  251. msgstr "Cílový port"
  252. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:396
  253. msgid "Destination zone"
  254. msgstr "Cílová zóna"
  255. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269
  256. msgid "Device name"
  257. msgstr "Název zařízení"
  258. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:283
  259. msgid ""
  260. "Do not install extra rules to reject forwarded traffic with conntrack state "
  261. "<em>invalid</em>. This may be required for complex asymmetric route setups."
  262. msgstr ""
  263. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:59
  264. msgid "Drop invalid packets"
  265. msgstr "Zahazovat neplatné pakety"
  266. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232
  267. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:231
  268. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:210
  269. msgid "Enable"
  270. msgstr "Povolit"
  271. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306
  272. msgid "Enable NAT Loopback"
  273. msgstr "Povolit NAT Loopback"
  274. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45
  275. msgid "Enable SYN-flood protection"
  276. msgstr "Povolit ochranu proti SYN-flood"
  277. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:296
  278. msgid "Enable logging on this zone"
  279. msgstr "Povolit logování v této oblasti"
  280. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:168
  281. msgid ""
  282. "Enable network address and port translation IPv4 (NAT4 or NAPT4) for "
  283. "outbound traffic on this zone. This is typically enabled on the <em>wan</em> "
  284. "zone."
  285. msgstr ""
  286. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:243
  287. msgid ""
  288. "Enable network address and port translation IPv6 (NAT6 or NAPT6) for "
  289. "outbound traffic on this zone."
  290. msgstr ""
  291. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:211
  292. msgid "Enabled"
  293. msgstr ""
  294. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:205
  295. msgid "Enables packet and byte count tracking for the set."
  296. msgstr ""
  297. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:339
  298. msgid "Expecting: %s"
  299. msgstr "Očekáváno: %s"
  300. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:290
  301. msgid "Explicitly choses allowed connection tracking helpers for zone traffic"
  302. msgstr ""
  303. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:274
  304. msgid "External IP address"
  305. msgstr "Vnější IP adresa"
  306. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279
  307. msgid "External port"
  308. msgstr "Vnější port"
  309. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:349
  310. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470
  311. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:342
  312. msgid "Extra arguments"
  313. msgstr "Další argumenty volání"
  314. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:322
  315. msgid "Extra destination arguments"
  316. msgstr "Další argumenty pro cíl"
  317. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:116
  318. msgid "Extra iptables arguments"
  319. msgstr "Další argumenty pro iptables"
  320. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:312
  321. msgid "Extra source arguments"
  322. msgstr "Další argumenty pro zdroj"
  323. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:67
  324. msgid "Family"
  325. msgstr ""
  326. #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3
  327. msgid "Firewall"
  328. msgstr "Brána firewall"
  329. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25
  330. msgid "Firewall - Custom Rules"
  331. msgstr "Firewall - Vlastní pravidla"
  332. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:20
  333. msgid "Firewall - IP sets"
  334. msgstr ""
  335. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172
  336. msgid "Firewall - NAT Rules"
  337. msgstr "Firewall - pravidla NAT"
  338. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152
  339. msgid "Firewall - Port Forwards"
  340. msgstr "Firewall - Přesměrování portů"
  341. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173
  342. msgid "Firewall - Traffic Rules"
  343. msgstr "Firewall - Pravidla síťového provozu"
  344. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:38
  345. msgid "Firewall - Zone Settings"
  346. msgstr "Firewall - Nastavení zón"
  347. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:693
  348. msgid "Firewall configuration migration"
  349. msgstr "Migrace konfigurace brány firewall"
  350. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:82
  351. msgid "Flow offloading type"
  352. msgstr ""
  353. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:64
  354. msgid "Forward"
  355. msgstr "Přesměrování"
  356. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:34
  357. msgid ""
  358. "Forwarded %{ipv6?%{ipv4?<var>IPv4</var> and <var>IPv6</var>:<var>IPv6</var>}:"
  359. "<var>IPv4</var>}%{proto?, protocol %{proto#%{next?, }<var>%{item.name}</"
  360. "var>}}%{mark?, mark <var%{mark.inv? data-tooltip=\"Match fwmarks except "
  361. "%{mark.num}%{mark.mask? with mask %{mark.mask}}.\":%{mark.mask? data-"
  362. "tooltip=\"Mask fwmark value with %{mark.mask} before compare.\"}}>%{mark.val}"
  363. "</var>}"
  364. msgstr ""
  365. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:485
  366. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:358
  367. msgid "Friday"
  368. msgstr "pátek"
  369. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:45
  370. msgid ""
  371. "From %{src}%{src_device?, interface <var>%{src_device}</var>}%{src_ip?, IP "
  372. "%{src_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match IP addresses except "
  373. "%{item.val}.\"}>%{item.ival}</var>}}%{src_port?, port %{src_port#%{next?, }"
  374. "<var%{item.inv? data-tooltip=\"Match ports except %{item.val}.\"}>%{item."
  375. "ival}</var>}}"
  376. msgstr ""
  377. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64
  378. msgid ""
  379. "From %{src}%{src_device?, interface <var>%{src_device}</var>}%{src_ip?, IP "
  380. "%{src_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match IP addresses except "
  381. "%{item.val}.\"}>%{item.ival}</var>}}%{src_port?, port %{src_port#%{next?, }"
  382. "<var%{item.inv? data-tooltip=\"Match ports except %{item.val}.\"}>%{item."
  383. "ival}</var>}}%{src_mac?, MAC %{src_mac#%{next?, }<var%{item.inv? data-"
  384. "tooltip=\"Match MACs except %{item.val}%{item.hint.name? a.k.a. %{item.hint."
  385. "name}}.\":%{item.hint.name? data-tooltip=\"%{item.hint.name}\"}}>%{item.ival}"
  386. "</var>}}"
  387. msgstr ""
  388. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52
  389. msgid ""
  390. "From %{src}%{src_ip?, IP %{src_ip#%{next?, }<var%{item.inv? data-"
  391. "tooltip=\"Match IP addresses except %{item.val}.\"}>%{item.ival}</"
  392. "var>}}%{src_port?, port %{src_port#%{next?, }<var%{item.inv? data-"
  393. "tooltip=\"Match ports except %{item.val}.\"}>%{item.ival}</var>}}%{src_mac?, "
  394. "MAC %{src_mac#%{next?, }<var%{item.inv? data-tooltip=\"Match MACs except "
  395. "%{item.val}%{item.hint.name? a.k.a. %{item.hint.name}}.\":%{item.hint.name? "
  396. "data-tooltip=\"%{item.hint.name}\"}}>%{item.ival}</var>}}"
  397. msgstr ""
  398. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161
  399. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182
  400. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181
  401. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:41
  402. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:113
  403. #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:17
  404. msgid "General Settings"
  405. msgstr "Obecná nastavení"
  406. #: applications/luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-firewall.json:3
  407. msgid "Grant access to firewall configuration"
  408. msgstr "Udělit přístup ke konfiguraci brány firewall"
  409. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:85
  410. msgid "Hardware based offloading for routing with/without NAT."
  411. msgstr ""
  412. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:85
  413. msgid "Hardware flow offloading"
  414. msgstr ""
  415. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:144
  416. msgid "IP (range)"
  417. msgstr ""
  418. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:32
  419. #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53
  420. msgid "IP Sets"
  421. msgstr ""
  422. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:152
  423. msgid "IPs/Networks"
  424. msgstr ""
  425. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:107
  426. msgid "IPs/Networks/MACs"
  427. msgstr ""
  428. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:68
  429. msgid "IPv4"
  430. msgstr "IPv4"
  431. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:191
  432. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280
  433. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:219
  434. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:256
  435. msgid "IPv4 and IPv6"
  436. msgstr "IPv4 a IPv6"
  437. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192
  438. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281
  439. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:220
  440. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:257
  441. msgid "IPv4 only"
  442. msgstr "Pouze IPv4"
  443. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:69
  444. msgid "IPv6"
  445. msgstr ""
  446. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:242
  447. msgid "IPv6 Masquerading"
  448. msgstr ""
  449. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193
  450. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:282
  451. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221
  452. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:258
  453. msgid "IPv6 only"
  454. msgstr "Pouze IPv6"
  455. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252
  456. msgid "Inbound device"
  457. msgstr "Příchozí zařízení"
  458. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:187
  459. msgid "Include File"
  460. msgstr ""
  461. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:40
  462. msgid ""
  463. "Incoming %{ipv6?%{ipv4?<var>IPv4</var> and <var>IPv6</var>:<var>IPv6</var>}:"
  464. "<var>IPv4</var>}%{proto?, protocol %{proto#%{next?, }%{item.types?<var "
  465. "class=\"cbi-tooltip-container\">%{item.name}<span class=\"cbi-tooltip\">ICMP "
  466. "with types %{item.types#%{next?, }<var>%{item}</var>}</span></var>:"
  467. "<var>%{item.name}</var>}}}%{mark?, mark <var%{mark.inv? data-tooltip=\"Match "
  468. "fwmarks except %{mark.num}%{mark.mask? with mask %{mark.mask}}.\":%{mark."
  469. "mask? data-tooltip=\"Mask fwmark value with %{mark.mask} before compare.\"}}"
  470. ">%{mark.val}</var>}%{helper?, helper %{helper.inv?<var data-tooltip=\"Match "
  471. "any helper except &quot;%{helper.name}&quot;\">%{helper.val}</var>:<var data-"
  472. "tooltip=\"%{helper.name}\">%{helper.val}</var>}}"
  473. msgstr ""
  474. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:180
  475. msgid "Initial Hash Size"
  476. msgstr ""
  477. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62
  478. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151
  479. msgid "Input"
  480. msgstr "Vstup"
  481. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:292
  482. msgid "Internal IP address"
  483. msgstr "Vnitřní IP adresa"
  484. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:297
  485. msgid "Internal port"
  486. msgstr "Vnitřní port"
  487. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:287
  488. msgid "Internal zone"
  489. msgstr "Vnitřní zóna"
  490. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:153
  491. msgid "Intra zone forward"
  492. msgstr ""
  493. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305
  494. msgid "Invalid DSCP mark"
  495. msgstr "Neplatná značka DSCP"
  496. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:373
  497. msgid "Invalid limit value"
  498. msgstr "Neplatná hodnota limitu"
  499. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:47
  500. msgid "Invalid set name"
  501. msgstr ""
  502. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383
  503. msgid "Limit burst"
  504. msgstr ""
  505. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:299
  506. msgid "Limit log messages"
  507. msgstr "Omezit logovací zprávy"
  508. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:349
  509. msgid "Limit matching"
  510. msgstr ""
  511. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:79
  512. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96
  513. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:74
  514. msgid ""
  515. "Limit matching to <var>%{limit.num}</var> packets per <var>%{limit.unit}</"
  516. "var>%{limit.burst? burst <var>%{limit.burst}</var>}"
  517. msgstr ""
  518. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:175
  519. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250
  520. msgid "Limited masquerading enabled"
  521. msgstr ""
  522. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:350
  523. msgid "Limits traffic matching to the specified rate."
  524. msgstr ""
  525. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:311
  526. msgid "Loopback source IP"
  527. msgstr ""
  528. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:291
  529. msgid "MASQUERADE - Automatically rewrite to outbound interface IP"
  530. msgstr "MASQUERADE - Automaticky přepsat na IP adresu odchozího rozhraní"
  531. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:180
  532. msgid "MSS clamping"
  533. msgstr "MSS clamping"
  534. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:167
  535. msgid "Masquerading"
  536. msgstr "Maškárádování"
  537. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:213
  538. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214
  539. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:193
  540. msgid "Match"
  541. msgstr "Shoda"
  542. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:263
  543. msgid "Match DSCP"
  544. msgstr ""
  545. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293
  546. msgid "Match ICMP type"
  547. msgstr "Odpovídá ICMP typu"
  548. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:249
  549. msgid "Match device"
  550. msgstr ""
  551. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:271
  552. msgid "Match forwarded traffic directed at the given IP address."
  553. msgstr ""
  554. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:279
  555. msgid ""
  556. "Match forwarded traffic directed at the given destination port or port range."
  557. msgstr ""
  558. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254
  559. msgid "Match forwarded traffic from this IP or range."
  560. msgstr ""
  561. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262
  562. msgid ""
  563. "Match forwarded traffic originating from the given source port or port range."
  564. msgstr ""
  565. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:326
  566. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446
  567. msgid "Match helper"
  568. msgstr ""
  569. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:280
  570. msgid ""
  571. "Match incoming traffic directed at the given destination port or port range "
  572. "on this host"
  573. msgstr ""
  574. "Vybrat příchozí provoz, směrovaný na zadaný cílový port nebo rozsah portů "
  575. "tohoto hostitele"
  576. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316
  577. msgid "Match mark"
  578. msgstr ""
  579. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:326
  580. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446
  581. msgid "Match traffic using the specified connection tracking helper."
  582. msgstr ""
  583. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:319
  584. msgid "Matches a specific firewall mark or a range of different marks."
  585. msgstr ""
  586. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332
  587. msgid "Matches forwarded traffic using the specified outbound network device."
  588. msgstr ""
  589. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:264
  590. msgid "Matches traffic carrying the specified DSCP marking."
  591. msgstr ""
  592. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:113
  593. msgid "Max Entries"
  594. msgstr ""
  595. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:172
  596. msgid "Max Length"
  597. msgstr ""
  598. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:384
  599. msgid ""
  600. "Maximum initial number of packets to match: this number gets recharged by "
  601. "one every time the limit specified above is not reached, up to this number."
  602. msgstr ""
  603. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481
  604. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:354
  605. msgid "Monday"
  606. msgstr "pondělí"
  607. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:491
  608. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364
  609. msgid "Month Days"
  610. msgstr "Dny v měsíci"
  611. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:175
  612. #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:44
  613. msgid "NAT Rules"
  614. msgstr "Pravidla NAT"
  615. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:173
  616. msgid ""
  617. "NAT rules allow fine grained control over the source IP to use for outbound "
  618. "or forwarded traffic."
  619. msgstr ""
  620. "Pravidla NAT umožňují jemně odstupňovanou kontrolu nad zdrojovou IP adresou "
  621. "pro odchozí nebo předávaný provoz."
  622. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:183
  623. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:42
  624. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:52
  625. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210
  626. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189
  627. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129
  628. msgid "Name"
  629. msgstr "Jméno"
  630. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:166
  631. msgid "Netmask"
  632. msgstr ""
  633. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:83
  634. msgid "None"
  635. msgstr ""
  636. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77
  637. msgid "Not fully compatible with QoS/SQM."
  638. msgstr "Není plně kompatibilní s QoS/SQM."
  639. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275
  640. msgid "Only match incoming traffic directed at the given IP address."
  641. msgstr "Vybrat pouze příchozí provoz, směrovaný na danou IP adresu."
  642. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256
  643. msgid "Only match incoming traffic from these MACs."
  644. msgstr "Vybrat pouze příchozí provoz z těchto MAC adres."
  645. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261
  646. msgid "Only match incoming traffic from this IP or range."
  647. msgstr "Vybrat pouze příchozí provoz z této IP nebo rozsahu IP adres."
  648. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:266
  649. msgid ""
  650. "Only match incoming traffic originating from the given source port or port "
  651. "range on the client host"
  652. msgstr ""
  653. "Vybrat pouze příchozí provoz, pocházející ze zadaného portu nebo rozsahu "
  654. "portů klienta"
  655. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253
  656. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331
  657. msgid "Outbound device"
  658. msgstr "Odchozí zařízení"
  659. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:246
  660. msgid "Outbound zone"
  661. msgstr "Odchozí zóna"
  662. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:63
  663. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:152
  664. msgid "Output"
  665. msgstr "Výstup"
  666. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:75
  667. msgid "Packet Field Match"
  668. msgstr ""
  669. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:76
  670. msgid ""
  671. "Packet fields to match upon.<br />Syntax: <em>direction_datatype</em>. e.g.: "
  672. "<code>src_port, dest_net</code>.<br />Directions: <code>src, dst</code>. "
  673. "Datatypes: <code>ip, port, mac, net, set</code>.<br />Direction prefixes are "
  674. "optional.<br />*Note: datatype <code>set</code> is unsupported in fw4."
  675. msgstr ""
  676. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:350
  677. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:471
  678. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:343
  679. msgid "Passes additional arguments to iptables. Use with care!"
  680. msgstr "Předává další argumenty iptables. Používat opatrně!"
  681. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:309
  682. msgid ""
  683. "Passing raw iptables arguments to source and destination traffic "
  684. "classification rules allows to match packets based on other criteria than "
  685. "interfaces or subnets. These options should be used with extreme care as "
  686. "invalid values could render the firewall ruleset broken, completely exposing "
  687. "all services."
  688. msgstr ""
  689. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:188
  690. msgid "Path to file of CIDRs, subnets, host IPs, etc.<br />"
  691. msgstr ""
  692. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:155
  693. #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:26
  694. msgid "Port Forwards"
  695. msgstr "Přesměrování portů"
  696. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153
  697. msgid ""
  698. "Port forwarding allows remote computers on the Internet to connect to a "
  699. "specific computer or service within the private LAN."
  700. msgstr ""
  701. "Přesměrování portů (port forwarding) umožňuje vzdáleným počítačům z "
  702. "Internetu připojení k vybraným počítačům nebo službám uvnitř privátní sítě "
  703. "LAN."
  704. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:158
  705. msgid "Port range"
  706. msgstr ""
  707. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:237
  708. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:289
  709. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:242
  710. msgid "Protocol"
  711. msgstr "Protokol"
  712. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:298
  713. msgid ""
  714. "Redirect matched incoming traffic to the given port on the internal host"
  715. msgstr ""
  716. "Přesměrovat vybraný příchozí provoz na uvedený port vnitřního hostitele"
  717. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:293
  718. msgid "Redirect matched incoming traffic to the specified internal host"
  719. msgstr "Přesměrovat vybraný příchozí provoz na uvedeného vnitřního hostitele"
  720. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:122
  721. msgid "Refer To External Set"
  722. msgstr ""
  723. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:320
  724. msgid "Reflection zones"
  725. msgstr ""
  726. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:85
  727. msgid "Requires hardware NAT support."
  728. msgstr "Vyžaduje hardwarovou podporu NAT."
  729. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:272
  730. msgid "Restrict Masquerading to given destination subnets"
  731. msgstr "Omezit maškarádování na uvedené cílové podsítě"
  732. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:261
  733. msgid "Restrict Masquerading to given source subnets"
  734. msgstr "Omezit maškarádování na uvedené zdrojové podsítě"
  735. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188
  736. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:277
  737. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:216
  738. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:255
  739. msgid "Restrict to address family"
  740. msgstr "Omezit na rodinu adres"
  741. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:297
  742. msgid "Rewrite IP address"
  743. msgstr "Přepsat IP adresu"
  744. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:298
  745. msgid "Rewrite matched traffic to the specified source IP address."
  746. msgstr ""
  747. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:312
  748. msgid "Rewrite matched traffic to the specified source port or port range."
  749. msgstr ""
  750. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:311
  751. msgid "Rewrite port"
  752. msgstr "Přepsat port"
  753. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:76
  754. msgid "Routing/NAT Offloading"
  755. msgstr ""
  756. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:290
  757. msgid "SNAT - Rewrite to specific source IP or port"
  758. msgstr "SNAT - Přepsat na konkrétní zdrojovou IP adresu nebo port"
  759. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:486
  760. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:359
  761. msgid "Saturday"
  762. msgstr "sobota"
  763. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316
  764. msgid "Set mark"
  765. msgstr "Nastavit značku"
  766. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:318
  767. msgid ""
  768. "Set the given mark value on established connections. Format is value[/mask]. "
  769. "If a mask is specified then only those bits set in the mask are modified."
  770. msgstr ""
  771. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:84
  772. msgid "Software based offloading for routing/NAT."
  773. msgstr ""
  774. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:84
  775. msgid "Software flow offloading"
  776. msgstr ""
  777. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260
  778. msgid "Source IP address"
  779. msgstr "Zdrojová IP adresa"
  780. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255
  781. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:386
  782. msgid "Source MAC address"
  783. msgstr "Zdrojová MAC adresa"
  784. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:387
  785. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:253
  786. msgid "Source address"
  787. msgstr "Zdrojová adresa"
  788. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:265
  789. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:389
  790. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261
  791. msgid "Source port"
  792. msgstr "Zdrojový port"
  793. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241
  794. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:372
  795. msgid "Source zone"
  796. msgstr "Zdrojová zóna"
  797. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:270
  798. msgid ""
  799. "Specifies whether to tie this traffic rule to a specific inbound or outbound "
  800. "network device."
  801. msgstr ""
  802. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:311
  803. msgid ""
  804. "Specifies whether to use the external or the internal IP address for "
  805. "reflected traffic."
  806. msgstr ""
  807. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:510
  808. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:383
  809. msgid "Start Date (yyyy-mm-dd)"
  810. msgstr "Datum zahájení (rrrr-mm-dd)"
  811. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:502
  812. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:375
  813. msgid "Start Time (hh:mm:ss)"
  814. msgstr "Čas zahájení (hh:mm:ss)"
  815. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:514
  816. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:387
  817. msgid "Stop Date (yyyy-mm-dd)"
  818. msgstr "Datum ukončení (rrrr-mm-dd)"
  819. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:506
  820. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:379
  821. msgid "Stop Time (hh:mm:ss)"
  822. msgstr "Čas ukončení (hh:mm:ss)"
  823. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:130
  824. msgid "Storage Method"
  825. msgstr ""
  826. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:480
  827. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:353
  828. msgid "Sunday"
  829. msgstr "neděle"
  830. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:694
  831. msgid ""
  832. "The existing firewall configuration needs to be changed for LuCI to function "
  833. "properly."
  834. msgstr ""
  835. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39
  836. msgid ""
  837. "The firewall creates zones over your network interfaces to control network "
  838. "traffic flow."
  839. msgstr ""
  840. "Firewall vytváří zóny přes vaše síťová rozhraní za účelem řízení síťového "
  841. "provozu."
  842. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:227
  843. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:340
  844. msgid ""
  845. "The options below control the forwarding policies between this zone (%s) and "
  846. "other zones. <em>Destination zones</em> cover forwarded traffic "
  847. "<strong>originating from %q</strong>. <em>Source zones</em> match forwarded "
  848. "traffic from other zones <strong>targeted at %q</strong>. The forwarding "
  849. "rule is <em>unidirectional</em>, e.g. a forward from lan to wan does "
  850. "<em>not</em> imply a permission to forward from wan to lan as well."
  851. msgstr ""
  852. "Níže uvedené možnosti řídí přesměrovací politiky mezi touto zónou (%s) a "
  853. "ostatními zónami. <em>Cílové zóny</em> pokrývají přesměrovávaný provoz, "
  854. "<strong>pocházející z %q</strong>. <em>Zdrojové zóny</em> porovnávají "
  855. "přesměrovávaný provoz z ostatních zón, <strong>zaměřený na %q</strong>. "
  856. "Přesměrovávací pravidlo je <em>jednosměrné</em>, například přesměrování z "
  857. "lan do wan <em>nepovoluje</em> přesměrování z wan do lan (a naopak)."
  858. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:125
  859. msgid ""
  860. "This section defines common properties of %q. The <em>input</em> and "
  861. "<em>output</em> options set the default policies for traffic entering and "
  862. "leaving this zone while the <em>forward</em> option describes the policy for "
  863. "forwarded traffic between different networks within the zone. <em>Covered "
  864. "networks</em> specifies which available networks are members of this zone."
  865. msgstr ""
  866. "Tato sekce definuje běžné možnosti %q. <em>Vstupní</em> a <em>výstupní</em> "
  867. "možnosti nastavují výchozí politiky pro provoz, vstupující do této zóny a "
  868. "vystupující z ní, zatímco <em>přesměrovací</em> možnosti popisují politiku "
  869. "pro přesměrování provozu mezi rozdílnými sítěmi uvnitř jedné zóny. "
  870. "<em>Pokryté sítě</em> určuje, které z dostupných sítí jsou členy této zóny."
  871. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:484
  872. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:357
  873. msgid "Thursday"
  874. msgstr "čtvrtek"
  875. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:184
  876. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:183
  877. msgid "Time Restrictions"
  878. msgstr "Časová omezení"
  879. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:518
  880. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:391
  881. msgid "Time in UTC"
  882. msgstr "Čas v UTC"
  883. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:244
  884. msgid "Time restrictions are enabled for this rule"
  885. msgstr ""
  886. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:196
  887. msgid "Timeout"
  888. msgstr "Časový limit"
  889. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77
  890. msgid ""
  891. "To %{dest}%{dest_device?, interface <var>%{dest_device}</var>}%{dest_ip?, IP "
  892. "%{dest_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match IP addresses except "
  893. "%{item.val}.\"}>%{item.ival}</var>}}%{dest_port?, port %{dest_port#%{next?, }"
  894. "<var%{item.inv? data-tooltip=\"Match ports except %{item.val}.\"}>%{item."
  895. "ival}</var>}}"
  896. msgstr ""
  897. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:55
  898. msgid ""
  899. "To %{dest}%{dest_device?, via interface <var>%{dest_device}</"
  900. "var>}%{dest_ip?, IP %{dest_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match "
  901. "IP addresses except %{item.val}.\"}>%{item.ival}</var>}}%{dest_port?, port "
  902. "%{dest_port#%{next?, }<var%{item.inv? data-tooltip=\"Match ports except "
  903. "%{item.val}.\"}>%{item.ival}</var>}}"
  904. msgstr ""
  905. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:61
  906. msgid ""
  907. "To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }<var%{item.inv? data-"
  908. "tooltip=\"Match IP addresses except %{item.val}.\"}>%{item.ival}</"
  909. "var>}}%{dest_port?, port %{dest_port#%{next?, }<var%{item.inv? data-"
  910. "tooltip=\"Match ports except %{item.val}.\"}>%{item.ival}</var>}}"
  911. msgstr ""
  912. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:439
  913. msgid "Tracking helper"
  914. msgstr ""
  915. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:176
  916. #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:35
  917. msgid "Traffic Rules"
  918. msgstr "Pravidla síťového provozu"
  919. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174
  920. msgid ""
  921. "Traffic rules define policies for packets travelling between different "
  922. "zones, for example to reject traffic between certain hosts or to open WAN "
  923. "ports on the router."
  924. msgstr ""
  925. "Pravidla síťového provozu definují politiky pro cestování paketů mezi "
  926. "různými zónami, například pro odmítnutí provozu mezi jistými hostiteli nebo "
  927. "pro otevření WAN portů na routeru."
  928. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:482
  929. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:355
  930. msgid "Tuesday"
  931. msgstr "úterý"
  932. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:19
  933. msgid "Unable to save contents: %s"
  934. msgstr "Nelze uložit obsah: %s"
  935. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:197
  936. msgid ""
  937. "Unit: seconds. Default <code>0</code> means the entry is added permanently "
  938. "to the set.<br />Max: 2147483 seconds."
  939. msgstr ""
  940. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:341
  941. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461
  942. msgid "Unknown or not installed conntrack helper \"%s\""
  943. msgstr ""
  944. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186
  945. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190
  946. msgid "Unnamed NAT"
  947. msgstr "Nejmenovaný NAT"
  948. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:169
  949. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:184
  950. msgid "Unnamed forward"
  951. msgstr ""
  952. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:191
  953. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211
  954. msgid "Unnamed rule"
  955. msgstr "Nepojmenované pravidlo"
  956. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:57
  957. msgid "Unnamed set"
  958. msgstr ""
  959. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:130
  960. msgid "Unnamed zone"
  961. msgstr "Nepojmenovaná zóna"
  962. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:597
  963. msgid "Unrecognized protocol"
  964. msgstr "Nerozpoznaný protokol"
  965. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:695
  966. msgid ""
  967. "Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will "
  968. "be converted to \"nat\" sections and the firewall will be restarted to apply "
  969. "the updated configuration."
  970. msgstr ""
  971. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:315
  972. msgid "Use external IP address"
  973. msgstr "Použít vnější IP adresu"
  974. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:314
  975. msgid "Use internal IP address"
  976. msgstr "Použít vnitřní IP adresu"
  977. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247
  978. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:378
  979. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:322
  980. msgid "Use ipset"
  981. msgstr ""
  982. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:231
  983. msgid ""
  984. "Use this option to classify zone traffic by raw, non-<em>uci</em> managed "
  985. "network devices."
  986. msgstr ""
  987. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:236
  988. msgid ""
  989. "Use this option to classify zone traffic by source or destination subnet "
  990. "instead of networks or devices."
  991. msgstr ""
  992. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:331
  993. msgid "Valid firewall mark required"
  994. msgstr ""
  995. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:483
  996. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356
  997. msgid "Wednesday"
  998. msgstr "středa"
  999. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:475
  1000. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:348
  1001. msgid "Week Days"
  1002. msgstr "Dny v týdnu"
  1003. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:420
  1004. msgid "XOR firewall mark"
  1005. msgstr ""
  1006. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316
  1007. msgid "XOR mark"
  1008. msgstr ""
  1009. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:28
  1010. msgid "Your device does not run firewall4."
  1011. msgstr ""
  1012. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:26
  1013. msgid "Your device runs firewall4."
  1014. msgstr ""
  1015. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:143
  1016. msgid "Zone ⇒ Forwardings"
  1017. msgstr "Zóna ⇒ Přesměrování"
  1018. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:101
  1019. msgid "Zones"
  1020. msgstr "Zóny"
  1021. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:320
  1022. msgid ""
  1023. "Zones from which reflection rules shall be created. If unset, only the "
  1024. "destination zone is used."
  1025. msgstr ""
  1026. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:415
  1027. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:70
  1028. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:159
  1029. msgid "accept"
  1030. msgstr "přijmout"
  1031. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:268
  1032. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:463
  1033. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:486
  1034. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270
  1035. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:301
  1036. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:328
  1037. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392
  1038. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:407
  1039. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:441
  1040. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448
  1041. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266
  1042. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:282
  1043. msgid "any"
  1044. msgstr "libovolný"
  1045. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53
  1046. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:86
  1047. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:65
  1048. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:78
  1049. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:46
  1050. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:56
  1051. msgid "any zone"
  1052. msgstr "libovolná zóna"
  1053. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:298
  1054. msgid "any/all"
  1055. msgstr ""
  1056. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:419
  1057. msgid "apply firewall mark"
  1058. msgstr ""
  1059. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418
  1060. msgid "assign conntrack helper"
  1061. msgstr ""
  1062. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194
  1063. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222
  1064. msgid "automatic"
  1065. msgstr ""
  1066. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:131
  1067. msgid "bitmap"
  1068. msgstr ""
  1069. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:137
  1070. msgid "bitmap is ipv4 only"
  1071. msgstr ""
  1072. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:72
  1073. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89
  1074. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67
  1075. msgid "day"
  1076. msgstr ""
  1077. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:93
  1078. msgid "dest_ip: Destination IP"
  1079. msgstr ""
  1080. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:95
  1081. msgid "dest_mac: Destination MAC addr"
  1082. msgstr ""
  1083. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:96
  1084. msgid "dest_net: Destination (sub)net"
  1085. msgstr ""
  1086. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:94
  1087. msgid "dest_port: Destination Port"
  1088. msgstr ""
  1089. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:98
  1090. msgid "dest_set: Destination ipset*"
  1091. msgstr ""
  1092. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:315
  1093. msgid "do not rewrite"
  1094. msgstr ""
  1095. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417
  1096. msgid "don't track"
  1097. msgstr "nesledovat"
  1098. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:414
  1099. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69
  1100. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:158
  1101. msgid "drop"
  1102. msgstr "zahodit"
  1103. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:21
  1104. msgid ""
  1105. "firewall4 supports referencing and creating IP sets to simplify matching of "
  1106. "large address lists without the need to create one rule per item to match. "
  1107. "Port ranges in ipsets are unsupported by firewall4.<br />"
  1108. msgstr ""
  1109. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:159
  1110. msgid "fromport-toport"
  1111. msgstr ""
  1112. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:132
  1113. msgid "hash"
  1114. msgstr ""
  1115. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:72
  1116. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89
  1117. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67
  1118. msgid "hour"
  1119. msgstr ""
  1120. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:81
  1121. msgid "ip: IP addr"
  1122. msgstr ""
  1123. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:153
  1124. msgid "ip[/cidr]<br />"
  1125. msgstr ""
  1126. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:145
  1127. msgid "ip[/cidr]<br />For use with Match datatypes: <code>*_ip</code>."
  1128. msgstr ""
  1129. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70
  1130. msgid "ipv4"
  1131. msgstr ""
  1132. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133
  1133. msgid "list"
  1134. msgstr ""
  1135. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:83
  1136. msgid "mac: MAC addr"
  1137. msgstr ""
  1138. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:108
  1139. msgid "macaddr|ip[/cidr]<br />"
  1140. msgstr ""
  1141. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:72
  1142. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89
  1143. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67
  1144. msgid "minute"
  1145. msgstr ""
  1146. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:84
  1147. msgid "net: (sub)net"
  1148. msgstr ""
  1149. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:82
  1150. msgid "port: Port"
  1151. msgstr ""
  1152. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:416
  1153. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68
  1154. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:157
  1155. msgid "reject"
  1156. msgstr "odmítnout"
  1157. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:72
  1158. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89
  1159. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67
  1160. msgid "second"
  1161. msgstr ""
  1162. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:86
  1163. msgid "set: ipset*"
  1164. msgstr ""
  1165. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:92
  1166. msgid "src_Set: Source ipset*"
  1167. msgstr ""
  1168. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:87
  1169. msgid "src_ip: Source IP"
  1170. msgstr ""
  1171. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:89
  1172. msgid "src_mac: Source MAC addr"
  1173. msgstr ""
  1174. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:90
  1175. msgid "src_net: Source (sub)net"
  1176. msgstr ""
  1177. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:88
  1178. msgid "src_port: Source Port"
  1179. msgstr ""
  1180. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53
  1181. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62
  1182. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:86
  1183. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:65
  1184. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:78
  1185. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:56
  1186. msgid "this device"
  1187. msgstr ""
  1188. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:124
  1189. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:226
  1190. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:339
  1191. msgid "this new zone"
  1192. msgstr ""
  1193. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:354
  1194. msgid "unlimited"
  1195. msgstr ""
  1196. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:251
  1197. msgid "unspecified"
  1198. msgstr ""
  1199. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:114
  1200. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:173
  1201. msgid "up to 65536 entries."
  1202. msgstr ""
  1203. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:339
  1204. msgid "valid firewall mark"
  1205. msgstr ""