1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
|
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2020-11-14 12:48+0000\n"
"Last-Translator: RyotaGamer <21ryotagamer@gmail.com>\n"
"Language-Team: Japanese <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsmwan3/ja/>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.4-dev\n"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:176
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:192
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:212
msgid "%d hour"
msgstr "%d 時間"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:171
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:187
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:207
msgid "%d minute"
msgstr "%d 分"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:172
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:173
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:174
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:175
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:188
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:189
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:190
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:191
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:208
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:209
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:210
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:211
msgid "%d minutes"
msgstr "%d 分"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:48
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:152
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:165
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:181
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:201
msgid "%d second"
msgstr "%d 秒"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:49
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:50
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:51
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:52
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:153
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:154
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:155
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:156
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:157
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:158
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:159
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:160
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:161
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:166
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:167
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:168
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:169
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:170
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:182
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:183
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:184
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:185
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:186
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:202
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:203
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:204
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:205
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:206
msgid "%d seconds"
msgstr "%d 秒"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:58
msgid "-- Please choose --"
msgstr "-- 選択してください --"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:66
msgid ""
"Acceptable values: 1-100. This many Tracking IP addresses must respond for "
"the link to be deemed up"
msgstr ""
"利用可能な値: 1-100。上記のトラッキング IP の合計個数のうち、Up 状態と判定す"
"るためにに必要な、レスポンスが返されたトラッキング IP アドレスの個数です。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:30
msgid "Acceptable values: 1-1000. Defaults to 1 if not set"
msgstr "利用可能な値: 1-1000。空欄の場合のデフォルトは1です。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:26
msgid "Acceptable values: 1-256. Defaults to 1 if not set"
msgstr "利用可能な値: 1-256。空欄の場合のデフォルトは1です。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:32
msgid "Alert"
msgstr "アラート"
#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:177
msgid "All required IP rules for interface %s found"
msgstr "インターフェース %s の全必須 IP ルールが見つかりました"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:57
msgid "Also scan this Routing table for connected networks"
msgstr ""
"接続されたネットワークのために、追加でスキャンするルーティングテーブルです。"
#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:77
msgid "Check IP rules"
msgstr "IP ルールのチェック"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:104
msgid "Check link quality"
msgstr "リンク品質のチェック"
#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:78
msgid "Check routing table"
msgstr "ルーティング テーブルのチェック"
#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:98
#: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:34
#: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:34
msgid "Collecting data..."
msgstr "データを収集中..."
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:33
msgid "Critical"
msgstr "重大"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:38
msgid "Debug"
msgstr "デバッグ"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:85
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:29
msgid "Destination address"
msgstr "宛先アドレス"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:91
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:33
msgid "Destination port"
msgstr "宛先ポート"
#: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:11
#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:11
#: applications/luci-app-mwan3/luasrc/view/mwan/status_interface.htm:11
#: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:11
msgid "Detail"
msgstr "詳細"
#: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:12
#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:12
#: applications/luci-app-mwan3/luasrc/view/mwan/status_interface.htm:12
#: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:12
msgid "Diagnostics"
msgstr "診断機能"
#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:50
msgid "Disabled"
msgstr "無効"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:229
msgid ""
"Downed interface will be deemed up after this many successful ping tests"
msgstr ""
"Down 状態のインターフェースが Up 状態と判断されるまでに要する ping テストの成"
"功回数です。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:31
msgid "Emergency"
msgstr "緊急"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:59
msgid "Enable ssl tracking"
msgstr "SSL トラッキングを有効化"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:160
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:23
msgid "Enabled"
msgstr "有効"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:64
msgid ""
"Enables firewall rule logging (global mwan3 logging must also be enabled)"
msgstr ""
"ファイアウォール ルールのログ記録を有効にします。(グローバルな mwan3 ログ記"
"録も有効にする必要があります)"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:23
msgid "Enables global firewall logging"
msgstr "グローバルなファイアウォールのログ記録を有効にします。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:60
msgid "Enables https tracking on ssl port 443"
msgstr "SSL ポート 443 で https トラッキングを有効化"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:16
msgid "Enter value in hex, starting with <code>0x</code>"
msgstr "<code>0x</code> で始まる16進数の値を入力してください。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:34
msgid "Error"
msgstr "エラー"
#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:88
msgid "Execute"
msgstr "実行"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:27
msgid "Expect interface state on up event"
msgstr "Up イベント時に予想されるインターフェースの状態です。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:178
msgid "Failure interval"
msgstr "障害検出 インターバル"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:29
msgid "Firewall loglevel"
msgstr "ファイアウォール ログレベル"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:15
msgid "Firewall mask"
msgstr "ファイアウォール マスク"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:242
msgid "Flush conntrack table"
msgstr "conntrack テーブルのクリア"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:243
msgid "Flush global firewall conntrack table on interface events"
msgstr ""
"インターフェース イベント時にグローバル ファイアウォール conntrack テーブルを"
"クリアします。"
#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:45
msgid "Globals"
msgstr "全般"
#: applications/luci-app-mwan3/root/usr/share/rpcd/acl.d/luci-app-mwan3.json:3
msgid "Grant UCI access for luci-app-mwan3"
msgstr "luci-app-mwan3 に UCI アクセスを許可"
#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:80
msgid "Hotplug ifdown"
msgstr "ホットプラグ ifdown"
#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:79
msgid "Hotplug ifup"
msgstr "ホットプラグ ifup"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:45
msgid "How often should rtmon update the interface routing table"
msgstr "rtmon がインターフェース ルーティングテーブルの更新を行う頻度です。"
#: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:29
#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:56
#: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:29
msgid "INFO: MWAN not running"
msgstr "情報: MWAN は実行されていません"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:56
msgid "IPset"
msgstr "IPset"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:34
msgid "IPv4"
msgstr "IPv4"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:35
msgid "IPv6"
msgstr "IPv6"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:37
msgid "Info"
msgstr "情報"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:26
msgid "Initial state"
msgstr "初期状態"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:150
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:27
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:18
#: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:10
#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:10
#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:61
#: applications/luci-app-mwan3/luasrc/view/mwan/status_interface.htm:10
#: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:10
msgid "Interface"
msgstr "インターフェース"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:208
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:214
msgid "Interface down"
msgstr "インターフェース Down"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:219
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:228
msgid "Interface up"
msgstr "インターフェース Up"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:215
msgid "Interface will be deemed down after this many failed ping tests"
msgstr ""
"インターフェースが Down 状態と判断されるまでに要する ping テストの失敗回数で"
"す。"
#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:48
msgid "Interfaces"
msgstr "インターフェース"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:32
msgid "Internet Protocol"
msgstr "インターネット プロトコル"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:194
msgid "Keep failure interval"
msgstr ""
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:195
msgid "Keep ping failure interval during failure state"
msgstr ""
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:79
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:25
msgid "Last resort"
msgstr "最終手段"
#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:19
#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:41
msgid "Load Balancing"
msgstr "負荷分散"
#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:97
#: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:33
#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:36
#: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:33
msgid "Loading"
msgstr "読み込み中"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:22
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:63
msgid "Logging"
msgstr "ロギング"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:28
msgid "Loglevel"
msgstr "ログレベル"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:8
msgid "MWAN - Globals"
msgstr "MWAN - グローバル"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:139
msgid "MWAN - Interfaces"
msgstr "MWAN - インターフェース"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:9
msgid "MWAN - Members"
msgstr "MWAN - メンバー"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:11
msgid "MWAN - Notification"
msgstr "MWAN - 通知"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:38
msgid "MWAN - Policies"
msgstr "MWAN - ポリシー"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:42
msgid "MWAN - Rules"
msgstr "MWAN - ルール"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:16
msgid "MWAN Interface Configuration - %s"
msgstr "MWAN インターフェース設定 - %s"
#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:95
msgid "MWAN Interfaces"
msgstr "MWAN インターフェース"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:11
msgid "MWAN Member Configuration - %s"
msgstr "MWAN メンバー設定 - %s"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:11
msgid "MWAN Policy Configuration - %s"
msgstr "MWAN ポリシー設定 - %s"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:15
msgid "MWAN Rule Configuration - %s"
msgstr "MWAN ルール設定 - %s"
#: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:27
msgid "MWAN Status - Detail"
msgstr "MWAN ステータス - 詳細"
#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:54
msgid "MWAN Status - Diagnostics"
msgstr "MWAN ステータス - 診断"
#: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:27
msgid "MWAN Status - Troubleshooting"
msgstr "MWAN ステータス - トラブルシューティング"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:143
msgid ""
"MWAN supports up to 252 physical and/or logical interfaces<br />MWAN "
"requires that all interfaces have a unique metric configured in /etc/config/"
"network<br />Names must match the interface name found in /etc/config/"
"network<br />Names may contain characters A-Z, a-z, 0-9, _ and no spaces<br /"
">Interfaces may not share the same name as configured members, policies or "
"rules"
msgstr ""
"MWAN は、252個までの物理または論理、あるいは両方のインターフェースをサポートします。<br />MWAN は、すべてのインターフェースが /"
"etc/config/network で設定されるユニークなメトリックを持つことを必要とします。<br />下記 \"インターフェース\" の名前は、 /"
"etc/config/network に存在するインターフェース名と同じでなければなりません。<br />名前は A-Z, a-z, 0-9, _ "
"を含むことができますが、スペースは使用できません。<br "
"/>インターフェースには、設定済みのメンバーやポリシー、ルールと同じ名前を使用することはできません。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:92
msgid "Max TTL"
msgstr "最大 TTL"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:108
msgid "Max packet latency [ms]"
msgstr "最大パケットレイテンシ [ms]"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:120
msgid "Max packet loss [%]"
msgstr "最大パケットロス [%]"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:27
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:34
msgid ""
"May be entered as a single or multiple port(s) (eg \"22\" or \"80,443\") or "
"as a portrange (eg \"1024:2048\") without quotes"
msgstr ""
"単一または複数のポート(例: \"22\" または \"80,443\")、あるいはポートの範囲(例: \"1024:2048\""
")を、クオーテーションなしで指定することができます。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:17
msgid "Member"
msgstr "メンバー"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:18
msgid "Member used"
msgstr "使用されるメンバー"
#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:51
msgid "Members"
msgstr "メンバー"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:12
msgid ""
"Members are profiles attaching a metric and weight to an MWAN interface<br /"
">Names may contain characters A-Z, a-z, 0-9, _ and no spaces<br />Members "
"may not share the same name as configured interfaces, policies or rules"
msgstr ""
"メンバーは、MWAN インターフェースのメトリックおよびウエイトを関連付けたプロ"
"ファイルです。<br />名前は A-Z, a-z, 0-9, _ を含むことができますが、スペース"
"は使用できません。<br />メンバーには、設定済みのインターフェースやポリシー、"
"ルールと同じ名前を使用することはできません。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:65
msgid "Members assigned"
msgstr "アサイン済みメンバー"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:230
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:249
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:33
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:25
msgid "Metric"
msgstr "メトリック"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:129
msgid "Min packet latency [ms]"
msgstr "最小パケットレイテンシ [ms]"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:141
msgid "Min packet loss [%]"
msgstr "最小パケットロス [%]"
#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:190
msgid "Missing both IP rules for interface %s"
msgstr "インターフェース %s にどちらの IP ルールもありません。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:57
msgid ""
"Name of IPset rule. Requires IPset rule in /etc/dnsmasq.conf (eg \"ipset=/"
"youtube.com/youtube\")"
msgstr ""
"IPset ルールの名前です。このルールは、 /etc/dnsmasq.conf で必要です。(例: "
"\"ipset=/youtube.com/youtube\")"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:166
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:50
msgid "No"
msgstr "いいえ"
#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:77
msgid "No MWAN interfaces found"
msgstr "MWAN インターフェースが見つかりません"
#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:159
msgid "No gateway for interface %s found."
msgstr "インターフェース %s にゲートウェイが見つかりません。"
#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:168
msgid "No tracking Hosts for interface %s defined."
msgstr "インターフェース %s にトラッキングホストが指定されていません。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:36
msgid "Notice"
msgstr "注意"
#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:60
msgid "Notification"
msgstr "通知"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:30
#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:42
msgid "Offline"
msgstr "オフライン"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:29
#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:34
msgid "Online"
msgstr "オンライン"
#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:182
#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:186
msgid "Only one IP rules for interface %s found"
msgstr "インターフェース %s に IP ルールが一つのみ見つかりました。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:70
msgid "Ping count"
msgstr "Ping 回数"
#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:75
msgid "Ping default gateway"
msgstr "デフォルト ゲートウェイへのping"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:192
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:163
msgid "Ping interval"
msgstr "Ping インターバル"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:179
msgid "Ping interval during failure detection"
msgstr "障害検出中の Ping 実行間隔です。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:199
msgid "Ping interval during failure recovering"
msgstr "障害復旧中の Ping 実行間隔です。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:78
msgid "Ping size"
msgstr "Ping サイズ"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:150
msgid "Ping timeout"
msgstr "Ping タイムアウト"
#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:76
msgid "Ping tracking IP"
msgstr "トラッキング IP へのping"
#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:54
msgid "Policies"
msgstr "ポリシー"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:42
msgid ""
"Policies are profiles grouping one or more members controlling how MWAN "
"distributes traffic<br />Member interfaces with lower metrics are used "
"first<br />Member interfaces with the same metric will be load-balanced<br /"
">Load-balanced member interfaces distribute more traffic out those with "
"higher weights<br />Names may contain characters A-Z, a-z, 0-9, _ and no "
"spaces<br />Names must be 15 characters or less<br />Policies may not share "
"the same name as configured interfaces, members or rules"
msgstr ""
"ポリシーは、MWANがどのようにトラフィックの分配を行うかを制御する、1つ以上のメ"
"ンバーをグループ化するプロファイルです。<br />最小のメトリックを持つメンバー "
"インターフェースが最初に使用されます。<br />同じメトリックを持つ複数のイン"
"ターフェースでは、負荷分散を行います。<br />負荷分散に設定されたメンバー イン"
"ターフェースでは、ウェイトの値が大きい方により多くのトラフィックを分配しま"
"す。<br />名前は A-Z, a-z, 0-9, _ を含むことができますが、スペースは使用でき"
"ません。また、15文字以内でなければなりません。<br />ポリシーでは、設定済みの"
"インターフェースやメンバー、ルールと同じ名前を使用することはできません。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:51
msgid "Policy"
msgstr "ポリシー"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:103
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:66
msgid "Policy assigned"
msgstr "アサイン済みポリシー"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:97
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:36
msgid "Protocol"
msgstr "プロトコル"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:198
msgid "Recovery interval"
msgstr "障害復旧 インターバル"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:59
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:60
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:61
msgid "Routing table %d"
msgstr "ルーティングテーブル %d"
#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:196
msgid "Routing table %s for interface %s found"
msgstr "ルーティングテーブル %s が見つかりました(インターフェース %s)"
#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:200
msgid "Routing table %s for interface %s not found"
msgstr "ルーティングテーブル %s が見つかりません(インターフェース %s)"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:56
msgid "Routing table lookup"
msgstr "ルーティングテーブルの検索"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:59
msgid "Rule"
msgstr "ルール"
#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:57
msgid "Rules"
msgstr "ルール"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:47
msgid ""
"Rules specify which traffic will use a particular MWAN policy<br />Rules are "
"based on IP address, port or protocol<br />Rules are matched from top to "
"bottom<br />Rules below a matching rule are ignored<br />Traffic not "
"matching any rule is routed using the main routing table<br />Traffic "
"destined for known (other than default) networks is handled by the main "
"routing table<br />Traffic matching a rule, but all WAN interfaces for that "
"policy are down will be blackholed<br />Names may contain characters A-Z, a-"
"z, 0-9, _ and no spaces<br />Rules may not share the same name as configured "
"interfaces, members or policies"
msgstr ""
"ルールは、どのトラフィックが特定の MWAN ポリシーを使用するかを指定します<br /"
">ルールは IP アドレスやポート、プロトコルに基づいています<br />ルールは上から"
"下へマッチングが行われます<br />合致したルールより下のルールは無視されます"
"<br />いずれのルールにもマッチしないトラフィックは、メインのルーティングテー"
"ブルを使用してルーティングされます<br />既知(デフォルト以外)のネットワーク"
"へのトラフィックは、メインのルーティングテーブルによって制御されます<br />ト"
"ラフィックがルールに合致しても、全 WAN インターフェースが down の場合は "
"blackhole 状態となります<br />名前は A-Z, a-z, 0-9, _ を含むことができます"
"が、スペースは使用できません<br />ルールは、設定済みのインターフェースやメン"
"バー、ポリシーと同じ名前を使用することはできません。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:53
msgid "Seconds. Acceptable values: 1-1000000. Defaults to 600 if not set"
msgstr "秒。利用可能な値: 1-1000000。空欄の場合のデフォルト値は600です。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:73
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:22
msgid "Source address"
msgstr "送信元アドレス"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:79
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:26
msgid "Source port"
msgstr "送信元ポート"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:46
msgid "Sticky"
msgstr "Sticky"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:52
msgid "Sticky timeout"
msgstr "Sticky タイムアウト"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:23
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:30
msgid "Supports CIDR notation (eg \"192.168.100.0/24\") without quotes"
msgstr "CIDR 表記のサポート(例: \"192.168.100.0/24\")"
#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:72
msgid "Task"
msgstr "タスク"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:15
msgid "There are currently %d of %d supported interfaces configured"
msgstr "現在、%d 個中 %d 個のサポートされたインターフェースが設定済みです。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:250
msgid ""
"This displays the metric assigned to this interface in /etc/config/network"
msgstr ""
"/etc/config/network で、このインターフェースに割り当てられたメトリックです。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:38
msgid ""
"This hostname or IP address will be pinged to determine if the link is up or "
"down. Leave blank to assume interface is always online"
msgstr ""
"リンクの Up または Down 状態を判定するために、このホスト名または IP アドレス"
"に対して Ping の送信が行われます。常にオンラインとする場合、空欄のままにしま"
"す。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:14
msgid ""
"This section allows you to modify the content of \"/etc/mwan3.user\".<br /"
">The file is also preserved during sysupgrade.<br /><br />Notes:<br />This "
"file is interpreted as a shell script.<br />The first line of the script "
"must be "#!/bin/sh" without quotes.<br />Lines beginning with # are "
"comments and are not executed.<br />Put your custom mwan3 action here, they "
"will<br />be executed with each netifd hotplug interface event<br />on "
"interfaces for which mwan3 is enabled.<br /><br />There are three main "
"environment variables that are passed to this script.<br /><br />$ACTION "
"<br />* \"ifup\" Is called by netifd and mwan3track <br />* \"ifdown\" Is "
"called by netifd and mwan3track <br />* \"connected\" Is only called by "
"mwan3track if tracking was successful <br />* \"disconnected\" Is only "
"called by mwan3track if tracking has failed <br />$INTERFACE Name of the "
"interface which went up or down (e.g. \"wan\" or \"wwan\")<br />$DEVICE "
"Physical device name which interface went up or down (e.g. \"eth0\" or "
"\"wwan0\")<br /><br />"
msgstr ""
"このセクションでは、 \"/etc/mwan3.user\" の内容を変更することができます。"
"<br />このファイルも sysupgrade の際に保持されます。<br /><br />注意: <br />"
"このファイルはシェルスクリプトとして解釈されます。<br />最初の行は "#!/"
"bin/sh" である必要があります(クォーテーション不要)。<br /># で始まる行"
"はコメントであり、実行されません。<br />mwan3 のカスタム動作をここに入力して"
"ください。<br />これらは、mwan3 で有効なインターフェースの<br /> netifd "
"hotplug インターフェース イベント毎に実行されます。<br /><br />このスクリプト"
"に受け渡される主に3つの環境変数が利用できます。<br /><br />$ACTION<br />* "
"\"ifup\" は netifd と mwan3track により呼び出されます<br />* \"ifdown\" は "
"netifd と mwan3track により呼び出されます<br />* \"connected\" はトラッキング"
"が成功した際に mwan3track にのみにより呼び出されます<br />* \"disconnected\" "
"は トラッキングが失敗した際に mwan3track のみにより呼び出されます<br />"
"$INTERFACE up または down したインターフェース名(例: \"wan\" や \"wwan\")"
"<br />$DEVICE up または down したインターフェースの物理デバイス名(例: "
"\"eth0\" や \"wwan0\")<br /><br />"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:37
msgid "Tracking hostname or IP address"
msgstr "トラッキング ホスト名または IP アドレス"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:170
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:41
msgid "Tracking method"
msgstr "トラッキング方式"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:181
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:65
msgid "Tracking reliability"
msgstr "トラッキングの信頼性"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:47
msgid ""
"Traffic from the same source IP address that previously matched this rule "
"within the sticky timeout period will use the same WAN interface"
msgstr ""
"以前このルールにマッチした同じアクセス元 IP アドレスからのトラフィックが、再"
"度 Sticky 制限時間内にマッチした場合には、同じ WAN インターフェースが使用され"
"ます。"
#: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:13
#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:13
#: applications/luci-app-mwan3/luasrc/view/mwan/status_interface.htm:13
#: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:13
msgid "Troubleshooting"
msgstr "トラブルシューティング"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:44
msgid "Update interval"
msgstr "更新間隔"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:37
msgid "View the content of /etc/protocols for protocol description"
msgstr "プロトコルの説明については、 /etc/protocols の内容を確認してください"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:19
msgid "WARNING: %d interfaces are configured exceeding the maximum of %d!"
msgstr ""
"警告: %d 個のインターフェースが、最大個数の %d 個 を超えて設定されています!"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:26
msgid "WARNING: Interface %s are not found in /etc/config/network"
msgstr "警告: インターフェース %s が /etc/config/network に見つかりません"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:45
msgid "WARNING: Interface %s has a duplicate metric %s configured"
msgstr "警告: インターフェース %s に重複するメトリック %s が設定されています"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:38
msgid ""
"WARNING: Interface %s has a higher reliability requirement than tracking "
"hosts (%d)"
msgstr ""
"警告: インターフェース %s はトラッキング ホスト数 (%d) よりも高いトラッキング"
"信頼性の値が設定されています"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:32
msgid "WARNING: Interface %s has no default route in the main routing table"
msgstr ""
"警告: インターフェース %s はメインのルーティング テーブル内でデフォルトルート"
"がありません"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:30
msgid "WARNING: Policy %s has exceeding the maximum name of 15 characters"
msgstr "警告: ポリシー %s の名前は15文字の最大文字数を超えています"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:34
msgid ""
"WARNING: Rule %s have a port configured with no or improper protocol "
"specified!"
msgstr ""
"警告: ルール %s はプロトコル指定が不適切、または無いポートが設定されていま"
"す!"
#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:37
msgid "Waiting for command to complete..."
msgstr "コマンド実行中..."
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:35
msgid "Warning"
msgstr "警告"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:39
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:29
msgid "Weight"
msgstr "ウエイト"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:26
msgid ""
"When all policy members are offline use this behavior for matched traffic"
msgstr ""
"ポリシーの全メンバーがオフラインの場合、合致したトラフィックに対してこのふる"
"まいが使用されます。"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:164
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:49
msgid "Yes"
msgstr "はい"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:84
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:29
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:73
msgid "blackhole (drop)"
msgstr "blackhole (drop)"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:246
msgid "connected (mwan3)"
msgstr "接続時 (mwan3)"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:86
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:30
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:74
msgid "default (use main routing table)"
msgstr "デフォルト(メインのルーティング テーブルを使用)"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:247
msgid "disconnected (mwan3)"
msgstr "切断時 (mwan3)"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:245
msgid "ifdown (netifd)"
msgstr "ifdown (netifd)"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:244
msgid "ifup (netifd)"
msgstr "ifup (netifd)"
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:88
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:28
#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:72
msgid "unreachable (reject)"
msgstr "unreachable (reject)"
|