summaryrefslogtreecommitdiff
path: root/locales/zh.lng
blob: 5c44280ab1df903731c72d0cc9b94b956f8d8517 (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
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
# zh.lng
# English-->Chinese
# -----------------------
# This is a part of YaCy, a peer-to-peer based web search engine
#
# (C) by Michael Peter Christen; mc@anomic.de
# first published on http://www.anomic.de
# Frankfurt, Germany, 2005
#
#
# This file is maintained by lofyer<lofyer@gmail.com>
# This file is written by lofyer

# If you find any mistakes or untranslated strings in this file please don't hesitate to email them to the maintainer.

#File: AccessGrid_p.html
#---------------------------
Server Access Grid==服务器访问网格
This images shows incoming connections to your YaCy peer and outgoing connections from your peer to other peers and web servers==这幅图显示了到你节点的传入连接,以及从你节点到其他节点或网站服务器的传出连接
#-----------------------------

#File: AccessTracker_p.html
Path==路径
#---------------------------
Server Access Overview==服务器访问概况
Access Count During==访问时间
last Second==最近1秒
last Minute==最近1分
last 10 Minutes==最近10分
last Hour==最近1小时
The following hosts are registered as source for brute-force requests to protected pages==以下服务器作为保护页面强制请求的源
Access Times==访问时间
Server Access Details==服务器访问细节
Local Search Log==本地搜索日志
Local Search Host Tracker==本地搜索服务器跟踪器
Remote Search Log==远端搜索日志
Remote Search Host Tracker==远端搜索服务器跟踪器
This is a list of searches that had been requested from this' peer search interface==此列表显示来自本节点搜索界面发出请求的搜索
Requesting Host==请求服务器
Peer Name==节点名称
Offset==偏移量
Expected Results==期望结果
Returned Results==返回结果
Known Results==已知结果
Used Time (ms)==消耗时间(毫秒)
URL fetch (ms)==获取地址(毫秒)
Snippet comp (ms)==摘录比较(毫秒)
Query==查询字符
Top Search Words (last 7 Days)==热门搜索词汇(最近7天)
Search Word Hashes==搜索字哈希值
Queries Per Last Hour==查询/小时
Access Dates==访问日期
This is a list of searches that had been requested from remote peer search interface==此列表显示来自远端节点搜索界面发出请求的搜索.
#-----------------------------

#File: Autocrawl_p.html
#---------------------------
Autocralwer Configuration==自动爬虫配置
You need to restart for some settings to be applied==你需要重新启动才能应用一些设置
Enable Autocrawler:==启用自动爬虫:
Rows to fetch at once:==一次取回行:
Recrawl only older than # days:==重新爬取只有 # 天以前的时间:
Get hosts by query:==通过查询获取服务器:
Can be any valid Solr query.==可以是任何有效的Solr查询。
Shallow crawl depth (0 to 2):==浅爬取深度(0至2):
Deep crawl depth (1 to 5):==深度爬取深度(1至5):
Index text:==索引文本:
Index media:==索引媒体:
"Save"=="保存"
#-----------------------------

#File: BlacklistCleaner_p.html
#---------------------------
Blacklist Cleaner==黑名单整理
Check list==校验名单
"Check"=="校验"
The blacklist-cleaner only works for the following blacklist-engines up to now:==此整理目前只对以下黑名单引擎有效:
Two wildcards in host-part==服务器部分中的两个通配符
Path is invalid Regex==无效正则表达式
Wildcard not on begin or end==通配符未在开头或者结尾处
Host contains illegal chars==服务器名包含非法字符
Double==重复
"Change Selected"=="改变选中"
"Delete Selected"=="删除选中"
No Blacklist selected==未选中黑名单
#-----------------------------

#File: BlacklistImpExp_p.html
#---------------------------
Blacklist Import==黑名单导入
Used Blacklist engine:==使用的黑名单引擎:
Import blacklist items from...==导入黑名单词条从...
other YaCy peers:==其他的YaCy 节点s:
"Load new blacklist items"=="载入黑名单词条"
XML file:==XML文件:
Upload a regular text file which contains one blacklist entry per line.==上传一个每行都有一个黑名单词条的文本文件.
Upload an XML file which contains one or more blacklists.==上传一个包含一个或多个黑名单的XML文件.
Here you can export a blacklist as an XML file. This file will contain additional==你可以导出黑名单到一个XML文件中,此文件含有
"Export list as XML"=="导出名单到XML"
"Export list as text"=="导出名单到文本"
#-----------------------------

#File: BlacklistTest_p.html
#---------------------------
Blacklist Test==黑名单测试
Used Blacklist engine:==使用的黑名单引擎:
Test list:==测试黑名单:
"Test"=="测试"
It is blocked for the following cases:==在下列情况下,它会被阻止:
Crawling==爬取中
News==新闻
Proxy==代理
Search==搜索
Surftips==建议
#-----------------------------

#File: Blacklist_p.html
#---------------------------
Blacklist Administration==黑名单管理
This function provides an URL filter to the proxy; any blacklisted URL is blocked==提供代理地址过滤;过滤掉自载入时加入进黑名单的地址.
from being loaded. You can define several blacklists and activate them separately.==你可以自定义黑名单并分别激活它们.
You may also provide your blacklist to other peers by sharing them; in return you may==你也可以提供你自己的黑名单列表给其他人;
Select list to edit:==选择列表进行编辑:
"set"=="收集"
Active list:==激活列表:
No blacklist selected==未选中黑名单
Create new list:==创建:
"create"=="创建"
"Save"=="保存"
Blacklist Pattern==黑名单规则
Edit selected pattern(s)==编辑选中规则
Delete selected pattern(s)==删除选中规则
Move selected pattern(s) to==移动选中规则
Add new pattern:==添加新规则:
"Add URL pattern"=="添加地址规则"
Show entries:==显示词条:
Entries per page:==页面词条:
Edit existing pattern(s):==编辑现有规则:
"Save URL pattern(s)"=="保存地址规则"
#-----------------------------

#File: Blog.html
Edit==编辑
No changes have been submitted so far!==未提交任何改变!
#---------------------------
Blog-Home==博客主页
Author:==作者:
Subject:==标题:
Text:==文本:
Comments:==评论:
deactivated==无效
moderated==改变
"Submit"=="提交"
"Preview"=="预览"
"Discard"=="取消"
Access denied==拒绝访问
To edit or create blog-entries you need to be logged in as Admin or User who has Blog rights.==如果编辑或者创建博客内容,你需要登录.
Confirm deletion==确定删除
Import was successful!==导入成功!
Import failed, maybe the supplied file was no valid blog-backup?==导入失败, 可能提供的文件不是有效的博客备份?
Please select the XML-file you want to import:==请选择你想导入的XML文件:
#-----------------------------

#File: BlogComments.html
Comments:==评论:
#---------------------------
Blog-Home==博客主页
Author:==作者:
Subject:==标题:
"Submit"=="提交"
"Preview"=="预览"
"Discard"=="取消"
#-----------------------------

#File: Bookmarks.html
"Save"=="保存"
#---------------------------
start autosearch of new bookmarks==开始自动搜索新书签
This starts a search of new or modified bookmarks since startup==开始搜索自从启动以来新的或修改的书签
Every peer online will be ask for results.==每个在线的节点都会被索要结果。
The bookmarks list can also be retrieved as RSS feed. This can also be done when you select a specific tag.==书签列表也能用作RSS订阅.当你选择某个标签时你也可执行这个操作.
Click the API icon to load the RSS from the current selection.==点击API图标以从当前选择书签中载入RSS.
Login==登录
List Bookmarks==显示书签
Add Bookmark==添加书签
Import Bookmarks==导入书签
Import XML Bookmarks==导入XML书签
Import HTML Bookmarks==导入HTML书签
"import"=="导入"
Default Tags:==默认标签
Edit Bookmark==编辑书签
Title:==标题:
Description:==描述:
Folder (/folder/subfolder):==目录(/目录/子目录):
Tags (comma separated):==标签(以逗号隔开):
yes==是
no==否
Bookmark is a newsfeed==书签是新闻订阅点
"create"=="创建"
File:==文件:
"private bookmark"=="私有书签"
"public bookmark"=="公共书签"
Edit==编辑
Delete==删除
Folders==目录
Bookmark Folder==书签目录
Tags==标签
Bookmark List==书签列表
previous page==前一页
next page==后一页
Show==显示
#-----------------------------

#File: Collage.html
#---------------------------
Image Collage==图像拼贴
Private Queue==私有
Public Queue==公共
#-----------------------------

#File: compare_yacy.html
#---------------------------
Websearch Comparison==网页搜索对比
Left Search Engine==左侧引擎
Right Search Engine==右侧引擎
"Compare"=="比较"
Search Result==结果
#-----------------------------

#File: ConfigAccountList_p.html
#---------------------------
User List==用户列表
User Accounts==用户账户
User==用户
First name==名字
Last name==姓氏
Address==地址
Last Access==最近访问
Rights==权限
Time==时间
Traffic==流量
#-----------------------------

#File: ConfigAccounts_p.html
Generic error.==一般性错误。
Password==密码
Passwords do not match.==密码不匹配。
Rights:==权限:
Username==用户名
#---------------------------
Username too short. Username must be &gt;= 4 Characters.==用户名太短。 用户名必须&gt;= 4 个字符.
Username already used (not allowed).==用户名已被使用(不允许).
User Administration==用户管理

#Admin Account
Admin Account==管理员
Access from localhost without account==本地匿名访问
Access to your peer from your own computer (localhost access) is granted with administrator rights. No need to configure an administration account.==通过管理员权限授予从你自己的计算机访问你的节点(localhost访问权限).无需配置管理帐户.
This setting is convenient but less secure than using a qualified admin account.==此设置很方便,但比使用合格的管理员帐户安全性低.
Please use with care, notably when you browse untrusted and potentially malicious websites while running your YaCy peer on the same computer.==请谨慎使用,尤其是在计算机上运行YaCy节点并浏览不受信任和可能有恶意的网站时.
Access only with qualified account==只允许授权用户访问
This is required if you want a remote access to your peer, but it also hardens access controls on administration operations of your peer.==如果你希望远端访问你的节点,则这是必需的,但它也会加强节点管理操作的访问控制.
Peer User:==节点用户:
New Peer Password:==新节点密码:
Repeat Peer Password:==重复节点密码:
"Define Administrator"=="设置管理员账户"

#Access Rules

#User Accounts
User Accounts==用户账户
Select user==选择用户
New user==新用户
Repeat password==重复密码
First name==名
Last name==姓
Address==地址
Timelimit==时限
Time used==已用时
#-----------------------------

#File: ConfigAppearance_p.html
#---------------------------
Appearance and Integration==外观整合
You can change the appearance of the YaCy interface with skins.==你可以在这里修改YaCy的外观界面.
The selected skin and language also affects the appearance of the search page.==选择的皮肤和语言也会影响到搜索页面的外观.
change the appearance of the search page here.==在这里改变搜索页面的外观。
Skin Selection==选择皮肤
Select one of the default skins. <b>After selection it might be required to reload the web page while holding the shift key to refresh cached style files.</b>==选择一个默认皮肤。<b>选择后,重新加载网页,可能需要在按住shift键的同时刷新缓存的样式文件。</b>
Current skin==当前皮肤
Available Skins==可用皮肤
"Use"=="使用"
"Delete"=="删除"
The generic skin 'generic_pd' can be configured here with custom colors:==能在这里修改皮肤'generic_pd'的颜色:
"Set Colors"=="设置颜色"
Install new skin from URL==从URL安装皮肤
Use this skin==使用这个皮肤
"Install"=="安装"
Make sure that you only download data from trustworthy sources. The new Skin file==确保你的皮肤文件是从可靠源获得. 如果存在相同文件
might overwrite existing data if a file of the same name exists already.==, 新皮肤会覆盖旧的.
Error saving the skin.==保存皮肤时出错.
#-----------------------------

#File: ConfigBasic.html
#---------------------------
Your port has changed. Please wait 10 seconds.==你的端口已更改。 请等待10秒。
Configure your router for YaCy using UPnP:==使用UPnP为你的路由器配置YaCy:
Basic Configuration==基本设置
Your YaCy Peer needs some basic information to operate properly==你的YaCy节点需要一些基本信息才能有效工作
Browser==浏览器
Use Case: what do you want to do with YaCy:==用法:你想将YaCy当作:
Community-based web search==基于社区的网络搜索
Join and support the global network 'freeworld', search the web with an uncensored user-owned search network==加入并支持全球网络 'freeworld', 自由搜索网络。
Search portal for your own web pages==个人网站的搜索门户
Your YaCy installation behaves independently from other peers and you define your own web index by starting your own web crawl. This can be used to search your own web pages or to define a topic-oriented search portal.==你的YaCy安装独立于其他节点,你可以通过开始自己的网络爬虫来创建自己的网络索引。这可用于搜索你的个人网站或创建专题搜索门户。
Intranet Indexing==内网索引
Your peer name has not been customized; please set your own peer name==你的节点尚未命名, 请命名它
You may change your peer name==你可以改变你的节点名称
Peer Name:==节点名称:
Your peer can be reached by other peers==外部能访问你的节点
Peer Port:==节点端口:
Configuration was not successful. This may take a moment.==配置失败。这需要花费一些时间。
What you should do next:==下一步你该做的:
Your Peer name is a default name; please set an individual peer name.==你的节点名称为系统默认,请另外设置一个名称。
#-----------------------------

#File: ConfigHeuristics_p.html
Active==激活
Comment==注释
#---------------------------
Heuristics Configuration==启发式配置
search-result: shallow crawl on all displayed search results==搜索结果:浅度爬取所有显示的搜索结果
When a search is made then all displayed result links are crawled with a depth-1 crawl.==当进行搜索时,所有显示的结果网址的爬网深度-1。
"Save"=="保存"
"add"=="添加"
20 results are taken from remote system and loaded simultaneously, parsed and indexed immediately.==20个结果从远端系统中获取并同时加载,立即解析并创建索引.
When using this heuristic, then every new search request line is used for a call to listed opensearch systems.==使用这种启发式时,每个新的搜索请求行都用于调用列出的opensearch系统。
This means: right after the search request every page is loaded and every page that is linked on this page.==这意味着:在搜索请求之后,就开始加载结果的每个页面及每个页面上的链接。
If you check 'add as global crawl job' the pages to be crawled are added to the global crawl queue (remote peers can pickup pages to be crawled).==如果选中'添加为全球爬取作业',则要爬取的页面将被添加到全球爬取队列中(其他远端YaCy节点可能会帮助爬取这些页面)。
Default is to add the links to the local crawl queue (your peer crawls the linked pages).==默认是将链接添加到本地爬网队列(你的YaCy爬取链接的页面)。
add as global crawl job==添加为全球爬取作业
opensearch load external search result list from active systems below==opensearch从下面的活动系统加载外部搜索结果列表
Available/Active Opensearch System==可用/激活Opensearch系统
"reset to default list"=="重置为默认列表"
"discover from index"=="从索引中发现"
With the button "discover from index" you can search within the metadata of your local index (Web Structure Index) to find systems which support the Opensearch specification.==使用“从索引发现”按钮,你可以在本地索引(Web结构索引)的元数据中搜索,以查找支持Opensearch规范的系统。
The task is started in the background. It may take some minutes before new entries appear (after refreshing the page).==任务在后台启动。 出现新词条可能需要几分钟时间(在刷新页面之后)。
"switch Solr fields on"=="开关Solr字段"
The search result was discovered by a heuristic, but the link was already known by YaCy==搜索结果通过启发式搜索, 且链接已知
The search result was discovered by a heuristic, not previously known by YaCy==搜索结果通过启发式搜索, 且链接未知
'site'-operator: instant shallow crawl=='站点'-操作符: 即时浅爬取
When a search is made using a 'site'-operator (like: 'download site:yacy.net') then the host of the site-operator is instantly crawled with a host-restricted depth-1 crawl.==当使用'站点'-操作符搜索时(比如: 'download site:yacy.net') ,服务器就会立即爬取层数为 最大限制深度-1 的内容.
That means: right after the search request the portal page of the host is loaded and every page that is linked on this page that points to a page on the same host.==意即: 在链接请求发出后, 搜索引擎就会载入在同一服务器中每一个与此页面相连的网页.
Because this 'instant crawl' must obey the robots.txt and a minimum access time for two consecutive pages, this heuristic is rather slow, but may discover all wanted search results using a second search (after a small pause of some seconds).==因为'立即爬取'依赖于爬虫协议和两个相连页面的最小访问时间, 所以这个启发式选项会相当慢, 但是在第二次搜索时会搜索到更多词条(需要间隔几秒钟).
#-----------------------------

#File: ConfigHTCache_p.html
#---------------------------
Hypertext Cache Configuration==超文本缓存配置
The HTCache stores content retrieved by the HTTP and FTP protocol. Documents from smb:// and file:// locations are not cached.==超文本缓存存储着从HTTP和FTP协议获得的内容. 其中从smb:// 和 file:// 取得的内容不会被缓存.
The cache is a rotating cache: if it is full, then the oldest entries are deleted and new one can fill the space.==此缓存是队列式的: 队列满时, 会删除旧内容, 从而加入新内容.

#HTCache Configuration
HTCache Configuration==超文本缓存配置
Cache hits==缓存命中率
The path where the cache is stored==缓存存储路径
The current size of the cache==当前缓存容量
The maximum size of the cache==缓存最大容量
Compression level==压缩级别
Concurrent access timeout==并行存取超时
milliseconds==毫秒
"Set"=="设置"

#Cleanup
Cleanup==清除
Cache Deletion==删除缓存
Delete HTTP &amp; FTP Cache==删除HTTP &amp; FTP 缓存
Delete robots.txt Cache==删除robots.txt缓存
"Delete"=="删除"
#-----------------------------

#File: ConfigLanguage_p.html
#---------------------------
Download Language File==下载语言文件
Supported formats are the internal language file (extension .lng) or XLIFF (extension .xlf) format.==支持的格式是内部语言文件(扩展名.lng)或XLIFF(扩展名.xlf)格式.
Language selection==语言选择
You can change the language of the YaCy-webinterface with translation files.==你可以使用翻译文件来改变YaCy操作界面的语言.
Install new language from URL==从URL安装新语言
Use this language==使用此语言
"Use"=="使用"
"Delete"=="删除"
"Install"=="安装"
Error saving the language file.==保存语言文件时发生错误.
Make sure that you only download data from trustworthy sources. The new language file==确保你的数据是从可靠源下载. 如果存在相同文件名
might overwrite existing data if a file of the same name exists already.==, 旧文件将被覆盖.
#-----------------------------

#File: ConfigNetwork_p.html
Accepted Changes.==已接受改变.
Please note that contrary to strict TLS, certificates are not validated against trusted certificate authorities (CA), thus allowing YaCy peers to use self-signed certificates.==请注意,与严格TLS相反,证书不会针对受信任的证书颁发机构(CA)进行验证,因此允许YaCy节点使用自签名证书。
#---------------------------
Network Configuration==网络设置
No changes were made!==未作出任何改变!
Global Search in P2P configuration is only allowed, if index receive is switched on. You have a P2P configuration, but are not allowed to search other peers.==P2P配置中的全局搜索仅在打开接受索引时才被允许。你已有P2P配置,但不被允许搜索其他节点。
#Network and Domain Specification
Network and Domain Specification==确定网络和域
YaCy can operate a computing grid of YaCy peers or as a stand-alone node.==Yacy能够以一群YaCy节点组成的计算网络或作为一个孤立节点运行.
To control that all participants within a web indexing domain have access to the same domain,==要控制Web索引域中的所有参与者都可以访问同一个域,
this network definition must be equal to all members of the same YaCy network.==此网络定义必须与同一YaCy网络的成员相同。
Enter custom URL...==输入自定义网址...
Remote Network Definition URL==远端网络定义地址
Network Nick==网络别名
Long Description==详细描述
Indexing Domain==索引域
"Change Network"=="改变网络"
#Distributed Computing Network for Domain
Distributed Computing Network for Domain==域内分布式计算网络.
or if you want your own separate search cluster with or without connection to the global network.==或者不论加不加入全球YaCy网,你都可以打造个人搜索群。
Enable 'Robinson Mode' for a completely independent search engine instance,==开启漂流模式获得完全独立的搜索引擎实例,
without any data exchange between your peer and other peers.==且不会与其他节点有任何数据交换。
#Peer-to-Peer Mode
Peer-to-Peer Mode==P2P模式
disabled during crawling==关闭 (在爬取时)
disabled during indexing==关闭 (在索引时)
accept transmitted URLs that match your blacklist==允许 (你黑名单中的地址)
deny remote search==拒绝 (远端搜索)
#Robinson Mode
Index data is not distributed, but remote crawl requests are distributed and accepted==索引数据不会被分发, 但是外部的爬取请求会被分发和接受
List of .yacy or .yacyh - domains of the cluster: (comma-separated)==群内.yacy 或者.yacyh 的域名列表: (以逗号隔开)
If you leave the field empty, no peer asks your peer. If you fill in a '*', your peer is always asked.==如果此部分留空, 那么你的节点不会被其他节点访问. 如果内容是 '*' 则标示你的节点永远被允许访问.
"Save"=="保存"
#Outgoing communications encryption
Outgoing communications encryption==出色的通信加密
Protocol operations encryption==协议操作加密
#-----------------------------

#File: ConfigParser_p.html
#---------------------------
Parser Configuration==解析器配置
Content Parser Settings==内容解析器设置
With this settings you can activate or deactivate parsing of additional content-types based on their MIME-types.==此设置能根据文件类型(MIME)开启/关闭额外的内容解析.
For a detailed description of the various MIME-types take a look at==关于MIME的详细描述请参考
"Submit"=="提交"
#-----------------------------

#File: ConfigPortal_p.html
"idea"=="主意"
#---------------------------
Integration of a Search Portal==搜索门户设置
If you like to integrate YaCy as portal for your web pages, you may want to change icons and messages on the search page.==如果你想将YaCy作为你的网站搜索门户, 你可能需要在这改变搜索页面的图标和信息。
and a link to a home page that is reached when the 'corporate identity'-images are clicked.==和一个点击'企业标志'图像后转到主页的超链接。
Search is available for everyone==任何人可用搜索
Only the administrator is allowed to search==只有管理员可以搜索
Show Navigation Top-Menu==显示顶级导航菜单
no link to YaCy Menu (admin must navigate to /Status.html manually)==没有到YaCy菜单的链接(管理页面必须手动指向 /Status.html)
do not show Advanced Search==不显示高级搜索
Media Search==媒体搜索
or extended to pages including such medias (provide generally more results, but eventually less relevant).==或扩展到包括此类媒体的网页(通常提供更多结果,但相关性更弱)。
Remote results resorting==远端搜索结果排序
Automated results resorting with JavaScript makes the browser load the full result set of each search request.==基于JavaScript的自动结果重新排序,使浏览器加载每个搜索请求的完整结果集。
This may lead to high system loads on the server.==这可能会导致服务器上的系统负载过高。
Remote search encryption==远端搜索加密
Prefer https for search queries on remote peers.==首选https用于远端节点上的搜索查询。
When SSL/TLS is enabled on remote peers, https should be used to encrypt data exchanged with them when performing peer-to-peer searches.==在远端节点上启用SSL/TLS时,应使用https来加密在执行P2P搜索时与它们交换的数据。
Please note that contrary to strict TLS, certificates are not validated against trusted certificate authorities (CA), thus allowing YaCy peers to use self-signed certificates.==请注意,与严格TLS相反,证书不会针对受信任的证书颁发机构(CA)进行验证,因此允许YaCy节点使用自签名证书。
Speed up search results with this option! (use CACHEONLY or FALSE to switch off verification)==使用此选项加速搜索结果!(使用CACHEONLY或FALSE来关闭验证)
NOCACHE: no use of web cache, load all snippets online==NOCACHE:不使用网络缓存,在线加载所有网页摘要
IFFRESH: use the cache if the cache exists and is fresh otherwise load online==IFFRESH:如果缓存存在则使用最新的缓存,否则在线加载
IFEXIST: use the cache if the cache exist or load online==IFEXIST:如果缓存存在则使用缓存,或在线加载
If verification fails, delete index reference==如果验证失败,删除索引参考
FALSE: no link verification and not snippet generation: all search results are valid without verification==FALSE:没有链接验证且没有摘要生成:所有搜索结果在没有验证情况下有效
Greedy Learning Mode==贪心学习模式
Index remote results==索引远端结果
Limit size of indexed remote results==现在远端索引结果容量
Default maximum number of results per page==默认每页最大结果数
Default index.html Page (by forwarder)==默认 index.html 页面(通过转发器)
Target for Click on Search Results==点击搜索结果时
"_blank" (new window)=="_blank" (新窗口)
"_self" (same window)=="_self" (同一窗口)
"_parent" (the parent frame of a frameset)=="_parent" (父级窗口)
"_top" (top of all frames)=="_top" (置顶)
Special Target as Exception for an URL-Pattern==作为URL模式的异常的特殊目标
&nbsp;Pattern:<=&nbsp;模式:<
Exclude Hosts==排除的服务器
List of hosts that shall be excluded from search results by default but can be included using the site:&lt;host&gt; operator:==默认情况下将被排除在搜索结果之外的服务器列表,但可以使用site:&lt;host&gt;操作符包括进来
(Content)==(内容)
"searchresult" (a default custom page name for search results)=="搜索结果" (搜索结果页面名称)
"Change Search Page"=="改变搜索页"
"Set to Default Values"=="设为默认值"
The search page can be integrated in your own web pages with an iframe. Simply use the following code:==使用以下代码,将搜索页集成在你的网站中:
This would look like:==示例:
For a search page with a small header, use this code:==对于一个拥有二级标题的页面, 可使用以下代码:
A third option is the interactive search. Use this code:==交互搜索代码:
#-----------------------------

#File: ConfigProfile_p.html
Name==名称
#---------------------------
Your Personal Profile==你的个人资料
You can create a personal profile here, which can be seen by other YaCy-members==你可以在这创建个人资料, 而且对其他YaCy节点可见
Nick Name==昵称
eMail==邮箱
Comment==注释
"Save"=="保存"
#-----------------------------

#File: ConfigProperties_p.html
#---------------------------
Advanced Config==高级设置
Here are all configuration options from YaCy.==这里显示YaCy所有设置.
You can change anything, but some options need a restart, and some options can crash YaCy, if wrong values are used.==你可以改变任何这里的设置, 当然, 有的需要重启才能生效, 有的甚至能引起YaCy崩溃.
For explanation please look into defaults/yacy.init==详细内容请参考defaults/yacy.init
"Save"=="保存"
"Clear"=="清除"
#-----------------------------

#File: ConfigRobotsTxt_p.html
#---------------------------
Exclude Web-Spiders==拒绝网络爬虫
Here you can set up a robots.txt for all webcrawlers that try to access the webinterface of your peer.==在这里你可以创建一个爬虫协议, 以阻止试图访问你节点网络接口的网络爬虫.
is a voluntary agreement most search-engines (including YaCy) follow.==是一个大多数搜索引擎(包括YaCy)都遵守的协议.
It disallows crawlers to access webpages or even entire domains.==它会阻止网络爬虫进入网页甚至是整个域.
Deny access to==禁止访问
Entire Peer==整个节点
Status page==状态页面
Network pages==网络页面
Surftips==上网技巧
News pages==新页面
Blog==博客
Public bookmarks==公共书签
Home Page==首页
File Share==文件共享
Impressum==公司信息
"Save restrictions"=="保存"
Wiki==维基
#-----------------------------

#File: ConfigSearchBox.html
#---------------------------
Integration of a Search Box==搜索框设置
We give information how to integrate a search box on any web page that==如何将一个搜索框集成到任意
calls the normal YaCy search window.==调用YaCy搜索的页面.
Simply use the following code:==使用以下代码:
"Search"=="搜索"
This would look like:==示例:
This does not use a style sheet file to make the integration into another web page with a different style sheet easier.==在这里并没有使用样式文件, 因为这样会比较容易将其嵌入到不同样式的页面里.
You would need to change the following items:==你可能需要以下词条:
Replace the given colors #eeeeee (box background) and #cccccc (box border)==替换已给颜色 #eeeeee (框架背景) 和 #cccccc (框架边框)
Replace the word "MySearch" with your own message==用你想显示的信息替换"我的搜索"
#-----------------------------

#File: ConfigSearchPage_p.html
Administration &raquo;==管理 &raquo;
Images==图片
Location==位置
Log in==登录
Pictures==图片
Tags==标签
Toggle navigation==切换导航
#---------------------------
Below is a generic template of the search result page. Mark the check boxes for features you would like to be displayed.==以下是搜索结果页面的通用模板.选中你希望显示的功能复选框.
show search results on map==在地图上显示搜索结果
Maximum range (in days)==最大范围 (按照天算)
Show websites favicon==显示网站图标
Not showing websites favicon can help you save some CPU time and network bandwidth.==不显示网站图标可以帮助你节省一些CPU时间和网络带宽。
Description and text snippet of the search result==搜索结果的描述和文本摘录
Max. tags initially displayed==初始显示的最大标签数
(remaining can then be expanded)==(剩下的可以扩展)
For this option URL proxy must be enabled.==对于这个选项,必须启用URL代理。
menu: System Administration > Advanced Settings==菜单:系统管理>高级设置
#-----------------------------

#File: ConfigUpdate_p.html
#---------------------------
(unsigned)==(未签名)
(signed)==(签名)
Manual System Update==系统手动升级
Current installed Release==当前版本
"Download Release"=="下载更新"
"Check for new Release"=="检查更新"
Downloaded Releases==已下载
No downloaded releases available for deployment.==无可用更新.
no&nbsp;automated installation on development environments==开发环境中自动安装
"Install Release"=="安装更新"
"Delete Release"=="删除更新"
Automatic Update==自动更新
check for new releases, download if available and restart with downloaded release==检查更新, 如果可用则重启并使用
"Check + Download + Install Release Now"=="检查 + 下载 + 现在安装"
No more recent release found.==无最近更新.
Release will be installed. Please wait.==准备安装更新. 请稍等.
Omitting update because this is a development environment.==因当前为开发环境, 忽略安装升级.
Automated System Update==系统自动升级
manual update==手动升级
no automatic look-up, updates can be made manually using this interface (see options above)==无自动检查更新时, 可以使用此功能安装更新(参见上述).
automatic update==自动更新
updates are made within fixed cycles:==每隔一定时间自动检查更新:
Time between lookup==检查周期
hours==小时
Release blacklist==版本黑名单
Release type==版本类型
only main releases==仅主版本号
any release including developer releases==任何版本, 包括测试版
Signed autoupdate:==签名升级:
only accept signed files==仅接受签名文件
"Submit"=="提交"
Accepted Changes.==已接受改变.
System Update Statistics==系统升级状况
Last System Lookup==上一次查找更新
never==从未
Last Release Download==最近一次下载更新
Last Deploy==最近一次应用更新
#-----------------------------

#File: ConfigUser_p.html
#---------------------------
User Account Editor==用户账户编辑器
Generic error.==一般性错误。
Passwords do not match.==密码不匹配。
Username too short. Username must be &gt;= 4 Characters.==用户名太短。用户名至少 &gt;= 4 字符。
Username already used (not allowed).==用户名已存在(不允许)。
Username==用户名
Password==密码
Repeat password==重复密码
First name==名字
Last name==姓氏
Address==地址
Rights:==权限:
Timelimit==时间限制
Time used==已用时间
back to user list==返回用户列表
#-----------------------------

#File: Connections_p.html
#---------------------------
Server Connection Tracking==服务器连接跟踪
Up-Bytes==截至字节
Incoming Connections==进入连接
Duration==持续时间
Source IP[:Port]==来源IP[:端口]
Dest. IP[:Port]==目标IP[:端口]
Outgoing Connections==外出连接
#-----------------------------

#File: ContentAnalysis_p.html
Content Analysis==内容分析
#---------------------------
These are document analysis attributes.==这些是文档分析属性。
Double-Content detection is done using a ranking on a 'unique'-Field, named 'fuzzy_signature_unique_b'.==重复内容检测是使用名为'fuzzy_signature_unique_b'的'unique'字段上的排名完成的。
This is the minimum length of a word which shall be considered as element of the signature. Should be either 2 or 3.==这是一个应被视为签名的元素单词的最小长度。应该是2或3。
The quantRate is a measurement for the number of words that take part in a signature computation. The higher the number, the less==量化率是参与签名计算的单词数量的度量。
For minTokenLen = 2 the quantRate value should not be below 0.24; for minTokenLen = 3 the quantRate value must be not below 0.5.==对于最小令牌长度=2,量化率值不应低于0.24; 对于最小令牌长度=3,量化率值必须不低于0.5。
"Re-Set to default"=="重置为默认"
"Set"=="设置"
#-----------------------------

#File: ContentIntegrationPHPBB3_p.html
#---------------------------
Content Integration: Retrieval from phpBB3 Databases==内容集成: 从phpBB3数据库中导入
It is possible to extract texts directly from mySQL and postgreSQL databases.==能直接从mysql或者postgresql中解压出内容.
Each extraction is specific to the data that is hosted in the database.==每次解压都针对服务器数据库中的数据.
This interface gives you access to the phpBB3 forums software content.==通过此接口能访问phpBB3论坛软件内容.
If you read from an imported database, here are some hints to get around problems when importing dumps in phpMyAdmin:==如果从使用phpMyAdmin读取数据库内容, 你可能会用到以下建议:
deselect the partial import flag==取消部分导入
When an export is started, pack files are generated into DATA/PACKS/load which are automatically fetched by an indexer thread.==导出过程开始时, 在 DATA/PACKS/load 目录下自动生成备份文件, 并且会被索引器自动爬取.
All indexed pack files are then moved to DATA/PACKS/loaded and can be re-cycled when an index is deleted.==所有被索引的备份文件都在 DATA/PACKS/loaded 目录下, 并被索引器循环利用.
Posts in database==数据库中帖子
first entry==第一个
last entry==最后一个
Import successful!==导入成功!
#-----------------------------

#File: CookieMonitorIncoming_p.html
#---------------------------
Cookie Monitor: Incoming Cookies==Cookies监控器: 进入Cookies
This is a list of Cookies that a web server has sent to clients of the YaCy Proxy:==Web服务器已向YaCy代理客户端发送的Cookie:
Sending Host==发送中的服务器
Receiving Client==接收中的客户端
"Enable Cookie Monitoring"=="开启Cookie监控"
"Disable Cookie Monitoring"=="关闭Cookie监控"
#-----------------------------

#File: CookieMonitorOutgoing_p.html
#---------------------------
Cookie Monitor: Outgoing Cookies==Cookie监控器: 外出Cookie
This is a list of cookies that browsers using the YaCy proxy sent to webservers:==YaCy代理以通过浏览器向Web服务器发送的Cookie:
Receiving Host==接收中的服务器
Sending Client==发送中的客户端
"Enable Cookie Monitoring"=="开启Cookie监控"
"Disable Cookie Monitoring"=="关闭Cookie监控"
#-----------------------------

#File: CrawlCheck_p.html
#---------------------------
Crawl Check==爬取检查
This pages gives you an analysis about the possible success for a web crawl on given addresses.==通过本页面,你可以分析在特定地址上进行网络爬取的可能性。
List of possible crawl start URLs==可能的起始爬取地址列表
"Check given urls"=="检查给定的网址"
#-----------------------------

#File: Crawler_p.html
"set"=="收集"
Name==名称
Running==运行中
#---------------------------
Click on this API button to see an XML with information about the crawler status==单击此API按钮可查看包含有关爬虫状态信息的 XML
(Please enable JavaScript to automatically update this page!)==(请启用JavaScript以自动更新此页面!)
Local Crawler==本地爬虫
Limit Crawler==受限爬虫
Remote Crawler==远端爬虫
No-Load Crawler==未加载爬虫
Terminate All==全部终止
Seg-<br/>ments==分割<br/>
Crawler PPM==爬虫PPM
Postprocessing Progress==后加工进度
Traffic (Crawler)==流量 (爬虫)
Error with profile management. Please stop YaCy, delete the file DATA/PLASMADB/crawlProfiles0.db==资料管理出错. 请关闭YaCy, 并删除文件 DATA/PLASMADB/crawlProfiles0.db
Application not yet initialized. Sorry. Please wait some seconds and repeat==抱歉, 程序未初始化, 请稍候并重复
"Terminate"=="终止"
"show link structure"=="显示链接结构"
"hide graphic"=="隐藏图形"
#-----------------------------

#File: CrawlMonitorRemoteStart.html
no==否
yes==是
#---------------------------
Recently started remote crawls in progress==最近启动的远端爬虫
Remote crawl start points, crawl is ongoing==远端爬虫开启点,爬虫运行中
Start Time==开启时间
Peer Name==节点名称
Start URL==起始地址
Intention/Description==意图/描述
Depth==深度
Accept '?' URLs==接受'?'地址
Remote crawl start points, finished:==远端爬虫开启点,已完成:
#-----------------------------

#File: CrawlProfileEditor_p.html
Accept '?' URLs==接受'?'地址
Crawler Steering==爬取控制
Depth==深度
no==否
yes==是
#---------------------------
Crawl Profile Editor==爬取配置文件编辑器
Crawl profiles hold information about a crawl process that is currently ongoing.==爬取文件里保存有正在运行的爬取进程信息.
#Crawl Profile List
Crawl Profile List==爬取文件列表
Running==运行中
"Terminate"=="终结"
Finished==已完成
"Delete"=="删除"
"Delete finished crawls"=="删除已完成的爬取进程"
Select the profile to edit==选择要修改的文件
"Edit profile"=="修改文件"
"Submit changes"=="提交改变"
#-----------------------------

#File: CrawlResults.html
Domain==域名
URLs==地址
#---------------------------
These are monitoring pages for the different indexing queues.==这是索引创建队列的监控页面.
YaCy knows 5 different ways to acquire web indexes. The details of these processes (1-5) are described within the submenu's listed==YaCy使用5种不同的方式来获取网络索引. 详细描述显示在子菜单的进程(1-5)中,
above which also will show you a table with indexing results so far. The information in these tables is considered as private,==以上列表也会显示目前的索引结果. 表中的信息是私有的,
so you need to log-in with your administration password.==所以你需要以管理员账户来查看.
Case (6) is a monitor of the local receipt-generator, the opposed case of (1). It contains also an indexing result monitor but is not considered private==事件(6)是本地回执生成器的监控器, (1)的相反事件. 它也包含一个索引结果监控器, 但不是私有的.
since it shows crawl requests from other peers.==因为它显示了来自其他节点的爬取请求.
Case (7) occurs if pack files are imported==事件(7)发生在导入备份文件时
The image above illustrates the data flow initiated by web index acquisition.==上图解释了由网页索引查询发起的数据流.
Some processes occur double to document the complex index migration structure.==某些进程发生了两次以记录复杂的索引迁移结构.
(1) Results of Remote Crawl Receipts==(1) 远端爬取回执的结果
This is the list of web pages that this peer initiated to crawl,==这是此节点发起爬取的网页列表,
but had been crawled by <em>other</em> peers.==但它们早已被 <em>其他</em> 节点爬取了.
This is the 'mirror'-case of process (6).==这是进程(6)的'镜像'事件.
Every page that a remote peer indexes upon this peer's request is reported back and can be monitored here.==远端节点根据此节点的请求编制索引的每个页面都会被报告回来,并且可以在此处进行监控.
(2) Results for Result of Search Queries==(2) 搜索查询结果报告页
This index transfer was initiated by your peer by doing a search query.==通过搜索, 此索引转移能被发起.
The index was crawled and contributed by other peers.==这个索引是被其他节点贡献与爬取的.
<em>Use Case:</em> This list fills up if you do a search query on the 'Search Page'==<em>用法:</em> 如果你在'搜索页面'上执行搜索查询,此列表将填满
(3) Results for Index Transfer==(3) 索引转移结果
The url fetch was initiated and executed by other peers.==这些取回本地的地址是被其他节点发起并爬取.
These links here have been transmitted to you because your peer is the most appropriate for storage according to==程序已将这些地址传递给你, 因为根据全球分布哈希表的逻辑,
the logic of the Global Distributed Hash Table.==你的节点是最适合存储它们的.
<em>Use Case:</em> This list may fill if you check the 'Index Receive'-flag on the 'Index Control' page==<em>用法:</em> 如果你在'索引控制'页面上选中'索引接收'-标志, 则此列表会填写
(4) Results for Proxy Indexing==(4) 代理索引结果
These web pages had been indexed as result of your proxy usage.==以下是由于使用代理而索引的网页.
such pages are detected by Cookie-Use or POST-Parameters (either in URL or as HTTP protocol)==通过检测cookie用途和提交参数(链接或者HTTP协议)能够识别出此类网页,
and automatically excluded from indexing.==并在索引时自动排除.
<em>Use Case:</em> You must use YaCy as proxy to fill up this table.==<em>用法:</em> 必须把YaCy用作代理才能填充此表格.
Set the proxy settings of your browser to the same port as given==将浏览器代理端口设置为
on the 'Settings'-page in the 'Proxy and Administration Port' field.=='设置'页面'代理和管理端口'选项中的端口.
(5) Results for Local Crawling==(5)本地爬取结果
These web pages had been crawled by your own crawl task.==这些网页按照你的爬虫任务已被爬取.
<em>Use Case:</em> start a crawl by setting a crawl start point on the 'Index Create' page.==<em>用法:</em> 在'索引创建'页面设置爬取起始点以开始爬取.
(6) Results for Global Crawling==(6)全球爬取结果
These pages had been indexed by your peer, but the crawl was initiated by a remote peer.==这些网页已被你的节点创建了索引, 但它们是被远端节点爬取的.
This is the 'mirror'-case of process (1).==这是进程(1)的'镜像'事件.
The stack is empty.==此栈为空.
(7) Results from pack import==(7) 备份导入结果
These records had been imported from pack files in DATA/PACKS/load==这些记录从 DATA/PACKS/load 中的备份文件中导入
"delete all"=="全部删除"
"clear list"=="清除列表"
"delete"=="删除"
Blacklist to use==使用的黑名单
"del & blacklist"=="删除并拉黑"
#-----------------------------

#File: CrawlStartExpert.html
Do Remote Indexing==进行远端索引
#---------------------------
Click on this API button to see a documentation of the POST request parameter for crawl starts.==单击此API按钮查看爬取启动的POST请求参数的文档。
Expert Crawl Start==高级爬取开启
Start Crawling Job:==开启爬取任务:
You can define URLs as start points for Web page crawling and start crawling here.==你可以在此指定网页爬取起始点的网址和开启爬取。
"Crawling" means that YaCy will download the given website, extract all links in it and then download the content behind these links.== "爬取中"意即YaCy会下载指定的网站, 并提取出其中的链接,接着下载链接中的全部内容。
This is repeated as long as specified under "Crawling Depth".==它将一直重复上述步骤,直到满足指定的"爬取深度"。
A Crawl Job consist of one or more start point, crawl limitations and document freshness rules.==爬取任务由一个或多个起始点、爬取限制和文档更新规则构成。
One Start URL or a list of URLs:<br/>(must start with http:// https:// ftp:// smb:// file://)==起始网址或网址列表:<br/>(必须以http:// https:// ftp:// smb:// file://开头)
Define the start-url(s) here. You can submit more than one URL, each line one URL please.==在此给定起始网址。你可以提交多个网址,请一个网址一行。
Each of these URLs are the root for a crawl start, existing start URLs are always re-loaded.==这些网址中每个都是爬取开始的起点,已存在的起始网址总是会被重新加载。
Other already visited URLs are sorted out as "double", if they are not allowed using the re-crawl option.==对其他已访问过的网址,如果基于重爬选项它们不被允许,则被标记为'重复'。
From Sitemap==来自网站地图
From File (enter a path<br/>within your local file system)==来自文件<br/>(输入一个本地文件系统路径)
These are limitations on the crawl stacker. The filters will be applied before a web page is loaded.==这些是爬取堆栈器的限制。这些过滤器将在网页加载前被应用。
This defines how often the Crawler will follow links (of links..) embedded in websites.==此选项决定了爬虫将跟随嵌入网址中链接的深度。
0 means that only the page you enter under "Starting Point" will be added==0代表仅将"起始点"网址添加到索引。
to the index. 2-4 is good for normal indexing. Values over 8 are not useful, since a depth-8 crawl will==2-4是常规索引用的值。超过8的值没有用,因为深度为8的爬取将
index approximately 25.600.000.000 pages, maybe this is the whole WWW.==索引接近256亿个网页,这可能是整个互联网的内容。
also all linked non-parsable documents==包括全部链接中不可解析的文档
You can limit the maximum number of pages that are fetched and indexed from a single domain with this option.==使用此选项,你可以限制单个域名下爬取和索引的页面数。
You can combine this limitation with the 'Auto-Dom-Filter', so that the limit is applied to all the domains within==你可以将此设置与'Auto-Dom-Filter'结合起来, 以限制给定深度中所有域名。
the given depth. Domains outside the given depth are then sorted-out anyway.==超出深度范围的域名会被自动忽略。
A questionmark is usually a hint for a dynamic page. URLs pointing to dynamic content should usually not be crawled.==问号标记常用作动态网页的提示。指向动态内容的地址通常不应该被爬取。
However, there are sometimes web pages with static content that==然而,也有些含有静态网页地址也包含问号标记。
is accessed with URLs containing question marks. If you are unsure, do not check this to avoid crawl loops.==如果你不确定,不要勾选此项以防爬取陷入循环。
Following frames is NOT done by Gxxg1e, but we do by default to have a richer content. 'nofollow' in robots metadata can be overridden; this does not affect obeying of the robots.txt which is never ignored.==以下框架不是Gxxg1e制作的,但我们默认会制作更丰富的内容。robots元数据中的nofollow可被否决;这并不影响对无法忽视的robots.txt的遵守。
Obey html-robots-noindex:==遵守html-robots-noindex:
Obey html-robots-nofollow:==遵守html-robots-nofollow:
Media Type detection==媒体类型探测
Not loading URLs with unsupported file extension is faster but less accurate.==不加载包含不受支持文件扩展名的网址速度更快,但准确性更低。
Indeed, for some web resources the actual Media Type is not consistent with the URL file extension. Here are some examples:==实际上,对于某些网络资源,实际的媒体类型与网址中文件扩展名不一致。以下是一些例子:
Do not load URLs with an unsupported file extension==不加载具有不支持文件拓展名的地址
Always cross check file extension against Content-Type header==始终针对Content-Type标头交叉检查文件扩展名
You can also use an automatic domain-restriction to fully crawl a single domain.==你还可以使用自动域名限制来完全爬取单个域名。
Use filter==使用过滤器
(must not be empty)==(不能为空)
Example: to allow loading only links from pages on example.org domain, set the must-match filter to '.*example.org.*'.==示例:为只允许加载域名example.org网页中链接,将“必须匹配”筛选器设置为'.*example.org.*'。
Crawls can be restricted to specific countries. This uses the country code that can be computed from==爬取可以限制在特定的国家。它使用的国家代码可以从存放网页的服务器的IP计算得出。
the IP of the server that hosts the page. The filter is not a regular expressions but a list of country codes, separated by comma.==过滤器不是正则表达式,而是国家代码列表,用逗号分隔。
These are limitations on index feeder. The filters will be applied after a web page was loaded.==这些是对索引供给器的限制。加载网页后过滤器才会被应用。
that <b>must not match</b> with the URLs to allow that the content of the url is indexed.==匹配那些<b>必须排除</b>的网址,以允许对剩下网址的内容进行索引。
Filter on Content of Document<br/>(all visible text, including camel-case-tokenized url and title)==文档内容过滤器<br/>(所有可见文本,包括驼峰大小写标记的网址和标题)
Filter on Document Media Type (aka MIME type)==文档媒体类型过滤器(又名MIME类型)
Each parsed document is checked against the given Solr query before being added to the index.==在添加到索引之前,将根据给定的Solr查询检查每个已解析的文档。
The embedded local Solr index must be connected to use this kind of filter.==要使用这种过滤器,必须连接嵌入式本地Solr索引。
These are limitations on parts of a document. The filter will be applied after a web page was loaded.==这些是文档部分的限制.加载网页后将应用过滤器.
Clean up search events cache==清理搜索事件缓存
Check this option to be sure to get fresh search results including newly crawled documents. Beware that it will also interrupt any refreshing/resorting of search results currently requested from browser-side.==选中此选项以确保获得新包括新爬取文档的搜索结果.请注意,它也会中断当前从浏览器端请求的搜索结果的刷新/排序.
After a crawl was done in the past, document may become stale and eventually they are also deleted on the target host.==在过去完成爬取后,文档可能会过时,最终它们也会在目标服务器上被删除。
To remove old files from the search index it is not sufficient to just consider them for re-load but it may be necessary==若要从搜索索引中删除旧文件,仅考虑重新加载它们是不够的。
to delete them because they simply do not exist any more. Use this in combination with re-crawl while this time should be longer.==但可能有必要删除它们,因为它们已经不存在了。与重新爬取组合使用,而这一时间应该更长。
Do not delete any document before the crawl is started.==在爬取前不删除任何文档.
For each host in the start url list, delete all documents (in the given subpath) from that host.==对于启动URL列表中的每个服务器,从这些服务器中删除所有文档(在给定的子路径中).
Treat documents that are loaded==认为加载于
A web crawl performs a double-check on all links found in the internet against the internal database. If the same url is found again,==网页爬取参照自身数据库,对所有找到的链接进行重复性检查.如果链接重复,
then the url is treated as double when you check the 'no doubles' option. A url may be loaded again when it has reached a specific age,==并且'无重复'选项打开, 则被以重复链接对待.如果地址存在时间超过一定时间,
to use that check the 're-load' option.==并且'重加载'选项打开,则此地址会被重新读取.
Never load any page that is already known. Only the start-url may be loaded again.==切勿加载任何已知的页面.只有起始地址可能会被重新加载.
Store to Web Cache==存储到网页缓存
This option is used by default for proxy prefetch, but is not needed for explicit crawling.==这个选项默认打开, 并用于预爬取, 但对于精确爬取此选项无效.
Policy for usage of Web Cache==网页缓存使用策略
The caching policy states when to use the cache during crawling:==缓存策略即表示爬取时何时使用缓存:
no&nbsp;cache==无缓存
if&nbsp;fresh==如果有,更新
if&nbsp;exist==如果有,退出
cache&nbsp;only==仅缓存
Use Special User Agent and robot identification==使用特殊的用户代理和机器人识别
Because YaCy can be used as replacement for commercial search appliances==因为YaCy可以替代商业搜索设备
(like the Google Search Appliance aka GSA) the user must be able to crawl all web pages that are granted to such commercial platforms.==(像谷歌搜索设备,又名GSA)用户必须能够抓取所有授予此类商业平台的网页。
Not having this option would be a strong handicap for professional usage of this software. Therefore you are able to select==没有这个选项将是专业使用该软件的一大障碍。
alternative user agents here which have different crawl timings and also identify itself with another user agent and obey the corresponding robots rule.==因此,你可以在此处选择替代用户代理,它具有不同爬取时间,还可以伪装成另一个用户代理标识,并遵守相应的机器人规则。
You can use class names to enrich the terms of a vocabulary based on the text content that appears on web pages. Please write the names of classes into the matrix.==你可以根据网页上显示的文本内容,使用类名丰富词汇表中的术语。请把类名写进表格。
This enables indexing of the webpages the crawler will download. This should be switched on by default, unless you want to crawl only to fill the==这样就可以对爬虫将下载的网页进行索引。
Document Cache without indexing.==默认情况下,应该打开该选项,除非你只想爬取以填充文档缓存而不建立索引。
If checked, the crawler will contact other peers and use them as remote indexers for your crawl.==如果选中, 爬虫会联系其他节点, 并将其作为此次爬取的远端索引器.
If you need your crawling results locally, you should switch this off.==如果你仅想爬取本地内容, 请关闭此设置.
Only senior and principal peers can initiate or receive remote crawls.==仅高级节点和主节点能发起或者接收远端爬取.
so they can omit starting a crawl with the same start point.==然后他们才能以相同起始点进行爬取.
Remote crawl results won't be added to the local index as the remote crawler is disabled on this peer.==远程爬取结果不会添加到本地索引中,因为远程爬取程序在此节点上被禁用。
Describe your intention to start this global crawl (optional)==在这填入你要进行全球爬取的目的(可选)
This message will appear in the 'Other Peer Crawl Start' table of other peers.==此消息会显示在其他节点的'其他节点爬取起始列表'中.
A crawl result can be tagged with names which are candidates for a collection request.==爬取结果可以标记为收集请求的候选名称。
The time zone is required when the parser detects a date in the crawled web page. Content can be searched with the on: - modifier which==当解析器在已爬取的网页中检测到日期时,需要时区。
requires also a time zone when a query is made. To normalize all given dates, the date is stored in UTC time zone. To get the right offset==可以使用on:-修饰符搜索内容,在进行查询时,该修饰符还需要一个时区。为了规范化所有给定的日期,该日期存储在UTC时区中。
from dates without time zones to UTC, this offset must be given here.  The offset is given in minutes;==要获得从没有时区的日期到UTC的正确偏移量,必须在此处给出该偏移量。偏移量以分钟为单位;
Time zone offsets for locations east of UTC must be negative; offsets for zones west of UTC must be positve.==UTC以东位置的时区偏移必须为负值;UTC以西区域的偏移量必须为正值。
#-----------------------------

#File: CrawlStartScanner_p.html
hours==小时
#---------------------------
Network Scanner==网络扫描器
YaCy can scan a network segment for available http, ftp and smb server.==YaCy可以扫描一个网段以查找可用的http、ftp和smb服务器。
You must first select a IP range and then, after this range is scanned,==你须先指定IP范围,此后该范围将被扫描,
it is possible to select servers that had been found for a full-site crawl.==也可以选择已找到的服务器作全站点爬取。
Scan Range==扫描范围
Scan sub-range with given host==扫描给定服务器的子域
Do not use intranet scan results, you are not in an intranet environment!==由于你当前不处于局域网环境, 请不要使用局域网扫描结果!
All known hosts in the search index (/31 subnet recommended!)==搜索索引中的所有已知服务器(推荐/31子网!)
accumulate scan results with access type "granted" into scan cache (do not delete old scan result)==使用"已授权"的缓存以加速扫描(不要删除上次扫描结果)
run only a scan==运行一次扫描
scan and add all sites with granted access automatically. This disables the scan cache accumulation.==扫描并自动添加已授权站点. 此选项会关闭缓存扫描加速.
again and add new sites automatically to indexer.==再次检视, 并自动添加新站点到索引器中.
Sites that do not appear during a scheduled scan period will be excluded from search results.==周期扫描中未上线的站点会被自动排除.
"Scan"=="扫描"
#-----------------------------

#File: CrawlStartSite.html
Path==路径
#---------------------------
Site Crawling==站点爬取
Site Crawler:==站点爬虫:
Download all web pages from a given domain or base URL.==从给定域名或者网址中下载所有网页。
Site Crawl Start==开始爬取站点
Start URL&nbsp;(must start with<br/>http:// https:// ftp:// smb:// file://)==起始地址&nbsp;(必须以<br/>http:// https:// ftp:// smb:// file://开头)
Link-List of URL==网址列表
Sitemap URL==网站地图地址
load all files in domain==载入域名下全部文件
load only files in a sub-path of given url==仅载入给定域名子路径中的文件
"Start New Crawl"=="开启新的爬取"
A second crawl for a different host increases the throughput to a maximum of 240 documents per minute since the crawler balances the load over all hosts.==因爬虫会平衡全部服务器的负载,对于不同服务器的二次爬取, 生产量会上升到每分钟最多240个文件。
A 'shallow crawl' which is not limited to a single host (or site)==当目标服务器数量很多时, 不局限于单个服务器(或站点)的'浅爬取'模式
can extend the pages per minute (ppm) rate to unlimited documents per minute when the number of target hosts is high.==会将生产量上升到每分钟无限页面数(ppm)。
#-----------------------------

#File: DictionaryLoader_p.html
Action==动作
Knowledge Loader==知识加载器
deactivated==无效
#---------------------------
YaCy can use external libraries to enable or enhance some functions. These libraries are not==你可以使用外部插件来增强一些功能. 考虑到程序大小问题,
included in the main release of YaCy because they would increase the application file too much.==这些插件并未被包含在主程序中.
You can download additional files here.==你可以在这下载扩展文件.
#Geolocalization
Geolocalization will enable YaCy to present locations from OpenStreetMap according to given search words.==根据关键字, YaCy能从OpenStreetMap获得的位置信息.
#Suggestions
#Synonyms
"Load"=="加载"
"Deactivate"=="停用"
"Remove"=="卸载"
"Activate"=="启用"
#-----------------------------

#File: Help.html
#---------------------------
twitter this video==推特这个视频
More Tutorials==更多教学
YaCy: Tutorial==YaCy: 教程
Tutorial==新手教程
#-----------------------------

#File: index.html
Images==图片
Search==搜索
#---------------------------
more options...==更多选项...
Constraints:==限制:
only urls with the &lt;phrase&gt; in the url==仅包含词组&lt;phrase&gt;的网址的结果
only urls with the &lt;phrase&gt; within outbound links of the document==仅在文档的出站链接中包含带有词组&lt;phrase&gt;的网址
only urls with extension &lt;ext&gt;==仅包含拓展名为&lt;ext&gt;的网址
only urls from host &lt;host&gt;==仅服务器为&lt;host&gt;的网址
only pages with as-author-annotated &lt;author&gt;==仅包含作者为&lt;author&gt;的页面
only pages from top-level-domains &lt;tld&gt;==仅来自顶级域&lt;tld&gt;的页面
only pages with &lt;date&gt; in content==仅内容包含&lt;date&gt;的页面
only pages with a date between &lt;date1&gt; and &lt;date2&gt; in content==内容中只有日期介于&lt;date1&gt;和&lt;date2&gt;之间的页面
only pages with keyword anotation containing &lt;phrase&gt;==仅包含包含&lt;phrase&gt;的关键字注释的页面
only resources from http or https servers==仅限来自http或https服务器的资源
only documents having location metadata (geographical coordinates)==仅包含位置元数据(地理坐标)的文档
only documents within a square zone embracing a circle of given radius (in decimal degrees) around the specified latitude and longitude (in decimal degrees)==仅限于包含指定经纬度(十进制度数)周围给定半径(十进制度数)圆圈的正方形区域内的文档
sort by date (latest first)==按日期排序(最新优先)
multiple words shall appear near==多个单词应出现在附近
"" (doublequotes)=="" (双引号)
/language/&lt;lang&gt;==/language/&lt;语言&gt;
after searching, click-open on the default search engine in the upper right search field of your browser and select 'Add "YaCy Search.."'==搜索完成后,单击浏览器右上角搜索字段中默认搜索引擎上的“打开”,然后选择'添加YaCy搜索..'
for ajax developers: get the search rss feed and replace the '.rss' extension in the search result url with '.json'==对于ajax开发人员:获取搜索rss提要并替换搜索结果地址'.rss'扩展名为'.json'
#-----------------------------

#File: IndexBrowser_p.html
Path==路径
URLs==地址
#---------------------------
Index Browser==索引浏览器
Host/URL==服务器/地址
Browse Host==浏览服务器
"Delete Subpath"=="删除子路径"
"Re-load load-failure docs (404s etc)"=="重新加载具有错误的文档(404s 等)"
Documents without Errors==没有错误的文档
Pending in Crawler==在爬虫中待处理
link, detected from context==从内容中探测到的连接
Administration Options==管理选项
Delete all==全部删除
from index==来自索引
"Delete Load Errors"=="删除加载错误项"
#-----------------------------

#File: IndexControlRWIs_p.html
#---------------------------
Reverse Word Index Administration==反向词索引管理
RWI Retrieval (= search for a single word)==反向词检索(=搜索单个词)
"Show URL Entries for Word"=="显示单词相关的地址"
"Show URL Entries for Word-Hash"=="显示单词Hash值相关的地址"
No reference size limitation (this may cause strong CPU load when words are searched that appear very often)==没有索引大小限制(当搜索经常出现的单词时,这可能会导致CPU负载过大)
Limitation of number of references per word:==每个单词的索引数量限制:
(this causes that old references are deleted if that limit is reached)==(这会导致如果达到该限制,旧的索引将被删除)
"Generate List"=="生成列表"
Display URL List==显示URL列表
all lines==全部
"List Selected URLs"=="列出选中URL"
Transfer RWI to other Peer==传递RWI给其他节点
"Transfer to other peer"=="传递"
No URL entries related to this word hash==无对应入口地址对于字Hash
Negative Ranking Factors==负向排名因素
Positive Ranking Factors==正向排名因素
Reverse Normalized Weighted Ranking Sum==反向常规加权排名和
#url comps</td>
unresolved URL Hash==未解析URL Hash值
Word Deletion==删除关键字
Deletion of selected URLs==删除选中URL
delete also the referenced URL (recommended, may produce unresolved references==同时删除关联URL (推荐, 虽然在索引时
at other word indexes but they do not harm)==会产生未解析关联, 但是不影响系统性能)
for every resolvable and deleted URL reference, delete the same reference at every other word where==对于已解析并已删除的URL关联来说, 则会删除它与其他关键字的关联
the reference exists (very extensive, but prevents further unresolved references)==(很多, 但是会阻止未解析关联的产生)
"Delete reference to selected URLs"=="删除与选中URL的关联"
"Delete Word"=="删除关键字"
Blacklist Extension==黑名单扩展
"Add selected URLs to blacklist"=="添加选中URL到黑名单"
"Add selected domains to blacklist"=="添加选中域到黑名单"
#-----------------------------

#File: IndexControlURLs_p.html
"Delete"=="删除"
Cleanup==清除
Click the API icon to see an example call to the search rss API.==点击API图标查看调用rss API的示例。
Delete HTTP &amp; FTP Cache==删除HTTP &amp; FTP 缓存
Delete robots.txt Cache==删除robots.txt缓存
Index Deletion==索引删除
URL Database Administration==地址数据库管理
#---------------------------
#URL Retrieval
"Show Details for URL"=="显示地址细节"
"Show Details for URL-Hash"=="显示地址Hash细节"
#Cleanup
"Optimize Solr"=="优化Solr"
"Shut Down and Re-Start Solr"=="关闭并重启Solr"
Statistics about top-domains in URL Database==地址数据库中顶级域数据
Show top==显示全部URL中的
domains from all URLs.==个域.
"Generate Statistics"=="生成数据"
"delete all"=="全部删除"
Domain==域名
URLs==地址
"Show Content"=="显示内容"
"Delete URL"=="删除地址"
this may produce unresolved references at other word indexes but they do not harm==这可能和其他关键字产生未解析关联, 但是这并不影响系统性能
"Delete URL and remove all references from words"=="删除地址并从关键字中删除所有关联"
delete the reference to this url at every other word where the reference exists (very extensive, but prevents unresolved references)==删除指向此链接的关联字,(很多, 但是会阻止未解析关联的产生)
#-----------------------------

#File: IndexCreateLoaderQueue_p.html
Depth==深度
#---------------------------
Loader Queue==加载器队列
The loader set is empty==该加载器集合为空
#-----------------------------

#File: IndexCreateParserErrors_p.html
Rejected URLs==被拒绝地址
Time==时间
#---------------------------
"show more"=="更多"
"clear list"=="清除列表"
Fail-Reason==错误原因
#-----------------------------

#File: IndexCreateQueues_p.html
Depth==深度
#---------------------------
Click on this API button to see an XML with information about the crawler latency and other statistics.==单击此API按钮以查看包含有关爬虫程序延迟和其他统计信息的XML。
This crawler queue is empty==爬取队列为空
Delete Entries:==删除词条:
Modified Date==修改日期
Anchor Name==锚点名
"Delete"=="删除"
Delta/ms==延迟/ms
#-----------------------------

#File: IndexDeletion_p.html
Index Deletion==索引删除
hours==小时
#---------------------------
Deletions are made concurrently which can cause that recently deleted documents are not yet reflected in the document count.==删除是同步进行的,这可能导致最近删除的文档还没有反映在文档计数中。
Index deletion will not immediately reduce the storage size on disk because entries are only marked as deleted in a first step.==索引删除不会立即减少磁盘上的存储大小,因为条目仅在第一步中被标记为已删除。
Delete all documents within a sub-path of the given urls. That means all documents must start with one of the url stubs as given here.==删除给定网址的子路径中的所有文档. 这意味着所有文档必须以此处给出的其中一个url存根开头.
One URL stub, a list of URL stubs<br/>or a regular expression==一个URL存根, 一个URL存根列表<br/> 或一条正则表达式
sub-path of given URLs==给定URL的子路径
matching with regular expression==与正则表达式匹配
"Simulate Deletion"=="模拟删除"
"no actual deletion, generates only a deletion count"=="没有实际删除,只生成删除计数"
"Engage Deletion"=="真正删除"
"simulate a deletion first to calculate the deletion count"=="首先请模拟删除以计算删除数量"
"engaged"=="删除了"
Delete all documents which are older than a given time period.==删除所有超过给定时间段的文档.
All documents older than==所有文件年龄超过
Delete all documents which are inside specific collections.==删除特定收集中的所有文档.
Delete all documents which are not assigned to any collection==删除未分配给任何收集的所有文档
Delete all documents which are assigned to the following collection(s)==删除分配给以下收集的所有文档
This is the most generic option: select a set of documents using a solr query.==这是最通用的选项: 使用solr查询选择一组文档.
#-----------------------------

#File: IndexExport_p.html
#---------------------------
#Loaded URL Export
"Export"=="导出"
#Dump and Restore of Solr Index
#-----------------------------

#File: IndexFederated_p.html
"Set"=="设置"
#---------------------------
Index Sources &amp; Targets==索引来源&目标
YaCy supports multiple index storage locations.==YaCy支持多地索引储存。
As an internal indexing database a deep-embedded multi-core Solr is used and it is possible to attach also a remote Solr.==内部索引数据库使用了深度嵌入式多核Solr,并且还可以附加远端Solr。
If checked, only non-zero values and non-empty strings are written to Solr fields.==如果选中,则仅将非零值和非空字符串写入 Solr 字段。
This will write the YaCy-embedded Solr index which is stored within the YaCy DATA directory.==这将写入存储在YaCy的DATA目录下的 YaCy嵌入式Solr索引。
write-enabled (if unchecked, the remote server(s) will only be used as search peers)==启用写入(如果未选中,远程服务器将仅用作搜索节点)
Web Structure Index==网络结构图索引
use citation reference index (lightweight and fast)==使用引文参考索引(轻量且快速)
use webgraph search index (rich information in second Solr core)==使用网图搜索索引(第二个Solr核心中的丰富信息)
Peer-to-Peer Operation==P2P运行
The 'RWI' (Reverse Word Index) is necessary for index transmission in distributed mode. For portal or intranet mode this must be switched off.=='RWI'(反向词索引)对于分布式模式下的索引传输是必需的。在门户或内网模式下,必须将其关闭。
support peer-to-peer index transmission (DHT RWI index)==支持点对点索引传输(DHT RWI索引)
#-----------------------------

#File: IndexImportMediawiki_p.html
#---------------------------
MediaWiki Dump Import==MediaWiki转储导入
No import thread is running, you can start a new thread here==当前无运行导入任务, 不过你可以在这开始
"Import MediaWiki Dump"=="导入MediaWiki备份"
When the import is started, the following happens:==:开始导入时, 会进行以下工作
The dump is extracted on the fly and wiki entries are translated into Dublin Core data format. The output looks like this:==备份文件即时被解压, 并被译为Dublin核心元数据格式:
Each 10000 wiki records are combined in one output file which is written to /DATA/PACKS/load into a temporary file.==每个输出文件都含有10000个百科记录, 并都被保存在 /DATA/PACKS/load 的临时目录中.
When each of the generated output file is finished, it is renamed to a .xml file==生成的输出文件都以 .xml结尾
Each time a xml pack file appears in /DATA/PACKS/load, the YaCy indexer fetches the file and indexes the record entries.==只要 /DATA/PACKS/load 中含有 xml文件, YaCy索引器就会读取它们并为其中的词条制作索引.
When a pack file is finished with indexing, it is moved to /DATA/PACKS/loaded==当索引完成时, xml文件会被移动到 /DATA/PACKS/loaded
You can recycle processed pack files by moving them from /DATA/PACKS/loaded to /DATA/PACKS/load==你可以将文件从/DATA/PACKS/loaded 移动到 /DATA/PACKS/load 以重复索引.
Import Process==导入进程
Thread:==线程:
Processed:==已完成:
Speed:==速度:
Running Time:==运行时间:
Remaining Time:==剩余时间:
#-----------------------------

#File: IndexImportOAIPMH_p.html
#---------------------------
OAI-PMH Import==OAI-PMH导入
Single request import==单个导入请求
This will submit only a single request as given here to a OAI-PMH server and imports records into the index==向OAI-PMH服务器提交如下导入请求, 并将返回记录导入索引
"Import OAI-PMH source"=="导入OAI-PMH源"
Source:==源:
Processed:==已处理:
Import all Records from a server==从服务器导入全部记录
Import all records that follow according to resumption elements into index==根据恢复元素导入服务器记录
"import this source"=="导入此源"
"import from a list"=="从列表导入"
Import started!==已开始导入!
#-----------------------------

#File: IndexImportOAIPMHList_p.html
#---------------------------
"Load Selected Sources"=="加载选中源"
Import List==导入列表
#-----------------------------

#File: IndexImportWarc_p.html
File:==文件:
#---------------------------
Web Archive File Import==Web存档文件导入
No import thread is running, you can start a new thread here==没有正在运行的导入线程,你可以在此处启动新线程
Warc File Selection: select an warc file (which may be gz compressed)==Warc文件选择:选择一个warc文件(可能是gz压缩的)
You can download warc archives for example here==你可以在此处下载warc档案
Import Process==导入流程
Thread:==线程:
Warc File:==Warc文件:
Processed:==处理好的:
Speed:==速度:
Running Time:==运行时间:
Remaining Time:==剩余时间:
#-----------------------------

#File: IndexReIndexMonitor_p.html
Field Re-Indexing==字段重新索引
Rejected URLs==被拒绝地址
Running==运行中
#---------------------------
In case that an index schema of the embedded/local index has changed, all documents with missing field entries can be indexed again with a reindex job.==如果嵌入式/本地索引的索引架构发生更改,则可以使用重新索引作业再次索引所有缺少字段条目的文档。
"refresh page"=="刷新页面"
current select query==当前选择查询
"start reindex job now"=="立即开始重新索引作业"
"stop reindexing"=="停止重新索引"
Remaining field list==剩余字段列表
reindex documents containing these fields:==重新索引包含这些字段的文档:
Re-Crawl Index Documents==重新抓取索引文档
Searches the local index and selects documents to add to the crawler (recrawl the document).==搜索本地索引并选择要添加到爬虫的文档(重新爬取文档)。
and are added in small chunks.==并以小块添加。
"start recrawl job now"=="立即开始重新抓取作业"
"stop recrawl job"=="停止重新抓取作业"
Re-Crawl Query Details==重新抓取查询详情
Documents to process==待处理的文档
Current Query==当前查询
Edit Solr Query==编辑Solr查询
to re-crawl documents selected with the given query.==重新抓取使用给定查询选择的文档。
Include failed URLs==包含失败的地址
Re-crawl works only with an embedded local Solr index!==重新抓取仅适用于嵌入的本地Solr索引!
"Reset to default values"=="重置为默认值"
The job terminated early due to an error when requesting the Solr index.==由于请求Solr索引时出错,作业提前终止。
#-----------------------------

#File: IndexSchema_p.html
#---------------------------
Solr Schema Editor==Solr模式编辑器
If you use a custom Solr schema you may enter a different field name in the column 'Custom Solr Field Name' of the YaCy default attribute name==如果您使用自定义 Solr 架构,您可以在YaCy默认属性名称的'自定义Solr字段名称'列中输入不同的字段名称
Select a core:==选择核心:
Active==激活
Attribute==属性
Custom Solr Field Name==自定义Solr字段名称
Comment==注释
show active==显示激活
show all available==显示全部可用
show disabled==显示未激活
"Set"=="设置"
"reset selection to default"=="将选择值重置为默认值"
If you unselected some fields, old documents in the index still contain the unselected fields.==如果您取消选择某些字段,但索引中的旧文档仍包含取消选择的字段。
To physically remove them from the index you need to reindex the documents.==要从索引中实际删除它们,您需要重新索引文档。
Here you can reindex all documents with inactive fields.==在这里,您可以重新索引所有具有非活动字段的文档。
"reindex Solr"=="重新索引Solr"
#-----------------------------

#File: IndexShare_p.html
"Set"=="设置"
#---------------------------
Index Sharing==索引共享
distribute&nbsp;==分发&nbsp;
receive==接受
#-----------------------------

#File: Load_MediawikiWiki.html
#---------------------------
Integration in MediaWiki==MediaWiki整合
It is possible to insert wiki pages into the YaCy index using a web crawl on that pages.==使用网页爬取, 能将百科网页添加到YaCy主页中.
This guide helps you to crawl your wiki and to insert a search window in your wiki pages.==此向导帮助你爬取你的百科网页并在其中添加一个搜索框.
Retrieval of Wiki Pages==接收百科网页
The following form is a simplified crawl start that uses the proper values for a wiki crawl.==下栏是使用某一值的百科爬取起始点.
to this page to read the integration hints below.==你可能需要返回此页面阅读以下提示.
"Get content of Wiki: crawl wiki pages"=="获取百科内容: 爬取百科页面"
Inserting a Search Window to MediaWiki==在MediaWiki中添加搜索框
To integrate a search window into a MediaWiki, you must insert some code into the wiki template.==在百科模板中添加以下代码以将搜索框集成到MediaWiki中.
There are several templates that can be used for MediaWiki, but in this guide we consider that==MediaWiki中有多种模板,
you are using the default template, 'MonoBook.php':==在此我们使用默认模板 'MonoBook.php':
open skins/MonoBook.php==打开skins/MonoBook.php
find the line where the default search window is displayed, there are the following statements:==找到搜索框显示部分代码, 如下:
Remove that code or set it in comments using '&lt;!--' and '--&gt;'==删除以上代码或者用 '&lt;!--' '--&gt;' 将其注释掉
Insert the following code:==插入以下代码:
Check all appearances of static IPs given in the code snippet and replace it with your own IP, or your host name==用你自己的IP或者服务器名替代代码中给出的IP地址
You may want to change the default text elements in the code snippet==你可以更改代码中的文本元素
To see all options for the search widget, look at the more generic description of search widgets at==搜索框详细设置, 请参见
#-----------------------------

#File: Load_PHPBB3.html
#---------------------------
Integration in phpBB3==phpBB3整合
It is possible to insert forum pages into the YaCy index using a database import of forum postings.==导入含有论坛帖子的数据库, 能在YaCy主页显示论坛内容.
This guide helps you to insert a search window in your phpBB3 pages.==此向导能帮助你在你的phpBB3论坛页面中添加搜索框.
Retrieval of phpBB3 Forum Pages using a database export==phpBB3论坛页面需使用数据库导出
Forum posting contain rich information about the topic, the time, the subject and the author.==论坛帖子中含有话题、时间、主题和作者等丰富信息.
This information is in an bad annotated form in web pages delivered by the forum software.==此类信息往往由论坛散播,并且对于搜索引擎来说,它们的标注很费解.
Retrieval of phpBB3 Forum Pages using a web crawl==接受phpBB3论坛页面的网页爬取
The following form is a simplified crawl start that uses the proper values for a phpbb3 forum crawl.==下栏是使用某一值的phpBB3论坛爬取起始点.
Just insert the front page URL of your forum. After you started the crawl you may want to get back==将论坛首页填入表格. 开始爬取后,
to this page to read the integration hints below.==你可能需要返回此页面阅读以下提示.
"Get content of phpBB3: crawl forum pages"=="获取phpBB3内容: 爬取论坛页面"
Inserting a Search Window to phpBB3==在phpBB3中添加搜索框
To integrate a search window into phpBB3, you must insert some code into a forum template.==在论坛模板中添加以下代码以将搜索框集成到phpBB3中.
There are several templates that can be used for phpBB3, but in this guide we consider that==phpBB3中有多种模板,
open styles/prosilver/template/overall_header.html==打开 styles/prosilver/template/overall_header.html
Check all appearances of static IPs given in the code snippet and replace it with your own IP, or your host name==用你自己的IP或者服务器名替代代码中给出的IP地址
You may want to change the default text elements in the code snippet==你可以更改代码中的文本元素
To see all options for the search widget, look at the more generic description of search widgets at==搜索框详细设置, 请参见
#-----------------------------


#File: Load_RSS_p.html
Description==描述
hours==小时
#---------------------------
RSS feeds can be loaded into the YaCy search index.==YaCy能够读取RSS饲料.
This does not load the rss file as such into the index but all the messages inside the RSS feeds as individual documents.==但不是直接读取RSS文件, 而是将RSS饲料中的所有信息分别当作单独的文件来读取.
URL of the RSS feed==RSS饲料地址
"Show RSS Items"=="显示RSS词条"
Available after successful loading of rss feed in preview==仅在读取rss饲料后有效
"Add All Items to Index (full content of url)"=="将所有词条添加到索引(地址中的全部内容)"
"Remove Selected Feeds from Scheduler"=="删除选中饲料"
"Remove All Feeds from Scheduler"=="删除所有饲料"
"Remove Selected Feeds from Feed List"=="删除选中饲料"
"Remove All Feeds from Feed List"=="删除所有饲料"
"Add Selected Feeds to Scheduler"=="添加选中饲料到定时任务"
"Add Selected Items to Index (full content of url)"=="添加选中词条到索引(地址中全部内容)"
#-----------------------------

#File: Messages_p.html
Subject==主题
#---------------------------
Action==动作
From:==来自:
To:==发送至:
Date:==日期:
reply==回复
Compose Message==撰写短消息
Send message to peer==发送消息至节点
"Compose"=="撰写"
Message:==短消息:
inbox==收件箱
#-----------------------------

#File: MessageSend_p.html
Message:==短消息:
#---------------------------
Send message==发送短消息
The peer does not respond. It was now removed from the peer-list.==远端节点未响应, 将从节点列表中删除.
Your Message==你的短消息
Subject:==主题:
Text:==内容:
"Enter"=="发送"
"Preview"=="预览"
Preview message==预览消息
The message has not been sent yet!==短消息未发送!
The peer is alive but cannot respond. Sorry.==节点属于活动状态但是无响应.
Your message has been sent. The target peer responded:==你的短消息已发送. 接收节点返回:
The target peer is alive but did not receive your message. Sorry.==抱歉, 接收节点属于活动状态但是没有接收到你的消息.
Here is a copy of your message, so you can copy it to save it for further attempts:==这是你的消息副本, 可被保存已备用:
#-----------------------------

#File: Network.html
#---------------------------
The information that is presented on this page can also be retrieved as XML.==此页信息也可表示为XML.
Click the API icon to see the XML.==点击API图标查看XML.
Network Overview==网络一览
Active&nbsp;Principal&nbsp;and&nbsp;Senior&nbsp;Peers==主动&nbsp;骨干&nbsp;和&nbsp;高级&nbsp;节点
Passive&nbsp;Senior&nbsp;Peers==被动&nbsp;高级&nbsp;节点
Junior&nbsp;(fragment)&nbsp;Peers==初级&nbsp;(碎片)&nbsp;节点
Network History==网络历史
<b>Count of Connected Senior Peers</b> in the last two days, scale = 1h==<b>过去两天连接的高级节点数</b>, 尺度 = 1小时
<b>Count of all Active Peers Per Day</b> in the last week, scale = 1d==<b>过去1周内每天所有主动节点数</b>, 尺度 = 1天
<b>Count of all Active Peers Per Week</b> in the last 30d, scale = 7d==<b>过去30天内每周所有主动节点数</b>, 尺度 = 7天
<b>Count of all Active Peers Per Month</b> in the last 365d, scale = 30d==<b>过去365天中每月所有主动节点数</b>, 尺度 = 30天
Manually contacting Peer==手动联系节点
Active Senior==主动高级
Passive Senior==被动高级
Junior (fragment)==初级(碎片)
send&nbsp;<strong>M</strong>essage/<br/>show&nbsp;<strong>P</strong>rofile/<br/>edit&nbsp;<strong>W</strong>iki/<br/>browse&nbsp;<strong>B</strong>log==发送消息(<strong>m</strong>)/<br/>显示资料(<strong>p</strong>)/<br/>编辑百科(<strong>w</strong>)/<br/>浏览博客(<strong>b</strong>)
Search for a peername (RegExp allowed)==搜索节点名称(允许正则表达式)
"Search"=="搜索"
Name==名称
Last<br/>Seen==最后<br/>上线
Location==位置
"DHT Receive: yes"=="接收DHT: 是"
"DHT receive enabled"=="打开DHT接收"
"DHT Receive: no"=="接收DHT: 否"
"no DHT receive"=="无接收DHT"
"Accept Crawl: no"=="接受爬取: 否"
"no crawl"=="无爬取"
"Accept Crawl: yes"=="接受爬取: 是"
"crawl possible"=="可以爬取"
URLs for<br/>Remote Crawl==远端<br/>爬取的地址
"The YaCy Network"=="YaCy网络"
Indexing<br/>PPM==索引<br/>PPM
Your Peer:==你的节点:
Sent<br/>URLs==已发送<br/>网址
Received<br/>URLs==已接收<br/>网址
Known<br/>Seeds==已知<br/>种子
Connects<br/>per hour==每小时<br/>连接数
senior/principal peers==高级/主要节点
junior peers==初级节点
red point==红点
this peer==本机节点
#-----------------------------

#File: News.html
#---------------------------
Overview==概况
This is the YaCyNews system (currently under testing).==这是YaCy新闻系统(测试中).
The news service is controlled by several entry points:==新闻服务会因为下面的操作产生:
A crawl start with activated remote indexing will automatically create a news entry.==由远端创建索引激活的一次爬取会自动创建一个新闻词条.
Other peers may use this information to prevent double-crawls from the same start point.==其他的节点能利用此信息以防止相同起始点的二次爬取.
A table with recently started crawls is presented on the Index Create - page=="索引创建"-页面会显示最近启动的爬取.
A change in the personal profile will create a news entry. You can see recently made changes of==个人信息的改变会创建一个新闻词条, 可以在网络个人信息页面查看,
profile entries on the Network page, where that profile change is visualized with a '*' beside the 'P' (profile) - selector.==以带有 '*' 的 'P' (资料)标记出.
More news services will follow.==接下来会有更多的新闻服务.
Above you can see four menus:==上面四个菜单选项分别为:
Only these news will be used to display specific news services as explained above.==这些消息含有上述的特定新闻服务.
You can process these news with a button on the page to remove their appearance from the IndexCreate and Network page==你可以使用'创建首页'和'网络'页面的设置隐藏它们.
you can stop the broadcast if you want.==你也可以选择停止发布.
Originator==拥有者
Created==创建时间
Category==分类
Received==接收时间
Distributed==已发布
Attributes==属性
#-----------------------------

#File: Performance_p.html
"Save"=="保存"
#---------------------------
Performance Settings==性能设置
Online Caution Settings:==在线警告设置:
refresh graph==刷新图表
#Memory Settings
Memory Settings==内存设置
Memory reserved for <abbr title="Java Virtual Machine">JVM</abbr>==为<abbr title="Java Virtual Machine">JVM</abbr>保留的内存
"Set"=="设置"
#Resource Observer
Resource Observer==资源查看器
Enough memory is available for proper operation.==有足够内存保证正常运行.
Within the last eleven minutes, at least four operations have tried to request memory that would have reduced free space within the minimum required.==在过去的11分钟内,至少有四次操作尝试请求内存,这将减少所需的最低可用空间。
Minimum required==最低要求
Free space disk==空闲硬盘空间
Steady-state minimum==稳态最小值
Absolute minimum==绝对最小值
The autoregulation task performs the following sequence of operations, stopping once free space disk is over the steady-state value :==自动调节任务执行以下操作序列,一旦硬盘可用空间超过稳态值就停止:
Used space disk==已用硬盘空间
Steady-state maximum==稳态最大值
Absolute maximum==绝对最大值
when absolute maximum limit has been reached.==当达到绝对最大限制值时。
The autoregulation task performs the following sequence of operations, stopping once used space disk is below the steady-state value:==自动调节任务执行以下操作序列,一旦使用的硬盘空间低于稳态值就停止:
Changes take effect immediately==改变立即生效
#Online Caution Settings
This is the time that the crawler idles when the proxy is accessed, or a local or remote search is done.==这是代理被访问或者搜索完成后的一段爬取空闲时间.
The delay is extended by this time each time the proxy is accessed afterwards.==在访问代理后, 会触发此延时,
This shall improve performance of the affected process (proxy or search).==从而提高相关进程(代理或者搜索)的性能.
seconds since last proxy/local-search/remote-search access.)==秒.)
Online Caution Case==触发事件
indexer delay (milliseconds) after case occurrence==事件触发后的索引延时(毫秒)
Proxy:==代理:
Local Search:==本地搜索:
Remote Search:==远端搜索:
"Enter New Parameters"=="使用新参数"
#-----------------------------

#File: PerformanceConcurrency_p.html
#---------------------------
Performance of Concurrent Processes==并行进程性能
serverProcessor Objects==服务器处理器对象
Queue Size<br />Current==队列大小<br />当前
Queue Size<br />Maximum==队列大小<br />最大
Executors:<br />Current Number of Threads==执行者:<br />当前线程数
Concurrency:<br />Maximum Number of Threads==并发:<br />最大线程数
Average<br />Block Time<br />Reading==平均<br />阻塞时间<br />读取
Average<br />Exec Time==平均<br />运行时间
Average<br />Block Time<br />Writing==平均<br />阻塞时间<br />写入
Total<br />Cycles==总<br />循环
Full Description==完整描述
#-----------------------------

#File: PerformanceMemory_p.html
Delete==删除
#---------------------------
Performance Settings for Memory==内存性能设置
refresh graph==刷新图表
Memory Usage==内存使用
After Startup==启动后
before GC==GC前
after GC==GC前
Description==描述
maximum memory that the JVM will attempt to use==JVM使用的最大内存
total available memory including free for the JVM within maximum==当前JVM可用剩余内存
total memory taken from the OS==操作系统分配内存
free memory in the JVM within total amount==JVM空闲内存
used memory in the JVM within total amount==JVM已用内存
Table RAM Index==Table使用内存
Object Index Caches==Object索引缓存
Needed Memory==所需内存大小
Other Caching Structures==其他缓存结构
#-----------------------------

#File: PerformanceQueues_p.html
Active==激活
Description==描述
Total<br />Cycles==总<br />循环
milliseconds==毫秒
#---------------------------
Performance Settings of Queues and Processes==队列和进程性能设置
Scheduled tasks overview and waiting time settings:==定时任务一览与等待时间设置:
Queue Size==队列大小
Short Mem<br />Cycles==小内存<br />周期
Minimum of<br />Required Memory==最小<br />需要内存
Full Description==完整描述
Changes take effect immediately==改变立即生效
Cache Settings:==缓存设置:
This is the current size of the word caches.==这是当前关键字缓存的大小.
The indexing cache speeds up the indexing process, the DHT cache holds indexes temporary for approval.==此缓存能加速索引进程, 也能用于DHT.
The maximum of this caches can be set below.==此缓存最大值能从下面设置.
Maximum URLs currently assigned<br />to one cached word:==关键字拥有<br />最大URL数:
This is the maximum size of URLs assigned to a single word cache entry.==这是单个关键字缓存词条所能分配的最多URL数目.
If this is a big number, it shows that the caching works efficiently.==如果此数值较大, 则表示缓存效率很高.
Maximum age of a word:==关键字最长寿命:
This is the maximum age of a word in an index in minutes.==这是索引内关键字所能存在的最长时间.
Minimum age of a word:==关键字最短寿命:
This is the minimum age of a word in an index in minutes.==这是索引内关键字所能存在的最短时间.
Maximum number of words in cache:==缓存中关键字最大数目:
This is is the number of word indexes that shall be held in the==这是索引时缓存中存在的最大关键字索引数目.
ram cache during indexing. When YaCy is shut down, this cache must be==当YaCy停止时,
flushed to disc; this may last some minutes.==它们会被冲刷到硬盘中, 可能会花费数分钟.
Thread Pool Settings:==线程池设置:
maximum Active==最大活动
current Active==当前活动
#-----------------------------

#File: PerformanceSearch_p.html
Comment==注释
Time==时间
#---------------------------
Search Sequence Timing==搜索时间测量
Timing results of latest search request:==最近一次搜索请求时间测量结果:
Query==请求
Delta (ms)==间隔(毫秒)
Duration (ms)==耗时(毫秒)
Result-Count==结果数目
The network picture below shows how the latest search query was solved by asking corresponding peers in the DHT:==下图显示了通过询问DHT中节点解析的最近搜索请求情况:
"Search event picture"=="搜索时间图况"
#-----------------------------

#File: ProxyIndexingMonitor_p.html
#---------------------------
Indexing with Proxy==代理索引
YaCy can be used to 'scrape' content from pages that pass the integrated caching HTTP proxy.==YaCy能够通过集成缓存HTTP代理进行搜索.
When scraping proxy pages then <strong>no personal or protected page is indexed</strong>;==当通过代理进行搜索时不会索引<strong>私有或者受保护页面</strong>;
those pages are detected by properties in the HTTP header (like Cookie-Use, or HTTP Authorization)==通过检测HTTP头部属性(比如cookie用途或者http认证)
or by POST-Parameters (either in URL or as HTTP protocol) and automatically excluded from indexing.==或者提交参数(链接或者http协议)能够检测出此类网页并在索引时排除.
Proxy Auto Config:==自动配置代理:
this controls the proxy auto configuration script for browsers at http://localhost:8090/autoconfig.pac==这会影响浏览器代理自动配置脚本 http://localhost:8090/autoconfig.pac
whether the proxy should only be used for .yacy-Domains==代理是否只对 .yacy 域名有效.
Proxy pre-fetch setting:==代理预读设置:
this is an automated html page loading procedure that takes actual proxy-requested==这是一个自动预读网页的过程
URLs as crawling start points for crawling.==期间会将请求代理的URL作为爬取起始点.
Prefetch Depth==预读深度
A prefetch of 0 means no prefetch; a prefetch of 1 means to prefetch all==设置为0则不预读; 设置为1预读所有嵌入链接,
embedded URLs, but since embedded image links are loaded by the browser==但是嵌入图像链接是由浏览器读取,
this means that only embedded href-anchors are prefetched additionally.==这意味着只预读嵌入式链接的顶层部分.
Store to Cache==存储至缓存
It is almost always recommended to set this on. The only exception is that you have another caching proxy running as secondary proxy and YaCy is configured to used that proxy in proxy-proxy - mode.==推荐打开此项设置. 唯一的例外是你有另一个缓存代理作为二级代理并且YaCy设置为使用'代理到代理'模式.
Do Local Text-Indexing==进行本地文本索引
If this is on, all pages (except private content) that passes the proxy is indexed.==如果打开此项设置, 所有通过代理的网页(除了私有内容)都会被索引.
Do Local Media-Indexing==进行本地媒体索引
This is the same as for Local Text-Indexing, but switches only the indexing of media content on.==与本地文本索引类似, 但是仅当'索引媒体内容'打开时有效.
Do Remote Indexing==进行远端索引
If checked, the crawler will contact other peers and use them as remote indexers for your crawl.==如果被选中, 爬虫会联系其他节点并将之作为远端索引器.
If you need your crawling results locally, you should switch this off.==如果仅需要本地索引结果, 可以关闭此项.
Only senior and principal peers can initiate or receive remote crawls.==只有高级节点和主要节点能发起和接收远端crawl.
Please note that this setting only take effect for a prefetch depth greater than 0.==请注意, 此设置仅在预读深度大于0时有效.
Proxy generally==代理杂项设置
Path==路径
The path where the pages are stored (max. length 300)==存储页面的路径(最大300个字符长度)
The size in MB of the cache.==缓存大小(MB).
"Set proxy profile"=="保存设置"
Changes will take effect after restart only.==改变仅在重启后生效.
You can see a snapshot of recently indexed pages==你可以在
#-----------------------------

#File: QuickCrawlLink_p.html
#---------------------------
Quickly adding Bookmarks:==快速添加书签:
Simply drag and drop the link shown below to your Browsers Toolbar/Link-Bar.==仅需拖动以下链接至浏览器工具栏/书签栏.
If you click on it while browsing, the currently viewed website will be inserted into the YaCy crawling queue for indexing.==如果在浏览网页时点击, 当前查看页面会被插入到crawl队列已用于索引
Crawl with YaCy==用YaCy爬取
Title:==标题:
Link:==链接:
Status:==状态:
URL successfully added to Crawler Queue==已成功添加网址到爬虫队列.
Malformed URL==异常链接
#-----------------------------

#File: RankingRWI_p.html
#---------------------------
The document ranking influences the order of the search result entities.==文档排名会影响实际搜索结果的顺序。
A ranking is computed using a number of attributes from the documents that match with the search word.==排名计算使用到与搜索词匹配的文档中的多个属性。
The attributes are first normalized over all search results and then the normalized attribute is multiplied with the ranking coefficient computed from this list.==在所有搜索结果基础上,先对属性进行归一化,然后将归一化的属性与相应的排名系数相乘。
There are two ranking stages: first all results are ranked using the pre-ranking and from the resulting list the documents are ranked again with a post-ranking.==有两个排名阶段:首先对搜索结果进行一次排名, 然后再对首次排名结果进行二次排名。
The two stages are separated because they need statistical information from the result of the pre-ranking.==两个结果是分开的, 因为它们都需要上次排名的统计结果。
"Set as Default Ranking"=="保存为默认排名"
"Re-Set to Built-In Ranking"=="重置排名设置"
#-----------------------------

#File: RankingSolr_p.html
#---------------------------
These are ranking attributes for Solr. This ranking applies for internal and remote (P2P or shard) Solr access.==这些是 Solr 的排名属性。 此排名适用于内部和远端(P2P或分片)的Solr访问。
Select a profile:==选择配置文件:
A Boost Function can combine numeric values from the result document to produce a number which is multiplied with the score value from the query result.==提升函数可以组合结果文档中的数值以生成一个数字,该数字与查询结果中的得分值相乘。
Example: to order by date, use "recip(ms(NOW,last_modified),3.16e-11,1,1)", to order by crawldepth, use "div(100,add(crawldepth_i,1))".==示例:要按日期排序,使用"recip(ms(NOW,last_modified),3.16e-11,1,1)";要按爬虫深度排序,使用"div(100,add(crawldepth_i,1))"。
The Boost Query is attached to every query. Use this to statically boost specific content in the index.==提升查询附加到每个查询。使用它来静态提升索引中的特定内容。
Example: "fuzzy_signature_unique_b:true^100000.0f" means that documents, identified as 'double' are ranked very bad and appended to the end of all results (because the unique are ranked high).==示例:“fuzzy_signature_unique_b:true^100000.0f”表示被标识为“double”的文档排名很差,并附加到所有结果的末尾(因为唯一的排名很高)。
The Filter Query is attached to every query. Use this to statically add a selection criteria to reduce the set of results.==过滤器查询附加到每个查询。使用它静态添加选择标准以减少结果集。
Example: "http_unique_b:true AND www_unique_b:true" will filter out all results where urls appear also with/without http(s) and/or with/without 'www.' prefix.==示例:"http_unique_b:true AND www_unique_b:true"将过滤掉URL包含/不包含http(s) 和/或 包含/不包含“www”的结果。
"Set Boost Function"=="设置提升函数"
"Set Boost Query"=="设置提升查询"
"Set Filter Query"=="设置过滤器查询"
"Set Field Boosts"=="设置字段提升"
"Re-Set to default"=="重置为默认值"
#-----------------------------

#File: RemoteCrawl_p.html
Last<br/>Seen==最后<br/>上线
Name==名称
Remote Crawler==远端爬虫
#---------------------------
The remote crawler is a process that requests urls from other peers.==远端爬虫是一个进程, 该进程可用于处理来自其他节点的地址.
Peers offer remote-crawl urls if the flag 'Do Remote Indexing'==如果选中了'进行远端索引', 则节点在开始爬取时
is switched on when a crawl is started.==能够进行远端爬取.
Remote Crawler Configuration==远端爬虫配置
Your peer cannot accept remote crawls because you need senior or principal peer status for that!==你的节点无法接受远端爬取, 因为你需要高级或骨干节点状态!
Perform web indexing upon request of another peer.==收到另一节点请求时进行网页索引.
Load with a maximum of==最多帮助爬取
pages per minute==页面/分钟
"Save"=="保存"
Peers offering remote crawl URLs==提供远端爬取地址的节点
If the remote crawl option is switched on, then this peer will load URLs from the following remote peers:==如果勾选了远端爬取选项, 则本机节点会帮助爬取来自远端节点提供的链接:
URLs for<br/>Remote<br/>Crawl==远程<br/>爬取<br/>地址
#-----------------------------

#File: SearchAccessRate_p.html
#------------------------------
Local Search access rate limitations==本地搜索访问率限制
You can configure here limitations on access rate to this peer search interface by unauthenticated users and users without extended search	right==你可以在此处配置未经验证的用户和没有扩展搜索权限的用户对该节点搜索界面的访问速率限制
YaCy search==YaCy搜索
Access rate limitations to this peer search interface.==本节点搜索界面访问率限制。
When a user with limited rights (unauthenticated or without extended search	right) exceeds a limit, the search is blocked.==当具有有限权限的用户(未经验证或没有扩展搜索权限)超过限制时,搜索阻塞。
Max searches in 3s==3秒内最大搜索次数
Max	searches in 3s==3秒内最大搜索次数
Max searches in 1mn==1分钟内最大搜索次数
Max searches in 10mn==10分钟内最大搜索次数
Max searches in	10mn==10分钟内最大搜索次数
Access rate limitations to the peer-to-peer search mode.==P2P搜索模式下访问率限制。
When a user with limited rights (unauthenticated or without extended search right) exceeds a limit, the search scope falls back to only	this local peer index.==当具有有限权限的用户(未经验证或没有扩展搜索权限)超过限制时,搜索范围缩小为本地索引。
Peer-to-peer search with JavaScript results	resorting==带有结果排序的P2P搜索
Access rate limitations to the peer-to-peer search mode with browser-side JavaScript results resorting enabled==对启用了浏览器端JavaScript结果重新排序的P2P搜索模式的访问率限制
When a user with limited rights	(unauthenticated or without extended search right) exceeds a limit,	results resorting becomes only applicable on demand, server-side.==当具有有限权限的用户(未经验证或没有扩展搜索权限)超过限制时,搜索结果重排仅可用于服务器侧搜索。
Remote snippet load==远端摘录加载
Limitations on snippet loading from remote websites.==对从远程网站加载摘录的限制。
When a user	with limited rights (unauthenticated or without extended search	right) exceeds a limit, the snippets fetch strategy falls back to 'CACHEONLY'==当具有有限权限的用户(未经验证或没有扩展搜索权限)超过限制时,摘录获取策略缩小为'CACHEONLY'。
#-----------------------------

#File: ServerScannerList.html
#------------------------------
The following servers can be searched:==可以搜索以下服务器:
Available server within the given IP range==指定IP范围内的可用服务器
"Add Selected Servers to Crawler"=="添加选中服务器到爬虫"
#------------------------------

#File: Settings_Crawler.inc
Changes will take effect immediately.==改变立即生效.
#---------------------------
HTTP Crawler Settings:==HTTP 爬虫设置:
#-----------------------------

#File: Settings_MessageForwarding.inc
#---------------------------
Message Forwarding==消息发送
With this settings you can activate or deactivate forwarding of yacy-messages via email.==此设置能打开或关闭电邮发送yacy消息.
Enable message forwarding==打开消息发送
Enabling/Disabling message forwarding via email.==打开/关闭email发送.
Forwarding Command==发送命令
Forwarding To==发送给
"Submit"=="提交"
Changes will take effect immediately.==改变立即生效.
#-----------------------------

#File: Settings_p.html
Remote Proxy (optional)==远端代理(可选)
Seed Upload Settings==种子上传设置
Server Access Settings==服务器访问设置
#---------------------------
Advanced Settings==高级设置
If you want to restore all settings to the default values,==你如果要恢复所有设置到默认值,
but <strong>forgot your administration password</strong>, you must stop the proxy,==但是<strong>忘记了管理员密码</strong>, 则你首先必须停止代理,
delete the file 'DATA/SETTINGS/yacy.conf' in the YaCy application root folder and start YaCy again.==然后删除YaCy应用根目录下的 'DATA/SETTINGS/yacy.conf' 文件,最后再次启动YaCy。
#-----------------------------

#File: Settings_Proxy.inc
#---------------------------
Remote Proxy (optional)==远端代理(可选)
YaCy can use another proxy to connect to the internet. You can enter the address for the remote proxy here:==YaCy能够通过第二代理连接到网络, 在此输入远端代理地址.
Enables the usage of the remote proxy by yacy==打开以支持远端代理
Use remote proxy for HTTPS==为HTTPS使用远端代理
Specifies if YaCy should forward ssl connections to the remote proxy.==选此指定YaCy是否使用SSL代理.
Remote proxy host==远端代理服务器
The ip address or domain name of the remote proxy==远端代理的IP地址或者域名
Remote proxy port==远端代理端口
the port of the remote proxy==远端代理使用的端口
Remote proxy user==远端代理用户
Remote proxy password==远端代理用户密码
No-proxy addresses==无代理地址
IP addresses for which the remote proxy should not be used==指定不使用代理的IP地址
"Submit"=="提交"
Changes will take effect immediately.==改变立即生效.
#-----------------------------

#File: Settings_ProxyAccess.inc
"change"=="改变"
#---------------------------
Proxy Access Settings==代理访问设置
These settings configure the access method to your own http proxy and server.==设定http代理和服务器的访问方式.
All traffic is routed through one single port, for both proxy and server.==代理和服务器流量均从同一端口流过.
Server Access Restrictions==服务器访问限制
You can restrict the access to this proxy/server using a two-stage security barrier:==使用两层安全屏障限制到此代理/服务器的访问:
define an <em>access domain</em> with a list of granted client IP-numbers or with wildcards==定义一个带有授权IP名单或者通配符的<em>访问域</em>
define an <em>user account</em> with an user:password - pair==创建一个需要密码的<em>用户账户</em>
This is the account that restricts access to the proxy function.==这是一个限制代理访问功能的账户.
You probably don't want to share the proxy to the internet, so you should set the==如果不想在互联网上共享代理,
IP-Number Access Domain to a pattern that corresponds to you local intranet.==请定义一个对应本地局域网的IP访问域表达式.
The default setting should be right in most cases. If you want, you can also set a proxy account==默认设置适用于大多数情况. 如果需要共享代理,
so that every proxy user must authenticate first, but this is rather unusual.==请先设置需要授权的代理账户.
IP-Number filter==IP地址过滤
#-----------------------------

#File: Settings_Seed_UploadFile.inc
#---------------------------
Store into filesystem:==存储至文件系统:
You must configure this if you want to store the seed-list file onto the file system.==如果要将seed列表文件存储至文件系统, 请先配置此选项.
Here you can specify the path within the filesystem where the seed-list file should be stored.==在此指定文件系统内保存seed列表文件的路径.
"Submit"=="提交"
#-----------------------------

#File: Settings_Seed_UploadFtp.inc
Password==密码
Path==路径
#---------------------------
Uploading via FTP:==通过FTP上传:
This is the account for a FTP server where you can host a seed-list file.==此账户能够访问FTP服务器以存储seed列表文件.
If you set this, you will become a principal peer.==如果设置了此选项, 本地节点会被置为主要节点.
Your peer will then upload the seed-bootstrap information periodically,==你的节点会定期上传seed启动信息,
but only if there had been changes to the seed-list.==前提是seed列表有变更.
Username==用户名
Your log-in at the FTP server==ftp服务器用户名
The password==用户密码
"Submit"=="提交"
#-----------------------------

#File: Settings_Seed_UploadScp.inc
Password==密码
Path==路径
#---------------------------
Uploading via SCP:==通过SCP上传:
This is the account for a server where you are able to login via ssh.==设置通过ssh访问服务器的账户.
The host where you have an account, like 'my.host.net'==服务器, 比如'my.host.net'
The sshd port of the host, like '22'==ssh端口, 比如'22'
The remote path on the server, like '~/yacy/seed.txt'. Missing sub-directories are NOT created automatically.==ssh服务器上传路径, 比如'~/yacy/seed.txt'. 不会自动创建缺少的子目录.
Username==用户名
Your log-in at the server==ssh服务器用户名
The password==用户密码
"Submit"=="提交"
#-----------------------------

#File: Settings_Seed.inc
#---------------------------
Seed Upload Settings==种子上传设置
With these settings you can configure if you have an account on a public accessible==如果你有一个公共服务器的账户, 可在此设置
server where you can host a seed-list file.==种子列表文件相关选项.
General Settings:==通用设置:
If you enable one of the available uploading methods, you will become a principal peer.==如果节点使用了以下某种上传方式, 则本机节点会成为主要节点.
Your peer will then upload the seed-bootstrap information periodically,==你的节点会定期上传种子启动信息,
but only if there have been changes to the seed-list.==前提是种子列表有变更.
Upload Method==上传方式
"Submit"=="提交"
The URL that can be used to retrieve the uploaded seed file, like==能够上传种子文件的链接, 比如
#-----------------------------

#File: Settings_ServerAccess.inc
#---------------------------
Server Access Settings==服务器访问设置
IP-Number filter:==IP地址过滤:
(requires restart)==(要求重启)
because this function is needed to spawn the p2p index-sharing function.==否则会影响p2p索引共享功能。
If you block access to your server (setting anything else than '*'), then you will also be blocked==如果作了访问限制(设置了不是'*'的任何值),
from using other peers' indexes for search service.==你也将在搜索服务中不能使用其他节点的索引。
However, blocking access may be correct in enterprise environments where you only want to index your==然而, 在企业环境中, 如果仅需要索引公司内部网页,
company's own web pages.==作相应限制则是正确的选项。
further details on format see Jetty==关于格式的进一步细节参见Jetty
staticIP (optional):==静态IP (可选):
peer is behind a firewall or proxy.</strong> You can create a tunnel through the firewall/proxy==静态IP设置能够确保其他节点能够找到你.</strong> 你可以创建一个穿过防火墙/代理的通道,
(look out for 'tunneling through https proxy with connect command') and create==(请搜索"通过链接命令创建https代理通道"了解更多)
an access point for incoming connections.==以给输入链接提供访问点。
This access address can be set here (either as IP number or domain name).==在此设置访问地址(IP地址或者域名)。
If the address of outgoing connections is equal to the address of incoming connections,==如果流出链接的地址和流入链接的相同,
you don't need to set anything here, please leave it blank.==请留空此栏.
If the value you enter here does not match with this IP,==如果你输入的IP与此IP不符,
you will not be able to access the server pages anymore.==那么你就不能访问服务器页面了.
Set this to avoid error-messages like 'proxy use not allowed / granted' on accessing your Peer by its hostname.==设置此选项可避免在通过服务器名访问对等服务器时出现‘代理使用不允许/已授权’等错误消息。
Virtual host for httpdFileServlet access for example http://FILEHOST/ shall access the file servlet and==用于 httpdFileServlet 访问的虚拟主机,例如 http://FILEHOST/ 应访问文件 servlet,并且
return the defaultFile at rootPath either way, http://FILEHOST/ denotes the same as http://localhost:&lt;port&gt;/==无论哪种方式都返回 rootPath 下的 defaultFile,http://FILEHOST/ 表示与 http://localhost:&lt;port&gt;/ 相同
for the preconfigured value 'localpeer', the URL is: http://localpeer/.==对于预配置值 'localpeer',URL 为:http://localpeer/.
"Submit"=="提交"
This is the main port for all http communication (default is 8090). A change requires a restart.==这是所有http通信的主端口(默认值为8090)。更改需要重新启动。
This is the port to connect via https (default is 8443). A change requires a restart.==这是通过https连接的端口(默认为8443)。更改需要重新启动。
This is the local port on the loopback address (127.0.0.1 or :1) to listen for a shutdown signal to stop the YaCy server (-1 disables the shutdown port, recommended default is 8005). A change requires a restart.==这是环地址(127.0.0.1 或:1)上的本地端口,用于侦听关闭信号以停止YaCy服务器(-1禁用关闭端口,推荐默认值为8005)。更改需要重新启动。
Compress responses with gzip==用gzip压缩响应
When checked (default), HTTP responses can be compressed using gzip.==选中时(默认),可以使用gzip压缩HTTP响应。
The requesting user-agent (a web browser, another YaCy peer or any other tool) uses the header 'Accept-Encoding' to tell whether it accepts gzip compression or not.==请求用户代理(网页浏览器、另一个YaCy节点或任何其他工具)使用标头'Accept-Encoding'来判断它是否接受gzip压缩。
This adds some processing overhead, but can significantly reduce the amount of bytes transmitted over the network.==这增加了一些处理开销,但可以显着减少通过网络传输的字节量。
#-----------------------------

#File: Settings_UrlProxyAccess.inc
#---------------------------
URL Proxy Settings<=URL Proxy Settings<
With this settings you can activate or deactivate URL proxy.==With this settings you can activate or deactivate URL proxy.
Show search results via URL proxy:==Show search results via URL proxy:
Enables or disables URL proxy for all search results. If enabled, all search results will be tunneled through URL proxy.==Enables or disables URL proxy for all search results. If enabled, all search results will be tunneled through URL proxy.
Alternatively you may add this javascript to your browser favorites/short-cuts, which will reload the current browser address==Alternatively you may add this javascript to your browser favorites/short-cuts, which will reload the current browser address
via the YaCy proxy servlet.==via the YaCy proxy servlet.
or right-click this link and add to favorites:==or right-click this link and add to favorites:
Restrict URL proxy use:==Restrict URL proxy use:
URL substitution:==URL substitution:
Define URL substitution rules which allow navigating in proxy environment. Possible values: all, domainlist. Default: domainlist.==Define URL substitution rules which allow navigating in proxy environment. Possible values: all, domainlist. Default: domainlist.
"Submit"=="Submit"
#-----------------------------

#File: SettingsAck_p.html
#---------------------------
Settings Receipt:==菜单设置:
No information has been submitted==未提交信息.
Error with submitted information.==提交信息发生错误.
The user name must be given.==必须给出用户名.
The password redundancy check failed. You have probably mistyped your password.==密码冗余检查错误.
Your administration account setting has been made.==已创建管理账户设置.
Your proxy access setting has been changed.==代理访问设置已改变.
The new proxy IP filter is set to==代理IP过滤设置为
The proxy port is:==代理端口号:
Port rebinding will be done in a few seconds.==端口在几秒后绑定完成.
Auto pop-up of the Status page is now <strong>disabled</strong>==自动弹出状态页面<strong>关闭.</strong>
Auto pop-up of the Status page is now <strong>enabled</strong>==自动弹出状态页面<strong>打开.</strong>
The Peer Name is:==节点名:
Your static Ip(or DynDns) is:==静态IP(或DynDns)为:
Seed Settings changed, but something is wrong.==seed设置已改变, 但是未完全成功.
Seed Uploading was deactivated automatically.==seed上传自动关闭.
Please return to the settings page and modify the data.==请返回设置页面修改参数.
The remote-proxy setting has been changed==远端代理设置已改变.
The new setting is effective immediately, you don't need to re-start.==新设置立即生效.
Your Peer Language is:==节点语言:
The submitted peer name is not well-formed. Please choose a different name.</strong> The Peer name has not been changed.
Peer names must not contain characters other than (a-z, A-Z, 0-9, '-', '_') and must not be longer than 80 characters.
Parsing of the following mime-types was enabled:
Seed Upload method was changed successfully.==seed上传方式改变成功.
You are now a principal peer.==本地节点已成为主要节点.
Seed Upload Method:==seed上传方式:
Seed File URL:==seed文件URL:
Your proxy networking settings have been changed.==代理网络设置已改变.
Transparent Proxy Support is:==透明代理支持:
Your message forwarding settings have been changed.==消息发送设置已改变.
Message Forwarding Support is:==消息发送支持:
Message Forwarding Command:==消息:
Recipient Address:==收件人地址:
#-----------------------------

#File: sharedBlacklist_p.html
"add"=="添加"
#---------------------------
Add Items to Blacklist==添加词条到黑名单
Unable to store the items into the blacklist file:==不能存储词条到黑名单文件:
Blacklist source:==黑名单源:
Blacklist target:==黑名单目的:
Blacklist item==黑名单词条
"select all"=="全部选择"
"deselect all"=="全部反选"
#-----------------------------

#File: Status_p.inc
Address==地址
Proxy==代理
#---------------------------
System Status==系统状态
System==系统
Unknown==未知
Protection==保护
password-protected==受密码保护
peer address not assigned==未分配节点地址
not used==未使用
broken==已断开
connected==已连接
Remote:==远端:
Tray-Icon==任务栏图标
Yes==是
No==否
Auto-popup on start-up==启动时自动弹出
Memory Usage==内存使用
RAM used:==占用内存:
RAM max:==最大内存:
DISK used:==占用硬盘:
DISK free:==可用硬盘:
Incoming Connections==流入连接
Local Crawl==本地爬取
Remote triggered Crawl==远端触发的爬取
Pre-Queueing==预排序
Seed server==种子服务器
#-----------------------------

#File: Status.html
#---------------------------
Log-in as administrator to see full status==登录管理用户以查看完整状态
Welcome to YaCy!==欢迎使用YaCy!
and set an administration password.==并设置管理密码.
Access is unrestricted from localhost (this includes administration features).==访问权限在localhost不受限制(这包括管理功能)。
You have not published your peer seed yet. This happens automatically, just wait.==尚未发布你的节点种子. 将会自动发布, 请稍候。
The peer must go online to get a peer address.==节点必须上线以获得节点地址。
You cannot be reached from outside.==外部不能访问你的节点。
A possible reason is that you are behind a firewall, NAT or Router.==很可能是因为你被防火墙, NAT或者路由器阻挡在后面。
global index on your own search page.==通过其他节点的全球索引进行搜索。
"bad"=="坏"
"idea"=="主意"
"good"=="好"
We encourage you to open your firewall for the port you configured (usually: 8090),==我们推荐你开放防火墙端口(通常是:8090),
or to set up a 'virtual server' in your router settings (often called DMZ).==或者在路由器中建立一个'虚拟服务器'(常叫做DMZ)。
Please be fair, contribute your own index to the global index.==请公平地贡献你的索引给全球索引。
it as soon as possible and restart YaCy.==请尽快修复并重启YaCy.
Crawling is paused! If the crawling was paused automatically, please check your disk space.==爬取暂停! 如果这是自动暂停的,请检查你的硬盘空间。
You can download a more recent version of YaCy. Click here to install this update and restart YaCy:==你可以下载最新版本YaCy, 点此进行升级并重启:
You are running a server in senior mode and you support the global internet index,==服务器运行在高级模式, 并支持全球索引,
You have a principal peer because you publish your seed-list to a public accessible server==你是一个骨干节点, 因为你向公共服务器公布了你的种子列表,
If you need professional support, please write to==如果你需要专业级支持, 请EMAIL来信
#-----------------------------

#File: Steering.html
#---------------------------
No action submitted==未提交动作
Your system is not protected by a password==你的系统未受密码保护
You don't have the correct access right to perform this task.==无执行此任务权限.
Please log in.==请登录.
See you soon!==下次再见!
Just a moment, please!==请稍候.
Application will terminate after working off all scheduled tasks.==程序在所有任务完成后将停止.
Please send us feed-back!==可以给我们一个反馈嘛!
We don't track YaCy users, YaCy does not send 'home-pings', we do not even know how many people use YaCy as their private search engine.==我们不跟踪YAY用户,YaCy不发送“回家Ping”,我们甚至不知道有多少人使用Yyas作为他们的私人搜索引擎。
Please send us feed-back about your experience with an==请向我们发送有关你的体验的回馈
Professional Support==专业级支持
Then YaCy will restart.==然后YaCy会重新启动.
If you can't reach YaCy's interface after 5 minutes restart failed.==如果5分钟后不能访问此页面说明重启失败.
#-----------------------------

#File: Supporter.html
#---------------------------
"Please enter a comment to your link recommendation. (Your Vote is also considered without a comment.)"
Supporter are switched off for users without authorization==未授权用户不属于参与者范畴
"bookmark"=="书签"
"Add to bookmarks"=="添加到书签"
"positive vote"=="好评"
"Give positive vote"=="给予好评"
"negative vote"=="差评"
"Give negative vote"=="给予差评"
#-----------------------------

#File: Surftips.html
"Add to bookmarks"=="添加到书签"
"Give negative vote"=="给予差评"
"Give positive vote"=="给予好评"
"bookmark"=="书签"
"negative vote"=="差评"
"positive vote"=="好评"
#---------------------------
"authentication required"=="需要认证"
Hide surftips for users without authorization==隐藏非认证用户的建议功能
Show surftips to everyone==所有人均可使用建议
#-----------------------------

#File: Automation_p.html
Comment==注释
hours==小时
#---------------------------
The information that is presented on this page can also be retrieved as XML.==The information that is presented on this page can also be retrieved as XML.
Click the API icon to see the XML.==Click the API icon to see the XML.
These recorded actions can be used to repeat specific actions and to send them==它们用于重复执行某一指定动作,
to a scheduler for a periodic execution.==或者用于周期执行一系列动作.
"next page"=="下一页"
"previous page"=="上一页"
Recording&nbsp;Date==记录的日期
Last&nbsp;Exec&nbsp;Date==上次执行日期
Next&nbsp;Exec&nbsp;Date==下次执行日期
"clone"=="clone"
"Execute Selected Actions"=="执行选中的行为"
"Delete Selected Actions"=="删除选中的行为"
"Delete all Actions which had been created before "=="删除创建于之前的全部行为"
#-----------------------------

#File: Table_RobotsTxt_p.html
#---------------------------
The information that is presented on this page can also be retrieved as XML.==此页信息也可表示为XML.
Click the API icon to see the XML.==点击API图标查看XML.
#-----------------------------

#File: Tables_p.html
#---------------------------
Table Administration==表格管理
Table Selection==选择表格
Select Table:==选择表格:
show max.==显示最多.
entries,==个词条,
search rows for==搜索内容
"Search"=="搜索"
"Edit Selected Row"=="编辑选中行"
"Add a new Row"=="添加新行"
"Delete Selected Rows"=="删除选中行"
"Delete Table"=="删除表格"
Row Editor==行编辑器
Primary Key==主键
"Commit"=="备注"
#-----------------------------

#File: terminal_p.html
"WebStructurePicture"=="网页结构图"
#---------------------------
YaCy System Terminal Monitor==YaCy系统终端监控器
Event Terminal==事件终端
Image Terminal==图形终端
Domain Monitor==域监控器
This browser does not have a Java Plug-in.==此浏览器没有安装Java插件.
Get the latest Java Plug-in here.==在此获取.
Resource Monitor==资源监控器
Network Monitor==网络监控器
#-----------------------------

#File: Threaddump_p.html
#---------------------------
YaCy Debugging: Thread Dump==YaCy Debug: 线程Dump
"Single Threaddump"=="单线程Dump"
"Multiple Dump Statistic"=="多个Dump数据"
#-----------------------------

#File: TransNews_p.html
"negative vote"=="差评"
"positive vote"=="好评"
Originator==拥有者
#---------------------------
You can share your local addition to translations and distribute it to other peers.==你可以分享你的本地翻译,并分发给其他节点。
The remote peer can vote on your translation and add it to its own local translation.==远端节点可以对你的翻译进行投票并将其添加到他们的本地翻译中。
"Publish"=="发布"
File:==文件:
Translation:==翻译:
#-----------------------------

#File: Translator_p.html
#---------------------------
Translation Editor==翻译编辑器
UI Translation==界面翻译
Source File==源文件
view it==查看
filter untranslated==列出未翻译项
Source Text==源文
#-----------------------------

#File: User.html
#---------------------------
User Page==用户页面
Username:==用户名:
"login"=="登录"
old Password==旧密码
new Password(repetition)==新密码(重复)
"Change"=="改变"
You are currently logged in as admin.==当前作为管理员登录.
(after logout you will be prompted for your password again. simply click "cancel")==(注销后需要重新输入密码)
Password was changed.==密码已改变.
Old Password is wrong.==密码输入错误.
New Password and its repetition do not match.==新密码两次输入不匹配.
New Password is empty.==新密码为空.
#-----------------------------

#File: ViewFile.html
Description:==描述:
no==否
yes==是
#---------------------------
See the page info about the url.==查看关于此地址的页面信息。
"Show Metadata"=="显示元数据"
"Browse Host"=="浏览服务器"
Citation Report==引用报告
MimeType:==Mime类型
Search in Document:==在文档中搜索:
"Show Snippet"=="显示摘录"
View URL Content==查看地址内容
View as==查看形式
Plain Text==文本
Parsed Text==解析文本
Parsed Sentences==解析句子
Parsed Tokens/Words==解析令牌/字
Link List==链接列表
"Show"=="显示"
Unable to find URL Entry in DB==无法找到数据库中的链接.
Invalid URL==无效链接
Unable to download resource content.==无法下载资源内容.
Unable to parse resource content.==无法解析资源内容.
Unsupported protocol.==不支持的协议.
Parsed Content==解析内容
#-----------------------------

#File: ViewLog_p.html
#---------------------------
Server Log==服务器日志
reversed order==倒序排列
"refresh"=="刷新"
#-----------------------------

#File: ViewProfile.html
Name==名称
Nick Name==昵称
eMail==邮箱
#---------------------------
Local Peer Profile:==本地节点资料:
Wrong access of this page==页面权限错误
The requested peer is unknown or a potential peer.==所请求节点未知或者是潜在节点.
The profile can't be fetched.==无法获取资料.
Comment==注释
#-----------------------------

#File: Vocabulary_p.html
Delete==删除
The information that is presented on this page can also be retrieved as XML==此页面上显示的信息也可以作为XML检索
#---------------------------
The vocabulary is used to annotate the indexed content with a reference to the object that is denoted by the term of the vocabulary.==词汇用于通过引用由词汇的术语表示的对象来注释索引的内容.
The object can be denoted by a url stub that, combined with the term, becomes the url for the object.==该对象可以用地址存根表示,该存根与该术语一起成为该对象的地址.
"View"=="查看"
Import from a csv file==从csv文件导入
"Create"=="创建"
#-----------------------------

#File: WatchWebStructure_p.html
#---------------------------
"WebStructurePicture"=="网页结构图"
The data that is visualized here can also be retrieved in a XML file, which lists the reference relation between the domains.==此页面数据显示域之间的关联关系, 能以XML文件形式查看.
With a GET-property 'about' you get only reference relations about the host that you give in the argument field for 'about'.==使用GET属性'about'仅能获得带有'about'参数的域关联关系.
With a GET-property 'latest' you get a list of references that had been computed during the current run-time of YaCy, and with each next call only an update to the next list of references.==使用GET属性'latest'能获得当前的关联关系列表, 并且每一次调用都只能更新下一级关联关系列表.
Click the API icon to see the XML file.==点击API图标查看XML文件.
Web Structure==网页结构
"change"=="改变"
#-----------------------------

#File: Wiki.html
Edit==编辑
#---------------------------
Grant Write Access to==授予写权限
# !!! Do not translate the input buttons because that breaks the function to switch rights !!!
Start Page==开始页面
Index==索引
Versions==版本
Author:==作者:
You can use==你可以在这使用
"Submit"=="提交"
"Preview"=="预览"
"Discard"=="取消"
No changes have been submitted so far!==未提交任何改变!
Subject==主题
Change Date==改变日期
Last Author==最后作者
Compare version from==原始版本
"Show"=="显示"
with version from==对比版本
"Compare"=="对比"
Changes will be published as announcement on YaCyNews==改变会被发布在YaCy新闻中.
#-----------------------------

#File: WikiHelp.html
#---------------------------
Code==代码
This tag displays a Youtube or Vimeo video with the id specified and fixed width 425 pixels and height 350 pixels.==这个标签显示一个425像素和350像素的Youtube或Vimeo视频.
Wiki-Code==Wiki代码
This table contains a short description of the tags that can be used in the Wiki and several other servlets==此表列出了用于Wiki和几个插件代码标签简述,
of YaCy. For a more detailed description visit the==详情请见
Description==描述
These tags create stressed texts. The first pair emphasizes the text (most browsers will display it in italics),==这些标记标识文本内容. 第一对中为强调内容(多数浏览器用斜体表示),
the second one emphasizes it more strongly (i.e. bold) and the last tags create a combination of both.==第二对用粗体表示, 第三对为两者的联合.
Lines will be indented. This tag is supposed to mark citations, but may as well be used for styling purposes.==缩进内容, 此标记主要用于引用, 也能用于标识样式.
These tags create a numbered list.==此标记用于有序列表.
These tags create an unnumbered list.==用于创建无序列表.
These tags create a definition list.==用于创建定义列表.
This tag creates a horizontal line.==创建水平线.
This tag creates links to other pages of the wiki.==创建到其他wiki页面的链接.
This tag displays an image, it can be aligned left, right or center.==显示图片, 可设置左对齐, 右对齐和居中.
These tags create a table, whereas the first marks the beginning of the table, the second starts==用于创建表格, 第一个标记为表格开头, 第二个为换行,
a new line, the third and fourth each create a new cell in the line. The last displayed tag==第三个与第四个创建列.
closes the table.==最后一个为表格结尾.
A text between these tags will keep all the spaces and linebreaks in it. Great for ASCII-art and program code.==此标记之间的文本会保留所有空格和换行, 主要用于ASCII艺术图片和编程代码.
If a line starts with a space, it will be displayed in a non-proportional font.==如果一行以空格开头, 则会以非比例形式显示.
This tag creates links to external websites.==此标记创建外部网站链接.
#-----------------------------

#File: yacyinteractive.html
#---------------------------
YaCy Interactive Search==YaCy交互搜索
Click the API icon to see an example call to the search rss API.==点击API图标查看调用rss API的示例。
"Search"=="搜索"
"Search..."=="搜索中..."
#-----------------------------

#File: yacysearch_location.html
#---------------------------
The information that is presented on this page can also be retrieved as XML==此页面上显示的信息也可以作为XML检索
Click the API icon to see the XML.==单击 API 图标以查看 XML。
#-----------------------------

#File: yacysearch.html
Show==显示
#---------------------------
# Do not translate id="search" and rel="search" which only have technical html semantics
Click the RSS icon to see this search result as RSS message stream.==单击 RSS 图标可将此搜索结果视为 RSS 消息流。
Use the RSS search result format to add static searches to your RSS reader, if you use one.==使用 RSS 搜索结果格式将静态搜索添加到你的 RSS 阅读器(如果你使用的话)。
Did you mean:==你想搜:
No Results.==未找到.
Location -- click on map to enlarge==位置 -- 点击地图放大
#-----------------------------

#File: yacysearchitem.html
#---------------------------
"bookmark"=="书签"
"recommend"=="推荐"
"delete"=="删除"
Pictures==图片
#-----------------------------

#File: YaCySearchPluginFF.html
#---------------------------
YaCy Firefox Search-Plugin Installation:==YaCy Firefox 搜索插件安装:
Simply click on the link shown below to integrate the YaCy Firefox Search-Plugin into your browser.==只需点击下面显示的链接,即可将YaCy Firefox搜索插件集成到浏览器中。
In Mozilla Firefox, you can the Search-Plugin via the search box on the toolbar.<br />In Mozilla (Seamonkey) you can access the Search-Plugin via the Sidebar or the Location Bar.==在Mozilla Firefox中,你可以通过工具栏上的搜索框打开搜索插件。<br />在Mozilla(Seamonkey)中,你可以通过侧栏或位置栏访问搜索插件。
Install the YaCy search plugin.==安装YaCy搜索插件。
#-----------------------------

#File: yacysearchtrailer.html
Location==位置
#---------------------------
Stealth Mode==隐身 模式
Privacy==隐私
Context Ranking==按内容排名
Sort by Date==按日期排序
Documents==文件
Images==图片
#-----------------------------

#File: api/citation.html
#---------------------------
List of other web pages with citations==其他网页与引文列表
Similar documents from different hosts:==来自不同服务器的类似文件:
#-----------------------------

#File: api/table_p.html
#---------------------------
"Edit Table"=="编辑表格"
#-----------------------------

#File: env/templates/header.template
"Search"=="搜索"
Search==搜索
Toggle navigation==切换导航
#---------------------------
"Search..."=="搜索..."
Forum==论坛
Help==帮助
About This Page==关于此页面
JavaScript information==JavaScript信息
Please help! We need financial help to move on with the development!==请帮忙!我们需要资金帮助才能继续发展!
### FIRST STEPS ###
First Steps==第一步
Use Case &amp; Account==用法&amp;账户
RAM/Disk Usage &amp; Updates==内存/硬盘使用&amp;更新
### MONITORING ###
Monitoring==监控
System Status==系统状态
Peer-to-Peer Network==P2P网络
Index Browser==索引浏览器
Network Access==网络访问
Crawler Monitor==爬虫监控
### Production ###
Production==生产
Content Semantic==内容语义
Target Analysis==目标分析
### Administration ###
Index Administration==索引管理
System Administration==系统管理
Filter &amp; Blacklists==过滤&amp;黑名单
### Search Portal Integration ###
Search Portal Integration==搜索门户整合
Portal Configuration==门户配置
Portal Design==门户设计
Ranking and Heuristics==排名和启发
#-----------------------------

#File: env/templates/simpleheader.template
Compare Search==比较搜索
File Search==文件搜索
JavaScript information==JavaScript信息
URL Viewer==网址查看器
Web Search==网页搜索
YaCy Tutorials==YaCy教程
#---------------------------
About This Page==关于此页
Example Calls to the Search API:==调用搜索API的示例:
Administration &raquo;==管理 &raquo;
Toggle navigation==切换导航
#-----------------------------

#File: env/templates/simpleSearchHeader.template
Toggle navigation==切换导航
#---------------------------
Log in==登录
Web Search==网页搜索
File Search==文件搜索
Compare Search==比较搜索
URL Viewer==网址查看器
Example Calls to the Search API:==调用搜索API的例子:
About This Page==关于此页面
YaCy Tutorials==YaCy教程
JavaScript information==JavaScript信息
Administration &raquo;==管理 &raquo;
#-----------------------------

#File: env/templates/submenuAccessTracker.template
#---------------------------
Access Tracker==访问跟踪器
Server Access==服务器访问
Access Grid==访问网格
Incoming Requests Overview==传入请求概况
Incoming Requests Details==传入请求详情
Log==日志
Host Tracker==服务器跟踪器
Access Rate Limitations==访问率限制
Cookie Menu==Cookie菜单
Incoming&nbsp;Cookies==传入&nbsp;Cookies
Outgoing&nbsp;Cookies==传出&nbsp;Cookies
#-----------------------------

#File: env/templates/submenuBlacklist.template
#---------------------------
Filter &amp; Blacklists==过滤 &amp; 黑名单
Blacklist Administration==黑名单管理
Blacklist Cleaner==黑名单整理
Blacklist Test==黑名单测试
Import/Export==导入/导出
#-----------------------------

#File: env/templates/submenuComputation.template
Memory Usage==内存使用
Overview==概况
Server Log==服务器日志
#---------------------------
System==系统
Thread Dump==线程转储
#-----------------------------

#File: env/templates/submenuConfig.template
#---------------------------
System Administration==系统管理
Viewer and administration for database tables==数据库表的查看与管理
Performance Settings of Busy Queues==繁忙队列的性能设置
#UNUSED HERE
Advanced Settings==高级设置
Advanced Properties==高级设置
#-----------------------------

#File: env/templates/submenuCrawlMonitor.template
Overview==概况
#---------------------------
Crawl Results==爬取结果
Global==全球
robots.txt Monitor==robots.txt监控器
Remote==远端
No-Load==空载
Processing Monitor==进程监控
Rejected URLs==被拒绝地址
Crawler Steering==爬取控制
#-----------------------------

#File: env/templates/submenuCrawler.template
#---------------------------
Load Web Pages==加载网页
Site Crawling==网站爬取
Parser Configuration==解析器配置
#-----------------------------

#File: env/templates/submenuDesign.template
#---------------------------
Search Page Layout==搜索页面布局
Design==设计
#-----------------------------

#File: env/templates/submenuIndexControl.template
#---------------------------
Index Administration==索引管理
URL Database Administration==地址数据库管理
Index Deletion==索引删除
Index Sources &amp; Targets==索引来源&目标
Solr Schema Editor==Solr模式编辑器
Field Re-Indexing==字段重新索引
Reverse Word Index==反向词索引
Content Analysis==内容分析
#-----------------------------

#File: env/templates/submenuIndexCreate.template
#---------------------------
Crawl Start (Expert)==爬取开始(专家模式)
Network Scanner==网络扫描仪
Crawling of MediaWikis==MediaWikis爬取
Remote Crawling==远端爬取
Scraping Proxy==收割代理
Advanced Crawler==高级爬虫
#-----------------------------

#File: env/templates/submenuMaintenance.template
#---------------------------
RAM/Disk Usage &amp; Updates==内存/硬盘 使用 &amp; 更新
Web Cache==网页缓存
Download System Update==下载系统更新
#-----------------------------

#File: env/templates/submenuPortalConfiguration.template
#---------------------------
Generic Search Portal==通用搜索门户
User Profile==用户资料
Local robots.txt==本地robots.txt
Portal Configuration==门户配置
Search Box Anywhere==随处搜索框
#-----------------------------

#File: env/templates/submenuPublication.template
#---------------------------
Publication==发布
Wiki==百科
Blog==博客
#-----------------------------

#File: env/templates/submenuRanking.template
#---------------------------
Solr Ranking Config==Solr排名配置
Ranking and Heuristics==排名与启发式
RWI Ranking Config==反向词排名配置
#-----------------------------

#File: env/templates/submenuSemantic.template
#---------------------------
Content Semantic==内容语义
Auto-Annotation Vocabulary Editor==自动注释词汇编辑器
Knowledge Loader==知识加载器
#-----------------------------

#File: env/templates/submenuTargetAnalysis.template
#---------------------------
Target Analysis==目标分析
Mass Crawl Check==大量爬取检查
Regex Test==正则表达式测试
#-----------------------------

#File: env/templates/submenuUseCaseAccount.template
#---------------------------
Use Case &amp; Accounts==用法 &amp; 账户
Basic Configuration==基本设置
Network Configuration==网络设置
#-----------------------------

#File: env/templates/submenuWebStructure.template
#---------------------------
Index Browser==索引浏览器
Web Visualization==网页元素外观
Web Structure==网页结构
Image Collage==图像拼贴
#-----------------------------

### Subdirectory js ###
#File: proxymsg/authfail.inc
Password==密码
Username==用户名
#---------------------------
Your Username/Password is wrong.==用户名/密码输入错误.
"login"=="登录"
#-----------------------------

#File: proxymsg/error.html
#---------------------------
YaCy: Error Message==YaCy: 错误消息
request:==请求:
unspecified error==未定义错误
not-yet-assigned error==未定义错误
You don't have an active internet connection. Please go online.==无网络链接, 请上线.
Could not load resource. The file is not available.==无效文件, 加载资源失败.
#-----------------------------

#File: proxymsg/proxylimits.inc
#---------------------------
Your Account is disabled for surfing.==你的账户没有浏览权限.
#-----------------------------

#File: proxymsg/unknownHost.inc
#---------------------------
Did you mean:==是不是:
#-----------------------------

#File: IndexImportJsonList_p.html
#---------------------------
File:==文件:
Remaining Time:==剩余时间:
Running Time:==运行时间:
Speed:==速度:
Thread:==线程:
#-----------------------------

#File: IndexImportZim_p.html
#---------------------------
File:==文件:
Remaining Time:==剩余时间:
Running Time:==运行时间:
Speed:==速度:
Thread:==线程:
#-----------------------------

#File: RegexTest.html
#---------------------------
Regex Test==正则表达式测试
#-----------------------------

#File: api/share.html
#---------------------------
File Share==文件共享
#-----------------------------

#File: api/yacydoc.html
#---------------------------
Click the API icon to see an example call to the search rss API.==点击API图标查看调用rss API的示例。
Description==描述
Location==位置
Subject==主题
#-----------------------------

#File: processing/domaingraph/applet/index.html
#---------------------------
Get the latest Java Plug-in here.==在此获取.
This browser does not have a Java Plug-in.==此浏览器没有安装Java插件.
#-----------------------------

#File: yacychat.html
#---------------------------
"Search"=="搜索"
User==用户
#-----------------------------