Welcome to mirror list, hosted at ThFree Co, Russian Federation.

statistics.po « zh_Hant « po « luci-app-statistics « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 588f917a9b90914a30da02cf4664fd58d7a6080d (plain)
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
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
#
# Yangfl <mmyangfl@gmail.com>, 2017-2019.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-06-10 03:40+0200\n"
"PO-Revision-Date: 2020-02-25 09:44+0000\n"
"Last-Translator: Trevor <wowpapa3232@gmail.com>\n"
"Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/"
"openwrt/luciapplicationsstatistics/zh_Hant/>\n"
"Language: zh_Hant\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.0-dev\n"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:6
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
msgid "APC UPS"
msgstr "APC UPS"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:5
msgid "APCUPS Plugin Configuration"
msgstr "APCUPS 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:14
msgid "Absolute values"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:68
msgid "Add IPv4 rule selector"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:68
msgid "Add IPv6 rule selector"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:16
msgid "Add command for reading values"
msgstr "新增指令讀取資料"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:38
msgid "Add notification command"
msgstr "新增通知指令"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:19
msgid "Address family"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:20
msgid "Aggregate number of connected users"
msgstr "連線使用者總數"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:190
msgid "Apply interval »"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:50
msgid "Awaiting email input at %s"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:57
msgid "Base Directory"
msgstr "基本目錄"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:15
msgid "Basic monitoring"
msgstr "基本監控"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:25
msgid "Basic process monitoring enabled"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:15
msgid "By setting this, CPU is not aggregate of all processors on the system"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:5
msgid "CPU Context Switches Plugin Configuration"
msgstr "CPU Context Switches 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/cpufreq.js:7
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
msgid "CPU Frequency"
msgstr "CPU 頻率"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:5
msgid "CPU Frequency Plugin Configuration"
msgstr "CPU 頻率外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:5
msgid "CPU Plugin Configuration"
msgstr "CPU 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:31
msgid "CPU monitoring is enabled"
msgstr ""

#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
msgid "CSV Output"
msgstr "CSV 輸出"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:5
msgid "CSV Plugin Configuration"
msgstr "CSV 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:73
msgid "Cache collected data for"
msgstr "收集快取資料"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:25
msgid "Cache flush interval"
msgstr "快取清空間隙"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:100
msgid "Chain"
msgstr "鏈"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:19
msgid "Change the ownership of the socket file to the specified group."
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:23
msgid "CollectLinks"
msgstr "收集連結"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:30
msgid "CollectRoutes"
msgstr "收集路由"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:37
msgid "CollectTopology"
msgstr "收集拓撲"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:44
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:47
msgid "Collectd Settings"
msgstr "Collectd 設定"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:61
msgid "Command monitoring enabled"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:139
msgid "Comment / Rule Number"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:172
msgid "Configure…"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/conntrack.js:6
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
msgid "Conntrack"
msgstr "Conntrack"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/conntrack.js:5
msgid "Conntrack Plugin Configuration"
msgstr "Conntrack 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/conntrack.js:9
msgid "Conntrack monitoring enabled"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/contextswitch.js:6
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
msgid "Context Switches"
msgstr "上下文切換"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:9
msgid "Context switch monitoring enabled"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:6
msgid "DF Plugin Configuration"
msgstr "DF 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/dns.js:9
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
msgid "DNS"
msgstr "DNS"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:6
msgid "DNS Plugin Configuration"
msgstr "DNS 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:72
msgid "Data collection interval"
msgstr "資料收集間隙"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:69
msgid "Datasets definition file"
msgstr "資料集定義檔案"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:23
msgid "Detailled CPU frequency monitoring enabled"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:63
msgid "Directory for collectd plugins"
msgstr "Collectd 外掛目錄"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:60
msgid "Directory for sub-configurations"
msgstr "子配置目錄"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:6
msgid "Disk Plugin Configuration"
msgstr "Disk 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/df.js:6
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
msgid "Disk Space Usage"
msgstr "磁碟空間使用情況"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/disk.js:9
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
msgid "Disk Usage"
msgstr "磁碟使用情況"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178
msgid "Display Host »"
msgstr "顯示主機"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:184
msgid "Display timespan »"
msgstr "顯示時間段"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:162
msgid "Do not refresh"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:6
msgid "E-Mail Plugin Configuration"
msgstr "E-Mail 外掛配置"

