Merge pull request #4763 from bryanforbes/fix-openwrt-2020-doctype
[project/luci.git] / applications / luci-app-firewall / po / ja / firewall.po
1 msgid ""
2 msgstr ""
3 "Project-Id-Version: \n"
4 "Report-Msgid-Bugs-To: \n"
5 "POT-Creation-Date: 2010-03-30 17:00+0200\n"
6 "PO-Revision-Date: 2021-02-06 08:29+0000\n"
7 "Last-Translator: Satoru Yoshida <ramat@ram.ne.jp>\n"
8 "Language-Team: Japanese <https://hosted.weblate.org/projects/openwrt/"
9 "luciapplicationsfirewall/ja/>\n"
10 "Language: ja\n"
11 "MIME-Version: 1.0\n"
12 "Content-Type: text/plain; charset=UTF-8\n"
13 "Content-Transfer-Encoding: 8bit\n"
14 "Plural-Forms: nplurals=1; plural=0;\n"
15 "X-Generator: Weblate 4.5-dev\n"
16
17 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:48
18 msgid ""
19 "%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?<var>IPv4</var> and "
20 "<var>IPv6</var>:<var>IPv6</var>}:<var>IPv4</var>}%{proto?, protocol %{proto#"
21 "%{next?, }%{item.types?<var class=\"cbi-tooltip-container\">%{item.name}"
22 "<span class=\"cbi-tooltip\">ICMP with types %{item.types#%{next?, }<var>"
23 "%{item}</var>}</span></var>:<var>%{item.name}</var>}}}%{mark?, mark <var"
24 "%{mark.inv? data-tooltip=\"Match fwmarks except %{mark.num}%{mark.mask? with "
25 "mask %{mark.mask}}.\":%{mark.mask? data-tooltip=\"Mask fwmark value with "
26 "%{mark.mask} before compare.\"}}>%{mark.val}</var>}%{dscp?, DSCP %{dscp.inv?"
27 "<var data-tooltip=\"Match DSCP classifications except %{dscp.num?:%{dscp."
28 "name}}\">%{dscp.val}</var>:<var>%{dscp.val}</var>}}%{helper?, helper "
29 "%{helper.inv?<var data-tooltip=\"Match any helper except &quot;%{helper.name}"
30 "&quot;\">%{helper.val}</var>:<var data-tooltip=\"%{helper.name}\">%{helper."
31 "val}</var>}}"
32 msgstr ""
33 "%{ipv6?%{ipv4?<var>IPv4</var> と <var>IPv6</var>:<var>IPv6</var>}:<var>IPv4</"
34 "var>} の %{src?%{dest?転送:受信}:送信}%{proto?, プロトコル %{proto#"
35 "%{next?, }%{item.types?<var class=\"cbi-tooltip-container\">%{item.name}"
36 "<span class=\"cbi-tooltip\">含まれる ICMP タイプ - %{item.types#%{next?, }"
37 "<var>%{item}</var>}</span></var>:<var>%{item.name}</var>}}}%{mark?, マーク "
38 "<var%{mark.inv? data-tooltip=\"Match fwmarks except %{mark.num}%{mark.mask? "
39 "with mask %{mark.mask}}.\":%{mark.mask? data-tooltip=\"Mask fwmark value "
40 "with %{mark.mask} before compare.\"}}>%{mark.val}</var>}%{dscp?, DSCP %{dscp."
41 "inv?<var data-tooltip=\"Match DSCP classifications except %{dscp.num?:%{dscp."
42 "name}}\">%{dscp.val}</var>:<var>%{dscp.val}</var>}}%{helper?, ヘルパー "
43 "%{helper.inv?<var data-tooltip=\"Match any helper except &quot;%{helper.name}"
44 "&quot;\">%{helper.val}</var>:<var data-tooltip=\"%{helper.name}\">%{helper."
45 "val}</var>}}"
46
47 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:433
48 msgid "-- add IP --"
49 msgstr "-- IP を追加 --"
50
51 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:481
52 msgid "-- add MAC --"
53 msgstr "-- MAC を追加 --"
54
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 "%{src?%{dest?転送:受信}:送信} を <var data-tooltip=\"ACCEPT\">許可</var>"
60
61 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:87
62 msgid "<var data-tooltip=\"ACCEPT\">Prevent source rewrite</var>"
63 msgstr "<var data-tooltip=\"ACCEPT\">アクセス元の書き換えを防止</var>"
64
65 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81
66 msgid ""
67 "<var data-tooltip=\"DNAT\">Forward</var> to %{dest}%{dest_ip? IP <var>"
68 "%{dest_ip}</var>}%{dest_port? port <var>%{dest_port}</var>}"
69 msgstr ""
70 "%{dest}%{dest_ip? IP <var>%{dest_ip}</var>}%{dest_port? port <var>"
71 "%{dest_port}</var>} へ<var data-tooltip=\"DNAT\">転送</var>"
72
73 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:115
74 msgid ""
75 "<var data-tooltip=\"DROP\">Drop</var> %{src?%{dest?forward:input}:output}"
76 msgstr "%{src?%{dest?転送:受信}:送信} を <var data-tooltip=\"DROP\">破棄</var>"
77
78 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:133
79 msgid ""
80 "<var data-tooltip=\"DSCP\">Assign DSCP</var> classification <var>%{set_dscp}"
81 "</var>"
82 msgstr ""
83 "<var data-tooltip=\"DSCP\">DSCP 区分</var>の割り当て - <var>%{set_dscp}</var>"
84
85 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:127
86 msgid ""
87 "<var data-tooltip=\"HELPER\">Assign conntrack</var> helper <var"
88 "%{helper_name? data-tooltip=\"%{helper_name}\"}>%{set_helper}</var>"
89 msgstr ""
90 "<var data-tooltip=\"HELPER\">conntrack ヘルパー</var>の割り当て - <var"
91 "%{helper_name? data-tooltip=\"%{helper_name}\"}>%{set_helper}</var>"
92
93 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:130
94 msgid ""
95 "<var data-tooltip=\"MARK\">%{set_mark?Assign:XOR}</var> firewall mark <var>"
96 "%{set_mark?:%{set_xmark}}</var>"
97 msgstr ""
98 "ファイアウォール マークの<var data-tooltip=\"MARK\">%{set_mark?割り当て:XOR}"
99 "</var> - <var>%{set_mark?:%{set_xmark}}</var>"
100
101 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84
102 msgid "<var data-tooltip=\"MASQUERADE\">Automatically rewrite</var> source IP"
103 msgstr ""
104 "アクセス元 IP を <var data-tooltip=\"MASQUERADE\">自動的に書き換え</var>"
105
106 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:124
107 msgid ""
108 "<var data-tooltip=\"NOTRACK\">Do not track</var> %{src?%{dest?forward:input}:"
109 "output}"
110 msgstr ""
111 "%{src?%{dest?転送:受信}:送信} を<var data-tooltip=\"NOTRACK\">追跡しない</"
112 "var>"
113
114 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:121
115 msgid ""
116 "<var data-tooltip=\"REJECT\">Reject</var> %{src?%{dest?forward:input}:output}"
117 msgstr ""
118 "%{src?%{dest?転送:受信}:送信} を<var data-tooltip=\"REJECT\">拒否</var>"
119
120 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:81
121 msgid ""
122 "<var data-tooltip=\"SNAT\">Statically rewrite</var> to source %{snat_ip?IP "
123 "<var>%{snat_ip}</var>} %{snat_port?port <var>%{snat_port}</var>}"
124 msgstr ""
125 "アクセス元 %{snat_ip?IP <var>%{snat_ip}</var>} %{snat_port?ポート <var>"
126 "%{snat_port}</var>} への<var data-tooltip=\"SNAT\">静的書き換え</var>"
127
128 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225
129 msgid "A rewrite IP must be specified!"
130 msgstr "書き換え先 IP の指定が必要です!"
131
132 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:213
133 msgid "ACCEPT - Disable address rewriting"
134 msgstr "ACCEPT - アドレス書き換えを無効化"
135
136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:173
137 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:229
138 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:377
139 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:158
140 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:208
141 msgid "Action"
142 msgstr "アクション"
143
144 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:284
145 msgid ""
146 "Additional raw <em>iptables</em> arguments to classify zone destination "
147 "traffic, e.g. <code>-p tcp --dport 443</code> to only match outbound HTTPS "
148 "traffic."
149 msgstr ""
150 "ゾーンの送信先へのトラフィックを区分するために付加する、生の <em>iptables</"
151 "em> 引数です。(例: HTTPS 送信トラフィックのみにマッチさせる <code>-p tcp --"
152 "dport 443</code>)"
153
154 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:274
155 msgid ""
156 "Additional raw <em>iptables</em> arguments to classify zone source traffic, "
157 "e.g. <code>-p tcp --sport 443</code> to only match inbound HTTPS traffic."
158 msgstr ""
159 "ゾーンを送信元とするトラフィックを区分するために付加する、生の <em>iptables</"
160 "em> 引数です。(例: HTTPS 受信トラフィックのみにマッチさせる <code>-p tcp --"
161 "sport 443</code>)"
162
163 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:138
164 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182
165 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136
166 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:106
167 msgid "Advanced Settings"
168 msgstr "詳細設定"
169
170 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:246
171 msgid "Allow \"invalid\" traffic"
172 msgstr "\"invalid\" トラフィックの許可"
173
174 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:346
175 msgid "Allow forward from <em>source zones</em>:"
176 msgstr "<em>送信元ゾーン</em>からの転送を許可する:"
177
178 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:305
179 msgid "Allow forward to <em>destination zones</em>:"
180 msgstr "<em>宛先ゾーン</em>への転送を許可する:"
181
182 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:508
183 msgid "Any"
184 msgstr "すべて"
185
186 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:443
187 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459
188 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258
189 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:274
190 msgid "Any day"
191 msgstr "全日"
192
193 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316
194 msgid ""
195 "Apply a bitwise XOR of the given value and the existing mark value on "
196 "established connections. Format is value[/mask]. If a mask is specified then "
197 "those bits set in the mask are zeroed out."
198 msgstr ""
199 "確立された接続に、指定された値と既存のマーク値のビット単位のXORを適用します。形式は値 "
200 "[/mask]です。マスクが指定されている場合、マスクに設定されているビットはゼロになります。"
201
202 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:263
203 msgid "Apply the given DSCP class or value to established connections."
204 msgstr "指定された DSCP クラスまたは値を確立された接続に適用します。"
205
206 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405
207 msgid "Assign the specified connection tracking helper to matched traffic."
208 msgstr "指定された接続追跡ヘルパーを対象のトラフィックに割り当てます。"
209
210 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:249
211 msgid "Automatic helper assignment"
212 msgstr "自動ヘルパー割り当て"
213
214 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:249
215 msgid ""
216 "Automatically assign conntrack helpers based on traffic protocol and port"
217 msgstr ""
218 "トラフィックのプロトコルとポートに基づいて、 conntrack ヘルパーを自動的に割り"
219 "当てます。"
220
221 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107
222 msgid "Conntrack Settings"
223 msgstr "Conntrack 設定"
224
225 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:253
226 msgid "Conntrack helpers"
227 msgstr "Conntrack ヘルパー"
228
229 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:16
230 msgid "Contents have been saved."
231 msgstr "内容が保存されました。"
232
233 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:656
234 msgid "Continue"
235 msgstr "続行"
236
237 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:216
238 msgid "Covered devices"
239 msgstr "カバーされるデバイス"
240
241 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:173
242 msgid "Covered networks"
243 msgstr "対象ネットワーク"
244
245 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:221
246 msgid "Covered subnets"
247 msgstr "カバーされるサブネット"
248
249 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:54
250 msgid "Custom Rules"
251 msgstr "手動設定ルール"
252
253 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:26
254 msgid ""
255 "Custom rules allow you to execute arbitrary iptables commands which are not "
256 "otherwise covered by the firewall framework. The commands are executed after "
257 "each firewall restart, right after the default ruleset has been loaded."
258 msgstr ""
259 "手動設定ルールの設定では、ファイアウォールの設定画面ではサポートされていない"
260 "ような、任意のiptablesコマンドを実行することが可能です。これらの任意のコマン"
261 "ドは、ファイアウォール機能の起動ごとに、標準のルールが読み込まれた後に実行さ"
262 "れます。"
263
264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:387
265 msgid "DSCP classification"
266 msgstr "DSCP 区分"
267
268 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:262
269 msgid "DSCP mark"
270 msgstr "DSCP マーク"
271
272 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:296
273 msgid "DSCP mark required"
274 msgstr "DSCP マークが必要です"
275
276 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368
277 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194
278 msgid "Destination address"
279 msgstr "宛先アドレス"
280
281 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370
282 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199
283 msgid "Destination port"
284 msgstr "宛先ポート"
285
286 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362
287 msgid "Destination zone"
288 msgstr "宛先ゾーン"
289
290 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273
291 msgid "Device name"
292 msgstr "デバイス名"
293
294 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:246
295 msgid ""
296 "Do not install extra rules to reject forwarded traffic with conntrack state "
297 "<em>invalid</em>. This may be required for complex asymmetric route setups."
298 msgstr ""
299 "conntrack ステートが <em>invalid</em> である転送されたトラフィックを拒否する"
300 "追加ルールをインストールしない。これは、複雑で非対称なルートのセットアップに"
301 "必要となることがあります。"
302
303 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:58
304 msgid "Drop invalid packets"
305 msgstr "無効なパケットを遮断する"
306
307 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181
308 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235
309 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164
310 msgid "Enable"
311 msgstr "有効化"
312
313 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248
314 msgid "Enable NAT Loopback"
315 msgstr "NATループバックを有効にする"
316
317 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44
318 msgid "Enable SYN-flood protection"
319 msgstr "SYN-Floodプロテクションを有効にする"
320
321 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:259
322 msgid "Enable logging on this zone"
323 msgstr "このゾーンのログ記録を有効にする"
324
325 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:338
326 msgid "Expecting: %s"
327 msgstr "%sである必要があります"
328
329 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:76
330 msgid "Experimental feature. Not fully compatible with QoS/SQM."
331 msgstr "実験的な機能です。 QoS/SQM との完全な互換性はありません。"
332
333 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:253
334 msgid "Explicitly choses allowed connection tracking helpers for zone traffic"
335 msgstr "ゾーン トラフィックの接続追跡ヘルパーを明示的に選択します。"
336
337 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215
338 msgid "External IP address"
339 msgstr "外部IPアドレス"
340
341 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220
342 msgid "External port"
343 msgstr "外部ポート"
344
345 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284
346 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435
347 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249
348 msgid "Extra arguments"
349 msgstr "追加の引数"
350
351 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:284
352 msgid "Extra destination arguments"
353 msgstr "追加の送信先引数"
354
355 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108
356 msgid "Extra iptables arguments"
357 msgstr "追加の iptables 引数"
358
359 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:274
360 msgid "Extra source arguments"
361 msgstr "追加の送信元引数"
362
363 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3
364 msgid "Firewall"
365 msgstr "ファイアウォール"
366
367 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25
368 msgid "Firewall - Custom Rules"
369 msgstr "ファイアウォール - 手動設定ルール"
370
371 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127
372 msgid "Firewall - NAT Rules"
373 msgstr "ファイアウォール - NAT ルール"
374
375 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129
376 msgid "Firewall - Port Forwards"
377 msgstr "ファイアウォール - ポートフォワーディング"
378
379 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173
380 msgid "Firewall - Traffic Rules"
381 msgstr "ファイアウォール - トラフィック・ルール"
382
383 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37
384 msgid "Firewall - Zone Settings"
385 msgstr "ファイアウォール - ゾーン設定"
386
387 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:649
388 msgid "Firewall configuration migration"
389 msgstr "ファイアウォール設定マイグレーション"
390
391 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:63
392 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145
393 msgid "Forward"
394 msgstr "転送"
395
396 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:30
397 msgid ""
398 "Forwarded IPv4%{proto?, protocol %{proto#%{next?, }<var>%{item.name}</"
399 "var>}}%{mark?, mark <var%{mark.inv? data-tooltip=\"Match fwmarks except "
400 "%{mark.num}%{mark.mask? with mask %{mark.mask}}.\":%{mark.mask? data-tooltip="
401 "\"Mask fwmark value with %{mark.mask} before compare.\"}}>%{mark.val}</var>}"
402 msgstr ""
403 "IPv4 の転送%{proto?, プロトコル %{proto#%{next?, }<var>%{item.name}</"
404 "var>}}%{mark?, マーク <var%{mark.inv? data-tooltip=\"Match fwmarks except "
405 "%{mark.num}%{mark.mask? with mask %{mark.mask}}.\":%{mark.mask? data-tooltip="
406 "\"Mask fwmark value with %{mark.mask} before compare.\"}}>%{mark.val}</var>}"
407
408 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:449
409 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264
410 msgid "Friday"
411 msgstr "金曜日"
412
413 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39
414 msgid ""
415 "From %{src}%{src_device?, interface <var>%{src_device}</var>}%{src_ip?, IP "
416 "%{src_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match IP addresses except "
417 "%{item.val}.\"}>%{item.ival}</var>}}%{src_port?, port %{src_port#%{next?, }"
418 "<var%{item.inv? data-tooltip=\"Match ports except %{item.val}.\"}>%{item."
419 "ival}</var>}}"
420 msgstr ""
421 "送信元: %{src}%{src_device?, インターフェース <var>%{src_device}</"
422 "var>}%{src_ip?, IP %{src_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match "
423 "IP addresses except %{item.val}.\"}>%{item.ival}</var>}}%{src_port?, ポート "
424 "%{src_port#%{next?, }<var%{item.inv? data-tooltip=\"Match ports except "
425 "%{item.val}.\"}>%{item.ival}</var>}}"
426
427 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64
428 msgid ""
429 "From %{src}%{src_device?, interface <var>%{src_device}</var>}%{src_ip?, IP "
430 "%{src_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match IP addresses except "
431 "%{item.val}.\"}>%{item.ival}</var>}}%{src_port?, port %{src_port#%{next?, }"
432 "<var%{item.inv? data-tooltip=\"Match ports except %{item.val}.\"}>%{item."
433 "ival}</var>}}%{src_mac?, MAC %{src_mac#%{next?, }<var%{item.inv? data-"
434 "tooltip=\"Match MACs except %{item.val}%{item.hint.name? a.k.a. %{item.hint."
435 "name}}.\":%{item.hint.name? data-tooltip=\"%{item.hint.name}\"}}>%{item.ival}"
436 "</var>}}"
437 msgstr ""
438 "送信元: %{src}%{src_device?, インターフェース <var>%{src_device}</"
439 "var>}%{src_ip?, IP %{src_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match "
440 "IP addresses except %{item.val}.\"}>%{item.ival}</var>}}%{src_port?, ポート "
441 "%{src_port#%{next?, }<var%{item.inv? data-tooltip=\"Match ports except "
442 "%{item.val}.\"}>%{item.ival}</var>}}%{src_mac?, MAC %{src_mac#%{next?, }<var"
443 "%{item.inv? data-tooltip=\"Match MACs except %{item.val}%{item.hint.name? a."
444 "k.a. %{item.hint.name}}.\":%{item.hint.name? data-tooltip=\"%{item.hint."
445 "name}\"}}>%{item.ival}</var>}}"
446
447 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48
448 msgid ""
449 "From %{src}%{src_ip?, IP %{src_ip#%{next?, }<var%{item.inv? data-tooltip="
450 "\"Match IP addresses except %{item.val}.\"}>%{item.ival}</var>}}%{src_port?, "
451 "port %{src_port#%{next?, }<var%{item.inv? data-tooltip=\"Match ports except "
452 "%{item.val}.\"}>%{item.ival}</var>}}%{src_mac?, MAC %{src_mac#%{next?, }<var"
453 "%{item.inv? data-tooltip=\"Match MACs except %{item.val}%{item.hint.name? a."
454 "k.a. %{item.hint.name}}.\":%{item.hint.name? data-tooltip=\"%{item.hint."
455 "name}\"}}>%{item.ival}</var>}}"
456 msgstr ""
457 "送信元: %{src}%{src_ip?, IP %{src_ip#%{next?, }<var%{item.inv? data-tooltip="
458 "\"Match IP addresses except %{item.val}.\"}>%{item.ival}</var>}}%{src_port?, "
459 "ポート %{src_port#%{next?, }<var%{item.inv? data-tooltip=\"Match ports "
460 "except %{item.val}.\"}>%{item.ival}</var>}}%{src_mac?, MAC %{src_mac#"
461 "%{next?, }<var%{item.inv? data-tooltip=\"Match MACs except %{item.val}%{item."
462 "hint.name? a.k.a. %{item.hint.name}}.\":%{item.hint.name? data-tooltip="
463 "\"%{item.hint.name}\"}}>%{item.ival}</var>}}"
464
465 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137
466 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181
467 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135
468 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:40
469 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:105
470 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:17
471 msgid "General Settings"
472 msgstr "一般設定"
473
474 #: applications/luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-firewall.json:3
475 msgid "Grant access to firewall configuration"
476 msgstr "ファイアウォール構成へのアクセスを許可"
477
478 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:87
479 msgid "Hardware flow offloading"
480 msgstr "ハードウェア フローオフロード"
481
482 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284
483 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:227
484 msgid "IPv4 and IPv6"
485 msgstr "IPv4及びIPv6"
486
487 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:285
488 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:228
489 msgid "IPv4 only"
490 msgstr "IPv4のみ"
491
492 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:286
493 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229
494 msgid "IPv6 only"
495 msgstr "IPv6のみ"
496
497 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256
498 msgid "Inbound device"
499 msgstr "受信側デバイス"
500
501 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:38
502 msgid ""
503 "Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?<var class="
504 "\"cbi-tooltip-container\">%{item.name}<span class=\"cbi-tooltip\">ICMP with "
505 "types %{item.types#%{next?, }<var>%{item}</var>}</span></var>:<var>%{item."
506 "name}</var>}}}%{mark?, mark <var%{mark.inv? data-tooltip=\"Match fwmarks "
507 "except %{mark.num}%{mark.mask? with mask %{mark.mask}}.\":%{mark.mask? data-"
508 "tooltip=\"Mask fwmark value with %{mark.mask} before compare.\"}}>%{mark.val}"
509 "</var>}%{helper?, helper %{helper.inv?<var data-tooltip=\"Match any helper "
510 "except &quot;%{helper.name}&quot;\">%{helper.val}</var>:<var data-tooltip="
511 "\"%{helper.name}\">%{helper.val}</var>}}"
512 msgstr ""
513 "IPv4 の受信%{proto?, プロトコル %{proto#%{next?, }%{item.types?<var class="
514 "\"cbi-tooltip-container\">%{item.name}<span class=\"cbi-tooltip\">含まれる "
515 "ICMP タイプ - %{item.types#%{next?, }<var>%{item}</var>}</span></var>:<var>"
516 "%{item.name}</var>}}}%{mark?, マーク <var%{mark.inv? data-tooltip=\"Match "
517 "fwmarks except %{mark.num}%{mark.mask? with mask %{mark.mask}}.\":%{mark."
518 "mask? data-tooltip=\"Mask fwmark value with %{mark.mask} before compare.\"}}>"
519 "%{mark.val}</var>}%{helper?, ヘルパー %{helper.inv?<var data-tooltip=\"Match "
520 "any helper except &quot;%{helper.name}&quot;\">%{helper.val}</var>:<var data-"
521 "tooltip=\"%{helper.name}\">%{helper.val}</var>}}"
522
523 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61
524 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:143
525 msgid "Input"
526 msgstr "受信"
527
528 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234
529 msgid "Internal IP address"
530 msgstr "内部IPアドレス"
531
532 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239
533 msgid "Internal port"
534 msgstr "内部ポート"
535
536 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:228
537 msgid "Internal zone"
538 msgstr "内部ゾーン"
539
540 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:304
541 msgid "Invalid DSCP mark"
542 msgstr "無効な DSCP マーク"
543
544 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:372
545 msgid "Invalid limit value"
546 msgstr "無効な制限値"
547
548 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:382
549 msgid "Limit burst"
550 msgstr "バースト制限"
551
552 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:262
553 msgid "Limit log messages"
554 msgstr "ログメッセージを制限"
555
556 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:348
557 msgid "Limit matching"
558 msgstr "一致の制限"
559
560 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:75
561 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96
562 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:68
563 msgid ""
564 "Limit matching to <var>%{limit.num}</var> packets per <var>%{limit.unit}</"
565 "var>%{limit.burst? burst <var>%{limit.burst}</var>}"
566 msgstr ""
567 "一致するパケット数を <var>%{limit.unit}</var> あたり <var>%{limit.num}</var> "
568 "に制限%{limit.burst?(バースト <var>%{limit.burst}</var>)}"
569
570 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:165
571 msgid "Limited masquerading enabled"
572 msgstr "限定的なマスカレードが有効"
573
574 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:349
575 msgid "Limits traffic matching to the specified rate."
576 msgstr "トラフィックを指定されたレートに制限します。"
577
578 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253
579 msgid "Loopback source IP"
580 msgstr "ループバック元 IP"
581
582 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212
583 msgid "MASQUERADE - Automatically rewrite to outbound interface IP"
584 msgstr "MASQUERADE - 自動的に送信側インターフェース IP へ書き換え"
585
586 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:170
587 msgid "MSS clamping"
588 msgstr "MSSクランプ"
589
590 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:159
591 msgid "Masquerading"
592 msgstr "マスカレード"
593
594 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:162
595 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:218
596 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:147
597 msgid "Match"
598 msgstr "対象"
599
600 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:262
601 msgid "Match DSCP"
602 msgstr "DSCP の一致"
603
604 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:297
605 msgid "Match ICMP type"
606 msgstr "ICMPタイプの一致"
607
608 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253
609 msgid "Match device"
610 msgstr "デバイスの一致"
611
612 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195
613 msgid "Match forwarded traffic directed at the given IP address."
614 msgstr "指定された IP アドレスに転送されるトラフィックが対象になります。"
615
616 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:200
617 msgid ""
618 "Match forwarded traffic directed at the given destination port or port range."
619 msgstr ""
620 "指定されたポートまたはポート範囲に転送されるトラフィックが対象になります。"
621
622 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181
623 msgid "Match forwarded traffic from this IP or range."
624 msgstr "この IP または範囲からのトラフィックが対象になります。"
625
626 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186
627 msgid ""
628 "Match forwarded traffic originating from the given source port or port range."
629 msgstr ""
630 "指定された送信元ポートまたはポート範囲から発信されたトラフィックが対象になり"
631 "ます。"
632
633 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:262
634 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:412
635 msgid "Match helper"
636 msgstr "ヘルパーの一致"
637
638 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:221
639 msgid ""
640 "Match incoming traffic directed at the given destination port or port range "
641 "on this host"
642 msgstr ""
643 "設定された宛先ポート(またはポート範囲)に一致した受信トラフィックが対象になり"
644 "ます"
645
646 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315
647 msgid "Match mark"
648 msgstr "マークの一致"
649
650 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:262
651 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:412
652 msgid "Match traffic using the specified connection tracking helper."
653 msgstr "指定された接続追跡ヘルパーを使用するトラフィックが対象になります。"
654
655 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:318
656 msgid "Matches a specific firewall mark or a range of different marks."
657 msgstr ""
658 "特定のファイアウォール マークまたは異なる複数のマークの範囲が対象になります。"
659
660 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240
661 msgid "Matches forwarded traffic using the specified outbound network device."
662 msgstr ""
663 "指定された送信側ネットワーク デバイスを使用して転送されるトラフィックが対象に"
664 "なります。"
665
666 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:263
667 msgid "Matches traffic carrying the specified DSCP marking."
668 msgstr "指定された DSCP マークを持っているトラフィックが対象になります。"
669
670 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383
671 msgid ""
672 "Maximum initial number of packets to match: this number gets recharged by "
673 "one every time the limit specified above is not reached, up to this number."
674 msgstr ""
675 "対象となるパケットの最初の最大数です。この数は、上のレート制限で上限に到達し"
676 "なかった場合に、その時間毎にここで指定された数まで1ずつ回復します。"
677
678 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445
679 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260
680 msgid "Monday"
681 msgstr "月曜日"
682
683 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455
684 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270
685 msgid "Month Days"
686 msgstr "月間"
687
688 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:130
689 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:44
690 msgid "NAT Rules"
691 msgstr "NAT ルール"
692
693 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128
694 msgid ""
695 "NAT rules allow fine grained control over the source IP to use for outbound "
696 "or forwarded traffic."
697 msgstr ""
698 "NAT ルールは、送信または転送トラフィックのために使用するアクセス元 IP に対し"
699 "て、とても細かな制御を可能にします。"
700
701 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158
702 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214
703 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143
704 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121
705 msgid "Name"
706 msgstr "名前"
707
708 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:216
709 msgid "Only match incoming traffic directed at the given IP address."
710 msgstr "設定された宛先IPアドレスと一致した受信トラフィックが対象になります。"
711
712 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197
713 msgid "Only match incoming traffic from these MACs."
714 msgstr "設定されたMACアドレスと一致した受信したトラフィックが対象になります。"
715
716 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:202
717 msgid "Only match incoming traffic from this IP or range."
718 msgstr ""
719 "設定されたIPアドレス (または範囲) と一致した受信したトラフィックが対象になり"
720 "ます。"
721
722 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207
723 msgid ""
724 "Only match incoming traffic originating from the given source port or port "
725 "range on the client host"
726 msgstr ""
727 "設定されたクライアントホストの送信元ポート(またはポート範囲)からの受信トラ"
728 "フィックと一致したトラフィックのみを対象にします。"
729
730 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257
731 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239
732 msgid "Outbound device"
733 msgstr "送信側デバイス"
734
735 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:173
736 msgid "Outbound zone"
737 msgstr "送信側ゾーン"
738
739 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62
740 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:144
741 msgid "Output"
742 msgstr "送信"
743
744 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:285
745 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436
746 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:250
747 msgid "Passes additional arguments to iptables. Use with care!"
748 msgstr ""
749 "iptablesにパススルーする追加の引数を設定してください。注意して設定してくださ"
750 "い!"
751
752 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:271
753 msgid ""
754 "Passing raw iptables arguments to source and destination traffic "
755 "classification rules allows to match packets based on other criteria than "
756 "interfaces or subnets. These options should be used with extreme care as "
757 "invalid values could render the firewall ruleset broken, completely exposing "
758 "all services."
759 msgstr ""
760 "送信元と送信先のトラフィックの区分ルールを、インターフェースやサブネット以外"
761 "の基準に基づいてマッチすることができるように、生の iptables 引数を渡します。"
762 "これらのオプションは、無効な値がファイアウォール ルールセットの破壊を引き起こ"
763 "し、全サービスを外部に晒す恐れがあることに、特段の注意を払い使用されなければ"
764 "なりません。"
765
766 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:132
767 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:26
768 msgid "Port Forwards"
769 msgstr "ポートフォワーディング"
770
771 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130
772 msgid ""
773 "Port forwarding allows remote computers on the Internet to connect to a "
774 "specific computer or service within the private LAN."
775 msgstr ""
776 "ポートフォワーディングは、インターネット上のリモートコンピュータから、プライ"
777 "ベートなネットワーク上の、特定のコンピュータやサービスへのアクセスを可能にし"
778 "ます。"
779
780 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186
781 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293
782 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:169
783 msgid "Protocol"
784 msgstr "プロトコル"
785
786 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:240
787 msgid ""
788 "Redirect matched incoming traffic to the given port on the internal host"
789 msgstr ""
790 "ルールに一致した受信トラフィックを、内部ホストの設定されたポートへ転送します"
791
792 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:235
793 msgid "Redirect matched incoming traffic to the specified internal host"
794 msgstr "ルールに一致した受信トラフィックを、設定された内部ホストへ転送します"
795
796 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:88
797 msgid "Requires hardware NAT support. Implemented at least for mt7621"
798 msgstr ""
799 "ハードウェア NAT サポートが必要です。 mt7621 のみにおいて実装されています。"
800
801 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:239
802 msgid "Restrict Masquerading to given destination subnets"
803 msgstr "設定された宛先サブネットへのマスカレードを制限する"
804
805 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:232
806 msgid "Restrict Masquerading to given source subnets"
807 msgstr "設定された送信元サブネットへのマスカレードを制限する"
808
809 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281
810 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:226
811 msgid "Restrict to address family"
812 msgstr "アドレスファミリの制限"
813
814 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215
815 msgid "Rewrite IP address"
816 msgstr "IP アドレスの書き換え"
817
818 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:216
819 msgid "Rewrite matched traffic to the specified source IP address."
820 msgstr "対象のトラフィックを指定されたアクセス元 IP アドレスに書き換えます。"
821
822 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231
823 msgid "Rewrite matched traffic to the specified source port or port range."
824 msgstr ""
825 "対象のトラフィックを指定されたアクセス元ポートまたはポート範囲に書き換えま"
826 "す。"
827
828 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230
829 msgid "Rewrite port"
830 msgstr "ポートの書き換え"
831
832 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:75
833 msgid "Routing/NAT Offloading"
834 msgstr "ルーティング/NAT オフロード"
835
836 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211
837 msgid "SNAT - Rewrite to specific source IP or port"
838 msgstr "SNAT - 特定のアクセス元 IP またはポートへの書き換え"
839
840 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450
841 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265
842 msgid "Saturday"
843 msgstr "土曜日"
844
845 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315
846 msgid "Set mark"
847 msgstr "マークの設定"
848
849 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:317
850 msgid ""
851 "Set the given mark value on established connections. Format is value[/mask]. "
852 "If a mask is specified then only those bits set in the mask are modified."
853 msgstr ""
854 "確立された接続にマーク値を設定します。フォーマットは value[/mask] です。もし"
855 "マスクが指定されている場合、マスクによって有効なビットのみ設定されます。"
856
857 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:83
858 msgid "Software based offloading for routing/NAT"
859 msgstr "ルーティング/NAT のための、ソフトウェアベースのオフロードです。"
860
861 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:82
862 msgid "Software flow offloading"
863 msgstr "ソフトウェア フローオフロード"
864
865 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201
866 msgid "Source IP address"
867 msgstr "送信元IPアドレス"
868
869 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196
870 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352
871 msgid "Source MAC address"
872 msgstr "送信元MACアドレス"
873
874 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:353
875 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180
876 msgid "Source address"
877 msgstr "送信元アドレス"
878
879 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206
880 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355
881 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185
882 msgid "Source port"
883 msgstr "送信元ポート"
884
885 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:190
886 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346
887 msgid "Source zone"
888 msgstr "送信元ゾーン"
889
890 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:274
891 msgid ""
892 "Specifies whether to tie this traffic rule to a specific inbound or outbound "
893 "network device."
894 msgstr ""
895 "このトラフィック ルールを関連付ける、特定の受信側または送信側ネットワークデバ"
896 "イスを指定します。"
897
898 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253
899 msgid ""
900 "Specifies whether to use the external or the internal IP address for "
901 "reflected traffic."
902 msgstr ""
903 "反映されるトラフィックに対し、外部または内部 IP アドレスのどちらを使用するか"
904 "を指定します。"
905
906 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:474
907 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:289
908 msgid "Start Date (yyyy-mm-dd)"
909 msgstr "開始日 (yyyy-mm-dd)"
910
911 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466
912 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:281
913 msgid "Start Time (hh.mm.ss)"
914 msgstr "開始時刻 (hh.mm.ss)"
915
916 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:478
917 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:293
918 msgid "Stop Date (yyyy-mm-dd)"
919 msgstr "停止日 (yyyy-mm-dd)"
920
921 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470
922 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:285
923 msgid "Stop Time (hh.mm.ss)"
924 msgstr "停止時刻 (hh.mm.ss)"
925
926 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444
927 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259
928 msgid "Sunday"
929 msgstr "日曜日"
930
931 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:650
932 msgid ""
933 "The existing firewall configuration needs to be changed for LuCI to function "
934 "properly."
935 msgstr ""
936 "既存のファイアウォール設定は、 LuCI が正常に機能するように変更する必要があり"
937 "ます。"
938
939 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:38
940 msgid ""
941 "The firewall creates zones over your network interfaces to control network "
942 "traffic flow."
943 msgstr ""
944 "ファイアウォール機能は、各ネットワークインターフェース上にゾーンを作成してト"
945 "ラフィックの制御を行います。"
946
947 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:212
948 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:301
949 msgid ""
950 "The options below control the forwarding policies between this zone (%s) and "
951 "other zones. <em>Destination zones</em> cover forwarded traffic "
952 "<strong>originating from %q</strong>. <em>Source zones</em> match forwarded "
953 "traffic from other zones <strong>targeted at %q</strong>. The forwarding "
954 "rule is <em>unidirectional</em>, e.g. a forward from lan to wan does "
955 "<em>not</em> imply a permission to forward from wan to lan as well."
956 msgstr ""
957 "下記の設定は、このゾーン (%s)とその他のゾーン間の転送ポリシーを制御します。"
958 "<em>宛先ゾーンへの転送</em> は、<strong>%q から</strong>転送されたトラフィッ"
959 "クに対して転送を許可します。 <em>送信元ゾーンからの転送</em> は、別のゾーンか"
960 "ら<strong>%qへ</strong> の転送を許可します。トラフィック転送設定は、<em>一方"
961 "向</em>であり、例えばlanからwanへの転送設定は、wanからlanへの転送を<em>許可し"
962 "ません。</em>"
963
964 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:117
965 msgid ""
966 "This section defines common properties of %q. The <em>input</em> and "
967 "<em>output</em> options set the default policies for traffic entering and "
968 "leaving this zone while the <em>forward</em> option describes the policy for "
969 "forwarded traffic between different networks within the zone. <em>Covered "
970 "networks</em> specifies which available networks are members of this zone."
971 msgstr ""
972 "このセクションでは、%sの標準的な動作を設定します。<em>受信</em>及び<em>送信</"
973 "em>オプションは、このゾーンに対して入出力するトラフィックに対する標準のポリ"
974 "シーを設定し、<em>転送</em>オプションは、ゾーン間の転送トラフィックに対する標"
975 "準のポリシーになります。<em>対象ネットワーク</em>は、どのネットワーク設定がこ"
976 "のゾーンに属するかを設定します。"
977
978 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448
979 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263
980 msgid "Thursday"
981 msgstr "木曜日"
982
983 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:183
984 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:137
985 msgid "Time Restrictions"
986 msgstr "時間制限"
987
988 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:482
989 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:297
990 msgid "Time in UTC"
991 msgstr "UTC時刻を使用"
992
993 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:248
994 msgid "Time restritions are enabled for this rule"
995 msgstr "このルールでは時間制限が有効です"
996
997 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77
998 msgid ""
999 "To %{dest}%{dest_device?, interface <var>%{dest_device}</var>}%{dest_ip?, IP "
1000 "%{dest_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match IP addresses except "
1001 "%{item.val}.\"}>%{item.ival}</var>}}%{dest_port?, port %{dest_port#%{next?, }"
1002 "<var%{item.inv? data-tooltip=\"Match ports except %{item.val}.\"}>%{item."
1003 "ival}</var>}}"
1004 msgstr ""
1005 "送信先: %{dest}%{dest_device?, インターフェース <var>%{dest_device}</"
1006 "var>}%{dest_ip?, IP %{dest_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match "
1007 "IP addresses except %{item.val}.\"}>%{item.ival}</var>}}%{dest_port?, ポート "
1008 "%{dest_port#%{next?, }<var%{item.inv? data-tooltip=\"Match ports except "
1009 "%{item.val}.\"}>%{item.ival}</var>}}"
1010
1011 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49
1012 msgid ""
1013 "To %{dest}%{dest_device?, via interface <var>%{dest_device}</"
1014 "var>}%{dest_ip?, IP %{dest_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match "
1015 "IP addresses except %{item.val}.\"}>%{item.ival}</var>}}%{dest_port?, port "
1016 "%{dest_port#%{next?, }<var%{item.inv? data-tooltip=\"Match ports except "
1017 "%{item.val}.\"}>%{item.ival}</var>}}"
1018 msgstr ""
1019 "送信先: %{dest}%{dest_device?, 経由インターフェース <var>%{dest_device}</"
1020 "var>}%{dest_ip?, IP %{dest_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match "
1021 "IP addresses except %{item.val}.\"}>%{item.ival}</var>}}%{dest_port?, ポート "
1022 "%{dest_port#%{next?, }<var%{item.inv? data-tooltip=\"Match ports except "
1023 "%{item.val}.\"}>%{item.ival}</var>}}"
1024
1025 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57
1026 msgid ""
1027 "To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }<var%{item.inv? data-tooltip="
1028 "\"Match IP addresses except %{item.val}.\"}>%{item.ival}</"
1029 "var>}}%{dest_port?, port %{dest_port#%{next?, }<var%{item.inv? data-tooltip="
1030 "\"Match ports except %{item.val}.\"}>%{item.ival}</var>}}"
1031 msgstr ""
1032 "送信先: %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }<var%{item.inv? data-"
1033 "tooltip=\"Match IP addresses except %{item.val}.\"}>%{item.ival}</"
1034 "var>}}%{dest_port?, ポート %{dest_port#%{next?, }<var%{item.inv? data-"
1035 "tooltip=\"Match ports except %{item.val}.\"}>%{item.ival}</var>}}"
1036
1037 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405
1038 msgid "Tracking helper"
1039 msgstr "追跡ヘルパー"
1040
1041 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:176
1042 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:35
1043 msgid "Traffic Rules"
1044 msgstr "トラフィック・ルール"
1045
1046 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174
1047 msgid ""
1048 "Traffic rules define policies for packets traveling between different zones, "
1049 "for example to reject traffic between certain hosts or to open WAN ports on "
1050 "the router."
1051 msgstr ""
1052 "トラフィック・ルールの設定では、ゾーン間を行き来するパケットのポリシーを設定"
1053 "します。例えば、特定のホスト間や、ルーターのWANポートへのトラフィックの拒否を"
1054 "設定することができます。"
1055
1056 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446
1057 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261
1058 msgid "Tuesday"
1059 msgstr "火曜日"
1060
1061 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:19
1062 msgid "Unable to save contents: %s"
1063 msgstr "内容を保存できません: %s"
1064
1065 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:277
1066 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427
1067 msgid "Unknown or not installed conntrack helper \"%s\""
1068 msgstr "不明またはインストールされていない conntrack ヘルパー \"%s\""
1069
1070 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:140
1071 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:144
1072 msgid "Unnamed NAT"
1073 msgstr "名称未設定の NAT"
1074
1075 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:145
1076 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:159
1077 msgid "Unnamed forward"
1078 msgstr "名称未設定の転送"
1079
1080 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:190
1081 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:215
1082 msgid "Unnamed rule"
1083 msgstr "名称未設定のルール"
1084
1085 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122
1086 msgid "Unnamed zone"
1087 msgstr "名称未設定のゾーン"
1088
1089 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:554
1090 msgid "Unrecognized protocol"
1091 msgstr "認識されていないプロトコル"
1092
1093 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:651
1094 msgid ""
1095 "Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will "
1096 "be converted to \"nat\" sections and the firewall will be restarted to apply "
1097 "the updated configuration."
1098 msgstr ""
1099 "\"続行\" を押下すると、 \"SNAT\" ターゲットを持つ \"redirect\" セクションは "
1100 "\"nat\" セクションに変換されたうえで、ファイアウォールは更新された設定を適用"
1101 "するために再起動されます。"
1102
1103 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:257
1104 msgid "Use external IP address"
1105 msgstr "外部 IP アドレスを使用"
1106
1107 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256
1108 msgid "Use internal IP address"
1109 msgstr "内部 IP アドレスを使用"
1110
1111 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:216
1112 msgid ""
1113 "Use this option to classify zone traffic by raw, non-<em>uci</em> managed "
1114 "network devices."
1115 msgstr ""
1116 "生の、または非 <em>uci</em> 管理下にあるデバイスによるゾーン トラフィックの区"
1117 "分にこのオプションを使用します。"
1118
1119 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:221
1120 msgid ""
1121 "Use this option to classify zone traffic by source or destination subnet "
1122 "instead of networks or devices."
1123 msgstr ""
1124 "ネットワークまたはデバイスに代わり、アクセス元またはアクセス先サブネットによ"
1125 "るゾーン トラフィックの区分にこのオプションを使用します。"
1126
1127 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:330
1128 msgid "Valid firewall mark required"
1129 msgstr "有効なファイアウォール マークが必要です"
1130
1131 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447
1132 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262
1133 msgid "Wednesday"
1134 msgstr "水曜日"
1135
1136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:439
1137 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254
1138 msgid "Week Days"
1139 msgstr "曜日"
1140
1141 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:386
1142 msgid "XOR firewall mark"
1143 msgstr "ファイアウォール マークの XOR"
1144
1145 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315
1146 msgid "XOR mark"
1147 msgstr "マークの XOR"
1148
1149 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135
1150 msgid "Zone ⇒ Forwardings"
1151 msgstr "ゾーン ⇒ 転送"
1152
1153 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94
1154 msgid "Zones"
1155 msgstr "ゾーン"
1156
1157 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:381
1158 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69
1159 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151
1160 msgid "accept"
1161 msgstr "許可"
1162
1163 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267
1164 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:433
1165 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:455
1166 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211
1167 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:243
1168 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:264
1169 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:302
1170 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358
1171 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373
1172 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:407
1173 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:414
1174 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190
1175 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203
1176 msgid "any"
1177 msgstr "すべて"
1178
1179 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:49
1180 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:82
1181 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:65
1182 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:78
1183 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:40
1184 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:50
1185 msgid "any zone"
1186 msgstr "すべてのゾーン"
1187
1188 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385
1189 msgid "apply firewall mark"
1190 msgstr "ファイアウォール マークの適用"
1191
1192 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:384
1193 msgid "assign conntrack helper"
1194 msgstr "conntrack ヘルパーの割り当て"
1195
1196 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:68
1197 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89
1198 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:61
1199 msgid "day"
1200 msgstr "日"
1201
1202 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:234
1203 msgid "do not rewrite"
1204 msgstr "書き換えない"
1205
1206 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383
1207 msgid "don't track"
1208 msgstr "コネクション追跡を行わない"
1209
1210 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:380
1211 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68
1212 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:150
1213 msgid "drop"
1214 msgstr "破棄"
1215
1216 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:68
1217 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89
1218 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:61
1219 msgid "hour"
1220 msgstr "時間"
1221
1222 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:68
1223 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89
1224 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:61
1225 msgid "minute"
1226 msgstr "分"
1227
1228 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382
1229 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:67
1230 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:149
1231 msgid "reject"
1232 msgstr "拒否"
1233
1234 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:68
1235 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89
1236 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:61
1237 msgid "second"
1238 msgstr "秒"
1239
1240 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:49
1241 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58
1242 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:82
1243 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:65
1244 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:78
1245 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:50
1246 msgid "this device"
1247 msgstr "このデバイス"
1248
1249 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:116
1250 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211
1251 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:300
1252 msgid "this new zone"
1253 msgstr "この新しいゾーン"
1254
1255 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:353
1256 msgid "unlimited"
1257 msgstr "無制限"
1258
1259 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:255
1260 msgid "unspecified"
1261 msgstr "未設定"
1262
1263 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:338
1264 msgid "valid firewall mark"
1265 msgstr "有効なファイアウォール マーク"
1266
1267 #~ msgid "%s in %s"
1268 #~ msgstr "%s (%s)"
1269
1270 #~ msgid "%s%s with %s"
1271 #~ msgstr "%s%s ,%s"
1272
1273 #~ msgid "%s, %s in %s"
1274 #~ msgstr "%s, %s (%s)"
1275
1276 #~ msgid "<var>%d</var> pkts. per <var>%s</var>"
1277 #~ msgstr "<var>%d</var> パケット / <var>%s</var>"
1278
1279 #~ msgid "<var>%d</var> pkts. per <var>%s</var>, burst <var>%d</var> pkts."
1280 #~ msgstr ""
1281 #~ "<var>%d</var> パケット / <var>%s</var>, バースト <var>%d</var> パケット"
1282
1283 #~ msgid "<var>%s</var> and limit to %s"
1284 #~ msgstr "<var>%s</var>, %s を上限に設定"
1285
1286 #~ msgid "Accept forward"
1287 #~ msgstr "転送を許可"
1288
1289 #~ msgid "Accept input"
1290 #~ msgstr "入力を許可"
1291
1292 #~ msgid "Accept output"
1293 #~ msgstr "出力を許可"
1294
1295 #~ msgid "Discard forward"
1296 #~ msgstr "転送を破棄"
1297
1298 #~ msgid "Discard input"
1299 #~ msgstr "入力を破棄"
1300
1301 #~ msgid "Discard output"
1302 #~ msgstr "出力を破棄"
1303
1304 #~ msgid "Do not rewrite"
1305 #~ msgstr "リライトしない"
1306
1307 #~ msgid "Do not track forward"
1308 #~ msgstr "転送を追跡しない"
1309
1310 #~ msgid "Do not track input"
1311 #~ msgstr "入力を追跡しない"
1312
1313 #~ msgid "Do not track output"
1314 #~ msgstr "出力を追跡しない"
1315
1316 #~ msgid "Forward to"
1317 #~ msgstr "転送先"
1318
1319 #~ msgid "From %s in %s"
1320 #~ msgstr "送信元 %s (%s)"
1321
1322 #~ msgid "From %s in %s with source %s"
1323 #~ msgstr "送信元 %s (%s) , %s"
1324
1325 #~ msgid "From %s in %s with source %s and %s"
1326 #~ msgstr "送信元 %s (%s) , %s, %s"
1327
1328 #~ msgid "From %s on <var>this device</var>"
1329 #~ msgstr "送信元 %s (<var>デバイス</var>)"
1330
1331 #~ msgid "From %s on <var>this device</var> with source %s"
1332 #~ msgstr "送信元 %s, %s (<var>デバイス</var>)"
1333
1334 #~ msgid "From %s on <var>this device</var> with source %s and %s"
1335 #~ msgstr "送信元 %s, %s, %s (<var>デバイス</var>)"
1336
1337 #~ msgid "IP"
1338 #~ msgstr "IP"
1339
1340 #~ msgid "IP range"
1341 #~ msgstr "IP の範囲"
1342
1343 #~ msgid "IPs"
1344 #~ msgstr "IP"
1345
1346 #~ msgid "IPv4"
1347 #~ msgstr "IPv4"
1348
1349 #~ msgid "IPv6"
1350 #~ msgstr "IPv6"
1351
1352 #~ msgid "MAC"
1353 #~ msgstr "MAC"
1354
1355 #~ msgid "MACs"
1356 #~ msgstr "MAC"
1357
1358 #~ msgid "Network"
1359 #~ msgstr "ネットワーク"
1360
1361 #~ msgid "Refuse forward"
1362 #~ msgstr "転送を拒否"
1363
1364 #~ msgid "Refuse input"
1365 #~ msgstr "入力を拒否"
1366
1367 #~ msgid "Refuse output"
1368 #~ msgstr "出力を拒否"
1369
1370 #~ msgid "To %s at %s on <var>this device</var>"
1371 #~ msgstr "宛先 %s, %s (<var>デバイス</var>)"
1372
1373 #~ msgid "To %s in %s"
1374 #~ msgstr "宛先 %s (%s)"
1375
1376 #~ msgid "To %s on <var>this device</var>"
1377 #~ msgstr "宛先 %s (<var>デバイス</var>)"
1378
1379 #~ msgid "To %s, %s in %s"
1380 #~ msgstr "宛先 %s, %s (%s)"
1381
1382 #~ msgid "Via %s"
1383 #~ msgstr "経由 %s"
1384
1385 #~ msgid "Via %s at %s"
1386 #~ msgstr "経由 %s , %s"
1387
1388 #~ msgid "any host"
1389 #~ msgstr "全てのホスト"
1390
1391 #~ msgid "any router IP"
1392 #~ msgstr "全てのルーターIP"
1393
1394 #~ msgid "port"
1395 #~ msgstr "ポート"
1396
1397 #~ msgid "ports"
1398 #~ msgstr "ポート"
1399
1400 #~ msgid "type"
1401 #~ msgstr "タイプ"
1402
1403 #~ msgid "types"
1404 #~ msgstr "タイプ"
1405
1406 #~ msgid "Force connection tracking"
1407 #~ msgstr "強制的にコネクション追跡を行う"
1408
1409 #~ msgid ""
1410 #~ "Prevent the installation of <em>NOTRACK</em> rules which would bypass "
1411 #~ "connection tracking."
1412 #~ msgstr ""
1413 #~ "コネクション追跡をバイパスさせる <em>NOTRACK</em> ルールのインストールを防"
1414 #~ "ぎます。"
1415
1416 #~ msgid "Disable"
1417 #~ msgstr "無効"
1418
1419 #~ msgid "Restart Firewall"
1420 #~ msgstr "ファイアウォールの再起動"
1421
1422 #~ msgid "Rule is disabled"
1423 #~ msgstr "ルールは無効です"
1424
1425 #~ msgid "Rule is enabled"
1426 #~ msgstr "ルールは有効です"
1427
1428 #~ msgid "Add"
1429 #~ msgstr "追加"
1430
1431 #~ msgid "Add and edit..."
1432 #~ msgstr "追加及び編集..."
1433
1434 #~ msgid "External zone"
1435 #~ msgstr "外部ゾーン"
1436
1437 #~ msgid "New SNAT rule"
1438 #~ msgstr "SNATルールの新規作成"
1439
1440 #~ msgid "New forward rule"
1441 #~ msgstr "転送ルールの新規作成"
1442
1443 #~ msgid "New input rule"
1444 #~ msgstr "受信ルールの新規作成"
1445
1446 #~ msgid "New port forward"
1447 #~ msgstr "転送設定の新規作成"
1448
1449 #~ msgid "New source NAT"
1450 #~ msgstr "SNATルールの新規作成"
1451
1452 #~ msgid "Open ports on router"
1453 #~ msgstr "ポートの開放"
1454
1455 #~ msgid "Other..."
1456 #~ msgstr "その他のプロトコル"
1457
1458 #~ msgid "To source IP"
1459 #~ msgstr "変換後送信元IP"
1460
1461 #~ msgid "To source port"
1462 #~ msgstr "変換後送信元ポート"