Files
@ a95c091ff15e
Branch filter:
Location: kallithea/kallithea/i18n/zh_CN/LC_MESSAGES/kallithea.po
a95c091ff15e
167.0 KiB
application/x-gettext
i18n: move list of translators to contributors file
Some .po files in kallithea/i18n contained lists of translators, present
from before usage of Weblate.
Move this information to contributor_data.py so all translation copyright
holders are given credits as CONTRIBUTORS and on the about page.
This commit is part of a series that normalizes the kallithea.po files by
removing all comments, in particular source code references.
Some .po files in kallithea/i18n contained lists of translators, present
from before usage of Weblate.
Move this information to contributor_data.py so all translation copyright
holders are given credits as CONTRIBUTORS and on the about page.
This commit is part of a series that normalizes the kallithea.po files by
removing all comments, in particular source code references.
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 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956 5957 | # Chinese (China) translations for Kallithea.
# Copyright (C) 2014 RhodeCode GmbH, and others.
# This file is distributed under the same license as the Kallithea project.
msgid ""
msgstr ""
"Project-Id-Version: Kallithea 0.3\n"
"Report-Msgid-Bugs-To: translations@kallithea-scm.org\n"
"POT-Creation-Date: 2019-05-04 21:13+0200\n"
"PO-Revision-Date: 2018-04-12 03:35+0000\n"
"Last-Translator: Pheng Heong Tan <phtan90@gmail.com>\n"
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
"kallithea/kallithea/zh_Hans/>\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2.20\n"
"Generated-By: Babel 1.3\n"
#: kallithea/controllers/changelog.py:67
#: kallithea/controllers/pullrequests.py:252 kallithea/lib/base.py:605
msgid "There are no changesets yet"
msgstr "还没有修订集"
#: kallithea/controllers/admin/permissions.py:62
#: kallithea/controllers/admin/permissions.py:66
#: kallithea/controllers/admin/permissions.py:70
#: kallithea/controllers/changelog.py:136
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:7
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:88
#: kallithea/templates/admin/repos/repo_edit_permissions.html:7
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:7
#: kallithea/templates/base/perms_summary.html:14
msgid "None"
msgstr "无"
#: kallithea/controllers/changelog.py:139 kallithea/controllers/files.py:196
msgid "(closed)"
msgstr "(已关闭)"
#: kallithea/controllers/changeset.py:83
msgid "Show whitespace"
msgstr "显示空白"
#: kallithea/controllers/changeset.py:90
#: kallithea/controllers/changeset.py:97
#: kallithea/templates/files/diff_2way.html:55
msgid "Ignore whitespace"
msgstr "忽略空白"
#: kallithea/controllers/changeset.py:163
#, python-format
msgid "Increase diff context to %(num)s lines"
msgstr "增加差异上下文到 %(num)s 行"
#: kallithea/controllers/changeset.py:203
#, fuzzy
#| msgid "Set changeset status"
msgid "No permission to change status"
msgstr "设置修订集状态"
#: kallithea/controllers/changeset.py:214
#, fuzzy, python-format
msgid "Successfully deleted pull request %s"
msgstr "成功删除拉取请求"
#: kallithea/controllers/changeset.py:321 kallithea/controllers/files.py:96
#: kallithea/controllers/files.py:116 kallithea/controllers/files.py:726
msgid "Such revision does not exist for this repository"
msgstr "在此代码库内,此修改并不存在"
#: kallithea/controllers/compare.py:66
#, python-format
msgid "Could not find other repository %s"
msgstr "找不到那个版本库 %s"
#: kallithea/controllers/compare.py:72
msgid "Cannot compare repositories of different types"
msgstr ""
#: kallithea/controllers/compare.py:244
msgid "Cannot show empty diff"
msgstr ""
#: kallithea/controllers/compare.py:246
msgid "No ancestor found for merge diff"
msgstr ""
#: kallithea/controllers/compare.py:250
msgid "Multiple merge ancestors found for merge compare"
msgstr ""
#: kallithea/controllers/compare.py:266
msgid "Cannot compare repositories without using common ancestor"
msgstr ""
#: kallithea/controllers/error.py:70
msgid "No response"
msgstr "无响应"
#: kallithea/controllers/error.py:71
msgid "Unknown error"
msgstr "未知错误"
#: kallithea/controllers/error.py:84
msgid ""
"The request could not be understood by the server due to malformed syntax."
msgstr "由于错误的语法,服务器无法对请求进行响应。"
#: kallithea/controllers/error.py:87
msgid "Unauthorized access to resource"
msgstr "未授权的资源访问"
#: kallithea/controllers/error.py:89
msgid "You don't have permission to view this page"
msgstr "无权访问该页面"
#: kallithea/controllers/error.py:91
msgid "The resource could not be found"
msgstr "资源未找到"
#: kallithea/controllers/error.py:93
msgid ""
"The server encountered an unexpected condition which prevented it from "
"fulfilling the request."
msgstr "服务进入非预期的混乱状态,这会阻止它对请求进行响应。"
#: kallithea/controllers/feed.py:63
#, python-format
msgid "%s committed on %s"
msgstr ""
#: kallithea/controllers/feed.py:88
#: kallithea/templates/changeset/changeset.html:154
#: kallithea/templates/changeset/changeset.html:173
#: kallithea/templates/compare/compare_diff.html:81
#: kallithea/templates/compare/compare_diff.html:95
#: kallithea/templates/pullrequests/pullrequest_show.html:309
#: kallithea/templates/pullrequests/pullrequest_show.html:333
msgid "Changeset was too big and was cut off..."
msgstr "修订集太大并已被截断..."
#: kallithea/controllers/feed.py:111 kallithea/controllers/feed.py:143
#, python-format
msgid "%s %s feed"
msgstr "%s %s订阅"
#: kallithea/controllers/feed.py:113 kallithea/controllers/feed.py:145
#, python-format
msgid "Changes on %s repository"
msgstr "%s库的修改"
#: kallithea/controllers/files.py:92
msgid "Click here to add new file"
msgstr "点击这里添加新文件"
#: kallithea/controllers/files.py:93
#, fuzzy
#| msgid "There are no files yet. %s"
msgid "There are no files yet."
msgstr "这里还没有文件。%s"
#: kallithea/controllers/files.py:193
#, python-format
msgid "%s at %s"
msgstr "%s 在 %s"
#: kallithea/controllers/files.py:299 kallithea/controllers/files.py:359
#: kallithea/controllers/files.py:426
#, python-format
msgid "This repository has been locked by %s on %s"
msgstr "版本库由%s于%s锁定"
#: kallithea/controllers/files.py:311
msgid "You can only delete files with revision being a valid branch"
msgstr "您只能删除有效分支的修订中的文件"
#: kallithea/controllers/files.py:322
#, python-format
msgid "Deleted file %s via Kallithea"
msgstr "删除文件 %s 通过 Kallithea"
#: kallithea/controllers/files.py:344
#, python-format
msgid "Successfully deleted file %s"
msgstr "成功删除文件 %s"
#: kallithea/controllers/files.py:348 kallithea/controllers/files.py:414
#: kallithea/controllers/files.py:495
msgid "Error occurred during commit"
msgstr "提交时发生错误"
#: kallithea/controllers/files.py:371
msgid "You can only edit files with revision being a valid branch"
msgstr "您只能编辑有效分支的修订中的文件"
#: kallithea/controllers/files.py:385
#, python-format
msgid "Edited file %s via Kallithea"
msgstr "已编辑文件 %s 通过 Kallithea"
#: kallithea/controllers/files.py:401
msgid "No changes"
msgstr "无变更"
#: kallithea/controllers/files.py:410 kallithea/controllers/files.py:484
#, python-format
msgid "Successfully committed to %s"
msgstr "成功提交到%s"
#: kallithea/controllers/files.py:437
msgid "Added file via Kallithea"
msgstr "已添加文件通过 Kallithea"
#: kallithea/controllers/files.py:458
msgid "No content"
msgstr "无内容"
#: kallithea/controllers/files.py:462
msgid "No filename"
msgstr "无文件名"
#: kallithea/controllers/files.py:487
msgid "Location must be relative path and must not contain .. in path"
msgstr ""
#: kallithea/controllers/files.py:519
msgid "Downloads disabled"
msgstr "下载已禁用"
#: kallithea/controllers/files.py:530
#, python-format
msgid "Unknown revision %s"
msgstr "未知版本%s"
#: kallithea/controllers/files.py:532
msgid "Empty repository"
msgstr "空版本库"
#: kallithea/controllers/files.py:534
msgid "Unknown archive type"
msgstr "未知包类型"
#: kallithea/controllers/files.py:755
#: kallithea/templates/changeset/changeset_range.html:9
#: kallithea/templates/email_templates/pull_request.html:64
#: kallithea/templates/pullrequests/pullrequest.html:84
msgid "Changesets"
msgstr "修订集"
#: kallithea/controllers/files.py:756
#: kallithea/controllers/pullrequests.py:184 kallithea/model/scm.py:706
msgid "Branches"
msgstr "分支"
#: kallithea/controllers/files.py:757
#: kallithea/controllers/pullrequests.py:185 kallithea/model/scm.py:717
msgid "Tags"
msgstr "标签"
#: kallithea/controllers/forks.py:174
#, python-format
msgid "An error occurred during repository forking %s"
msgstr "在复刻版本库%s的时候发生错误"
#: kallithea/controllers/home.py:78
msgid "Groups"
msgstr "组"
#: kallithea/controllers/home.py:88
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:90
#: kallithea/templates/admin/repos/repo_add.html:12
#: kallithea/templates/admin/repos/repo_add.html:16
#: kallithea/templates/admin/repos/repos.html:9
#: kallithea/templates/admin/users/user_edit_advanced.html:6
#: kallithea/templates/base/base.html:56
#: kallithea/templates/base/base.html:73
#: kallithea/templates/base/base.html:444 kallithea/templates/index.html:5
msgid "Repositories"
msgstr "版本库"
#: kallithea/controllers/home.py:121
#: kallithea/templates/files/files_add.html:32
#: kallithea/templates/files/files_delete.html:23
#: kallithea/templates/files/files_edit.html:32
msgid "Branch"
msgstr "分支"
#: kallithea/controllers/home.py:127
msgid "Closed Branches"
msgstr "已关闭分支"
#: kallithea/controllers/home.py:133
msgid "Tag"
msgstr "标签"
#: kallithea/controllers/home.py:139
msgid "Bookmark"
msgstr "书签"
#: kallithea/controllers/journal.py:113 kallithea/controllers/journal.py:155
#: kallithea/templates/journal/public_journal.html:4
#: kallithea/templates/journal/public_journal.html:18
msgid "Public Journal"
msgstr "公共日志"
#: kallithea/controllers/journal.py:117 kallithea/controllers/journal.py:159
#: kallithea/templates/base/base.html:297
#: kallithea/templates/journal/journal.html:5
#: kallithea/templates/journal/journal.html:13
msgid "Journal"
msgstr "日志"
#: kallithea/controllers/login.py:139 kallithea/controllers/login.py:184
msgid "Bad captcha"
msgstr "验证码错误"
#: kallithea/controllers/login.py:145
#, python-format
msgid "You have successfully registered with %s"
msgstr "您已成功注册 %s"
#: kallithea/controllers/login.py:189
msgid "A password reset confirmation code has been sent"
msgstr "密码重置确认码已经发送"
#: kallithea/controllers/login.py:238
msgid "Invalid password reset token"
msgstr "无效的密码重置令牌"
#: kallithea/controllers/admin/my_account.py:155
#: kallithea/controllers/login.py:243
msgid "Successfully updated password"
msgstr "成功更新密码"
#: kallithea/controllers/pullrequests.py:71
#, python-format
msgid "Invalid reviewer \"%s\" specified"
msgstr "指定的审核者 \"%s\" 无效"
#: kallithea/controllers/pullrequests.py:133
#, python-format
msgid "%s (closed)"
msgstr "%s (已关闭)"
#: kallithea/controllers/pullrequests.py:160
#: kallithea/templates/changeset/changeset.html:12
msgid "Changeset"
msgstr "修订集"
#: kallithea/controllers/pullrequests.py:181
msgid "Special"
msgstr "特殊"
#: kallithea/controllers/pullrequests.py:182
msgid "Peer branches"
msgstr "同等分支"
#: kallithea/controllers/pullrequests.py:183 kallithea/model/scm.py:712
msgid "Bookmarks"
msgstr "书签"
#: kallithea/controllers/pullrequests.py:320
#, python-format
msgid "Error creating pull request: %s"
msgstr "创建拉取请求出错:%s"
#: kallithea/controllers/pullrequests.py:347
#: kallithea/controllers/pullrequests.py:370
msgid "Error occurred while creating pull request"
msgstr "创建拉取请求时发生错误"
#: kallithea/controllers/pullrequests.py:352
msgid "Successfully opened new pull request"
msgstr "成功提交拉取请求"
#: kallithea/controllers/pullrequests.py:375
#, fuzzy
#| msgid "Pull request update created"
msgid "New pull request iteration created"
msgstr "拉取请求更新已创建"
#: kallithea/controllers/pullrequests.py:403
#, python-format
msgid "Meanwhile, the following reviewers have been added: %s"
msgstr ""
#: kallithea/controllers/pullrequests.py:407
#, python-format
msgid "Meanwhile, the following reviewers have been removed: %s"
msgstr ""
#: kallithea/controllers/pullrequests.py:423
#: kallithea/model/pull_request.py:234
msgid "No description"
msgstr "无描述"
#: kallithea/controllers/pullrequests.py:432
msgid "Pull request updated"
msgstr "拉取请求已更新"
#: kallithea/controllers/pullrequests.py:445
msgid "Successfully deleted pull request"
msgstr "成功删除拉取请求"
#: kallithea/controllers/pullrequests.py:481
#, fuzzy, python-format
#| msgid "Changeset for %s %s not found in %s"
msgid "Revision %s not found in %s"
msgstr "未找到修订集"
#: kallithea/controllers/pullrequests.py:508
#, fuzzy, python-format
#| msgid "No changesets found for updating this pull request."
msgid "Error: changesets not found when displaying pull request from %s."
msgstr "没有找到更新此拉取请求的修订集。"
#: kallithea/controllers/pullrequests.py:522
#, python-format
msgid "This pull request has already been merged to %s."
msgstr ""
#: kallithea/controllers/pullrequests.py:524
msgid "This pull request has been closed and can not be updated."
msgstr ""
#: kallithea/controllers/pullrequests.py:543
#, python-format
msgid "The following additional changes are available on %s:"
msgstr ""
#: kallithea/controllers/pullrequests.py:545
#: kallithea/controllers/pullrequests.py:549
#, fuzzy
#| msgid "No changesets found for updating this pull request."
msgid "No additional changesets found for iterating on this pull request."
msgstr "没有找到更新此拉取请求的修订集。"
#: kallithea/controllers/pullrequests.py:557
#, python-format
msgid "Note: Branch %s has another head: %s."
msgstr ""
#: kallithea/controllers/pullrequests.py:564
msgid "Git pull requests don't support iterating yet."
msgstr ""
#: kallithea/controllers/pullrequests.py:566
#, fuzzy, python-format
#| msgid "No changesets found for updating this pull request."
msgid ""
"Error: some changesets not found when displaying pull request from %s."
msgstr "没有找到更新此拉取请求的修订集。"
#: kallithea/controllers/pullrequests.py:590
msgid "The diff can't be shown - the PR revisions could not be found."
msgstr ""
#: kallithea/controllers/search.py:136
msgid "Invalid search query. Try quoting it."
msgstr "错误的搜索。请尝试用引号包含它。"
#: kallithea/controllers/search.py:140
msgid "The server has no search index."
msgstr ""
#: kallithea/controllers/search.py:143
msgid "An error occurred during search operation."
msgstr "搜索操作期间发生错误。"
#: kallithea/controllers/summary.py:179
#: kallithea/templates/summary/summary.html:395
msgid "No data ready yet"
msgstr "数据尚未就绪"
#: kallithea/controllers/summary.py:182
#: kallithea/templates/summary/summary.html:89
msgid "Statistics are disabled for this repository"
msgstr "该版本库统计功能已经禁用"
#: kallithea/controllers/admin/auth_settings.py:135
msgid "Auth settings updated successfully"
msgstr "验证设置更新成功"
#: kallithea/controllers/admin/auth_settings.py:146
msgid "error occurred during update of auth settings"
msgstr "验证设置更新时发生错误"
#: kallithea/controllers/admin/defaults.py:75
msgid "Default settings updated successfully"
msgstr "默认设置已经成功更新"
#: kallithea/controllers/admin/defaults.py:90
msgid "Error occurred during update of defaults"
msgstr "默认值更新时发生错误"
#: kallithea/controllers/admin/gists.py:58
#: kallithea/controllers/admin/my_account.py:230
#: kallithea/controllers/admin/users.py:248
#, fuzzy
msgid "Forever"
msgstr "检视者"
#: kallithea/controllers/admin/gists.py:59
#: kallithea/controllers/admin/my_account.py:231
#: kallithea/controllers/admin/users.py:249
msgid "5 minutes"
msgstr "5 分钟"
#: kallithea/controllers/admin/gists.py:60
#: kallithea/controllers/admin/my_account.py:232
#: kallithea/controllers/admin/users.py:250
msgid "1 hour"
msgstr "1 小时"
#: kallithea/controllers/admin/gists.py:61
#: kallithea/controllers/admin/my_account.py:233
#: kallithea/controllers/admin/users.py:251
msgid "1 day"
msgstr "1 天"
#: kallithea/controllers/admin/gists.py:62
#: kallithea/controllers/admin/my_account.py:234
#: kallithea/controllers/admin/users.py:252
msgid "1 month"
msgstr "1 个月"
#: kallithea/controllers/admin/gists.py:66
#: kallithea/controllers/admin/my_account.py:236
#: kallithea/controllers/admin/users.py:254
#: kallithea/templates/admin/my_account/my_account_api_keys.html:65
#: kallithea/templates/admin/users/user_edit_api_keys.html:65
msgid "Lifetime"
msgstr "终身"
#: kallithea/controllers/admin/gists.py:140
msgid "Error occurred during gist creation"
msgstr "gist 创建时发生错误"
#: kallithea/controllers/admin/gists.py:156
#, python-format
msgid "Deleted gist %s"
msgstr "已删除 gist %s"
#: kallithea/controllers/admin/gists.py:196
msgid "Unmodified"
msgstr "未修改"
#: kallithea/controllers/admin/gists.py:225
msgid "Successfully updated gist content"
msgstr "成功更新 gist 内容"
#: kallithea/controllers/admin/gists.py:230
msgid "Successfully updated gist data"
msgstr "成功更新 gist 数据"
#: kallithea/controllers/admin/gists.py:233
#, python-format
msgid "Error occurred during update of gist %s"
msgstr "gist %s 更新时发生错误"
#: kallithea/controllers/admin/my_account.py:68 kallithea/model/user.py:214
#: kallithea/model/user.py:235
msgid "You can't edit this user since it's crucial for entire application"
msgstr "由于是系统帐号,无法编辑该用户"
#: kallithea/controllers/admin/my_account.py:117
msgid "Your account was updated successfully"
msgstr "你的帐号已经更新完成"
#: kallithea/controllers/admin/my_account.py:132
#: kallithea/controllers/admin/users.py:181
#, python-format
msgid "Error occurred during update of user %s"
msgstr "用户 %s 更新时发生错误"
#: kallithea/controllers/admin/my_account.py:166
msgid "Error occurred during update of user password"
msgstr "用户密码更新时发生错误"
#: kallithea/controllers/admin/my_account.py:207
#: kallithea/controllers/admin/users.py:369
#, python-format
msgid "Added email %s to user"
msgstr "已为用户添加电子邮件 %s"
#: kallithea/controllers/admin/my_account.py:213
#: kallithea/controllers/admin/users.py:375
msgid "An error occurred during email saving"
msgstr "保存电子邮件时发生错误"
#: kallithea/controllers/admin/my_account.py:222
#: kallithea/controllers/admin/users.py:385
msgid "Removed email from user"
msgstr "成功删除用户电子邮件"
#: kallithea/controllers/admin/my_account.py:246
#: kallithea/controllers/admin/users.py:271
msgid "API key successfully created"
msgstr "API 密钥创建成功"
#: kallithea/controllers/admin/my_account.py:255
#: kallithea/controllers/admin/users.py:281
msgid "API key successfully reset"
msgstr "API 密钥重置成功"
#: kallithea/controllers/admin/my_account.py:259
#: kallithea/controllers/admin/users.py:285
msgid "API key successfully deleted"
msgstr "API 密钥删除成功"
#: kallithea/controllers/admin/permissions.py:63
#: kallithea/controllers/admin/permissions.py:67
#: kallithea/controllers/admin/permissions.py:71
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:8
#: kallithea/templates/admin/repos/repo_edit_permissions.html:8
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:8
#: kallithea/templates/base/perms_summary.html:15
msgid "Read"
msgstr "读"
#: kallithea/controllers/admin/permissions.py:64
#: kallithea/controllers/admin/permissions.py:68
#: kallithea/controllers/admin/permissions.py:72
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:9
#: kallithea/templates/admin/repos/repo_edit_permissions.html:9
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:9
#: kallithea/templates/base/perms_summary.html:16
msgid "Write"
msgstr "写"
#: kallithea/controllers/admin/permissions.py:65
#: kallithea/controllers/admin/permissions.py:69
#: kallithea/controllers/admin/permissions.py:73
#: kallithea/templates/admin/auth/auth_settings.html:9
#: kallithea/templates/admin/defaults/defaults.html:9
#: kallithea/templates/admin/permissions/permissions.html:9
#: kallithea/templates/admin/repo_groups/repo_group_add.html:9
#: kallithea/templates/admin/repo_groups/repo_group_edit.html:9
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:10
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:47
#: kallithea/templates/admin/repo_groups/repo_groups.html:9
#: kallithea/templates/admin/repos/repo_add.html:10
#: kallithea/templates/admin/repos/repo_add.html:14
#: kallithea/templates/admin/repos/repo_edit_permissions.html:10
#: kallithea/templates/admin/settings/settings.html:9
#: kallithea/templates/admin/user_groups/user_group_add.html:8
#: kallithea/templates/admin/user_groups/user_group_edit.html:9
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:10
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:47
#: kallithea/templates/admin/user_groups/user_groups.html:9
#: kallithea/templates/admin/users/user_add.html:8
#: kallithea/templates/admin/users/user_edit.html:9
#: kallithea/templates/admin/users/user_edit_profile.html:81
#: kallithea/templates/admin/users/users.html:9
#: kallithea/templates/admin/users/users.html:43
#: kallithea/templates/base/base.html:327
#: kallithea/templates/base/base.html:328
#: kallithea/templates/base/base.html:334
#: kallithea/templates/base/base.html:335
#: kallithea/templates/base/perms_summary.html:17
msgid "Admin"
msgstr "管理"
#: kallithea/controllers/admin/permissions.py:76
#: kallithea/controllers/admin/permissions.py:87
#: kallithea/controllers/admin/permissions.py:92
#: kallithea/controllers/admin/permissions.py:95
#: kallithea/controllers/admin/permissions.py:98
#: kallithea/controllers/admin/permissions.py:101
#: kallithea/templates/admin/auth/auth_settings.html:42
#: kallithea/templates/base/root.html:50
msgid "Disabled"
msgstr "停用"
#: kallithea/controllers/admin/permissions.py:78
msgid "Allowed with manual account activation"
msgstr "已允许手动激活账号"
#: kallithea/controllers/admin/permissions.py:80
msgid "Allowed with automatic account activation"
msgstr "已允许自动激活账号"
#: kallithea/controllers/admin/permissions.py:83 kallithea/model/db.py:1739
msgid "Manual activation of external account"
msgstr "外部账号手动激活"
#: kallithea/controllers/admin/permissions.py:84 kallithea/model/db.py:1740
msgid "Automatic activation of external account"
msgstr "外部账号自动激活"
#: kallithea/controllers/admin/permissions.py:88
#: kallithea/controllers/admin/permissions.py:91
#: kallithea/controllers/admin/permissions.py:96
#: kallithea/controllers/admin/permissions.py:99
#: kallithea/controllers/admin/permissions.py:102
#: kallithea/templates/admin/auth/auth_settings.html:42
#: kallithea/templates/base/root.html:49
msgid "Enabled"
msgstr "启用"
#: kallithea/controllers/admin/permissions.py:125
msgid "Global permissions updated successfully"
msgstr "全局权限更新成功"
#: kallithea/controllers/admin/permissions.py:140
msgid "Error occurred during update of permissions"
msgstr "权限更新时发生错误"
#: kallithea/controllers/admin/repo_groups.py:174
#, python-format
msgid "Error occurred during creation of repository group %s"
msgstr ""
#: kallithea/controllers/admin/repo_groups.py:179
#, python-format
msgid "Created repository group %s"
msgstr ""
#: kallithea/controllers/admin/repo_groups.py:226
#, python-format
msgid "Updated repository group %s"
msgstr ""
#: kallithea/controllers/admin/repo_groups.py:242
#, python-format
msgid "Error occurred during update of repository group %s"
msgstr ""
#: kallithea/controllers/admin/repo_groups.py:252
#, python-format
msgid "This group contains %s repositories and cannot be deleted"
msgstr "这个组内有%s个版本库因而无法删除"
#: kallithea/controllers/admin/repo_groups.py:259
#, python-format
msgid "This group contains %s subgroups and cannot be deleted"
msgstr ""
#: kallithea/controllers/admin/repo_groups.py:265
#, python-format
msgid "Removed repository group %s"
msgstr ""
#: kallithea/controllers/admin/repo_groups.py:270
#, python-format
msgid "Error occurred during deletion of repository group %s"
msgstr ""
#: kallithea/controllers/admin/repo_groups.py:354
#: kallithea/controllers/admin/repo_groups.py:384
#: kallithea/controllers/admin/user_groups.py:299
msgid "Cannot revoke permission for yourself as admin"
msgstr ""
#: kallithea/controllers/admin/repo_groups.py:369
msgid "Repository group permissions updated"
msgstr ""
#: kallithea/controllers/admin/repo_groups.py:401
#: kallithea/controllers/admin/repos.py:357
#: kallithea/controllers/admin/user_groups.py:311
msgid "An error occurred during revoking of permission"
msgstr ""
#: kallithea/controllers/admin/repos.py:137
#, python-format
msgid "Error creating repository %s"
msgstr ""
#: kallithea/controllers/admin/repos.py:195
#, python-format
msgid "Created repository %s from %s"
msgstr ""
#: kallithea/controllers/admin/repos.py:204
#, python-format
msgid "Forked repository %s as %s"
msgstr ""
#: kallithea/controllers/admin/repos.py:207
#, python-format
msgid "Created repository %s"
msgstr ""
#: kallithea/controllers/admin/repos.py:236
#, python-format
msgid "Repository %s updated successfully"
msgstr "版本库%s成功更新"
#: kallithea/controllers/admin/repos.py:256
#, python-format
msgid "Error occurred during update of repository %s"
msgstr ""
#: kallithea/controllers/admin/repos.py:274
#, python-format
msgid "Detached %s forks"
msgstr ""
#: kallithea/controllers/admin/repos.py:277
#, python-format
msgid "Deleted %s forks"
msgstr ""
#: kallithea/controllers/admin/repos.py:282
#, python-format
msgid "Deleted repository %s"
msgstr ""
#: kallithea/controllers/admin/repos.py:285
#, fuzzy, python-format
msgid "Cannot delete repository %s which still has forks"
msgstr "无法删除%s因为它还有其他分复刻本库"
#: kallithea/controllers/admin/repos.py:290
#, python-format
msgid "An error occurred during deletion of %s"
msgstr "在删除%s的时候发生错误"
#: kallithea/controllers/admin/repos.py:330
msgid "Repository permissions updated"
msgstr ""
#: kallithea/controllers/admin/repos.py:387
#, python-format
msgid "Field validation error: %s"
msgstr ""
#: kallithea/controllers/admin/repos.py:390
#, fuzzy, python-format
#| msgid "An error occurred during deletion of user"
msgid "An error occurred during creation of field: %r"
msgstr "删除用户时发生错误"
#: kallithea/controllers/admin/repos.py:401
msgid "An error occurred during removal of field"
msgstr ""
#: kallithea/controllers/admin/repos.py:415
msgid "-- Not a fork --"
msgstr ""
#: kallithea/controllers/admin/repos.py:446
msgid "Updated repository visibility in public journal"
msgstr "成功更新在公共日志中的可见性"
#: kallithea/controllers/admin/repos.py:450
msgid "An error occurred during setting this repository in public journal"
msgstr "设置版本库到公共日志时发生错误"
#: kallithea/controllers/admin/repos.py:466
msgid "Nothing"
msgstr "无"
#: kallithea/controllers/admin/repos.py:468
#, python-format
msgid "Marked repository %s as fork of %s"
msgstr "成功将版本库%s标记为复刻自%s"
#: kallithea/controllers/admin/repos.py:475
msgid "An error occurred during this operation"
msgstr "在搜索操作中发生错误"
#: kallithea/controllers/admin/repos.py:491
#: kallithea/controllers/admin/repos.py:512
#, fuzzy
msgid "Repository has been locked"
msgstr "版本库未锁定"
#: kallithea/controllers/admin/repos.py:494
#: kallithea/controllers/admin/repos.py:509
#, fuzzy
msgid "Repository has been unlocked"
msgstr "版本库未锁定"
#: kallithea/controllers/admin/repos.py:497
#: kallithea/controllers/admin/repos.py:516
msgid "An error occurred during unlocking"
msgstr "解锁时发生错误"
#: kallithea/controllers/admin/repos.py:528
msgid "Cache invalidation successful"
msgstr ""
#: kallithea/controllers/admin/repos.py:532
msgid "An error occurred during cache invalidation"
msgstr "清除缓存时发生错误"
#: kallithea/controllers/admin/repos.py:545
msgid "Pulled from remote location"
msgstr "成功拉取自远程路径"
#: kallithea/controllers/admin/repos.py:548
msgid "An error occurred during pull from remote location"
msgstr "从远程路径拉取时发生错误"
#: kallithea/controllers/admin/repos.py:579
msgid "An error occurred during deletion of repository stats"
msgstr "删除版本库统计时发生错误"
#: kallithea/controllers/admin/settings.py:135
msgid "Updated VCS settings"
msgstr "成功更新版本控制系统设置"
#: kallithea/controllers/admin/settings.py:139 kallithea/lib/utils.py:231
msgid ""
"Unable to activate hgsubversion support. The \"hgsubversion\" library is "
"missing"
msgstr ""
#: kallithea/controllers/admin/settings.py:145
#: kallithea/controllers/admin/settings.py:237
msgid "Error occurred while updating application settings"
msgstr ""
#: kallithea/controllers/admin/settings.py:180
#, python-format
msgid "Repositories successfully rescanned. Added: %s. Removed: %s."
msgstr ""
#: kallithea/controllers/admin/settings.py:192
#, fuzzy, python-format
msgid "Invalidated %s repositories"
msgstr "清除版本库缓存"
#: kallithea/controllers/admin/settings.py:233
msgid "Updated application settings"
msgstr "更新应用设置"
#: kallithea/controllers/admin/settings.py:286
msgid "Updated visualisation settings"
msgstr "成功更新可视化设置"
#: kallithea/controllers/admin/settings.py:291
msgid "Error occurred during updating visualisation settings"
msgstr ""
#: kallithea/controllers/admin/settings.py:315
msgid "Please enter email address"
msgstr ""
#: kallithea/controllers/admin/settings.py:330
msgid "Send email task created"
msgstr ""
#: kallithea/controllers/admin/settings.py:358
#, fuzzy
#| msgid "No data ready yet"
msgid "Hook already exists"
msgstr "数据尚未就绪"
#: kallithea/controllers/admin/settings.py:360
msgid "Builtin hooks are read-only. Please use another hook name."
msgstr ""
#: kallithea/controllers/admin/settings.py:363
msgid "Added new hook"
msgstr "新建钩子"
#: kallithea/controllers/admin/settings.py:379
msgid "Updated hooks"
msgstr "更新钩子"
#: kallithea/controllers/admin/settings.py:383
msgid "Error occurred during hook creation"
msgstr ""
#: kallithea/controllers/admin/settings.py:407
msgid "Whoosh reindex task scheduled"
msgstr "Whoosh重新索引任务调度"
#: kallithea/controllers/admin/user_groups.py:143
#, python-format
msgid "Created user group %s"
msgstr ""
#: kallithea/controllers/admin/user_groups.py:156
#, python-format
msgid "Error occurred during creation of user group %s"
msgstr ""
#: kallithea/controllers/admin/user_groups.py:184
#, python-format
msgid "Updated user group %s"
msgstr ""
#: kallithea/controllers/admin/user_groups.py:206
#, python-format
msgid "Error occurred during update of user group %s"
msgstr ""
#: kallithea/controllers/admin/user_groups.py:217
msgid "Successfully deleted user group"
msgstr ""
#: kallithea/controllers/admin/user_groups.py:222
msgid "An error occurred during deletion of user group"
msgstr ""
#: kallithea/controllers/admin/user_groups.py:278
msgid "Target group cannot be the same"
msgstr ""
#: kallithea/controllers/admin/user_groups.py:284
msgid "User group permissions updated"
msgstr ""
#: kallithea/controllers/admin/user_groups.py:395
#: kallithea/controllers/admin/users.py:340
msgid "Updated permissions"
msgstr ""
#: kallithea/controllers/admin/user_groups.py:399
#: kallithea/controllers/admin/users.py:344
msgid "An error occurred during permissions saving"
msgstr "保存权限时发生错误"
#: kallithea/controllers/admin/users.py:123
#, python-format
msgid "Created user %s"
msgstr ""
#: kallithea/controllers/admin/users.py:138
#, python-format
msgid "Error occurred during creation of user %s"
msgstr ""
#: kallithea/controllers/admin/users.py:162
msgid "User updated successfully"
msgstr "用户更新成功"
#: kallithea/controllers/admin/users.py:190
msgid "Successfully deleted user"
msgstr ""
#: kallithea/controllers/admin/users.py:195
msgid "An error occurred during deletion of user"
msgstr "删除用户时发生错误"
#: kallithea/controllers/admin/users.py:203
msgid "The default user cannot be edited"
msgstr ""
#: kallithea/controllers/admin/users.py:412
#, python-format
msgid "Added IP address %s to user whitelist"
msgstr ""
#: kallithea/controllers/admin/users.py:418
msgid "An error occurred while adding IP address"
msgstr ""
#: kallithea/controllers/admin/users.py:430
msgid "Removed IP address from user whitelist"
msgstr ""
#: kallithea/lib/auth.py:824
msgid "You need to be a registered user to perform this action"
msgstr "必须是注册用户才能进行此操作"
#: kallithea/lib/auth.py:852
msgid "You need to be signed in to view this page"
msgstr "必须登录才能访问该页面"
#: kallithea/lib/base.py:444
msgid "Invalid API key"
msgstr ""
#: kallithea/lib/base.py:495
msgid ""
"CSRF token leak has been detected - all form tokens have been expired"
msgstr ""
#: kallithea/lib/base.py:583
msgid "Repository not found in the filesystem"
msgstr ""
#: kallithea/lib/base.py:608
#, fuzzy, python-format
msgid "Changeset for %s %s not found in %s"
msgstr "未找到修订集"
#: kallithea/lib/diffs.py:193
msgid "Binary file"
msgstr ""
#: kallithea/lib/diffs.py:213
msgid ""
"Changeset was too big and was cut off, use diff menu to display this diff"
msgstr "修订集过大并已被截断,使用差异菜单查看此差异"
#: kallithea/lib/diffs.py:223
msgid "No changes detected"
msgstr "未发现差异"
#: kallithea/lib/helpers.py:612
#, python-format
msgid "Deleted branch: %s"
msgstr "已经删除分支%s"
#: kallithea/lib/helpers.py:614
#, python-format
msgid "Created tag: %s"
msgstr "创建标签%s"
#: kallithea/lib/helpers.py:625
#, fuzzy, python-format
msgid "Changeset %s not found"
msgstr "未找到修订集"
#: kallithea/lib/helpers.py:674
#, python-format
msgid "Show all combined changesets %s->%s"
msgstr "显示所有合并的修订集 %s->%s"
#: kallithea/lib/helpers.py:680
#, fuzzy
msgid "Compare view"
msgstr "比较显示"
#: kallithea/lib/helpers.py:699
msgid "and"
msgstr "还有"
#: kallithea/lib/helpers.py:700
#, python-format
msgid "%s more"
msgstr "%s个"
#: kallithea/lib/helpers.py:701
#: kallithea/templates/changelog/changelog.html:43
msgid "revisions"
msgstr "修订"
#: kallithea/lib/helpers.py:725
#, fuzzy, python-format
msgid "Fork name %s"
msgstr "复刻名称%s"
#: kallithea/lib/helpers.py:746
#, fuzzy, python-format
msgid "Pull request %s"
msgstr "拉取请求#%s"
#: kallithea/lib/helpers.py:756
msgid "[deleted] repository"
msgstr "[删除]版本库"
#: kallithea/lib/helpers.py:758 kallithea/lib/helpers.py:770
msgid "[created] repository"
msgstr "[创建]版本库"
#: kallithea/lib/helpers.py:760
msgid "[created] repository as fork"
msgstr "[创建]复刻版本库"
#: kallithea/lib/helpers.py:762 kallithea/lib/helpers.py:772
msgid "[forked] repository"
msgstr "[复刻]版本库"
#: kallithea/lib/helpers.py:764 kallithea/lib/helpers.py:774
msgid "[updated] repository"
msgstr "[更新]版本库"
#: kallithea/lib/helpers.py:766
msgid "[downloaded] archive from repository"
msgstr ""
#: kallithea/lib/helpers.py:768
msgid "[delete] repository"
msgstr "[删除]版本库"
#: kallithea/lib/helpers.py:776
msgid "[created] user"
msgstr "[创建]用户"
#: kallithea/lib/helpers.py:778
msgid "[updated] user"
msgstr "[更新]用户"
#: kallithea/lib/helpers.py:780
msgid "[created] user group"
msgstr ""
#: kallithea/lib/helpers.py:782
msgid "[updated] user group"
msgstr ""
#: kallithea/lib/helpers.py:784
msgid "[commented] on revision in repository"
msgstr "[评论]了版本库中的修订"
#: kallithea/lib/helpers.py:786
msgid "[commented] on pull request for"
msgstr "[评论]拉取请求"
#: kallithea/lib/helpers.py:788
msgid "[closed] pull request for"
msgstr "[关闭] 拉取请求"
#: kallithea/lib/helpers.py:790
msgid "[pushed] into"
msgstr "[推送]到"
#: kallithea/lib/helpers.py:792
msgid "[committed via Kallithea] into repository"
msgstr "[通过Kallithea提交]到版本库"
#: kallithea/lib/helpers.py:794
msgid "[pulled from remote] into repository"
msgstr "[远程拉取]到版本库"
#: kallithea/lib/helpers.py:796
msgid "[pulled] from"
msgstr "[拉取]自"
#: kallithea/lib/helpers.py:798
msgid "[started following] repository"
msgstr "[开始关注]版本库"
#: kallithea/lib/helpers.py:800
msgid "[stopped following] repository"
msgstr "[停止关注]版本库"
#: kallithea/lib/helpers.py:928
#, python-format
msgid " and %s more"
msgstr " 还有%s个"
#: kallithea/lib/helpers.py:932
#: kallithea/templates/compare/compare_diff.html:69
#: kallithea/templates/pullrequests/pullrequest_show.html:297
msgid "No files"
msgstr "无文件"
#: kallithea/lib/helpers.py:957
msgid "new file"
msgstr ""
#: kallithea/lib/helpers.py:960
msgid "mod"
msgstr ""
#: kallithea/lib/helpers.py:963
msgid "del"
msgstr ""
#: kallithea/lib/helpers.py:966
msgid "rename"
msgstr ""
#: kallithea/lib/helpers.py:971
msgid "chmod"
msgstr ""
#: kallithea/lib/helpers.py:1264
#, python-format
msgid ""
"%s repository is not mapped to db perhaps it was created or renamed from "
"the filesystem please run the application again in order to rescan "
"repositories"
msgstr ""
"版本库%s没有映射到数据库,可能是从文件系统创建或者重命名,请重启Kallithea"
"以重新扫描版本库"
#: kallithea/lib/utils2.py:333
#, python-format
msgid "%d year"
msgid_plural "%d years"
msgstr[0] "%d年"
#: kallithea/lib/utils2.py:334
#, python-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] "%d月"
#: kallithea/lib/utils2.py:335
#, python-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d天"
#: kallithea/lib/utils2.py:336
#, python-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d时"
#: kallithea/lib/utils2.py:337
#, python-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d分"
#: kallithea/lib/utils2.py:338
#, python-format
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] "%d秒"
#: kallithea/lib/utils2.py:354
#, python-format
msgid "in %s"
msgstr "%s"
#: kallithea/lib/utils2.py:356
#, python-format
msgid "%s ago"
msgstr "%s前"
#: kallithea/lib/utils2.py:358
#, python-format
msgid "in %s and %s"
msgstr "%s零%s"
#: kallithea/lib/utils2.py:361
#, python-format
msgid "%s and %s ago"
msgstr "%s零%s前"
#: kallithea/lib/utils2.py:364
msgid "just now"
msgstr "刚才"
#: kallithea/model/comment.py:68
#, python-format
msgid "on line %s"
msgstr "在%s行"
#: kallithea/model/comment.py:221 kallithea/model/pull_request.py:117
msgid "[Mention]"
msgstr "[提及]"
#: kallithea/model/db.py:1562
msgid "top level"
msgstr ""
#: kallithea/model/db.py:1703
msgid "Kallithea Administrator"
msgstr "Kallithea 管理员"
#: kallithea/model/db.py:1705
msgid "Default user has no access to new repositories"
msgstr ""
#: kallithea/model/db.py:1706
#, fuzzy
msgid "Default user has read access to new repositories"
msgstr "未授权的资源访问"
#: kallithea/model/db.py:1707
#, fuzzy
msgid "Default user has write access to new repositories"
msgstr "未授权的资源访问"
#: kallithea/model/db.py:1708
msgid "Default user has admin access to new repositories"
msgstr ""
#: kallithea/model/db.py:1710
msgid "Default user has no access to new repository groups"
msgstr ""
#: kallithea/model/db.py:1711
msgid "Default user has read access to new repository groups"
msgstr ""
#: kallithea/model/db.py:1712
msgid "Default user has write access to new repository groups"
msgstr ""
#: kallithea/model/db.py:1713
msgid "Default user has admin access to new repository groups"
msgstr ""
#: kallithea/model/db.py:1715
msgid "Default user has no access to new user groups"
msgstr ""
#: kallithea/model/db.py:1716
msgid "Default user has read access to new user groups"
msgstr ""
#: kallithea/model/db.py:1717
msgid "Default user has write access to new user groups"
msgstr ""
#: kallithea/model/db.py:1718
msgid "Default user has admin access to new user groups"
msgstr ""
#: kallithea/model/db.py:1720
#, fuzzy
msgid "Only admins can create repository groups"
msgstr "没有在该版本库组中创建版本库的权限"
#: kallithea/model/db.py:1721
#, fuzzy
msgid "Non-admins can create repository groups"
msgstr "没有在该版本库组中创建版本库的权限"
#: kallithea/model/db.py:1723
msgid "Only admins can create user groups"
msgstr ""
#: kallithea/model/db.py:1724
msgid "Non-admins can create user groups"
msgstr ""
#: kallithea/model/db.py:1726
msgid "Only admins can create top level repositories"
msgstr ""
#: kallithea/model/db.py:1727
msgid "Non-admins can create top level repositories"
msgstr ""
#: kallithea/model/db.py:1729
msgid ""
"Repository creation enabled with write permission to a repository group"
msgstr ""
#: kallithea/model/db.py:1730
msgid ""
"Repository creation disabled with write permission to a repository group"
msgstr ""
#: kallithea/model/db.py:1732
#, fuzzy
msgid "Only admins can fork repositories"
msgstr "创建版本库"
#: kallithea/model/db.py:1733
#, fuzzy
msgid "Non-admins can fork repositories"
msgstr "创建版本库"
#: kallithea/model/db.py:1735
msgid "Registration disabled"
msgstr ""
#: kallithea/model/db.py:1736
msgid "User registration with manual account activation"
msgstr ""
#: kallithea/model/db.py:1737
msgid "User registration with automatic account activation"
msgstr ""
#: kallithea/model/db.py:2263
#, fuzzy
msgid "Not reviewed"
msgstr "未检视"
#: kallithea/model/db.py:2264
#, fuzzy
msgid "Under review"
msgstr "检视中"
#: kallithea/model/db.py:2265
#, fuzzy
#| msgid "Approved"
msgid "Not approved"
msgstr "已批准"
#: kallithea/model/db.py:2266
msgid "Approved"
msgstr "已批准"
#: kallithea/model/forms.py:58
msgid "Please enter a login"
msgstr "请登录"
#: kallithea/model/forms.py:59
#, python-format
msgid "Enter a value %(min)i characters long or more"
msgstr "输入一个不少于%(min)i个字符的值"
#: kallithea/model/forms.py:67
msgid "Please enter a password"
msgstr "请输入密码"
#: kallithea/model/forms.py:68
#, python-format
msgid "Enter %(min)i characters or more"
msgstr "输入少于%(min)i个字符"
#: kallithea/model/forms.py:170
msgid "Name must not contain only digits"
msgstr ""
#: kallithea/model/notification.py:165
#, fuzzy, python-format
#| msgid "[Comment] %(repo_name)s changeset %(short_id)s on %(branch)s"
msgid ""
"[Comment] %(repo_name)s changeset %(short_id)s \"%(message_short)s\" on "
"%(branch)s"
msgstr "[评论] %(repo_name)s 修订集 %(short_id)s 在 %(branch)s"
#: kallithea/model/notification.py:168
#, fuzzy, python-format
msgid "New user %(new_username)s registered"
msgstr "用户名称 %(new_username)s 无效"
#: kallithea/model/notification.py:170
#, python-format
msgid ""
"[Review] %(repo_name)s PR %(pr_nice_id)s \"%(pr_title_short)s\" from "
"%(pr_source_branch)s by %(pr_owner_username)s"
msgstr ""
#: kallithea/model/notification.py:171
#, python-format
msgid ""
"[Comment] %(repo_name)s PR %(pr_nice_id)s \"%(pr_title_short)s\" from "
"%(pr_source_branch)s by %(pr_owner_username)s"
msgstr ""
#: kallithea/model/notification.py:184
#, fuzzy
msgid "Closing"
msgstr "使用中"
#: kallithea/model/pull_request.py:76
#, python-format
msgid ""
"%(user)s wants you to review pull request %(pr_nice_id)s: %(pr_title)s"
msgstr ""
#: kallithea/model/pull_request.py:211
#, fuzzy
#| msgid "Error creating pull request: %s"
msgid "Cannot create empty pull request"
msgstr "创建拉取请求出错:%s"
#: kallithea/model/pull_request.py:219
#, python-format
msgid ""
"Cannot create pull request - criss cross merge detected, please merge a "
"later %s revision to %s"
msgstr ""
#: kallithea/model/pull_request.py:247 kallithea/model/pull_request.py:382
#, fuzzy
#| msgid "Confirm to delete this pull request"
msgid "You are not authorized to create the pull request"
msgstr "确认删除拉取请求"
#: kallithea/model/pull_request.py:341
#, fuzzy
#| msgid "Missing changesets since the previous pull request:"
msgid "Missing changesets since the previous iteration:"
msgstr "缺少上次拉取请求之后的修订集:"
#: kallithea/model/pull_request.py:348
#, fuzzy, python-format
#| msgid "New changesets on %s %s since the previous pull request:"
msgid "New changesets on %s %s since the previous iteration:"
msgstr "在上次拉取请求之后,在 %s %s 上的新修订集:"
#: kallithea/model/pull_request.py:355
msgid "Ancestor didn't change - diff since previous iteration:"
msgstr ""
#: kallithea/model/pull_request.py:362
#, python-format
msgid ""
"This iteration is based on another %s revision and there is no simple "
"diff."
msgstr ""
#: kallithea/model/pull_request.py:364
#, fuzzy, python-format
#| msgid "New changesets on %s %s since the previous pull request:"
msgid "No changes found on %s %s since previous iteration."
msgstr "在上次拉取请求之后,在 %s %s 上的新修订集:"
#: kallithea/model/pull_request.py:390
#, python-format
msgid "Closed, next iteration: %s ."
msgstr ""
#: kallithea/model/scm.py:698
msgid "latest tip"
msgstr "最新tip版本"
#: kallithea/model/user.py:189
msgid "New user registration"
msgstr ""
#: kallithea/model/user.py:253
#, fuzzy
msgid ""
"You can't remove this user since it is crucial for the entire application"
msgstr "由于是系统帐号,无法删除该用户"
#: kallithea/model/user.py:258
#, fuzzy, python-format
msgid ""
"User \"%s\" still owns %s repositories and cannot be removed. Switch "
"owners or remove those repositories: %s"
msgstr ""
"由于用户 \"%s\" 拥有版本库%s因而无法删除,请修改版本库所有者或删除版本"
"库。%s"
#: kallithea/model/user.py:263
#, fuzzy, python-format
msgid ""
"User \"%s\" still owns %s repository groups and cannot be removed. Switch "
"owners or remove those repository groups: %s"
msgstr ""
"由于用户 \"%s\" 拥有版本库%s因而无法删除,请修改版本库所有者或删除版本"
"库。%s"
#: kallithea/model/user.py:270
#, fuzzy, python-format
msgid ""
"User \"%s\" still owns %s user groups and cannot be removed. Switch "
"owners or remove those user groups: %s"
msgstr ""
"由于用户 \"%s\" 拥有版本库%s因而无法删除,请修改版本库所有者或删除版本"
"库。%s"
#: kallithea/model/user.py:364
msgid "Password reset link"
msgstr ""
#: kallithea/model/user.py:413
#, fuzzy
msgid "Password reset notification"
msgstr "确认密码"
#: kallithea/model/user.py:414
#, python-format
msgid ""
"The password to your account %s has been changed using password reset "
"form."
msgstr ""
#: kallithea/model/validators.py:54 kallithea/model/validators.py:55
msgid "Value cannot be an empty list"
msgstr "值不能为空"
#: kallithea/model/validators.py:74
#, python-format
msgid "Username \"%(username)s\" already exists"
msgstr "用户名称%(username)s已经存在"
#: kallithea/model/validators.py:76
#, fuzzy, python-format
msgid "Username \"%(username)s\" cannot be used"
msgstr "用户名称 %(username)s 无效"
#: kallithea/model/validators.py:78
msgid ""
"Username may only contain alphanumeric characters underscores, periods or "
"dashes and must begin with an alphanumeric character or underscore"
msgstr ""
#: kallithea/model/validators.py:105
msgid "The input is not valid"
msgstr ""
#: kallithea/model/validators.py:112
#, python-format
msgid "Username %(username)s is not valid"
msgstr "用户名称 %(username)s 无效"
#: kallithea/model/validators.py:133
msgid "Invalid user group name"
msgstr ""
#: kallithea/model/validators.py:134
#, python-format
msgid "User group \"%(usergroup)s\" already exists"
msgstr ""
#: kallithea/model/validators.py:136
msgid ""
"user group name may only contain alphanumeric characters underscores, "
"periods or dashes and must begin with alphanumeric character"
msgstr ""
#: kallithea/model/validators.py:176
msgid "Cannot assign this group as parent"
msgstr "不能将这个组作为parent"
#: kallithea/model/validators.py:177
#, python-format
msgid "Group \"%(group_name)s\" already exists"
msgstr "组 \"%(group_name)s\" 已经存在"
#: kallithea/model/validators.py:179
#, python-format
msgid "Repository with name \"%(group_name)s\" already exists"
msgstr "已经存在名为 \"%(group_name)s\" 的版本库"
#: kallithea/model/validators.py:235
msgid "Invalid characters (non-ascii) in password"
msgstr "密码含有无效(非ASCII)字符"
#: kallithea/model/validators.py:250
msgid "Invalid old password"
msgstr ""
#: kallithea/model/validators.py:266
msgid "Passwords do not match"
msgstr "密码不符"
#: kallithea/model/validators.py:281
#, fuzzy
msgid "Invalid username or password"
msgstr "无效密码"
#: kallithea/model/validators.py:312
msgid "Token mismatch"
msgstr "令牌不匹配"
#: kallithea/model/validators.py:328
#, fuzzy, python-format
msgid "Repository name %(repo)s is not allowed"
msgstr "版本库名称不能为%(repo)s"
#: kallithea/model/validators.py:330
#, python-format
msgid "Repository named %(repo)s already exists"
msgstr "已经存在版本库%(repo)s"
#: kallithea/model/validators.py:331
#, python-format
msgid "Repository \"%(repo)s\" already exists in group \"%(group)s\""
msgstr "版本库组 \"%(group)s\" 中已经存在版本库 \"%(repo)s\""
#: kallithea/model/validators.py:333
#, python-format
msgid "Repository group with name \"%(repo)s\" already exists"
msgstr ""
#: kallithea/model/validators.py:419
#, fuzzy
msgid "Invalid repository URL"
msgstr "私有版本库"
#: kallithea/model/validators.py:420
msgid ""
"Invalid repository URL. It must be a valid http, https, ssh, svn+http or "
"svn+https URL"
msgstr ""
#: kallithea/model/validators.py:445
msgid "Fork has to be the same type as parent"
msgstr "复刻版本库必须和父版本库类型相同"
#: kallithea/model/validators.py:460
msgid "You don't have permissions to create repository in this group"
msgstr "没有在该版本库组中创建版本库的权限"
#: kallithea/model/validators.py:462
msgid "no permission to create repository in root location"
msgstr ""
#: kallithea/model/validators.py:512
msgid "You don't have permissions to create a group in this location"
msgstr ""
#: kallithea/model/validators.py:552
msgid "This username or user group name is not valid"
msgstr ""
#: kallithea/model/validators.py:645
msgid "This is not a valid path"
msgstr "不是一个合法的路径"
#: kallithea/model/validators.py:662
#, fuzzy
msgid "This email address is already in use"
msgstr "该邮件地址已被使用"
#: kallithea/model/validators.py:682
#, fuzzy, python-format
msgid "Email address \"%(email)s\" not found"
msgstr "邮件地址\"%(email)s\"不存在"
#: kallithea/model/validators.py:719
msgid ""
"The LDAP Login attribute of the CN must be specified - this is the name "
"of the attribute that is equivalent to \"username\""
msgstr "LDAP 登陆属性的 CN 必须指定 - 这个名字作为用户名"
#: kallithea/model/validators.py:731
msgid "Please enter a valid IPv4 or IPv6 address"
msgstr ""
#: kallithea/model/validators.py:732
#, python-format
msgid ""
"The network size (bits) must be within the range of 0-32 (not %(bits)r)"
msgstr ""
#: kallithea/model/validators.py:765
msgid "Key name can only consist of letters, underscore, dash or numbers"
msgstr ""
#: kallithea/model/validators.py:779
msgid "Filename cannot be inside a directory"
msgstr ""
#: kallithea/model/validators.py:795
#, python-format
msgid "Plugins %(loaded)s and %(next_to_load)s both export the same name"
msgstr ""
#: kallithea/templates/about.html:4 kallithea/templates/about.html:13
msgid "About"
msgstr ""
#: kallithea/templates/admin/repos/repo_add.html:5
#: kallithea/templates/admin/repos/repo_add.html:19
#: kallithea/templates/admin/repos/repos.html:23
#: kallithea/templates/index_base.html:25
#: kallithea/templates/index_base.html:30
msgid "Add Repository"
msgstr ""
#: kallithea/templates/admin/repo_groups/repo_group_add.html:5
#: kallithea/templates/admin/repo_groups/repo_group_add.html:13
#: kallithea/templates/admin/repo_groups/repo_groups.html:25
#: kallithea/templates/index_base.html:27
#: kallithea/templates/index_base.html:32
msgid "Add Repository Group"
msgstr ""
#: kallithea/templates/index_base.html:37
msgid "You have admin right to this group, and can edit it"
msgstr ""
#: kallithea/templates/index_base.html:37
msgid "Edit Repository Group"
msgstr ""
#: kallithea/templates/admin/admin_log.html:7
#: kallithea/templates/admin/permissions/permissions_globals.html:14
#: kallithea/templates/index_base.html:53
msgid "Repository"
msgstr "版本库"
#: kallithea/templates/admin/my_account/my_account_api_keys.html:59
#: kallithea/templates/admin/my_account/my_account_api_keys.html:61
#: kallithea/templates/admin/repo_groups/repo_group_add.html:35
#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:12
#: kallithea/templates/admin/repo_groups/repo_groups.html:40
#: kallithea/templates/admin/repos/repo_add_base.html:21
#: kallithea/templates/admin/repos/repo_edit_settings.html:49
#: kallithea/templates/admin/repos/repos.html:39
#: kallithea/templates/admin/user_groups/user_group_add.html:33
#: kallithea/templates/admin/user_groups/user_group_edit_settings.html:10
#: kallithea/templates/admin/user_groups/user_groups.html:39
#: kallithea/templates/admin/users/user_edit_api_keys.html:59
#: kallithea/templates/admin/users/user_edit_api_keys.html:61
#: kallithea/templates/email_templates/pull_request.html:37
#: kallithea/templates/forks/fork.html:34
#: kallithea/templates/index_base.html:58
#: kallithea/templates/pullrequests/pullrequest.html:33
#: kallithea/templates/pullrequests/pullrequest_show.html:38
#: kallithea/templates/pullrequests/pullrequest_show.html:59
#: kallithea/templates/summary/summary.html:79
msgid "Description"
msgstr "描述"
#: kallithea/templates/index_base.html:60
msgid "Last Change"
msgstr "最后修改"
#: kallithea/templates/admin/my_account/my_account_repos.html:15
#: kallithea/templates/admin/my_account/my_account_watched.html:15
#: kallithea/templates/admin/repos/repos.html:41
#: kallithea/templates/index_base.html:62
msgid "Tip"
msgstr "Tip"
#: kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html:10
#: kallithea/templates/admin/repo_groups/repo_groups.html:42
#: kallithea/templates/admin/repos/repo_edit_settings.html:42
#: kallithea/templates/admin/repos/repos.html:42
#: kallithea/templates/admin/user_groups/user_group_edit_advanced.html:8
#: kallithea/templates/admin/user_groups/user_groups.html:42
#: kallithea/templates/index_base.html:63
#: kallithea/templates/pullrequests/pullrequest_data.html:16
#: kallithea/templates/pullrequests/pullrequest_show.html:124
#: kallithea/templates/pullrequests/pullrequest_show.html:219
#: kallithea/templates/summary/summary.html:124
msgid "Owner"
msgstr "所有者"
#: kallithea/templates/base/base.html:387 kallithea/templates/login.html:5
#: kallithea/templates/login.html:19
msgid "Log In"
msgstr "登录"
#: kallithea/templates/login.html:17
#, python-format
msgid "Log In to %s"
msgstr ""
#: kallithea/templates/admin/admin_log.html:5
#: kallithea/templates/admin/my_account/my_account_profile.html:18
#: kallithea/templates/admin/users/user_add.html:27
#: kallithea/templates/admin/users/user_edit_profile.html:18
#: kallithea/templates/admin/users/users.html:37
#: kallithea/templates/base/base.html:371
#: kallithea/templates/email_templates/registration.html:11
#: kallithea/templates/login.html:28 kallithea/templates/register.html:31
msgid "Username"
msgstr "帐号"
#: kallithea/templates/admin/my_account/my_account.html:27
#: kallithea/templates/admin/users/user_add.html:34
#: kallithea/templates/base/base.html:375 kallithea/templates/login.html:34
#: kallithea/templates/register.html:38
msgid "Password"
msgstr "密码"
#: kallithea/templates/login.html:44
msgid "Stay logged in after browser restart"
msgstr ""
#: kallithea/templates/login.html:52
msgid "Forgot your password ?"
msgstr "忘记了密码?"
#: kallithea/templates/login.html:55
msgid "Don't have an account ?"
msgstr "还没有帐号?"
#: kallithea/templates/login.html:62
msgid "Sign In"
msgstr "登录"
#: kallithea/templates/password_reset.html:5
msgid "Password Reset"
msgstr ""
#: kallithea/templates/password_reset.html:21
#: kallithea/templates/password_reset_confirmation.html:16
#, python-format
msgid "Reset Your Password to %s"
msgstr ""
#: kallithea/templates/password_reset.html:23
#: kallithea/templates/password_reset_confirmation.html:5
#: kallithea/templates/password_reset_confirmation.html:18
#, fuzzy
msgid "Reset Your Password"
msgstr "忘记了密码?"
#: kallithea/templates/password_reset.html:30
msgid "Email Address"
msgstr ""
#: kallithea/templates/password_reset.html:38
#: kallithea/templates/register.html:74
msgid "Captcha"
msgstr ""
#: kallithea/templates/password_reset.html:47
#, fuzzy
msgid "Send Password Reset Email"
msgstr "确认新密码"
#: kallithea/templates/password_reset.html:52
#, fuzzy
msgid ""
"A password reset link will be sent to the specified email address if it "
"is registered in the system."
msgstr "密码重置地址已经发送到邮件"
#: kallithea/templates/password_reset_confirmation.html:23
#, python-format
msgid "You are about to set a new password for the email address %s."
msgstr ""
#: kallithea/templates/password_reset_confirmation.html:24
msgid ""
"Note that you must use the same browser session for this as the one used "
"to request the password reset."
msgstr ""
#: kallithea/templates/password_reset_confirmation.html:29
msgid "Code you received in the email"
msgstr ""
#: kallithea/templates/password_reset_confirmation.html:36
#, fuzzy
msgid "New Password"
msgstr "新密码"
#: kallithea/templates/password_reset_confirmation.html:43
#, fuzzy
msgid "Confirm New Password"
msgstr "新密码"
#: kallithea/templates/password_reset_confirmation.html:51
msgid "Confirm"
msgstr ""
#: kallithea/templates/register.html:5 kallithea/templates/register.html:24
#: kallithea/templates/register.html:83
msgid "Sign Up"
msgstr "注册"
#: kallithea/templates/register.html:22
#, python-format
msgid "Sign Up to %s"
msgstr ""
#: kallithea/templates/register.html:45
msgid "Re-enter password"
msgstr "确认密码"
#: kallithea/templates/admin/my_account/my_account_profile.html:25
#: kallithea/templates/admin/users/user_add.html:48
#: kallithea/templates/admin/users/user_edit_profile.html:60
#: kallithea/templates/admin/users/users.html:38
#: kallithea/templates/register.html:52
msgid "First Name"
msgstr "名"
#: kallithea/templates/admin/my_account/my_account_profile.html:32
#: kallithea/templates/admin/users/user_add.html:55
#: kallithea/templates/admin/users/user_edit_profile.html:67
#: kallithea/templates/admin/users/users.html:39
#: kallithea/templates/register.html:59
msgid "Last Name"
msgstr "姓"
#: kallithea/templates/admin/my_account/my_account_profile.html:39
#: kallithea/templates/admin/settings/settings.html:31
#: kallithea/templates/admin/users/user_add.html:62
#: kallithea/templates/admin/users/user_edit_profile.html:25
#: kallithea/templates/email_templates/registration.html:33
#: kallithea/templates/register.html:66
msgid "Email"
msgstr "电子邮件"
#: kallithea/templates/register.html:85
msgid "Registered accounts are ready to use and need no further action."
msgstr ""
#: kallithea/templates/register.html:87
msgid "Please wait for an administrator to activate your account."
msgstr ""
#: kallithea/templates/admin/admin.html:5
#: kallithea/templates/admin/admin.html:13
#: kallithea/templates/base/base.html:55
#, fuzzy
msgid "Admin Journal"
msgstr "系统日志"
#: kallithea/templates/admin/admin.html:10
#: kallithea/templates/journal/journal.html:10
msgid "journal filter..."
msgstr "日志过滤..."
#: kallithea/templates/admin/admin.html:12
#: kallithea/templates/journal/journal.html:12
#, fuzzy
msgid "Filter"
msgstr "过滤"
#: kallithea/templates/admin/admin.html:13
#: kallithea/templates/journal/journal.html:13
#, fuzzy, python-format
msgid "%s Entry"
msgid_plural "%s Entries"
msgstr[0] "%s条"
#: kallithea/templates/admin/admin_log.html:6
#: kallithea/templates/admin/my_account/my_account_repos.html:16
#: kallithea/templates/admin/repo_groups/repo_groups.html:43
#: kallithea/templates/admin/repos/repo_edit_fields.html:9
#: kallithea/templates/admin/repos/repos.html:44
#: kallithea/templates/admin/user_groups/user_groups.html:43
#: kallithea/templates/admin/users/users.html:45
msgid "Action"
msgstr "操作"
#: kallithea/templates/admin/admin_log.html:8
msgid "Date"
msgstr "日期"
#: kallithea/templates/admin/admin_log.html:9
msgid "From IP"
msgstr "来源IP"
#: kallithea/templates/admin/admin_log.html:61
msgid "No actions yet"
msgstr "无操作"
#: kallithea/templates/admin/auth/auth_settings.html:5
msgid "Authentication Settings"
msgstr ""
#: kallithea/templates/admin/auth/auth_settings.html:11
#: kallithea/templates/base/base.html:61
msgid "Authentication"
msgstr ""
#: kallithea/templates/admin/auth/auth_settings.html:27
msgid "Authentication Plugins"
msgstr ""
#: kallithea/templates/admin/auth/auth_settings.html:29
msgid "Enabled Plugins"
msgstr ""
#: kallithea/templates/admin/auth/auth_settings.html:32
msgid ""
"Comma-separated list of plugins; Kallithea will try user authentication "
"in plugin order"
msgstr ""
#: kallithea/templates/admin/auth/auth_settings.html:36
msgid "Available built-in plugins"
msgstr ""
#: kallithea/templates/admin/auth/auth_settings.html:53
msgid "Plugin"
msgstr ""
#: kallithea/templates/admin/auth/auth_settings.html:101
#: kallithea/templates/admin/defaults/defaults.html:67
#: kallithea/templates/admin/my_account/my_account_password.html:30
#: kallithea/templates/admin/my_account/my_account_profile.html:47
#: kallithea/templates/admin/permissions/permissions_globals.html:95
#: kallithea/templates/admin/repo_groups/repo_group_add.html:58
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:98
#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:35
#: kallithea/templates/admin/repos/repo_edit_permissions.html:84
#: kallithea/templates/admin/repos/repo_edit_settings.html:101
#: kallithea/templates/admin/settings/settings_hooks.html:46
#: kallithea/templates/admin/user_groups/user_group_add.html:48
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:88
#: kallithea/templates/admin/user_groups/user_group_edit_settings.html:46
#: kallithea/templates/admin/users/user_add.html:80
#: kallithea/templates/admin/users/user_edit_profile.html:89
#: kallithea/templates/base/default_perms_box.html:56
msgid "Save"
msgstr "保存"
#: kallithea/templates/admin/defaults/defaults.html:5
#: kallithea/templates/admin/defaults/defaults.html:11
#: kallithea/templates/base/base.html:62
#, fuzzy
msgid "Repository Defaults"
msgstr "版本库默认设置"
#: kallithea/templates/admin/defaults/defaults.html:27
#: kallithea/templates/admin/repos/repo_add_base.html:42
#: kallithea/templates/admin/repos/repo_edit_fields.html:8
msgid "Type"
msgstr "类型"
#: kallithea/templates/admin/defaults/defaults.html:34
#: kallithea/templates/admin/repos/repo_add_base.html:56
#: kallithea/templates/admin/repos/repo_edit_settings.html:57
#: kallithea/templates/data_table/_dt_elements.html:21
msgid "Private repository"
msgstr "私有版本库"
#: kallithea/templates/admin/defaults/defaults.html:37
#: kallithea/templates/admin/repos/repo_add_base.html:59
#: kallithea/templates/admin/repos/repo_edit_settings.html:60
#: kallithea/templates/forks/fork.html:61
msgid ""
"Private repositories are only visible to people explicitly added as "
"collaborators."
msgstr "私有版本库只对成员可见。"
#: kallithea/templates/admin/defaults/defaults.html:42
#: kallithea/templates/admin/repos/repo_edit_settings.html:64
msgid "Enable statistics"
msgstr "启用统计"
#: kallithea/templates/admin/defaults/defaults.html:45
#: kallithea/templates/admin/repos/repo_edit_settings.html:67
msgid "Enable statistics window on summary page."
msgstr "启用概况页面上的统计窗口。"
#: kallithea/templates/admin/defaults/defaults.html:50
#: kallithea/templates/admin/repos/repo_edit_settings.html:71
msgid "Enable downloads"
msgstr "启用下载"
#: kallithea/templates/admin/defaults/defaults.html:53
#: kallithea/templates/admin/repos/repo_edit_settings.html:74
msgid "Enable download menu on summary page."
msgstr "启用概况页面上的下载菜单。"
#: kallithea/templates/admin/defaults/defaults.html:58
#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:26
#: kallithea/templates/admin/repos/repo_edit_settings.html:78
msgid "Enable locking"
msgstr "启用锁定"
#: kallithea/templates/admin/defaults/defaults.html:61
#: kallithea/templates/admin/repos/repo_edit_settings.html:81
msgid "Enable lock-by-pulling on repository."
msgstr "启用版本库的拉取锁定。"
#: kallithea/templates/admin/gists/edit.html:5
#: kallithea/templates/admin/gists/edit.html:18
msgid "Edit Gist"
msgstr ""
#: kallithea/templates/admin/gists/edit.html:35
#, python-format
msgid ""
"Gist was updated since you started editing. Copy your changes and click "
"%(here)s to reload new version."
msgstr ""
#: kallithea/templates/admin/gists/edit.html:36
msgid "here"
msgstr ""
#: kallithea/templates/admin/gists/edit.html:51
#: kallithea/templates/admin/gists/new.html:35
msgid "Gist description ..."
msgstr ""
#: kallithea/templates/admin/gists/edit.html:54
#: kallithea/templates/admin/gists/new.html:38
msgid "Gist lifetime"
msgstr ""
#: kallithea/templates/admin/gists/edit.html:59
#: kallithea/templates/admin/gists/edit.html:61
#: kallithea/templates/admin/gists/index.html:54
#: kallithea/templates/admin/gists/index.html:56
#: kallithea/templates/admin/gists/show.html:45
#: kallithea/templates/admin/gists/show.html:47
#: kallithea/templates/admin/my_account/my_account_api_keys.html:7
#: kallithea/templates/admin/my_account/my_account_api_keys.html:26
#: kallithea/templates/admin/my_account/my_account_api_keys.html:31
#: kallithea/templates/admin/users/user_edit_api_keys.html:7
#: kallithea/templates/admin/users/user_edit_api_keys.html:26
#: kallithea/templates/admin/users/user_edit_api_keys.html:31
msgid "Expires"
msgstr ""
#: kallithea/templates/admin/gists/edit.html:59
#: kallithea/templates/admin/gists/index.html:54
#: kallithea/templates/admin/gists/show.html:45
#: kallithea/templates/admin/my_account/my_account_api_keys.html:7
#: kallithea/templates/admin/my_account/my_account_api_keys.html:26
#: kallithea/templates/admin/users/user_edit_api_keys.html:7
#: kallithea/templates/admin/users/user_edit_api_keys.html:26
#, fuzzy
msgid "Never"
msgstr "检视者"
#: kallithea/templates/admin/gists/edit.html:145
msgid "Update Gist"
msgstr ""
#: kallithea/templates/admin/gists/edit.html:146
#: kallithea/templates/base/root.html:27
#: kallithea/templates/changeset/changeset_file_comment.html:130
msgid "Cancel"
msgstr ""
#: kallithea/templates/admin/gists/index.html:6
#: kallithea/templates/admin/gists/index.html:16
#, python-format
msgid "Private Gists for User %s"
msgstr ""
#: kallithea/templates/admin/gists/index.html:8
#: kallithea/templates/admin/gists/index.html:18
#, python-format
msgid "Public Gists for User %s"
msgstr ""
#: kallithea/templates/admin/gists/index.html:10
#: kallithea/templates/admin/gists/index.html:20
msgid "Public Gists"
msgstr ""
#: kallithea/templates/admin/gists/index.html:37
#: kallithea/templates/admin/gists/show.html:25
#: kallithea/templates/base/base.html:312
msgid "Create New Gist"
msgstr ""
#: kallithea/templates/admin/gists/index.html:51
#: kallithea/templates/data_table/_dt_elements.html:78
msgid "Created"
msgstr ""
#: kallithea/templates/admin/gists/index.html:66
msgid "There are no gists yet"
msgstr ""
#: kallithea/templates/admin/gists/new.html:5
#: kallithea/templates/admin/gists/new.html:18
msgid "New Gist"
msgstr ""
#: kallithea/templates/admin/gists/new.html:45
msgid "Name this gist ..."
msgstr ""
#: kallithea/templates/admin/gists/new.html:53
msgid "Create Private Gist"
msgstr ""
#: kallithea/templates/admin/gists/new.html:54
msgid "Create Public Gist"
msgstr ""
#: kallithea/templates/admin/gists/new.html:55
#: kallithea/templates/admin/my_account/my_account_api_keys.html:14
#: kallithea/templates/admin/my_account/my_account_api_keys.html:73
#: kallithea/templates/admin/my_account/my_account_emails.html:47
#: kallithea/templates/admin/my_account/my_account_password.html:31
#: kallithea/templates/admin/my_account/my_account_profile.html:48
#: kallithea/templates/admin/permissions/permissions_globals.html:96
#: kallithea/templates/admin/permissions/permissions_ips.html:34
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:99
#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:36
#: kallithea/templates/admin/repos/repo_edit_fields.html:54
#: kallithea/templates/admin/repos/repo_edit_permissions.html:85
#: kallithea/templates/admin/repos/repo_edit_settings.html:102
#: kallithea/templates/admin/settings/settings_global.html:50
#: kallithea/templates/admin/settings/settings_vcs.html:78
#: kallithea/templates/admin/settings/settings_visual.html:116
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:89
#: kallithea/templates/admin/users/user_edit_api_keys.html:14
#: kallithea/templates/admin/users/user_edit_api_keys.html:73
#: kallithea/templates/admin/users/user_edit_emails.html:47
#: kallithea/templates/admin/users/user_edit_ips.html:45
#: kallithea/templates/admin/users/user_edit_profile.html:90
#: kallithea/templates/base/default_perms_box.html:57
#: kallithea/templates/files/files_add.html:69
#: kallithea/templates/files/files_delete.html:41
#: kallithea/templates/files/files_edit.html:72
#: kallithea/templates/pullrequests/pullrequest.html:78
msgid "Reset"
msgstr "重置"
#: kallithea/templates/admin/gists/show.html:5
#: kallithea/templates/admin/gists/show.html:9
msgid "Gist"
msgstr ""
#: kallithea/templates/admin/gists/show.html:10
msgid "URL"
msgstr ""
#: kallithea/templates/admin/gists/show.html:35
msgid "Public Gist"
msgstr ""
#: kallithea/templates/admin/gists/show.html:37
msgid "Private Gist"
msgstr ""
#: kallithea/templates/admin/gists/show.html:54
#: kallithea/templates/admin/my_account/my_account_emails.html:23
#: kallithea/templates/admin/permissions/permissions_ips.html:11
#: kallithea/templates/admin/repos/repo_edit_advanced.html:68
#: kallithea/templates/admin/repos/repo_edit_fields.html:19
#: kallithea/templates/admin/settings/settings_hooks.html:30
#: kallithea/templates/admin/users/user_edit_emails.html:23
#: kallithea/templates/admin/users/user_edit_ips.html:21
#: kallithea/templates/changeset/changeset_file_comment.html:30
#: kallithea/templates/changeset/changeset_file_comment.html:121
#: kallithea/templates/data_table/_dt_elements.html:69
#: kallithea/templates/data_table/_dt_elements.html:89
#: kallithea/templates/data_table/_dt_elements.html:91
#: kallithea/templates/data_table/_dt_elements.html:101
#: kallithea/templates/data_table/_dt_elements.html:103
#: kallithea/templates/data_table/_dt_elements.html:120
#: kallithea/templates/data_table/_dt_elements.html:122
#: kallithea/templates/files/files_source.html:35
#: kallithea/templates/files/files_source.html:38
#: kallithea/templates/files/files_source.html:41
#: kallithea/templates/pullrequests/pullrequest_data.html:20
msgid "Delete"
msgstr "删除"
#: kallithea/templates/admin/gists/show.html:54
msgid "Confirm to delete this Gist"
msgstr ""
#: kallithea/templates/admin/gists/show.html:61
#: kallithea/templates/base/perms_summary.html:44
#: kallithea/templates/base/perms_summary.html:81
#: kallithea/templates/base/perms_summary.html:83
#: kallithea/templates/data_table/_dt_elements.html:63
#: kallithea/templates/data_table/_dt_elements.html:64
#: kallithea/templates/data_table/_dt_elements.html:85
#: kallithea/templates/data_table/_dt_elements.html:86
#: kallithea/templates/data_table/_dt_elements.html:97
#: kallithea/templates/data_table/_dt_elements.html:98
#: kallithea/templates/data_table/_dt_elements.html:116
#: kallithea/templates/data_table/_dt_elements.html:117
#: kallithea/templates/files/diff_2way.html:56
#: kallithea/templates/files/files_source.html:37
#: kallithea/templates/files/files_source.html:40
#: kallithea/templates/pullrequests/pullrequest_show.html:41
msgid "Edit"
msgstr ""
#: kallithea/templates/admin/gists/show.html:63
#: kallithea/templates/files/files_edit.html:52
#: kallithea/templates/files/files_source.html:30
msgid "Show as Raw"
msgstr ""
#: kallithea/templates/admin/gists/show.html:69
msgid "created"
msgstr ""
#: kallithea/templates/admin/gists/show.html:82
msgid "Show as raw"
msgstr ""
#: kallithea/templates/admin/my_account/my_account.html:5
#: kallithea/templates/admin/my_account/my_account.html:9
#: kallithea/templates/base/base.html:397
msgid "My Account"
msgstr "我的账户"
#: kallithea/templates/admin/my_account/my_account.html:25
#: kallithea/templates/admin/users/user_edit.html:29
msgid "Profile"
msgstr ""
#: kallithea/templates/admin/my_account/my_account.html:26
#, fuzzy
msgid "Email Addresses"
msgstr "增加邮箱"
#: kallithea/templates/admin/my_account/my_account.html:28
#: kallithea/templates/admin/users/user_edit.html:31
msgid "API Keys"
msgstr ""
#: kallithea/templates/admin/my_account/my_account.html:29
#, fuzzy
msgid "Owned Repositories"
msgstr "版本库"
#: kallithea/templates/admin/my_account/my_account.html:30
#: kallithea/templates/journal/journal.html:33
#, fuzzy
msgid "Watched Repositories"
msgstr "创建版本库"
#: kallithea/templates/admin/my_account/my_account.html:31
#: kallithea/templates/admin/permissions/permissions.html:30
#: kallithea/templates/admin/user_groups/user_group_edit.html:32
#: kallithea/templates/admin/users/user_edit.html:34
#, fuzzy
msgid "Show Permissions"
msgstr "拷贝权限"
#: kallithea/templates/admin/my_account/my_account_api_keys.html:5
#: kallithea/templates/admin/users/user_edit_api_keys.html:5
msgid "Built-in"
msgstr ""
#: kallithea/templates/admin/my_account/my_account_api_keys.html:13
#: kallithea/templates/admin/users/user_edit_api_keys.html:13
#, fuzzy, python-format
msgid "Confirm to reset this API key: %s"
msgstr "确认删除用户:%s"
#: kallithea/templates/admin/my_account/my_account_api_keys.html:29
#: kallithea/templates/admin/users/user_edit_api_keys.html:29
msgid "Expired"
msgstr ""
#: kallithea/templates/admin/my_account/my_account_api_keys.html:39
#: kallithea/templates/admin/users/user_edit_api_keys.html:39
#, fuzzy, python-format
msgid "Confirm to remove this API key: %s"
msgstr "确认删除用户:%s"
#: kallithea/templates/admin/my_account/my_account_api_keys.html:41
#: kallithea/templates/admin/users/user_edit_api_keys.html:41
#, fuzzy
msgid "Remove"
msgstr "移除"
#: kallithea/templates/admin/my_account/my_account_api_keys.html:48
#: kallithea/templates/admin/users/user_edit_api_keys.html:48
msgid "No additional API keys specified"
msgstr ""
#: kallithea/templates/admin/my_account/my_account_api_keys.html:56
#: kallithea/templates/admin/users/user_edit_api_keys.html:56
msgid "New API key"
msgstr ""
#: kallithea/templates/admin/my_account/my_account_api_keys.html:72
#: kallithea/templates/admin/my_account/my_account_emails.html:46
#: kallithea/templates/admin/permissions/permissions_ips.html:33
#: kallithea/templates/admin/repos/repo_add_base.html:64
#: kallithea/templates/admin/repos/repo_edit_fields.html:53
#: kallithea/templates/admin/users/user_edit_api_keys.html:72
#: kallithea/templates/admin/users/user_edit_emails.html:46
#: kallithea/templates/admin/users/user_edit_ips.html:44
msgid "Add"
msgstr "增加"
#: kallithea/templates/admin/my_account/my_account_api_keys.html:81
#, python-format
msgid ""
"\n"
"API keys are used to let scripts or services access %s using your\n"
"account, as if you had provided the script or service with your actual\n"
"password.\n"
msgstr ""
#: kallithea/templates/admin/my_account/my_account_api_keys.html:86
msgid ""
"\n"
"Like passwords, API keys should therefore never be shared with others,\n"
"nor passed to untrusted scripts or services. If such sharing should\n"
"happen anyway, reset the API key on this page to prevent further use.\n"
msgstr ""
#: kallithea/templates/admin/my_account/my_account_emails.html:9
#: kallithea/templates/admin/users/user_edit_emails.html:9
msgid "Primary"
msgstr ""
#: kallithea/templates/admin/my_account/my_account_emails.html:24
#: kallithea/templates/admin/users/user_edit_emails.html:24
#, python-format
msgid "Confirm to delete this email: %s"
msgstr "确认删除邮箱:%s"
#: kallithea/templates/admin/my_account/my_account_emails.html:30
#: kallithea/templates/admin/users/user_edit_emails.html:30
msgid "No additional emails specified."
msgstr ""
#: kallithea/templates/admin/my_account/my_account_emails.html:39
#: kallithea/templates/admin/users/user_edit_emails.html:39
msgid "New email address"
msgstr "增加邮箱"
#: kallithea/templates/admin/my_account/my_account_password.html:1
#, fuzzy
msgid "Change Your Account Password"
msgstr "忘记了密码?"
#: kallithea/templates/admin/my_account/my_account_password.html:8
msgid "Current password"
msgstr ""
#: kallithea/templates/admin/my_account/my_account_password.html:15
#: kallithea/templates/admin/users/user_edit_profile.html:46
msgid "New password"
msgstr "新密码"
#: kallithea/templates/admin/my_account/my_account_password.html:22
msgid "Confirm new password"
msgstr ""
#: kallithea/templates/admin/my_account/my_account_password.html:39
#, python-format
msgid ""
"This account is managed with %s and the password cannot be changed here"
msgstr ""
#: kallithea/templates/admin/my_account/my_account_perms.html:3
msgid "Current IP"
msgstr ""
#: kallithea/templates/admin/my_account/my_account_profile.html:4
#: kallithea/templates/admin/users/user_edit_profile.html:4
msgid "Gravatar"
msgstr ""
#: kallithea/templates/admin/my_account/my_account_profile.html:10
#: kallithea/templates/admin/users/user_edit_profile.html:10
#, fuzzy, python-format
#| msgid "Change your avatar at"
msgid "Change %s avatar at"
msgstr "修改你的头像"
#: kallithea/templates/admin/my_account/my_account_profile.html:12
#: kallithea/templates/admin/users/user_edit_profile.html:12
msgid "Avatars are disabled"
msgstr ""
#: kallithea/templates/admin/my_account/my_account_repos.html:1
#, fuzzy
msgid "Repositories You Own"
msgstr "版本库"
#: kallithea/templates/admin/my_account/my_account_repos.html:13
#: kallithea/templates/admin/my_account/my_account_watched.html:13
#: kallithea/templates/admin/repo_groups/repo_groups.html:39
#: kallithea/templates/admin/repos/repo_add_base.html:6
#: kallithea/templates/admin/repos/repo_edit_settings.html:4
#: kallithea/templates/admin/repos/repos.html:38
#: kallithea/templates/admin/user_groups/user_groups.html:38
#: kallithea/templates/base/perms_summary.html:54
#: kallithea/templates/files/files_browser.html:54
msgid "Name"
msgstr "名称"
#: kallithea/templates/admin/my_account/my_account_watched.html:1
#, fuzzy
msgid "Repositories You are Watching"
msgstr "版本库路径"
#: kallithea/templates/admin/permissions/permissions.html:5
#: kallithea/templates/admin/permissions/permissions.html:11
#: kallithea/templates/base/base.html:60
#, fuzzy
msgid "Default Permissions"
msgstr "默认权限"
#: kallithea/templates/admin/permissions/permissions.html:28
#: kallithea/templates/admin/settings/settings.html:29
msgid "Global"
msgstr ""
#: kallithea/templates/admin/permissions/permissions.html:29
#: kallithea/templates/admin/users/user_edit.html:32
msgid "IP Whitelist"
msgstr ""
#: kallithea/templates/admin/permissions/permissions_globals.html:4
msgid "Anonymous access"
msgstr "匿名访问"
#: kallithea/templates/admin/permissions/permissions_globals.html:8
#, fuzzy
#| msgid "Anonymous access"
msgid "Allow anonymous access"
msgstr "匿名访问"
#: kallithea/templates/admin/permissions/permissions_globals.html:10
#, python-format
msgid ""
"Allow access to Kallithea without needing to log in. Anonymous users use "
"%s user permissions."
msgstr ""
#: kallithea/templates/admin/permissions/permissions_globals.html:19
msgid ""
"All default permissions on each repository will be reset to chosen "
"permission, note that all custom default permission on repositories will "
"be lost"
msgstr ""
#: kallithea/templates/admin/permissions/permissions_globals.html:20
#, fuzzy
msgid "Apply to all existing repositories"
msgstr "已有版本库?"
#: kallithea/templates/admin/permissions/permissions_globals.html:23
msgid "Permissions for the Default user on new repositories."
msgstr ""
#: kallithea/templates/admin/permissions/permissions_globals.html:27
#: kallithea/templates/admin/repos/repo_add_base.html:28
#: kallithea/templates/admin/repos/repo_edit_settings.html:28
#: kallithea/templates/data_table/_dt_elements.html:134
#: kallithea/templates/forks/fork.html:42
msgid "Repository group"
msgstr "版本库组"
#: kallithea/templates/admin/permissions/permissions_globals.html:32
msgid ""
"All default permissions on each repository group will be reset to chosen "
"permission, note that all custom default permission on repository groups "
"will be lost"
msgstr ""
#: kallithea/templates/admin/permissions/permissions_globals.html:33
#, fuzzy
msgid "Apply to all existing repository groups"
msgstr "已有版本库?"
#: kallithea/templates/admin/permissions/permissions_globals.html:36
msgid "Permissions for the Default user on new repository groups."
msgstr ""
#: kallithea/templates/admin/permissions/permissions_globals.html:40
#: kallithea/templates/data_table/_dt_elements.html:141
msgid "User group"
msgstr ""
#: kallithea/templates/admin/permissions/permissions_globals.html:45
msgid ""
"All default permissions on each user group will be reset to chosen "
"permission, note that all custom default permission on user groups will "
"be lost"
msgstr ""
#: kallithea/templates/admin/permissions/permissions_globals.html:46
msgid "Apply to all existing user groups"
msgstr ""
#: kallithea/templates/admin/permissions/permissions_globals.html:49
msgid "Permissions for the Default user on new user groups."
msgstr ""
#: kallithea/templates/admin/permissions/permissions_globals.html:53
#, fuzzy
msgid "Top level repository creation"
msgstr "建立版本库"
#: kallithea/templates/admin/permissions/permissions_globals.html:56
msgid ""
"Enable this to allow non-admins to create repositories at the top level."
msgstr ""
#: kallithea/templates/admin/permissions/permissions_globals.html:57
msgid ""
"Note: This will also give all users API access to create repositories "
"everywhere. That might change in future versions."
msgstr ""
#: kallithea/templates/admin/permissions/permissions_globals.html:61
msgid "Repository creation with group write access"
msgstr ""
#: kallithea/templates/admin/permissions/permissions_globals.html:64
msgid ""
"With this, write permission to a repository group allows creating "
"repositories inside that group. Without this, group write permissions "
"mean nothing."
msgstr ""
#: kallithea/templates/admin/permissions/permissions_globals.html:68
msgid "User group creation"
msgstr ""
#: kallithea/templates/admin/permissions/permissions_globals.html:71
msgid "Enable this to allow non-admins to create user groups."
msgstr ""
#: kallithea/templates/admin/permissions/permissions_globals.html:75
msgid "Repository forking"
msgstr "版本库复刻"
#: kallithea/templates/admin/permissions/permissions_globals.html:78
msgid "Enable this to allow non-admins to fork repositories."
msgstr ""
#: kallithea/templates/admin/permissions/permissions_globals.html:82
msgid "Registration"
msgstr "注册"
#: kallithea/templates/admin/permissions/permissions_globals.html:88
msgid "External auth account activation"
msgstr ""
#: kallithea/templates/admin/permissions/permissions_ips.html:12
#: kallithea/templates/admin/users/user_edit_ips.html:22
#, fuzzy, python-format
msgid "Confirm to delete this IP address: %s"
msgstr "确认删除用户:%s"
#: kallithea/templates/admin/permissions/permissions_ips.html:18
#: kallithea/templates/admin/users/user_edit_ips.html:29
msgid "All IP addresses are allowed."
msgstr ""
#: kallithea/templates/admin/permissions/permissions_ips.html:25
#: kallithea/templates/admin/users/user_edit_ips.html:37
msgid "New IP address"
msgstr ""
#: kallithea/templates/admin/repo_groups/repo_group_add.html:11
#: kallithea/templates/admin/repo_groups/repo_group_edit.html:11
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:89
#: kallithea/templates/admin/repo_groups/repo_groups.html:9
#: kallithea/templates/base/base.html:57
#: kallithea/templates/base/base.html:76
msgid "Repository Groups"
msgstr ""
#: kallithea/templates/admin/repo_groups/repo_group_add.html:28
#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:5
#: kallithea/templates/admin/user_groups/user_group_add.html:27
#: kallithea/templates/admin/user_groups/user_group_edit_settings.html:4
msgid "Group name"
msgstr "组名"
#: kallithea/templates/admin/repo_groups/repo_group_add.html:42
#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:19
msgid "Group parent"
msgstr "上级组"
#: kallithea/templates/admin/repo_groups/repo_group_add.html:49
#: kallithea/templates/admin/repos/repo_add_base.html:35
msgid "Copy parent group permissions"
msgstr ""
#: kallithea/templates/admin/repo_groups/repo_group_add.html:52
#: kallithea/templates/admin/repos/repo_add_base.html:38
msgid "Copy permission set from parent repository group."
msgstr ""
#: kallithea/templates/admin/repo_groups/repo_group_edit.html:5
#, python-format
msgid "%s Repository Group Settings"
msgstr ""
#: kallithea/templates/admin/repo_groups/repo_group_edit.html:29
msgid "Add Child Group"
msgstr ""
#: kallithea/templates/admin/repo_groups/repo_group_edit.html:36
#: kallithea/templates/admin/repos/repo_edit.html:12
#: kallithea/templates/admin/repos/repo_edit.html:25
#: kallithea/templates/admin/settings/settings.html:11
#: kallithea/templates/admin/user_groups/user_group_edit.html:29
#: kallithea/templates/base/base.html:63
#: kallithea/templates/base/base.html:152
msgid "Settings"
msgstr "设置"
#: kallithea/templates/admin/repo_groups/repo_group_edit.html:37
#: kallithea/templates/admin/repos/repo_edit.html:31
#: kallithea/templates/admin/user_groups/user_group_edit.html:30
#: kallithea/templates/admin/users/user_edit.html:33
msgid "Advanced"
msgstr ""
#: kallithea/templates/admin/repo_groups/repo_group_edit.html:38
#: kallithea/templates/admin/repos/repo_edit.html:28
#: kallithea/templates/admin/user_groups/user_group_edit.html:31
msgid "Permissions"
msgstr "权限"
#: kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html:1
#, python-format
msgid "Repository Group: %s"
msgstr ""
#: kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html:6
msgid "Top level repositories"
msgstr ""
#: kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html:7
msgid "Total repositories"
msgstr ""
#: kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html:8
msgid "Children groups"
msgstr ""
#: kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html:9
#: kallithea/templates/admin/user_groups/user_group_edit_advanced.html:7
#: kallithea/templates/admin/users/user_edit_advanced.html:8
#: kallithea/templates/pullrequests/pullrequest_show.html:118
msgid "Created on"
msgstr "创建于"
#: kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html:21
#: kallithea/templates/data_table/_dt_elements.html:121
#, python-format
msgid "Confirm to delete this group: %s with %s repository"
msgid_plural "Confirm to delete this group: %s with %s repositories"
msgstr[0] "确认删除这个版本库组:%s包含%s个版本库"
#: kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html:25
msgid "Delete this repository group"
msgstr ""
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:7
msgid "Not visible"
msgstr ""
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:8
#, fuzzy
#| msgid "Disabled"
msgid "Visible"
msgstr "停用"
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:9
#, fuzzy
#| msgid "No response"
msgid "Add repos"
msgstr "无响应"
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:10
msgid "Add/Edit groups"
msgstr ""
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:11
#: kallithea/templates/admin/repos/repo_edit_permissions.html:11
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:11
msgid "User/User Group"
msgstr ""
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:28
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:45
#: kallithea/templates/admin/repos/repo_edit_permissions.html:23
#: kallithea/templates/admin/repos/repo_edit_permissions.html:36
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:28
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:45
#, fuzzy
msgid "Default"
msgstr "默认"
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:34
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:71
#: kallithea/templates/admin/repos/repo_edit_permissions.html:42
#: kallithea/templates/admin/repos/repo_edit_permissions.html:67
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:34
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:71
#, fuzzy
msgid "Revoke"
msgstr "移除"
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:81
#: kallithea/templates/admin/repos/repo_edit_permissions.html:77
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:81
msgid "Add new"
msgstr ""
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:87
#, fuzzy
msgid "Apply to children"
msgstr "应用到成员"
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:91
msgid "Both"
msgstr ""
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:92
msgid ""
"Set or revoke permission to all children of that group, including non-"
"private repositories and other groups if selected."
msgstr ""
#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:29
msgid ""
"Enable lock-by-pulling on group. This option will be applied to all other "
"groups and repositories inside"
msgstr "启用组的拉取锁定。这个选项将应用到组内的其他组和版本库"
#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:46
msgid "Remove this group"
msgstr ""
#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:46
#, fuzzy
msgid "Confirm to delete this group"
msgstr "确认删除用户:%s"
#: kallithea/templates/admin/repo_groups/repo_group_show.html:4
#, fuzzy, python-format
#| msgid "Repository group"
msgid "Repository group %s"
msgstr "版本库组"
#: kallithea/templates/admin/repo_groups/repo_groups.html:5
#, fuzzy
msgid "Repository Groups Administration"
msgstr "版本库管理员"
#: kallithea/templates/admin/repo_groups/repo_groups.html:41
#, fuzzy
msgid "Number of Top-level Repositories"
msgstr "顶层版本库数量"
#: kallithea/templates/admin/repos/repo_add_base.html:12
#, fuzzy
msgid "Clone remote repository"
msgstr "[创建]版本库"
#: kallithea/templates/admin/repos/repo_add_base.html:16
msgid ""
"Optional: URL of a remote repository. If set, the repository will be "
"created as a clone from this URL."
msgstr ""
#: kallithea/templates/admin/repos/repo_add_base.html:24
#: kallithea/templates/admin/repos/repo_edit_settings.html:52
#: kallithea/templates/forks/fork.html:37
msgid ""
"Keep it short and to the point. Use a README file for longer descriptions."
msgstr "保持简短。用README文件来写更长的描述。"
#: kallithea/templates/admin/repos/repo_add_base.html:31
#: kallithea/templates/admin/repos/repo_edit_settings.html:31
#: kallithea/templates/forks/fork.html:45
msgid "Optionally select a group to put this repository into."
msgstr "可选的选择一个组将版本库放到其中。"
#: kallithea/templates/admin/repos/repo_add_base.html:45
msgid "Type of repository to create."
msgstr "要创建的版本库类型。"
#: kallithea/templates/admin/repos/repo_add_base.html:49
#: kallithea/templates/admin/repos/repo_edit_settings.html:35
#: kallithea/templates/forks/fork.html:50
msgid "Landing revision"
msgstr "默认修订"
#: kallithea/templates/admin/repos/repo_add_base.html:52
msgid ""
"Default revision for files page, downloads, full text search index and "
"readme generation"
msgstr ""
#: kallithea/templates/admin/repos/repo_creating.html:9
#, python-format
msgid "%s Creating Repository"
msgstr ""
#: kallithea/templates/admin/repos/repo_creating.html:13
msgid "Creating repository"
msgstr ""
#: kallithea/templates/admin/repos/repo_creating.html:27
#, python-format
msgid ""
"Repository \"%(repo_name)s\" is being created, you will be redirected "
"when this process is finished.repo_name"
msgstr ""
#: kallithea/templates/admin/repos/repo_creating.html:39
msgid ""
"We're sorry but error occurred during this operation. Please check your "
"Kallithea server logs, or contact administrator."
msgstr ""
#: kallithea/templates/admin/repos/repo_edit.html:8
#, python-format
msgid "%s Repository Settings"
msgstr ""
#: kallithea/templates/admin/repos/repo_edit.html:34
msgid "Extra Fields"
msgstr ""
#: kallithea/templates/admin/repos/repo_edit.html:37
msgid "Caches"
msgstr ""
#: kallithea/templates/admin/repos/repo_edit.html:40
msgid "Remote"
msgstr "远程"
#: kallithea/templates/admin/repos/repo_edit.html:43
#: kallithea/templates/summary/statistics.html:8
#: kallithea/templates/summary/summary.html:161
#: kallithea/templates/summary/summary.html:162
msgid "Statistics"
msgstr "统计"
#: kallithea/templates/admin/repos/repo_edit_advanced.html:1
#, fuzzy
msgid "Parent"
msgstr "上级组"
#: kallithea/templates/admin/repos/repo_edit_advanced.html:5
msgid "Set"
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_advanced.html:7
#, fuzzy
msgid "Manually set this repository as a fork of another from the list."
msgstr "从列表中手动设置这个版本库复刻自另一版本库"
#: kallithea/templates/admin/repos/repo_edit_advanced.html:20
#, fuzzy
msgid "Public Journal Visibility"
msgstr "公共日志"
#: kallithea/templates/admin/repos/repo_edit_advanced.html:27
msgid "Remove from public journal"
msgstr "从公共日志删除"
#: kallithea/templates/admin/repos/repo_edit_advanced.html:32
#, fuzzy
msgid "Add to Public Journal"
msgstr "公共日志"
#: kallithea/templates/admin/repos/repo_edit_advanced.html:37
#, fuzzy
msgid ""
"All actions done in this repository will be visible to everyone in the "
"public journal."
msgstr "任何人都可以在公共日志上看到这个版本库上的所有动作"
#: kallithea/templates/admin/repos/repo_edit_advanced.html:42
#, fuzzy
msgid "Change Locking"
msgstr "启用锁定"
#: kallithea/templates/admin/repos/repo_edit_advanced.html:48
#, fuzzy
msgid "Confirm to unlock repository."
msgstr "确认解锁版本库"
#: kallithea/templates/admin/repos/repo_edit_advanced.html:50
#, fuzzy
msgid "Unlock Repository"
msgstr "公共版本库"
#: kallithea/templates/admin/repos/repo_edit_advanced.html:52
#, python-format
msgid "Locked by %s on %s"
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_advanced.html:56
#, fuzzy
msgid "Confirm to lock repository."
msgstr "确认锁定版本库"
#: kallithea/templates/admin/repos/repo_edit_advanced.html:58
#, fuzzy
msgid "Lock Repository"
msgstr "公共版本库"
#: kallithea/templates/admin/repos/repo_edit_advanced.html:60
msgid "Repository is not locked"
msgstr "版本库未锁定"
#: kallithea/templates/admin/repos/repo_edit_advanced.html:63
msgid ""
"Force locking on the repository. Works only when anonymous access is "
"disabled. Triggering a pull locks the repository. The user who is "
"pulling locks the repository; only the user who pulled and locked it can "
"unlock it by doing a push."
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_advanced.html:72
#: kallithea/templates/data_table/_dt_elements.html:68
#, python-format
msgid "Confirm to delete this repository: %s"
msgstr "确认删除版本库:%s"
#: kallithea/templates/admin/repos/repo_edit_advanced.html:74
#, fuzzy
msgid "Delete this Repository"
msgstr "[删除]版本库"
#: kallithea/templates/admin/repos/repo_edit_advanced.html:77
#, python-format
msgid "This repository has %s fork"
msgid_plural "This repository has %s forks"
msgstr[0] ""
#: kallithea/templates/admin/repos/repo_edit_advanced.html:80
msgid "Detach forks"
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_advanced.html:84
msgid "Delete forks"
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_advanced.html:88
msgid ""
"The deleted repository will be moved away and hidden until the "
"administrator expires it. The administrator can both permanently delete "
"it or restore it."
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_caches.html:4
#, fuzzy
msgid "Invalidate Repository Cache"
msgstr "清除版本库缓存"
#: kallithea/templates/admin/repos/repo_edit_caches.html:6
#, fuzzy
msgid ""
"Manually invalidate cache for this repository. On first access, the "
"repository will be cached again."
msgstr "手动清除版本库缓存。之后第一次访问的时候将重建缓存"
#: kallithea/templates/admin/repos/repo_edit_caches.html:9
#, fuzzy
msgid "List of Cached Values"
msgstr "缓存值列表"
#: kallithea/templates/admin/repos/repo_edit_caches.html:12
msgid "Prefix"
msgstr "前缀"
#: kallithea/templates/admin/repos/repo_edit_caches.html:13
#: kallithea/templates/admin/repos/repo_edit_fields.html:7
msgid "Key"
msgstr "键"
#: kallithea/templates/admin/repos/repo_edit_caches.html:14
#: kallithea/templates/admin/user_groups/user_group_add.html:40
#: kallithea/templates/admin/user_groups/user_group_edit_settings.html:17
#: kallithea/templates/admin/user_groups/user_groups.html:41
#: kallithea/templates/admin/users/user_add.html:69
#: kallithea/templates/admin/users/user_edit_profile.html:74
#: kallithea/templates/admin/users/users.html:42
msgid "Active"
msgstr "启用"
#: kallithea/templates/admin/repos/repo_edit_fields.html:6
msgid "Label"
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_fields.html:20
#, python-format
msgid "Confirm to delete this field: %s"
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_fields.html:31
msgid "New field key"
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_fields.html:38
msgid "New field label"
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_fields.html:40
msgid "Enter short label"
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_fields.html:45
msgid "New field description"
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_fields.html:47
msgid "Enter description of a field"
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_fields.html:61
#, fuzzy
msgid "Extra fields are disabled."
msgstr "禁用注册"
#: kallithea/templates/admin/repos/repo_edit_permissions.html:20
#, fuzzy
msgid "Private Repository"
msgstr "私有版本库"
#: kallithea/templates/admin/repos/repo_edit_remote.html:4
#, fuzzy
#| msgid "[forked] repository"
msgid "Fork of repository"
msgstr "[复刻]版本库"
#: kallithea/templates/admin/repos/repo_edit_remote.html:7
#, fuzzy
msgid "Remote repository URL"
msgstr "[创建]版本库"
#: kallithea/templates/admin/repos/repo_edit_remote.html:15
#, fuzzy
msgid "Pull Changes from Remote Repository"
msgstr "[远程拉取]到版本库"
#: kallithea/templates/admin/repos/repo_edit_remote.html:17
#, fuzzy
msgid "Confirm to pull changes from remote repository."
msgstr "确认从远程拉取修订集"
#: kallithea/templates/admin/repos/repo_edit_remote.html:23
msgid "This repository does not have a remote repository URL."
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_settings.html:7
#, fuzzy
msgid "Permanent Repository ID"
msgstr "私有版本库"
#: kallithea/templates/admin/repos/repo_edit_settings.html:7
msgid "What is that?"
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_settings.html:9
msgid "URL by id"
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_settings.html:10
msgid ""
"In case this repository is renamed or moved into another group the "
"repository URL changes.\n"
" Using the above permanent URL guarantees "
"that this repository always will be accessible on that URL.\n"
" This is useful for CI systems, or any "
"other cases that you need to hardcode the URL into a 3rd party service."
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_settings.html:16
#, fuzzy
msgid "Remote repository"
msgstr "[创建]版本库"
#: kallithea/templates/admin/repos/repo_edit_settings.html:19
#, fuzzy
msgid "Repository URL"
msgstr "版本库"
#: kallithea/templates/admin/repos/repo_edit_settings.html:23
msgid ""
"Optional: URL of a remote repository. If set, the repository can be "
"pulled from this URL."
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_settings.html:38
msgid "Default revision for files page, downloads, whoosh and readme"
msgstr "文件浏览、下载、whoosh和README的默认修订版本"
#: kallithea/templates/admin/repos/repo_edit_settings.html:44
#: kallithea/templates/pullrequests/pullrequest_show.html:131
msgid "Type name of user"
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_settings.html:45
msgid "Change owner of this repository."
msgstr "修改这个版本库的所有者。"
#: kallithea/templates/admin/repos/repo_edit_statistics.html:5
msgid "Processed commits"
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_statistics.html:6
msgid "Processed progress"
msgstr ""
#: kallithea/templates/admin/repos/repo_edit_statistics.html:10
#, fuzzy
msgid "Reset Statistics"
msgstr "启用统计"
#: kallithea/templates/admin/repos/repo_edit_statistics.html:10
#, fuzzy
msgid "Confirm to remove current statistics."
msgstr "确认移除当前统计"
#: kallithea/templates/admin/repos/repos.html:5
#, fuzzy
msgid "Repositories Administration"
msgstr "版本库管理员"
#: kallithea/templates/admin/repos/repos.html:43
msgid "State"
msgstr ""
#: kallithea/templates/admin/settings/settings.html:5
#, fuzzy
msgid "Settings Administration"
msgstr "系统设置"
#: kallithea/templates/admin/settings/settings.html:27
msgid "VCS"
msgstr ""
#: kallithea/templates/admin/settings/settings.html:28
msgid "Remap and Rescan"
msgstr ""
#: kallithea/templates/admin/settings/settings.html:30
msgid "Visual"
msgstr ""
#: kallithea/templates/admin/settings/settings.html:32
#: kallithea/templates/admin/settings/settings_vcs.html:4
msgid "Hooks"
msgstr "钩子"
#: kallithea/templates/admin/settings/settings.html:33
msgid "Full Text Search"
msgstr ""
#: kallithea/templates/admin/settings/settings.html:34
msgid "System Info"
msgstr ""
#: kallithea/templates/admin/settings/settings_email.html:4
msgid "Send test email to"
msgstr ""
#: kallithea/templates/admin/settings/settings_email.html:12
msgid "Send"
msgstr "发送"
#: kallithea/templates/admin/settings/settings_global.html:4
msgid "Site branding"
msgstr ""
#: kallithea/templates/admin/settings/settings_global.html:7
msgid "Set a custom title for your Kallithea Service."
msgstr ""
#: kallithea/templates/admin/settings/settings_global.html:12
msgid "HTTP authentication realm"
msgstr ""
#: kallithea/templates/admin/settings/settings_global.html:19
msgid "HTML/JavaScript/CSS customization block"
msgstr ""
#: kallithea/templates/admin/settings/settings_global.html:22
msgid ""
"HTML (possibly with JavaScript and/or CSS) that "
"will be added to the bottom of every page. This "
"can be used for web analytics systems, but also "
"to perform instance-specific customizations like "
"adding a project banner at the top of every page."
msgstr ""
#: kallithea/templates/admin/settings/settings_global.html:32
msgid "ReCaptcha public key"
msgstr ""
#: kallithea/templates/admin/settings/settings_global.html:35
msgid "Public key for reCaptcha system."
msgstr ""
#: kallithea/templates/admin/settings/settings_global.html:40
msgid "ReCaptcha private key"
msgstr ""
#: kallithea/templates/admin/settings/settings_global.html:43
msgid ""
"Private key for reCaptcha system. Setting this value will enable captcha "
"on registration."
msgstr ""
#: kallithea/templates/admin/settings/settings_global.html:49
#: kallithea/templates/admin/settings/settings_vcs.html:77
#: kallithea/templates/admin/settings/settings_visual.html:115
#, fuzzy
msgid "Save Settings"
msgstr "保存设置"
#: kallithea/templates/admin/settings/settings_hooks.html:3
msgid "Built-in Mercurial Hooks (Read-Only)"
msgstr ""
#: kallithea/templates/admin/settings/settings_hooks.html:17
#, fuzzy
msgid "Custom Hooks"
msgstr "自定义钩子"
#: kallithea/templates/admin/settings/settings_hooks.html:18
msgid ""
"Hooks can be used to trigger actions on certain events such as push / "
"pull. They can trigger Python functions or external applications."
msgstr ""
#: kallithea/templates/admin/settings/settings_hooks.html:60
msgid "Failed to remove hook"
msgstr "移除钩子失败"
#: kallithea/templates/admin/settings/settings_mapping.html:4
#, fuzzy
#| msgid "Description"
msgid "Rescan options"
msgstr "描述"
#: kallithea/templates/admin/settings/settings_mapping.html:9
msgid "Delete records of missing repositories"
msgstr ""
#: kallithea/templates/admin/settings/settings_mapping.html:12
msgid ""
"Check this option to remove all comments, pull requests and other records "
"related to repositories that no longer exist in the filesystem."
msgstr ""
#: kallithea/templates/admin/settings/settings_mapping.html:17
msgid "Invalidate cache for all repositories"
msgstr ""
#: kallithea/templates/admin/settings/settings_mapping.html:20
msgid "Check this to reload data and clear cache keys for all repositories."
msgstr ""
#: kallithea/templates/admin/settings/settings_mapping.html:25
msgid "Install Git hooks"
msgstr ""
#: kallithea/templates/admin/settings/settings_mapping.html:28
msgid ""
"Verify if Kallithea's Git hooks are installed for each repository. "
"Current hooks will be updated to the latest version."
msgstr ""
#: kallithea/templates/admin/settings/settings_mapping.html:32
msgid "Overwrite existing Git hooks"
msgstr ""
#: kallithea/templates/admin/settings/settings_mapping.html:35
msgid ""
"If installing Git hooks, overwrite any existing hooks, even if they do "
"not seem to come from Kallithea. WARNING: This operation will destroy any "
"custom git hooks you may have deployed by hand!"
msgstr ""
#: kallithea/templates/admin/settings/settings_mapping.html:41
msgid "Rescan Repositories"
msgstr ""
#: kallithea/templates/admin/settings/settings_search.html:4
msgid "Index build option"
msgstr ""
#: kallithea/templates/admin/settings/settings_search.html:9
msgid "Build from scratch"
msgstr ""
#: kallithea/templates/admin/settings/settings_search.html:12
msgid ""
"This option completely reindexeses all of the repositories for proper "
"fulltext search capabilities."
msgstr ""
#: kallithea/templates/admin/settings/settings_search.html:18
msgid "Reindex"
msgstr "重新索引"
#: kallithea/templates/admin/settings/settings_system.html:2
msgid "Checking for updates..."
msgstr ""
#: kallithea/templates/admin/settings/settings_system.html:7
msgid "Kallithea version"
msgstr ""
#: kallithea/templates/admin/settings/settings_system.html:7
msgid "Check for updates"
msgstr ""
#: kallithea/templates/admin/settings/settings_system.html:8
msgid "Kallithea configuration file"
msgstr ""
#: kallithea/templates/admin/settings/settings_system.html:9
msgid "Python version"
msgstr ""
#: kallithea/templates/admin/settings/settings_system.html:10
msgid "Platform"
msgstr ""
#: kallithea/templates/admin/settings/settings_system.html:11
#, fuzzy
msgid "Git version"
msgstr "编辑权限"
#: kallithea/templates/admin/settings/settings_system.html:12
msgid "Git path"
msgstr ""
#: kallithea/templates/admin/settings/settings_system.html:13
msgid "Upgrade info endpoint"
msgstr ""
#: kallithea/templates/admin/settings/settings_system.html:13
msgid "Note: please make sure this server can access this URL"
msgstr ""
#: kallithea/templates/admin/settings/settings_system.html:23
msgid "Python Packages"
msgstr ""
#: kallithea/templates/admin/settings/settings_vcs.html:9
msgid "Show repository size after push"
msgstr "推送后显示版本库大小"
#: kallithea/templates/admin/settings/settings_vcs.html:15
msgid "Log user push commands"
msgstr "记录用户推送命令"
#: kallithea/templates/admin/settings/settings_vcs.html:21
msgid "Log user pull commands"
msgstr "记录用户拉取命令"
#: kallithea/templates/admin/settings/settings_vcs.html:27
msgid "Update repository after push (hg update)"
msgstr "推送后更新版本库(hg update)"
#: kallithea/templates/admin/settings/settings_vcs.html:33
#, fuzzy
msgid "Mercurial extensions"
msgstr "Mercurial扩展"
#: kallithea/templates/admin/settings/settings_vcs.html:38
msgid "Enable largefiles extension"
msgstr ""
#: kallithea/templates/admin/settings/settings_vcs.html:44
msgid "Enable hgsubversion extension"
msgstr ""
#: kallithea/templates/admin/settings/settings_vcs.html:47
msgid ""
"Requires hgsubversion library to be installed. Enables cloning of remote "
"Subversion repositories while converting them to Mercurial."
msgstr ""
#: kallithea/templates/admin/settings/settings_vcs.html:59
#, fuzzy
msgid "Location of repositories"
msgstr "创建版本库"
#: kallithea/templates/admin/settings/settings_vcs.html:64
msgid ""
"Click to unlock. You must restart Kallithea in order to make this setting "
"take effect."
msgstr ""
#: kallithea/templates/admin/settings/settings_vcs.html:68
msgid ""
"Filesystem location where repositories are stored. After changing this "
"value, a restart and rescan of the repository folder are both required."
msgstr ""
#: kallithea/templates/admin/settings/settings_visual.html:4
msgid "General"
msgstr "通用"
#: kallithea/templates/admin/settings/settings_visual.html:9
msgid "Use repository extra fields"
msgstr ""
#: kallithea/templates/admin/settings/settings_visual.html:12
msgid "Allows storing additional customized fields per repository."
msgstr ""
#: kallithea/templates/admin/settings/settings_visual.html:17
msgid "Show Kallithea version"
msgstr ""
#: kallithea/templates/admin/settings/settings_visual.html:20
msgid ""
"Shows or hides a version number of Kallithea displayed in the footer."
msgstr ""
#: kallithea/templates/admin/settings/settings_visual.html:25
msgid "Show user Gravatars"
msgstr ""
#: kallithea/templates/admin/settings/settings_visual.html:29
msgid ""
"Gravatar URL allows you to use another avatar server application.\n"
" The following "
"variables of the URL will be replaced accordingly.\n"
" {scheme} "
"'http' or 'https' sent from running Kallithea server,\n"
" {email} user "
"email,\n"
" {md5email} md5 "
"hash of the user email (like at gravatar.com),\n"
" {size} size "
"of the image that is expected from the server application,\n"
" {netloc} "
"network location/server host of running Kallithea server"
msgstr ""
#: kallithea/templates/admin/settings/settings_visual.html:40
#: kallithea/templates/summary/summary.html:63
#, fuzzy
msgid "Clone URL"
msgstr "克隆地址"
#: kallithea/templates/admin/settings/settings_visual.html:43
msgid ""
"Schema of clone URL construction eg. '{scheme}://{user}@{netloc}/"
"{repo}'.\n"
" The following "
"variables are available:\n"
" {scheme} 'http' or "
"'https' sent from running Kallithea server,\n"
" {user} current user "
"username,\n"
" {netloc} network "
"location/server host of running Kallithea server,\n"
" {repo} full "
"repository name,\n"
" {repoid} ID of "
"repository, can be used to construct clone-by-id"
msgstr ""
#: kallithea/templates/admin/settings/settings_visual.html:54
#, fuzzy
#| msgid "repositories"
msgid "Repository page size"
msgstr "版本库"
#: kallithea/templates/admin/settings/settings_visual.html:57
msgid ""
"Number of items displayed in the repository pages before pagination is "
"shown."
msgstr ""
#: kallithea/templates/admin/settings/settings_visual.html:62
msgid "Admin page size"
msgstr ""
#: kallithea/templates/admin/settings/settings_visual.html:65
msgid ""
"Number of items displayed in the admin pages grids before pagination is "
"shown."
msgstr ""
#: kallithea/templates/admin/settings/settings_visual.html:70
msgid "Icons"
msgstr "图标"
#: kallithea/templates/admin/settings/settings_visual.html:75
msgid "Show public repository icon on repositories"
msgstr "显示公共版本库图标"
#: kallithea/templates/admin/settings/settings_visual.html:81
msgid "Show private repository icon on repositories"
msgstr "显示私有版本库图标"
#: kallithea/templates/admin/settings/settings_visual.html:84
#, fuzzy
msgid "Show public/private icons next to repository names."
msgstr "显示公共版本库图标"
#: kallithea/templates/admin/settings/settings_visual.html:89
#, fuzzy
msgid "Meta Tagging"
msgstr "元标记"
#: kallithea/templates/admin/settings/settings_visual.html:94
msgid ""
"Parses meta tags from the repository description field and turns them "
"into colored tags."
msgstr ""
#: kallithea/templates/admin/settings/settings_visual.html:98
msgid "Stylify recognised meta tags:"
msgstr ""
#: kallithea/templates/admin/user_groups/user_group_add.html:5
msgid "Add user group"
msgstr ""
#: kallithea/templates/admin/user_groups/user_group_add.html:10
#: kallithea/templates/admin/user_groups/user_group_edit.html:11
#: kallithea/templates/admin/user_groups/user_groups.html:9
#: kallithea/templates/base/base.html:59
#: kallithea/templates/base/base.html:79
msgid "User Groups"
msgstr ""
#: kallithea/templates/admin/user_groups/user_group_add.html:12
#: kallithea/templates/admin/user_groups/user_groups.html:24
msgid "Add User Group"
msgstr ""
#: kallithea/templates/admin/user_groups/user_group_add.html:36
#: kallithea/templates/admin/user_groups/user_group_edit_settings.html:13
msgid "Short, optional description for this user group."
msgstr ""
#: kallithea/templates/admin/user_groups/user_group_edit.html:5
#, python-format
msgid "%s user group settings"
msgstr ""
#: kallithea/templates/admin/user_groups/user_group_edit.html:33
#, fuzzy
msgid "Show Members"
msgstr "成员"
#: kallithea/templates/admin/user_groups/user_group_edit_advanced.html:1
#, python-format
msgid "User Group: %s"
msgstr ""
#: kallithea/templates/admin/user_groups/user_group_edit_advanced.html:6
#: kallithea/templates/admin/user_groups/user_group_edit_settings.html:23
#: kallithea/templates/admin/user_groups/user_groups.html:40
msgid "Members"
msgstr "成员"
#: kallithea/templates/admin/user_groups/user_group_edit_advanced.html:19
#: kallithea/templates/data_table/_dt_elements.html:102
#, python-format
msgid "Confirm to delete this user group: %s"
msgstr ""
#: kallithea/templates/admin/user_groups/user_group_edit_advanced.html:21
msgid "Delete this user group"
msgstr ""
#: kallithea/templates/admin/user_groups/user_group_edit_members.html:11
msgid "No members yet"
msgstr "还没有成员"
#: kallithea/templates/admin/user_groups/user_group_edit_settings.html:26
msgid "Chosen group members"
msgstr ""
#: kallithea/templates/admin/user_groups/user_group_edit_settings.html:39
msgid "Available members"
msgstr "启用成员"
#: kallithea/templates/admin/user_groups/user_groups.html:5
#, fuzzy
msgid "User Groups Administration"
msgstr "用户管理员"
#: kallithea/templates/admin/users/user_add.html:5
msgid "Add user"
msgstr "添加用户"
#: kallithea/templates/admin/users/user_add.html:10
#: kallithea/templates/admin/users/user_edit.html:11
#: kallithea/templates/admin/users/users.html:9
#: kallithea/templates/base/base.html:58
msgid "Users"
msgstr "用户"
#: kallithea/templates/admin/users/user_add.html:12
#: kallithea/templates/admin/users/users.html:23
msgid "Add User"
msgstr ""
#: kallithea/templates/admin/users/user_add.html:41
msgid "Password confirmation"
msgstr "确认密码"
#: kallithea/templates/admin/users/user_edit.html:5
#, python-format
msgid "%s user settings"
msgstr ""
#: kallithea/templates/admin/users/user_edit.html:30
msgid "Emails"
msgstr ""
#: kallithea/templates/admin/users/user_edit_advanced.html:1
#, python-format
msgid "User: %s"
msgstr ""
#: kallithea/templates/admin/users/user_edit_advanced.html:7
#: kallithea/templates/admin/users/user_edit_profile.html:32
msgid "Source of Record"
msgstr ""
#: kallithea/templates/admin/users/user_edit_advanced.html:9
#: kallithea/templates/admin/users/users.html:41
msgid "Last Login"
msgstr ""
#: kallithea/templates/admin/users/user_edit_advanced.html:10
msgid "Member of User Groups"
msgstr ""
#: kallithea/templates/admin/users/user_edit_advanced.html:21
#: kallithea/templates/data_table/_dt_elements.html:90
#, python-format
msgid "Confirm to delete this user: %s"
msgstr "确认删除用户:%s"
#: kallithea/templates/admin/users/user_edit_advanced.html:23
msgid "Delete this user"
msgstr ""
#: kallithea/templates/admin/users/user_edit_ips.html:7
#, python-format
msgid "Inherited from %s"
msgstr ""
#: kallithea/templates/admin/users/user_edit_profile.html:39
msgid "Name in Source of Record"
msgstr ""
#: kallithea/templates/admin/users/user_edit_profile.html:53
msgid "New password confirmation"
msgstr "确认新密码"
#: kallithea/templates/admin/users/users.html:5
#, fuzzy
msgid "Users Administration"
msgstr "用户管理员"
#: kallithea/templates/admin/users/users.html:44
msgid "Auth Type"
msgstr ""
#: kallithea/templates/base/base.html:16
#, python-format
msgid "Server instance: %s"
msgstr ""
#: kallithea/templates/base/base.html:28
msgid "Support"
msgstr ""
#: kallithea/templates/base/base.html:86
#: kallithea/templates/base/base.html:424
msgid "Mercurial repository"
msgstr "Mercurial版本库"
#: kallithea/templates/base/base.html:89
#: kallithea/templates/base/base.html:427
msgid "Git repository"
msgstr "Git版本库"
#: kallithea/templates/base/base.html:115
#, fuzzy
msgid "Create Fork"
msgstr "创建于"
#: kallithea/templates/base/base.html:127
#: kallithea/templates/summary/summary.html:9
msgid "Summary"
msgstr "概况"
#: kallithea/templates/base/base.html:129
#: kallithea/templates/base/base.html:131
#: kallithea/templates/changelog/changelog.html:16
msgid "Changelog"
msgstr "修订记录"
#: kallithea/templates/base/base.html:133
#: kallithea/templates/files/files.html:11
msgid "Files"
msgstr "浏览"
#: kallithea/templates/base/base.html:135
#, python-format
msgid "Show Pull Requests for %s"
msgstr ""
#: kallithea/templates/base/base.html:135
msgid "Pull Requests"
msgstr ""
#: kallithea/templates/base/base.html:146
#: kallithea/templates/base/base.html:148
msgid "Options"
msgstr "选项"
#: kallithea/templates/base/base.html:156
#: kallithea/templates/forks/forks_data.html:18
#, fuzzy
msgid "Compare Fork"
msgstr "比较复刻"
#: kallithea/templates/base/base.html:158
msgid "Compare"
msgstr "比较显示"
#: kallithea/templates/base/base.html:160
#: kallithea/templates/base/base.html:322
#: kallithea/templates/search/search.html:14
#: kallithea/templates/search/search.html:67
msgid "Search"
msgstr "搜索"
#: kallithea/templates/base/base.html:164
msgid "Unlock"
msgstr ""
#: kallithea/templates/base/base.html:166
msgid "Lock"
msgstr ""
#: kallithea/templates/base/base.html:174
msgid "Follow"
msgstr ""
#: kallithea/templates/base/base.html:175
msgid "Unfollow"
msgstr ""
#: kallithea/templates/base/base.html:178
#: kallithea/templates/forks/fork.html:9
msgid "Fork"
msgstr "复刻"
#: kallithea/templates/base/base.html:179
#: kallithea/templates/pullrequests/pullrequest.html:77
msgid "Create Pull Request"
msgstr ""
#: kallithea/templates/base/base.html:191
msgid "Switch To"
msgstr ""
#: kallithea/templates/base/base.html:203
#: kallithea/templates/base/base.html:452
msgid "No matches found"
msgstr ""
#: kallithea/templates/base/base.html:296
msgid "Show recent activity"
msgstr ""
#: kallithea/templates/base/base.html:302
#: kallithea/templates/base/base.html:303
msgid "Public journal"
msgstr "公共日志"
#: kallithea/templates/base/base.html:308
msgid "Show public gists"
msgstr ""
#: kallithea/templates/base/base.html:309
msgid "Gists"
msgstr ""
#: kallithea/templates/base/base.html:313
msgid "All Public Gists"
msgstr ""
#: kallithea/templates/base/base.html:315
msgid "My Public Gists"
msgstr ""
#: kallithea/templates/base/base.html:316
msgid "My Private Gists"
msgstr ""
#: kallithea/templates/base/base.html:321
msgid "Search in repositories"
msgstr ""
#: kallithea/templates/base/base.html:344
#: kallithea/templates/base/base.html:345
#: kallithea/templates/pullrequests/pullrequest_show_my.html:6
#: kallithea/templates/pullrequests/pullrequest_show_my.html:10
#, fuzzy
msgid "My Pull Requests"
msgstr "拉取请求"
#: kallithea/templates/base/base.html:360
msgid "Not Logged In"
msgstr ""
#: kallithea/templates/base/base.html:369
#, fuzzy
msgid "Login to Your Account"
msgstr "登录"
#: kallithea/templates/base/base.html:379
#, fuzzy
#| msgid "Forgot password ?"
msgid "Forgot password?"
msgstr "忘记密码?"
#: kallithea/templates/base/base.html:383
#, fuzzy
#| msgid "Don't have an account ?"
msgid "Don't have an account?"
msgstr "还没有帐号?"
#: kallithea/templates/base/base.html:400
msgid "Log Out"
msgstr "退出"
#: kallithea/templates/base/base.html:524
msgid "Parent rev."
msgstr ""
#: kallithea/templates/base/base.html:533
msgid "Child rev."
msgstr ""
#: kallithea/templates/base/default_perms_box.html:11
#, fuzzy
msgid "Inherit defaults"
msgstr "版本库默认设置"
#: kallithea/templates/base/default_perms_box.html:15
#, python-format
msgid ""
"Select to inherit global settings, IP whitelist and permissions from the "
"%s."
msgstr ""
#: kallithea/templates/base/default_perms_box.html:16
#, fuzzy
#| msgid "Default permissions"
msgid "default permissions"
msgstr "默认权限"
#: kallithea/templates/base/default_perms_box.html:23
msgid "Create repositories"
msgstr "创建版本库"
#: kallithea/templates/base/default_perms_box.html:27
msgid "Select this option to allow repository creation for this user"
msgstr ""
#: kallithea/templates/base/default_perms_box.html:33
msgid "Create user groups"
msgstr ""
#: kallithea/templates/base/default_perms_box.html:37
msgid "Select this option to allow user group creation for this user"
msgstr ""
#: kallithea/templates/base/default_perms_box.html:43
msgid "Fork repositories"
msgstr "复刻版本库"
#: kallithea/templates/base/default_perms_box.html:47
msgid "Select this option to allow repository forking for this user"
msgstr ""
#: kallithea/templates/base/perms_summary.html:13
#: kallithea/templates/changelog/changelog.html:41
msgid "Show"
msgstr "显示"
#: kallithea/templates/base/perms_summary.html:22
msgid "No permissions defined yet"
msgstr ""
#: kallithea/templates/base/perms_summary.html:30
#: kallithea/templates/base/perms_summary.html:55
msgid "Permission"
msgstr "权限"
#: kallithea/templates/base/perms_summary.html:32
#: kallithea/templates/base/perms_summary.html:57
msgid "Edit Permission"
msgstr "编辑权限"
#: kallithea/templates/base/perms_summary.html:92
msgid "No permission defined"
msgstr ""
#: kallithea/templates/base/root.html:28
msgid "Retry"
msgstr ""
#: kallithea/templates/base/root.html:29
#: kallithea/templates/changeset/changeset_file_comment.html:65
#, fuzzy
msgid "Submitting ..."
msgstr "提交中……"
#: kallithea/templates/base/root.html:30
#, fuzzy
#| msgid "Enable downloads"
msgid "Unable to post"
msgstr "启用下载"
#: kallithea/templates/base/root.html:31
#, fuzzy
msgid "Add Another Comment"
msgstr "%d条评论"
#: kallithea/templates/base/root.html:32
msgid "Stop following this repository"
msgstr "停止关注该版本库"
#: kallithea/templates/base/root.html:33
msgid "Start following this repository"
msgstr "开始关注该版本库"
#: kallithea/templates/base/root.html:34
msgid "Group"
msgstr "组"
#: kallithea/templates/base/root.html:35
msgid "Loading ..."
msgstr ""
#: kallithea/templates/base/root.html:36
msgid "loading ..."
msgstr ""
#: kallithea/templates/base/root.html:37
msgid "Search truncated"
msgstr ""
#: kallithea/templates/base/root.html:38
msgid "No matching files"
msgstr ""
#: kallithea/templates/base/root.html:39
#, fuzzy
msgid "Open New Pull Request from {0}"
msgstr "[评论]拉取请求"
#: kallithea/templates/base/root.html:40
msgid "Open New Pull Request for {0} → {1}"
msgstr ""
#: kallithea/templates/base/root.html:41
msgid "Show Selected Changesets {0} → {1}"
msgstr "显示选中的修订集 {0} → {1}"
#: kallithea/templates/base/root.html:42
#, fuzzy
msgid "Selection Link"
msgstr "选择链接"
#: kallithea/templates/base/root.html:43
#: kallithea/templates/changeset/diff_block.html:7
#, fuzzy
msgid "Collapse Diff"
msgstr "文件差异"
#: kallithea/templates/base/root.html:44
#, fuzzy
msgid "Expand Diff"
msgstr "文件差异"
#: kallithea/templates/base/root.html:45
#, fuzzy
msgid "No revisions"
msgstr "修订"
#: kallithea/templates/base/root.html:46
msgid "Type name of user or member to grant permission"
msgstr ""
#: kallithea/templates/base/root.html:47
msgid "Failed to revoke permission"
msgstr ""
#: kallithea/templates/base/root.html:48
msgid "Confirm to revoke permission for {0}: {1} ?"
msgstr ""
#: kallithea/templates/base/root.html:51
#: kallithea/templates/compare/compare_diff.html:108
msgid "Select changeset"
msgstr "选择修订集"
#: kallithea/templates/base/root.html:52
msgid "Specify changeset"
msgstr "指定修订集"
#: kallithea/templates/base/root.html:53
msgid "Click to sort ascending"
msgstr "点击以升序排列"
#: kallithea/templates/base/root.html:54
msgid "Click to sort descending"
msgstr "点击以降序排列"
#: kallithea/templates/base/root.html:55
msgid "No records found."
msgstr "没有找到记录。"
#: kallithea/templates/base/root.html:56
msgid "Data error."
msgstr "数据错误。"
#: kallithea/templates/base/root.html:57
msgid "Loading..."
msgstr "载入中..."
#: kallithea/templates/changelog/changelog.html:8
#, python-format
msgid "%s Changelog"
msgstr "%s修订记录"
#: kallithea/templates/changelog/changelog.html:23
#, python-format
msgid "showing %d out of %d revision"
msgid_plural "showing %d out of %d revisions"
msgstr[0] "显示%d/%d个版本"
#: kallithea/templates/changelog/changelog.html:47
msgid "Clear selection"
msgstr "清除选择"
#: kallithea/templates/changelog/changelog.html:54
#, fuzzy
msgid "Go to tip of repository"
msgstr "确认锁定版本库"
#: kallithea/templates/changelog/changelog.html:59
#: kallithea/templates/forks/forks_data.html:16
#, python-format
msgid "Compare fork with %s"
msgstr ""
#: kallithea/templates/changelog/changelog.html:61
#, python-format
msgid "Compare fork with parent repository (%s)"
msgstr ""
#: kallithea/templates/changelog/changelog.html:65
#: kallithea/templates/files/files.html:29
#, fuzzy
msgid "Branch filter:"
msgstr "过滤"
#: kallithea/templates/changelog/changelog.html:221
msgid "There are no changes yet"
msgstr "没有任何变更"
#: kallithea/templates/changelog/changelog_details.html:4
#: kallithea/templates/changeset/changeset.html:77
msgid "Removed"
msgstr ""
#: kallithea/templates/changelog/changelog_details.html:5
#: kallithea/templates/changeset/changeset.html:78
msgid "Changed"
msgstr ""
#: kallithea/templates/changelog/changelog_details.html:6
#: kallithea/templates/changeset/changeset.html:79
#: kallithea/templates/changeset/diff_block.html:38
msgid "Added"
msgstr ""
#: kallithea/templates/changelog/changelog_details.html:8
#: kallithea/templates/changelog/changelog_details.html:9
#: kallithea/templates/changelog/changelog_details.html:10
#: kallithea/templates/changeset/changeset.html:81
#: kallithea/templates/changeset/changeset.html:82
#: kallithea/templates/changeset/changeset.html:83
#, python-format
msgid "Affected %s files"
msgstr ""
#: kallithea/templates/changelog/changelog_table.html:20
msgid "First (oldest) changeset in this list"
msgstr "此列表中首个(最旧)修订集"
#: kallithea/templates/changelog/changelog_table.html:22
msgid "Last (most recent) changeset in this list"
msgstr "此列表中末个(最近)修订集"
#: kallithea/templates/changelog/changelog_table.html:24
msgid "Position in this list of changesets"
msgstr "修订集在此列表中的位置"
#: kallithea/templates/changelog/changelog_table.html:35
#, python-format
msgid ""
"Changeset status: %s by %s\n"
"Click to open associated pull request %s"
msgstr ""
"修订集状态:%s 由 %s\n"
"点击打开相关联的拉取请求 %s"
#: kallithea/templates/changelog/changelog_table.html:41
#, python-format
msgid "Changeset status: %s by %s"
msgstr "修订集状态:%s 由 %s"
#: kallithea/templates/changelog/changelog_table.html:60
msgid "Expand commit message"
msgstr ""
#: kallithea/templates/changelog/changelog_table.html:76
#, fuzzy, python-format
#| msgid "%d comment"
#| msgid_plural "%d comments"
msgid "%s comments"
msgstr "%d条评论"
#: kallithea/templates/changelog/changelog_table.html:80
#: kallithea/templates/changeset/changeset.html:63
#: kallithea/templates/changeset/changeset_range.html:84
#, python-format
msgid "Bookmark %s"
msgstr ""
#: kallithea/templates/changelog/changelog_table.html:83
#: kallithea/templates/changeset/changeset.html:67
#: kallithea/templates/changeset/changeset_range.html:90
#: kallithea/templates/pullrequests/pullrequest_show.html:165
#, python-format
msgid "Tag %s"
msgstr ""
#: kallithea/templates/changelog/changelog_table.html:102
#: kallithea/templates/changeset/changeset.html:71
#: kallithea/templates/changeset/changeset_range.html:94
#, python-format
msgid "Branch %s"
msgstr ""
#: kallithea/templates/changeset/changeset.html:8
#, python-format
msgid "%s Changeset"
msgstr "%s 修订集"
#: kallithea/templates/changeset/changeset.html:34
msgid "Changeset status"
msgstr "修订集状态"
#: kallithea/templates/changeset/changeset.html:43
#: kallithea/templates/changeset/diff_block.html:64
#: kallithea/templates/files/diff_2way.html:51
msgid "Raw diff"
msgstr ""
#: kallithea/templates/changeset/changeset.html:46
msgid "Patch diff"
msgstr ""
#: kallithea/templates/changeset/changeset.html:49
#: kallithea/templates/changeset/diff_block.html:66
#: kallithea/templates/files/diff_2way.html:54
msgid "Download diff"
msgstr ""
#: kallithea/templates/changeset/changeset.html:59
#: kallithea/templates/changeset/changeset_range.html:80
#, fuzzy
msgid "Merge"
msgstr "合并"
#: kallithea/templates/changeset/changeset.html:96
#, fuzzy
msgid "Grafted from:"
msgstr "创建于"
#: kallithea/templates/changeset/changeset.html:102
msgid "Transplanted from:"
msgstr ""
#: kallithea/templates/changeset/changeset.html:108
#, fuzzy
msgid "Replaced by:"
msgstr "创建于"
#: kallithea/templates/changeset/changeset.html:122
#, fuzzy
msgid "Preceded by:"
msgstr "创建于"
#: kallithea/templates/changeset/changeset.html:139
#: kallithea/templates/compare/compare_diff.html:59
#: kallithea/templates/pullrequests/pullrequest_show.html:290
#, python-format
msgid "%s file changed"
msgid_plural "%s files changed"
msgstr[0] "修改%s个文件"
#: kallithea/templates/changeset/changeset.html:141
#: kallithea/templates/compare/compare_diff.html:61
#: kallithea/templates/pullrequests/pullrequest_show.html:292
#, python-format
msgid "%s file changed with %s insertions and %s deletions"
msgid_plural "%s files changed with %s insertions and %s deletions"
msgstr[0] "修改%s个文件包括%s行插入和%s行删除"
#: kallithea/templates/changeset/changeset.html:154
#: kallithea/templates/changeset/changeset.html:173
#: kallithea/templates/compare/compare_diff.html:81
#: kallithea/templates/pullrequests/pullrequest_show.html:309
#: kallithea/templates/pullrequests/pullrequest_show.html:333
msgid "Show full diff anyway"
msgstr ""
#: kallithea/templates/changeset/changeset_file_comment.html:20
#, fuzzy
#| msgid "Comment"
msgid "comment"
msgstr "评论"
#: kallithea/templates/changeset/changeset_file_comment.html:21
#, fuzzy
msgid "on pull request"
msgstr "[评论]拉取请求"
#: kallithea/templates/changeset/changeset_file_comment.html:22
#, fuzzy
msgid "No title"
msgstr "无文件"
#: kallithea/templates/changeset/changeset_file_comment.html:24
msgid "on this changeset"
msgstr "在此修订集"
#: kallithea/templates/changeset/changeset_file_comment.html:30
#, fuzzy
msgid "Delete comment?"
msgstr "%d条评论"
#: kallithea/templates/changeset/changeset_file_comment.html:38
#: kallithea/templates/changeset/changeset_file_comment.html:71
#, fuzzy
msgid "Status change"
msgstr "文件已更改"
#: kallithea/templates/changeset/changeset_file_comment.html:87
#, fuzzy
msgid "Comments are in plain text. Use @username to notify another user."
msgstr "在文本中使用 @用户名 以发送通知到该Kallithea用户"
#: kallithea/templates/changeset/changeset_file_comment.html:93
msgid "Set changeset status"
msgstr "设置修订集状态"
#: kallithea/templates/changeset/changeset_file_comment.html:95
msgid "Vote for pull request status"
msgstr ""
#: kallithea/templates/changeset/changeset_file_comment.html:101
#: kallithea/templates/changeset/diff_block.html:46
#, fuzzy
msgid "No change"
msgstr "无变更"
#: kallithea/templates/changeset/changeset_file_comment.html:114
#, fuzzy
msgid "Finish pull request"
msgstr "[评论]拉取请求"
#: kallithea/templates/changeset/changeset_file_comment.html:117
#, fuzzy
msgid "Close"
msgstr "已关闭"
#: kallithea/templates/changeset/changeset_file_comment.html:129
msgid "Comment"
msgstr "评论"
#: kallithea/templates/changeset/changeset_file_comment.html:137
msgid "You need to be logged in to comment."
msgstr "您必须登录才能评论。"
#: kallithea/templates/changeset/changeset_file_comment.html:137
msgid "Login now"
msgstr "现在登陆"
#: kallithea/templates/changeset/changeset_file_comment.html:141
msgid "Hide"
msgstr "隐藏"
#: kallithea/templates/changeset/changeset_file_comment.html:153
#, python-format
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] "%d条评论"
#: kallithea/templates/changeset/changeset_file_comment.html:154
#, fuzzy, python-format
msgid "%d inline"
msgid_plural "%d inline"
msgstr[0] "(%d内嵌)"
#: kallithea/templates/changeset/changeset_file_comment.html:155
#, python-format
msgid "%d general"
msgid_plural "%d general"
msgstr[0] ""
#: kallithea/templates/changeset/changeset_range.html:5
#, python-format
msgid "%s Changesets"
msgstr "%s 修订集"
#: kallithea/templates/changeset/changeset_range.html:43
#, python-format
msgid "Changeset status: %s"
msgstr "修订集状态:%s"
#: kallithea/templates/changeset/changeset_range.html:50
msgid "Files affected"
msgstr "影响文件"
#: kallithea/templates/changeset/diff_block.html:30
msgid "No file before"
msgstr ""
#: kallithea/templates/changeset/diff_block.html:33
#, fuzzy
#| msgid "file removed"
msgid "File before"
msgstr "文件已删除"
#: kallithea/templates/changeset/diff_block.html:40
#, fuzzy
#| msgid "Unmodified"
msgid "Modified"
msgstr "未修改"
#: kallithea/templates/changeset/diff_block.html:42
#, fuzzy
msgid "Deleted"
msgstr "删除"
#: kallithea/templates/changeset/diff_block.html:44
#, fuzzy
msgid "Renamed"
msgstr "读"
#: kallithea/templates/changeset/diff_block.html:48
#, fuzzy, python-format
#| msgid "Unknown revision %s"
msgid "Unknown operation: %r"
msgstr "未知版本%s"
#: kallithea/templates/changeset/diff_block.html:52
#, fuzzy
#| msgid "No filename"
msgid "No file after"
msgstr "无文件名"
#: kallithea/templates/changeset/diff_block.html:55
#, fuzzy
#| msgid "file added"
msgid "File after"
msgstr "文件已添加"
#: kallithea/templates/changeset/diff_block.html:60
#: kallithea/templates/files/diff_2way.html:43
msgid "Show full diff for this file"
msgstr ""
#: kallithea/templates/changeset/diff_block.html:62
#: kallithea/templates/files/diff_2way.html:47
msgid "Show full side-by-side diff for this file"
msgstr ""
#: kallithea/templates/changeset/diff_block.html:72
msgid "Show inline comments"
msgstr ""
#: kallithea/templates/compare/compare_cs.html:5
msgid "No changesets"
msgstr "无修订集"
#: kallithea/templates/compare/compare_cs.html:12
msgid "Criss cross merge situation with multiple merge ancestors detected!"
msgstr ""
#: kallithea/templates/compare/compare_cs.html:15
msgid ""
"Please merge the target branch to your branch before creating a pull "
"request."
msgstr ""
#: kallithea/templates/compare/compare_cs.html:19
msgid "Merge Ancestor"
msgstr ""
#: kallithea/templates/compare/compare_cs.html:40
msgid "Show merge diff"
msgstr ""
#: kallithea/templates/compare/compare_cs.html:54
msgid "is"
msgstr ""
#: kallithea/templates/compare/compare_cs.html:55
#, python-format
msgid "%s changesets"
msgstr "%s 修订集"
#: kallithea/templates/compare/compare_cs.html:56
#, fuzzy
msgid "behind"
msgstr "重新索引"
#: kallithea/templates/compare/compare_diff.html:6
#: kallithea/templates/compare/compare_diff.html:8
#, python-format
msgid "%s Compare"
msgstr ""
#: kallithea/templates/compare/compare_diff.html:13
#: kallithea/templates/compare/compare_diff.html:41
msgid "Compare Revisions"
msgstr ""
#: kallithea/templates/compare/compare_diff.html:39
msgid "Swap"
msgstr ""
#: kallithea/templates/compare/compare_diff.html:48
msgid "Compare revisions, branches, bookmarks, or tags."
msgstr ""
#: kallithea/templates/compare/compare_diff.html:53
#: kallithea/templates/pullrequests/pullrequest_show.html:278
#, python-format
msgid "Showing %s commit"
msgid_plural "Showing %s commits"
msgstr[0] "显示%s个提交"
#: kallithea/templates/compare/compare_diff.html:95
msgid "Show full diff"
msgstr ""
#: kallithea/templates/data_table/_dt_elements.html:23
msgid "Public repository"
msgstr "公共版本库"
#: kallithea/templates/data_table/_dt_elements.html:29
msgid "Repository creation in progress..."
msgstr ""
#: kallithea/templates/data_table/_dt_elements.html:42
msgid "No changesets yet"
msgstr "尚无任何修订集"
#: kallithea/templates/data_table/_dt_elements.html:48
#: kallithea/templates/data_table/_dt_elements.html:50
#, python-format
msgid "Subscribe to %s rss feed"
msgstr "订阅%s的RSS"
#: kallithea/templates/data_table/_dt_elements.html:56
#: kallithea/templates/data_table/_dt_elements.html:58
#, python-format
msgid "Subscribe to %s atom feed"
msgstr "订阅%s的Atom"
#: kallithea/templates/data_table/_dt_elements.html:76
msgid "Creating"
msgstr ""
#: kallithea/templates/email_templates/changeset_comment.html:4
#, fuzzy, python-format
#| msgid "%(user)s commented on changeset %(age)s"
msgid "Mention in Comment on Changeset \"%s\""
msgstr "%(user)s 已评论修订集在 %(age)s"
#: kallithea/templates/email_templates/changeset_comment.html:4
#, fuzzy, python-format
#| msgid "%(user)s commented on changeset %(age)s"
msgid "Comment on Changeset \"%s\""
msgstr "%(user)s 已评论修订集在 %(age)s"
#: kallithea/templates/email_templates/changeset_comment.html:20
#, fuzzy
#| msgid "Changeset"
msgid "Changeset on"
msgstr "修订集"
#: kallithea/templates/email_templates/changeset_comment.html:23
#: kallithea/templates/email_templates/pull_request.html:22
#: kallithea/templates/email_templates/pull_request.html:28
#: kallithea/templates/email_templates/pull_request_comment.html:30
#: kallithea/templates/email_templates/pull_request_comment.html:36
#, fuzzy
#| msgid "Branch"
msgid "branch"
msgstr "分支"
#: kallithea/templates/email_templates/changeset_comment.html:29
#: kallithea/templates/email_templates/pull_request.html:15
#: kallithea/templates/email_templates/pull_request_comment.html:23
msgid "by"
msgstr ""
#: kallithea/templates/email_templates/comment.html:27
#, fuzzy
#| msgid "Status change"
msgid "Status change:"
msgstr "文件已更改"
#: kallithea/templates/email_templates/comment.html:33
#, fuzzy
#| msgid "Repository has been locked"
msgid "The pull request has been closed."
msgstr "版本库未锁定"
#: kallithea/templates/email_templates/password_reset.html:9
#, python-format
msgid "Hello %s"
msgstr ""
#: kallithea/templates/email_templates/password_reset.html:16
#, fuzzy
msgid "We have received a request to reset the password for your account."
msgstr "我们收到重置你用户密码的请求。"
#: kallithea/templates/email_templates/password_reset.html:25
msgid ""
"This account is however managed outside this system and the password "
"cannot be changed here."
msgstr ""
#: kallithea/templates/email_templates/password_reset.html:28
msgid "To set a new password, click the following link"
msgstr ""
#: kallithea/templates/email_templates/password_reset.html:33
msgid ""
"Should you not be able to use the link above, please type the following "
"code into the password reset form"
msgstr ""
#: kallithea/templates/email_templates/password_reset.html:44
msgid ""
"If it weren't you who requested the password reset, just disregard this "
"message."
msgstr ""
#: kallithea/templates/email_templates/pull_request.html:4
#, fuzzy, python-format
#| msgid "[commented] on pull request for"
msgid "Mention on Pull Request %s \"%s\" by %s"
msgstr "[评论]拉取请求"
#: kallithea/templates/email_templates/pull_request.html:4
#, python-format
msgid "Added as Reviewer of Pull Request %s \"%s\" by %s"
msgstr ""
#: kallithea/templates/email_templates/pull_request.html:12
#: kallithea/templates/email_templates/pull_request_comment.html:20
#, fuzzy
msgid "Pull request"
msgstr "拉取请求#%s"
#: kallithea/templates/email_templates/pull_request.html:19
#: kallithea/templates/email_templates/pull_request_comment.html:27
msgid "from"
msgstr ""
#: kallithea/templates/email_templates/pull_request.html:25
#: kallithea/templates/email_templates/pull_request_comment.html:33
msgid "to"
msgstr ""
#: kallithea/templates/email_templates/pull_request_comment.html:4
#, fuzzy, python-format
#| msgid "%(user)s commented on pull request %(age)s"
msgid "Mention in Comment on Pull Request %s \"%s\""
msgstr "[评论]拉取请求"
#: kallithea/templates/email_templates/pull_request_comment.html:4
#, fuzzy, python-format
#| msgid "Pull request %s from %s#%s"
msgid "Pull Request %s \"%s\" Closed"
msgstr "拉取请求#%s"
#: kallithea/templates/email_templates/pull_request_comment.html:4
#, fuzzy, python-format
#| msgid "[commented] on pull request for"
msgid "Comment on Pull Request %s \"%s\""
msgstr "[评论]拉取请求"
#: kallithea/templates/email_templates/registration.html:22
#, fuzzy
#| msgid "Group name"
msgid "Full Name"
msgstr "组名"
#: kallithea/templates/files/diff_2way.html:15
#, python-format
msgid "%s File side-by-side diff"
msgstr ""
#: kallithea/templates/files/diff_2way.html:19
#: kallithea/templates/files/file_diff.html:8
msgid "File diff"
msgstr "文件差异"
#: kallithea/templates/files/file_diff.html:4
#, python-format
msgid "%s File Diff"
msgstr ""
#: kallithea/templates/files/files.html:4
#: kallithea/templates/files/files.html:77
#, python-format
msgid "%s Files"
msgstr ""
#: kallithea/templates/files/files_add.html:4
#, python-format
msgid "%s Files Add"
msgstr ""
#: kallithea/templates/files/files_add.html:21
#: kallithea/templates/files/files_ypjax.html:9
#: kallithea/templates/summary/summary.html:191
msgid "Add New File"
msgstr ""
#: kallithea/templates/files/files_add.html:39
#: kallithea/templates/files/files_edit.html:39
#: kallithea/templates/files/files_ypjax.html:3
msgid "Location"
msgstr "位置"
#: kallithea/templates/files/files_add.html:41
msgid "Enter filename..."
msgstr ""
#: kallithea/templates/files/files_add.html:43
#: kallithea/templates/files/files_add.html:47
msgid "or"
msgstr "或者"
#: kallithea/templates/files/files_add.html:43
msgid "Upload File"
msgstr ""
#: kallithea/templates/files/files_add.html:47
msgid "Create New File"
msgstr ""
#: kallithea/templates/files/files_add.html:53
#, fuzzy
msgid "New file type"
msgstr "未知包类型"
#: kallithea/templates/files/files_add.html:64
#: kallithea/templates/files/files_delete.html:34
#: kallithea/templates/files/files_edit.html:67
msgid "Commit Message"
msgstr ""
#: kallithea/templates/files/files_add.html:68
#: kallithea/templates/files/files_delete.html:40
#: kallithea/templates/files/files_edit.html:71
#, fuzzy
msgid "Commit Changes"
msgstr "提交修改"
#: kallithea/templates/files/files_browser.html:40
msgid "Search File List"
msgstr ""
#: kallithea/templates/files/files_browser.html:45
msgid "Loading file list..."
msgstr "加载文件列表..."
#: kallithea/templates/files/files_browser.html:55
#: kallithea/templates/summary/summary.html:145
msgid "Size"
msgstr "大小"
#: kallithea/templates/files/files_browser.html:56
msgid "Last Revision"
msgstr "最后修订号"
#: kallithea/templates/files/files_browser.html:57
#, fuzzy
msgid "Last Modified"
msgstr "最后修改于"
#: kallithea/templates/files/files_browser.html:58
#, fuzzy
msgid "Last Committer"
msgstr "最后提交者"
#: kallithea/templates/files/files_delete.html:4
#, python-format
msgid "%s Files Delete"
msgstr ""
#: kallithea/templates/files/files_delete.html:12
#: kallithea/templates/files/files_delete.html:30
msgid "Delete file"
msgstr ""
#: kallithea/templates/files/files_edit.html:4
#, python-format
msgid "%s File Edit"
msgstr ""
#: kallithea/templates/files/files_edit.html:21
msgid "Edit file"
msgstr ""
#: kallithea/templates/files/files_edit.html:51
#: kallithea/templates/files/files_source.html:28
msgid "Show Annotation"
msgstr ""
#: kallithea/templates/files/files_edit.html:53
#: kallithea/templates/files/files_source.html:31
msgid "Download as Raw"
msgstr ""
#: kallithea/templates/files/files_edit.html:56
msgid "Source"
msgstr ""
#: kallithea/templates/files/files_history_box.html:2
#, python-format
msgid "%s author"
msgid_plural "%s authors"
msgstr[0] "%s个作者"
#: kallithea/templates/files/files_source.html:6
msgid "Diff to Revision"
msgstr ""
#: kallithea/templates/files/files_source.html:7
msgid "Show at Revision"
msgstr ""
#: kallithea/templates/files/files_source.html:9
msgid "Show Full History"
msgstr ""
#: kallithea/templates/files/files_source.html:10
msgid "Show Authors"
msgstr ""
#: kallithea/templates/files/files_source.html:26
msgid "Show Source"
msgstr ""
#: kallithea/templates/files/files_source.html:34
#, fuzzy, python-format
#| msgid "Deleted branch: %s"
msgid "Edit on Branch: %s"
msgstr "已经删除分支%s"
#: kallithea/templates/files/files_source.html:37
msgid "Editing binary files not allowed"
msgstr ""
#: kallithea/templates/files/files_source.html:40
msgid "Editing files allowed only when on branch head revision"
msgstr ""
#: kallithea/templates/files/files_source.html:41
msgid "Deleting files allowed only when on branch head revision"
msgstr ""
#: kallithea/templates/files/files_source.html:58
#, python-format
msgid "Binary file (%s)"
msgstr "二进制文件(%s)"
#: kallithea/templates/files/files_source.html:69
#, fuzzy
msgid "File is too big to display."
msgstr "文件过大,不能显示"
#: kallithea/templates/files/files_source.html:71
msgid "Show full annotation anyway."
msgstr ""
#: kallithea/templates/files/files_source.html:73
msgid "Show as raw."
msgstr ""
#: kallithea/templates/files/files_ypjax.html:5
msgid "annotation"
msgstr "显示注释"
#: kallithea/templates/files/files_ypjax.html:23
msgid "Go Back"
msgstr ""
#: kallithea/templates/files/files_ypjax.html:24
msgid "No files at given path"
msgstr "指定的路径中没有文件"
#: kallithea/templates/followers/followers.html:5
#, python-format
msgid "%s Followers"
msgstr "%s个关注者"
#: kallithea/templates/followers/followers.html:9
#: kallithea/templates/summary/summary.html:130
#: kallithea/templates/summary/summary.html:131
msgid "Followers"
msgstr "关注者"
#: kallithea/templates/followers/followers_data.html:9
msgid "Started following -"
msgstr "开始关注 -"
#: kallithea/templates/forks/fork.html:5
#, python-format
msgid "Fork repository %s"
msgstr ""
#: kallithea/templates/forks/fork.html:25
msgid "Fork name"
msgstr "复刻名称"
#: kallithea/templates/forks/fork.html:53
#, fuzzy
msgid "Default revision for files page, downloads, whoosh, and readme."
msgstr "文件浏览、下载、whoosh和README的默认修订版本"
#: kallithea/templates/forks/fork.html:58
msgid "Private"
msgstr "私有"
#: kallithea/templates/forks/fork.html:66
msgid "Copy permissions"
msgstr "拷贝权限"
#: kallithea/templates/forks/fork.html:69
msgid "Copy permissions from forked repository"
msgstr "从被复刻版本库拷贝权限"
#: kallithea/templates/forks/fork.html:75
msgid "Update after clone"
msgstr "克隆后更新"
#: kallithea/templates/forks/fork.html:78
msgid "Checkout source after making a clone"
msgstr "完成克隆后检出源代码"
#: kallithea/templates/forks/fork.html:85
msgid "Fork this Repository"
msgstr ""
#: kallithea/templates/forks/forks.html:5
#, python-format
msgid "%s Forks"
msgstr "%s个复刻"
#: kallithea/templates/forks/forks.html:9
#: kallithea/templates/summary/summary.html:136
#: kallithea/templates/summary/summary.html:137
msgid "Forks"
msgstr "复刻"
#: kallithea/templates/forks/forks_data.html:14
msgid "Forked"
msgstr ""
#: kallithea/templates/forks/forks_data.html:24
msgid "There are no forks yet"
msgstr "无复刻"
#: kallithea/templates/journal/journal.html:22
msgid "ATOM journal feed"
msgstr "订阅日志ATOM"
#: kallithea/templates/journal/journal.html:23
msgid "RSS journal feed"
msgstr "订阅日志RSS"
#: kallithea/templates/journal/journal.html:34
msgid "My Repositories"
msgstr ""
#: kallithea/templates/journal/journal_data.html:42
msgid "No entries yet"
msgstr "没有条目"
#: kallithea/templates/journal/public_journal.html:10
msgid "ATOM public journal feed"
msgstr "订阅公共日志ATOM"
#: kallithea/templates/journal/public_journal.html:11
msgid "RSS public journal feed"
msgstr "订阅公共日志RSS"
#: kallithea/templates/pullrequests/pullrequest.html:4
#: kallithea/templates/pullrequests/pullrequest.html:8
#, fuzzy
msgid "New Pull Request"
msgstr "新建拉取请求"
#: kallithea/templates/pullrequests/pullrequest.html:26
#: kallithea/templates/pullrequests/pullrequest_data.html:15
#: kallithea/templates/pullrequests/pullrequest_show.html:29
#: kallithea/templates/pullrequests/pullrequest_show.html:52
msgid "Title"
msgstr "标题"
#: kallithea/templates/pullrequests/pullrequest.html:28
msgid "Summarize the changes - or leave empty"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest.html:35
#: kallithea/templates/pullrequests/pullrequest_show.html:61
msgid "Write a short description on this pull request"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest.html:40
msgid "Changeset flow"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest.html:46
msgid "Origin repository"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest.html:52
#: kallithea/templates/pullrequests/pullrequest.html:68
msgid "Revision"
msgstr "修订"
#: kallithea/templates/pullrequests/pullrequest.html:62
msgid "Destination repository"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_data.html:6
#, fuzzy
msgid "No entries"
msgstr "没有条目"
#: kallithea/templates/pullrequests/pullrequest_data.html:14
#, fuzzy
msgid "Vote"
msgstr "移除"
#: kallithea/templates/pullrequests/pullrequest_data.html:17
msgid "Age"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_data.html:18
msgid "From"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_data.html:19
msgid "To"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_data.html:28
#, python-format
msgid "You voted: %s"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_data.html:30
msgid "You didn't vote"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_data.html:35
msgid "(no title)"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_data.html:37
#: kallithea/templates/pullrequests/pullrequest_show.html:31
#: kallithea/templates/pullrequests/pullrequest_show.html:73
msgid "Closed"
msgstr "已关闭"
#: kallithea/templates/pullrequests/pullrequest_data.html:67
#, fuzzy
msgid "Delete Pull Request"
msgstr "新建拉取请求"
#: kallithea/templates/pullrequests/pullrequest_data.html:68
msgid "Confirm to delete this pull request"
msgstr "确认删除拉取请求"
#: kallithea/templates/pullrequests/pullrequest_data.html:70
#, fuzzy, python-format
msgid "Confirm again to delete this pull request with %s comments"
msgstr "确认删除拉取请求"
#: kallithea/templates/pullrequests/pullrequest_show.html:6
#, fuzzy, python-format
msgid "%s Pull Request %s"
msgstr "拉取请求#%s"
#: kallithea/templates/pullrequests/pullrequest_show.html:10
#, fuzzy, python-format
msgid "Pull request %s from %s#%s"
msgstr "拉取请求#%s"
#: kallithea/templates/pullrequests/pullrequest_show.html:54
#, fuzzy
msgid "Summarize the changes"
msgstr "提交修改"
#: kallithea/templates/pullrequests/pullrequest_show.html:67
msgid "Voting Result"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_show.html:70
#: kallithea/templates/pullrequests/pullrequest_show.html:71
msgid "Pull request status calculated from votes"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_show.html:81
msgid "Origin"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_show.html:86
#, fuzzy
msgid "on"
msgstr "无"
#: kallithea/templates/pullrequests/pullrequest_show.html:92
msgid "Target"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_show.html:95
msgid ""
"This is just a range of changesets and doesn't have a target or a real "
"merge ancestor."
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_show.html:103
msgid "Pull changes"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_show.html:136
#, fuzzy
#| msgid "Registration"
msgid "Next iteration"
msgstr "注册"
#: kallithea/templates/pullrequests/pullrequest_show.html:153
msgid "Current revision - no change"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_show.html:177
msgid ""
"Pull request iterations do not change content once created. Select a "
"revision to create a new iteration."
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_show.html:187
msgid "Save Changes"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_show.html:188
msgid "Create New Iteration with Changes"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_show.html:189
#, fuzzy
msgid "Cancel Changes"
msgstr "无变更"
#: kallithea/templates/pullrequests/pullrequest_show.html:197
#, fuzzy
#| msgid "%d reviewer"
#| msgid_plural "%d reviewers"
msgid "Reviewers"
msgstr "%d个检视者"
#: kallithea/templates/pullrequests/pullrequest_show.html:223
#, fuzzy
msgid "Remove reviewer"
msgstr "检视者"
#: kallithea/templates/pullrequests/pullrequest_show.html:234
msgid "Type name of reviewer to add"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_show.html:240
#, fuzzy
msgid "Potential Reviewers"
msgstr "%d个检视者"
#: kallithea/templates/pullrequests/pullrequest_show.html:243
msgid "Click to add the repository owner as reviewer:"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_show.html:268
#, fuzzy
msgid "Pull Request Content"
msgstr "拉取请求"
#: kallithea/templates/pullrequests/pullrequest_show.html:283
msgid "Common ancestor"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_show_all.html:6
#, python-format
msgid "%s Pull Requests"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_show_all.html:11
#, fuzzy, python-format
msgid "Pull Requests from '%s'"
msgstr "拉取请求#%s"
#: kallithea/templates/pullrequests/pullrequest_show_all.html:13
#, fuzzy, python-format
msgid "Pull Requests to '%s'"
msgstr "拉取请求#%s"
#: kallithea/templates/pullrequests/pullrequest_show_all.html:31
#, fuzzy
msgid "Open New Pull Request"
msgstr "新建拉取请求"
#: kallithea/templates/pullrequests/pullrequest_show_all.html:34
#, fuzzy, python-format
msgid "Show Pull Requests to %s"
msgstr "拉取请求#%s"
#: kallithea/templates/pullrequests/pullrequest_show_all.html:36
#, python-format
msgid "Show Pull Requests from '%s'"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_show_all.html:44
#: kallithea/templates/pullrequests/pullrequest_show_my.html:28
msgid "Hide closed pull requests (only show open pull requests)"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_show_all.html:46
#: kallithea/templates/pullrequests/pullrequest_show_my.html:30
msgid "Show closed pull requests (in addition to open pull requests)"
msgstr ""
#: kallithea/templates/pullrequests/pullrequest_show_my.html:34
#, fuzzy
msgid "Pull Requests Created by Me"
msgstr "拉取请求检视人员"
#: kallithea/templates/pullrequests/pullrequest_show_my.html:37
#, fuzzy
#| msgid "Pull Request Reviewers"
msgid "Pull Requests Needing My Review"
msgstr "拉取请求检视人员"
#: kallithea/templates/pullrequests/pullrequest_show_my.html:40
#, fuzzy
msgid "Pull Requests I Participate In"
msgstr "我参与的"
#: kallithea/templates/search/search.html:6
#, python-format
msgid "%s Search"
msgstr ""
#: kallithea/templates/search/search.html:8
#: kallithea/templates/search/search.html:16
#, fuzzy
msgid "Search in All Repositories"
msgstr "在所有的版本库中搜索"
#: kallithea/templates/search/search.html:47
msgid "Search term"
msgstr "搜索短语"
#: kallithea/templates/search/search.html:54
msgid "Search in"
msgstr "搜索范围"
#: kallithea/templates/search/search.html:56
msgid "File contents"
msgstr "文件内容"
#: kallithea/templates/search/search.html:57
msgid "Commit messages"
msgstr "提交信息"
#: kallithea/templates/search/search.html:58
msgid "File names"
msgstr "文件名"
#: kallithea/templates/search/search_commit.html:29
#: kallithea/templates/search/search_content.html:17
#: kallithea/templates/search/search_path.html:14
msgid "Permission denied"
msgstr "权限不足"
#: kallithea/templates/summary/statistics.html:4
#, python-format
msgid "%s Statistics"
msgstr ""
#: kallithea/templates/summary/statistics.html:16
#: kallithea/templates/summary/summary.html:36
#, python-format
msgid "%s ATOM feed"
msgstr ""
#: kallithea/templates/summary/statistics.html:17
#: kallithea/templates/summary/summary.html:37
#, python-format
msgid "%s RSS feed"
msgstr ""
#: kallithea/templates/summary/statistics.html:35
#: kallithea/templates/summary/summary.html:91
#: kallithea/templates/summary/summary.html:105
msgid "Enable"
msgstr ""
#: kallithea/templates/summary/statistics.html:38
msgid "Stats gathered: "
msgstr "已收集的统计: "
#: kallithea/templates/summary/statistics.html:87
#: kallithea/templates/summary/summary.html:354
msgid "files"
msgstr "文件"
#: kallithea/templates/summary/statistics.html:111
#: kallithea/templates/summary/summary.html:384
msgid "Show more"
msgstr ""
#: kallithea/templates/summary/statistics.html:405
msgid "commits"
msgstr "提交"
#: kallithea/templates/summary/statistics.html:406
msgid "files added"
msgstr "文件已添加"
#: kallithea/templates/summary/statistics.html:407
msgid "files changed"
msgstr "文件已更改"
#: kallithea/templates/summary/statistics.html:408
msgid "files removed"
msgstr "文件已删除"
#: kallithea/templates/summary/statistics.html:410
msgid "commit"
msgstr "提交"
#: kallithea/templates/summary/statistics.html:411
msgid "file added"
msgstr "文件已添加"
#: kallithea/templates/summary/statistics.html:412
msgid "file changed"
msgstr "文件已更改"
#: kallithea/templates/summary/statistics.html:413
msgid "file removed"
msgstr "文件已删除"
#: kallithea/templates/summary/summary.html:5
#, python-format
msgid "%s Summary"
msgstr "%s概要"
#: kallithea/templates/summary/summary.html:14
#, python-format
msgid "Repository locked by %s"
msgstr "版本库由%s锁定"
#: kallithea/templates/summary/summary.html:16
msgid "Repository unlocked"
msgstr "版本库未锁定"
#: kallithea/templates/summary/summary.html:22
msgid "Fork of"
msgstr "复刻自"
#: kallithea/templates/summary/summary.html:27
msgid "Clone from"
msgstr "克隆自"
#: kallithea/templates/summary/summary.html:68
msgid "Show by ID"
msgstr "按ID显示"
#: kallithea/templates/summary/summary.html:73
msgid "Show by Name"
msgstr "以名字显示"
#: kallithea/templates/summary/summary.html:84
msgid "Trending files"
msgstr "文件趋势图"
#: kallithea/templates/summary/summary.html:98
msgid "Download"
msgstr "下载"
#: kallithea/templates/summary/summary.html:101
msgid "There are no downloads yet"
msgstr "无下载"
#: kallithea/templates/summary/summary.html:103
msgid "Downloads are disabled for this repository"
msgstr "这个版本库的下载已经禁用"
#: kallithea/templates/summary/summary.html:109
msgid "Download as zip"
msgstr "zip打包下载"
#: kallithea/templates/summary/summary.html:113
msgid "Check this to download archive with subrepos"
msgstr "勾选以下载包含子版本库的压缩包"
#: kallithea/templates/summary/summary.html:115
#, fuzzy
msgid "With subrepos"
msgstr "包括子版本库"
#: kallithea/templates/summary/summary.html:153
#: kallithea/templates/summary/summary.html:155
msgid "Feed"
msgstr ""
#: kallithea/templates/summary/summary.html:175
#, fuzzy
msgid "Latest Changes"
msgstr "文件已更改"
#: kallithea/templates/summary/summary.html:177
#, fuzzy
msgid "Quick Start"
msgstr "快速入门"
#: kallithea/templates/summary/summary.html:188
msgid "Add or upload files directly via Kallithea"
msgstr "通过Kallithea直接添加或者上传文件"
#: kallithea/templates/summary/summary.html:196
#, fuzzy
msgid "Push new repository"
msgstr "推送新版本库"
#: kallithea/templates/summary/summary.html:204
msgid "Existing repository?"
msgstr "已有版本库?"
#: kallithea/templates/summary/summary.html:222
#, python-format
msgid "Readme file from revision %s:%s"
msgstr ""
#: kallithea/templates/summary/summary.html:298
#, python-format
msgid "Download %s as %s"
msgstr "下载%s为%s包"
#~ msgid "There is no index to search in. Please run whoosh indexer"
#~ msgstr "没有索引用于搜索。请运行whoosh索引器"
#~ msgid "%(user)s commented on changeset %(age)s"
#~ msgstr "%(user)s 已评论修订集在 %(age)s"
#, fuzzy
#~ msgid "%(user)s opened new pull request %(age)s"
#~ msgstr "成功提交拉取请求"
#, fuzzy
#~ msgid "%(user)s commented on pull request %(age)s"
#~ msgstr "[评论]拉取请求"
#~ msgid "%(user)s commented on changeset at %(when)s"
#~ msgstr "%(user)s 已评论修订集于 %(when)s"
#, fuzzy
#~| msgid "Repository group"
#~ msgid "Repository Group"
#~ msgstr "版本库组"
#~ msgid "My Notifications"
#~ msgstr "我的通知"
#~ msgid "All"
#~ msgstr "全部"
#~ msgid "Comments"
#~ msgstr "评论"
#, fuzzy
#~ msgid "Mark All Read"
#~ msgstr "全部标记为已读"
#, fuzzy
#~| msgid "Mark All Read"
#~ msgid "Mark as read"
#~ msgstr "全部标记为已读"
#~ msgid "No notifications here yet"
#~ msgstr "无通知"
#, fuzzy
#~ msgid "Show Notification"
#~ msgstr "显示通知"
#~ msgid "Notifications"
#~ msgstr "通知"
#~ msgid "Home"
#~ msgstr "首页"
#~ msgid "with"
#~ msgstr "有"
#~ msgid "members"
#~ msgstr "成员"
#~ msgid "Changeset has comments"
#~ msgstr "修订集有评论"
#~ msgid "Author"
#~ msgstr "作者"
#, fuzzy
#~ msgid "Commenting on line."
#~ msgstr "在{1}行上评论"
#, fuzzy
#~| msgid "on pull request"
#~ msgid "Pull request from"
#~ msgstr "[评论]拉取请求"
#, fuzzy
#~| msgid "Date"
#~ msgid "at"
#~ msgstr "日期"
#~ msgid "Still not reviewed by"
#~ msgstr "还未检视的检视人员"
#, fuzzy
#~ msgid "There are no reviewers"
#~ msgstr "没有任何分支"
#, fuzzy
#~ msgid "Pull Request Reviewers"
#~ msgstr "拉取请求检视人员"
#~ msgid "Dashboard"
#~ msgstr "控制面板"
#~ msgid "Remember me"
#~ msgstr "记住密码"
#~ msgid "Change your avatar at"
#~ msgstr "修改你的头像"
#~ msgid "Using"
#~ msgstr "使用"
#~ msgid "Web"
#~ msgstr "网络"
#~ msgid "quick filter..."
#~ msgstr "快速过滤..."
#~ msgid "Forgot password ?"
#~ msgstr "忘记密码?"
#, fuzzy
#~ msgid "The comment closed the pull request with status"
#~ msgstr "[评论]拉取请求"
#~ msgid "View this user here"
#~ msgstr "查看用户"
#~ msgid "No comments."
#~ msgstr "%d条评论"
#~ msgid "public journal"
#~ msgstr "公共日志"
#~ msgid "journal"
#~ msgstr "日志"
#~ msgid "Repository has been %s"
#~ msgstr "版本库已被%s"
#~ msgid "You can't edit this user"
#~ msgstr "无法编辑该用户"
#~ msgid "No Files"
#~ msgstr "没有文件"
#~ msgid "Username \"%(username)s\" is forbidden"
#~ msgstr "不允许用户名 \"%(username)s\""
#~ msgid "invalid user name"
#~ msgstr "无效用户名"
#~ msgid "Your account is disabled"
#~ msgstr "该帐号已被禁用"
#~ msgid "invalid clone URL"
#~ msgstr "无效的克隆地址"
#~ msgid ""
#~ "Invalid clone URL, provide a valid clone http(s)/svn+http(s)/ssh URL"
#~ msgstr "无效的克隆地址,提供一个有效的克隆 http(s)或svn+http(s)地址"
#~ msgid ""
#~ "Revisions %(revs)s are already part of pull request or have set status"
#~ msgstr "修订%(revs)s已经包含在拉取请求中或者或者已经设置状态"
#~ msgid "Defaults"
#~ msgstr "默认设置"
#~ msgid "Watched"
#~ msgstr "关注的"
#~ msgid "My Permissions"
#~ msgstr "我的权限"
#~ msgid "delete"
#~ msgstr "删除"
#~ msgid "Permissions Administration"
#~ msgstr "权限管理"
#~ msgid "Default User Permissions Overview"
#~ msgstr "默认权限"
#~ msgid "none"
#~ msgstr "无"
#~ msgid "read"
#~ msgstr "读"
#~ msgid "write"
#~ msgstr "写"
#~ msgid "admin"
#~ msgstr "管理"
#~ msgid "Optional URL from which repository should be cloned."
#~ msgstr "可选的,指定版本库应该从哪个http[s]地址克隆。"
#~ msgid "Remote URL"
#~ msgstr "克隆地址"
#~ msgid "Pull Changes from Remote Location"
#~ msgstr "从远程路径拉取修订集"
#~ msgid "edit"
#~ msgstr "编辑"
#~ msgid "Status change from pull request"
#~ msgstr "状态修改为%s"
#~ msgid "Mimetype"
#~ msgstr "MIME类型"
#~ msgid "My Repos"
#~ msgstr "我的版本库"
#~ msgid "owner"
#~ msgstr "所有者"
#~ msgid "Open New Pull Request for Selected Changesets"
#~ msgstr "为选择的变更集创建新的拉取请求"
#~ msgid "You can generate it by clicking following URL"
#~ msgstr "点击下面的链接以重新生成密码:"
#~ msgid "Created by"
#~ msgstr "创建于"
#~ msgid "Closed, replaced by %s ."
#~ msgstr "已关闭,被 %s 替换。"
#~ msgid "Closing."
#~ msgstr "关闭。"
#~ msgid "Changeset not found"
#~ msgstr "未找到修订集"
#~ msgid "Repository no access"
#~ msgstr "无版本库访问权限"
#~ msgid "Repository read access"
#~ msgstr "版本库读取权限"
#~ msgid "Repository write access"
#~ msgstr "版本库写入权限"
#~ msgid "Repository admin access"
#~ msgstr "版本库管理权限"
#~ msgid "Repository Group no access"
#~ msgstr "无版本库组访问权限"
#~ msgid "Repository Group read access"
#~ msgstr "版本库组读取权限"
#~ msgid "Repository Group write access"
#~ msgstr "版本库组写入"
#~ msgid "Repository Group admin access"
#~ msgstr "版本库组管理权限"
#~ msgid "Repository creation disabled"
#~ msgstr "禁用创建版本库"
#~ msgid "Repository creation enabled"
#~ msgstr "允许创建版本库"
#~ msgid "Repository forking disabled"
#~ msgstr "禁用复刻版本库"
#~ msgid "Repository forking enabled"
#~ msgstr "允许复刻版本库"
#~ msgid "Register disabled"
#~ msgstr "禁用注册"
#~ msgid "Register new user with Kallithea with manual activation"
#~ msgstr "用手动激活注册新用户"
#~ msgid "Register new user with Kallithea with auto activation"
#~ msgstr "用自动激活注册新用户"
#~ msgid "Not Reviewed"
#~ msgstr "未检视"
#~ msgid "Rejected"
#~ msgstr "驳回"
#~ msgid "Under Review"
#~ msgstr "检视中"
#~ msgid "[Comment] %(repo_name)s pull request %(pr_nice_id)s from %(ref)s"
#~ msgstr "[评论]拉取请求"
#~ msgid "There are no branches yet"
#~ msgstr "没有任何分支"
#~ msgid "There are no tags yet"
#~ msgstr "没有任何标签"
#~ msgid "There are no bookmarks yet"
#~ msgstr "无书签"
#~ msgid "%s Bookmarks"
#~ msgstr "%s书签"
#~ msgid "%s Branches"
#~ msgstr "%s分支"
#~ msgid "Editing file"
#~ msgstr "编辑文件"
#~ msgid "Update"
#~ msgstr "[更新]用户"
#~ msgid "Save Updates as New Pull Request"
#~ msgstr "新建拉取请求"
#~ msgid "%s Tags"
#~ msgstr "%s标签"
#~ msgid "Compare Tags"
#~ msgstr "比较标签"
#~ msgid "Confirm to invalidate repository cache."
#~ msgstr "确认清除版本库缓存"
#~ msgid "Commenting on line {1}."
#~ msgstr "在{1}行上评论"
#~ msgid "Comments parsed using %s syntax with %s support."
#~ msgstr "评论使用%s语法并支持%s"
#~ msgid "Use @username inside this text to notify another user"
#~ msgstr "在文本中使用 @用户名 以发送通知到该Kallithea用户"
#~ msgid "Use @username inside this text to notify another user."
#~ msgstr "在文本中使用 @用户名 以发送通知到该Kallithea用户"
#~ msgid "File is too big to display"
#~ msgstr "文件过大,不能显示"
#~ msgid "Save as New Pull Request"
#~ msgstr "新建拉取请求"
|