#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
msgid "Email"
msgstr "電子郵件"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:15
msgid "Empty value = monitor all"
msgstr "留空 = 監控所有"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:21
msgid "Enable"
msgstr "啟用"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:11
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:11
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:11
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:11
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:10
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:12
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:12
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:12
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:12
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:12
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:12
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:13
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:12
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:12
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:11
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:12
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:11
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:11
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:11
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:12
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:11
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:11
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:11
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:20
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:11
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:12
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:12
msgid "Enable this plugin"
msgstr "啟用該外掛"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:111
msgid "Enabled"
msgstr "啟用"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/entropy.js:9
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
msgid "Entropy"
msgstr "熵"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/entropy.js:5
msgid "Entropy Plugin Configuration"
msgstr "熵值外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/entropy.js:9
msgid "Entropy monitoring enabled"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:164
msgid "Every 30 seconds"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:163
msgid "Every 5 seconds"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:165
msgid "Every minute"
msgstr ""

#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
msgid "Exec"
msgstr "Exec"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:6
msgid "Exec Plugin Configuration"
msgstr "Exec 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:35
msgid "Expecting permssions in octal notation"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:58
msgid "Expecting valid time range"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:14
msgid "Extra items"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:14
msgid "Fetch pages"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:35
msgid "Filter class monitoring"
msgstr "Filter 類監測"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iptables.js:6
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
msgid "Firewall"
msgstr "防火牆"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/ip6tables.js:6
msgid "Firewall (IPv6)"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:80
msgid "Flush cache after"
msgstr "清空快取後"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:20
msgid "Forwarding between listen and server addresses"
msgstr "轉發監聽伺服器和應用伺服器之間資料"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:25
msgid "Gather compression statistics"
msgstr "收集壓縮統計資訊"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:84
msgid "General plugins"
msgstr "通用外掛"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:15
msgid "Generate a separate graph for each logged user"
msgstr "為每個記錄的使用者生成一個單獨的圖表"

