summaryrefslogtreecommitdiffstats
path: root/i18n/zh_CN.json
blob: 025b9edff36791feb4e7baeed62fe93aa582aa45 (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
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
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
[
  {
    "id": "April",
    "translation": "四月"
  },
  {
    "id": "August",
    "translation": "八月"
  },
  {
    "id": "December",
    "translation": "十二月"
  },
  {
    "id": "February",
    "translation": "二月"
  },
  {
    "id": "January",
    "translation": "一月"
  },
  {
    "id": "July",
    "translation": "七月"
  },
  {
    "id": "June",
    "translation": "六月"
  },
  {
    "id": "March",
    "translation": "三月"
  },
  {
    "id": "May",
    "translation": "五月"
  },
  {
    "id": "November",
    "translation": "十一月"
  },
  {
    "id": "October",
    "translation": "十月"
  },
  {
    "id": "September",
    "translation": "九月"
  },
  {
    "id": "api.admin.add_certificate.no_file.app_error",
    "translation": "请求中'certificate'下的文件不存在"
  },
  {
    "id": "api.admin.add_certificate.open.app_error",
    "translation": "无法打开证书文件"
  },
  {
    "id": "api.admin.add_certificate.saving.app_error",
    "translation": "无法保存证书文件"
  },
  {
    "id": "api.admin.file_read_error",
    "translation": "读取日志文件出错"
  },
  {
    "id": "api.admin.get_brand_image.not_available.app_error",
    "translation": "此服务器不支持或没有正确配置自定义品牌"
  },
  {
    "id": "api.admin.get_brand_image.storage.app_error",
    "translation": "未配置图像存储器。"
  },
  {
    "id": "api.admin.init.debug",
    "translation": "正在初始化管理 API 路由"
  },
  {
    "id": "api.admin.recycle_db_end.warn",
    "translation": "数据库连接重用完成"
  },
  {
    "id": "api.admin.recycle_db_start.warn",
    "translation": "正在尝试重用数据库连接"
  },
  {
    "id": "api.admin.remove_certificate.delete.app_error",
    "translation": "删除证书时发生错误。请确定config/{{.Filename}}文件已存在。"
  },
  {
    "id": "api.admin.saml.metadata.app_error",
    "translation": "创建服务商元数据时发生错误"
  },
  {
    "id": "api.admin.test_email.body",
    "translation": "<br/><br/><br/>看来你的Mattermost邮箱设置成功!"
  },
  {
    "id": "api.admin.test_email.missing_server",
    "translation": "需要SMTP服务器"
  },
  {
    "id": "api.admin.test_email.reenter_password",
    "translation": "SMTP 服务器地址、端口或者用户名已经被修改。请重新输入 SMTP 密码进行连接测试。"
  },
  {
    "id": "api.admin.test_email.subject",
    "translation": "Mattermost - 测试邮箱设置"
  },
  {
    "id": "api.admin.upload_brand_image.array.app_error",
    "translation": "请求中图片为空"
  },
  {
    "id": "api.admin.upload_brand_image.no_file.app_error",
    "translation": "请求中缺失图片文件"
  },
  {
    "id": "api.admin.upload_brand_image.not_available.app_error",
    "translation": "此服务器不支持或没有正确配置自定义品牌"
  },
  {
    "id": "api.admin.upload_brand_image.parse.app_error",
    "translation": "不能解析混合表单"
  },
  {
    "id": "api.admin.upload_brand_image.storage.app_error",
    "translation": "不能上传图片。图片存储没有配置。"
  },
  {
    "id": "api.admin.upload_brand_image.too_large.app_error",
    "translation": "无法上传文件。文件太大。"
  },
  {
    "id": "api.api.init.parsing_templates.debug",
    "translation": "解析服务模板 %v"
  },
  {
    "id": "api.api.init.parsing_templates.error",
    "translation": "解析服务模板出错 %v"
  },
  {
    "id": "api.api.render.error",
    "translation": "渲染模板出错 %v err=%v"
  },
  {
    "id": "api.auth.unable_to_get_user.app_error",
    "translation": "可以让用户查看权限。"
  },
  {
    "id": "api.channel.add_member.added",
    "translation": "%v 由 %v 邀请加入频道"
  },
  {
    "id": "api.channel.add_member.find_channel.app_error",
    "translation": "未找到频道"
  },
  {
    "id": "api.channel.add_member.find_user.app_error",
    "translation": "未找到要添加的用户"
  },
  {
    "id": "api.channel.add_member.user_adding.app_error",
    "translation": "查找用户执行添加时出错"
  },
  {
    "id": "api.channel.add_user.to.channel.failed.app_error",
    "translation": "添加用户到频道出错"
  },
  {
    "id": "api.channel.add_user.to.channel.failed.deleted.app_error",
    "translation": "无法将用户添加到频道,因为用户已从团队中移除。"
  },
  {
    "id": "api.channel.add_user_to_channel.deleted.app_error",
    "translation": "该频道已归档或者被删除"
  },
  {
    "id": "api.channel.add_user_to_channel.type.app_error",
    "translation": "不能添加用户到该频道类型"
  },
  {
    "id": "api.channel.can_manage_channel.private_restricted_system_admin.app_error",
    "translation": "只有系统管理能创建与管理私有群组。"
  },
  {
    "id": "api.channel.can_manage_channel.private_restricted_team_admin.app_error",
    "translation": "只有团体和系统管理员能管理与创建私有群组。"
  },
  {
    "id": "api.channel.can_manage_channel.public_restricted_system_admin.app_error",
    "translation": "只有系统管理员能创建公开频道。"
  },
  {
    "id": "api.channel.can_manage_channel.public_restricted_team_admin.app_error",
    "translation": "只有团队和系统管理员能创建与管理公开频道。"
  },
  {
    "id": "api.channel.create_channel.direct_channel.app_error",
    "translation": "必须使用 createDirectChannel API 创建私信频道"
  },
  {
    "id": "api.channel.create_channel.invalid_character.app_error",
    "translation": "非直接频道的频道名不能出现无效字符 '__'"
  },
  {
    "id": "api.channel.create_channel.max_channel_limit.app_error",
    "translation": "当前团队无法创建超过 {{.MaxChannelsPerTeam}} 个频道。"
  },
  {
    "id": "api.channel.create_default_channels.off_topic",
    "translation": "闲聊频道"
  },
  {
    "id": "api.channel.create_default_channels.town_square",
    "translation": "公共频道"
  },
  {
    "id": "api.channel.create_direct_channel.invalid_user.app_error",
    "translation": "用于创建私信频道的用户 ID 无效"
  },
  {
    "id": "api.channel.delete_channel.archived",
    "translation": "%v 已归档该频道。"
  },
  {
    "id": "api.channel.delete_channel.cannot.app_error",
    "translation": "不能删除默认频道 {{.Channel}}"
  },
  {
    "id": "api.channel.delete_channel.deleted.app_error",
    "translation": "该频道已归档或者被删除"
  },
  {
    "id": "api.channel.delete_channel.failed_post.error",
    "translation": "发布归档消息失败 %v"
  },
  {
    "id": "api.channel.delete_channel.failed_send.app_error",
    "translation": "发送归档消息失败"
  },
  {
    "id": "api.channel.delete_channel.incoming_webhook.error",
    "translation": "删除传入的webhook出错, id=%v"
  },
  {
    "id": "api.channel.delete_channel.outgoing_webhook.error",
    "translation": "删除传出的webhook出错, id=%v"
  },
  {
    "id": "api.channel.delete_channel.permissions.app_error",
    "translation": "您没有对应的权限"
  },
  {
    "id": "api.channel.get_channel.wrong_team.app_error",
    "translation": "不存在团队team_id={{.TeamId}}, 频道 channel_id={{.ChannelId}}"
  },
  {
    "id": "api.channel.get_channel_counts.app_error",
    "translation": "不能从数据库中获取频道数"
  },
  {
    "id": "api.channel.get_channel_extra_info.deleted.app_error",
    "translation": "该频道已归档或者被删除"
  },
  {
    "id": "api.channel.get_channel_extra_info.member_limit.app_error",
    "translation": "解析成员限制失败"
  },
  {
    "id": "api.channel.get_channels.error",
    "translation": "获取用户配置出错 for id=%v 强制注销"
  },
  {
    "id": "api.channel.init.debug",
    "translation": "正在初始化频道 API 路由"
  },
  {
    "id": "api.channel.join_channel.permissions.app_error",
    "translation": "您没有对应的权限"
  },
  {
    "id": "api.channel.join_channel.post_and_forget",
    "translation": "%v 已经加入到该频道。"
  },
  {
    "id": "api.channel.leave.default.app_error",
    "translation": "不能退出默认频道 {{.Channel}}"
  },
  {
    "id": "api.channel.leave.direct.app_error",
    "translation": "不能退出私信频道"
  },
  {
    "id": "api.channel.leave.last_member.app_error",
    "translation": "你是本组最后一人,请删除私有组而不是离开。"
  },
  {
    "id": "api.channel.leave.left",
    "translation": "%v 已经退出该频道。"
  },
  {
    "id": "api.channel.post_update_channel_displayname_message_and_forget.create_post.error",
    "translation": "发送显示名更新信息时失败"
  },
  {
    "id": "api.channel.post_update_channel_displayname_message_and_forget.retrieve_user.error",
    "translation": "更新频道 DisplayName 字段时获取用户失败"
  },
  {
    "id": "api.channel.post_update_channel_displayname_message_and_forget.updated_from",
    "translation": "%s 将频道显示名从 %s 更新为 %s"
  },
  {
    "id": "api.channel.post_update_channel_header_message_and_forget.post.error",
    "translation": "更新频道头部消息失败"
  },
  {
    "id": "api.channel.post_update_channel_header_message_and_forget.removed",
    "translation": "%s 删除了频道标题 (原为: %s)"
  },
  {
    "id": "api.channel.post_update_channel_header_message_and_forget.retrieve_user.error",
    "translation": "尝试保存更新的频道标题时获取用户信息失败"
  },
  {
    "id": "api.channel.post_update_channel_header_message_and_forget.updated_from",
    "translation": "%s 将频道标题从 %s 更新为 %s"
  },
  {
    "id": "api.channel.post_update_channel_header_message_and_forget.updated_to",
    "translation": "%s 更新频道标题为: %s"
  },
  {
    "id": "api.channel.post_user_add_remove_message_and_forget.error",
    "translation": "发布添加/退出消息失败"
  },
  {
    "id": "api.channel.remove.default.app_error",
    "translation": "不能从默认频道 {{.Channel}} 移出用户"
  },
  {
    "id": "api.channel.remove_member.permissions.app_error",
    "translation": "您没有对应的权限"
  },
  {
    "id": "api.channel.remove_member.removed",
    "translation": "%v 已从频道移出。"
  },
  {
    "id": "api.channel.remove_member.unable.app_error",
    "translation": "无法移除用户。"
  },
  {
    "id": "api.channel.remove_member.user.app_error",
    "translation": "未找到要删除的用户"
  },
  {
    "id": "api.channel.remove_user_from_channel.deleted.app_error",
    "translation": "该频道已归档或者被删除"
  },
  {
    "id": "api.channel.update_channel.deleted.app_error",
    "translation": "该频道已归档或者被删除"
  },
  {
    "id": "api.channel.update_channel.permission.app_error",
    "translation": "您没有对应的权限"
  },
  {
    "id": "api.channel.update_channel.tried.app_error",
    "translation": "对默认频道试图执行一个无效的更新 {{.Channel}}"
  },
  {
    "id": "api.channel.update_last_viewed_at.get_unread_count_for_channel.errord",
    "translation": "无法获取 user_id=%v 以及 channel_id=%v 的未读数量,err=%v"
  },
  {
    "id": "api.command.admin_only.app_error",
    "translation": "集成只限于管理员。"
  },
  {
    "id": "api.command.delete.app_error",
    "translation": "无效删除命令权限"
  },
  {
    "id": "api.command.disabled.app_error",
    "translation": "命令已经被系统管理员禁用。"
  },
  {
    "id": "api.command.duplicate_trigger.app_error",
    "translation": "触发词已经使用。请选择其它单词。"
  },
  {
    "id": "api.command.execute_command.debug",
    "translation": "执行 cmd=%v userId=%v"
  },
  {
    "id": "api.command.execute_command.failed.app_error",
    "translation": "带触发 '{{.Trigger}}' 的命令失败"
  },
  {
    "id": "api.command.execute_command.failed_empty.app_error",
    "translation": "触发 '{{.Trigger}}' 返回一个空响应"
  },
  {
    "id": "api.command.execute_command.failed_resp.app_error",
    "translation": "触发 '{{.Trigger}}' 返回响应状态 {{.Status}}"
  },
  {
    "id": "api.command.execute_command.not_found.app_error",
    "translation": "触发 '{{.Trigger}}' 没有找到"
  },
  {
    "id": "api.command.execute_command.save.app_error",
    "translation": "保存命令响应到频道时出错"
  },
  {
    "id": "api.command.execute_command.start.app_error",
    "translation": "没有找到控制触发器"
  },
  {
    "id": "api.command.init.debug",
    "translation": "正在初始化命令 API 路由"
  },
  {
    "id": "api.command.invite_people.desc",
    "translation": "发送一封邀请邮件给你的Mattermost团队"
  },
  {
    "id": "api.command.invite_people.email_off",
    "translation": "邮件没有配置,没发送邀请"
  },
  {
    "id": "api.command.invite_people.fail",
    "translation": "邀请邮件发送错误"
  },
  {
    "id": "api.command.invite_people.hint",
    "translation": "[name@domain.com ...]"
  },
  {
    "id": "api.command.invite_people.name",
    "translation": "invite_people"
  },
  {
    "id": "api.command.invite_people.no_email",
    "translation": "请输入一个或更多有效的电子邮件地址"
  },
  {
    "id": "api.command.invite_people.sent",
    "translation": "邮件邀请已发送"
  },
  {
    "id": "api.command.regen.app_error",
    "translation": "无效重新生成命令令牌权限"
  },
  {
    "id": "api.command.team_mismatch.app_error",
    "translation": "无法跨团队更新命令"
  },
  {
    "id": "api.command.update.app_error",
    "translation": "无效更新命令权限"
  },
  {
    "id": "api.command_away.desc",
    "translation": "设置您的状态设为离开"
  },
  {
    "id": "api.command_away.name",
    "translation": "离开"
  },
  {
    "id": "api.command_away.success",
    "translation": "您现在离开了"
  },
  {
    "id": "api.command_collapse.desc",
    "translation": "打开图像预览自动折叠"
  },
  {
    "id": "api.command_collapse.name",
    "translation": "折叠"
  },
  {
    "id": "api.command_collapse.success",
    "translation": "图片链接现在默认折叠"
  },
  {
    "id": "api.command_echo.create.app_error",
    "translation": "不能创建 /echo 帖文,err=%v"
  },
  {
    "id": "api.command_echo.delay.app_error",
    "translation": "延迟必须在10000秒内"
  },
  {
    "id": "api.command_echo.desc",
    "translation": "从您的帐号返回文本"
  },
  {
    "id": "api.command_echo.high_volume.app_error",
    "translation": "高容量的回声请求,不能处理请求"
  },
  {
    "id": "api.command_echo.hint",
    "translation": "'信息' [延迟秒数]"
  },
  {
    "id": "api.command_echo.message.app_error",
    "translation": "/echo 命令必须有消息。"
  },
  {
    "id": "api.command_echo.name",
    "translation": "回应"
  },
  {
    "id": "api.command_expand.desc",
    "translation": "关闭图像预览自动折叠"
  },
  {
    "id": "api.command_expand.name",
    "translation": "展开"
  },
  {
    "id": "api.command_expand.success",
    "translation": "图片链接现在默认展开"
  },
  {
    "id": "api.command_expand_collapse.fail.app_error",
    "translation": "展开预览时发生了错误"
  },
  {
    "id": "api.command_join.desc",
    "translation": "添加到公开频道"
  },
  {
    "id": "api.command_join.fail.app_error",
    "translation": "加入频道时发生错误。"
  },
  {
    "id": "api.command_join.hint",
    "translation": "[频道名称]"
  },
  {
    "id": "api.command_join.list.app_error",
    "translation": "列出频道时发生错误。"
  },
  {
    "id": "api.command_join.missing.app_error",
    "translation": "我们没有找到该频道"
  },
  {
    "id": "api.command_join.name",
    "translation": "加入"
  },
  {
    "id": "api.command_join.success",
    "translation": "已加入频道。"
  },
  {
    "id": "api.command_logout.desc",
    "translation": "注销Mattermost"
  },
  {
    "id": "api.command_logout.fail_message",
    "translation": "注销失败"
  },
  {
    "id": "api.command_logout.name",
    "translation": "注销"
  },
  {
    "id": "api.command_me.desc",
    "translation": "执行一个操作"
  },
  {
    "id": "api.command_me.hint",
    "translation": "[信息]"
  },
  {
    "id": "api.command_me.name",
    "translation": "me"
  },
  {
    "id": "api.command_msg.desc",
    "translation": "直接发送消息给用户"
  },
  {
    "id": "api.command_msg.dm_fail.app_error",
    "translation": "创建私信时发生错误。"
  },
  {
    "id": "api.command_msg.fail.app_error",
    "translation": "发送用户消息时发生错误。"
  },
  {
    "id": "api.command_msg.hint",
    "translation": "@[用户名] '消息'"
  },
  {
    "id": "api.command_msg.list.app_error",
    "translation": "列出用户时出错。"
  },
  {
    "id": "api.command_msg.missing.app_error",
    "translation": "无法找到用户"
  },
  {
    "id": "api.command_msg.name",
    "translation": "消息"
  },
  {
    "id": "api.command_msg.success",
    "translation": "消息已发送给用户。"
  },
  {
    "id": "api.command_offline.desc",
    "translation": "设置您的状态设为离线"
  },
  {
    "id": "api.command_offline.name",
    "translation": "离线"
  },
  {
    "id": "api.command_offline.success",
    "translation": "您现在离线了"
  },
  {
    "id": "api.command_online.desc",
    "translation": "设置您的状态设为在线"
  },
  {
    "id": "api.command_online.name",
    "translation": "在线"
  },
  {
    "id": "api.command_online.success",
    "translation": "您现在在线了"
  },
  {
    "id": "api.command_shortcuts.browser.channel_next",
    "translation": "{{.ChannelNextCmd}}:您的历史记录里的下一个频道\n"
  },
  {
    "id": "api.command_shortcuts.browser.channel_next.cmd",
    "translation": "ALT+RIGHT"
  },
  {
    "id": "api.command_shortcuts.browser.channel_next.cmd_mac",
    "translation": "CMD+]"
  },
  {
    "id": "api.command_shortcuts.browser.channel_prev",
    "translation": "{{.ChannelPrevCmd}}:您的历史记录里的上一个频道\n"
  },
  {
    "id": "api.command_shortcuts.browser.channel_prev.cmd",
    "translation": "ALT+LEFT"
  },
  {
    "id": "api.command_shortcuts.browser.channel_prev.cmd_mac",
    "translation": "CMD+["
  },
  {
    "id": "api.command_shortcuts.browser.font_decrease",
    "translation": "{{.CmdOrCtrl}}+减号:减少字体大小 (缩小)\n"
  },
  {
    "id": "api.command_shortcuts.browser.font_increase",
    "translation": "{{.CmdOrCtrl}}+加号:增加字体大小 (放大)\n"
  },
  {
    "id": "api.command_shortcuts.browser.header",
    "translation": "#### 内置浏览器命令\n\n"
  },
  {
    "id": "api.command_shortcuts.browser.highlight_next",
    "translation": "SHIFT+DOWN (在输入栏):高亮到下一行之间的文字\n"
  },
  {
    "id": "api.command_shortcuts.browser.highlight_prev",
    "translation": "SHIFT+UP (在输入栏):高亮到上一行之间的文字\n"
  },
  {
    "id": "api.command_shortcuts.browser.newline",
    "translation": "SHIFT+ENTER (在输入栏):新增行\n"
  },
  {
    "id": "api.command_shortcuts.cmd",
    "translation": "CMD"
  },
  {
    "id": "api.command_shortcuts.ctrl",
    "translation": "CTRL"
  },
  {
    "id": "api.command_shortcuts.desc",
    "translation": "显示快捷键列表"
  },
  {
    "id": "api.command_shortcuts.files.header",
    "translation": "#### 文件\n\n"
  },
  {
    "id": "api.command_shortcuts.files.upload",
    "translation": "{{.CmdOrCtrl}}+U:上传文件\n\n"
  },
  {
    "id": "api.command_shortcuts.header",
    "translation": "### 键盘快捷键\n\n"
  },
  {
    "id": "api.command_shortcuts.msgs.comp_channel",
    "translation": "~[字符]+TAB:自动完成以[字符]开头的频道\n"
  },
  {
    "id": "api.command_shortcuts.msgs.comp_emoji",
    "translation": ":[字符]+TAB:自动完成以[字符]开头的表情符\n\n"
  },
  {
    "id": "api.command_shortcuts.msgs.comp_username",
    "translation": "@[字符]+TAB:自动完成以[字符]开头的 @用户名\n"
  },
  {
    "id": "api.command_shortcuts.msgs.edit",
    "translation": "向上键 (在空白输入栏):修改您在本频道的上一条消息\n"
  },
  {
    "id": "api.command_shortcuts.msgs.header",
    "translation": "#### 消息\n\n"
  },
  {
    "id": "api.command_shortcuts.msgs.mark_as_read",
    "translation": "ESC:将当前频道所有消息标为已读\n"
  },
  {
    "id": "api.command_shortcuts.msgs.reprint_next",
    "translation": "{{.CmdOrCtrl}}+向下键 (在空白输入栏):重显示您输入的下一条消息或斜杠命令\n"
  },
  {
    "id": "api.command_shortcuts.msgs.reprint_prev",
    "translation": "{{.CmdOrCtrl}}+向上键 (在空白输入栏):重显示您输入的上一条消息或斜杠命令\n"
  },
  {
    "id": "api.command_shortcuts.name",
    "translation": "快捷键"
  },
  {
    "id": "api.command_shortcuts.nav.header",
    "translation": "#### 导航\n\n"
  },
  {
    "id": "api.command_shortcuts.nav.next",
    "translation": "ALT+向下键:左侧栏中的下一个频道或私信\n"
  },
  {
    "id": "api.command_shortcuts.nav.prev",
    "translation": "ALT+向上键:左侧栏中的上一个频道或私信\n"
  },
  {
    "id": "api.command_shortcuts.nav.recent_mentions",
    "translation": "{{.CmdOrCtrl}}+SHIFT+M:打开最近提及\n\n"
  },
  {
    "id": "api.command_shortcuts.nav.settings",
    "translation": "{{.CmdOrCtrl}}+SHIFT+A:打开帐号设置\n"
  },
  {
    "id": "api.command_shortcuts.nav.switcher",
    "translation": "{{.CmdOrCtrl}}+K:打开频道快速切换对话框\n"
  },
  {
    "id": "api.command_shortcuts.nav.unread_next",
    "translation": "ALT+SHIFT+向下键:左侧栏中的下一个有未读消息的频道或私信\n"
  },
  {
    "id": "api.command_shortcuts.nav.unread_prev",
    "translation": "ALT+SHIFT+向上键:左侧栏中的上一个有未读消息的频道或私信\n"
  },
  {
    "id": "api.command_shrug.desc",
    "translation": "添加 ¯\\_(ツ)_/¯ 到你的消息"
  },
  {
    "id": "api.command_shrug.hint",
    "translation": "[信息]"
  },
  {
    "id": "api.command_shrug.name",
    "translation": "shrug"
  },
  {
    "id": "api.context.404.app_error",
    "translation": "对不起,我们找不到该页面。"
  },
  {
    "id": "api.context.invalid_body_param.app_error",
    "translation": "请求消息体有无效或缺少 {{.Name}}"
  },
  {
    "id": "api.context.invalid_param.app_error",
    "translation": "无效 {{.Name}} 参数"
  },
  {
    "id": "api.context.invalid_session.error",
    "translation": "无效会话 err=%v"
  },
  {
    "id": "api.context.invalid_team_url.debug",
    "translation": "团队URL访问无效。团队URL不能在API函数或者和不相干的团队中使用"
  },
  {
    "id": "api.context.invalid_token.error",
    "translation": "无效会话令牌 token={{.Token}}, err={{.Error}}"
  },
  {
    "id": "api.context.invalid_url_param.app_error",
    "translation": "请求网址有无效或缺少 {{.Name}}"
  },
  {
    "id": "api.context.invalidate_all_caches",
    "translation": "清除所有缓存"
  },
  {
    "id": "api.context.last_activity_at.error",
    "translation": "不能更新LastActivityAt user_id=%v and session_id=%v, err=%v"
  },
  {
    "id": "api.context.log.error",
    "translation": "%v:%v code=%v rid=%v uid=%v ip=%v %v [详情: %v]"
  },
  {
    "id": "api.context.mfa_required.app_error",
    "translation": "此服务器要求多重验证。"
  },
  {
    "id": "api.context.missing_teamid.app_error",
    "translation": "缺少团队 Id"
  },
  {
    "id": "api.context.permissions.app_error",
    "translation": "您没有对应的权限"
  },
  {
    "id": "api.context.session_expired.app_error",
    "translation": "无效或过期的会话,请重新登录。"
  },
  {
    "id": "api.context.system_permissions.app_error",
    "translation": "您没有对应的权限 (系统)"
  },
  {
    "id": "api.context.token_provided.app_error",
    "translation": "会话不是OAuth但是查询字符串中提供的令牌"
  },
  {
    "id": "api.context.unknown.app_error",
    "translation": "发生未知错误。请联系我们。"
  },
  {
    "id": "api.email_batching.add_notification_email_to_batch.channel_full.app_error",
    "translation": "批量电子邮件任务接收频道已满。请提高EmailBatchingBufferSize。"
  },
  {
    "id": "api.email_batching.add_notification_email_to_batch.disabled.app_error",
    "translation": "系统管理员禁用了批量电子邮件"
  },
  {
    "id": "api.email_batching.check_pending_emails.finished_running",
    "translation": "批量电子邮件已运行。%v 位用户仍有通知未定。"
  },
  {
    "id": "api.email_batching.check_pending_emails.status.app_error",
    "translation": "无法找到批量电子邮件通知收件人状态"
  },
  {
    "id": "api.email_batching.render_batched_post.channel.app_error",
    "translation": "无法找到批量电子邮件通知信息的频道"
  },
  {
    "id": "api.email_batching.render_batched_post.date",
    "translation": "{{.Hour}}:{{.Minute}} {{.Timezone}}, {{.Month}} {{.Day}}"
  },
  {
    "id": "api.email_batching.render_batched_post.direct_message",
    "translation": "私信"
  },
  {
    "id": "api.email_batching.render_batched_post.go_to_post",
    "translation": "转至发文"
  },
  {
    "id": "api.email_batching.render_batched_post.sender.app_error",
    "translation": "无法找到批量电子邮件通知发送人"
  },
  {
    "id": "api.email_batching.send_batched_email_notification.body_text",
    "translation": {
      "one": "你有一条新消息。您有{{.Count}}条新消息。",
      "other": ""
    }
  },
  {
    "id": "api.email_batching.send_batched_email_notification.preferences.app_error",
    "translation": "无法找到批量电子邮件通知收件人显示偏好"
  },
  {
    "id": "api.email_batching.send_batched_email_notification.send.app_error",
    "translation": "发送批量电子邮件通知到 %v 失败: %v"
  },
  {
    "id": "api.email_batching.send_batched_email_notification.subject",
    "translation": {
      "one": "[{{.SiteName}}] {{.Month}} {{.Day}}, {{.Year}} 的新通知[{{.SiteName}}] {{.Month}} {{.Day}}, {{.Year}} 的新通知",
      "other": ""
    }
  },
  {
    "id": "api.email_batching.send_batched_email_notification.user.app_error",
    "translation": "无法找到批量电子邮件通知收件人"
  },
  {
    "id": "api.email_batching.start.starting",
    "translation": "批量电子邮件任务已开始。每 %v 秒检查待发电子邮件中。"
  },
  {
    "id": "api.emoji.create.duplicate.app_error",
    "translation": "无法创建表情符号。另一个具有相同名称的表情符号已存在。"
  },
  {
    "id": "api.emoji.create.parse.app_error",
    "translation": "无法创建表情符。无法理解请求。"
  },
  {
    "id": "api.emoji.create.permissions.app_error",
    "translation": "无效创建表情符权限。"
  },
  {
    "id": "api.emoji.create.too_large.app_error",
    "translation": "无法创建表情符。图片必须小于 1MB。"
  },
  {
    "id": "api.emoji.delete.delete_reactions.app_error",
    "translation": "无法删除表情符 %v 时删除反应"
  },
  {
    "id": "api.emoji.delete.permissions.app_error",
    "translation": "无效删除表情符权限。"
  },
  {
    "id": "api.emoji.disabled.app_error",
    "translation": "自定义表情符号已被系统管理员禁用。"
  },
  {
    "id": "api.emoji.get_image.decode.app_error",
    "translation": "无法解码表情符号图像文件。"
  },
  {
    "id": "api.emoji.get_image.read.app_error",
    "translation": "无法读取表情图像文件。"
  },
  {
    "id": "api.emoji.init.debug",
    "translation": "正在初始化表情符 API 路由"
  },
  {
    "id": "api.emoji.storage.app_error",
    "translation": "文件存储没有正确配置。请配置S3或本地文件存储服务。"
  },
  {
    "id": "api.emoji.upload.image.app_error",
    "translation": "无法创建表情符号。文件类型必须是PNG,JPEG,或GIF。"
  },
  {
    "id": "api.emoji.upload.large_image.decode_error",
    "translation": "无法创建表情符。解码图片时遇到错误。"
  },
  {
    "id": "api.emoji.upload.large_image.encode_error",
    "translation": "无法创建表情符。编码图片时遇到错误。"
  },
  {
    "id": "api.emoji.upload.large_image.gif_decode_error",
    "translation": "无法创建表情符。解码 GIF 图片时遇到错误。"
  },
  {
    "id": "api.emoji.upload.large_image.gif_encode_error",
    "translation": "无法创建表情符。编码 GIF 图片时遇到错误。"
  },
  {
    "id": "api.file.get_file.public_disabled.app_error",
    "translation": "系统管理员禁用了公开的链接"
  },
  {
    "id": "api.file.get_file.public_invalid.app_error",
    "translation": "公共链接不显示是有效的"
  },
  {
    "id": "api.file.get_file_preview.no_thumbnail.app_error",
    "translation": "文件没有预览图"
  },
  {
    "id": "api.file.get_file_thumbnail.no_thumbnail.app_error",
    "translation": "文件没用缩略图"
  },
  {
    "id": "api.file.get_info_for_request.no_post.app_error",
    "translation": "无法获取文件公开链接。文件必须附在当前用户可读的信息上。"
  },
  {
    "id": "api.file.get_info_for_request.storage.app_error",
    "translation": "无法获得文件信息。图片存储没有配置。"
  },
  {
    "id": "api.file.get_public_file_old.storage.app_error",
    "translation": "无法上传文件。图片存储没有配置。"
  },
  {
    "id": "api.file.get_public_file_old.storage.app_error",
    "translation": "无法上传文件。图片存储没有配置。"
  },
  {
    "id": "api.file.get_public_link.disabled.app_error",
    "translation": "公共链接已经被禁用"
  },
  {
    "id": "api.file.get_public_link.no_post.app_error",
    "translation": "无法获取文件公开链接。文件必须附在当前用户可读的信息上。"
  },
  {
    "id": "api.file.handle_images_forget.decode.error",
    "translation": "无法解码图片 err=%v"
  },
  {
    "id": "api.file.handle_images_forget.encode_jpeg.error",
    "translation": "无法编码图片成 jpeg path=%v err=%v"
  },
  {
    "id": "api.file.handle_images_forget.encode_preview.error",
    "translation": "无法编码图片成预览 jpeg path=%v err=%v"
  },
  {
    "id": "api.file.handle_images_forget.upload_preview.error",
    "translation": "无法上传预览 path=%v err=%v"
  },
  {
    "id": "api.file.handle_images_forget.upload_thumb.error",
    "translation": "无法上传缩略图 path=%v err=%v"
  },
  {
    "id": "api.file.init.debug",
    "translation": "正在初始化文件 API 路由"
  },
  {
    "id": "api.file.migrate_filenames_to_file_infos.channel.app_error",
    "translation": "无法转换信息到 FileInfos 时获取频道, post_id=%v, channel_id=%v, err=%v"
  },
  {
    "id": "api.file.migrate_filenames_to_file_infos.file_not_found.warn",
    "translation": "转换信息到 FileInfos 时未找到文件, post_id=%v, filename=%v, path=%v, err=%v"
  },
  {
    "id": "api.file.migrate_filenames_to_file_infos.get_file_infos_again.warn",
    "translation": "转移数据后未能获取消息 FileInfos, post_id=%v, err=%v"
  },
  {
    "id": "api.file.migrate_filenames_to_file_infos.get_post_again.warn",
    "translation": "无法在转换信息到 FileInfos 时找到信息, post_id=%v, err=%v"
  },
  {
    "id": "api.file.migrate_filenames_to_file_infos.info.app_error",
    "translation": "无法转换信息到 FileInfos 时解码文件信息, post_id=%v, filename=%v, err=%v"
  },
  {
    "id": "api.file.migrate_filenames_to_file_infos.migrating_post.debug",
    "translation": "转换信息到使用 FileInfos, post_id=%v, err=%v"
  },
  {
    "id": "api.file.migrate_filenames_to_file_infos.mismatched_filename.warn",
    "translation": "将信息转换到 FileInfos 时遇到不寻常文件名, post_id=%v, channel_id=%v, user_id=%v, filename=%v"
  },
  {
    "id": "api.file.migrate_filenames_to_file_infos.no_filenames.warn",
    "translation": "无法转换拥有空 Filenames 栏的信息到 FileInfos, post_id=%v"
  },
  {
    "id": "api.file.migrate_filenames_to_file_infos.not_migrating_post.debug",
    "translation": "信息已经转换到使用 FileInfos, post_id=%v, err=%v"
  },
  {
    "id": "api.file.migrate_filenames_to_file_infos.save_file_info.warn",
    "translation": "转换信息到 FileInfos 时无法保存信息, post_id=%v, filename=%v, path=%v, err=%v"
  },
  {
    "id": "api.file.migrate_filenames_to_file_infos.save_post.warn",
    "translation": "无法转换信息到 FileInfos 时保存文件信息, post_id=%v, file_id=%v, filename=%v, err=%v"
  },
  {
    "id": "api.file.migrate_filenames_to_file_infos.team_id.app_error",
    "translation": "无法为 FileInfos 找到团队, post_id=%v, filenames=%v"
  },
  {
    "id": "api.file.migrate_filenames_to_file_infos.teams.app_error",
    "translation": "无法在转换信息到 FileInfos 时找到团队, post_id=%v, err=%v"
  },
  {
    "id": "api.file.migrate_filenames_to_file_infos.unexpected_filename.error",
    "translation": "无法在转换信息到 FileInfos 时解码文件名, post_id=%v, filename=%v"
  },
  {
    "id": "api.file.move_file.configured.app_error",
    "translation": "文件存储没有正确配置。请配置S3或本地文件存储服务。"
  },
  {
    "id": "api.file.move_file.delete_from_s3.app_error",
    "translation": "不能从S3上删除文件。"
  },
  {
    "id": "api.file.move_file.get_from_s3.app_error",
    "translation": "不能从S3上获取文件。"
  },
  {
    "id": "api.file.move_file.rename.app_error",
    "translation": "无法移动本地文件。"
  },
  {
    "id": "api.file.open_file_write_stream.configured.app_error",
    "translation": "没有配置文件存储。请配置S3或本地服务器的文件存储。"
  },
  {
    "id": "api.file.open_file_write_stream.creating_dir.app_error",
    "translation": "创建新文件的目录时遇到错误"
  },
  {
    "id": "api.file.open_file_write_stream.local_server.app_error",
    "translation": "写入本地存储时遇到错误"
  },
  {
    "id": "api.file.open_file_write_stream.s3.app_error",
    "translation": "不支持 S3。"
  },
  {
    "id": "api.file.read_file.configured.app_error",
    "translation": "没有配置文件存储。请配置S3或本地服务器的文件存储。"
  },
  {
    "id": "api.file.read_file.get.app_error",
    "translation": "不能从S3上获取文件"
  },
  {
    "id": "api.file.read_file.reading_local.app_error",
    "translation": "读取本地存储时遇到错误"
  },
  {
    "id": "api.file.upload_file.bad_parse.app_error",
    "translation": "Unable to upload file. Header cannot be parsed."
  },
  {
    "id": "api.file.upload_file.large_image.app_error",
    "translation": "无法上传超过最大尺寸的文件:{{.Filename}}"
  },
  {
    "id": "api.file.upload_file.storage.app_error",
    "translation": "不能上传文件。图片存储没有配置。"
  },
  {
    "id": "api.file.upload_file.too_large.app_error",
    "translation": "不能上传文件。文件太大。"
  },
  {
    "id": "api.file.write_file.configured.app_error",
    "translation": "没有配置文件存储。请配置S3或本地服务器的文件存储。"
  },
  {
    "id": "api.file.write_file.s3.app_error",
    "translation": "写入到S3时遇到错误"
  },
  {
    "id": "api.file.write_file_locally.create_dir.app_error",
    "translation": "创建新文件的目录时遇到错误"
  },
  {
    "id": "api.file.write_file_locally.writing.app_error",
    "translation": "写入本地存储时遇到错误"
  },
  {
    "id": "api.general.init.debug",
    "translation": "正在初始化常规 API 路由"
  },
  {
    "id": "api.import.import_post.attach_files.error",
    "translation": "给消息添加附件时失败。postId=%v, fileIds=%v, message=%v"
  },
  {
    "id": "api.import.import_post.saving.debug",
    "translation": "保存信息时出错。user=%v,message=%v"
  },
  {
    "id": "api.import.import_user.join_team.error",
    "translation": "导入时加入团队错误 err=%v"
  },
  {
    "id": "api.import.import_user.joining_default.error",
    "translation": "加入默认频道时遇到一个问题 user_id=%s, team_id=%s, err=%v"
  },
  {
    "id": "api.import.import_user.saving.error",
    "translation": "保存用户出错. err=%v"
  },
  {
    "id": "api.import.import_user.set_email.error",
    "translation": "设置电子邮件验证失败 err=%v"
  },
  {
    "id": "api.license.add_license.array.app_error",
    "translation": "请求中‘许可证’空数组"
  },
  {
    "id": "api.license.add_license.expired.app_error",
    "translation": "许可证已经过期或者尚未启用。"
  },
  {
    "id": "api.license.add_license.invalid.app_error",
    "translation": "无效的授权文件。"
  },
  {
    "id": "api.license.add_license.invalid_count.app_error",
    "translation": "不能计算不重复用户总数。"
  },
  {
    "id": "api.license.add_license.no_file.app_error",
    "translation": "请求中没有'许可证'文件"
  },
  {
    "id": "api.license.add_license.open.app_error",
    "translation": "不能打开许可证文件"
  },
  {
    "id": "api.license.add_license.save.app_error",
    "translation": "许可证没有正确保存。"
  },
  {
    "id": "api.license.add_license.save_active.app_error",
    "translation": "有效许可证ID没有正确保存。"
  },
  {
    "id": "api.license.add_license.unique_users.app_error",
    "translation": "该许可证只支持 {{.Users}} 用户,当你的系统有 {{.Count}} 唯一用户。唯一用户通过邮件地址计算。你可以从站点报告 -> 查看统计查看总数量。"
  },
  {
    "id": "api.license.init.debug",
    "translation": "正在初始化许可证 API 路由"
  },
  {
    "id": "api.license.remove_license.remove.app_error",
    "translation": "许可证未正确删除。"
  },
  {
    "id": "api.oauth.allow_oauth.bad_client.app_error",
    "translation": "invalid_request:错误的 client_id"
  },
  {
    "id": "api.oauth.allow_oauth.bad_redirect.app_error",
    "translation": "invalid_request:丢失或者错误的 redirect_uri"
  },
  {
    "id": "api.oauth.allow_oauth.bad_response.app_error",
    "translation": "invalid_request:错误的 response_type"
  },
  {
    "id": "api.oauth.allow_oauth.database.app_error",
    "translation": "server_error:访问数据库时出错"
  },
  {
    "id": "api.oauth.allow_oauth.redirect_callback.app_error",
    "translation": "invalid_request:提供的 redirect_uri 不匹配注册的 callback_url"
  },
  {
    "id": "api.oauth.allow_oauth.turn_off.app_error",
    "translation": "系统管理员已经关闭了 OAuth2 验证服务商。"
  },
  {
    "id": "api.oauth.authorize_oauth.disabled.app_error",
    "translation": "系统管理员已经关闭了 OAuth2 验证服务商。"
  },
  {
    "id": "api.oauth.authorize_oauth.missing.app_error",
    "translation": "response_type, client_id, 或 redirect_uri 至少却一项"
  },
  {
    "id": "api.oauth.complete_oauth.missing_code.app_error",
    "translation": "服务提供商 {{.service}} 没有在重指向网址中提供授权码。\n\n如使用 [Google Apps](https://docs.mattermost.com/deployment/sso-google.html),请确定您的管理员在 Google+ API 已启用。\n\n如使用 [Office 365](https://docs.mattermost.com/deployment/sso-office.html),请确定您微软组织管理员已启用 Mattermost 应用。\n\n如使用 [GitLab](https://docs.mattermost.com/deployment/sso-gitlab.html),请确定您根据设置说明完成设定。\n\n如果您已确认上面说明但仍由配置问题,您可以发帖到[故障排除论坛](https://forum.mattermost.org/c/general/trouble-shoot) ,我们会很乐意帮你排除设置问题。"
  },
  {
    "id": "api.oauth.delete.permissions.app_error",
    "translation": "无效删除 OAuth2 应用权限"
  },
  {
    "id": "api.oauth.get_access_token.bad_client_id.app_error",
    "translation": "invalid_request:错误的 client_id"
  },
  {
    "id": "api.oauth.get_access_token.bad_client_secret.app_error",
    "translation": "invalid_request:缺少 client_secret"
  },
  {
    "id": "api.oauth.get_access_token.bad_grant.app_error",
    "translation": "invalid_request:错误的 grant_type"
  },
  {
    "id": "api.oauth.get_access_token.credentials.app_error",
    "translation": "invalid_client:无效的用户凭证"
  },
  {
    "id": "api.oauth.get_access_token.disabled.app_error",
    "translation": "系统管理员已经关闭了 OAuth2 验证服务商。"
  },
  {
    "id": "api.oauth.get_access_token.expired_code.app_error",
    "translation": "invalid_grant:无效或过期授权码"
  },
  {
    "id": "api.oauth.get_access_token.internal.app_error",
    "translation": "server_error:访问数据库时遇到了内部服务器错误"
  },
  {
    "id": "api.oauth.get_access_token.internal_saving.app_error",
    "translation": "server_error:在保存访问令牌到数据库时遇到了内部服务器错误"
  },
  {
    "id": "api.oauth.get_access_token.internal_session.app_error",
    "translation": "server_error:在保存会话到数据库时遇到了内部服务器错误"
  },
  {
    "id": "api.oauth.get_access_token.internal_user.app_error",
    "translation": "server_error:从数据库中读取用户时遇到了内部服务器错误"
  },
  {
    "id": "api.oauth.get_access_token.missing_code.app_error",
    "translation": "invalid_request:缺少编号"
  },
  {
    "id": "api.oauth.get_access_token.missing_refresh_token.app_error",
    "translation": "invalid_request:缺少 refresh_token"
  },
  {
    "id": "api.oauth.get_access_token.redirect_uri.app_error",
    "translation": "invalid_request:提供的 redirect_uri 不匹配授权码 redirect_uri"
  },
  {
    "id": "api.oauth.get_access_token.refresh_token.app_error",
    "translation": "invalid_grant:无效的续期令牌"
  },
  {
    "id": "api.oauth.get_auth_data.find.error",
    "translation": "不能找到认证码 code=%s"
  },
  {
    "id": "api.oauth.init.debug",
    "translation": "正在初始化 OAuth API 路由"
  },
  {
    "id": "api.oauth.regenerate_secret.app_error",
    "translation": "无效重新生成 OAuth2 应用秘钥权限"
  },
  {
    "id": "api.oauth.register_oauth_app.turn_off.app_error",
    "translation": "系统管理员已经关闭的 OAuth2 服务商。"
  },
  {
    "id": "api.oauth.revoke_access_token.del_session.app_error",
    "translation": "从数据库删除会话出错Error deleting session from DB"
  },
  {
    "id": "api.oauth.revoke_access_token.del_token.app_error",
    "translation": "从数据库删除访问令牌遇到错误"
  },
  {
    "id": "api.oauth.revoke_access_token.get.app_error",
    "translation": "删除前从数据库获取访问令牌遇到错误"
  },
  {
    "id": "api.oauth.singup_with_oauth.disabled.app_error",
    "translation": "用户注册已停用。"
  },
  {
    "id": "api.oauth.singup_with_oauth.expired_link.app_error",
    "translation": "注册链接已过期"
  },
  {
    "id": "api.oauth.singup_with_oauth.invalid_link.app_error",
    "translation": "注册链接无效"
  },
  {
    "id": "api.post.check_for_out_of_channel_mentions.message.multiple",
    "translation": "{{.Usernames}}和{{.LastUsername}}被提到了,但是他们不会收到通知,因为他们不在这个频道。"
  },
  {
    "id": "api.post.check_for_out_of_channel_mentions.message.one",
    "translation": "{{.Username}}被提到了,但是他因不在此频道而不会收到通知。"
  },
  {
    "id": "api.post.create_post.attach_files.error",
    "translation": "附加文件到信息时遇到错误, post_id=%s, user_id=%s, file_ids=%v, err=%v"
  },
  {
    "id": "api.post.create_post.bad_filename.error",
    "translation": "坏文件名已去除,filename=%v"
  },
  {
    "id": "api.post.create_post.can_not_post_to_deleted.error",
    "translation": "无法发信息到已删除的频道。"
  },
  {
    "id": "api.post.create_post.channel_root_id.app_error",
    "translation": "RootId参数无效ChannelId"
  },
  {
    "id": "api.post.create_post.last_viewed.error",
    "translation": "更新最近浏览记录遇到错误,channel_id=%s, user_id=%s, err=%v"
  },
  {
    "id": "api.post.create_post.parent_id.app_error",
    "translation": "无效的ParentId参数"
  },
  {
    "id": "api.post.create_post.root_id.app_error",
    "translation": "无效的RootId参数"
  },
  {
    "id": "api.post.create_webhook_post.creating.app_error",
    "translation": "创建信息时出错"
  },
  {
    "id": "api.post.delete_flagged_post.app_error.warn",
    "translation": "无法在删除信息时删除标记偏好,err=%v"
  },
  {
    "id": "api.post.delete_post.permissions.app_error",
    "translation": "您没有对应的权限"
  },
  {
    "id": "api.post.delete_post_files.app_error.warn",
    "translation": "删除信息的文件时遇到错误, post_id=%v, err=%v"
  },
  {
    "id": "api.post.disabled_all",
    "translation": "@all has been disabled because the channel has more than {{.Users}} users."
  },
  {
    "id": "api.post.disabled_channel",
    "translation": "@channel has been disabled because the channel has more than {{.Users}} users."
  },
  {
    "id": "api.post.disabled_here",
    "translation": "@here 已禁用因为频道超过 {{.Users}} 位用户。"
  },
  {
    "id": "api.post.get_message_for_notification.files_sent",
    "translation": {
      "one": "{{.Count}} 文件已发送:{{.Filenames}}{{.Count}} 文件已发送:{{.Filenames}}",
      "other": ""
    }
  },
  {
    "id": "api.post.get_message_for_notification.get_files.error",
    "translation": "为通知信息获取文件时遇到错误, post_id=%v, err=%v"
  },
  {
    "id": "api.post.get_message_for_notification.images_sent",
    "translation": {
      "one": "{{.Count}} 图片已发送:{{.Filenames}}{{.Count}} 图片已发送:{{.Filenames}}",
      "other": ""
    }
  },
  {
    "id": "api.post.get_out_of_channel_mentions.regex.error",
    "translation": "编译 @提到 正则表达式出错 user_id=%v, err=%v"
  },
  {
    "id": "api.post.get_post.permissions.app_error",
    "translation": "您没有对应的权限"
  },
  {
    "id": "api.post.handle_post_events_and_forget.members.error",
    "translation": "未获取到频道成员 channel_id=%v err=%v"
  },
  {
    "id": "api.post.handle_webhook_events_and_forget.create_post.error",
    "translation": "创建响应请求失败, err=%v"
  },
  {
    "id": "api.post.handle_webhook_events_and_forget.event_post.error",
    "translation": "事件发布失败, err=%s"
  },
  {
    "id": "api.post.init.debug",
    "translation": "正在初始化发文 API 路由"
  },
  {
    "id": "api.post.make_direct_channel_visible.get_2_members.error",
    "translation": "获取私聊频道的2个用户失败 channel_id={{.ChannelId}}"
  },
  {
    "id": "api.post.make_direct_channel_visible.get_members.error",
    "translation": "获取频道成员失败 channel_id=%v err=%v"
  },
  {
    "id": "api.post.make_direct_channel_visible.save_pref.error",
    "translation": "保存私信频道设置失败 user_id=%v other_user_id=%v err=%v"
  },
  {
    "id": "api.post.make_direct_channel_visible.update_pref.error",
    "translation": "更新私信频道设置失败 user_id=%v other_user_id=%v err=%v"
  },
  {
    "id": "api.post.notification.member_profile.warn",
    "translation": "无法获取频道成员个人资料,user_id=%v"
  },
  {
    "id": "api.post.send_notifications.user_id.debug",
    "translation": "消息创建者不在频道中,未发送推送 post_id=%v channel_id=%v user_id=%v"
  },
  {
    "id": "api.post.send_notifications_and_forget.clear_push_notification.debug",
    "translation": "清除 %v 拥有 channel_id %v 的通知中"
  },
  {
    "id": "api.post.send_notifications_and_forget.files.error",
    "translation": "无法为信息通知获取文件 post_id=%v, err=%v"
  },
  {
    "id": "api.post.send_notifications_and_forget.get_teams.error",
    "translation": "发送跨团队私信时获取团队失败 user_id=%v,err=%v"
  },
  {
    "id": "api.post.send_notifications_and_forget.mention_body",
    "translation": "您有一个新的提及。"
  },
  {
    "id": "api.post.send_notifications_and_forget.mention_subject",
    "translation": "新的提及"
  },
  {
    "id": "api.post.send_notifications_and_forget.message_body",
    "translation": "你有一个新消息。"
  },
  {
    "id": "api.post.send_notifications_and_forget.message_subject",
    "translation": "新私信"
  },
  {
    "id": "api.post.send_notifications_and_forget.push_in",
    "translation": " 在 "
  },
  {
    "id": "api.post.send_notifications_and_forget.push_mention",
    "translation": " 提到你在 "
  },
  {
    "id": "api.post.send_notifications_and_forget.push_message",
    "translation": " 发送给你一个私信"
  },
  {
    "id": "api.post.send_notifications_and_forget.push_non_mention",
    "translation": "发布在"
  },
  {
    "id": "api.post.send_notifications_and_forget.push_notification.debug",
    "translation": "发送拥有信息 '%v' 的推送通知到 %v"
  },
  {
    "id": "api.post.send_notifications_and_forget.push_notification.error",
    "translation": "发送推送失败 device_id={{.DeviceId}}, err={{.Error}}"
  },
  {
    "id": "api.post.send_notifications_and_forget.sent",
    "translation": "{{.Prefix}} {{.Filenames}} 发送"
  },
  {
    "id": "api.post.update_mention_count_and_forget.update_error",
    "translation": "更新提及数失败 user_id=%v channel_id=%v err=%v"
  },
  {
    "id": "api.post.update_post.find.app_error",
    "translation": "我们找不到现有的信息或评论去更新。"
  },
  {
    "id": "api.post.update_post.permissions.app_error",
    "translation": "您没有对应的权限"
  },
  {
    "id": "api.post.update_post.permissions_denied.app_error",
    "translation": "消息修改已禁用。详细请询问您的系统管理员。"
  },
  {
    "id": "api.post.update_post.permissions_details.app_error",
    "translation": "已经删除 id={{.PostId}}"
  },
  {
    "id": "api.post.update_post.permissions_time_limit.app_error",
    "translation": "消息只允许在 {{.limeLimit}} 秒内编辑。详情请咨询您的系统管理员。"
  },
  {
    "id": "api.post.update_post.system_message.app_error",
    "translation": "无法更新系统消息"
  },
  {
    "id": "api.post_get_post_by_id.get.app_error",
    "translation": "不能获取一个请求"
  },
  {
    "id": "api.preference.delete_preferences.decode.app_error",
    "translation": "无法解码偏好请求"
  },
  {
    "id": "api.preference.delete_preferences.user_id.app_error",
    "translation": "不能删除其他用户偏好"
  },
  {
    "id": "api.preference.init.debug",
    "translation": "正在初始化偏好 API 路由"
  },
  {
    "id": "api.preference.save_preferences.decode.app_error",
    "translation": "不能从请求中解码优先级"
  },
  {
    "id": "api.preference.save_preferences.set.app_error",
    "translation": "不能对其他用户设置优先级"
  },
  {
    "id": "api.preference.save_preferences.set_details.app_error",
    "translation": "session.user_id={{.SessionUserId}}, preference.user_id={{.PreferenceUserId}}"
  },
  {
    "id": "api.reaction.delete_reaction.mismatched_channel_id.app_error",
    "translation": "因网址中频道 ID 与消息 ID不符而删除反应失败"
  },
  {
    "id": "api.reaction.init.debug",
    "translation": "正在初始化反应 API 路由"
  },
  {
    "id": "api.reaction.list_reactions.mismatched_channel_id.app_error",
    "translation": "因网址中频道 ID 与消息 ID不符而获取反应失败"
  },
  {
    "id": "api.reaction.save_reaction.mismatched_channel_id.app_error",
    "translation": "因网址中频道 ID 与消息 ID不符而保存反应失败"
  },
  {
    "id": "api.reaction.send_reaction_event.post.app_error",
    "translation": "发送 websocket 反应事件时获取消息失败"
  },
  {
    "id": "api.saml.save_certificate.app_error",
    "translation": "证书没有正确保存。"
  },
  {
    "id": "api.server.new_server.init.info",
    "translation": "服务正在初始化..."
  },
  {
    "id": "api.server.start_server.listening.info",
    "translation": "服务正在监听 %v"
  },
  {
    "id": "api.server.start_server.rate.info",
    "translation": "RateLimiter 已启用"
  },
  {
    "id": "api.server.start_server.rate.warn",
    "translation": "RateLimitSettings配置没有正确使用VaryByHeader并禁用VaryByRemoteAddr"
  },
  {
    "id": "api.server.start_server.rate_limiting_memory_store",
    "translation": "无法初始化频率限制内存储存。检查 MemoryStoreSize 设置。"
  },
  {
    "id": "api.server.start_server.rate_limiting_rate_limiter",
    "translation": "无法初始化频率限制。"
  },
  {
    "id": "api.server.start_server.starting.critical",
    "translation": "启动服务出错, err:%v"
  },
  {
    "id": "api.server.start_server.starting.info",
    "translation": "启动服务..."
  },
  {
    "id": "api.server.start_server.starting.panic",
    "translation": "启动服务出错 "
  },
  {
    "id": "api.server.stop_server.stopped.info",
    "translation": "服务器已停止"
  },
  {
    "id": "api.server.stop_server.stopping.info",
    "translation": "正在停止服务..."
  },
  {
    "id": "api.slackimport.slack_add_bot_user.email_pwd",
    "translation": "Slack 机器人/整合消息导入用户:邮箱地址,密码: {{.Email}}, {{.Password}}\r\n"
  },
  {
    "id": "api.slackimport.slack_add_bot_user.unable_import",
    "translation": "无法导入 Slack 机器人/整合消息导入用户:{{.Username}}\r\n"
  },
  {
    "id": "api.slackimport.slack_add_channels.added",
    "translation": "\r\n 频道已添加 \r\n"
  },
  {
    "id": "api.slackimport.slack_add_channels.failed_to_add_user",
    "translation": "加入频道错误:{{.Username}}\r\n"
  },
  {
    "id": "api.slackimport.slack_add_channels.import_failed",
    "translation": "导入失败: {{.DisplayName}}\r\n"
  },
  {
    "id": "api.slackimport.slack_add_channels.import_failed.warn",
    "translation": "Slack 导入:导入频道失败:%s"
  },
  {
    "id": "api.slackimport.slack_add_channels.merge",
    "translation": "合并现有频道: {{.DisplayName}}\r\n"
  },
  {
    "id": "api.slackimport.slack_add_posts.attach_files.error",
    "translation": "附加文件到信息时遇到错误, post_id=%s, file_ids=%v, err=%v"
  },
  {
    "id": "api.slackimport.slack_add_posts.bot.warn",
    "translation": "Slack 机器人的信息未被导入"
  },
  {
    "id": "api.slackimport.slack_add_posts.bot_user_no_exists.warn",
    "translation": "Slack 导入:未导入机器人消息因为机器人导入用户不存在。"
  },
  {
    "id": "api.slackimport.slack_add_posts.msg_no_comment.debug",
    "translation": "文件评论未定义"
  },
  {
    "id": "api.slackimport.slack_add_posts.msg_no_usr.debug",
    "translation": "未知用户消息"
  },
  {
    "id": "api.slackimport.slack_add_posts.no_bot_id.warn",
    "translation": "Slack 导入:未导入机器人消息因为缺少 BotId 字段。"
  },
  {
    "id": "api.slackimport.slack_add_posts.unsupported.warn",
    "translation": "不支持的邮件类型: %v, %v"
  },
  {
    "id": "api.slackimport.slack_add_posts.upload_file_not_found.warn",
    "translation": "没有在 Slack 导出中找到文件上传信息的文件 ID {{.FileId}}"
  },
  {
    "id": "api.slackimport.slack_add_posts.upload_file_not_in_json.warn",
    "translation": "无法导入没有 \"file\" 段的上传信息导出。"
  },
  {
    "id": "api.slackimport.slack_add_posts.upload_file_open_failed.warn",
    "translation": "无法打开导出归档中的上传文件 ID {{.FileId}},错误:{{.Error}}"
  },
  {
    "id": "api.slackimport.slack_add_posts.upload_file_upload_failed.warn",
    "translation": "上传信息文件 ID {{.FileId}} 失败,错误:{{.Error}}"
  },
  {
    "id": "api.slackimport.slack_add_posts.user_no_exists.debug",
    "translation": "用户:%v 不存在!"
  },
  {
    "id": "api.slackimport.slack_add_posts.without_user.debug",
    "translation": "未知用户消息"
  },
  {
    "id": "api.slackimport.slack_add_users.created",
    "translation": "\r\n 用户创建 \r\n"
  },
  {
    "id": "api.slackimport.slack_add_users.email_pwd",
    "translation": "Email, 密码: {{.Email}}, {{.Password}}\r\n"
  },
  {
    "id": "api.slackimport.slack_add_users.merge_existing",
    "translation": "合并用户到现有帐号:{{.Email}}, {{.Username}}\r\n"
  },
  {
    "id": "api.slackimport.slack_add_users.merge_existing_failed",
    "translation": "尝试将用户合并到已存在的帐号:{{.Email}},{{.Username}},但是无法添加该用户到本团队。\r\n"
  },
  {
    "id": "api.slackimport.slack_add_users.unable_import",
    "translation": "不能导入用户: {{.Username}}\r\n"
  },
  {
    "id": "api.slackimport.slack_convert_channel_mentions.compile_regexp_failed.warn",
    "translation": "给 Slack 频道 {{.ChannelID}} {{.ChannelName}} 编译 !频道 正规表达式时失败"
  },
  {
    "id": "api.slackimport.slack_convert_timestamp.bad.warn",
    "translation": "检测到错误的时间"
  },
  {
    "id": "api.slackimport.slack_convert_user_mentions.compile_regexp_failed.warn",
    "translation": "给 Slack 用户 {{.UserID}} {{.Username}} 编译 @提及 正规表达式时失败"
  },
  {
    "id": "api.slackimport.slack_deactivate_bot_user.failed_to_deactivate",
    "translation": "Slack 导入:停用机器人导入用户失败。"
  },
  {
    "id": "api.slackimport.slack_import.log",
    "translation": "Mattermost Slack 导入日志 \r\n"
  },
  {
    "id": "api.slackimport.slack_import.note1",
    "translation": "- 有些信息可能未被导入因为导入程序不支持他们。\r\n"
  },
  {
    "id": "api.slackimport.slack_import.note2",
    "translation": "- Slack 机器人信息现在不支持。\r\n"
  },
  {
    "id": "api.slackimport.slack_import.note3",
    "translation": "- 更多错误可以到服务器日志查看。\r\n"
  },
  {
    "id": "api.slackimport.slack_import.notes",
    "translation": "\r\n 注释 \r\n"
  },
  {
    "id": "api.slackimport.slack_import.open.app_error",
    "translation": "不能打开: {{.Filename}}"
  },
  {
    "id": "api.slackimport.slack_import.team_fail",
    "translation": "导入时无法获取团队。\r\n"
  },
  {
    "id": "api.slackimport.slack_import.zip.app_error",
    "translation": "不能打开zip文件"
  },
  {
    "id": "api.slackimport.slack_parse_channels.error",
    "translation": "解析 slack 频道时出错。导入可能仍然可用。"
  },
  {
    "id": "api.slackimport.slack_parse_posts.error",
    "translation": "解析 slack 消息时出错。导入可能仍然可用。"
  },
  {
    "id": "api.slackimport.slack_sanitise_channel_properties.display_name_too_long.warn",
    "translation": "Slack 导入:频道 {{.ChannelName}} 的显示名过长。导入时会被截断。"
  },
  {
    "id": "api.slackimport.slack_sanitise_channel_properties.header_too_long.warn",
    "translation": "Slack 导入:频道 {{.ChannelName}} 的标题过长。导入时会被截断。"
  },
  {
    "id": "api.slackimport.slack_sanitise_channel_properties.name_too_long.warn",
    "translation": "Slack 导入:频道 {{.ChannelName}} 的名称过长。导入时会被截断。"
  },
  {
    "id": "api.slackimport.slack_sanitise_channel_properties.purpose_too_long.warn",
    "translation": "Slack 导入:频道 {{.ChannelName}} 的作用过长。导入时会被截断。"
  },
  {
    "id": "api.status.init.debug",
    "translation": "正在初始化状态 API 路由"
  },
  {
    "id": "api.status.last_activity.error",
    "translation": "更新 user_id=%v 和 session_id=%v 的 LastActivityAt 失败,err=%v"
  },
  {
    "id": "api.status.save_status.error",
    "translation": "保存 user_id=%v 状态时失败,err=%v"
  },
  {
    "id": "api.team.create_team.email_disabled.app_error",
    "translation": "使用电子邮件注册团队被禁用。"
  },
  {
    "id": "api.team.create_team_from_signup.email_disabled.app_error",
    "translation": "使用电子邮件注册团队被禁用。"
  },
  {
    "id": "api.team.create_team_from_signup.expired_link.app_error",
    "translation": "注册链接已过期"
  },
  {
    "id": "api.team.create_team_from_signup.invalid_link.app_error",
    "translation": "注册链接无效"
  },
  {
    "id": "api.team.create_team_from_signup.unavailable.app_error",
    "translation": "该URL无效。请尝试其他。"
  },
  {
    "id": "api.team.email_teams.sending.error",
    "translation": "邮件团队发送email时出现错误 err=%v"
  },
  {
    "id": "api.team.get_invite_info.not_open_team",
    "translation": "不能邀请进入非开放团队。"
  },
  {
    "id": "api.team.import_team.admin.app_error",
    "translation": "只有团队管理员才能导入数据。"
  },
  {
    "id": "api.team.import_team.array.app_error",
    "translation": "请求中 'file' 为空数组"
  },
  {
    "id": "api.team.import_team.integer.app_error",
    "translation": "文件大小不是一个整数"
  },
  {
    "id": "api.team.import_team.no_file.app_error",
    "translation": "请求中‘file’,文件不存在"
  },
  {
    "id": "api.team.import_team.open.app_error",
    "translation": "不能打开文件"
  },
  {
    "id": "api.team.import_team.parse.app_error",
    "translation": "不能解析混合表单"
  },
  {
    "id": "api.team.import_team.unavailable.app_error",
    "translation": "错误请求:缺少 filesize 字段。"
  },
  {
    "id": "api.team.init.debug",
    "translation": "正在初始化团队 API 路由"
  },
  {
    "id": "api.team.invite_members.admin",
    "translation": "管理员"
  },
  {
    "id": "api.team.invite_members.already.app_error",
    "translation": "此人已经在你的团队中"
  },
  {
    "id": "api.team.invite_members.member",
    "translation": "成员"
  },
  {
    "id": "api.team.invite_members.no_one.app_error",
    "translation": "没有人可邀请。"
  },
  {
    "id": "api.team.invite_members.restricted_system_admin.app_error",
    "translation": "只有系统管理员能邀请新用户至团队。"
  },
  {
    "id": "api.team.invite_members.restricted_team_admin.app_error",
    "translation": "只有团队管理员或系统管理员能邀请新用户至团队。"
  },
  {
    "id": "api.team.invite_members.send.error",
    "translation": "发送邀请邮件失败 err=%v"
  },
  {
    "id": "api.team.invite_members.sending.info",
    "translation": "发送邀请给 %v %v"
  },
  {
    "id": "api.team.is_team_creation_allowed.disabled.app_error",
    "translation": "团队创建被禁用。详细请询问您的系统管理员。"
  },
  {
    "id": "api.team.is_team_creation_allowed.domain.app_error",
    "translation": "电子邮件必须来自指定域名 (例如 @example.com)。详情请询问您的系统管理员。"
  },
  {
    "id": "api.team.permanent_delete_team.attempting.warn",
    "translation": "试图永久删除团队 %v id=%v"
  },
  {
    "id": "api.team.permanent_delete_team.deleted.warn",
    "translation": "永久删除团队 %v id=%v"
  },
  {
    "id": "api.team.remove_user_from_team.missing.app_error",
    "translation": "此用户似乎不属于此团队。"
  },
  {
    "id": "api.team.signup_team.email_disabled.app_error",
    "translation": "使用电子邮件注册团队被禁用。"
  },
  {
    "id": "api.team.update_member_roles.not_a_member",
    "translation": "指定的用户不属于指定的团队。"
  },
  {
    "id": "api.team.update_team.permissions.app_error",
    "translation": "您没有对应的权限"
  },
  {
    "id": "api.templates.email_change_body.info",
    "translation": "您的邮箱地址从 {{.TeamDisplayName}} 修改为 {{.NewEmail}}。<br>如果您没有做过这个修改,请联系系统管理员。"
  },
  {
    "id": "api.templates.email_change_body.title",
    "translation": "您更新了您的邮箱"
  },
  {
    "id": "api.templates.email_change_subject",
    "translation": "您的邮箱地址修改为 {{.TeamDisplayName}}"
  },
  {
    "id": "api.templates.email_change_verify_body.button",
    "translation": "校验邮箱"
  },
  {
    "id": "api.templates.email_change_verify_body.info",
    "translation": "请点击下面的链接确认这是正确的地址,以完成在{{.TeamDisplayName}}的电子邮件地址更新。"
  },
  {
    "id": "api.templates.email_change_verify_body.title",
    "translation": "您已更新电子邮件地址"
  },
  {
    "id": "api.templates.email_change_verify_subject",
    "translation": "验证在 {{.TeamDisplayName}} 上的新电子邮件地址"
  },
  {
    "id": "api.templates.email_footer",
    "translation": "要更改您的通知偏好设定,登录到您的团队站点后至帐号设置 > 通知。"
  },
  {
    "id": "api.templates.email_info",
    "translation": "有任何问题请随时给我们发送电子邮件: <a href='mailto:{{.SupportEmail}}' style='text-decoration: none; color:#2389D7;'>{{.SupportEmail}}</a>.<br>最美好的祝福,<br> {{.SiteName}} 团队<br>"
  },
  {
    "id": "api.templates.email_organization",
    "translation": "发送人 "
  },
  {
    "id": "api.templates.error.link",
    "translation": "返回到Mattermost"
  },
  {
    "id": "api.templates.error.title",
    "translation": "{{ .SiteName }} 需要你的帮助:"
  },
  {
    "id": "api.templates.find_teams_body.found",
    "translation": "查找跟您电子邮件有关的团队如下:"
  },
  {
    "id": "api.templates.find_teams_body.not_found",
    "translation": "我们没找从提供的电子邮件找到任何团队。"
  },
  {
    "id": "api.templates.find_teams_body.title",
    "translation": "查找团队"
  },
  {
    "id": "api.templates.find_teams_subject",
    "translation": "你在 {{ .SiteName }} 的团队"
  },
  {
    "id": "api.templates.invite_body.button",
    "translation": "加入团队"
  },
  {
    "id": "api.templates.invite_body.extra_info",
    "translation": "Mattermost允许您通过电脑、电话分享消息和文件,即时查找和归档. 当你加入 <strong>{{.TeamDisplayName}}</strong>后, 你可以登录到你的新团队,并在任何时候从网络地址访问这些功能:<br/><br/><a href='{{.TeamURL}}'>{{.TeamURL}}</a>"
  },
  {
    "id": "api.templates.invite_body.info",
    "translation": "团队 {{.SenderStatus}} <strong>{{.SenderName}}</strong>,邀请您加入 <strong>{{.TeamDisplayName}}</strong>。"
  },
  {
    "id": "api.templates.invite_body.title",
    "translation": "您已经被邀请"
  },
  {
    "id": "api.templates.invite_subject",
    "translation": "{{ .SenderName }} 邀请您加入 {{ .TeamDisplayName }} 团队在 {{.SiteName}}"
  },
  {
    "id": "api.templates.mfa_activated_body.info",
    "translation": "你在 {{ .SiteURL }} 的帐号已添加多重验证。<br>如果此操作不是您操作的,请联系您的系统管理员。"
  },
  {
    "id": "api.templates.mfa_activated_body.title",
    "translation": "多重验证已添加"
  },
  {
    "id": "api.templates.mfa_change_subject",
    "translation": "您在 {{ .SiteName}} 的多重验证已更新"
  },
  {
    "id": "api.templates.mfa_deactivated_body.info",
    "translation": "你在 {{ .SiteURL }} 的帐号已删除多重验证。<br>如果此操作不是您操作的,请联系您的系统管理员。"
  },
  {
    "id": "api.templates.mfa_deactivated_body.title",
    "translation": "多重验证已移除"
  },
  {
    "id": "api.templates.password_change_body.info",
    "translation": "您的密码已经被更新 {{.TeamDisplayName}} 在 {{ .TeamURL }} 通过 {{.Method}}.<br>如果这个变更不是由你发起的,请联系你的系统管理员."
  },
  {
    "id": "api.templates.password_change_body.title",
    "translation": "您更新了您的密码"
  },
  {
    "id": "api.templates.password_change_subject",
    "translation": "您的密码已经被更新 {{.TeamDisplayName}} 在 {{ .SiteName }}"
  },
  {
    "id": "api.templates.post_body.button",
    "translation": "转至发文"
  },
  {
    "id": "api.templates.post_body.info",
    "translation": "频道: {{.ChannelName}}<br>{{.SenderName}} - {{.Hour}}:{{.Minute}} {{.TimeZone}}, {{.Month}} {{.Day}}"
  },
  {
    "id": "api.templates.post_subject_in_channel",
    "translation": "{{.SubjectText}} 在 {{.TeamDisplayName}} ({{.ChannelName}}) 于 {{.Month}} {{.Day}}, {{.Year}}"
  },
  {
    "id": "api.templates.post_subject_in_direct_message",
    "translation": "{{.SubjectText}} 在 {{.TeamDisplayName}} 来自 {{.SenderDisplayName}} 于 {{.Month}} {{.Day}}, {{.Year}}"
  },
  {
    "id": "api.templates.reset_body.button",
    "translation": "重设密码"
  },
  {
    "id": "api.templates.reset_body.info",
    "translation": "修改您的密码, 点击 \"重设密码\" 下面.<br>如果你不打算重置您的密码,请忽略此电子邮件和您的密码将保持不变。密码重置链接在24小时内到期."
  },
  {
    "id": "api.templates.reset_body.title",
    "translation": "您请求密码重设"
  },
  {
    "id": "api.templates.reset_subject",
    "translation": "重设您的密码"
  },
  {
    "id": "api.templates.signin_change_email.body.method_email",
    "translation": "邮箱和密码"
  },
  {
    "id": "api.templates.signin_change_email.body.title",
    "translation": "您更新了您的登录方式"
  },
  {
    "id": "api.templates.signup_team_body.button",
    "translation": "设置您的团队"
  },
  {
    "id": "api.templates.signup_team_body.info",
    "translation": "{{ .SiteName }} 是所有团队沟通的一个地方, 可在任何地方搜索和有效.<br>您会得到更多的 {{ .SiteName }} 当您的团队在不断沟通--在看板上获取."
  },
  {
    "id": "api.templates.signup_team_body.title",
    "translation": "感谢创造一个团队!"
  },
  {
    "id": "api.templates.signup_team_subject",
    "translation": "{{ .SiteName }} 团队设置"
  },
  {
    "id": "api.templates.singin_change_email.body.info",
    "translation": "您在 {{.SiteName}} 更新了登录方式为 {{.Method}}。<br>如果这个变更不是由您发起的,请联系您的系统管理员。"
  },
  {
    "id": "api.templates.singin_change_email.subject",
    "translation": "你已经更新您的登录方法{{ .SiteName }}"
  },
  {
    "id": "api.templates.upgrade_30_body.info",
    "translation": "<h3 style='font-weight: normal; margin-top: 10px;'>您的多重帐号已更新</h3>您的 Mattermost 伺服器正在升级到版本 3.0,从此您可以在多个团队中使用同一个帐号。<br/><br/>您收到此邮件因为升级过程中发现您的邮箱地址或用户名和另外个帐号重复。<br/><br/>改动如下:<br/><br/>{{if .EmailChanged }}- 在 `/{{.TeamName}}` 团队中重复电子邮件已改为 `{{.Email}}`。你可以使用此新的电子邮件地址和密码登入。<br/><br/>{{end}}{{if .UsernameChanged }}- 在 `/{{.TeamName}}` 团队中重复用户名已改为 `{{.Username}}` 亿避免与其他帐号混淆。<br/><br/>{{end}} 建议操作: <br/><br/>建议您登入重复帐号的团队并将主帐号添加到想继续使用的团队,公开频道以及私有群组。<br/><br/>这样您可以用主帐号访问所有公开频道以及私有群组的历史。您可以继续登入重复帐号来获取私信历史。<br/><br/>更多咨询: <br/><br/>关于更多升级到 Mattermost 3.0 的相关咨询,请参见:<a href='http://www.mattermost.org/upgrading-to-mattermost-3-0/'>http://www.mattermost.org/upgrading-to-mattermost-3-0/</a><br/><br/>"
  },
  {
    "id": "api.templates.upgrade_30_subject.info",
    "translation": "[MATTERMOST]更改你的账号,以便升级到3.0"
  },
  {
    "id": "api.templates.username_change_body.info",
    "translation": "您在 {{.TeamDisplayName}} 的用户名已更改为 {{.NewUsername}}。<br>如果这个变更不是由您发起的,请联系系统管理员。"
  },
  {
    "id": "api.templates.username_change_body.title",
    "translation": "您更新了您的用户名"
  },
  {
    "id": "api.templates.username_change_subject",
    "translation": "您在 {{.TeamDisplayName}} 的用户名已更改"
  },
  {
    "id": "api.templates.verify_body.button",
    "translation": "验证邮箱"
  },
  {
    "id": "api.templates.verify_body.info",
    "translation": "请通过以下链接来验证您的电子邮件地址。"
  },
  {
    "id": "api.templates.verify_body.title",
    "translation": "您已加入 {{ .ServerURL }}"
  },
  {
    "id": "api.templates.verify_subject",
    "translation": "[{{ .SiteName }}] 电子邮件地址验证"
  },
  {
    "id": "api.templates.welcome_body.app_download_info",
    "translation": "为了更好的体验,请下载 PC、Mac、iOS、安卓平台应用:"
  },
  {
    "id": "api.templates.welcome_body.button",
    "translation": "验证邮箱"
  },
  {
    "id": "api.templates.welcome_body.info",
    "translation": "请通过以下链接来验证您的电子邮件地址。"
  },
  {
    "id": "api.templates.welcome_body.info2",
    "translation": "你可以登入从:"
  },
  {
    "id": "api.templates.welcome_body.info3",
    "translation": "Mattermost 允许您通过PC或手机分享信息和文件,即时搜索和归档。"
  },
  {
    "id": "api.templates.welcome_body.title",
    "translation": "您已加入 {{ .ServerURL }}"
  },
  {
    "id": "api.templates.welcome_subject",
    "translation": "您已加入 {{ .ServerURL }}"
  },
  {
    "id": "api.user.activate_mfa.email_and_ldap_only.app_error",
    "translation": "此帐户类型不支持多重验证"
  },
  {
    "id": "api.user.add_direct_channels_and_forget.failed.error",
    "translation": "Failed to add direct channel preferences for user user_id={{.UserId}}, team_id={{.TeamId}}, err={{.Error}}"
  },
  {
    "id": "api.user.authorize_oauth_user.bad_response.app_error",
    "translation": "令牌请求得到错误的回复"
  },
  {
    "id": "api.user.authorize_oauth_user.bad_token.app_error",
    "translation": "错误的令牌类型"
  },
  {
    "id": "api.user.authorize_oauth_user.invalid_state.app_error",
    "translation": "无效状态"
  },
  {
    "id": "api.user.authorize_oauth_user.invalid_state_team.app_error",
    "translation": "无效状态; 缺少团队名称"
  },
  {
    "id": "api.user.authorize_oauth_user.missing.app_error",
    "translation": "缺少访问令牌"
  },
  {
    "id": "api.user.authorize_oauth_user.service.app_error",
    "translation": "令牌请求到 {{.Service}} 失败"
  },
  {
    "id": "api.user.authorize_oauth_user.token_failed.app_error",
    "translation": "令牌请求失败"
  },
  {
    "id": "api.user.authorize_oauth_user.unsupported.app_error",
    "translation": "不支持的认证服务商"
  },
  {
    "id": "api.user.check_user_login_attempts.too_many.app_error",
    "translation": "您的账号因为多次的密码尝试而被锁定。请重设您的密码。"
  },
  {
    "id": "api.user.check_user_mfa.bad_code.app_error",
    "translation": "无效的多重验证令牌。"
  },
  {
    "id": "api.user.check_user_mfa.not_available.app_error",
    "translation": "此服务器没有配置或者不支持多重验证"
  },
  {
    "id": "api.user.check_user_password.invalid.app_error",
    "translation": "无效密码登录失败"
  },
  {
    "id": "api.user.complete_switch_with_oauth.blank_email.app_error",
    "translation": "空白电子邮件"
  },
  {
    "id": "api.user.complete_switch_with_oauth.parse.app_error",
    "translation": "无法解析数据验证 {{.Service}} 用户对象"
  },
  {
    "id": "api.user.complete_switch_with_oauth.unavailable.app_error",
    "translation": "本服务器不支持通过 OAuth 2.0 的 {{.Service}} SSO"
  },
  {
    "id": "api.user.create_oauth_user.already_attached.app_error",
    "translation": "已经有一个电子邮件帐号使用了不同于{{.Service}}的方法进行登录。请使用{{.Auth}}进行登录。"
  },
  {
    "id": "api.user.create_oauth_user.already_used.app_error",
    "translation": "这个{{.Service}}账号已经使用"
  },
  {
    "id": "api.user.create_oauth_user.create.app_error",
    "translation": "无法创建用户 {{.Service}} 用户对象"
  },
  {
    "id": "api.user.create_oauth_user.not_available.app_error",
    "translation": "本服务器不支持通过 OAuth 2.0 的 {{.Service}} SSO"
  },
  {
    "id": "api.user.create_profile_image.default_font.app_error",
    "translation": "无法创建默认配置文件的字体"
  },
  {
    "id": "api.user.create_profile_image.encode.app_error",
    "translation": "无法编码默认配置文件"
  },
  {
    "id": "api.user.create_profile_image.initial.app_error",
    "translation": "不能添加用户初始默认配置文件"
  },
  {
    "id": "api.user.create_user.accepted_domain.app_error",
    "translation": "您提供的电子邮件不属于允许的域名。请与您的管理员联系或使用一个不同的电子邮件注册。"
  },
  {
    "id": "api.user.create_user.joining.error",
    "translation": "加入默认通道遇到一个问题 user_id=%s, team_id=%s, err=%v"
  },
  {
    "id": "api.user.create_user.no_open_server",
    "translation": "这个服务员不允许注册。请与管理员联系,获取邀请。"
  },
  {
    "id": "api.user.create_user.save.error",
    "translation": "无法保存这个用户 err=%v"
  },
  {
    "id": "api.user.create_user.signup_email_disabled.app_error",
    "translation": "已停用电子邮件注册。"
  },
  {
    "id": "api.user.create_user.signup_link_expired.app_error",
    "translation": "注册连接已经失效"
  },
  {
    "id": "api.user.create_user.signup_link_invalid.app_error",
    "translation": "注册链接无效"
  },
  {
    "id": "api.user.create_user.team_name.app_error",
    "translation": "无效团队名称"
  },
  {
    "id": "api.user.create_user.tutorial.error",
    "translation": "保存偏好设置指南出错, err=%v"
  },
  {
    "id": "api.user.create_user.verified.error",
    "translation": "未能设置电子邮件验证 err=%v"
  },
  {
    "id": "api.user.email_to_ldap.not_available.app_error",
    "translation": "AD/LDAP 在本服务器上不可用"
  },
  {
    "id": "api.user.generate_mfa_qr.not_available.app_error",
    "translation": "此服务器没有配置或者不支持多重验证"
  },
  {
    "id": "api.user.get_authorization_code.unsupported.app_error",
    "translation": "不支持的 OAuth 服务商"
  },
  {
    "id": "api.user.get_me.getting.error",
    "translation": "获取用户配置文件中的错误 id=%v 强制注销"
  },
  {
    "id": "api.user.init.debug",
    "translation": "正在初始化用户 API 路由"
  },
  {
    "id": "api.user.ldap_to_email.not_available.app_error",
    "translation": "AD/LDAP 在本服务器上不可用"
  },
  {
    "id": "api.user.ldap_to_email.not_ldap_account.app_error",
    "translation": "此账户没有使用 AD/LDAP"
  },
  {
    "id": "api.user.login.blank_pwd.app_error",
    "translation": "密码字段不能为空白"
  },
  {
    "id": "api.user.login.inactive.app_error",
    "translation": "您的帐号因被停用而登入失败。请联系系统管理员。"
  },
  {
    "id": "api.user.login.invalid_credentials",
    "translation": "用户ID或密码错误。"
  },
  {
    "id": "api.user.login.not_provided.app_error",
    "translation": "必须提供用户 ID 或团队名和用户邮箱地址"
  },
  {
    "id": "api.user.login.not_verified.app_error",
    "translation": "登录失败,因为电子邮件地址没有被验证"
  },
  {
    "id": "api.user.login.revoking.app_error",
    "translation": "撤销 sessionId=%v 为 userId=%v 同一个设备id重登陆"
  },
  {
    "id": "api.user.login.use_auth_service.app_error",
    "translation": "请使用 {{.AuthService}} 登录"
  },
  {
    "id": "api.user.login_by_oauth.not_available.app_error",
    "translation": "本服务器不支持通过 OAuth 2.0 的 {{.Service}} SSO"
  },
  {
    "id": "api.user.login_by_oauth.parse.app_error",
    "translation": "无法解析数据验证 {{.Service}} 用户对象"
  },
  {
    "id": "api.user.login_ldap.blank_pwd.app_error",
    "translation": "密码字段不能为空白"
  },
  {
    "id": "api.user.login_ldap.disabled.app_error",
    "translation": "AD/LDAP 未在本服务器上不开启"
  },
  {
    "id": "api.user.login_ldap.need_id.app_error",
    "translation": "需要ID"
  },
  {
    "id": "api.user.login_ldap.not_available.app_error",
    "translation": "AD/LDAP 在本服务器上不可用"
  },
  {
    "id": "api.user.oauth_to_email.context.app_error",
    "translation": "更新密码失败因为 user_id 不匹配用户ID"
  },
  {
    "id": "api.user.permanent_delete_user.attempting.warn",
    "translation": "试图永久删除帐户 %v id=%v"
  },
  {
    "id": "api.user.permanent_delete_user.deleted.warn",
    "translation": "永久删除帐户 %v id=%v"
  },
  {
    "id": "api.user.permanent_delete_user.system_admin.warn",
    "translation": "你在删除系统管理员 %v。您可能需要使用命令行工具设置另一个帐户作为系统管理员。"
  },
  {
    "id": "api.user.reset_password.invalid_link.app_error",
    "translation": "重置密码链接不显示有效"
  },
  {
    "id": "api.user.reset_password.link_expired.app_error",
    "translation": "密码重置链接已过期"
  },
  {
    "id": "api.user.reset_password.method",
    "translation": "使用重置密码链接"
  },
  {
    "id": "api.user.reset_password.sso.app_error",
    "translation": "不能重置SSO账户密码"
  },
  {
    "id": "api.user.reset_password.wrong_team.app_error",
    "translation": "试图在错误的团队上重置密码。"
  },
  {
    "id": "api.user.saml.not_available.app_error",
    "translation": "此服务器没有正确配置或者不支持 SAML。"
  },
  {
    "id": "api.user.send_email_change_email_and_forget.error",
    "translation": "未能发送电子邮件通知电子邮件成功"
  },
  {
    "id": "api.user.send_email_change_username_and_forget.error",
    "translation": "未能发送用户名更改通知邮件"
  },
  {
    "id": "api.user.send_email_change_verify_email_and_forget.error",
    "translation": "未能发送电子邮件更改验证电子邮件成功"
  },
  {
    "id": "api.user.send_password_change_email_and_forget.error",
    "translation": "未能发送更新密码电子邮件成功"
  },
  {
    "id": "api.user.send_password_reset.find.app_error",
    "translation": "我们无法找该地址的帐号。"
  },
  {
    "id": "api.user.send_password_reset.send.app_error",
    "translation": "未能发送密码重置电子邮件成功"
  },
  {
    "id": "api.user.send_password_reset.sso.app_error",
    "translation": "不能重置SSO账户密码"
  },
  {
    "id": "api.user.send_sign_in_change_email_and_forget.error",
    "translation": "未能发送更新密码电子邮件成功"
  },
  {
    "id": "api.user.send_verify_email_and_forget.failed.error",
    "translation": "未能发送验证电子邮件成功"
  },
  {
    "id": "api.user.send_welcome_email_and_forget.failed.error",
    "translation": "未能成功发送欢迎电子邮件"
  },
  {
    "id": "api.user.update_active.no_deactivate_ldap.app_error",
    "translation": "您无法修改 AD/LDAP 帐号的激活状态。请到 AD/LDAP 服务器上修改。"
  },
  {
    "id": "api.user.update_active.permissions.app_error",
    "translation": "您没有对应的权限"
  },
  {
    "id": "api.user.update_mfa.not_available.app_error",
    "translation": "此服务器没有配置或者不支持多重验证"
  },
  {
    "id": "api.user.update_password.context.app_error",
    "translation": "更新密码失败因为 user_id 提供用户ID不匹配"
  },
  {
    "id": "api.user.update_password.failed.app_error",
    "translation": "更新密码失败"
  },
  {
    "id": "api.user.update_password.incorrect.app_error",
    "translation": "\"当前密码\" 输入有误。请检查大写锁是否关闭后再试一次。"
  },
  {
    "id": "api.user.update_password.menu",
    "translation": "使用设置菜单"
  },
  {
    "id": "api.user.update_password.oauth.app_error",
    "translation": "因为用户登录通过OAuth服务更新密码失败"
  },
  {
    "id": "api.user.update_password.valid_account.app_error",
    "translation": "更新密码失败,因为我们无法找到有效的帐户"
  },
  {
    "id": "api.user.update_roles.one_admin.app_error",
    "translation": "必须至少有一个启用的管理"
  },
  {
    "id": "api.user.update_roles.permissions.app_error",
    "translation": "您没有合适的权限"
  },
  {
    "id": "api.user.update_roles.system_admin_needed.app_error",
    "translation": "此操作需要系统管理员"
  },
  {
    "id": "api.user.update_roles.system_admin_set.app_error",
    "translation": "系统管理员的角色只能由另一个系统管理员设置"
  },
  {
    "id": "api.user.update_roles.team_admin_needed.app_error",
    "translation": "此操作需要团队系统管理员"
  },
  {
    "id": "api.user.upload_profile_user.array.app_error",
    "translation": "根据“图像”请求的空数组"
  },
  {
    "id": "api.user.upload_profile_user.decode.app_error",
    "translation": "无法解码配置文件"
  },
  {
    "id": "api.user.upload_profile_user.decode_config.app_error",
    "translation": "无法解码头像设定。"
  },
  {
    "id": "api.user.upload_profile_user.encode.app_error",
    "translation": "无法编码图像"
  },
  {
    "id": "api.user.upload_profile_user.no_file.app_error",
    "translation": "请求中图像不是文件"
  },
  {
    "id": "api.user.upload_profile_user.open.app_error",
    "translation": "无法打开图像文件"
  },
  {
    "id": "api.user.upload_profile_user.parse.app_error",
    "translation": "无法解析多形式表单"
  },
  {
    "id": "api.user.upload_profile_user.storage.app_error",
    "translation": "无法上传文件。未配置图像存储。"
  },
  {
    "id": "api.user.upload_profile_user.too_large.app_error",
    "translation": "无法上传头像。文件太大。"
  },
  {
    "id": "api.user.upload_profile_user.upload_profile.app_error",
    "translation": "无法上传配置文件"
  },
  {
    "id": "api.user.verify_email.bad_link.app_error",
    "translation": "非法确认邮件链接。"
  },
  {
    "id": "api.web_hub.start.starting.debug",
    "translation": "启动 %v websocket 集线器中"
  },
  {
    "id": "api.web_hub.start.stopping.debug",
    "translation": "停止 websocket 集线器连接中"
  },
  {
    "id": "api.web_socket.connect.error",
    "translation": "websocket连接 err: %v"
  },
  {
    "id": "api.web_socket.connect.upgrade.app_error",
    "translation": "未能升级WebSocket连接"
  },
  {
    "id": "api.web_socket.init.debug",
    "translation": "正在初始化 Web Socket API 路由"
  },
  {
    "id": "api.web_socket_handler.log.error",
    "translation": "%v:%v seq=%v uid=%v %v [详情: %v]"
  },
  {
    "id": "api.web_socket_router.log.error",
    "translation": "websocket 路由错误: seq=%v uid=%v %v [详情: %v]"
  },
  {
    "id": "api.web_team_hun.start.debug",
    "translation": "团队枢纽停止 teamId=%v"
  },
  {
    "id": "api.webhook.create_incoming.disabled.app_errror",
    "translation": "传入的webhooks已被系统管理员禁用。"
  },
  {
    "id": "api.webhook.create_outgoing.disabled.app_error",
    "translation": "传出的webhooks已被系统管理员禁用。"
  },
  {
    "id": "api.webhook.create_outgoing.intersect.app_error",
    "translation": "同一频道的传出 webhooks 不能具有同样的触发词/回调URLs。"
  },
  {
    "id": "api.webhook.create_outgoing.not_open.app_error",
    "translation": "只有公共频道可以创建传出 webhooks。"
  },
  {
    "id": "api.webhook.create_outgoing.permissions.app_error",
    "translation": "无效的创建传出的 webhook 权限。"
  },
  {
    "id": "api.webhook.create_outgoing.triggers.app_error",
    "translation": "无论是trigger_words或channel_id必须设置"
  },
  {
    "id": "api.webhook.delete_incoming.disabled.app_errror",
    "translation": "传入的webhooks已被系统管理员禁用。"
  },
  {
    "id": "api.webhook.delete_incoming.permissions.app_errror",
    "translation": "无效的删除传入的 webhook 权限"
  },
  {
    "id": "api.webhook.delete_outgoing.disabled.app_error",
    "translation": "传出的webhooks已被系统管理员禁用。"
  },
  {
    "id": "api.webhook.delete_outgoing.permissions.app_error",
    "translation": "无效的删除传出的 webhook 权限"
  },
  {
    "id": "api.webhook.get_incoming.disabled.app_error",
    "translation": "传入的webhooks已被系统管理员禁用。"
  },
  {
    "id": "api.webhook.get_outgoing.disabled.app_error",
    "translation": "传出的webhooks已被系统管理员禁用。"
  },
  {
    "id": "api.webhook.incoming.debug",
    "translation": "收到传入的webhook。内容="
  },
  {
    "id": "api.webhook.incoming.debug.error",
    "translation": "不能读取传入的webhook的负载。"
  },
  {
    "id": "api.webhook.init.debug",
    "translation": "正在初始化 webhook API 路由"
  },
  {
    "id": "api.webhook.regen_outgoing_token.disabled.app_error",
    "translation": "传出的webhooks已被系统管理员禁用。"
  },
  {
    "id": "api.webhook.regen_outgoing_token.permissions.app_error",
    "translation": "无效的重新生成传出的 webhook 令牌权限"
  },
  {
    "id": "api.webrtc.disabled.app_error",
    "translation": "WebRTC 未在本服务器开启。"
  },
  {
    "id": "api.webrtc.init.debug",
    "translation": "正在初始化 WebRTC API 路由"
  },
  {
    "id": "api.webrtc.register_token.app_error",
    "translation": "我们在注册 WebRTC 令牌时遇到个错误"
  },
  {
    "id": "api.websocket.invalid_session.error",
    "translation": "无效会话 err=%v"
  },
  {
    "id": "api.websocket_handler.invalid_param.app_error",
    "translation": "无效的参数 {{.Name}}"
  },
  {
    "id": "app.channel.create_channel.no_team_id.app_error",
    "translation": "必须指定团队ID才能创建频道"
  },
  {
    "id": "app.channel.post_update_channel_purpose_message.post.error",
    "translation": "发送频道作用消息失败"
  },
  {
    "id": "app.channel.post_update_channel_purpose_message.removed",
    "translation": "%s 删除了频道作用 (原为: %s)"
  },
  {
    "id": "app.channel.post_update_channel_purpose_message.retrieve_user.error",
    "translation": "尝试保存更新的频道作用消息 %v 时获取用户信息失败"
  },
  {
    "id": "app.channel.post_update_channel_purpose_message.updated_from",
    "translation": "%s 将频道作用从: %s 更新为: %s"
  },
  {
    "id": "app.channel.post_update_channel_purpose_message.updated_to",
    "translation": "%s 更新了频道作用为: %s"
  },
  {
    "id": "app.import.bulk_import.file_scan.error",
    "translation": "读取数据导入文件错误。"
  },
  {
    "id": "app.import.bulk_import.json_decode.error",
    "translation": "JSON 解码行失败。"
  },
  {
    "id": "app.import.import_channel.team_not_found.error",
    "translation": "导入频道失败。团队名 \"{{.TeamName}}\" 无法找到。"
  },
  {
    "id": "app.import.import_line.null_channel.error",
    "translation": "导入数据行有类型 \"channel\" 但频道对象是无。"
  },
  {
    "id": "app.import.import_line.null_team.error",
    "translation": "导入数据行有类型 \"team\" 但团队对象是无。"
  },
  {
    "id": "app.import.import_line.null_user.error",
    "translation": "导入数据行有类型 \"user\" 但用户对象是无。"
  },
  {
    "id": "app.import.import_line.unknown_line_type.error",
    "translation": "导入数据行有无效的类型 \"{{.Type}}\"。"
  },
  {
    "id": "app.import.validate_channel_import_data.create_at_zero.error",
    "translation": "如果提供频道 create_at 则不能为 0。"
  },
  {
    "id": "app.import.validate_channel_import_data.display_name_length.error",
    "translation": "频道 display_name 不在允许的长度范围内。"
  },
  {
    "id": "app.import.validate_channel_import_data.display_name_missing.error",
    "translation": "缺少频道必须属性:display_name。"
  },
  {
    "id": "app.import.validate_channel_import_data.header_length.error",
    "translation": "频道标题过长。"
  },
  {
    "id": "app.import.validate_channel_import_data.name_characters.error",
    "translation": "频道名称包含无效字符。"
  },
  {
    "id": "app.import.validate_channel_import_data.name_length.error",
    "translation": "频道名称过长。"
  },
  {
    "id": "app.import.validate_channel_import_data.name_missing.error",
    "translation": "缺少频道必须属性:name"
  },
  {
    "id": "app.import.validate_channel_import_data.purpose_length.error",
    "translation": "频道作用过长。"
  },
  {
    "id": "app.import.validate_channel_import_data.team_missing.error",
    "translation": "缺少频道必须属性:team"
  },
  {
    "id": "app.import.validate_channel_import_data.type_invalid.error",
    "translation": "无效频道类型。"
  },
  {
    "id": "app.import.validate_channel_import_data.type_missing.error",
    "translation": "缺少频道必须属性:type。"
  },
  {
    "id": "app.import.validate_team_import_data.allowed_domains_length.error",
    "translation": "团队 allowed_domains 过长。"
  },
  {
    "id": "app.import.validate_team_import_data.create_at_zero.error",
    "translation": "如果提供团队 create_at 则不能为 0。"
  },
  {
    "id": "app.import.validate_team_import_data.description_length.error",
    "translation": "团队简介过长。"
  },
  {
    "id": "app.import.validate_team_import_data.display_name_length.error",
    "translation": "团队 display_name 不在允许的长度范围内。"
  },
  {
    "id": "app.import.validate_team_import_data.display_name_missing.error",
    "translation": "缺少频道必须属性:display_name"
  },
  {
    "id": "app.import.validate_team_import_data.name_characters.error",
    "translation": "团队名包含非法字符。"
  },
  {
    "id": "app.import.validate_team_import_data.name_length.error",
    "translation": "团队名过长。"
  },
  {
    "id": "app.import.validate_team_import_data.name_missing.error",
    "translation": "缺少频道必须属性:name。"
  },
  {
    "id": "app.import.validate_team_import_data.name_reserved.error",
    "translation": "团队名含有预留词。"
  },
  {
    "id": "app.import.validate_team_import_data.type_invalid.error",
    "translation": "无效团队类型。"
  },
  {
    "id": "app.import.validate_team_import_data.type_missing.error",
    "translation": "缺少频道必须属性:type"
  },
  {
    "id": "app.import.validate_user_channels_import_data.channel_name_missing.error",
    "translation": "用户频道会员资格中缺少频道名称。"
  },
  {
    "id": "app.import.validate_user_channels_import_data.invalid_notify_props_desktop.error",
    "translation": "Invalid Desktop NotifyProps for User's Channel Membership."
  },
  {
    "id": "app.import.validate_user_channels_import_data.invalid_notify_props_mark_unread.error",
    "translation": "Invalid MarkUnread NotifyProps for User's Channel Membership."
  },
  {
    "id": "app.import.validate_user_channels_import_data.invalid_roles.error",
    "translation": "用户频道成员资格的角色无效。"
  },
  {
    "id": "app.import.validate_user_import_data.auth_data_length.error",
    "translation": "用户 AuthData 过长。"
  },
  {
    "id": "app.import.validate_user_import_data.auth_service_length.error",
    "translation": "如果提供用户 AuthService 则不能留空。"
  },
  {
    "id": "app.import.validate_user_import_data.email_length.error",
    "translation": "用户邮箱地址拥有无效长度。"
  },
  {
    "id": "app.import.validate_user_import_data.email_missing.error",
    "translation": "缺少用户必须属性:email。"
  },
  {
    "id": "app.import.validate_user_import_data.first_name_length.error",
    "translation": "用户名子过长。"
  },
  {
    "id": "app.import.validate_user_import_data.last_name_length.error",
    "translation": "用户姓氏过长。"
  },
  {
    "id": "app.import.validate_user_import_data.nickname_length.error",
    "translation": "用户昵称过长。"
  },
  {
    "id": "app.import.validate_user_import_data.position_length.error",
    "translation": "用户职位过长。"
  },
  {
    "id": "app.import.validate_user_import_data.roles_invalid.error",
    "translation": "无效用户角色。"
  },
  {
    "id": "app.import.validate_user_import_data.username_invalid.error",
    "translation": "无效的用户名。"
  },
  {
    "id": "app.import.validate_user_import_data.username_missing.error",
    "translation": "缺少用户必须属性:username。"
  },
  {
    "id": "app.import.validate_user_teams_import_data.invalid_roles.error",
    "translation": "用户团队成员资格的角色无效。"
  },
  {
    "id": "app.import.validate_user_teams_import_data.team_name_missing.error",
    "translation": "用户的团队成员资格中缺少团队名称。"
  },
  {
    "id": "authentication.permissions.create_team_roles.description",
    "translation": "能创建新团队"
  },
  {
    "id": "authentication.permissions.create_team_roles.name",
    "translation": "创建团队"
  },
  {
    "id": "authentication.permissions.manage_team_roles.description",
    "translation": "能修改团队成员的角色"
  },
  {
    "id": "authentication.permissions.manage_team_roles.name",
    "translation": "管理团队角色"
  },
  {
    "id": "authentication.permissions.team_invite_user.description",
    "translation": "可以邀请用户到团队"
  },
  {
    "id": "authentication.permissions.team_invite_user.name",
    "translation": "邀请用户"
  },
  {
    "id": "authentication.permissions.team_use_slash_commands.description",
    "translation": "可以使用斜杠命令"
  },
  {
    "id": "authentication.permissions.team_use_slash_commands.name",
    "translation": "使用斜杠命令"
  },
  {
    "id": "cli.license.critical",
    "translation": "此功能需要企业授权。请联系您的系统管理员关于升级您的企业许可证。"
  },
  {
    "id": "ent.brand.save_brand_image.decode.app_error",
    "translation": "无法解码图像。"
  },
  {
    "id": "ent.brand.save_brand_image.decode_config.app_error",
    "translation": "无法解码图像配置。"
  },
  {
    "id": "ent.brand.save_brand_image.encode.app_error",
    "translation": "无法解码PNG格式图像。"
  },
  {
    "id": "ent.brand.save_brand_image.open.app_error",
    "translation": "无法打开图片文件。"
  },
  {
    "id": "ent.brand.save_brand_image.save_image.app_error",
    "translation": "无法保存图片"
  },
  {
    "id": "ent.brand.save_brand_image.too_large.app_error",
    "translation": "无法打开图像文件。图像过大。"
  },
  {
    "id": "ent.cluster.config_changed.info",
    "translation": "id=%v 的机群设定已更改。尝试重启机群服务中。为了确保机群设置正确您不应该依赖此重启因为我们检测到一核心配置改动。"
  },
  {
    "id": "ent.cluster.debug_fail.debug",
    "translation": "机群发送失败在 `%v` detail=%v, extra=%v, retry number=%v"
  },
  {
    "id": "ent.cluster.final_fail.error",
    "translation": "机群发送最终失败在 `%v` detail=%v, extra=%v, retry number=%v"
  },
  {
    "id": "ent.cluster.incompatible.warn",
    "translation": "%v 的机群检测到可能不兼容的版本"
  },
  {
    "id": "ent.cluster.incompatible_config.warn",
    "translation": "%v 的机群检测到可能不兼容的设置"
  },
  {
    "id": "ent.cluster.licence_disable.app_error",
    "translation": "当前许可证禁用了机群功能。请联系您的系统管理员关于升级您的企业许可证。"
  },
  {
    "id": "ent.cluster.ping_failed.info",
    "translation": "机群ping失败 hostname=%v on=%v id=%v"
  },
  {
    "id": "ent.cluster.ping_success.info",
    "translation": "机群ping成功 hostname=%v on=%v id=%v self=%v"
  },
  {
    "id": "ent.cluster.save_config.error",
    "translation": "系统控制台在高可用性开启时设为只读。"
  },
  {
    "id": "ent.cluster.starting.info",
    "translation": "机群互连节点通讯以 hostname=%v id=%v 监听在 %v"
  },
  {
    "id": "ent.cluster.stopping.info",
    "translation": "机群互连节点通讯以 hostname=%v id=%v 在 %v 停止中"
  },
  {
    "id": "ent.compliance.licence_disable.app_error",
    "translation": "当前许可证禁用了合规功能。请联系您的系统管理员关于升级您的企业许可证。"
  },
  {
    "id": "ent.compliance.run_failed.error",
    "translation": "导出合规的'{{.JobName}}'在'{{.FilePath}}'的任务失败"
  },
  {
    "id": "ent.compliance.run_finished.info",
    "translation": "合规导出任务 '{{.JobName}}' 已导出 {{.Count}} 条记录到 '{{.FilePath}}'"
  },
  {
    "id": "ent.compliance.run_limit.warning",
    "translation": "任务'{{.JobName}}'的导出审核警告:'{{.FilePath}}'过多行返回截断至第30,000行"
  },
  {
    "id": "ent.compliance.run_started.info",
    "translation": "导出审核自'{{.FilePath}}'的'{{.JobName}}'任务开始"
  },
  {
    "id": "ent.emoji.licence_disable.app_error",
    "translation": "当前许可证禁用了自定义表情符。请联系您的系统管理员关于升级您的企业许可证。"
  },
  {
    "id": "ent.ldap.create_fail",
    "translation": "无法创建 LDAP 用户。"
  },
  {
    "id": "ent.ldap.disabled.app_error",
    "translation": "AD/LDAP 已禁用或许可证不支持 AD/LDAP。"
  },
  {
    "id": "ent.ldap.do_login.bind_admin_user.app_error",
    "translation": "无法绑定到 AD/LDAP 服务器。请检查 BindUsername 和 BindPassword。"
  },
  {
    "id": "ent.ldap.do_login.invalid_password.app_error",
    "translation": "无效的密码"
  },
  {
    "id": "ent.ldap.do_login.licence_disable.app_error",
    "translation": "当前许可证无法使用 AD/LDAP 功能,请联系您的系统管理员关于升级您的企业许可证。"
  },
  {
    "id": "ent.ldap.do_login.matched_to_many_users.app_error",
    "translation": "提供的用户名有多个用户"
  },
  {
    "id": "ent.ldap.do_login.search_ldap_server.app_error",
    "translation": "搜索 AD/LDAP 服务器失败"
  },
  {
    "id": "ent.ldap.do_login.unable_to_connect.app_error",
    "translation": "无法连接到 AD/LDAP 服务"
  },
  {
    "id": "ent.ldap.do_login.unable_to_create_user.app_error",
    "translation": "凭据有效但无法创建用户。"
  },
  {
    "id": "ent.ldap.do_login.user_filtered.app_error",
    "translation": "您的 AD/LDAP 账号没有使用此 Mattermost 服务器的权限。请向您的系统管理员询问确认 AD/LDAP 用户过滤器。"
  },
  {
    "id": "ent.ldap.do_login.user_not_registered.app_error",
    "translation": "用户没有在 AD/LDAP 服务器注册"
  },
  {
    "id": "ent.ldap.mattermost_user_update",
    "translation": "Mattermost 用户已被 AD/LDAP 服务器更新。"
  },
  {
    "id": "ent.ldap.syncdone.info",
    "translation": "AD/LDAP 同步完成"
  },
  {
    "id": "ent.ldap.syncronize.get_all.app_error",
    "translation": "无法使用 AD/LDAP 得到所有用户"
  },
  {
    "id": "ent.ldap.validate_filter.app_error",
    "translation": "无效的 AD/LDAP 筛选器"
  },
  {
    "id": "ent.metrics.starting.info",
    "translation": "指标和分析服务端监听在 %v"
  },
  {
    "id": "ent.metrics.stopping.info",
    "translation": "指标和分析服务端在 %v 停止中"
  },
  {
    "id": "ent.mfa.activate.authenticate.app_error",
    "translation": "尝试验证多重验证令牌时出现错误"
  },
  {
    "id": "ent.mfa.activate.bad_token.app_error",
    "translation": "无效的多重验证令牌"
  },
  {
    "id": "ent.mfa.activate.save_active.app_erro",
    "translation": "无法为用户更新多重验证启用状态"
  },
  {
    "id": "ent.mfa.deactivate.save_active.app_erro",
    "translation": "无法为用户更新多重验证启用状态"
  },
  {
    "id": "ent.mfa.deactivate.save_secret.app_error",
    "translation": "清除多重验证密码时出错"
  },
  {
    "id": "ent.mfa.generate_qr_code.create_code.app_error",
    "translation": "QR 码生成出错"
  },
  {
    "id": "ent.mfa.generate_qr_code.save_secret.app_error",
    "translation": "多重验证密码保存时出错"
  },
  {
    "id": "ent.mfa.license_disable.app_error",
    "translation": "您的许可证不支持使用多重因素认证"
  },
  {
    "id": "ent.mfa.validate_token.authenticate.app_error",
    "translation": "尝试验证多重验证令牌时出现错误"
  },
  {
    "id": "ent.migration.migratetoldap.duplicate_field",
    "translation": "无法移植拥有制定栏的 AD/LDAP 用户。发现重复条目。请删除所有重复后再试。"
  },
  {
    "id": "ent.migration.migratetoldap.user_not_found",
    "translation": "未在 AD/LDAP 服务器上找到用户:"
  },
  {
    "id": "ent.saml.attribute.app_error",
    "translation": "SAML登入因不正确属性而失败。请联系您的系统管理员。"
  },
  {
    "id": "ent.saml.build_request.app_error",
    "translation": "尝试向身份提供商请求时发生错误。请联系您的系统管理员。"
  },
  {
    "id": "ent.saml.build_request.encoding.app_error",
    "translation": "尝试编码身份提供商请求时发生错误。请联系您的系统管理员。"
  },
  {
    "id": "ent.saml.build_request.encoding_signed.app_error",
    "translation": "尝试编码签名的身份提供商请求时发生错误。请联系您的系统管理员。"
  },
  {
    "id": "ent.saml.configure.app_error",
    "translation": "设置SAML服务提供商时发生错误,err=%v"
  },
  {
    "id": "ent.saml.configure.encryption_not_enabled.app_error",
    "translation": "SAML登入因加密未开启而失败。请联系您的系统管理员。"
  },
  {
    "id": "ent.saml.configure.load_idp_cert.app_error",
    "translation": "身份认证提供商公共证书文件没有被发现。请与系统管理员联系。"
  },
  {
    "id": "ent.saml.configure.load_private_key.app_error",
    "translation": "SAML登录失败,因为服务提供商私钥没有被发现。请与系统管理员联系。"
  },
  {
    "id": "ent.saml.configure.load_public_cert.app_error",
    "translation": "无法找到身份认证提供商公共证书文件。请联系您的系统管理员。"
  },
  {
    "id": "ent.saml.configure.not_encrypted_response.app_error",
    "translation": "SAML登录因身份服务提供商回应未加密而失败。请联系您的系统管理员。"
  },
  {
    "id": "ent.saml.do_login.decrypt.app_error",
    "translation": "SAML登入因解码身份服务提供商回复发生错误而失败。请联系您的系统管理员。"
  },
  {
    "id": "ent.saml.do_login.empty_response.app_error",
    "translation": "我们收到留一份来自身份提供商的空白请求"
  },
  {
    "id": "ent.saml.do_login.parse.app_error",
    "translation": "尝试解析身份提供商回复时发生错误。请联系您的系统管理员。"
  },
  {
    "id": "ent.saml.do_login.validate.app_error",
    "translation": "尝试验证身份提供商回复时发生错误。请联系您的系统管理员。"
  },
  {
    "id": "ent.saml.license_disable.app_error",
    "translation": "您的证书不支持 SAML 验证。"
  },
  {
    "id": "ent.saml.metadata.app_error",
    "translation": "创建服务商元数据时发生错误。"
  },
  {
    "id": "ent.saml.service_disable.app_error",
    "translation": "本服务器未设定或支持 SAML。"
  },
  {
    "id": "ent.saml.update_saml_user.unable_error",
    "translation": "无法更新现有SAML用户。仍允许登入。err=%v"
  },
  {
    "id": "error.generic.link_message",
    "translation": "返回到 Mattermost"
  },
  {
    "id": "error.generic.message",
    "translation": "发生一个错误。"
  },
  {
    "id": "error.generic.title",
    "translation": "出错"
  },
  {
    "id": "error.not_found.link_message",
    "translation": "返回到Mattermost"
  },
  {
    "id": "error.not_found.message",
    "translation": "您试图访问的页面不存在。"
  },
  {
    "id": "error.not_found.title",
    "translation": "未找到该页面"
  },
  {
    "id": "leave_team_modal.desc",
    "translation": "您将会从所有公开频道和私有组中移除。如果团队是私有的你将无法再加入。您确定吗?"
  },
  {
    "id": "leave_team_modal.no",
    "translation": "不"
  },
  {
    "id": "leave_team_modal.title",
    "translation": "退出团队?"
  },
  {
    "id": "leave_team_modal.yes",
    "translation": "是"
  },
  {
    "id": "manaultesting.get_channel_id.no_found.debug",
    "translation": "找不到频道:%v,已搜索 %v 可能性"
  },
  {
    "id": "manaultesting.get_channel_id.unable.debug",
    "translation": "无法获得频道"
  },
  {
    "id": "manaultesting.manual_test.create.info",
    "translation": "创建用户和团队"
  },
  {
    "id": "manaultesting.manual_test.parse.app_error",
    "translation": "无法解析网址"
  },
  {
    "id": "manaultesting.manual_test.setup.info",
    "translation": "手动测试的设置..."
  },
  {
    "id": "manaultesting.manual_test.uid.debug",
    "translation": "网址中没有 uid"
  },
  {
    "id": "manaultesting.test_autolink.info",
    "translation": "手动自动连接测试"
  },
  {
    "id": "manaultesting.test_autolink.unable.app_error",
    "translation": "无法获得频道"
  },
  {
    "id": "mattermost.bulletin.subject",
    "translation": "Mattermost 安全公告"
  },
  {
    "id": "mattermost.config_file",
    "translation": "从 %v 加载配置文件"
  },
  {
    "id": "mattermost.current_version",
    "translation": "当前版本是 %v (%v/%v/%v/%v)"
  },
  {
    "id": "mattermost.entreprise_enabled",
    "translation": "企业启用: %v"
  },
  {
    "id": "mattermost.load_license.find.warn",
    "translation": "需要从 https://mattermost.com 获得许可证以解锁企业功能。"
  },
  {
    "id": "mattermost.security_bulletin.error",
    "translation": "未能获得安全公告详细信息"
  },
  {
    "id": "mattermost.security_bulletin_read.error",
    "translation": "未能读取安全公告详细信息"
  },
  {
    "id": "mattermost.security_checks.debug",
    "translation": "检查 Mattermost 安全更新中"
  },
  {
    "id": "mattermost.security_info.error",
    "translation": "未能从 Mattermost 获得安全更新信息。"
  },
  {
    "id": "mattermost.send_bulletin.info",
    "translation": "发送安全公告从 %v 到 %v"
  },
  {
    "id": "mattermost.system_admins.error",
    "translation": "未能从Mattermost安全更新信息获取系统管理员。"
  },
  {
    "id": "mattermost.working_dir",
    "translation": "当前工作目录是 %v"
  },
  {
    "id": "model.access.is_valid.access_token.app_error",
    "translation": "无效的访问令牌"
  },
  {
    "id": "model.access.is_valid.client_id.app_error",
    "translation": "无效客户端id"
  },
  {
    "id": "model.access.is_valid.redirect_uri.app_error",
    "translation": "无效重定向uri"
  },
  {
    "id": "model.access.is_valid.refresh_token.app_error",
    "translation": "无效刷新令牌"
  },
  {
    "id": "model.access.is_valid.user_id.app_error",
    "translation": "无效用户id"
  },
  {
    "id": "model.authorize.is_valid.auth_code.app_error",
    "translation": "无效的授权码"
  },
  {
    "id": "model.authorize.is_valid.client_id.app_error",
    "translation": "无效客户端id"
  },
  {
    "id": "model.authorize.is_valid.create_at.app_error",
    "translation": "创建时必须有效时间"
  },
  {
    "id": "model.authorize.is_valid.expires.app_error",
    "translation": "过期必须设置"
  },
  {
    "id": "model.authorize.is_valid.redirect_uri.app_error",
    "translation": "无效重定向uri"
  },
  {
    "id": "model.authorize.is_valid.scope.app_error",
    "translation": "无效范围"
  },
  {
    "id": "model.authorize.is_valid.state.app_error",
    "translation": "无效状态"
  },
  {
    "id": "model.authorize.is_valid.user_id.app_error",
    "translation": "无效用户id"
  },
  {
    "id": "model.channel.is_valid.2_or_more.app_error",
    "translation": "名称必须是2个或以上的小写字母"
  },
  {
    "id": "model.channel.is_valid.create_at.app_error",
    "translation": "创建时必须是有效时间"
  },
  {
    "id": "model.channel.is_valid.creator_id.app_error",
    "translation": "无效创建者id"
  },
  {
    "id": "model.channel.is_valid.display_name.app_error",
    "translation": "无效显示名"
  },
  {
    "id": "model.channel.is_valid.header.app_error",
    "translation": "无效标题"
  },
  {
    "id": "model.channel.is_valid.id.app_error",
    "translation": "无效Id"
  },
  {
    "id": "model.channel.is_valid.name.app_error",
    "translation": "无效名称"
  },
  {
    "id": "model.channel.is_valid.purpose.app_error",
    "translation": "无效用途"
  },
  {
    "id": "model.channel.is_valid.type.app_error",
    "translation": "无效类型"
  },
  {
    "id": "model.channel.is_valid.update_at.app_error",
    "translation": "更新时必须是有效时间"
  },
  {
    "id": "model.channel_member.is_valid.channel_id.app_error",
    "translation": "无效的频道id"
  },
  {
    "id": "model.channel_member.is_valid.notify_level.app_error",
    "translation": "无效通知级别"
  },
  {
    "id": "model.channel_member.is_valid.role.app_error",
    "translation": "无效角色"
  },
  {
    "id": "model.channel_member.is_valid.unread_level.app_error",
    "translation": "无效的未读标记级别"
  },
  {
    "id": "model.channel_member.is_valid.user_id.app_error",
    "translation": "无效用户id"
  },
  {
    "id": "model.client.connecting.app_error",
    "translation": "在连接到服务器时,我们遇到了一个错误"
  },
  {
    "id": "model.client.create_emoji.emoji.app_error",
    "translation": "无法附加表情符号数据请求"
  },
  {
    "id": "model.client.create_emoji.image.app_error",
    "translation": "无法请求附加图像"
  },
  {
    "id": "model.client.create_emoji.writer.app_error",
    "translation": "无法写入请求"
  },
  {
    "id": "model.client.login.app_error",
    "translation": "认证令牌不匹配"
  },
  {
    "id": "model.client.read_file.app_error",
    "translation": "我们查找用户配置文件遇到了一个错误"
  },
  {
    "id": "model.command.is_valid.create_at.app_error",
    "translation": "创建时必须是有效时间"
  },
  {
    "id": "model.command.is_valid.description.app_error",
    "translation": "无效的描述"
  },
  {
    "id": "model.command.is_valid.display_name.app_error",
    "translation": "无效的显示名称"
  },
  {
    "id": "model.command.is_valid.id.app_error",
    "translation": "无效Id"
  },
  {
    "id": "model.command.is_valid.method.app_error",
    "translation": "无效方式"
  },
  {
    "id": "model.command.is_valid.team_id.app_error",
    "translation": "无效的团队 ID"
  },
  {
    "id": "model.command.is_valid.token.app_error",
    "translation": "无效的令牌"
  },
  {
    "id": "model.command.is_valid.trigger.app_error",
    "translation": "无效的触发"
  },
  {
    "id": "model.command.is_valid.update_at.app_error",
    "translation": "更新时必须是有效时间"
  },
  {
    "id": "model.command.is_valid.url.app_error",
    "translation": "无效的 URL"
  },
  {
    "id": "model.command.is_valid.url_http.app_error",
    "translation": "无效URL. URL必须以http:// or https://开头"
  },
  {
    "id": "model.command.is_valid.user_id.app_error",
    "translation": "无效用户id"
  },
  {
    "id": "model.compliance.is_valid.create_at.app_error",
    "translation": "创建时间必须为有效时间"
  },
  {
    "id": "model.compliance.is_valid.desc.app_error",
    "translation": "无效的描述"
  },
  {
    "id": "model.compliance.is_valid.end_at.app_error",
    "translation": "必须是一个有效时间"
  },
  {
    "id": "model.compliance.is_valid.id.app_error",
    "translation": "无效Id"
  },
  {
    "id": "model.compliance.is_valid.start_at.app_error",
    "translation": "必须来自一个有效的时间"
  },
  {
    "id": "model.compliance.is_valid.start_end_at.app_error",
    "translation": "必须比From参数大"
  },
  {
    "id": "model.config.is_valid.cluster_email_batching.app_error",
    "translation": "当机群启用时没法启动批量电子邮件。"
  },
  {
    "id": "model.config.is_valid.email_batching_buffer_size.app_error",
    "translation": "无效的批量电子邮件缓存大小设定。必须为零或者正整数。"
  },
  {
    "id": "model.config.is_valid.email_batching_interval.app_error",
    "translation": "无效的批量电子邮件间隔设定。必须至少30秒。"
  },
  {
    "id": "model.config.is_valid.email_reset_salt.app_error",
    "translation": "邮箱设定中无效的密码重置盐值。至少32位及以上字符。"
  },
  {
    "id": "model.config.is_valid.email_salt.app_error",
    "translation": "邮箱设定中无效的邀请盐值。至少32位及以上字符。"
  },
  {
    "id": "model.config.is_valid.email_security.app_error",
    "translation": "电子邮件设置的无效连接安全性.  必须 '', 'TLS', 或者 'STARTTLS'"
  },
  {
    "id": "model.config.is_valid.encrypt_sql.app_error",
    "translation": "无效的SQL加密秘钥设置。至少32位及以上字符。"
  },
  {
    "id": "model.config.is_valid.file_driver.app_error",
    "translation": "文件设置中驱动名无效。必须为 'local' 或 'amazons3'"
  },
  {
    "id": "model.config.is_valid.file_preview_height.app_error",
    "translation": "文件设置中文件预览高度无效。必须是0或者正整数。"
  },
  {
    "id": "model.config.is_valid.file_preview_width.app_error",
    "translation": "文件设置中文件预览宽度无效。必须是正整数。"
  },
  {
    "id": "model.config.is_valid.file_profile_height.app_error",
    "translation": "文件设置中个人档案高度无效。必须是正整数。"
  },
  {
    "id": "model.config.is_valid.file_profile_width.app_error",
    "translation": "文件设置中个人档案宽度无效。必须是正整数。"
  },
  {
    "id": "model.config.is_valid.file_salt.app_error",
    "translation": "文件设置中的公共链接盐无效。必须至少32位字符。"
  },
  {
    "id": "model.config.is_valid.file_thumb_height.app_error",
    "translation": "文件设置中无效的缩略图高度。必须是正数。"
  },
  {
    "id": "model.config.is_valid.file_thumb_width.app_error",
    "translation": "文件设置时缩略图宽度无效。必须是正数。"
  },
  {
    "id": "model.config.is_valid.ldap_basedn",
    "translation": "AD/LDAP 栏 \"BaseDN\" 为必须。"
  },
  {
    "id": "model.config.is_valid.ldap_bind_password",
    "translation": "AD/LDAP 栏 \"绑定密码\" 为必填。"
  },
  {
    "id": "model.config.is_valid.ldap_bind_username",
    "translation": "AD/LDAP 栏 \"绑定用户名\" 为必填。"
  },
  {
    "id": "model.config.is_valid.ldap_email",
    "translation": "AD/LDAP 栏 \"电子邮件\" 为必填。"
  },
  {
    "id": "model.config.is_valid.ldap_firstname",
    "translation": "AD/LDAP 栏 \"名\" 为必填。"
  },
  {
    "id": "model.config.is_valid.ldap_id",
    "translation": "AD/LDAP 栏 \"ID\" 为必填。"
  },
  {
    "id": "model.config.is_valid.ldap_lastname",
    "translation": "AD/LDAP 栏 \"姓氏\" 为必填。"
  },
  {
    "id": "model.config.is_valid.ldap_max_page_size.app_error",
    "translation": "无效的最大页面值。"
  },
  {
    "id": "model.config.is_valid.ldap_required.app_error",
    "translation": "缺少必需 AD/LDAP 栏。"
  },
  {
    "id": "model.config.is_valid.ldap_required.app_error",
    "translation": "缺少必需 AD/LDAP 栏。"
  },
  {
    "id": "model.config.is_valid.ldap_security.app_error",
    "translation": "无效的 AD/LDAP 安全连接设置,必须是\"TLS\"或者\"STARTTLS\""
  },
  {
    "id": "model.config.is_valid.ldap_server",
    "translation": "AD/LDAP 栏 \"AD/LDAP 服务器\" 为必填。"
  },
  {
    "id": "model.config.is_valid.ldap_sync_interval.app_error",
    "translation": "无效的同步间隔时间。同步时间必须至少一分钟。"
  },
  {
    "id": "model.config.is_valid.ldap_username",
    "translation": "AD/LDAP 栏 \"用户名\" 为必填。"
  },
  {
    "id": "model.config.is_valid.listen_address.app_error",
    "translation": "无效的服务设置时监听地址,必须设置此项。"
  },
  {
    "id": "model.config.is_valid.login_attempts.app_error",
    "translation": "无效的最大尝试登录数服务设置。必须是正整数。"
  },
  {
    "id": "model.config.is_valid.max_burst.app_error",
    "translation": "最大过载必须大于零。"
  },
  {
    "id": "model.config.is_valid.max_channels.app_error",
    "translation": "团队设置中频道最大用户数无效,必须是正整数。"
  },
  {
    "id": "model.config.is_valid.max_file_size.app_error",
    "translation": "文件设置中最大大小无效。必须是0或者正整数。"
  },
  {
    "id": "model.config.is_valid.max_notify_per_channel.app_error",
    "translation": "无效团队设置中每频道最大通知数。必须是正整数。"
  },
  {
    "id": "model.config.is_valid.max_users.app_error",
    "translation": "团队设置中每团队的最大用户数无效。必须是正整数。"
  },
  {
    "id": "model.config.is_valid.password_length.app_error",
    "translation": "最短密码长度必须为整数大于或等于 {{.MinLength}} 以及小于或等于 {{.MaxLength}}。"
  },
  {
    "id": "model.config.is_valid.password_length_max_min.app_error",
    "translation": "密码最大长度必须大于或等于最短长度。"
  },
  {
    "id": "model.config.is_valid.rate_mem.app_error",
    "translation": "用于速率的内存大小设置无效。必须是正整数"
  },
  {
    "id": "model.config.is_valid.rate_sec.app_error",
    "translation": "速率限制设置无效。必须是正整数"
  },
  {
    "id": "model.config.is_valid.read_timeout.app_error",
    "translation": "错误的读取超时值。"
  },
  {
    "id": "model.config.is_valid.restrict_direct_message.app_error",
    "translation": "无效的私信限制。必须为 'any' 或 'team'"
  },
  {
    "id": "model.config.is_valid.saml_assertion_consumer_service_url.app_error",
    "translation": "服务提供商登入网址必须为有效URL并且以 http:// 或 https:// 开头。"
  },
  {
    "id": "model.config.is_valid.saml_email_attribute.app_error",
    "translation": "无效的电子邮件属性。此属性必须设定。"
  },
  {
    "id": "model.config.is_valid.saml_idp_cert.app_error",
    "translation": "找不到身份识别提供商公开凭证。您忘了上传?"
  },
  {
    "id": "model.config.is_valid.saml_idp_descriptor_url.app_error",
    "translation": "身份提供商签发网址必须为有效URL并且以 http:// 或 https:// 开头。"
  },
  {
    "id": "model.config.is_valid.saml_idp_url.app_error",
    "translation": "SAML SSO网址必须为有效URL并且以 http:// 或 https:// 开头。"
  },
  {
    "id": "model.config.is_valid.saml_private_key.app_error",
    "translation": "找不到服务提供商私钥。您忘了上传?"
  },
  {
    "id": "model.config.is_valid.saml_public_cert.app_error",
    "translation": "找不到服务提供商公开凭证。您忘了上传?"
  },
  {
    "id": "model.config.is_valid.saml_username_attribute.app_error",
    "translation": "无效的用户名属性。此属性必须设定。"
  },
  {
    "id": "model.config.is_valid.site_url.app_error",
    "translation": "站点网址必须为有效URL并且以 http:// 或 https:// 开头"
  },
  {
    "id": "model.config.is_valid.site_url_email_batching.app_error",
    "translation": "当SiteURL未设置时没法启动批量电子邮件。"
  },
  {
    "id": "model.config.is_valid.sitename_length.app_error",
    "translation": "站点名必须小于或等于 {{.MaxLength}} 个字符。"
  },
  {
    "id": "model.config.is_valid.sql_data_src.app_error",
    "translation": "SQL 设置中的数据源无效。必须设定。"
  },
  {
    "id": "model.config.is_valid.sql_driver.app_error",
    "translation": "SQL 设置中的驱动名无效。必须是 'mysql' 或者 'postgres'"
  },
  {
    "id": "model.config.is_valid.sql_idle.app_error",
    "translation": "SQL 设置中的最大的空闲连接数无效。必须是正整数。"
  },
  {
    "id": "model.config.is_valid.sql_max_conn.app_error",
    "translation": "SQL 设置中最大开启连接数无效。必须是正整数。"
  },
  {
    "id": "model.config.is_valid.time_between_user_typing.app_error",
    "translation": "用户键入更新间隔不应设置为小于1000毫秒。"
  },
  {
    "id": "model.config.is_valid.webrtc_gateway_admin_secret.app_error",
    "translation": "WebRTC 网关管理密码必须设定。"
  },
  {
    "id": "model.config.is_valid.webrtc_gateway_admin_url.app_error",
    "translation": "WebRTC 网关管理网址必须时有效的网址并且以 http:// 或 https:// 开头。"
  },
  {
    "id": "model.config.is_valid.webrtc_gateway_ws_url.app_error",
    "translation": "WebRTC 网关 Websocket 网址必须是有效的网址并且以 ws:// 或 wss:// 开头。"
  },
  {
    "id": "model.config.is_valid.webrtc_stun_uri.app_error",
    "translation": "WebRTC STUN URI 必须为有效的 URL 并且以 stun: 开头"
  },
  {
    "id": "model.config.is_valid.webrtc_turn_shared_key.app_error",
    "translation": "如果已设 TURN 网址则 WebRTC TURN 共享密钥不能留空。"
  },
  {
    "id": "model.config.is_valid.webrtc_turn_uri.app_error",
    "translation": "WebRTC TURN 网址必须时有效的网址并且以 turn: 开头"
  },
  {
    "id": "model.config.is_valid.webrtc_turn_username.app_error",
    "translation": "如果已设 TURN 网址则 WebRTC TURN 用户名不能留空。"
  },
  {
    "id": "model.config.is_valid.webserver_security.app_error",
    "translation": "错误的网页服务器连接安全值。"
  },
  {
    "id": "model.config.is_valid.write_timeout.app_error",
    "translation": "错误的写入超时值。"
  },
  {
    "id": "model.emoji.create_at.app_error",
    "translation": "创建日期必须为效时间"
  },
  {
    "id": "model.emoji.creator_id.app_error",
    "translation": "无效创建者id"
  },
  {
    "id": "model.emoji.id.app_error",
    "translation": "无效的表情符 ID"
  },
  {
    "id": "model.emoji.name.app_error",
    "translation": "名称必须在1至64个的小写英文数字"
  },
  {
    "id": "model.emoji.update_at.app_error",
    "translation": "更新时必须是有效时间"
  },
  {
    "id": "model.file_info.get.gif.app_error",
    "translation": "不能解码gif。"
  },
  {
    "id": "model.incoming_hook.channel_id.app_error",
    "translation": "无效的频道id"
  },
  {
    "id": "model.incoming_hook.create_at.app_error",
    "translation": "创建时必须是有效时间"
  },
  {
    "id": "model.incoming_hook.description.app_error",
    "translation": "无效描述"
  },
  {
    "id": "model.incoming_hook.display_name.app_error",
    "translation": "无效显示名"
  },
  {
    "id": "model.incoming_hook.id.app_error",
    "translation": "无效Id"
  },
  {
    "id": "model.incoming_hook.team_id.app_error",
    "translation": "无效的团队 ID"
  },
  {
    "id": "model.incoming_hook.update_at.app_error",
    "translation": "更新时必须是有效时间"
  },
  {
    "id": "model.incoming_hook.user_id.app_error",
    "translation": "无效用户id"
  },
  {
    "id": "model.oauth.is_valid.app_id.app_error",
    "translation": "无效应用 id"
  },
  {
    "id": "model.oauth.is_valid.callback.app_error",
    "translation": "回调网址必须为有效URL并且以 http:// 或 https:// 开头。"
  },
  {
    "id": "model.oauth.is_valid.client_secret.app_error",
    "translation": "无效客户端秘钥"
  },
  {
    "id": "model.oauth.is_valid.create_at.app_error",
    "translation": "创建时必须是有效时间"
  },
  {
    "id": "model.oauth.is_valid.creator_id.app_error",
    "translation": "无效创建者id"
  },
  {
    "id": "model.oauth.is_valid.description.app_error",
    "translation": "无效描述"
  },
  {
    "id": "model.oauth.is_valid.homepage.app_error",
    "translation": "首页网址必须为有效URL并且以 http:// 或 https:// 开头。"
  },
  {
    "id": "model.oauth.is_valid.icon_url.app_error",
    "translation": "图标网址必须为有效URL并且以 http:// 或 https:// 开头。"
  },
  {
    "id": "model.oauth.is_valid.name.app_error",
    "translation": "无效名称"
  },
  {
    "id": "model.oauth.is_valid.update_at.app_error",
    "translation": "更新时必须是有效时间"
  },
  {
    "id": "model.outgoing_hook.is_valid.callback.app_error",
    "translation": "无效的回调网址"
  },
  {
    "id": "model.outgoing_hook.is_valid.channel_id.app_error",
    "translation": "无效的频道id"
  },
  {
    "id": "model.outgoing_hook.is_valid.create_at.app_error",
    "translation": "创建时必须是有效时间"
  },
  {
    "id": "model.outgoing_hook.is_valid.description.app_error",
    "translation": "无效描述"
  },
  {
    "id": "model.outgoing_hook.is_valid.display_name.app_error",
    "translation": "无效显示名"
  },
  {
    "id": "model.outgoing_hook.is_valid.id.app_error",
    "translation": "无效Id"
  },
  {
    "id": "model.outgoing_hook.is_valid.team_id.app_error",
    "translation": "无效的团队 ID"
  },
  {
    "id": "model.outgoing_hook.is_valid.token.app_error",
    "translation": "无效的令牌"
  },
  {
    "id": "model.outgoing_hook.is_valid.trigger_words.app_error",
    "translation": "无效的触发关键词"
  },
  {
    "id": "model.outgoing_hook.is_valid.update_at.app_error",
    "translation": "更新时必须是有效时间"
  },
  {
    "id": "model.outgoing_hook.is_valid.url.app_error",
    "translation": "无效回调urls. 正确的URL必须是以http:// 或者 https://开始"
  },
  {
    "id": "model.outgoing_hook.is_valid.user_id.app_error",
    "translation": "无效用户id"
  },
  {
    "id": "model.outgoing_hook.is_valid.words.app_error",
    "translation": "无效的触发关键词"
  },
  {
    "id": "model.post.is_valid.channel_id.app_error",
    "translation": "无效的频道id"
  },
  {
    "id": "model.post.is_valid.create_at.app_error",
    "translation": "创建时必须是有效时间"
  },
  {
    "id": "model.post.is_valid.file_ids.app_error",
    "translation": "无效文件 id"
  },
  {
    "id": "model.post.is_valid.filenames.app_error",
    "translation": "无效文件名"
  },
  {
    "id": "model.post.is_valid.hashtags.app_error",
    "translation": "无效标签"
  },
  {
    "id": "model.post.is_valid.id.app_error",
    "translation": "无效Id"
  },
  {
    "id": "model.post.is_valid.msg.app_error",
    "translation": "无效消息"
  },
  {
    "id": "model.post.is_valid.original_id.app_error",
    "translation": "无效原始id"
  },
  {
    "id": "model.post.is_valid.parent_id.app_error",
    "translation": "无效父id"
  },
  {
    "id": "model.post.is_valid.props.app_error",
    "translation": "无效属性"
  },
  {
    "id": "model.post.is_valid.root_id.app_error",
    "translation": "无效根id"
  },
  {
    "id": "model.post.is_valid.root_parent.app_error",
    "translation": "如果父 ID 已设置则必须设置无效根 ID"
  },
  {
    "id": "model.post.is_valid.type.app_error",
    "translation": "无效类型"
  },
  {
    "id": "model.post.is_valid.update_at.app_error",
    "translation": "更新时必须是有效时间"
  },
  {
    "id": "model.post.is_valid.user_id.app_error",
    "translation": "无效用户id"
  },
  {
    "id": "model.preference.is_valid.category.app_error",
    "translation": "无效分类"
  },
  {
    "id": "model.preference.is_valid.id.app_error",
    "translation": "无效用户id"
  },
  {
    "id": "model.preference.is_valid.name.app_error",
    "translation": "无效名称"
  },
  {
    "id": "model.preference.is_valid.theme.app_error",
    "translation": "无效主题"
  },
  {
    "id": "model.preference.is_valid.value.app_error",
    "translation": "值过长"
  },
  {
    "id": "model.reaction.is_valid.create_at.app_error",
    "translation": "创建时必须是有效时间"
  },
  {
    "id": "model.reaction.is_valid.emoji_name.app_error",
    "translation": "无效的表情符名"
  },
  {
    "id": "model.reaction.is_valid.post_id.app_error",
    "translation": "无效消息id"
  },
  {
    "id": "model.reaction.is_valid.user_id.app_error",
    "translation": "无效用户id"
  },
  {
    "id": "model.team.is_valid.characters.app_error",
    "translation": "名称必须是2个或以上的小写字母"
  },
  {
    "id": "model.team.is_valid.company.app_error",
    "translation": "无效的公司名"
  },
  {
    "id": "model.team.is_valid.create_at.app_error",
    "translation": "创建时必须是有效时间"
  },
  {
    "id": "model.team.is_valid.description.app_error",
    "translation": "无效的描述"
  },
  {
    "id": "model.team.is_valid.domains.app_error",
    "translation": "无效允许域"
  },
  {
    "id": "model.team.is_valid.email.app_error",
    "translation": "无效邮箱"
  },
  {
    "id": "model.team.is_valid.id.app_error",
    "translation": "无效Id"
  },
  {
    "id": "model.team.is_valid.name.app_error",
    "translation": "无效名称"
  },
  {
    "id": "model.team.is_valid.reserved.app_error",
    "translation": "这个网址是不可用。请尝试另一个。"
  },
  {
    "id": "model.team.is_valid.type.app_error",
    "translation": "无效类型"
  },
  {
    "id": "model.team.is_valid.update_at.app_error",
    "translation": "更新时必须是有效时间"
  },
  {
    "id": "model.team.is_valid.url.app_error",
    "translation": "无效的网址标识"
  },
  {
    "id": "model.team_member.is_valid.role.app_error",
    "translation": "无效角色"
  },
  {
    "id": "model.team_member.is_valid.team_id.app_error",
    "translation": "无效的团队 ID"
  },
  {
    "id": "model.team_member.is_valid.user_id.app_error",
    "translation": "无效用户id"
  },
  {
    "id": "model.user.is_valid.auth_data.app_error",
    "translation": "无效的认证数据"
  },
  {
    "id": "model.user.is_valid.auth_data_pwd.app_error",
    "translation": "无效的用户名,密码和验证数据不能都设置"
  },
  {
    "id": "model.user.is_valid.auth_data_type.app_error",
    "translation": "无效的用户,认证数据必须设置认证类型"
  },
  {
    "id": "model.user.is_valid.create_at.app_error",
    "translation": "创建时必须是有效时间"
  },
  {
    "id": "model.user.is_valid.email.app_error",
    "translation": "无效邮箱"
  },
  {
    "id": "model.user.is_valid.first_name.app_error",
    "translation": "无效的名字"
  },
  {
    "id": "model.user.is_valid.id.app_error",
    "translation": "无效用户id"
  },
  {
    "id": "model.user.is_valid.last_name.app_error",
    "translation": "无效的姓氏"
  },
  {
    "id": "model.user.is_valid.nickname.app_error",
    "translation": "无效的昵称"
  },
  {
    "id": "model.user.is_valid.position.app_error",
    "translation": "无效位置:不能超过 35 个字符。"
  },
  {
    "id": "model.user.is_valid.pwd.app_error",
    "translation": "你的密码需要至少 {{.Min}} 字符。"
  },
  {
    "id": "model.user.is_valid.pwd_lowercase.app_error",
    "translation": "您的密码必须包含至少 {{.Min}} 字符元且至少有一个小写字母。"
  },
  {
    "id": "model.user.is_valid.pwd_lowercase_number.app_error",
    "translation": "您的密码必须包含至少 {{.Min}} 个字符且至少有一个小写字母以及一个数字。"
  },
  {
    "id": "model.user.is_valid.pwd_lowercase_number_symbol.app_error",
    "translation": "您的密码必须包含至少 {{.Min}} 个字符且至少有一个小写字母,一个数字,以及一个符号(如\"~!@#$%^&*()\")。"
  },
  {
    "id": "model.user.is_valid.pwd_lowercase_symbol.app_error",
    "translation": "您的密码必须包含至少 {{.Min}} 个字符且至少有一个小写字母以及一个符号(如\"~!@#$%^&*()\")。"
  },
  {
    "id": "model.user.is_valid.pwd_lowercase_uppercase.app_error",
    "translation": "您的密码必须包含至少 {{.Min}} 个字符且至少有一个小写字母以及一个大写字母。"
  },
  {
    "id": "model.user.is_valid.pwd_lowercase_uppercase_number.app_error",
    "translation": "您的密码必须包含至少 {{.Min}} 个字符且至少有一个小写字母,一个大写字母,以及一个数字。"
  },
  {
    "id": "model.user.is_valid.pwd_lowercase_uppercase_number_symbol.app_error",
    "translation": "您的密码必须包含至少 {{.Min}} 个字符且至少有一个小写字母,一个大写字母,一个数字,以及一个符号(如\"~!@#$%^&*()\")。"
  },
  {
    "id": "model.user.is_valid.pwd_lowercase_uppercase_symbol.app_error",
    "translation": "您的密码必须包含至少 {{.Min}} 个字符且至少有一个小写字母,一个大写字母,以及一个符号(如\"~!@#$%^&*()\")。"
  },
  {
    "id": "model.user.is_valid.pwd_number.app_error",
    "translation": "您的密码必须包含至少 {{.Min}} 个字符且至少有一个数字。"
  },
  {
    "id": "model.user.is_valid.pwd_number_symbol.app_error",
    "translation": "您的密码必须包含至少 {{.Min}} 个字符且至少有一个数字以及一个符号(如\"~!@#$%^&*()\")。"
  },
  {
    "id": "model.user.is_valid.pwd_symbol.app_error",
    "translation": "您的密码必须包含至少 {{.Min}} 个字符且至少有一个符号(如\"~!@#$%^&*()\")。"
  },
  {
    "id": "model.user.is_valid.pwd_uppercase.app_error",
    "translation": "您的密码必须包含至少 {{.Min}} 个字符且至少有一个大写字母。"
  },
  {
    "id": "model.user.is_valid.pwd_uppercase_number.app_error",
    "translation": "您的密码必须包含至少 {{.Min}} 个字符且至少有一个大写字母以及一个数字。"
  },
  {
    "id": "model.user.is_valid.pwd_uppercase_number_symbol.app_error",
    "translation": "您的密码必须包含至少 {{.Min}} 个字符且至少有一个大写字母,一个数字,以及一个符号(如\"~!@#$%^&*()\")。"
  },
  {
    "id": "model.user.is_valid.pwd_uppercase_symbol.app_error",
    "translation": "您的密码必须包含至少 {{.Min}} 个字元且至少有一个大写字母以及一个符号(如\"~!@#$%^&*()\")。"
  },
  {
    "id": "model.user.is_valid.team_id.app_error",
    "translation": "无效的团队 ID"
  },
  {
    "id": "model.user.is_valid.update_at.app_error",
    "translation": "更新时必须是有效时间"
  },
  {
    "id": "model.user.is_valid.username.app_error",
    "translation": "无效用户名"
  },
  {
    "id": "model.utils.decode_json.app_error",
    "translation": "无法解码"
  },
  {
    "id": "store.sql.alter_column_type.critical",
    "translation": "栏目类型%v修改失败"
  },
  {
    "id": "store.sql.check_index.critical",
    "translation": "检查索引失败 %v"
  },
  {
    "id": "store.sql.closing.info",
    "translation": "关闭 SqlStore"
  },
  {
    "id": "store.sql.column_exists.critical",
    "translation": "未能检查列是否存在 %v"
  },
  {
    "id": "store.sql.column_exists_missing_driver.critical",
    "translation": "未能检查因为缺少驱动程序列是否存在"
  },
  {
    "id": "store.sql.convert_encrypt_string_map",
    "translation": "来自数据库:不能从 EncryptStringMap 转换到 *string"
  },
  {
    "id": "store.sql.convert_string_array",
    "translation": "来自数据库:不能从 StringArray 转换到 *string"
  },
  {
    "id": "store.sql.convert_string_interface",
    "translation": "来自数据库:不能从 StringInterface 转换到 *string"
  },
  {
    "id": "store.sql.convert_string_map",
    "translation": "来自数据库:不能从 StringMap 转换到 *string"
  },
  {
    "id": "store.sql.create_column.critical",
    "translation": "创建列 %v 失败"
  },
  {
    "id": "store.sql.create_column_missing_driver.critical",
    "translation": "未能创建列,因为缺少驱动程序"
  },
  {
    "id": "store.sql.create_index.critical",
    "translation": "创建索引失败 %v"
  },
  {
    "id": "store.sql.create_index_missing_driver.critical",
    "translation": "未能创建索引,因为缺少驱动程序"
  },
  {
    "id": "store.sql.creating_tables.critical",
    "translation": "创建数据库表出错:%v"
  },
  {
    "id": "store.sql.dialect_driver.critical",
    "translation": "创建方言专用驱动程序失败"
  },
  {
    "id": "store.sql.dialect_driver.panic",
    "translation": "创建方言专用驱动程序失败 %v"
  },
  {
    "id": "store.sql.drop_column.critical",
    "translation": "未能删除列 %v"
  },
  {
    "id": "store.sql.incorrect_mac",
    "translation": "对于给定的密文不正确的MAC"
  },
  {
    "id": "store.sql.maxlength_column.critical",
    "translation": "未能获取列的最大长度%v"
  },
  {
    "id": "store.sql.open_conn.critical",
    "translation": "打开数据库连接失败 err:%v"
  },
  {
    "id": "store.sql.open_conn.panic",
    "translation": "打开数据库连接失败 %v"
  },
  {
    "id": "store.sql.ping.critical",
    "translation": "ping 数据库失败 err:%v"
  },
  {
    "id": "store.sql.pinging.info",
    "translation": "Pinging sql %v 数据库"
  },
  {
    "id": "store.sql.read_replicas_not_licensed.critical",
    "translation": "当前许可证禁止大于1个读取复制。请联系您的系统管理员关于升级您的企业许可证。"
  },
  {
    "id": "store.sql.remove_index.critical",
    "translation": "删除索引 %v 失败"
  },
  {
    "id": "store.sql.rename_column.critical",
    "translation": "列重命名失败 %v"
  },
  {
    "id": "store.sql.schema_out_of_date.warn",
    "translation": "数据库结构版本 %v 似乎过旧"
  },
  {
    "id": "store.sql.schema_set.info",
    "translation": "数据库结构版本设为 %v"
  },
  {
    "id": "store.sql.schema_upgrade_attempt.warn",
    "translation": "试图将数据库结构版本升级到 %v"
  },
  {
    "id": "store.sql.schema_version.critical",
    "translation": "数据库结构版本 %v 不能升级。你不能跳过一个版本。"
  },
  {
    "id": "store.sql.short_ciphertext",
    "translation": "短密文"
  },
  {
    "id": "store.sql.table_column_type.critical",
    "translation": "未能获得列的数据类型 %s 从表 %s: %v"
  },
  {
    "id": "store.sql.table_exists.critical",
    "translation": "未能检查表是否存在 %v"
  },
  {
    "id": "store.sql.too_short_ciphertext",
    "translation": "密文太短"
  },
  {
    "id": "store.sql.upgraded.warn",
    "translation": "数据库模式版本已经升级到 %v"
  },
  {
    "id": "store.sql_audit.get.finding.app_error",
    "translation": "我们查找审计时遇到一个错误"
  },
  {
    "id": "store.sql_audit.get.limit.app_error",
    "translation": "已达到分页限制"
  },
  {
    "id": "store.sql_audit.permanent_delete_by_user.app_error",
    "translation": "我们删除审核时遇到了一个错误"
  },
  {
    "id": "store.sql_audit.save.saving.app_error",
    "translation": "我们保持审核时出错"
  },
  {
    "id": "store.sql_channel.analytics_type_count.app_error",
    "translation": "我们无法获取频道类型数"
  },
  {
    "id": "store.sql_channel.check_open_channel_permissions.app_error",
    "translation": "我们不能检查权限"
  },
  {
    "id": "store.sql_channel.check_permissions.app_error",
    "translation": "我们不能检查权限"
  },
  {
    "id": "store.sql_channel.check_permissions_by_name.app_error",
    "translation": "我们不能检查权限"
  },
  {
    "id": "store.sql_channel.delete.channel.app_error",
    "translation": "我们无法删除频道"
  },
  {
    "id": "store.sql_channel.extra_updated.app_error",
    "translation": "更新成员上次更新时间出现问题"
  },
  {
    "id": "store.sql_channel.get.existing.app_error",
    "translation": "我们找不到现有的频道"
  },
  {
    "id": "store.sql_channel.get.find.app_error",
    "translation": "我们查找该频道时遇到了一个错误"
  },
  {
    "id": "store.sql_channel.get_all.app_error",
    "translation": "我们无法获取所有的频道"
  },
  {
    "id": "store.sql_channel.get_by_name.existing.app_error",
    "translation": "找不到现有的频道"
  },
  {
    "id": "store.sql_channel.get_by_name.missing.app_error",
    "translation": "频道不存在"
  },
  {
    "id": "store.sql_channel.get_channel_counts.get.app_error",
    "translation": "我们无法获取频道数"
  },
  {
    "id": "store.sql_channel.get_channels.get.app_error",
    "translation": "我们无法获取频道"
  },
  {
    "id": "store.sql_channel.get_channels.not_found.app_error",
    "translation": "没有找到频道"
  },
  {
    "id": "store.sql_channel.get_deleted_by_name.existing.app_error",
    "translation": "我们找不到存在的已删除频道"
  },
  {
    "id": "store.sql_channel.get_deleted_by_name.missing.app_error",
    "translation": "没有用于此名的已删频道"
  },
  {
    "id": "store.sql_channel.get_extra_members.app_error",
    "translation": "我们无法获得额外的信息频道成员"
  },
  {
    "id": "store.sql_channel.get_for_post.app_error",
    "translation": "我们无法从提供的信息获得频道"
  },
  {
    "id": "store.sql_channel.get_member.app_error",
    "translation": "我们无法获得该频道成员"
  },
  {
    "id": "store.sql_channel.get_member.missing.app_error",
    "translation": "无法找到与此用户id和频道id相关联的频道成员"
  },
  {
    "id": "store.sql_channel.get_member_count.app_error",
    "translation": "我们无法获得该频道成员数"
  },
  {
    "id": "store.sql_channel.get_member_for_post.app_error",
    "translation": "我们无法从提供的信息获得频道成员"
  },
  {
    "id": "store.sql_channel.get_members.app_error",
    "translation": "我们无法获得该频道成员"
  },
  {
    "id": "store.sql_channel.get_members_by_ids.app_error",
    "translation": "我们无法获得频道成员"
  },
  {
    "id": "store.sql_channel.get_more_channels.get.app_error",
    "translation": "我们无法获得该频道"
  },
  {
    "id": "store.sql_channel.increment_mention_count.app_error",
    "translation": "我们不能增加提及数"
  },
  {
    "id": "store.sql_channel.permanent_delete.app_error",
    "translation": "我们无法删除这个频道"
  },
  {
    "id": "store.sql_channel.permanent_delete_by_team.app_error",
    "translation": "我们无法删除频道"
  },
  {
    "id": "store.sql_channel.permanent_delete_members_by_user.app_error",
    "translation": "我们无法删除频道成员"
  },
  {
    "id": "store.sql_channel.remove_member.app_error",
    "translation": "我们无法删除频道成员"
  },
  {
    "id": "store.sql_channel.save.commit_transaction.app_error",
    "translation": "不能提交事务"
  },
  {
    "id": "store.sql_channel.save.direct_channel.app_error",
    "translation": "使用 SaveDirectChannel 创建私聊频道"
  },
  {
    "id": "store.sql_channel.save.open_transaction.app_error",
    "translation": "不能打开事务"
  },
  {
    "id": "store.sql_channel.save_channel.current_count.app_error",
    "translation": "获取当前频道数失败"
  },
  {
    "id": "store.sql_channel.save_channel.existing.app_error",
    "translation": "必须对现有的频道执行更新"
  },
  {
    "id": "store.sql_channel.save_channel.exists.app_error",
    "translation": "频道名称在团队中已存在"
  },
  {
    "id": "store.sql_channel.save_channel.limit.app_error",
    "translation": "您已经达到了允许的频道数量上限。"
  },
  {
    "id": "store.sql_channel.save_channel.previously.app_error",
    "translation": "先前已创建使用该 URL 的频道"
  },
  {
    "id": "store.sql_channel.save_channel.save.app_error",
    "translation": "我们无法保存该频道"
  },
  {
    "id": "store.sql_channel.save_direct_channel.add_members.app_error",
    "translation": "不能添加私聊频道成员"
  },
  {
    "id": "store.sql_channel.save_direct_channel.commit.app_error",
    "translation": "不能提交事务"
  },
  {
    "id": "store.sql_channel.save_direct_channel.not_direct.app_error",
    "translation": "不能试图用SaveDirectChannel创建私聊频道"
  },
  {
    "id": "store.sql_channel.save_direct_channel.open_transaction.app_error",
    "translation": "不能开启事务"
  },
  {
    "id": "store.sql_channel.save_member.commit_transaction.app_error",
    "translation": "不能提交事务"
  },
  {
    "id": "store.sql_channel.save_member.exists.app_error",
    "translation": "该频道已存在拥有此 ID 的成员"
  },
  {
    "id": "store.sql_channel.save_member.open_transaction.app_error",
    "translation": "不能开启事务"
  },
  {
    "id": "store.sql_channel.save_member.save.app_error",
    "translation": "我们无法保存这个频道成员"
  },
  {
    "id": "store.sql_channel.search.app_error",
    "translation": "我们搜索频道时遇到错误"
  },
  {
    "id": "store.sql_channel.set_last_viewed_at.app_error",
    "translation": "我们不能更新最后查看时间"
  },
  {
    "id": "store.sql_channel.update.app_error",
    "translation": "我们无法更新这个频道"
  },
  {
    "id": "store.sql_channel.update.exists.app_error",
    "translation": "已存在使用该识别名的频道"
  },
  {
    "id": "store.sql_channel.update.previously.app_error",
    "translation": "先前已创建过使用该识别名的频道"
  },
  {
    "id": "store.sql_channel.update.updating.app_error",
    "translation": "我们无法更新这个频道"
  },
  {
    "id": "store.sql_channel.update_last_viewed_at.app_error",
    "translation": "我们不能更新最后查看时间"
  },
  {
    "id": "store.sql_channel.update_member.app_error",
    "translation": "我们更新频道成员遇到了一个错误"
  },
  {
    "id": "store.sql_command.analytics_command_count.app_error",
    "translation": "我们无法计算指令数量"
  },
  {
    "id": "store.sql_command.save.delete.app_error",
    "translation": "我们无法删除命令"
  },
  {
    "id": "store.sql_command.save.delete_perm.app_error",
    "translation": "我们无法删除命令"
  },
  {
    "id": "store.sql_command.save.get.app_error",
    "translation": "我们无法获取这个命令"
  },
  {
    "id": "store.sql_command.save.get_team.app_error",
    "translation": "我们无法获取这个命令"
  },
  {
    "id": "store.sql_command.save.saving.app_error",
    "translation": "我们无法保存这个命令"
  },
  {
    "id": "store.sql_command.save.saving_overwrite.app_error",
    "translation": "您不能覆盖一个已存在的命令"
  },
  {
    "id": "store.sql_command.save.update.app_error",
    "translation": "我们无法更新这个命令"
  },
  {
    "id": "store.sql_compliance.get.finding.app_error",
    "translation": "我们获取合规报告时遇到错误"
  },
  {
    "id": "store.sql_compliance.save.saving.app_error",
    "translation": "我们保存合规报告时遇到错误"
  },
  {
    "id": "store.sql_emoji.delete.app_error",
    "translation": "我们无法删除此表情符"
  },
  {
    "id": "store.sql_emoji.delete.no_results",
    "translation": "找不到要删除的表情符号"
  },
  {
    "id": "store.sql_emoji.get.app_error",
    "translation": "我们无法获取此表情符"
  },
  {
    "id": "store.sql_emoji.get_all.app_error",
    "translation": "我们无法获取此表情符"
  },
  {
    "id": "store.sql_emoji.get_by_name.app_error",
    "translation": "我们无法获取此表情符"
  },
  {
    "id": "store.sql_emoji.save.app_error",
    "translation": "我们无法保存此表情符"
  },
  {
    "id": "store.sql_file_info.attach_to_post.app_error",
    "translation": "我们没法附文件信息到信息"
  },
  {
    "id": "store.sql_file_info.delete_for_post.app_error",
    "translation": "我们没法从信息删除文件信息"
  },
  {
    "id": "store.sql_file_info.get.app_error",
    "translation": "我们无法获取文件信息"
  },
  {
    "id": "store.sql_file_info.get_by_path.app_error",
    "translation": "我们无法从路径获取文件信息"
  },
  {
    "id": "store.sql_file_info.get_for_post.app_error",
    "translation": "我们没法从信息获取文件信息"
  },
  {
    "id": "store.sql_file_info.save.app_error",
    "translation": "我们无法保存文件信息"
  },
  {
    "id": "store.sql_license.get.app_error",
    "translation": "我们获取许可证时出现一个错误"
  },
  {
    "id": "store.sql_license.get.missing.app_error",
    "translation": "许可证ID未找到"
  },
  {
    "id": "store.sql_license.save.app_error",
    "translation": "我们保存许可证时出现一个错误"
  },
  {
    "id": "store.sql_oauth.delete.commit_transaction.app_error",
    "translation": "无法提交事务"
  },
  {
    "id": "store.sql_oauth.delete.open_transaction.app_error",
    "translation": "无法开启删除 OAuth2 应用事物"
  },
  {
    "id": "store.sql_oauth.delete.rollback_transaction.app_error",
    "translation": "无法回滚删除 OAuth2 应用事物"
  },
  {
    "id": "store.sql_oauth.delete_app.app_error",
    "translation": "删除 OAuth2 应用时遇到错误"
  },
  {
    "id": "store.sql_oauth.get_access_data.app_error",
    "translation": "我们查找访问令牌时遇到一个错误"
  },
  {
    "id": "store.sql_oauth.get_access_data_by_user_for_app.app_error",
    "translation": "我们查找访问令牌时遇到一个错误"
  },
  {
    "id": "store.sql_oauth.get_app.find.app_error",
    "translation": "我们无法查找请求的应用"
  },
  {
    "id": "store.sql_oauth.get_app.finding.app_error",
    "translation": "我们查找这个app出现错误"
  },
  {
    "id": "store.sql_oauth.get_app_by_user.find.app_error",
    "translation": "我们无法查找一些存在的apps"
  },
  {
    "id": "store.sql_oauth.get_apps.find.app_error",
    "translation": "寻找 OAuth2 应用时遇到错误"
  },
  {
    "id": "store.sql_oauth.get_auth_data.find.app_error",
    "translation": "我们找不到现有的授权码"
  },
  {
    "id": "store.sql_oauth.get_auth_data.finding.app_error",
    "translation": "我们查找授权码遇到了一个错误"
  },
  {
    "id": "store.sql_oauth.get_previous_access_data.app_error",
    "translation": "我们查找访问令牌时遇到一个错误"
  },
  {
    "id": "store.sql_oauth.permanent_delete_auth_data_by_user.app_error",
    "translation": "我们无法删除授权码"
  },
  {
    "id": "store.sql_oauth.remove_access_data.app_error",
    "translation": "我们无法删除这个访问令牌"
  },
  {
    "id": "store.sql_oauth.remove_auth_data.app_error",
    "translation": "我们无法删除授权码"
  },
  {
    "id": "store.sql_oauth.save_access_data.app_error",
    "translation": "我们无法保存这个访问令牌。"
  },
  {
    "id": "store.sql_oauth.save_app.existing.app_error",
    "translation": "必须对现有的应用执行更新"
  },
  {
    "id": "store.sql_oauth.save_app.save.app_error",
    "translation": "我们不能保存这个应用。"
  },
  {
    "id": "store.sql_oauth.save_auth_data.app_error",
    "translation": "我们无法保存授权码。"
  },
  {
    "id": "store.sql_oauth.update_access_data.app_error",
    "translation": "我们更新访问令牌时遇到一个错误"
  },
  {
    "id": "store.sql_oauth.update_app.find.app_error",
    "translation": "我们找不到现有的app更新"
  },
  {
    "id": "store.sql_oauth.update_app.finding.app_error",
    "translation": "我们查找app遇到了一个错误"
  },
  {
    "id": "store.sql_oauth.update_app.update.app_error",
    "translation": "我们不能更新这个app"
  },
  {
    "id": "store.sql_oauth.update_app.updating.app_error",
    "translation": "我们更新这个app出现一个错误"
  },
  {
    "id": "store.sql_post.analytics_posts_count.app_error",
    "translation": "我们无法获取邮件数"
  },
  {
    "id": "store.sql_post.analytics_posts_count_by_day.app_error",
    "translation": "我们无法通过天获取邮件数"
  },
  {
    "id": "store.sql_post.analytics_user_counts_posts_by_day.app_error",
    "translation": "我们无法通过邮件获取用户数"
  },
  {
    "id": "store.sql_post.delete.app_error",
    "translation": "我们不能删除这个邮件"
  },
  {
    "id": "store.sql_post.get.app_error",
    "translation": "我们无法获取这个邮件"
  },
  {
    "id": "store.sql_post.get_parents_posts.app_error",
    "translation": "我们无法获取这个频道的父信息"
  },
  {
    "id": "store.sql_post.get_posts.app_error",
    "translation": "分页限制"
  },
  {
    "id": "store.sql_post.get_posts_around.get.app_error",
    "translation": "我们无法获取这个频道的信息"
  },
  {
    "id": "store.sql_post.get_posts_around.get_parent.app_error",
    "translation": "我们无法获取这个频道的父信息"
  },
  {
    "id": "store.sql_post.get_posts_since.app_error",
    "translation": "我们无法获取这个频道的信息"
  },
  {
    "id": "store.sql_post.get_root_posts.app_error",
    "translation": "我们无法获取这个频道的信息"
  },
  {
    "id": "store.sql_post.permanent_delete.app_error",
    "translation": "我们无法删除这个邮件"
  },
  {
    "id": "store.sql_post.permanent_delete_all_comments_by_user.app_error",
    "translation": "我们不能删除用户的评论"
  },
  {
    "id": "store.sql_post.permanent_delete_by_channel.app_error",
    "translation": "我们无法在频道中删除这些消息"
  },
  {
    "id": "store.sql_post.permanent_delete_by_user.app_error",
    "translation": "我们不能为用户选择要删除的信息"
  },
  {
    "id": "store.sql_post.permanent_delete_by_user.too_many.app_error",
    "translation": "我们不能为用户选择要删除的信息(数量太多),请重新运行"
  },
  {
    "id": "store.sql_post.save.app_error",
    "translation": "我们无法保存这个邮件"
  },
  {
    "id": "store.sql_post.save.existing.app_error",
    "translation": "您不能更新一个村庄的邮件"
  },
  {
    "id": "store.sql_post.search.app_error",
    "translation": "我们在搜索邮件时出现一个错误"
  },
  {
    "id": "store.sql_post.update.app_error",
    "translation": "我们不能更新这个邮件"
  },
  {
    "id": "store.sql_preference.delete.app_error",
    "translation": "我们删除偏好设置时出现错误"
  },
  {
    "id": "store.sql_preference.delete_unused_features.debug",
    "translation": "删除任何未使用的预发行功能"
  },
  {
    "id": "store.sql_preference.get.app_error",
    "translation": "我们在查找偏好设置时遇到了一个错误"
  },
  {
    "id": "store.sql_preference.get_all.app_error",
    "translation": "我们在查找偏好设置时遇到了一个错误"
  },
  {
    "id": "store.sql_preference.get_category.app_error",
    "translation": "我们在查找偏好设置时遇到了一个错误"
  },
  {
    "id": "store.sql_preference.insert.exists.app_error",
    "translation": "一个带用户id,分类,名称的偏好设置已经存在"
  },
  {
    "id": "store.sql_preference.insert.save.app_error",
    "translation": "我们无法保存这个偏好设置We couldn't save the preference"
  },
  {
    "id": "store.sql_preference.is_feature_enabled.app_error",
    "translation": "我们查找一个预发布偏好设置时出现问题"
  },
  {
    "id": "store.sql_preference.permanent_delete_by_user.app_error",
    "translation": "我们删除偏好设置时出现一个错误"
  },
  {
    "id": "store.sql_preference.save.commit_transaction.app_error",
    "translation": "保存偏好设置时无法提交事务"
  },
  {
    "id": "store.sql_preference.save.missing_driver.app_error",
    "translation": "我们更新偏好设置时出现一个错误"
  },
  {
    "id": "store.sql_preference.save.open_transaction.app_error",
    "translation": "保存偏好设置时不能打开事务"
  },
  {
    "id": "store.sql_preference.save.rollback_transaction.app_error",
    "translation": "保存偏好设置时不能回滚事务"
  },
  {
    "id": "store.sql_preference.save.updating.app_error",
    "translation": "我们更新偏好设置时出现一个错误"
  },
  {
    "id": "store.sql_preference.update.app_error",
    "translation": "我们无法更新这个偏好设置"
  },
  {
    "id": "store.sql_reaction.delete.begin.app_error",
    "translation": "删除反应时无法打开事务"
  },
  {
    "id": "store.sql_reaction.delete.commit.app_error",
    "translation": "删除反应时无法提交事务"
  },
  {
    "id": "store.sql_reaction.delete.save.app_error",
    "translation": "无法删除反应"
  },
  {
    "id": "store.sql_reaction.delete_all_with_emoj_name.delete_reactions.app_error",
    "translation": "无法用提供的表情符删除反应"
  },
  {
    "id": "store.sql_reaction.delete_all_with_emoj_name.get_reactions.app_error",
    "translation": "无法用提供的表情符获取反应"
  },
  {
    "id": "store.sql_reaction.delete_all_with_emoji_name.update_post.warn",
    "translation": "无法删除反应时更新 Post.HasReactions post_id=%v, error=%v"
  },
  {
    "id": "store.sql_reaction.get_for_post.app_error",
    "translation": "无法获取消息的反应"
  },
  {
    "id": "store.sql_reaction.save.begin.app_error",
    "translation": "无法保存反应时打开事务"
  },
  {
    "id": "store.sql_reaction.save.commit.app_error",
    "translation": "无法保存反应时提交事务"
  },
  {
    "id": "store.sql_reaction.save.save.app_error",
    "translation": "无法保存反应"
  },
  {
    "id": "store.sql_session.analytics_session_count.app_error",
    "translation": "我们无法计算会话数量"
  },
  {
    "id": "store.sql_session.cleanup_expired_sessions.app_error",
    "translation": "我们删除过期用户会话时出错"
  },
  {
    "id": "store.sql_session.get.app_error",
    "translation": "我们查找这个会话时出错"
  },
  {
    "id": "store.sql_session.get_sessions.app_error",
    "translation": "我们查找用户会话时出错"
  },
  {
    "id": "store.sql_session.get_sessions.error",
    "translation": "清空会话失败 err=%v"
  },
  {
    "id": "store.sql_session.permanent_delete_sessions_by_user.app_error",
    "translation": "我们无法删除该用户所有的会话"
  },
  {
    "id": "store.sql_session.remove.app_error",
    "translation": "我们无法删除这个会话"
  },
  {
    "id": "store.sql_session.remove_all_sessions_for_team.app_error",
    "translation": "我们无法删除所有会话"
  },
  {
    "id": "store.sql_session.save.app_error",
    "translation": "我们无法保存这个会话"
  },
  {
    "id": "store.sql_session.save.cleanup.error",
    "translation": "保存时清空会话失败 err=%v"
  },
  {
    "id": "store.sql_session.save.existing.app_error",
    "translation": "不能更新现有会话"
  },
  {
    "id": "store.sql_session.update_device_id.app_error",
    "translation": "我们无法更新这个设备id"
  },
  {
    "id": "store.sql_session.update_last_activity.app_error",
    "translation": "我们无法更新 last_activity_at"
  },
  {
    "id": "store.sql_session.update_roles.app_error",
    "translation": "我们无法更新角色"
  },
  {
    "id": "store.sql_status.get.app_error",
    "translation": "获取状态时遇到错误"
  },
  {
    "id": "store.sql_status.get.missing.app_error",
    "translation": "该状态没有对应的数据"
  },
  {
    "id": "store.sql_status.get_online.app_error",
    "translation": "获取所有在线状态时发生错误"
  },
  {
    "id": "store.sql_status.get_online_away.app_error",
    "translation": "获取所有在线/离开状态时遇到错误"
  },
  {
    "id": "store.sql_status.get_team_statuses.app_error",
    "translation": "获取所有团队成员状态时遇到错误"
  },
  {
    "id": "store.sql_status.get_total_active_users_count.app_error",
    "translation": "我们无法计算启用的用户数"
  },
  {
    "id": "store.sql_status.reset_all.app_error",
    "translation": "重置所有状态时遇到错误"
  },
  {
    "id": "store.sql_status.save.app_error",
    "translation": "保存状态时遇到错误"
  },
  {
    "id": "store.sql_status.update.app_error",
    "translation": "更新状态时遇到错误"
  },
  {
    "id": "store.sql_system.get.app_error",
    "translation": "我们再查找系统属性遇到了一个错误"
  },
  {
    "id": "store.sql_system.get_by_name.app_error",
    "translation": "我们找不到该系统变量。"
  },
  {
    "id": "store.sql_system.get_version.app_error",
    "translation": "我们无法获得数据库版本"
  },
  {
    "id": "store.sql_system.save.app_error",
    "translation": "我们保存系统属性时遇到了一个错误"
  },
  {
    "id": "store.sql_system.update.app_error",
    "translation": "我们更新系统属性时遇到了一个错误"
  },
  {
    "id": "store.sql_team.analytics_team_count.app_error",
    "translation": "我们无法计算团队数"
  },
  {
    "id": "store.sql_team.get.find.app_error",
    "translation": "我们找不到已存在的团队"
  },
  {
    "id": "store.sql_team.get.finding.app_error",
    "translation": "我们查找团队时遇到错误"
  },
  {
    "id": "store.sql_team.get_all.app_error",
    "translation": "我们无法获取所有的团队"
  },
  {
    "id": "store.sql_team.get_all_team_listing.app_error",
    "translation": "我们无法获取所有的团队"
  },
  {
    "id": "store.sql_team.get_by_invite_id.find.app_error",
    "translation": "我们无法查找这个存在的团队"
  },
  {
    "id": "store.sql_team.get_by_invite_id.finding.app_error",
    "translation": "我们无法查找这个存在的团队"
  },
  {
    "id": "store.sql_team.get_by_name.app_error",
    "translation": "我们无法查找这个存在的团队"
  },
  {
    "id": "store.sql_team.get_member.app_error",
    "translation": "我们无法获得频道成员"
  },
  {
    "id": "store.sql_team.get_member.missing.app_error",
    "translation": "无法找到此用户id和团队id相关联的团队成员"
  },
  {
    "id": "store.sql_team.get_member_count.app_error",
    "translation": "我们无法计算团队成员数"
  },
  {
    "id": "store.sql_team.get_members.app_error",
    "translation": "我们无法获得频道成员"
  },
  {
    "id": "store.sql_team.get_members_by_ids.app_error",
    "translation": "我们无法获得团队成员"
  },
  {
    "id": "store.sql_team.get_teams_for_email.app_error",
    "translation": "我们查找团队时遇到了一个问题"
  },
  {
    "id": "store.sql_team.get_unread.app_error",
    "translation": "我们无法获取团队未读消息"
  },
  {
    "id": "store.sql_team.permanent_delete.app_error",
    "translation": "我们不能删除现有的团队"
  },
  {
    "id": "store.sql_team.remove_member.app_error",
    "translation": "我们无法删除频道成员"
  },
  {
    "id": "store.sql_team.save.app_error",
    "translation": "我们无法保存团队"
  },
  {
    "id": "store.sql_team.save.domain_exists.app_error",
    "translation": "已有团队拥有此名称"
  },
  {
    "id": "store.sql_team.save.existing.app_error",
    "translation": "必须对现有的团队执行更新"
  },
  {
    "id": "store.sql_team.save_member.exists.app_error",
    "translation": "拥有此ID的团队成员已存在"
  },
  {
    "id": "store.sql_team.save_member.save.app_error",
    "translation": "我们无法保存该频道成员"
  },
  {
    "id": "store.sql_team.update.app_error",
    "translation": "我们无法更新该团队"
  },
  {
    "id": "store.sql_team.update.find.app_error",
    "translation": "我们没找到已存在的团队来更新"
  },
  {
    "id": "store.sql_team.update.finding.app_error",
    "translation": "我们查找该团队时遇到一个错误"
  },
  {
    "id": "store.sql_team.update.updating.app_error",
    "translation": "我们更新该团队时遇到一个错误"
  },
  {
    "id": "store.sql_team.update_display_name.app_error",
    "translation": "我们无法更新团队名称"
  },
  {
    "id": "store.sql_user.analytics_unique_user_count.app_error",
    "translation": "我们无法获得不重复的用户数量"
  },
  {
    "id": "store.sql_user.get.app_error",
    "translation": "我们查找帐户遇到了一个错误"
  },
  {
    "id": "store.sql_user.get_all_using_auth_service.other.app_error",
    "translation": "我们查找使用特定验证方式的帐号时遇到错误。"
  },
  {
    "id": "store.sql_user.get_by_auth.missing_account.app_error",
    "translation": "我们没找到符合您的验证方式的帐号。此团队或许需要从团队拥有者获得邀请才可加入。"
  },
  {
    "id": "store.sql_user.get_by_auth.other.app_error",
    "translation": "我们在尝试通过身份验证类型找到账户时遇到一个问题。"
  },
  {
    "id": "store.sql_user.get_by_username.app_error",
    "translation": "我们无法在这个团队中找到一个匹配您用户名的现有帐户。此团队或许需要从团队拥有者获得邀请才可加入。"
  },
  {
    "id": "store.sql_user.get_for_login.app_error",
    "translation": "我们无法在这个团队中找到一个匹配您帐号的用户。此团队或许需要从团队拥有者获得邀请才可加入。"
  },
  {
    "id": "store.sql_user.get_for_login.multiple_users",
    "translation": "我们发现多个用户的登陆凭据与你匹配,因此禁用了你的登陆权限。请与管理员联系。"
  },
  {
    "id": "store.sql_user.get_profiles.app_error",
    "translation": "我们查找用户配置文件遇到了一个错误"
  },
  {
    "id": "store.sql_user.get_recently_active_users.app_error",
    "translation": "查找最近活动的用户时遇到错误"
  },
  {
    "id": "store.sql_user.get_sysadmin_profiles.app_error",
    "translation": "我们查找用户配置文件遇到了一个错误"
  },
  {
    "id": "store.sql_user.get_total_users_count.app_error",
    "translation": "我们无法计算用户数"
  },
  {
    "id": "store.sql_user.get_unread_count.app_error",
    "translation": "我们无法为用户获取到未读信息数量"
  },
  {
    "id": "store.sql_user.get_unread_count_for_channel.app_error",
    "translation": "我们无法为用户和频道获取未读信息数量"
  },
  {
    "id": "store.sql_user.migrate_theme.critical",
    "translation": "移植 User.ThemeProps 到 Preferences 表 %v 时失败"
  },
  {
    "id": "store.sql_user.missing_account.const",
    "translation": "无法找到该用户。"
  },
  {
    "id": "store.sql_user.permanent_delete.app_error",
    "translation": "我们无法删除现有的用户"
  },
  {
    "id": "store.sql_user.save.app_error",
    "translation": "我们无法保存用户。"
  },
  {
    "id": "store.sql_user.save.email_exists.app_error",
    "translation": "已有帐号使用该电子邮件。"
  },
  {
    "id": "store.sql_user.save.email_exists.ldap_app_error",
    "translation": "这个账号不使用 AD/LDAP 验证。请使用电子邮件和密码登陆。"
  },
  {
    "id": "store.sql_user.save.email_exists.saml_app_error",
    "translation": "这个账号不使用LDAP验证。请使用电子邮件和密码登陆。"
  },
  {
    "id": "store.sql_user.save.existing.app_error",
    "translation": "必须对现有的用户执行更新"
  },
  {
    "id": "store.sql_user.save.max_accounts.app_error",
    "translation": "这个团队已经达到允许的最大用户数量。请与系统管理员联系以设置更高的限制。"
  },
  {
    "id": "store.sql_user.save.member_count.app_error",
    "translation": "未能获得当前的团队成员计数"
  },
  {
    "id": "store.sql_user.save.username_exists.app_error",
    "translation": "使用该用户名的账户已存在。"
  },
  {
    "id": "store.sql_user.save.username_exists.ldap_app_error",
    "translation": "使用此用户名的帐号已经存在。请与您的管理员联系。"
  },
  {
    "id": "store.sql_user.save.username_exists.saml_app_error",
    "translation": "已有帐号使用该用户名。请联系您的管理员。"
  },
  {
    "id": "store.sql_user.update.app_error",
    "translation": "我们无法更新用户"
  },
  {
    "id": "store.sql_user.update.can_not_change_ldap.app_error",
    "translation": "无法更改 AD/LDAP 设定的字段"
  },
  {
    "id": "store.sql_user.update.email_taken.app_error",
    "translation": "该邮箱已被使用。请重新选择。"
  },
  {
    "id": "store.sql_user.update.find.app_error",
    "translation": "我们没法查找已存在的帐号以更新"
  },
  {
    "id": "store.sql_user.update.finding.app_error",
    "translation": "我们查找该用户时遇到一个错误"
  },
  {
    "id": "store.sql_user.update.updating.app_error",
    "translation": "我们更新用户时遇到了一个错误"
  },
  {
    "id": "store.sql_user.update.username_taken.app_error",
    "translation": "这个用户名已被使用。请重新选择。"
  },
  {
    "id": "store.sql_user.update_auth_data.app_error",
    "translation": "我们无法更新认证数据"
  },
  {
    "id": "store.sql_user.update_auth_data.email_exists.app_error",
    "translation": "不能切换至 {{.Service}}账号。 使用此邮件{{.Email}}的账号已经存在。"
  },
  {
    "id": "store.sql_user.update_failed_pwd_attempts.app_error",
    "translation": "我们无法更新 failed_attempts"
  },
  {
    "id": "store.sql_user.update_last_activity.app_error",
    "translation": "我们无法更新 last_activity_at"
  },
  {
    "id": "store.sql_user.update_last_picture_update.app_error",
    "translation": "我们无法更新 update_at"
  },
  {
    "id": "store.sql_user.update_last_ping.app_error",
    "translation": "我们无法更新 last_ping_at"
  },
  {
    "id": "store.sql_user.update_mfa_active.app_error",
    "translation": "我们在更新用户的多重验证使用状态时遇到一个错误"
  },
  {
    "id": "store.sql_user.update_mfa_secret.app_error",
    "translation": "我们在更新用户的多重验证密码时遇到一个错误"
  },
  {
    "id": "store.sql_user.update_password.app_error",
    "translation": "我们无法更新用户密码"
  },
  {
    "id": "store.sql_user.verify_email.app_error",
    "translation": "无法更新验证电子邮件字段"
  },
  {
    "id": "store.sql_webhooks.analytics_incoming_count.app_error",
    "translation": "我们无法计算传入的 webhooks"
  },
  {
    "id": "store.sql_webhooks.analytics_outgoing_count.app_error",
    "translation": "我们无法计算传出的 webhooks"
  },
  {
    "id": "store.sql_webhooks.delete_incoming.app_error",
    "translation": "我们无法删除 webhook"
  },
  {
    "id": "store.sql_webhooks.delete_outgoing.app_error",
    "translation": "我们无法删除 webhook"
  },
  {
    "id": "store.sql_webhooks.get_incoming.app_error",
    "translation": "我们不能获取 webhook"
  },
  {
    "id": "store.sql_webhooks.get_incoming_by_channel.app_error",
    "translation": "我们不能获取 webhooks"
  },
  {
    "id": "store.sql_webhooks.get_incoming_by_user.app_error",
    "translation": "我们不能获取 webhook"
  },
  {
    "id": "store.sql_webhooks.get_outgoing.app_error",
    "translation": "我们不能获取 webhook"
  },
  {
    "id": "store.sql_webhooks.get_outgoing_by_channel.app_error",
    "translation": "我们不能获取 webhooks"
  },
  {
    "id": "store.sql_webhooks.get_outgoing_by_team.app_error",
    "translation": "我们不能获取 webhooks"
  },
  {
    "id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error",
    "translation": "我们无法删除 webhook"
  },
  {
    "id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error",
    "translation": "我们无法删除 webhook"
  },
  {
    "id": "store.sql_webhooks.save_incoming.app_error",
    "translation": "我们不能保存传入的 webhook"
  },
  {
    "id": "store.sql_webhooks.save_incoming.existing.app_error",
    "translation": "您不能覆盖现有的传入的 webhook"
  },
  {
    "id": "store.sql_webhooks.save_outgoing.app_error",
    "translation": "我们不能保存传出的 webhook"
  },
  {
    "id": "store.sql_webhooks.save_outgoing.override.app_error",
    "translation": "你不能覆盖现有的传出的 webhook"
  },
  {
    "id": "store.sql_webhooks.update_outgoing.app_error",
    "translation": "我们不能更新 webhook"
  },
  {
    "id": "system.message.name",
    "translation": "系统"
  },
  {
    "id": "utils.config.load_config.decoding.panic",
    "translation": "解码配置出错 file={{.Filename}}, err={{.Error}}"
  },
  {
    "id": "utils.config.load_config.getting.panic",
    "translation": "获取配置信息时出错 file={{.Filename}}, err={{.Error}}"
  },
  {
    "id": "utils.config.load_config.opening.panic",
    "translation": "打开配置错误 file={{.Filename}}, err={{.Error}}"
  },
  {
    "id": "utils.config.load_config.validating.panic",
    "translation": "验证配置错误 file={{.Filename}}, err={{.Error}}"
  },
  {
    "id": "utils.config.save_config.saving.app_error",
    "translation": "保存文件时出错 {{.Filename}}"
  },
  {
    "id": "utils.diagnostic.analytics_not_found.app_error",
    "translation": "解析未初始化"
  },
  {
    "id": "utils.i18n.loaded",
    "translation": "加载系统翻译 '%v' 从 '%v'"
  },
  {
    "id": "utils.iru.with_evict",
    "translation": "必须提供一个正数大小"
  },
  {
    "id": "utils.license.load_license.invalid.warn",
    "translation": "未发现有效企业许可证"
  },
  {
    "id": "utils.license.remove_license.unable.error",
    "translation": "无法删除许可证文件, err=%v"
  },
  {
    "id": "utils.license.validate_license.decode.error",
    "translation": "解码许可证遇到错误, err=%v"
  },
  {
    "id": "utils.license.validate_license.invalid.error",
    "translation": "无效签名, err=%v"
  },
  {
    "id": "utils.license.validate_license.not_long.error",
    "translation": "签名许可证长度不够"
  },
  {
    "id": "utils.license.validate_license.signing.error",
    "translation": "遇到错误签名许可证, err=%v"
  },
  {
    "id": "utils.mail.connect_smtp.open.app_error",
    "translation": "打开连接失败"
  },
  {
    "id": "utils.mail.connect_smtp.open_tls.app_error",
    "translation": "未能打开TLS连接"
  },
  {
    "id": "utils.mail.new_client.auth.app_error",
    "translation": "无法验证SMTP服务器"
  },
  {
    "id": "utils.mail.new_client.open.error",
    "translation": "无法打开一个SMTP服务器连接 %v"
  },
  {
    "id": "utils.mail.send_mail.close.app_error",
    "translation": "未能关闭连接到SMTP服务器"
  },
  {
    "id": "utils.mail.send_mail.from_address.app_error",
    "translation": "未能从电子邮件地址添加"
  },
  {
    "id": "utils.mail.send_mail.msg.app_error",
    "translation": "写电子邮件失败"
  },
  {
    "id": "utils.mail.send_mail.msg_data.app_error",
    "translation": "添加电子邮件信息数据失败"
  },
  {
    "id": "utils.mail.send_mail.sending.debug",
    "translation": "发送邮件到 %v 主题 '%v'"
  },
  {
    "id": "utils.mail.send_mail.to_address.app_error",
    "translation": "添加邮箱地址失败"
  },
  {
    "id": "utils.mail.test.configured.error",
    "translation": "SMTP服务器设置配置错误 err=%v details=%v"
  },
  {
    "id": "utils.mail.test.configured.error",
    "translation": "SMTP服务器设置配置错误 err=%v details=%v"
  },
  {
    "id": "web.admin_console.title",
    "translation": "管理控制台"
  },
  {
    "id": "web.authorize_oauth.title",
    "translation": "授权申请"
  },
  {
    "id": "web.check_browser_compatibility.app_error",
    "translation": "您当前的浏览器不支持,请升级到下列浏览器之一:Chrome 21 或以上、Internet Explorer 11 或以上、火狐 14 或以上、Safari 9 或以上"
  },
  {
    "id": "web.claim_account.team.error",
    "translation": "不能找到团队 name=%v, err=%v"
  },
  {
    "id": "web.claim_account.title",
    "translation": "认领账户"
  },
  {
    "id": "web.claim_account.user.error",
    "translation": "不能找到用户 teamid=%v, email=%v, err=%v"
  },
  {
    "id": "web.create_dir.error",
    "translation": "创建目录监视器失败 %v"
  },
  {
    "id": "web.dir_fail.error",
    "translation": "目录中的监视器失败 %v"
  },
  {
    "id": "web.do_load_channel.error",
    "translation": "获取用户配置文件时出错 id=%v 强制注销"
  },
  {
    "id": "web.doc.title",
    "translation": "文档"
  },
  {
    "id": "web.email_verified.title",
    "translation": "邮箱验证"
  },
  {
    "id": "web.find_team.title",
    "translation": "查找团队"
  },
  {
    "id": "web.header.back",
    "translation": "返回"
  },
  {
    "id": "web.incoming_webhook.attachment.app_error",
    "translation": "最大附件长度为 {{.Max}} 字,已收到大小为 {{.Actual}}"
  },
  {
    "id": "web.incoming_webhook.channel.app_error",
    "translation": "找不到该频道"
  },
  {
    "id": "web.incoming_webhook.disabled.app_error",
    "translation": "传入webhooks已经被系统管理员禁用。"
  },
  {
    "id": "web.incoming_webhook.invalid.app_error",
    "translation": "无效webhook"
  },
  {
    "id": "web.incoming_webhook.parse.app_error",
    "translation": "无法解析传入数据"
  },
  {
    "id": "web.incoming_webhook.permissions.app_error",
    "translation": "不合适的频道权限"
  },
  {
    "id": "web.incoming_webhook.text.app_error",
    "translation": "未指定文本"
  },
  {
    "id": "web.incoming_webhook.text.length.app_error",
    "translation": "最大文字长度位 {{.Max}} 字,已收到大小为 {{.Actual}}"
  },
  {
    "id": "web.incoming_webhook.user.app_error",
    "translation": "不能找到用户"
  },
  {
    "id": "web.init.debug",
    "translation": "初始化web routes"
  },
  {
    "id": "web.login.error",
    "translation": "不能找到团队 name=%v, err=%v"
  },
  {
    "id": "web.login.login_title",
    "translation": "登录"
  },
  {
    "id": "web.login_with_oauth.invalid_team.app_error",
    "translation": "无效团队名称"
  },
  {
    "id": "web.parsing_templates.debug",
    "translation": "解析模板 %v"
  },
  {
    "id": "web.parsing_templates.error",
    "translation": "解析模板失败 %v"
  },
  {
    "id": "web.post_permalink.app_error",
    "translation": "无效Post ID"
  },
  {
    "id": "web.reparse_templates.info",
    "translation": "修改文件后重新解析模板 %v"
  },
  {
    "id": "web.reset_password.expired_link.app_error",
    "translation": "密码重置链接已过期"
  },
  {
    "id": "web.reset_password.invalid_link.app_error",
    "translation": "重置链接不会生效"
  },
  {
    "id": "web.root.home_title",
    "translation": "首页"
  },
  {
    "id": "web.root.singup_title",
    "translation": "注册"
  },
  {
    "id": "web.signup_team_complete.invalid_link.app_error",
    "translation": "注册链接无效"
  },
  {
    "id": "web.signup_team_complete.link_expired.app_error",
    "translation": "注册链接已过期"
  },
  {
    "id": "web.signup_team_complete.title",
    "translation": "完成的团队注册"
  },
  {
    "id": "web.signup_team_confirm.title",
    "translation": "注册电子邮件发送"
  },
  {
    "id": "web.signup_user_complete.link_expired.app_error",
    "translation": "注册链接已过期"
  },
  {
    "id": "web.signup_user_complete.link_invalid.app_error",
    "translation": "注册链接无效"
  },
  {
    "id": "web.signup_user_complete.no_invites.app_error",
    "translation": "团队类型不允许公开邀请"
  },
  {
    "id": "web.signup_user_complete.title",
    "translation": "完成用户注册"
  },
  {
    "id": "web.singup_with_oauth.invalid_team.app_error",
    "translation": "无效团队名称"
  },
  {
    "id": "web.watcher_fail.error",
    "translation": "无法添加目录给观察者 %v"
  }
]