zh_CN.po
81.4 KB
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
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
msgid ""
msgstr ""
"Project-Id-Version: Divi 1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/style\n"
"POT-Creation-Date: 2017-02-08 23:18:38+00:00\n"
"PO-Revision-Date: 2016-03-30 01:05+0300\n"
"Last-Translator: \n"
"Language-Team: Elegant Themes\n"
"Language: zh\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.6\n"
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
"esc_html_x:1,2c\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPath-1: ..\n"
"X-Poedit-SearchPathExcluded-0: ../includes/builder\n"
"X-Poedit-SearchPathExcluded-1: ../node_modules\n"
"X-Poedit-SearchPathExcluded-2: ../core\n"
#: comments.php:4
msgid "This post is password protected. Enter the password to view comments."
msgstr "这篇文章受密码保护。输入密码以查看评论。"
#: comments.php:13
msgid "0 Comments"
msgstr "0 条评论"
#: comments.php:13
msgid "1 Comment"
msgstr "1 条评论"
#: comments.php:13 epanel/core_functions.php:554
msgid "Comments"
msgstr "评论"
#: comments.php:18 comments.php:31
msgid "<span class=\"meta-nav\">←</span> Older Comments"
msgstr "<span class=\"meta-nav\">←</span> 更早的评论"
#: comments.php:19 comments.php:32
msgid "Newer Comments <span class=\"meta-nav\">→</span>"
msgstr "较新的评论 <span class=\"meta-nav\">→</span>"
#: comments.php:38
msgid "Trackbacks/Pingbacks"
msgstr "引用/广播"
#: comments.php:56
msgid "Submit Comment"
msgstr "提交评论"
#: comments.php:56
msgid "Submit a Comment"
msgstr "提交评论"
#: comments.php:56
msgid "Leave a Reply to %s"
msgstr "发表对 %s 的回复"
#: epanel/core_functions.php:33
msgid "Help"
msgstr "帮助"
#: epanel/core_functions.php:121
msgid "Options"
msgstr "选项"
#: epanel/core_functions.php:121 functions.php:8468
msgid "Theme Options"
msgstr "主题选项"
#: epanel/core_functions.php:140
msgid "settings saved."
msgstr "已保存设置。"
#: epanel/core_functions.php:143
msgid "settings reset."
msgstr "设置重置。"
#: epanel/core_functions.php:152 epanel/core_functions.php:502
msgid "Save Changes"
msgstr "保存改动"
#: epanel/core_functions.php:161 epanel/core_functions.php:801
msgid "%s Theme Options"
msgstr "%s 主题选项"
#: epanel/core_functions.php:168
msgid "Reset to Defaults"
msgstr "重置为默认"
#: epanel/core_functions.php:173 options_divi.php:38 options_divi.php:866
msgid "General"
msgstr "常规"
#: epanel/core_functions.php:176
msgid "Navigation"
msgstr "导航"
#: epanel/core_functions.php:179 functions.php:696
msgid "Layout"
msgstr "布局"
#: epanel/core_functions.php:182
msgid "Ads"
msgstr "广告"
#: epanel/core_functions.php:185
msgid "Colorization"
msgstr "颜色"
#: epanel/core_functions.php:188
msgid "SEO"
msgstr "SEO"
#: epanel/core_functions.php:191
msgid "Integration"
msgstr "集成"
#: epanel/core_functions.php:194
msgid "Support"
msgstr ""
#: epanel/core_functions.php:197
msgid "Updates"
msgstr ""
#: epanel/core_functions.php:300 epanel/core_functions.php:511
msgid "Reset"
msgstr "重置"
#: epanel/core_functions.php:301
msgid "Upload"
msgstr "上传"
#: epanel/core_functions.php:328
msgid "You don't have pages"
msgstr "您没有任何页面"
#: epanel/core_functions.php:516 includes/functions/choices.php:92
msgid "Yes"
msgstr "是"
#: epanel/core_functions.php:519 includes/functions/choices.php:93
msgid "No"
msgstr "否"
#: epanel/core_functions.php:533
msgid "Enabled"
msgstr "启用"
#: epanel/core_functions.php:535
msgid "Disabled"
msgstr "禁用"
#: epanel/core_functions.php:542
msgid "Author"
msgstr "作者"
#: epanel/core_functions.php:546
msgid "Date"
msgstr "日期"
#: epanel/core_functions.php:550 options_divi.php:339
msgid "Categories"
msgstr "类别"
#: epanel/core_functions.php:759
msgid "Choose an Image"
msgstr "选择图像"
#: epanel/custom_functions.php:305
msgid "…"
msgstr "…"
#: epanel/custom_functions.php:639 header.php:188 header.php:231
msgid "Home"
msgstr "首页"
#: epanel/custom_functions.php:936
msgid "Archives"
msgstr "档案"
#: epanel/custom_functions.php:938
msgid "Search results for \"%s\""
msgstr "\"%s\" 的搜索结果"
#: epanel/custom_functions.php:940
msgid "404 Not Found"
msgstr "404 未找到"
#: epanel/custom_functions.php:1010
msgid "Currently viewing archives from %1$s"
msgstr "目前正在查看 %1$s 的档案"
#: epanel/custom_functions.php:1023
msgid "Search Results for: %s"
msgstr "搜寻 %s 的结果"
#: epanel/custom_functions.php:1264
msgid "Image doesn't exist"
msgstr "图像不存在"
#: epanel/custom_functions.php:1429
msgid ""
"<div class=\"updated\"><p>This is a fresh installation of %1$s theme. Don't "
"forget to go to <a href=\"%2$s\">ePanel</a> to set it up. This message will "
"disappear once you have clicked the Save button within the <a href=\"%2$s"
"\">theme's options page</a>.</p></div>"
msgstr ""
"<div class=\"updated\"><p>这是全新安装的 %1$s 主题。不要忘了去<a href=\"%2$s"
"\">ePanel</a>对其进行设置。一旦您点击了<a href=\"%2$s\">theme's options "
"page</a>.</p></div>的保存按钮,此消息将消失。"
#: epanel/shortcodes/shortcodes.php:15 epanel/shortcodes/shortcodes.php:518
msgid "Previous"
msgstr "上一页"
#: epanel/shortcodes/shortcodes.php:15 epanel/shortcodes/shortcodes.php:519
msgid "Next"
msgstr "下一页"
#: epanel/shortcodes/shortcodes.php:273
msgid "Tweet"
msgstr "Twitter 发帖"
#: epanel/shortcodes/shortcodes.php:289
msgid "Member Login"
msgstr "会员登录"
#: epanel/shortcodes/shortcodes.php:292
msgid "Username: "
msgstr "用户名: "
#: epanel/shortcodes/shortcodes.php:293
msgid "Password: "
msgstr "密码: "
#: epanel/shortcodes/shortcodes.php:294 functions.php:3876
msgid "Login"
msgstr "登录"
#: epanel/shortcodes/shortcodes.php:330
msgid "Add a Tooltip Text"
msgstr "添加工具提示文本"
#: epanel/shortcodes/shortcodes.php:352
msgid "Click here to learn more"
msgstr "点击这里了解更多"
#: epanel/shortcodes/shortcodes.php:732
msgid "Join Now"
msgstr "立即加入"
#: epanel/shortcodes/shortcodes.php:967
msgid "Add ET Learn more block"
msgstr "添加切换块"
#: epanel/shortcodes/shortcodes.php:968
msgid "Add ET Box"
msgstr "添加框"
#: epanel/shortcodes/shortcodes.php:969
msgid "Add ET Button"
msgstr "添加按钮"
#: epanel/shortcodes/shortcodes.php:970
msgid "Add ET Tabs"
msgstr "添加选项卡"
#: epanel/shortcodes/shortcodes.php:971
msgid "Add Author Bio"
msgstr "添加作者自传"
#: epanel/shortcodes/shortcodes.php:972
msgid "Shortcodes"
msgstr "短代码"
#: epanel/shortcodes/shortcodes.php:977
msgid "Caption"
msgstr "说明"
#: epanel/shortcodes/shortcodes.php:978
msgid "Caption goes here"
msgstr "说明放在这里"
#: epanel/shortcodes/shortcodes.php:979
msgid "Caption title goes here"
msgstr "说明标题放在这里"
#: epanel/shortcodes/shortcodes.php:983
msgid "State"
msgstr "状态"
#: epanel/shortcodes/shortcodes.php:985
msgid "Select between expanded and closed state"
msgstr "在展开和闭合状态之间选择"
#: epanel/shortcodes/shortcodes.php:990 epanel/shortcodes/shortcodes.php:1006
#: epanel/shortcodes/shortcodes.php:1035 epanel/shortcodes/shortcodes.php:1115
msgid "Content"
msgstr "内容"
#: epanel/shortcodes/shortcodes.php:991 epanel/shortcodes/shortcodes.php:1007
#: epanel/shortcodes/shortcodes.php:1093 epanel/shortcodes/shortcodes.php:1116
msgid "Content goes here"
msgstr "内容放在这里"
#: epanel/shortcodes/shortcodes.php:992 epanel/shortcodes/shortcodes.php:1008
#: epanel/shortcodes/shortcodes.php:1037
msgid "Content text or html"
msgstr "内容文本或 HTML"
#: epanel/shortcodes/shortcodes.php:999 epanel/shortcodes/shortcodes.php:1021
msgid "Type"
msgstr "类型"
#: epanel/shortcodes/shortcodes.php:1001
msgid "Type of the box"
msgstr "框类型"
#: epanel/shortcodes/shortcodes.php:1015
msgid "Link"
msgstr "链接"
#: epanel/shortcodes/shortcodes.php:1017
msgid "URL"
msgstr "URL"
#: epanel/shortcodes/shortcodes.php:1023
msgid "Choose button type"
msgstr "选择按钮类型"
#: epanel/shortcodes/shortcodes.php:1028
msgid "Color"
msgstr "颜色"
#: epanel/shortcodes/shortcodes.php:1030
msgid "Choose button color"
msgstr "选择按钮颜色"
#: epanel/shortcodes/shortcodes.php:1036
msgid "Link text"
msgstr "链接文本"
#: epanel/shortcodes/shortcodes.php:1041
msgid "Icon"
msgstr "图标"
#: epanel/shortcodes/shortcodes.php:1043
msgid "Used for icon button type"
msgstr "用于图标按钮类型"
#: epanel/shortcodes/shortcodes.php:1048
msgid "Open link in new window"
msgstr "在新窗口中打开链接"
#: epanel/shortcodes/shortcodes.php:1050
msgid "Select yes if the link should be opened in a new window"
msgstr "如果链接应该在新窗口打开,选择是"
#: epanel/shortcodes/shortcodes.php:1058
msgid "Slider Type"
msgstr "滑块类型"
#: epanel/shortcodes/shortcodes.php:1060
msgid "Select Slider Type here"
msgstr "在此选择滑块类型"
#: epanel/shortcodes/shortcodes.php:1065
msgid "Effect"
msgstr "效果"
#: epanel/shortcodes/shortcodes.php:1067
msgid "Select Animation Effect"
msgstr "选择动画效果"
#: epanel/shortcodes/shortcodes.php:1072
msgid "Auto"
msgstr "自动"
#: epanel/shortcodes/shortcodes.php:1074
msgid "Choose yes if you want for automatic slider animation"
msgstr "如果您想启用自动滑块动画,选择是"
#: epanel/shortcodes/shortcodes.php:1079
msgid "Auto Speed"
msgstr "自动速度"
#: epanel/shortcodes/shortcodes.php:1081
msgid "Automattic slider speed (works only if Auto is set to yes)"
msgstr "自动滑块速度(只有当自动设置为是时才有效)"
#: epanel/shortcodes/shortcodes.php:1085
msgid "Tab Text"
msgstr "标签页文本"
#: epanel/shortcodes/shortcodes.php:1092
msgid "Tab Content"
msgstr "标签页内容"
#: epanel/shortcodes/shortcodes.php:1094
msgid "Paste image url here, if you chose \"images\" slider type"
msgstr "将图像 URL 粘贴到此处,如果您选择了 \"images\" 滑块类型"
#: epanel/shortcodes/shortcodes.php:1102
msgid "Image Url"
msgstr "图像 URL"
#: epanel/shortcodes/shortcodes.php:1104
msgid "Author Image URL"
msgstr "作者图像 URL"
#: epanel/shortcodes/shortcodes.php:1108
msgid "Use resizing"
msgstr "使用调整大小"
#: epanel/shortcodes/shortcodes.php:1185
msgid "+ Add One More Tab"
msgstr "+ 增加一个标签页"
#: epanel/shortcodes/shortcodes.php:1335 functions.php:3542
msgid "Image Height"
msgstr "图像高度"
#: epanel/shortcodes/shortcodes.php:1336 functions.php:3522
msgid "Image Width"
msgstr "图像宽度"
#: functions.php:40
msgid "Primary Menu"
msgstr "主菜单"
#: functions.php:41
msgid "Secondary Menu"
msgstr "二级菜单"
#: functions.php:42 functions.php:711
msgid "Footer Menu"
msgstr "页脚菜单"
#: functions.php:91
msgid ""
"Welcome to Divi! Before diving in to your new theme, please visit the <a "
"style=\"color: #fff; font-weight: bold;\" href=\"%1$s\" target=\"_blank"
"\">Divi Documentation</a> page for access to dozens of in-depth tutorials."
msgstr ""
"欢迎来到Divi!在沉浸到您的新主题之前,请访问<a style=\"color: #fff; font-"
"weight: bold;\" href=\"%1$s\" target=\"_blank\">Divi Documentation</a>页面以"
"获得几十项深入教程。"
#: functions.php:216
msgid "Select Page"
msgstr "选择页面"
#: functions.php:278
msgid "Divi Page Settings"
msgstr "Divi页面设置"
#: functions.php:280
msgid "Divi Post Settings"
msgstr "Divi帖子设置"
#: functions.php:281
msgid "Divi Product Settings"
msgstr "Divi产品设置"
#: functions.php:282
msgid "Divi Project Settings"
msgstr "Divi项目设置"
#: functions.php:289
msgid "Skills"
msgstr "技能"
#: functions.php:292
msgid "Posted on"
msgstr "发布于"
#: functions.php:316 options_divi.php:103
msgid "Right Sidebar"
msgstr "右侧边栏"
#: functions.php:317 options_divi.php:104
msgid "Left Sidebar"
msgstr "左侧边栏"
#: functions.php:318 options_divi.php:105
msgid "Full Width"
msgstr "全宽"
#: functions.php:322
msgid "Light"
msgstr "浅色"
#: functions.php:323
msgid "Dark"
msgstr "深色"
#: functions.php:336
msgid "Page Layout"
msgstr "页面布局"
#: functions.php:350
msgid "Dot Navigation"
msgstr "点导航"
#: functions.php:353 functions.php:362
msgid "Off"
msgstr "关闭"
#: functions.php:354 functions.php:363
msgid "On"
msgstr "打开"
#: functions.php:358
msgid "Hide Nav Before Scroll"
msgstr "滚动前隐藏导航"
#: functions.php:361 functions.php:5733 includes/functions/choices.php:24
#: includes/functions/choices.php:40
msgid "Default"
msgstr "默认"
#: functions.php:369
msgid "Post Title"
msgstr "帖子标题"
#: functions.php:372 functions.php:407
msgid "Show"
msgstr "显示"
#: functions.php:373 functions.php:406
msgid "Hide"
msgstr "隐藏"
#: functions.php:378
msgid "Use Background Color"
msgstr "使用背景颜色"
#: functions.php:383 functions.php:5772
msgid "Hex Value"
msgstr "颜色值"
#: functions.php:387 functions.php:2047 functions.php:2074 functions.php:2201
#: functions.php:2723 functions.php:2851 functions.php:3055
msgid "Text Color"
msgstr "文本颜色"
#: functions.php:403
msgid "Project Navigation"
msgstr "项目导航"
#: functions.php:551 functions.php:563 functions.php:8547
msgid "you don't have sufficient permissions to access this page"
msgstr "您没有足够的权限来访问此页"
#: functions.php:611 options_divi.php:344 options_divi.php:492
msgid "General Settings"
msgstr "常规设置"
#: functions.php:616
msgid "Site Identity"
msgstr "网站标识"
#: functions.php:621
msgid "Layout Settings"
msgstr "布局设置"
#: functions.php:626
msgid "Typography"
msgstr "排版样式"
#: functions.php:631
msgid "Mobile Styles"
msgstr "移动设备样式"
#: functions.php:636
msgid "Tablet"
msgstr "平板电脑"
#: functions.php:641
msgid "Phone"
msgstr "电话"
#: functions.php:646
msgid "Mobile Menu"
msgstr "移动菜单"
#: functions.php:651
msgid "Background"
msgstr "背景"
#: functions.php:656
msgid "Header & Navigation"
msgstr "标题与导航"
#: functions.php:661
msgid "Header Format"
msgstr "标题格式"
#: functions.php:666
msgid "Primary Menu Bar"
msgstr "主菜单栏"
#: functions.php:671
msgid "Secondary Menu Bar"
msgstr "二级菜单栏"
#: functions.php:676
msgid "Slide In & Fullscreen Header Settings"
msgstr "幻灯片 & 全屏标题设置"
#: functions.php:681
msgid "Fixed Navigation Settings"
msgstr "固定的导航设置"
#: functions.php:686
msgid "Header Elements"
msgstr "标题元素"
#: functions.php:691
msgid "Footer"
msgstr "页脚"
#: functions.php:701
msgid "Widgets"
msgstr "小工具"
#: functions.php:706
msgid "Footer Elements"
msgstr "页脚元素"
#: functions.php:716
msgid "Bottom Bar"
msgstr "底部栏"
#: functions.php:721 functions.php:1461
msgid "Color Schemes"
msgstr "配色方案"
#: functions.php:723
msgid ""
"Note: Color settings set above should be applied to the Default color scheme."
msgstr "注意:上面设定的颜色设置应当应用到默认的色彩方案。"
#: functions.php:727
msgid "Buttons"
msgstr "按钮"
#: functions.php:732
msgid "Buttons Style"
msgstr "按钮样式"
#: functions.php:737
msgid "Buttons Hover Style"
msgstr "按钮悬停样式"
#: functions.php:742 functions.php:5055
msgid "Blog"
msgstr "博客"
#: functions.php:747
msgid "Post"
msgstr "帖子"
#: functions.php:764
msgid "Meta Text Size"
msgstr "元文本大小"
#: functions.php:783
msgid "Meta Line Height"
msgstr "元行高"
#: functions.php:802
msgid "Meta Letter Spacing"
msgstr "元字母间距"
#: functions.php:821 functions.php:5124 functions.php:5203
msgid "Meta Font Style"
msgstr "元字体样式"
#: functions.php:836 functions.php:1261 functions.php:1333 functions.php:1352
#: functions.php:2469
msgid "Header Text Size"
msgstr "标题文本大小"
#: functions.php:855 functions.php:1299
msgid "Header Line Height"
msgstr "标题行高度"
#: functions.php:874 functions.php:1280
msgid "Header Letter Spacing"
msgstr "标题字母间距"
#: functions.php:893 functions.php:1318 functions.php:2488 functions.php:3411
#: functions.php:3589 functions.php:3704 functions.php:3767 functions.php:3846
#: functions.php:3910 functions.php:4701 functions.php:5397 functions.php:5503
msgid "Header Font Style"
msgstr "标题字体样式"
#: functions.php:907
msgid "Enable Boxed Layout"
msgstr "启用盒装布局"
#: functions.php:921
msgid "Website Content Width"
msgstr "网站内容宽度"
#: functions.php:940
msgid "Website Gutter Width"
msgstr "网站列间距"
#: functions.php:958
msgid "Use Custom Sidebar Width"
msgstr "使用自定义侧边栏宽度"
#: functions.php:972
msgid "Sidebar Width"
msgstr "边栏宽度"
#: functions.php:991 functions.php:1010 functions.php:1029
msgid "Section Height"
msgstr "截面高度"
#: functions.php:1048 functions.php:1067 functions.php:1086
msgid "Row Height"
msgstr "行高"
#: functions.php:1105
msgid "Stretch Background Image"
msgstr "拉伸背景图像"
#: functions.php:1112 functions.php:1725 functions.php:2102 functions.php:2173
#: functions.php:2187 functions.php:2709 functions.php:2865 functions.php:3069
msgid "Background Color"
msgstr "背景颜色"
#: functions.php:1119
msgid "Background Image"
msgstr "背景图像"
#: functions.php:1139
msgid "Background Repeat"
msgstr "背景重复"
#: functions.php:1146 functions.php:1170
msgid "Background Position"
msgstr "背景位置"
#: functions.php:1150 includes/functions/choices.php:106
msgid "Left"
msgstr "靠左"
#: functions.php:1151
msgid "Center"
msgstr "居中"
#: functions.php:1152 includes/functions/choices.php:105
msgid "Right"
msgstr "靠右"
#: functions.php:1185 functions.php:1223 functions.php:1242
msgid "Body Text Size"
msgstr "正文文本大小"
#: functions.php:1204
msgid "Body Line Height"
msgstr "正文行高"
#: functions.php:1372
msgid "Header Font"
msgstr "页眉字体"
#: functions.php:1388
msgid "Body Font"
msgstr "正文字体"
#: functions.php:1405
msgid "Body Link Color"
msgstr "正文链接颜色"
#: functions.php:1419
msgid "Body Text Color"
msgstr "正文文本颜色"
#: functions.php:1433
msgid "Header Text Color"
msgstr "标题文本颜色"
#: functions.php:1447
msgid "Theme Accent Color"
msgstr "主题强调色彩"
#: functions.php:1477
msgid "Header Style"
msgstr "页眉样式"
#: functions.php:1491
msgid "Enable Vertical Navigation"
msgstr "启用垂直导航"
#: functions.php:1505
msgid "Vertical Menu Orientation"
msgstr "垂直菜单取向"
#: functions.php:1521
msgid "Hide Navigation Until Scroll"
msgstr "隐藏导航直到滚动"
#: functions.php:1536 functions.php:2425
msgid "Show Social Icons"
msgstr "显示社交图标"
#: functions.php:1550
msgid "Show Search Icon"
msgstr "显示搜索图标"
#: functions.php:1564
msgid "Show Top Bar"
msgstr "显示顶栏"
#: functions.php:1578
msgid "Menu Width"
msgstr "菜单宽度"
#: functions.php:1597 functions.php:1635
msgid "Menu Text Size"
msgstr "菜单字体大小"
#: functions.php:1616 functions.php:1654
msgid "Top Bar Text Size"
msgstr "顶栏字体大小"
#: functions.php:1673 functions.php:1911 functions.php:1995 functions.php:2655
#: functions.php:2931 functions.php:3116
msgid "Letter Spacing"
msgstr "字母间距"
#: functions.php:1693 functions.php:1931 functions.php:2015
msgid "Font"
msgstr "字体"
#: functions.php:1710 functions.php:1948 functions.php:2032 functions.php:2674
#: functions.php:2737
msgid "Font Style"
msgstr "字体样式"
#: functions.php:1739
msgid "Menu Link Color"
msgstr "菜单链接颜色"
#: functions.php:1753 functions.php:2088
msgid "Active Link Color"
msgstr "作用中链接颜色"
#: functions.php:1767
msgid "Top Bar Text Color"
msgstr "顶栏字体颜色"
#: functions.php:1781
msgid "Search Bar Text Color"
msgstr "搜索框字体颜色"
#: functions.php:1795
msgid "Search Bar Background Color"
msgstr "搜索框背景色"
#: functions.php:1808 functions.php:1970
msgid "Make Full Width"
msgstr "使设为全宽"
#: functions.php:1821 functions.php:2060 functions.php:2276
msgid "Hide Logo Image"
msgstr "隐藏标志图片"
#: functions.php:1835
msgid "Menu Height"
msgstr "菜单高度"
#: functions.php:1854
msgid "Logo Max Height"
msgstr "徽标最大高度"
#: functions.php:1873
msgid "Menu Top Margin"
msgstr ""
#: functions.php:1892 functions.php:1976 functions.php:2309 functions.php:2832
msgid "Text Size"
msgstr "文本大小"
#: functions.php:2116 functions.php:2215
msgid "Dropdown Menu Background Color"
msgstr "下拉菜单背景颜色"
#: functions.php:2130
msgid "Dropdown Menu Line Color"
msgstr "下拉菜单线颜色"
#: functions.php:2144 functions.php:2229
msgid "Dropdown Menu Text Color"
msgstr "下拉菜单文本颜色"
#: functions.php:2158 functions.php:2243
msgid "Dropdown Menu Animation"
msgstr "下拉菜单动画"
#: functions.php:2290
msgid "Fixed Menu Height"
msgstr "固定菜单高度"
#: functions.php:2328
msgid "Primary Menu Background Color"
msgstr "主菜单背景颜色"
#: functions.php:2342
msgid "Secondary Menu Background Color"
msgstr "二级菜单背景颜色"
#: functions.php:2356
msgid "Primary Menu Link Color"
msgstr "主菜单链接颜色"
#: functions.php:2370
msgid "Secondary Menu Link Color"
msgstr "二级菜单链接颜色"
#: functions.php:2384
msgid "Active Primary Menu Link Color"
msgstr "活动的主菜单链接的颜色"
#: functions.php:2398
msgid "Phone Number"
msgstr "电话号码"
#: functions.php:2411
msgid "Email"
msgstr "电子邮件"
#: functions.php:2439
msgid "Column Layout"
msgstr "列布局"
#: functions.php:2455
msgid "Footer Background Color"
msgstr "页脚背景颜色"
#: functions.php:2503
msgid "Body/Link Text Size"
msgstr "正文/链接文本大小"
#: functions.php:2522
msgid "Body/Link Line Height"
msgstr "车身/链接线高度"
#: functions.php:2541
msgid "Body Font Style"
msgstr "正文字体样式"
#: functions.php:2556
msgid "Widget Text Color"
msgstr "小工具文本颜色"
#: functions.php:2570
msgid "Widget Link Color"
msgstr "小工具链接颜色"
#: functions.php:2584
msgid "Widget Header Color"
msgstr "小工具标题颜色"
#: functions.php:2598
msgid "Widget Bullet Color"
msgstr "小工具点颜色"
#: functions.php:2613
msgid "Footer Menu Background Color"
msgstr "页脚菜单背景颜色"
#: functions.php:2627
msgid "Footer Menu Text Color"
msgstr "页脚菜单文本颜色"
#: functions.php:2641
msgid "Footer Menu Active Link Color"
msgstr "页脚菜单作用中链接颜色"
#: functions.php:2689 functions.php:2752
msgid "Font Size"
msgstr "字体大小"
#: functions.php:2771
msgid "Social Icon Size"
msgstr "社交图标大小"
#: functions.php:2790
msgid "Social Icon Color"
msgstr "社交图标颜色"
#: functions.php:2803
msgid "Disable Footer Credits"
msgstr ""
#: functions.php:2817
#, fuzzy
msgid "Edit Footer Credits"
msgstr "脚注页面"
#: functions.php:2879
msgid "Border Width"
msgstr "边框宽度"
#: functions.php:2898 functions.php:3083
msgid "Border Color"
msgstr "边框颜色"
#: functions.php:2912 functions.php:3097
msgid "Border Radius"
msgstr "边框半径"
#: functions.php:2950 functions.php:5440
msgid "Button Font Style"
msgstr "按钮字体样式"
#: functions.php:2966
msgid "Buttons Font"
msgstr "按钮字体"
#: functions.php:2982
msgid "Add Button Icon"
msgstr "添加按钮图标"
#: functions.php:2997
msgid "Select Icon"
msgstr "选择图标"
#: functions.php:3011
msgid "Icon Color"
msgstr "图标颜色"
#: functions.php:3025
msgid "Icon Placement"
msgstr "图标位置"
#: functions.php:3040
msgid "Only Show Icon on Hover"
msgstr "仅悬停时显示图标"
#: functions.php:3134 includes/widgets/widget-about.php:50
#: includes/widgets/widget-ads.php:180 includes/widgets/widget-ads.php:188
#: includes/widgets/widget-ads.php:196 includes/widgets/widget-ads.php:204
#: includes/widgets/widget-ads.php:212 includes/widgets/widget-ads.php:220
#: includes/widgets/widget-ads.php:228 includes/widgets/widget-ads.php:236
msgid "Image"
msgstr "图像"
#: functions.php:3135
msgid "Image Module Settings"
msgstr "图像模块设置"
#: functions.php:3146
msgid "Animation"
msgstr "动画"
#: functions.php:3147
msgid "This controls default direction of the lazy-loading animation."
msgstr "它控制延迟加载动画的默认方向"
#: functions.php:3157
msgid "Gallery"
msgstr "图片库"
#: functions.php:3170 functions.php:3953 functions.php:4062
msgid "Zoom Icon Color"
msgstr "缩放图标颜色"
#: functions.php:3185 functions.php:3968 functions.php:4077
msgid "Hover Overlay Color"
msgstr "悬停覆盖颜色"
#: functions.php:3200 functions.php:3306 functions.php:3983 functions.php:4092
#: functions.php:4361 functions.php:4440 functions.php:4482 functions.php:4582
msgid "Title Font Size"
msgstr "标题字体大小"
#: functions.php:3220 functions.php:3326 functions.php:4003 functions.php:4112
#: functions.php:4381 functions.php:4460 functions.php:5088 functions.php:5167
msgid "Title Font Style"
msgstr "标题字体样式"
#: functions.php:3236 functions.php:4019 functions.php:4128
msgid "Caption Font Size"
msgstr "标题字体大小"
#: functions.php:3256 functions.php:4039 functions.php:4148
msgid "Caption Font Style"
msgstr "标题字体样式"
#: functions.php:3266
msgid "Blurb"
msgstr "图文标"
#: functions.php:3279 functions.php:3391 functions.php:3569 functions.php:3684
#: functions.php:3747 functions.php:3826 functions.php:3890 functions.php:4681
#: functions.php:5377 functions.php:5483
msgid "Header Font Size"
msgstr "标题字体大小"
#: functions.php:3293
msgid "Tabs"
msgstr "选项卡"
#: functions.php:3343 functions.php:3720 functions.php:3862 functions.php:3926
msgid "Padding"
msgstr "内边距"
#: functions.php:3357
msgid "Slider"
msgstr "幻灯播放器"
#: functions.php:3371 functions.php:5463
msgid "Top & Bottom Padding"
msgstr "顶部和底部内边距"
#: functions.php:3427 functions.php:5519
msgid "Content Font Size"
msgstr "内容字体大小"
#: functions.php:3447 functions.php:5539
msgid "Content Font Style"
msgstr "内容字体样式"
#: functions.php:3457
msgid "Testimonial"
msgstr "证言"
#: functions.php:3470 functions.php:4989
msgid "Name Font Style"
msgstr "名称字体样式"
#: functions.php:3486
msgid "Details Font Style"
msgstr "详细字体样式"
#: functions.php:3502
msgid "Portrait Border Radius"
msgstr "肖像边框半径"
#: functions.php:3556
msgid "Pricing Table"
msgstr "价格表"
#: functions.php:3605 functions.php:3783 functions.php:5005
msgid "Subheader Font Size"
msgstr "副标题字体大小"
#: functions.php:3625 functions.php:3803 functions.php:5025
msgid "Subheader Font Style"
msgstr "副标题字体样式"
#: functions.php:3641 functions.php:5298
msgid "Price Font Size"
msgstr "价格字体大小"
#: functions.php:3661
msgid "Pricing Font Style"
msgstr "价格字体样式"
#: functions.php:3671
msgid "Call To Action"
msgstr "行动号召"
#: functions.php:3734
msgid "Audio"
msgstr "音频"
#: functions.php:3813
msgid "Email Optin"
msgstr "电子邮件选择启用"
#: functions.php:3940
msgid "Portfolio"
msgstr "选辑"
#: functions.php:4049
msgid "Filterable Portfolio"
msgstr "可筛选选辑"
#: functions.php:4164
msgid "Filters Font Size"
msgstr "过滤器字体大小"
#: functions.php:4184
msgid "Filters Font Style"
msgstr "过滤器字体样式"
#: functions.php:4194
msgid "Bar Counter"
msgstr "栏计数器"
#: functions.php:4207
msgid "Label Font Size"
msgstr "标签字体大小"
#: functions.php:4227
msgid "Label Font Style"
msgstr "标签字体样式"
#: functions.php:4243
msgid "Percent Font Size"
msgstr "百分比字体大小"
#: functions.php:4263
msgid "Percent Font Style"
msgstr "百分比字体样式"
#: functions.php:4279
msgid "Bar Padding"
msgstr "栏边距"
#: functions.php:4299
msgid "Bar Border Radius"
msgstr "栏边框半径"
#: functions.php:4313
msgid "Circle Counter"
msgstr "圆形计数器"
#: functions.php:4325 functions.php:4404
msgid "Number Font Size"
msgstr "数字字体大小"
#: functions.php:4345 functions.php:4424
msgid "Number Font Style"
msgstr "数字字体样式"
#: functions.php:4391
msgid "Number Counter"
msgstr "数值计数器"
#: functions.php:4470
msgid "Accordion"
msgstr "可折叠面板"
#: functions.php:4502 functions.php:4602
msgid "Opened Title Font Style"
msgstr "打开标题字体样式"
#: functions.php:4518 functions.php:4618
msgid "Closed Title Font Style"
msgstr "封闭标题字体样式"
#: functions.php:4534 functions.php:4634
msgid "Toggle Icon Size"
msgstr "切换图标大小"
#: functions.php:4555 functions.php:4654
msgid "Toggle Padding"
msgstr "切换内边距"
#: functions.php:4569
msgid "Toggle"
msgstr "切换"
#: functions.php:4668
msgid "Contact Form"
msgstr "联系人表单"
#: functions.php:4717
msgid "Input Font Size"
msgstr "输入字体大小"
#: functions.php:4737
msgid "Input Font Style"
msgstr "输入字体样式"
#: functions.php:4753
msgid "Input Field Padding"
msgstr "输入字段内边距"
#: functions.php:4773
msgid "Captcha Font Size"
msgstr "验证码字体大小"
#: functions.php:4793
msgid "Captcha Font Style"
msgstr "验证码字体样式"
#: functions.php:4803 includes/functions/sidebars.php:4
msgid "Sidebar"
msgstr "侧边栏"
#: functions.php:4816
msgid "Widget Header Font Size"
msgstr "小工具标题字体大小"
#: functions.php:4836
msgid "Widget Header Font Style"
msgstr "小工具标题字体样式"
#: functions.php:4852
msgid "Remove Vertical Divider"
msgstr "删除垂直分隔条"
#: functions.php:4861
msgid "Divider"
msgstr "分隔器"
#: functions.php:4873
msgid "Show Divider"
msgstr "显示分隔器"
#: functions.php:4888
msgid "Divider Style"
msgstr "分隔条风格"
#: functions.php:4905
msgid "Divider Weight"
msgstr "分隔条高度"
#: functions.php:4925
msgid "Divider Height"
msgstr "分隔条高度"
#: functions.php:4945
msgid "Divider Position"
msgstr "分隔条位置"
#: functions.php:4956
msgid "Person"
msgstr "人员"
#: functions.php:4969
msgid "Name Font Size"
msgstr "名称字体大小"
#: functions.php:5041
msgid "Social Network Icon Size"
msgstr "社交网络图标大小"
#: functions.php:5068 functions.php:5147
msgid "Post Title Font Size"
msgstr "帖子标题字体大小"
#: functions.php:5104 functions.php:5183
msgid "Meta Font Size"
msgstr "元字体大小"
#: functions.php:5134
msgid "Blog Grid"
msgstr "博客网格"
#: functions.php:5213
msgid "Shop"
msgstr "商店"
#: functions.php:5226
msgid "Product Name Font Size"
msgstr "产品名称字体大小"
#: functions.php:5246
msgid "Product Name Font Style"
msgstr "产品名称字体样式"
#: functions.php:5262
msgid "Sale Badge Font Size"
msgstr "出售徽章字体大小"
#: functions.php:5282
msgid "Sale Badge Font Style"
msgstr "出售徽章字体样式"
#: functions.php:5318
msgid "Price Font Style"
msgstr "价格字体样式"
#: functions.php:5334
msgid "Sale Price Font Size"
msgstr "销售价格字体大小"
#: functions.php:5354
msgid "Sale Price Font Style"
msgstr "销售价格字体样式"
#: functions.php:5364
msgid "Countdown"
msgstr "倒计时"
#: functions.php:5407
msgid "Social Follow"
msgstr "社交关注"
#: functions.php:5420
msgid "Follow Font & Icon Size"
msgstr "关注字体和图标大小"
#: functions.php:5450
msgid "Fullwidth Slider"
msgstr "全宽滑块"
#: functions.php:7971
msgid "0 comments"
msgstr "0 条评论"
#: functions.php:7971
msgid "1 comment"
msgstr "1 条评论"
#: functions.php:7971
msgid "comments"
msgstr "评论"
#: functions.php:8054
msgid "Password Protected"
msgstr "密码保护"
#: functions.php:8055
msgid "To view this protected post, enter the password below"
msgstr "要查看密码保护的博文,请在下面输入密码"
#: functions.php:8058
msgid "Password"
msgstr "密码"
#: functions.php:8059
msgid "Submit"
msgstr "提交"
#: functions.php:8472 functions.php:8508
msgid "Theme Customizer"
msgstr "主题定制"
#: functions.php:8476 functions.php:8521
msgid "Module Customizer"
msgstr "模块定制"
#: functions.php:8478
msgid "Role Editor"
msgstr "角色编辑器"
#: functions.php:8481
msgid "Divi Library"
msgstr "Divi库"
#: functions.php:8694
msgid "Divi Customizer Settings"
msgstr "Divi Customizer 设置"
#: functions.php:8735
msgid "Designed by %1$s | Powered by %2$s"
msgstr "由 %1$s 设计 | %2$s 提供技术支持"
#: header.php:143 header.php:271
msgid "Search …"
msgstr "搜索 …"
#: header.php:145 header.php:273
msgid "Search for:"
msgstr "搜索:"
#: includes/functions/choices.php:9
msgid "Bold"
msgstr "加粗"
#: includes/functions/choices.php:10
msgid "Italic"
msgstr "斜体"
#: includes/functions/choices.php:11
msgid "Uppercase"
msgstr "大写"
#: includes/functions/choices.php:12
msgid "Underline"
msgstr "下划线"
#: includes/functions/choices.php:25
msgid "Green"
msgstr "绿色"
#: includes/functions/choices.php:26
msgid "Orange"
msgstr "橙色"
#: includes/functions/choices.php:27
msgid "Pink"
msgstr "粉红色"
#: includes/functions/choices.php:28
msgid "Red"
msgstr "红色"
#: includes/functions/choices.php:41
msgid "Centered"
msgstr "居中"
#: includes/functions/choices.php:42
msgid "Centered Inline Logo"
msgstr "居中内联标志"
#: includes/functions/choices.php:43
msgid "Slide In"
msgstr "幻灯片"
#: includes/functions/choices.php:44
msgid "Fullscreen"
msgstr "全屏"
#: includes/functions/choices.php:56
msgid "Fade"
msgstr "消失"
#: includes/functions/choices.php:57
msgid "Expand"
msgstr "扩大"
#: includes/functions/choices.php:58
msgid "Slide"
msgstr "幻灯片"
#: includes/functions/choices.php:59
msgid "Flip"
msgstr "翻转"
#: includes/functions/choices.php:71 includes/functions/choices.php:72
#: includes/functions/choices.php:73 includes/functions/choices.php:75
#: includes/functions/choices.php:76 includes/functions/choices.php:77
#: includes/functions/choices.php:78 includes/functions/choices.php:79
#: includes/functions/choices.php:80
msgid "%1$s Columns"
msgstr "%1$s列"
#: includes/functions/choices.php:74
msgid "1 Column"
msgstr "1 列"
#: includes/functions/choices.php:118
msgid "Left to Right"
msgstr "从左到右"
#: includes/functions/choices.php:119
msgid "Right to Left"
msgstr "从右到左"
#: includes/functions/choices.php:120
msgid "Top to Bottom"
msgstr "从上到下"
#: includes/functions/choices.php:121
msgid "Bottom to Top"
msgstr "从下到上"
#: includes/functions/choices.php:122
msgid "Fade In"
msgstr "淡入"
#: includes/functions/choices.php:123
msgid "No Animation"
msgstr "无动画"
#: includes/functions/choices.php:135
msgid "Solid"
msgstr "实线"
#: includes/functions/choices.php:136
msgid "Dotted"
msgstr "点线"
#: includes/functions/choices.php:137
msgid "Dashed"
msgstr "虚线"
#: includes/functions/choices.php:138
msgid "Double"
msgstr "双线"
#: includes/functions/choices.php:139
msgid "Groove"
msgstr "凹槽"
#: includes/functions/choices.php:140
msgid "Ridge"
msgstr "边缘"
#: includes/functions/choices.php:141
msgid "Inset"
msgstr "插入"
#: includes/functions/choices.php:142
msgid "Outset"
msgstr "外部"
#: includes/functions/choices.php:154
msgid "Top"
msgstr "顶部"
#: includes/functions/choices.php:155
msgid "Vertically Centered"
msgstr "垂直居中"
#: includes/functions/choices.php:156
msgid "Bottom"
msgstr "底部"
#: includes/functions/choices.php:168
msgid "No Repeat"
msgstr "无重复"
#: includes/functions/choices.php:169
msgid "Tile"
msgstr "平铺"
#: includes/functions/choices.php:170
msgid "Tile Horizontally"
msgstr "横向平铺"
#: includes/functions/choices.php:171
msgid "Tile Vertically"
msgstr "垂直平铺"
#: includes/functions/choices.php:183
msgid "Scroll"
msgstr "滚动"
#: includes/functions/choices.php:184
msgid "Fixed"
msgstr "固定"
#: includes/functions/installation.php:1
msgid "Read Divi Documentation"
msgstr "读取 Divi 文档"
#: includes/functions/sidebars.php:13 includes/functions/sidebars.php:22
#: includes/functions/sidebars.php:31 includes/functions/sidebars.php:40
msgid "Footer Area"
msgstr "脚注页面"
#: includes/functions/tutorials.php:1
msgid "Watch video tutorials"
msgstr "观看视频教程"
#: includes/navigation.php:2
msgid "« Older Entries"
msgstr "« 较旧的条目"
#: includes/navigation.php:3
msgid "Next Entries »"
msgstr "下一个条目 »"
#: includes/no-results.php:3
msgid "No Results Found"
msgstr "未找到结果"
#: includes/no-results.php:4
msgid ""
"The page you requested could not be found. Try refining your search, or use "
"the navigation above to locate the post."
msgstr "您请求的页面无法找到。尝试精确您的搜索,或者使用上面的导航定位文章。"
#: includes/social_icons.php:6
msgid "Facebook"
msgstr "Facebook"
#: includes/social_icons.php:13
msgid "Twitter"
msgstr "Twitter"
#: includes/social_icons.php:20
msgid "Google"
msgstr "Google"
#: includes/social_icons.php:32
msgid "RSS"
msgstr "RSS"
#: includes/widgets/widget-about.php:4
msgid "Displays About Me Information"
msgstr "显示有关我的信息"
#: includes/widgets/widget-about.php:6
msgid "ET About Me Widget"
msgstr "“关于我”小部件"
#: includes/widgets/widget-about.php:12 includes/widgets/widget-about.php:41
msgid "About Me"
msgstr "关于我"
#: includes/widgets/widget-about.php:48 includes/widgets/widget-ads.php:172
#: includes/widgets/widget-ads.php:184 includes/widgets/widget-ads.php:192
#: includes/widgets/widget-ads.php:200 includes/widgets/widget-ads.php:208
#: includes/widgets/widget-ads.php:216 includes/widgets/widget-ads.php:224
#: includes/widgets/widget-ads.php:232 includes/widgets/widget-ads.php:240
#: includes/widgets/widget-adsense.php:46
msgid "Title"
msgstr "标题"
#: includes/widgets/widget-about.php:52
msgid "Text"
msgstr "文本"
#: includes/widgets/widget-ads.php:4
msgid "Displays Advertisements"
msgstr "显示广告"
#: includes/widgets/widget-ads.php:6
msgid "ET Advertisement"
msgstr "广告"
#: includes/widgets/widget-ads.php:12 includes/widgets/widget-ads.php:128
msgid "Advertisement"
msgstr "广告"
#: includes/widgets/widget-ads.php:175
msgid "Use Relative Image Paths"
msgstr "使用相对图像路径"
#: includes/widgets/widget-ads.php:177
msgid "Open in a new window"
msgstr "在新窗口中打开"
#: includes/widgets/widget-ads.php:180 includes/widgets/widget-ads.php:182
#: includes/widgets/widget-ads.php:184 includes/widgets/widget-ads.php:186
#: includes/widgets/widget-ads.php:188 includes/widgets/widget-ads.php:190
#: includes/widgets/widget-ads.php:192 includes/widgets/widget-ads.php:194
#: includes/widgets/widget-ads.php:196 includes/widgets/widget-ads.php:198
#: includes/widgets/widget-ads.php:200 includes/widgets/widget-ads.php:202
#: includes/widgets/widget-ads.php:204 includes/widgets/widget-ads.php:206
#: includes/widgets/widget-ads.php:208 includes/widgets/widget-ads.php:210
#: includes/widgets/widget-ads.php:212 includes/widgets/widget-ads.php:214
#: includes/widgets/widget-ads.php:216 includes/widgets/widget-ads.php:218
#: includes/widgets/widget-ads.php:220 includes/widgets/widget-ads.php:222
#: includes/widgets/widget-ads.php:224 includes/widgets/widget-ads.php:226
#: includes/widgets/widget-ads.php:228 includes/widgets/widget-ads.php:230
#: includes/widgets/widget-ads.php:232 includes/widgets/widget-ads.php:234
#: includes/widgets/widget-ads.php:236 includes/widgets/widget-ads.php:238
#: includes/widgets/widget-ads.php:240 includes/widgets/widget-ads.php:242
msgid "Banner"
msgstr "横幅"
#: includes/widgets/widget-ads.php:182 includes/widgets/widget-ads.php:190
#: includes/widgets/widget-ads.php:198 includes/widgets/widget-ads.php:206
#: includes/widgets/widget-ads.php:214 includes/widgets/widget-ads.php:222
#: includes/widgets/widget-ads.php:230 includes/widgets/widget-ads.php:238
msgid "Url"
msgstr "URL"
#: includes/widgets/widget-ads.php:186 includes/widgets/widget-ads.php:194
#: includes/widgets/widget-ads.php:202 includes/widgets/widget-ads.php:210
#: includes/widgets/widget-ads.php:218 includes/widgets/widget-ads.php:226
#: includes/widgets/widget-ads.php:234 includes/widgets/widget-ads.php:242
msgid "Alt"
msgstr "替代文本"
#: includes/widgets/widget-ads.php:243
msgid ""
"If you don't want to display some banners - leave approptiate fields blank"
msgstr "如果不想显示某些横幅,请将相应的字段留空"
#: includes/widgets/widget-adsense.php:4
msgid "Displays Adsense Ads"
msgstr "显示 Adsense 广告"
#: includes/widgets/widget-adsense.php:6
msgid "ET Adsense Widget"
msgstr "Adsense 小部件"
#: includes/widgets/widget-adsense.php:12
#: includes/widgets/widget-adsense.php:40
msgid "Adsense"
msgstr "Adsense"
#: includes/widgets/widget-adsense.php:48
msgid "Adsense Code"
msgstr "Adsense 代码"
#: options_divi.php:45
msgid "Logo"
msgstr "标志"
#: options_divi.php:48
msgid "Set As Logo"
msgstr "设置为徽标"
#: options_divi.php:50
msgid ""
"If you would like to use your own custom logo image click the Upload Image "
"button."
msgstr "如果您想使用自己自定义的标志图像,请点击“上传图片”按钮。"
#: options_divi.php:53
msgid "Favicon"
msgstr "Favicon"
#: options_divi.php:56
msgid "Set As Favicon"
msgstr "设置为 Favicon"
#: options_divi.php:58
msgid ""
"If you would like to use your own custom favicon image click the Upload "
"Image button."
msgstr "如果您想使用自己自定义的 Favicon 图像,请点击“上传图片”按钮。"
#: options_divi.php:61
msgid "Fixed Navigation Bar"
msgstr "固定导航栏"
#: options_divi.php:65
msgid ""
"By default the navigation bar stays on top of the screen at all times. We "
"suggest to disable this option, if you need to use a logo taller than the "
"default one."
msgstr ""
"默认情况下导航栏始终停留在屏幕顶部。如果您需要使用一个大的标志图像,我们建议"
"禁用此选项。"
#: options_divi.php:68
msgid "Enable Divi Gallery"
msgstr "启用 Divi 画廊"
#: options_divi.php:72
msgid ""
"Enable this if you want to replace the WordPress default gallery with the "
"Divi-style gallery."
msgstr "如果你想用 Divi 式画廊代替 WordPress 的默认画廊,启用此功能。"
#: options_divi.php:75
msgid "Color Pickers Default Palette"
msgstr "颜色选取器默认调色板"
#: options_divi.php:80
msgid "Define the default color palette for color pickers in the Divi Builder."
msgstr "在 Divi 生成器中定义颜色选取器的默认调色板。"
#: options_divi.php:85
msgid "Grab the first post image"
msgstr "抓取文章第一个图像"
#: options_divi.php:89
msgid ""
"By default thumbnail images are created using custom fields. However, if you "
"would rather use the images that are already in your post for your thumbnail "
"(and bypass using custom fields) you can activate this option. Once "
"activcated thumbnail images will be generated automatically using the first "
"image in your post. The image must be hosted on your own server."
msgstr ""
"默认情况下使用自定义字段创建缩略图。但是,如果您宁愿使用您文章中已有的图像作"
"为缩略图(并避开使用自定义字段),您可以激活此选项。一旦被激活,其将自动使用"
"您文章中的第一个图像生成缩略图图像。该图像必须托管于您自己的服务器上。"
#: options_divi.php:92
msgid "Blog Style Mode"
msgstr "博客风格模式"
#: options_divi.php:96
msgid ""
"By default the theme truncates your posts on index/homepages automatically "
"to create post previews. If you would rather show your posts in full on "
"index pages like a traditional blog then you can activate this feature."
msgstr ""
"默认情况下,该主题自动截断您文章的摘录来创造文章预览。如果您希望像传统博客那"
"样全文显示您的文章,则您可以激活此功能。"
#: options_divi.php:99
msgid "Shop Page & Category Page Layout for WooCommerce"
msgstr "WooCommerce 的店铺页面和类别页面布局"
#: options_divi.php:108
msgid "Here you can choose Shop Page & Category Page Layout for WooCommerce."
msgstr "在这里,您可以选择 WooCommerce 的店铺页面和类别页面布局。"
#: options_divi.php:112
msgid "MailChimp API Key"
msgstr "MailChimp API 密钥"
#: options_divi.php:117
msgid ""
"Enter your MailChimp API key. You can create an api key <a target=\"_blank\" "
"href=\"%1$s\">here</a>"
msgstr ""
"输入您的 MailChimp API 密钥。您可以创建一个 API 密钥 <a target=\"_blank\" "
"href=\"%1$s\">here</a>"
#: options_divi.php:121
#, fuzzy
msgid "Google API Key"
msgstr "Google"
#: options_divi.php:129
msgid ""
"The Maps module uses the Google Maps API and requires a valid Google API Key "
"to function. Before using the map module, please make sure you have added "
"your API key here. Learn more about how to create your Google API Key <a "
"target=\"_blank\" href=\"%1$s\">here</a>."
msgstr ""
#: options_divi.php:133
msgid "Enqueue Google Maps Script"
msgstr ""
#: options_divi.php:140
msgid ""
"Disable this option to remove the Google Maps API script from your Divi "
"Builder Pages. This may improve compatibility with third party plugins that "
"also enqueue this script. Please Note: Modules that rely on the Google Maps "
"API in order to function properly, such as the Maps and Fullwidth Maps "
"Modules, will still be available but will not function while this option is "
"disabled (unless you manually add Google Maps API script)."
msgstr ""
#: options_divi.php:143
msgid "Aweber Authorization"
msgstr "Aweber 授权"
#: options_divi.php:145
msgid "Authorize your Aweber account here."
msgstr "在此授权您的 Aweber 账户。"
#: options_divi.php:149
msgid "Regenerate MailChimp Lists"
msgstr "重新生成 MailChimp 列表"
#: options_divi.php:153
msgid ""
"By default, MailChimp lists are cached for one day. If you added new list, "
"but it doesn't appear within the Email Optin module settings, activate this "
"option. Don't forget to disable it once the list has been regenerated."
msgstr ""
"缺省情况下,MailChimp列表被缓存一天。如果添加新的列表,但它并没有在电子邮件"
"OPTIN模块设置显示,启用该选项。不要忘了关闭它,一旦名单已再生。"
#: options_divi.php:155
msgid "Regenerate Aweber Lists"
msgstr "重新生成 Aweber 列表"
#: options_divi.php:159
msgid ""
"By default, Aweber lists are cached for one day. If you added new list, but "
"it doesn't appear within the Email Optin module settings, activate this "
"option. Don't forget to disable it once the list has been regenerated."
msgstr ""
"缺省情况下,Aweber列表被缓存一天。如果添加新的列表,但它并没有在电子邮件OPTIN"
"模块设置显示,启用该选项。不要忘了关闭它,一旦名单已再生。"
#: options_divi.php:161
msgid "Show Facebook Icon"
msgstr "显示 Facebook 图标"
#: options_divi.php:165
msgid "Here you can choose to display the Facebook Icon on your homepage. "
msgstr "在这里,您可以选择在您的主页显示 Facebook 图标。 "
#: options_divi.php:167
msgid "Show Twitter Icon"
msgstr "显示 Twitter 图标"
#: options_divi.php:171
msgid "Here you can choose to display the Twitter Icon. "
msgstr "在这里,您可以选择显示 Twitter 图标。 "
#: options_divi.php:173
msgid "Show Google+ Icon"
msgstr "显示 Google+ 图标"
#: options_divi.php:177
msgid "Here you can choose to display the Google+ Icon on your homepage. "
msgstr "在这里,您可以选择在您的主页显示 Google+ 图标。 "
#: options_divi.php:179
msgid "Show RSS Icon"
msgstr "显示 RSS 图标"
#: options_divi.php:183
msgid "Here you can choose to display the RSS Icon. "
msgstr "在这里,您可以选择显示 RSS 图标。 "
#: options_divi.php:185
msgid "Facebook Profile Url"
msgstr "Facebook 个人资料 URL"
#: options_divi.php:190
msgid "Enter the URL of your Facebook Profile. "
msgstr "输入您的 Facebook 个人资料的 URL。 "
#: options_divi.php:192
msgid "Twitter Profile Url"
msgstr "Twitter 个人资料 URL"
#: options_divi.php:197
msgid "Enter the URL of your Twitter Profile."
msgstr "输入您的 Twitter 个人资料的 URL。"
#: options_divi.php:199
msgid "Google+ Profile Url"
msgstr "Google+ 个人资料 URL"
#: options_divi.php:204
msgid "Enter the URL of your Google+ Profile. "
msgstr "输入您的 Google+ 个人资料的 URL。 "
#: options_divi.php:206
msgid "RSS Icon Url"
msgstr "RSS 图标 URL"
#: options_divi.php:211
msgid "Enter the URL of your RSS feed. "
msgstr "输入您的 RSS 源的 URL。 "
#: options_divi.php:213
msgid "Number of Products displayed on WooCommerce archive pages"
msgstr "在 WooCommerce 归档页面上显示的产品数量"
#: options_divi.php:217
msgid ""
"Here you can designate how many WooCommerce products are displayed on the "
"archive page. This option works independently from the Settings > Reading "
"options in wp-admin."
msgstr ""
"你可以在此次指定显示在归档页面上的 WooCommerce 产品数量。此为独立选项,不依"
"赖 wp-admin. 中的设置> 读取选项"
#: options_divi.php:221
msgid "Number of Posts displayed on Category page"
msgstr "类别页面显示的文章数量"
#: options_divi.php:225
msgid ""
"Here you can designate how many recent articles are displayed on the "
"Category page. This option works independently from the Settings > Reading "
"options in wp-admin."
msgstr ""
"在这里,您可以指定类别页面上显示多少近期的文章。在 wp-admin 中,此选项在阅读"
"选项之外独立工作。"
#: options_divi.php:229
msgid "Number of Posts displayed on Archive pages"
msgstr "存档页面显示的文章数量"
#: options_divi.php:233
msgid ""
"Here you can designate how many recent articles are displayed on the Archive "
"pages. This option works independently from the Settings > Reading options "
"in wp-admin."
msgstr ""
"在这里,您可以指定存档页面上显示多少近期的文章。在 wp-admin 中,此选项在阅读"
"选项之外独立工作。"
#: options_divi.php:237
msgid "Number of Posts displayed on Search pages"
msgstr "搜索页面显示的文章数量"
#: options_divi.php:241
msgid ""
"Here you can designate how many recent articles are displayed on the Search "
"results pages. This option works independently from the Settings > Reading "
"options in wp-admin."
msgstr ""
"在这里,您可以指定搜索页面上显示多少近期的文章。在 wp-admin 中,此选项在阅读"
"选项之外独立工作。"
#: options_divi.php:245
msgid "Number of Posts displayed on Tag pages"
msgstr "标签页面显示的文章数量"
#: options_divi.php:249
msgid ""
"Here you can designate how many recent articles are displayed on the Tag "
"pages. This option works independently from the Settings > Reading options "
"in wp-admin."
msgstr ""
"在这里,您可以指定标签页面上显示多少近期的文章。在 wp-admin 中,此选项在阅读"
"选项之外独立工作。"
#: options_divi.php:253
msgid "Date format"
msgstr "日期格式"
#: options_divi.php:257
msgid ""
"This option allows you to change how your dates are displayed. For more "
"information please refer to the WordPress codex here:<a href='http://codex."
"wordpress.org/Formatting_Date_and_Time' target='_blank'>Formatting Date and "
"Time</a>"
msgstr ""
"此选项允许您更改日期的显示方式。欲了解更多信息,请参阅 WordPress codex:<a "
"href='http://codex.wordpress.org/Formatting_Date_and_Time' target='_blank'>日"
"期和时间格式</a>"
#: options_divi.php:261
msgid "Use excerpts when defined"
msgstr "定义时使用摘录"
#: options_divi.php:265
msgid "This will enable the use of excerpts in posts or pages."
msgstr "这将允许使用文章或页面的摘录。"
#: options_divi.php:268
msgid "Responsive shortcodes"
msgstr "响应式 shortcodes"
#: options_divi.php:272
msgid "Enable this option to make shortcodes respond to various screen sizes"
msgstr "启用该选项,使 shortcodes 响应各种屏幕尺寸"
#: options_divi.php:275
msgid "Google Fonts subsets"
msgstr "Google Fonts 子集"
#: options_divi.php:279
msgid "This will enable Google Fonts for Non-English languages."
msgstr "这将为非英语语言启用 Google Fonts。"
#: options_divi.php:282
msgid "Back To Top Button"
msgstr "返回顶部按钮"
#: options_divi.php:286
msgid "Enable this option to display Back To Top Button while scrolling"
msgstr "启用该选项,在滚动时显示返回顶部按钮"
#: options_divi.php:289
msgid "Smooth Scrolling"
msgstr "平滑滚动"
#: options_divi.php:293
msgid "Enable this option to get the smooth scrolling effect with mouse wheel"
msgstr "启用该选项,获得鼠标滚轮的平滑滚动效果"
#: options_divi.php:296
msgid "Disable Translations"
msgstr "禁用翻译"
#: options_divi.php:300
msgid ""
"Disable translations if you don't want to display translated theme strings "
"on your site."
msgstr "如果你不想在你的网站上显示翻译过的主题字符串,可以禁用翻译。"
#: options_divi.php:303
msgid "Custom CSS"
msgstr "自定义 CSS"
#: options_divi.php:307
msgid "Here you can add custom css to override or extend default styles."
msgstr "在这里,您可以添加自定义的CSS来覆盖或扩展默认样式。"
#: options_divi.php:312
msgid "Memory Limit Increase"
msgstr "内存限制增加"
#: options_divi.php:314
msgid "Here you can disable automatic memory limit increase."
msgstr "在这里你可以禁用自动内存限制增加。"
#: options_divi.php:334
msgid "Pages"
msgstr "页数"
#: options_divi.php:352
msgid "Exclude pages from the navigation bar"
msgstr "从导航栏排除页面"
#: options_divi.php:356
msgid ""
"Here you can choose to remove certain pages from the navigation menu. All "
"pages marked with an X will not appear in your navigation bar. "
msgstr ""
"在这里,您可以选择从导航菜单删除某些网页。标有X所有的页面将不会出现在您的导航"
"栏中。 "
#: options_divi.php:360 options_divi.php:410
msgid "Show dropdown menus"
msgstr "显示下拉菜单"
#: options_divi.php:364
msgid ""
"If you would like to remove the dropdown menus from the pages navigation bar "
"disable this feature."
msgstr "如果您想从页面导航栏中删除下拉菜单,禁用此功能。"
#: options_divi.php:367
msgid "Display Home link"
msgstr "显示主页链接"
#: options_divi.php:371
msgid ""
"By default the theme creates a Home link that, when clicked, leads back to "
"your blog's homepage. If, however, you are using a static homepage and have "
"already created a page called Home to use, this will result in a duplicate "
"link. In this case you should disable this feature to remove the link."
msgstr ""
"默认情况下,主题会创建一个主页链接,点击后会返回您的博客主页。但是,如果您使"
"用的是静态主页并且已经创建了一个名为主页的网页,这将导致一个重复的链接。在这"
"种情况下,您应该禁用此功能以删除该链接。"
#: options_divi.php:374
msgid "Sort Pages Links"
msgstr "排序页面链接"
#: options_divi.php:378
msgid "Here you can choose to sort your pages links."
msgstr "在这里,您可以选择如何将网页链接进行排序。"
#: options_divi.php:381
msgid "Order Pages Links by Ascending/Descending"
msgstr "以升序/降序对页面链接排序"
#: options_divi.php:385
msgid ""
"Here you can choose to reverse the order that your pages links are "
"displayed. You can choose between ascending and descending."
msgstr ""
"在这里,您可以选择反转您的网页链接显示顺序。您可以在升序和降序之间进行选择。"
#: options_divi.php:388 options_divi.php:424
msgid "Number of dropdown tiers shown"
msgstr "显示的下拉菜单层级数"
#: options_divi.php:392 options_divi.php:428
msgid ""
"This options allows you to control how many teirs your pages dropdown menu "
"has. Increasing the number allows for additional menu items to be shown."
msgstr ""
"此选项允许您控制您的页面下拉菜单有多少层级。增加数量将允许显示额外的菜单项。"
#: options_divi.php:402
msgid "Exclude categories from the navigation bar"
msgstr "从导航栏排除类别"
#: options_divi.php:406
msgid ""
"Here you can choose to remove certain categories from the navigation menu. "
"All categories marked with an X will not appear in your navigation bar. "
msgstr ""
"在这里,您可以选择从导航菜单删除某些类别。标有X所有的类别将不会出现在您的导航"
"栏中。 "
#: options_divi.php:414
msgid ""
"If you would like to remove the dropdown menus from the categories "
"navigation bar disable this feature."
msgstr "如果您想从类别导航栏中删除下拉菜单,请禁用该功能。"
#: options_divi.php:417
msgid "Hide empty categories"
msgstr "隐藏空类别"
#: options_divi.php:421
msgid ""
"If you would like categories to be displayed in your navigationbar that "
"don't have any posts in them then disable this option. By default empty "
"categories are hidden"
msgstr ""
"如果您想要在导航栏中显示没有任何文章的类别,请禁用此选项。默认情况下空类别是"
"隐藏的。"
#: options_divi.php:432
msgid "Sort Categories Links by Name/ID/Slug/Count/Term Group"
msgstr "按 Name/ID/Slug/Count/Term 组排序类别链接"
#: options_divi.php:436
msgid ""
"By default pages are sorted by name. However if you would rather have them "
"sorted by ID you can adjust this setting."
msgstr ""
"默认情况下,页面是按名称排序的。但是,如果您想要按ID对它们进行排序,您可以调"
"整此设置。"
#: options_divi.php:439
msgid "Order Category Links by Ascending/Descending"
msgstr "按升序或降序对类别链接排序"
#: options_divi.php:443
msgid ""
"Here you can choose to reverse the order that your categories links are "
"displayed. You can choose between ascending and descending."
msgstr ""
"在这里,您可以选择反转您的类别链接显示顺序。您可以在升序和降序之间进行选择。"
#: options_divi.php:452
msgid "Disable top tier dropdown menu links"
msgstr "禁用顶级下拉菜单链接"
#: options_divi.php:456
msgid ""
"In some cases users will want to create parent categories or links as "
"placeholders to hold a list of child links or categories. In this case it is "
"not desirable to have the parent links lead anywhere, but instead merely "
"serve an organizational function. Enabling this options will remove the "
"links from all parent pages/categories so that they don't lead anywhere when "
"clicked."
msgstr ""
"在某些情况下,用户想要创建父级类别或链接作为占位符来保存子链接或类别列表。在"
"这种情况下,用户不希望让父级链接指向任何位置,而是仅仅用于组织功能。启用该选"
"项将从所有父级页面/类别中删除链接,使在点击它们时不会导致跳转到任何地方。"
#: options_divi.php:460
msgid "Alternative scroll-to-anchor method"
msgstr ""
#: options_divi.php:464
msgid ""
"Sometimes when using the CSS ID of a section to link directly to it from "
"another page, the page's final scroll position can be inaccurate. Enable "
"this option to use an alternative method for scrolling to anchors which can "
"be more accurate than the default method in some cases."
msgstr ""
#: options_divi.php:482
msgid "Single Post Layout"
msgstr "单文章布局"
#: options_divi.php:487
msgid "Single Page Layout"
msgstr "单页面布局"
#: options_divi.php:500
msgid "Choose which items to display in the postinfo section"
msgstr "选择在文章信息部分显示的项目"
#: options_divi.php:504
msgid ""
"Here you can choose which items appear in the postinfo section on single "
"post pages. This is the area, usually below the post title, which displays "
"basic information about your post. The highlighted itmes shown below will "
"appear. "
msgstr ""
"在这里,您可以选择单文章页面信息部分显示哪些项目。这个区域通常位于文章标题下"
"方,它显示关于文章的基本信息。下面突出显示的项目将出现。 "
#: options_divi.php:508
msgid "Show comments on posts"
msgstr "显示文章评论"
#: options_divi.php:512
msgid ""
"You can disable this option if you want to remove the comments and comment "
"form from single post pages. "
msgstr "如果您想删除文章的评论和评论表单,您可以禁用这个选项。 "
#: options_divi.php:515
msgid "Place Thumbs on Posts"
msgstr "放置文章缩略图图像"
#: options_divi.php:519
msgid ""
"By default thumbnails are placed at the beginning of your post on single "
"post pages. If you would like to remove this initial thumbnail image to "
"avoid repetition simply disable this option. "
msgstr ""
"默认情况下,缩略图被放置在单页面文章的开始处。如果您想删除这个初始缩略图以避"
"免重复,只需禁用这个选项即可。 "
#: options_divi.php:528
msgid "Place Thumbs on Pages"
msgstr "放置页面缩略图图像"
#: options_divi.php:532
msgid ""
"By default thumbnails are not placed on pages (they are only used on posts). "
"However, if you want to use thumbnails on pages you can! Just enable this "
"option. "
msgstr ""
"默认情况下,不会在页面上放置缩略图(仅在博文中使用它们)。但是,如果要在页面"
"上使用缩略图,也是可以的!启用此选项即可。"
#: options_divi.php:535
msgid "Show comments on pages"
msgstr "显示页面上的评论"
#: options_divi.php:539
msgid ""
"By default comments are not placed on pages, however, if you would like to "
"allow people to comment on your pages simply enable this option. "
msgstr ""
"默认情况下,页面上不会放置评论。但是,如果您想让人们对您的页面进行评论,只需"
"启用该选项。 "
#: options_divi.php:548
msgid "Post info section"
msgstr "文章信息部分"
#: options_divi.php:552
msgid ""
"Here you can choose which items appear in the postinfo section on pages. "
"This is the area, usually below the post title, which displays basic "
"information about your post. The highlighted itmes shown below will appear. "
msgstr ""
"在这里,您可以选择页面上文章信息部分显示哪些项目。这个区域通常位于文章标题下"
"方,它显示关于文章的基本信息。下面突出显示的项目将出现。 "
#: options_divi.php:555
msgid "Show Thumbs on Index pages"
msgstr "显示索引页上的缩略图图片"
#: options_divi.php:559
msgid "Enable this option to show thumbnails on Index Pages."
msgstr "启用该选项,显示索引页上的缩略图图片。"
#: options_divi.php:576
msgid "Homepage SEO"
msgstr "主页 SEO"
#: options_divi.php:581
msgid "Single Post Page SEO"
msgstr "单个文章页 SEO"
#: options_divi.php:586
msgid "Index Page SEO"
msgstr "索引页 SEO"
#: options_divi.php:594
msgid " Enable custom title "
msgstr "启用自定义标题 "
#: options_divi.php:598
msgid ""
"By default the theme uses a combination of your blog name and your blog "
"description, as defined when you created your blog, to create your homepage "
"titles. However if you want to create a custom title then simply enable this "
"option and fill in the custom title field below. "
msgstr ""
"正如您在创建博客时定义的那样,默认情况下主题将综合使用您的博客名称和博客说明"
"来创建您的主页标题。但是,如果您想创建一个自定义标题,那么只需启用这个选项并"
"填写下方的自定义标题字段。 "
#: options_divi.php:601
msgid " Enable meta description"
msgstr "启用 meta 标签说明"
#: options_divi.php:605
msgid ""
"By default the theme uses your blog description, as defined when you created "
"your blog, to fill in the meta description field. If you would like to use a "
"different description then enable this option and fill in the custom "
"description field below. "
msgstr ""
"正如您在创建博客时定义的那样,默认情况下主题使用您的博客说明来填写 meta "
"description 字段。如果您想使用不同的描述,那么启用该选项并填写以下自定义描述"
"字段。 "
#: options_divi.php:608
msgid " Enable meta keywords"
msgstr "启用 meta keywords"
#: options_divi.php:612
msgid ""
"By default the theme does not add keywords to your header. Most search "
"engines don't use keywords to rank your site anymore, but some people define "
"them anyway just in case. If you want to add meta keywords to your header "
"then enable this option and fill in the custom keywords field below. "
msgstr ""
"默认情况下,主题不向页眉添加任何关键字。大多数搜索引擎已不再使用关键字来对网"
"站进行排名,但是有些人以防万一还是定义了它们。如果您想将 meta keywords 添加到"
"您的页眉,那么启用该选项并填写以下自定义关键字字段。 "
#: options_divi.php:615 options_divi.php:742
msgid " Enable canonical URL's"
msgstr "启用规范的 URL's"
#: options_divi.php:619 options_divi.php:693 options_divi.php:746
msgid ""
"Canonicalization helps to prevent the indexing of duplicate content by "
"search engines, and as a result, may help avoid duplicate content penalties "
"and pagerank degradation. Some pages may have different URLs all leading to "
"the same place. For example domain.com, domain.com/index.html, and www."
"domain.com are all different URLs leading to your homepage. From a search "
"engine's perspective these duplicate URLs, which also occur often due to "
"custom permalinks, may be treated individually instead of as a single "
"destination. Defining a canonical URL tells the search engine which URL you "
"would like to use officially. The theme bases its canonical URLs off your "
"permalinks and the domain name defined in the settings tab of wp-admin."
msgstr ""
"规范化有助于防止搜索引擎对重复内容建立索引,因此有助于避免重复内容罚分和页面"
"排名降低。有些页面可以有全部指向同一个位置的不同 URLs。例如,domain.com、"
"domain.com/index.html 和 www.domain.com 都是指向主页的不同 URLs。从搜索引擎的"
"角度来看,这些重复的 URLs(在定制链接时也会经常发生这种情况)可能会分别对待,"
"而不是视为一个目标。定义规范的 URL 可以让搜索引擎知道哪个是要正式使用的 URL。"
"主题的规范 URLs 基于链接以及在 wp-admin 的设置选项卡中定义的域名。"
#: options_divi.php:622
msgid "Homepage custom title (if enabled)"
msgstr "主页自定义标题(如果启用)"
#: options_divi.php:626
msgid ""
"If you have enabled custom titles you can add your custom title here. "
"Whatever you type here will be placed between the < title >< /title > tags "
"in header.php"
msgstr ""
"如果您已启用自定义标题,您可以在这里添加您的自定义标题。无论您在此处键入什么"
"内容,它们都将被放置于 header.php 上 < title >< /title > 标签之间。"
#: options_divi.php:630
msgid "Homepage meta description (if enabled)"
msgstr "主页 meta description(如果启用)"
#: options_divi.php:634
msgid ""
"If you have enabled meta descriptions you can add your custom description "
"here."
msgstr "如果您启用了 meta description,您可以在这里添加自定义说明。"
#: options_divi.php:638
msgid "Homepage meta keywords (if enabled)"
msgstr "主页 meta keywords(如果启用)"
#: options_divi.php:642
msgid ""
"If you have enabled meta keywords you can add your custom keywords here. "
"Keywords should be separated by comas. For example: wordpress,themes,"
"templates,elegant"
msgstr ""
"如果您启用了 meta keywords,您可以在这里添加自定义关键字。关键字应该用逗号分"
"隔。例如:wordpress,themes,templates,elegant"
#: options_divi.php:646 options_divi.php:720
msgid "If custom titles are disabled, choose autogeneration method"
msgstr "如果禁用了自定义标题,选择自动生成方法"
#: options_divi.php:651
msgid ""
"If you are not using cutsom post titles you can still have control over how "
"your titles are generated. Here you can choose which order you would like "
"your post title and blog name to be displayed, or you can remove the blog "
"name from the title completely."
msgstr ""
"如果您没有使用自定义文章标题,您仍然可以控制如何生成标题。在这里,您可以选择"
"您的文章标题和博客名称显示顺序,或者也可以从标题中彻底删除博客名称。"
#: options_divi.php:654 options_divi.php:728 options_divi.php:764
msgid "Define a character to separate BlogName and Post title"
msgstr "定义一个字符来分隔网站名称和文章标题"
#: options_divi.php:658 options_divi.php:732
msgid ""
"Here you can change which character separates your blog title and post name "
"when using autogenerated post titles. Common values are | or -"
msgstr ""
"在这里,您可以更改在使用自动生成文章标题时分隔您的博客标题和文章名称的字符。"
"一般是 | 或-"
#: options_divi.php:668
msgid "Enable custom titles"
msgstr "启用自定义标题"
#: options_divi.php:672
msgid ""
"By default the theme creates post titles based on the title of your post and "
"your blog name. If you would like to make your meta title different than "
"your actual post title you can define a custom title for each post using "
"custom fields. This option must be enabled for custom titles to work, and "
"you must choose a custom field name for your title below."
msgstr ""
"默认情况下,主题依据您的文章标题和博客名称来创建文章标题。如果您想让您的 "
"meta 标题不同于您的实际文章标题,您可以使用自定义字段来为每一篇文章定义一个自"
"定义标题。必须启用此选项才能保证自定义标题正常工作,而且您必须为下方您的标题"
"选择一个自定义字段名称。"
#: options_divi.php:675
msgid "Enable custom description"
msgstr "启用自定义说明"
#: options_divi.php:679
msgid ""
"If you would like to add a meta description to your post you can do so using "
"custom fields. This option must be enabled for descriptions to be displayed "
"on post pages. You can add your meta description using custom fields based "
"off the custom field name you define below."
msgstr ""
"如果您想为您的文章添加 meta description,您可以使用自定义字段做到这一点。必须"
"启用此选项才能保证文章页面显示说明。您可以使用基于下方定义了名称的自定义字段"
"来添加 meta description。"
#: options_divi.php:682
msgid "Enable custom keywords"
msgstr "启用自定义关键字"
#: options_divi.php:686
msgid ""
"If you would like to add meta keywords to your post you can do so using "
"custom fields. This option must be enabled for keywords to be displayed on "
"post pages. You can add your meta keywords using custom fields based off the "
"custom field name you define below."
msgstr ""
"如果您想为您的文章添加 meta keywords,您可以使用自定义字段做到这一点。必须启"
"用此选项才能保证文章页面显示关键字。您可以使用基于下方定义了名称的自定义字段"
"来添加 meta keywords。"
#: options_divi.php:689
msgid "Enable canonical URL's"
msgstr "启用规范的 URL's"
#: options_divi.php:696
msgid "Custom field Name to be used for title"
msgstr "用于标题的自定义字段名称"
#: options_divi.php:700
msgid ""
"When you define your title using custom fields you should use this value for "
"the custom field Name. The Value of your custom field should be the custom "
"title you would like to use."
msgstr ""
"当您使用自定义字段定义您的标题时,您应该将这个值用于自定义字段名称。您的自定"
"义字段的值应该是您想要使用的自定义标题。"
#: options_divi.php:704
msgid "Custom field Name to be used for description"
msgstr "用于说明的自定义字段名称"
#: options_divi.php:708
msgid ""
"When you define your meta description using custom fields you should use "
"this value for the custom field Name. The Value of your custom field should "
"be the custom description you would like to use."
msgstr ""
"当您使用自定义字段定义您的 meta description 时,您应该将这个值用于自定义字段"
"名称。您的自定义字段的值应该是您想要使用的自定义说明。"
#: options_divi.php:712
msgid "Custom field Name to be used for keywords"
msgstr "用于关键字的自定义字段名称"
#: options_divi.php:716
msgid ""
"When you define your keywords using custom fields you should use this value "
"for the custom field Name. The Value of your custom field should be the meta "
"keywords you would like to use, separated by comas."
msgstr ""
"当您使用自定义字段定义您的关键字时,您应该将这个值用于自定义字段名称。您的自"
"定义字段的值应该是您想要使用的 meta keywords,由逗号分隔。"
#: options_divi.php:725
msgid ""
"If you are not using cutsom post titles you can still have control over hw "
"your titles are generated. Here you can choose which order you would like "
"your post title and blog name to be displayed, or you can remove the blog "
"name from the title completely."
msgstr ""
"如果您没有使用自定义文章标题,您仍然可以控制如何生成标题。在这里,您可以选择"
"您的文章标题和博客名称显示顺序,或者也可以从标题中彻底删除博客名称。"
#: options_divi.php:749
msgid "Enable meta descriptions"
msgstr "启用 meta descriptions"
#: options_divi.php:753
msgid ""
"Check this box if you want to display meta descriptions on category/archive "
"pages. The description is based off the category description you choose when "
"creating/edit your category in wp-admin."
msgstr ""
"如果您想在类别/归档页面显示 meta description,请选中此复选框。该说明是基于在 "
"wp-admin 创建/编辑类别时您选择的类别说明。"
#: options_divi.php:756
msgid "Choose title autogeneration method"
msgstr "选择标题生成方法"
#: options_divi.php:761
msgid ""
"Here you can choose how your titles on index pages are generated. You can "
"change which order your blog name and index title are displayed, or you can "
"remove the blog name from the title completely."
msgstr ""
"在这里,您可以选择如何生成索引页上的标题。您可以更改您的博客名称和索引标题显"
"示顺序,也可以从标题中彻底删除博客名称。"
#: options_divi.php:768
msgid ""
"Here you can change which character separates your blog title and index page "
"name when using autogenerated post titles. Common values are | or -"
msgstr ""
"在这里,您可以更改在使用自动生成文章标题时分隔您的博客标题和索引页面名称的字"
"符。一般是 | 或-"
#: options_divi.php:787
msgid "Code Integration"
msgstr "代码集成"
#: options_divi.php:795
msgid "Enable header code"
msgstr "启用页眉代码"
#: options_divi.php:799
msgid ""
"Disabling this option will remove the header code below from your blog. This "
"allows you to remove the code while saving it for later use."
msgstr ""
"禁用此选项会从您的博客中删除下面的页眉代码。这允许您删除代码,同时将其保存以"
"备后用。"
#: options_divi.php:802
msgid "Enable body code"
msgstr "启用 < body > 代码"
#: options_divi.php:806
msgid ""
"Disabling this option will remove the body code below from your blog. This "
"allows you to remove the code while saving it for later use."
msgstr ""
"禁用此选项会从您的博客中删除下面的主体代码。这允许您删除代码,同时将其保存以"
"备后用。"
#: options_divi.php:809
msgid "Enable single top code"
msgstr "启用单个顶部代码"
#: options_divi.php:813
msgid ""
"Disabling this option will remove the single top code below from your blog. "
"This allows you to remove the code while saving it for later use."
msgstr ""
"禁用此选项会从您的博客中删除下面的单个顶部代码。这允许您删除代码,同时将其保"
"存以备后用。"
#: options_divi.php:816
msgid "Enable single bottom code"
msgstr "启用单个底部代码"
#: options_divi.php:820
msgid ""
"Disabling this option will remove the single bottom code below from your "
"blog. This allows you to remove the code while saving it for later use."
msgstr ""
"禁用此选项会从您的博客中删除下面的单个底部代码。这允许您删除代码,同时将其保"
"存以备后用。"
#: options_divi.php:823
msgid "Add code to the < head > of your blog"
msgstr "将代码添加到您博客 < head >"
#: options_divi.php:827
msgid ""
"Any code you place here will appear in the head section of every page of "
"your blog. This is useful when you need to add javascript or css to all "
"pages."
msgstr ""
"您在这里放置的任何代码,都将出现在您博客每个页面的头部分。当您需要添加 "
"Javascript 或 CSS 到所有页面时,这很有帮助。"
#: options_divi.php:830
msgid ""
"Add code to the < body > (good for tracking codes such as google analytics)"
msgstr "将代码添加到 < body >(适用于跟踪代码,如Google Analytics)"
#: options_divi.php:834
msgid ""
"Any code you place here will appear in body section of all pages of your "
"blog. This is usefull if you need to input a tracking pixel for a state "
"counter such as Google Analytics."
msgstr ""
"您在这里放置的任何代码,都将出现在您的博客中所有页面的主体部分。如果您需要为"
"状态计数器如 Google Analytics 输入跟踪像素,这很有帮助。"
#: options_divi.php:837
msgid "Add code to the top of your posts"
msgstr "将代码添加到您的文章顶端"
#: options_divi.php:841 options_divi.php:848
msgid ""
"Any code you place here will be placed at the top of all single posts. This "
"is useful if you are looking to integrating things such as social "
"bookmarking links."
msgstr ""
"您在这里放置的任何代码,都将被放置在所有文章的顶端。如果您正在寻求整合东西如"
"社交书签链接,这很有帮助。"
#: options_divi.php:844
msgid "Add code to the bottom of your posts, before the comments"
msgstr "将代码添加到您的文章底部,在评论之前,"
#: options_divi.php:875
#, fuzzy
msgid "Username"
msgstr "用户名: "
#: options_divi.php:880
msgid ""
"Before you can receive product updates, you must first authenticate your "
"Elegant Themes subscription. To do this, you need to enter both your Elegant "
"Themes Username and your Elegant Themes API Key. Your username is the same "
"username you use when logging in to <a href=\"http://elegantthemes.com/\" "
"target=\"_blank\">ElegantThemes.com</a>"
msgstr ""
#: options_divi.php:887
msgid "API Key"
msgstr ""
#: options_divi.php:892
msgid ""
"Before you can receive product updates, you must first authenticate your "
"Elegant Themes subscription. To do this, you need to enter both your Elegant "
"Themes Username and your Elegant Themes API Key. To locate your API Key, <a "
"href=\"https://www.elegantthemes.com/members-area/\" target=\"_blank\">log "
"in</a> to your Elegant Themes account and navigate to the <strong>Account > "
"API Key</strong> page."
msgstr ""
#: options_divi.php:913
msgid "Manage Un-widgetized Advertisements"
msgstr "广告管理"
#: options_divi.php:921
msgid "Enable Single Post 468x60 banner"
msgstr "启用单个文章 468x60 的横幅"
#: options_divi.php:925
msgid ""
"Enabling this option will display a 468x60 banner ad on the bottom of your "
"post pages below the single post content. If enabled you must fill in the "
"banner image and destination url below."
msgstr ""
"启用该选项将在文章底部文章内容下方显示一个 468x60 横幅广告。如果启用,您必须"
"填充下方的横幅图像和目标 URL。"
#: options_divi.php:928
msgid "Input 468x60 advertisement banner image"
msgstr "输入 468x60 广告横幅图像"
#: options_divi.php:932
msgid "Here you can provide 468x60 banner image url"
msgstr "在这里,您可以提供 468x60 横幅图像 URL"
#: options_divi.php:936
msgid "Input 468x60 advertisement destination url"
msgstr "输入 468x60 广告目标 URL"
#: options_divi.php:940
msgid "Here you can provide 468x60 banner destination url"
msgstr "在这里,您可以提供 468x60 横幅目标 URL"
#: options_divi.php:944
msgid "Input 468x60 adsense code"
msgstr "输入 468x60 Google Adsense 代码"
#: options_divi.php:948
msgid "Place your adsense code here."
msgstr "在这里放置您的 Google Adsense 代码。"
#: page-template-blank.php:49 page.php:48 single-project.php:55 single.php:106
msgid "Pages:"
msgstr "页数:"
#. Translators: If there are characters in your language that are not supported
#. by Open Sans, translate this to 'off'. Do not translate into your own
#. language.
#: functions.php:115
msgctxt "Open Sans font: on or off"
msgid "on"
msgstr " "
#: functions.php:8271
#, fuzzy
msgctxt "WooCommerce items number"
msgid "%1$s Item"
msgid_plural "%1$s Items"
msgstr[0] " "
#: single-project.php:68
msgctxt "Previous post link"
msgid "←"
msgstr " "
#: single-project.php:69
msgctxt "Next post link"
msgid "→"
msgstr " "
#~ msgid ""
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
#~ "\"thickbox\" title=\"%1$s\">View version %3$s details</a>. <em>Before you "
#~ "can update your Elegant Themes, you must first install the <a href="
#~ "\"https://www.elegantthemes.com/members-area/documentation.html#updater\" "
#~ "target=\"_blank\">Elegant Updater Plugin</a> to authenticate your "
#~ "subscription.</em>"
#~ msgstr ""
#~ "%1$s 有可用的新版本。 <a href=\"%2$s\" class=\"thickbox\" title=\"%1$s\">"
#~ "查看版本 %3$s 的详细信息</a>。 <em>在您更新您的优雅主题前,您必须先安装 "
#~ "<a href=\"https://www.elegantthemes.com/members-area/documentation."
#~ "html#updater\" target=\"_blank\">Elegant Updater Plugin</a>来验证您的订"
#~ "阅。</em>"
#~ msgid ""
#~ "Before you can update your Elegant Themes, you must first install the <a "
#~ "href=\"https://www.elegantthemes.com/members-area/documentation."
#~ "html#updater\" target=\"_blank\">Elegant Updater Plugin</a> to "
#~ "authenticate your subscription."
#~ msgstr ""
#~ "在您更新您的优雅主题前,您必须先安装 <a href=\"https://www.elegantthemes."
#~ "com/members-area/documentation.html#updater\" target=\"_blank\">Elegant "
#~ "Updater Plugin</a>来验证您的订阅。"