#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:14
msgid "Graphs"
msgstr "圖表"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:32
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:54
msgid "Group"
msgstr "組"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:17
msgid ""
"Here you can define external commands which will be started by collectd in "
"order to read certain values. The values will be read from stdout."
msgstr ""
"在這裡,您可以定義外部指令,Collectd 將啟動指令來獲取某些值,將獲取的值從標準"
"輸出埠輸出。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:39
msgid ""
"Here you can define external commands which will be started by collectd when "
"certain threshold values have been reached. The values leading to invocation "
"will be fed to the the called programs stdin."
msgstr ""
"在這裡,您可以定義外部指令,當 Collectd 達到一定閾值時,將啟動指令。閥值將會"
"作為指令的標準輸入。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:21
msgid ""
"Here you can define various criteria by which the monitored iptables rules "
"are selected."
msgstr "在這裡,您可以定義各種監控 iptables 規則臨界值。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:14
msgid "Host"
msgstr "主機"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:49
msgid "Hostname"
msgstr "主機名"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:15
msgid "IP or hostname where to get the txtinfo output from"
msgstr "獲取 txtinfo 輸出的 IP 位址或主機名"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:6
msgid "IRQ Plugin Configuration"
msgstr "IRQ 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:21
msgid "Ignore source addresses"
msgstr "忽略源位址"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:70
msgid "Instance name"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:6
msgid "Interface Plugin Configuration"
msgstr "Interface 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/interface.js:6
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
msgid "Interfaces"
msgstr "Interfaces"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/irq.js:6
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
msgid "Interrupts"
msgstr "中斷"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:31
msgid "Interval for pings"
msgstr "ping 間隙"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:7
msgid "Iptables Plugin Configuration"
msgstr "Iptables 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:15
msgid "Leave unselected to automatically determine interfaces to monitor."
msgstr "自動保留對未選中介面的監控。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:41
msgid "Listen host"
msgstr "監聽主機"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:45
msgid "Listen port"
msgstr "監聽埠"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:33
msgid "Listener interfaces"
msgstr "監聽介面"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js:5
msgid "Load Plugin Configuration"
msgstr "Load 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js:9
msgid "Load monitoring enabled"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:24
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:81
msgid "Loading data…"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:20
msgid "Match IPv4 iptables rules"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:20
msgid "Match IPv6 iptables rules"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:41
msgid ""
"Max values for a period can be used instead of averages when not using 'only "
"average RRAs'"
msgstr "在不使用“僅平均 RRA”的情況下,可以使用一段時間的最大值而不是平均值"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:40
msgid "Maximum allowed connections"
msgstr "最大允許連線數"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/memory.js:9
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
msgid "Memory"
msgstr "記憶體"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:5
msgid "Memory Plugin Configuration"
msgstr "記憶體外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:28
msgid "Memory monitoring enabled"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:89
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:33
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:20
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:43
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:25
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:40
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:47
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:34
msgid "Monitor all except specified"
msgstr "監測所有(除特別註明外)"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:14
msgid "Monitor all local listen ports"
msgstr "監測所有本地監聽埠"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:15
msgid "Monitor device(s) / thermal zone(s)"
msgstr "監控裝置/溫感區域"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:15
msgid "Monitor devices"
msgstr "監測裝置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:15
msgid "Monitor disks and partitions"
msgstr "監測磁碟和分割槽"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:59
msgid "Monitor filesystem types"
msgstr "監測檔案系統型別"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:14
msgid "Monitor host"
msgstr "監測主機"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:14
msgid "Monitor hosts"
msgstr "監測主機"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:15
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:15
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:15
msgid "Monitor interfaces"
msgstr "監測介面"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:15
msgid "Monitor interrupts"
msgstr "監測中斷"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:18
msgid "Monitor local ports"
msgstr "監測本地埠"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:37
msgid "Monitor mount points"
msgstr "監測掛載點"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:14
msgid "Monitor processes"
msgstr "監測程序"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:22
msgid "Monitor remote ports"
msgstr "監測遠端埠"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:34
msgid "Monitoring %s and %s"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:104
msgid "Monitoring %s, %s, %s"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
msgid "Monitoring APC UPS at host %s, port %d"
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
msgstr[0] ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:31
msgid "Monitoring DNS queries on all interfaces"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:33
msgid "Monitoring DNS queries on one interface"
msgid_plural "Monitoring DNS queries on %d interfaces"
msgstr[0] ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:46
msgid "Monitoring OLSRd status at %s:%d"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:45
msgid "Monitoring all but one disk"
msgid_plural "Monitoring all but %d disks"
msgstr[0] ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:32
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:37
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:54
msgid "Monitoring all but one interface"
msgid_plural "Monitoring all but %d interfaces"
msgstr[0] ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:56
msgid "Monitoring all but one interrupt"
msgid_plural "Monitoring all but %d interrupts"
msgstr[0] ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:58
msgid "Monitoring all but one sensor"
msgid_plural "Monitoring all but %d sensors"
msgstr[0] ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:43
msgid "Monitoring all disks"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:104
msgid "Monitoring all except %s, %s, %s"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:30
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:35
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:52
msgid "Monitoring all interfaces"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:54
msgid "Monitoring all interrupts"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:102
msgid "Monitoring all partitions"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:62
msgid "Monitoring all sensors"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:50
msgid "Monitoring all thermal zones"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:46
msgid "Monitoring all thermal zones except %s"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:32
msgid "Monitoring local listen ports"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:51
msgid "Monitoring one OpenVPN instance"
msgid_plural "Monitoring %d OpenVPN instancees"
msgstr[0] ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:22
msgid "Monitoring one UPS"
msgid_plural "Monitoring %d UPSes"
msgstr[0] ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:47
msgid "Monitoring one disk"
msgid_plural "Monitoring %d disks"
msgstr[0] ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:41
msgid "Monitoring one host"
msgid_plural "Monitoring %d hosts"
msgstr[0] ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:34
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:39
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:56
msgid "Monitoring one interface"
msgid_plural "Monitoring %d interfaces"
msgstr[0] ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:58
msgid "Monitoring one interrupt"
msgid_plural "Monitoring %d interrupts"
msgstr[0] ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:23
msgid "Monitoring one process"
msgid_plural "Monitoring %d processes"
msgstr[0] ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:60
msgid "Monitoring one sensor"
msgid_plural "Monitoring %d sensors"
msgstr[0] ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js:9
msgid "Monitoring spash leases"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:47
msgid "Monitoring thermal zones %s"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:15
msgid "More details about frequency usage and transitions"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:24
msgid "Name"
msgstr "名稱"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/netlink.js:6
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
msgid "Netlink"
msgstr "Netlink"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:6
msgid "Netlink Plugin Configuration"
msgstr "Netlink 外掛配置"

#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
msgid "Network"
msgstr "Network"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:5
msgid "Network Plugin Configuration"
msgstr "Network 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:70
msgid "Network communication enabled"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:85
msgid "Network plugins"
msgstr "Network 外掛"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:136
msgid "No RRD data found"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:15
msgid ""
"Note: as pages are rendered by user 'nobody', the *.rrd files, the storage "
"directory and all its parent directories need to be world readable."
msgstr ""
"注意:由於頁面是以 'nobody' 身份生成的,因此 *.rrd 檔案以及包含此檔案的所有父"
"目錄必須全域性可讀。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:75
msgid "Number of threads for data collection"
msgstr "收集程式使用執行緒數"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/olsrd.js:9
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
msgid "OLSRd"
msgstr "OLSRd"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:5
msgid "OLSRd Plugin Configuration"
msgstr "OLSRd 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:35
msgid "Only create average RRAs"
msgstr "僅建立平均 RRAs"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/openvpn.js:6
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
msgid "OpenVPN"
msgstr "OpenVPN"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:6
msgid "OpenVPN Plugin Configuration"
msgstr "OpenVPN 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:35
msgid "OpenVPN status files"
msgstr "OpenVPN 狀態檔案"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:86
msgid "Output plugins"
msgstr "Output 外掛"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:20
msgid "Percent values"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/ping.js:6
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
msgid "Ping"
msgstr "Ping"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:5
msgid "Ping Plugin Configuration"
msgstr "Ping 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:134
msgid "Plugin is disabled"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:19
msgid "Port"
msgstr "埠"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:19
msgid "Port for apcupsd communication"
msgstr "apcupsd 通訊埠"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/processes.js:6
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
msgid "Processes"
msgstr "程序"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:5
msgid "Processes Plugin Configuration"
msgstr "程序外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/cpu.js:7
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
msgid "Processor"
msgstr "處理器"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:25
msgid "Qdisc monitoring"
msgstr "Qdisc 監測"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:67
msgid "RRD XFiles Factor"
msgstr "RRD XFiles 因子"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:28
msgid "RRD heart beat interval"
msgstr "RRD 心跳間隙"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:21
msgid "RRD step interval"
msgstr "RRD 區間間隙"

#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
msgid "RRDTool"
msgstr "RRDTool"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:5
msgid "RRDTool Plugin Configuration"
msgstr "RRDTool 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:14
msgid "Report by CPU"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:19
msgid "Report by state"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:24
msgid "Report in percent"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:61
msgid "Rows per RRA"
msgstr "行/RRA"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:164
msgid "Rule monitoring enabled"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:24
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:46
msgid "Script"
msgstr "指令碼"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:72
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:26
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:31
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:22
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:29
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:74
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:81
msgid "Seconds"
msgstr "秒"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:23
msgid "Sensor list"
msgstr "感測器列表"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/sensors.js:6
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
msgid "Sensors"
msgstr "感測器"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:14
msgid "Sensors Plugin Configuration"
msgstr "Sensors 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:59
msgid "Server host"
msgstr "伺服器主機"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:51
msgid "Server interfaces"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:63
msgid "Server port"
msgstr "伺服器埠"

#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:23
msgid "Setup"
msgstr "設定"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:143
msgid "Setup collectd"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:30
msgid "Shaping class monitoring"
msgstr "整形類監控"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:40
msgid "Show max values instead of averages"
msgstr "顯示最大值而不是平均值"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:24
msgid "Simple CPU frequency monitoring enabled"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:34
msgid "Socket %s active"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:15
msgid "Socket file"
msgstr "套接字檔案"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:19
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:19
msgid "Socket group"
msgstr "套接字組"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:15
msgid "Socket path"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:25
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:25
msgid "Socket permissions"
msgstr "套接字許可權"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:24
msgid "Specifies what information to collect about links."
msgstr "收集指定連結相關資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:31
msgid "Specifies what information to collect about routes."
msgstr "收集指定路由相關資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:38
msgid "Specifies what information to collect about the global topology."
msgstr "收集指定拓撲相關資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/splash_leases.js:9
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
msgid "Splash Leases"
msgstr "Splash Leases"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js:5
msgid "Splash Leases Plugin Configuration"
msgstr "Splash Leases 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:171
#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3
msgid "Statistics"
msgstr "統計"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:125
msgid "Status"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:14
msgid "Storage directory"
msgstr "儲存目錄"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:14
msgid "Storage directory for the csv files"
msgstr "csv 儲存目錄"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:18
msgid "Store data values as rates instead of absolute values"
msgstr "儲存資料值變化量而不是絕對值"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:46
msgid "Stored timespans"
msgstr "儲存時間跨度"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:25
msgid "Storing CSV data in %s"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/load.js:6
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
msgid "System Load"
msgstr "系統載入"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/tcpconns.js:6
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
msgid "TCP Connections"
msgstr "TCP 連線數"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:5
msgid "TCPConns Plugin Configuration"
msgstr "TCPConns 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:14
msgid "TTL for network packets"
msgstr "網路包 TTL"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:26
msgid "TTL for ping packets"
msgstr "ping 包 TTL"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:85
msgid "Table"
msgstr "表"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:6
msgid "The APCUPS plugin collects statistics about the APC UPS."
msgstr "APCUPS 外掛收集 APC UPS 的統計資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:6
msgid "The NUT plugin reads information about Uninterruptible Power Supplies."
msgstr "NUT 外掛讀取 UPS 資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:6
msgid ""
"The OLSRd plugin reads information about meshed networks from the txtinfo "
"plugin of OLSRd."
msgstr "OLSRd 外掛通過 txtinfo 獲取 meshed 網路資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:7
msgid ""
"The OpenVPN plugin gathers information about the current vpn connection "
"status."
msgstr "OpenVPN 外掛可以獲取 VPN 連線當前狀態"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:134
msgid "The chain name must not contain spaces"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:156
msgid "The comment to match must not contain spaces"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/conntrack.js:6
msgid ""
"The conntrack plugin collects statistics about the number of tracked "
"connections."
msgstr "conntrack 外掛獲取連線數資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:6
msgid "The cpu plugin collects basic statistics about the processor usage."
msgstr "cpu 外掛獲取處理器相關資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:6
msgid ""
"The csv plugin stores collected data in csv file format for further "
"processing by external programs."
msgstr "csv外掛用於儲存資料,以方便其他程式處理資料。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:7
msgid ""
"The df plugin collects statistics about the disk space usage on different "
"devices, mount points or filesystem types."
msgstr "df 外掛收集磁碟空間使用情況、掛載點及檔案系統相關資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:7
msgid ""
"The disk plugin collects detailed usage statistics for selected partitions "
"or whole disks."
msgstr "disk 外掛收集磁碟分割槽使用情況及相關資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:7
msgid ""
"The dns plugin collects detailed statistics about dns related traffic on "
"selected interfaces."
msgstr "dns 外掛收集 dns 資料流相關資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:7
msgid ""
"The email plugin creates a unix socket which can be used to transmit email-"
"statistics to a running collectd daemon. This plugin is primarily intended "
"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can "
"be used in other ways as well."
msgstr ""
"郵件外掛建立一個 unix 套接字用於為 Collectd 守護程序傳送統計資訊到電子郵件系"
"統。這個外掛主要目的是結合使用 Mail::SpamAssasin::Pulgin::Collectd,但可以用"
"在其他方面。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/entropy.js:6
msgid "The entropy plugin collects statistics about the available entropy."
msgstr "entropy 外掛收集可用熵的統計資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:7
msgid ""
"The exec plugin starts external commands to read values from or to notify "
"external processes when certain threshold values have been reached."
msgstr ""
"exec 外掛用於當某些監控值已到達閾值時,啟動外部指令讀值或通知外部程式。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:80
msgid "The instance name must not contain spaces"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:7
msgid ""
"The interface plugin collects traffic statistics on selected interfaces."
msgstr "Interface 外掛用於收集選定介面的資料包的統計資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:8
msgid ""
"The iptables plugin will monitor selected firewall rules and collect "
"information about processed bytes and packets per rule."
msgstr "iptables 外掛將監測選定防火牆規則和收集關於每個規則處理的資料包資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:7
msgid ""
"The irq plugin will monitor the rate of issues per second for each selected "
"interrupt. If no interrupt is selected then all interrupts are monitored."
msgstr ""
"irq 外掛用於監控選定中斷的每秒鐘產生的中斷數。如果沒有中斷被選中,則表示對所"
"有中斷進行監測。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:7
msgid ""
"The iwinfo plugin collects statistics about wireless signal strength, noise "
"and quality."
msgstr "iwinfo 外掛收集無線訊號強度、噪聲和質量的統計資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js:6
msgid "The load plugin collects statistics about the general system load."
msgstr "load 外掛收集常規系統載入統計資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:6
msgid "The memory plugin collects statistics about the memory usage."
msgstr "memory 外掛收集關於記憶體使用情況的統計資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:7
msgid ""
"The netlink plugin collects extended information like qdisc-, class- and "
"filter-statistics for selected interfaces."
msgstr "netlink 外掛收集為選定介面 qdisc-、class- 和 filter- 的擴充套件資料。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:6
msgid ""
"The network plugin provides network based communication between different "
"collectd instances. Collectd can operate both in client and server mode. In "
"client mode locally collected data is transferred to a collectd server "
"instance, in server mode the local instance receives data from other hosts."
msgstr ""
"network 外掛提供了基於網路的不同 Collectd 例項。Collectd 可以工作在客戶端和服"
"務器兩個模式。在客戶端模式下收集本地資訊,然後轉移到一個 Collectd 伺服器例項"
"中,在伺服器模式將從其他主機收集資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:6
msgid ""
"The ping plugin will send icmp echo replies to selected hosts and measure "
"the roundtrip time for each host."
msgstr "ping 外掛將傳送 icmp echo replies 到選定主機來測量每臺主機的響應時間。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:6
msgid ""
"The processes plugin collects information like cpu time, page faults and "
"memory usage of selected processes."
msgstr "processes 外掛收集選定程序的 cpu 時間、頁面錯誤和記憶體使用資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:6
msgid ""
"The rrdtool plugin stores the collected data in rrd database files, the "
"foundation of the diagrams.<br /><br /><strong>Warning: Setting the wrong "
"values will result in a very high memory consumption in the temporary "
"directory. This can render the device unusable!</strong>"
msgstr ""
"rrdtool 外掛將收集資料以圖表的形式儲存在 RRD 資料庫檔案中。<br /><br /"
"><strong>警告:錯誤的引數設定,將導致非常高的臨時記憶體消耗。這可能會使裝置無"
"法使用!</strong>"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:15
msgid ""
"The sensors plugin uses the Linux Sensors framework to gather environmental "
"statistics."
msgstr "sensors 外掛使用 Linux Sensors 框架來收集環境統計資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js:6
msgid ""
"The splash leases plugin uses libuci to collect statistics about splash "
"leases."
msgstr "splash leases 外掛使用 libuci 來收集 splash leases 的統計資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:6
msgid ""
"The tcpconns plugin collects information about open tcp connections on "
"selected ports."
msgstr "tcpconns 外掛收集選定埠 TCP 連線資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:7
msgid ""
"The thermal plugin will monitor temperature of the system. Data is typically "
"read from /sys/class/thermal/*/temp ( '*' denotes the thermal device to be "
"read, e.g. thermal_zone1 )"
msgstr ""
"thermal 外掛將會監控系統溫度。資料主要取自 /sys/class/thermal/*/temp ('*' 表"
"示溫感裝置的名字,比如 thermal_zone1) 。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:7
msgid ""
"The unixsock plugin creates a unix socket which can be used to read "
"collected data from a running collectd instance."
msgstr "unixsock 外掛建立一個 unix 套接字可用於讀取 Collectd 例項的收集資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:6
msgid "The uptime plugin collects statistics about the uptime of the system."
msgstr "uptime 外掛收集系統啟動時間的統計資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:137
msgid "There is no RRD data available yet to render graphs."
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/thermal.js:6
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
msgid "Thermal"
msgstr "溫感"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:6
msgid "Thermal Plugin Configuration"
msgstr "溫感外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:6
msgid "This plugin collects statistics about the processor context switches."
msgstr "此外掛收集處理器上下文切換的統計資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:6
msgid "This plugin collects statistics about the processor frequency scaling."
msgstr "此外掛收集處理器頻率調整的統計資訊。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:34
msgid ""
"This section defines on which interfaces collectd will wait for incoming "
"connections."
msgstr "定義 Collectd 將監聽哪個介面來傳入連線收集資料。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:52
msgid ""
"This section defines to which servers the locally collected data is sent to."
msgstr "定義本地收集資料被髮送到哪臺 Collected 伺服器。"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:78
msgid "Try to lookup fully qualified hostname"
msgstr "嘗試解析主機全域名"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/nut.js:6
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:14
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
msgid "UPS"
msgstr "UPS"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:5
msgid "UPS Plugin Configuration"
msgstr "UPS 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:14
msgid "UPS name in NUT ups@host format"
msgstr "UPS 名使用 NUT(Network UPS Tools)格式:ups@host"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:26
msgid "URL"
msgstr "URL"

#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
msgid "UnixSock"
msgstr "UnixSock"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:6
msgid "Unixsock Plugin Configuration"
msgstr "Unixsock 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/uptime.js:14
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
msgid "Uptime"
msgstr "上線時間"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:5
msgid "Uptime Plugin Configuration"
msgstr "執行時間外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:9
msgid "Uptime monitoring enabled"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:30
msgid "Use improved naming schema"
msgstr "使用更高階的命名規則"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:66
msgid "Used PID file"
msgstr "正在使用的 PID 檔案"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:27
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:49
msgid "User"
msgstr "使用者"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:20
msgid "Verbose monitoring"
msgstr "詳細監測"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16
msgid "When none selected, all disks will be monitored."
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:16
msgid "When none selected, all interfaces will be monitored."
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:20
msgid "When set to true, reports per-state metric (system, user, idle)"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:15
msgid "When set to true, we request absolute values"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:25
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:21
msgid "When set to true, we request percentage values"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iwinfo.js:6
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
msgid "Wireless"
msgstr "無線"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:6
msgid "Wireless iwinfo Plugin Configuration"
msgstr "無線 iwinfo 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:90
msgid "Writing *.rrd files to %s"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:138
msgid ""
"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> "
"files."
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:30
msgid "cURL plugin enabled"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/curl.js:9
#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
msgid "cUrl"
msgstr "cUrl"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:5
msgid "cUrl Plugin Configuration"
msgstr "cUrl 外掛配置"

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:137
msgid "none"
msgstr ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:105
msgid "one device"
msgid_plural "%d devices"
msgstr[0] ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:107
msgid "one filesystem type"
msgid_plural "%d filesystem types"
msgstr[0] ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:35
msgid "one local port"
msgid_plural "%d local ports"
msgstr[0] ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:106
msgid "one mount"
msgid_plural "%d mounts"
msgstr[0] ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:36
msgid "one remote port"
msgid_plural "%d remote ports"
msgstr[0] ""

#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:36
msgid "reduces rrd size"
msgstr "減少 rrd 大小"

#~ msgid ""
#~ "The statistics package uses <a href=\"https://collectd.org/\">Collectd</"
#~ "a> to gather data and <a href=\"http://oss.oetiker.ch/rrdtool/\">RRDtool</"
#~ "a> to render diagram images."
#~ msgstr ""
#~ "Statistics 軟體包使用 <a href=\"https://collectd.org/\">Collectd</a> 來收"
#~ "集數據,並用 <a href=\"http://oss.oetiker.ch/rrdtool/\">RRDtool</a> 生成統"
#~ "計圖表。"

#~ msgid ""
#~ "You can install additional collectd-mod-* plugins to enable more "
#~ "statistics."
#~ msgstr "您可以安裝更多的 collectd-mod-* 外掛以獲得更多的統計資料。"

#~ msgid "Action (target)"
#~ msgstr "動作(目標)"

#~ msgid "Add matching rule"
#~ msgstr "新增匹配規則"

#~ msgid "Add multiple hosts separated by space."
#~ msgstr "使用空格分隔多個主機"

#~ msgid ""
#~ "Collectd is a small daemon for collecting data from various sources "
#~ "through different plugins. On this page you can change general settings "
#~ "for the collectd daemon."
#~ msgstr ""
#~ "Collectd 是一個通過不同外掛用於收集各種源資料的小型守護程式。在此頁面中,"
#~ "您可以更改 Collectd 守護程序常規設定。"

#~ msgid "Destination ip range"
#~ msgstr "目標 IP 區間"

#~ msgid "Hold Ctrl to select multiple items or to deselect entries."
#~ msgstr "按住 Ctrl 鍵來選擇或取消選擇多個專案。"

#~ msgid "Incoming interface"
#~ msgstr "入介面"

#~ msgid "Monitor all sensors"
#~ msgstr "監控所有感測器"

#~ msgid "Name of the rule"
#~ msgstr "規則名"

#~ msgid "Network protocol"
#~ msgstr "Network 協議"

#~ msgid "Options"
#~ msgstr "選項"

#~ msgid "Outgoing interface"
#~ msgstr "出介面"

#~ msgid "Processes to monitor separated by space"
#~ msgstr "過程監控,用空格隔開"

#~ msgid "Source ip range"
#~ msgstr "源 IP 區間"

#~ msgid "e.g. br-ff"
#~ msgstr "例如:br-ff"

#~ msgid "e.g. br-lan"
#~ msgstr "例如:br-lan"

#~ msgid "e.g. reject-with tcp-reset"
#~ msgstr "例如:eject-with tcp-reset"

#~ msgid "max. 16 chars"
#~ msgstr "最長 16 個字元"

#~ msgid "seconds; multiple separated by space"
#~ msgstr "秒數;多個使用空格分隔"

#~ msgid "server interfaces"
#~ msgstr "伺服器介面"