summaryrefslogtreecommitdiffstats
path: root/options/locale/locale_zh-TW.ini
blob: d7ef57e384023a84f1859b8a57b84724d06b5580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
home=首頁
dashboard=控制面版
explore=探索
help=說明
sign_in=登入
sign_in_with=登入方式
sign_out=登出
sign_up=註冊
link_account=連結帳戶
register=註冊
website=網站
version=版本
powered_by=由 %s 提供支持
page=頁面
template=樣板
language=語言
notifications=訊息
create_new=建立...
user_profile_and_more=設定檔和設置...
signed_in_as=已登入用戶
enable_javascript=本網站在啟用 JavaScript 的情況下可以運作的更好。
toc=目錄

username=用戶名稱
email=電子郵件地址
password=密碼
re_type=再次輸入密碼
captcha=驗證碼
twofa=兩步驟驗證
twofa_scratch=兩步驟驗證備用碼
passcode=驗證碼

u2f_insert_key=插入安全金鑰
u2f_sign_in=按下安全金鑰上的按鈕。如果安全金鑰沒有按鈕, 請重新插入。
u2f_press_button=請按下安全金鑰上的按鈕…
u2f_use_twofa=使用來自手機的兩步驟驗證碼
u2f_error=無法讀取您的安全金鑰。
u2f_unsupported_browser=你的瀏覽器不支援 U2F 安全金鑰。
u2f_error_1=發生未知的錯誤,請重試。
u2f_error_2=請確認使用正確, 加密的 (https://) URL。
u2f_error_3=伺服器無法執行您的請求。
u2f_error_4=此請求不允許使用安全金鑰。請確保該金鑰尚未註冊。
u2f_error_5=在成功讀取金鑰之前已逾時,請重新載入以重試。
u2f_reload=重新載入

repository=儲存庫
organization=組織
mirror=鏡像
new_repo=新增儲存庫
new_migrate=遷移外部儲存庫
new_mirror=新鏡像
new_fork=Fork 新的儲存庫
new_org=新增組織
manage_org=管理組織
admin_panel=網站管理
account_settings=帳號設定
settings=設定
your_profile=個人訊息
your_starred=標記星號
your_settings=設定

all=所有
sources=來源
mirrors=鏡像
collaborative=協同者
forks=複製列表

activities=活動
pull_requests=合併請求
issues=問題
milestones=里程碑

cancel=取消
save=Save
add=新增
add_all=新增所有
remove=移除
remove_all=移除所有

write=編輯
preview=預覽
loading=正在載入中…

error404=您正嘗試訪問的頁面 <strong>不存在</strong> 或 <strong>您尚未被授權</strong> 查看該頁面。

[error]
occurred=An error has occurred
report_message=If you are sure this is a Gitea bug, please search for issue on <a href="https://github.com/go-gitea/gitea/issues">GitHub</a> and open new issue if necessary.

[startpage]
app_desc=一個無痛、自託管的 Git 服務
install=易安裝
install_desc=Simply <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-binary/">run the binary</a> for your platform, ship it with <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a>, or get it <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-package/">packaged</a>.
platform=跨平台
platform_desc=Gitea 可以運作在任何 <a target="_blank" rel="noopener noreferrer" href="http://golang.org/">Go 語言</a>能夠編譯的平台: Windows, macOS, Linux, ARM 等等。挑一個您喜歡的就好。
lightweight=輕量級
lightweight_desc=一個便宜的樹莓派 Raspberry Pi 就可以滿足 Gitea 的最低系統需求,節省機器資源!
license=開源化
license_desc=所有程式碼都在 <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/">GitHub</a> 上,加入我們讓 Gitea 更好,別害羞,你可以做到的。

[install]
install=安裝頁面
title=初始設定
docker_helper=如果您正在使用 Docker 容器運行 Gitea,請務必先仔細閱讀 <a target="_blank" rel="noopener noreferrer" href="%s">官方文件</a>後再對本頁面進行填寫。
requite_db_desc=Gitea 必須要搭配的資料庫可以是 MySQL、PostgreSQL、MSSQL或SQLite3。
db_title=資料庫設定
db_type=資料庫類型
host=主機
user=使用者名稱
password=密碼
db_name=資料庫名稱
db_helper=MySQL 用戶注意:請使用 InnoDB 存儲引擎,如果您使用“utf8mb4”,您的 InnoDB 版本必須大於5.6。
db_schema=架構模式
db_schema_helper=留空則數據庫中預設值("public")。
ssl_mode=SSL
charset=編碼
path=資料庫文件路徑
sqlite_helper=SQLite3 或 TiDB 資料庫的檔路徑。如果將 Gitea 作為服務運行,<br>請輸入絕對路徑。
err_empty_db_path=SQLite3 資料庫路徑不可以為空。
no_admin_and_disable_registration=您不能夠在未建立管理員使用者的情況下禁止註冊。
err_empty_admin_password=管理員密碼不能為空。
err_empty_admin_email=管理員信箱不能為空。
err_admin_name_is_reserved=無效的管理員使用者名稱, 該使用者名稱是保留名稱
err_admin_name_pattern_not_allowed=管理員用戶名無效,用户名已被保留。
err_admin_name_is_invalid=無效的管理員使用者名稱

general_title=一般設定
app_name=網站標題
app_name_helper=您可以在此輸入您的公司名稱。
repo_path=儲存庫的根目錄
repo_path_helper=所有遠端 Git 儲存庫會儲存到此目錄。
lfs_path=Git LFS 根目錄
lfs_path_helper=以 Git LFS 儲存檔案時會被儲存在此目錄中。請留空以停用 LFS 功能。
run_user=以使用者名稱執行
run_user_helper=輸入 Gitea 運行的作業系統使用者名稱。請注意, 此使用者必須具有對存儲庫根目錄的存取權限。
domain=SSH 伺服器域名
domain_helper=用於 SSH 複製的域名或主機位置。
ssh_port=SSH 伺服器埠
ssh_port_helper=SSH 伺服器使用的埠號,留空以停用此設定。
http_port=Gitea HTTP 埠
http_port_helper=Giteas web 伺服器將偵聽的埠號。
app_url=Gitea 基本 URL。
app_url_helper=用於 HTTP(S) 複製和電子郵件通知的基本地址。
log_root_path=日誌路徑
log_root_path_helper=日誌檔將寫入此目錄。

optional_title=可選設定
email_title=電子郵件設定
smtp_host=SMTP 主機
smtp_from=電子郵件寄件者
smtp_from_helper=Gitea 將會使用的電子郵件地址,輸入一個普通的電子郵件地址或使用 "名稱" <email@example.com> 格式。
mailer_user=SMTP 帳號
mailer_password=SMTP 密碼
register_confirm=要求註冊時確認電子郵件
mail_notify=啟用郵件通知
server_service_title=伺服器和其他服務設定
offline_mode=啟用本地模式
offline_mode_popup=停用其他服務並在本地提供所有資源。
disable_gravatar=禁用 Gravatar 大頭貼
disable_gravatar_popup=禁用 Gravatar 和其他大頭貼服務。除非使用者在本地上傳大頭貼, 否則將使用預設的大頭貼。
federated_avatar_lookup=開啟聯合大頭貼
federated_avatar_lookup_popup=開啟聯合頭像查詢並使用基於開放源碼的 libravatar 服務
disable_registration=關閉註冊功能
disable_registration_popup=關閉註冊功能,只有管理員可以新增帳號。
allow_only_external_registration_popup=僅允許通過外部服務進行註冊
openid_signin=啟用 OpenID 登入
openid_signin_popup=啟用 OpenID 登入
openid_signup=啟用 OpenID 註冊
openid_signup_popup=啟用基於 OpenID 的註冊
enable_captcha=Enable registration CAPTCHA
enable_captcha_popup=要求在用戶註冊時輸入驗證碼
require_sign_in_view=需要登錄才能查看頁面
require_sign_in_view_popup=限制對使用者的頁面存取權限,未登入的使用者只會看到“登錄”和註冊頁面。
admin_setting_desc=建立管理員帳號是選用的。 第一個註冊的使用者將自動成為管理員。
admin_title=管理員帳號設定
admin_name=管理員使用者名稱
admin_password=管理員密碼
confirm_password=確認密碼
admin_email=電子郵件地址
install_btn_confirm=立即安裝
test_git_failed=無法識別 'git' 命令:%v
sqlite3_not_available=您目前的版本不支援 SQLite3,請從 %s 下載官方的預先編譯版本(不是 gobuild 版本)。
invalid_db_setting=資料庫設定不正確: %v
invalid_repo_path=儲存庫根目錄設定不正確:%v
run_user_not_match=「執行為」使用者名稱不是目前的使用者名稱:%s -> %s
save_config_failed=儲存設定失敗:%v
invalid_admin_setting=管理員帳戶設定不正確:%v
install_success=歡迎!非常感謝您選擇 Gitea,祝你一切順利。
invalid_log_root_path=日誌根目錄設定不正確: %v
default_keep_email_private=預設隱藏電子郵件地址
default_keep_email_private_popup=預設隱藏新使用者的電子郵件地址。
default_allow_create_organization=預設允許建立組織
default_allow_create_organization_popup=預設允許新使用者建立組織
default_enable_timetracking=預設啟用時間追蹤
default_enable_timetracking_popup=預設情況下啟用新存儲庫的時間跟蹤。
no_reply_address=隱藏電子郵件域名
no_reply_address_helper=具有隱藏電子郵件地址的用戶的域名。例如,如果隱藏的電子郵件域設置為"noreply.example.org",用户名 "joe" 將以 "joe@noreply.example.org" 的身份登錄到Git中。

[home]
uname_holder=使用者名稱或電子郵件地址
password_holder=密碼
switch_dashboard_context=切換控制面版用戶
my_repos=儲存庫
show_more_repos=顯示更多儲存庫...
collaborative_repos=參與協作的儲存庫
my_orgs=我的組織
my_mirrors=我的鏡像
view_home=訪問 %s
search_repos=搜尋儲存庫...
filter=Other Filters

show_archived=Archived
show_both_archived_unarchived=Showing both archived and unarchived
show_only_archived=Showing only archived
show_only_unarchived=Showing only unarchived

show_private=Private
show_both_private_public=Showing both public and private
show_only_private=Showing only private
show_only_public=Showing only public

issues.in_your_repos=屬於該用戶儲存庫的

[explore]
repos=儲存庫
users=用戶
organizations=組織
search=搜尋
code=程式碼
repo_no_results=沒有找到符合的儲存庫。
user_no_results=沒有找到符合的使用者。
org_no_results=沒有找到符合的組織。
code_no_results=找不到匹配搜尋的原始碼。
code_search_results=搜尋結果:'%s'
code_last_indexed_at=Last indexed %s

[auth]
create_new_account=註冊帳號
register_helper_msg=已經註冊?立即登錄!
social_register_helper_msg=已有帳號?立即連結!
disable_register_prompt=註冊功能已停用。 請聯繫您的網站管理員。
disable_register_mail=已停用註冊確認電子郵件。
remember_me=記住登錄
forgot_password_title=忘記密碼
forgot_password=忘記密碼?
sign_up_now=還沒有帳戶?馬上註冊。
sign_up_successful=帳號已成功建立。
confirmation_mail_sent_prompt=一封新的確認郵件已發送至 <b>%s</b>。請檢查您的收件箱並在 %s 小時內完成確認註冊操作。
must_change_password=更新您的密碼
allow_password_change=要求使用者更改密碼 (推薦)
reset_password_mail_sent_prompt=一封確認郵件已經被發送至 <b>%s</b>,請檢查您的收件箱並在 %s 小時內檢查您的收件箱,完成密碼重置過程。
active_your_account=啟用您的帳戶
account_activated=帳戶已啟動
prohibit_login=禁止登錄
prohibit_login_desc=您的帳號被禁止登入,請聯繫網站管理員
resent_limit_prompt=抱歉,您請求發送驗證電子郵件太過頻繁,請等待 3 分鐘後再試一次。
has_unconfirmed_mail=%s 您好,您有一封發送至( <b>%s</b>) 但未被確認的郵件。如果您未收到啟用郵件,或需要重新發送,請單擊下方的按鈕。
resend_mail=單擊此處重新發送確認郵件
email_not_associate=此電子郵件地址未與任何帳戶連結
send_reset_mail=發送電子郵件以恢復帳號
reset_password=帳戶恢復
invalid_code=您的確認代碼無效或已過期。
reset_password_helper=恢復帳號
reset_password_wrong_user=你已經使用 %s 的帳號登入, 但帳號恢復連結是 %s 的
password_too_short=密碼長度不能少於 %d 位!
non_local_account=非本機帳號無法透過 Gitea 的網頁介面更改密碼
verify=驗證
scratch_code=備用碼
use_scratch_code=使用備用碼
twofa_scratch_used=你已經使用了你的備用碼。你將會被轉到兩步驟驗證設定頁面以便移除你已註冊設備或重新產生新的備用碼。
twofa_passcode_incorrect=你的驗證碼不正確。如果您遺失設備,請使用您的備用碼登入。
twofa_scratch_token_incorrect=您的備用碼不正確
login_userpass=登入
login_openid=OpenID
oauth_signup_tab=建立新的帳戶
oauth_signup_title=添加電子郵件和密碼 (用於帳戶恢復)
oauth_signup_submit=完成帳號
oauth_signin_tab=連結到現有帳戶
oauth_signin_title=登入以授權連結帳戶
oauth_signin_submit=連結帳戶
openid_connect_submit=連接
openid_connect_title=連接到現有帳戶
openid_connect_desc=所選的 OpenID URI 未知。在這裡連結一個新帳戶。
openid_register_title=建立新帳戶
openid_register_desc=所選的 OpenID URI 未知。在這裡連結一個新帳戶。
openid_signin_desc=輸入您的 OpenID URI。例如: https://anne.me、bob.openid.org.cn 或 gnusocial.net/carry。
disable_forgot_password_mail=帳戶恢復功能已被取消。請與網站管理員聯繫。
email_domain_blacklisted=您無法使用您的Email註冊帳號
authorize_application=授權應用程式
authorize_redirect_notice=如果您授權此應用,您將會被重定向到 %s。
authorize_application_created_by=此應用程式是由 %s 創建的。
authorize_application_description=如果您允許,它將能夠讀取和修改您的所有帳戶信息,包括私人倉庫和組織。
authorize_title=授權 %s 訪問您的帳戶?
authorization_failed=授權失效
authorization_failed_desc=授權失敗,這是一個無效的請求。請聯繫嘗試授權應用的維護人員。
sspi_auth_failed=SSPI 認證失敗

[mail]
activate_account=請啟用您的帳戶
activate_email=請驗證您的郵箱地址
reset_password=恢復您的帳號
register_success=註冊成功
register_notify=歡迎來到 Gitea

[modal]
yes=確認操作
no=取消操作
modify=更新

[form]
UserName=用戶名
RepoName=儲存庫名稱
Email=郵箱地址
Password=密碼
Retype=再次輸入密碼
SSHTitle=SSH 金鑰名稱
HttpsUrl=HTTPS URL 地址
PayloadUrl=推送地址
TeamName=團隊名稱
AuthName=認證名稱
AdminEmail=管理員郵箱

NewBranchName=新的分支名稱
CommitSummary=提交摘要
CommitMessage=提交訊息
CommitChoice=提交選擇
TreeName=檔案路徑
Content=內容

SSPISeparatorReplacement=分隔符
SSPIDefaultLanguage=預設語言

require_error=不能為空。
alpha_dash_error=`應該只包含英文字母、數字、破折號 ("-")、和底線 ("_") 字元。`
alpha_dash_dot_error=`應該只包含英文字母、數字、破折號 ("-")、下底線("_")和小數點 (".") 字元。`
git_ref_name_error=`必須要是格式正確的 Git 參考名稱。`
size_error=長度必須為 %s。
min_size_error=長度最小為 %s 個字符。
max_size_error=長度最大為 %s 個字符。
email_error=不是一個有效的郵箱地址。
url_error=不是一個有效的 URL。
include_error=必須包含子字符串 '%s'。
glob_pattern_error=`匹配模式無效:%s.`
unknown_error=未知錯誤:
captcha_incorrect=驗證碼不正確。
password_not_match=密碼錯誤。
lang_select_error=從清單中選擇一個語言

username_been_taken=使用者名稱已被使用
repo_name_been_taken=儲存庫名稱已被使用。
visit_rate_limit=遠程訪問達到速度限制。
2fa_auth_required=遠程訪問需要兩步驟驗證。
org_name_been_taken=組織名稱已被使用。
team_name_been_taken=團隊名稱已被使用。
team_no_units_error=允許訪問至少一個存儲庫部分。
email_been_used=此電子信箱已被使用
openid_been_used=OpenID 位址 '%s' 已被使用。
username_password_incorrect=使用者名稱或密碼不正確
password_complexity=密碼複雜度沒有通過以下的要求:
password_lowercase_one=至少要有一個小寫字母
password_uppercase_one=至少要有一個大寫字母
password_digit_one=至少要有一個數字
password_special_one=至少要有一個特殊字元(標點符號,括號,引號等)
enterred_invalid_repo_name=輸入的儲存庫名稱不正確。
enterred_invalid_owner_name=新的擁有者名稱無效。
enterred_invalid_password=輸入的密碼不正確。
user_not_exist=該用戶名不存在
team_not_exist=團隊不存在
last_org_owner=你不能從"擁有者“之中刪除最後一個使用者。每個團隊中至少要有一個擁有者。
cannot_add_org_to_team=組織不能被新增為團隊成員。

invalid_ssh_key=無法驗證您的 SSH 密鑰:%s
invalid_gpg_key=無法驗證您的 GPG 密鑰:%s
unable_verify_ssh_key=無法驗證 SSH 密鑰; 請再次檢查是否有錯誤。
auth_failed=授權認證失敗:%v

still_own_repo=此帳戶仍然擁有一個或多個儲存庫,您必須先刪除或轉移它們。
still_has_org=此帳戶仍是一個或多個組織的成員,您必須先離開它們。
org_still_own_repo=該組織仍然是某些儲存庫的擁有者,您必須先轉移或刪除它們才能執行刪除組織!

target_branch_not_exist=目標分支不存在

[user]
change_avatar=更改大頭貼...
join_on=加入於
repositories=儲存庫列表
activity=公開活動
followers=關註者
starred=已收藏
following=關註中
follow=關注
unfollow=取消關注
heatmap.loading=正在載入熱圖...
user_bio=個人簡介
disabled_public_activity=This user has disabled the public visibility of the activity.

form.name_reserved=用戶名 '%s' 是被保留的。
form.name_pattern_not_allowed=使用者名稱不允許包含以下字元 '%s'
form.name_chars_not_allowed=使用者名稱 %s 包含無效字元。

[settings]
profile=個人訊息
account=帳號
password=修改密碼
security=安全性
avatar=頭像
ssh_gpg_keys=SSH / GPG 金鑰
social=社交帳號綁定
applications=應用程式
orgs=管理組織
repos=儲存庫
delete=刪除帳戶
twofa=兩步驟驗證
account_link=已連結帳號
organization=組織
uid=用戶 ID
u2f=安全密鑰

public_profile=公開訊息
profile_desc=您的電子信箱將被用於通知提醒和其他操作。
password_username_disabled=非本地使用者不允許更改他們的使用者名稱。更多詳情請聯繫您的系統管理員。
full_name=自定義名稱
website=個人網站
location=所在地區
update_theme=更新主題
update_profile=更新訊息
update_profile_success=您的個人資料已被更新
change_username=您的使用者名稱已更改。
change_username_prompt=注意:使用者名更改也會更改您的帳戶的 URL。
continue=繼續操作
cancel=取消操作
language=語言
ui=主題
privacy=Privacy
keep_activity_private=Hide the activity from the profile page
keep_activity_private_popup=Makes the activity visible only for you and the admins

lookup_avatar_by_mail=以電子郵件查找大頭貼
federated_avatar_lookup=Federated Avatar 查詢
enable_custom_avatar=啟動自定義頭像
choose_new_avatar=選擇新的頭像
update_avatar=更新大頭貼
delete_current_avatar=刪除當前頭像
uploaded_avatar_not_a_image=上傳的文件不是圖片
uploaded_avatar_is_too_big=上傳的檔案大小超過了最大限制大小
update_avatar_success=您的大頭貼已更新

change_password=更新密碼
old_password=當前密碼
new_password=新的密碼
retype_new_password=重新輸入新的密碼
password_incorrect=輸入的密碼不正確!
change_password_success=您的密碼已更新。 從現在起使用您的新密碼登錄。
password_change_disabled=非本機帳號無法透過 Gitea 的網頁介面更改密碼

emails=電子郵件地址
manage_emails=管理電子郵件地址
manage_themes=選擇預設主題。
manage_openid=管理 OpenID 位址
email_desc=您的主要邮箱地址将被用于通知提醒和其它操作。
theme_desc=這將是您在整個網站上的預設主題。
primary=主要
activated=已啟用
requires_activation=Requires activation
primary_email=設為主要
activate_email=Send Activation
activations_pending=Activations Pending
delete_email=移除
email_deletion=移除電子郵件地址
email_deletion_desc=電子郵件地址和相關資訊將從您的帳戶中刪除,此電子郵件地址所提交的 Git 將保持不變,繼續執行?
email_deletion_success=該電子郵件地址已被刪除
theme_update_success=已更新主題設定
theme_update_error=所選主題不存在。
openid_deletion=移除 OpenID 位址
openid_deletion_desc=從您的帳戶刪除此 OpenID 位址將會無法使用它進行登入。你確定要繼續嗎?
openid_deletion_success=該 OpenID 已被刪除
add_new_email=新增電子郵件地址
add_new_openid=新增 OpenID URI
add_email=新增電子郵件地址
add_openid=新增 OpenID URI
add_email_confirmation_sent=一封新的確認郵件已發送至 '%s',請檢查您的收件匣並在 %s 內確認您的電郵地址。
add_email_success=該電子郵件地址已添加。
email_preference_set_success=Email preference has been set successfully.
add_openid_success=該 OpenID 已添加。
keep_email_private=隱藏電子郵件地址
keep_email_private_popup=您的電子郵件地址將對其他使用者隱藏。
openid_desc=OpenID 讓你可以授權認證給外部服務。

manage_ssh_keys=管理 SSH 金鑰
manage_gpg_keys=管理 GPG 金鑰
add_key=增加金鑰
ssh_desc=這些 SSH 公鑰已關聯至你的帳戶。持有相對應的私鑰將擁有完全控制你的儲存庫的權限。
gpg_desc=這些 GPG 公鑰已經關聯到你的賬號。請妥善保管你的私鑰因為他們將被用於認證提交。
ssh_helper=<strong>需要協助?</strong> 查詢GitHub的文件以 <a href="%s">您自有SSH金鑰</a> or solve <a href="%s">common problems</a> you may encounter using SSH.
gpg_helper=<strong>需要協助嗎?</strong>建議可看看 GitHub 的 <a href="%s">about GPG</a> 文件。
add_new_key=增加 SSH 金鑰
add_new_gpg_key=新增 GPG 金鑰
ssh_key_been_used=此 SSH 金鑰已添加到伺服器。
ssh_key_name_used=相同名稱的 SSH 金鑰早就已經存在你的帳戶中了!
gpg_key_id_used=已存在相同ID的公開金鑰。
gpg_no_key_email_found=此 GPG 金鑰不適用於與您的任何電子郵件地址。
subkeys=次金鑰
key_id=金鑰 ID
key_name=金鑰名稱
key_content=金鑰內容
add_key_success=SSH 金鑰 "%s" 已被添加。
add_gpg_key_success=GPG 金鑰 "%s" 已被添加。
delete_key=移除
ssh_key_deletion=移除 SSH 金鑰
gpg_key_deletion=移除 GPG 金鑰
ssh_key_deletion_desc=刪除 SSH 金鑰將撤銷其對您帳戶的存取權限。您確定要繼續嗎?
gpg_key_deletion_desc=刪除 GPG 金鑰將取消驗證由其簽署的提交。您確定要繼續嗎?
ssh_key_deletion_success=SSH 金鑰已被移除。
gpg_key_deletion_success=GPG 金鑰已被移除。
add_on=增加於
valid_until=有效期至
valid_forever=永遠有效
last_used=上次使用在
no_activity=沒有最近活動
can_read_info=讀取
can_write_info=寫入
key_state_desc=該金鑰在 7 天內被使用過
token_state_desc=此 token 在過去七天內曾經被使用過
show_openid=在設定檔顯示
hide_openid=從設定檔隱藏
ssh_disabled=已停用 SSH

manage_social=管理關聯社交帳戶
social_desc=這些社群帳號已經連結到你的 Gitea 帳號。這些帳號將能用來登入你的 Gitea 帳號,請確認沒有不屬於你的帳號。
unbind=解除連結
unbind_success=已從您的帳戶解除綁定社交帳號。

manage_access_token=管理訪問權杖
generate_new_token=生成新的令牌
tokens_desc=這些 Token 透過 Gitea API 獲得存取你帳戶的權限。
new_token_desc=應用程式透過 Token 可以擁有完全控制你帳戶的權限。
token_name=令牌名稱
generate_token=生成令牌
generate_token_success=新的 token 已經生成。請現在將其複製,因為他只會顯示一次。
generate_token_name_duplicate=<strong>%s</strong> has been used as an application name already. Please use a new one.
delete_token=删除令牌
access_token_deletion=刪除訪問權杖
access_token_deletion_desc=刪除 token後,使用此 token 的應用程式將無法再存取您的帳號。您確定要繼續嗎?
delete_token_success=已刪除 token。使用此 token 的應用程式無法再存取您的帳號。

manage_oauth2_applications=管理 OAuth2 應用程式
edit_oauth2_application=編輯 OAuth2 應用程式
oauth2_applications_desc=OAuth2 應用程式讓您能安全地透過第三方應用程式來驗證此 Gitea 中的使用者
remove_oauth2_application=刪除 OAuth2 應用程式
remove_oauth2_application_desc=刪除 OAuth2 應用程式將會撤銷所有存取中的授權。您確定要繼續嗎?
remove_oauth2_application_success=已刪除應用程式
create_oauth2_application=新增 OAuth2 應用程式
create_oauth2_application_button=新增應用程式
create_oauth2_application_success=您已成功新增一個 OAuth2 應用程式。
update_oauth2_application_success=您已成功更新了 OAuth2 應用程式
oauth2_application_name=應用程式名稱
oauth2_select_type=應用程式類別
oauth2_type_web=Web (如 Node.JS, Tomcat, Go 等)
oauth2_type_native=原生應用程式 (Mobile, Desktop, Browser)
oauth2_redirect_uri=重導向連結
save_application=儲存
oauth2_client_id=客戶端 ID
oauth2_client_secret=客戶端金鑰
oauth2_regenerate_secret=重新生成金鑰
oauth2_regenerate_secret_hint=遺失您的金鑰?
oauth2_client_secret_hint=請備份您的金鑰。金鑰在您離開這個頁面後將不會再顯示。
oauth2_application_edit=編輯
oauth2_application_create_description=OAuth2 應用允許您的第三方應用程序訪問此個體的帳戶。
oauth2_application_remove_description=刪除 OAuth2 應用會阻止它訪問此個體中的授權帳戶。繼續嗎?

authorized_oauth2_applications=已授權的 OAuth2 應用
authorized_oauth2_applications_description=您已授予這些第三方應用訪問您個人 Gitea 賬戶的權限。請對不再需要的應用撤銷授權。
revoke_key=撤銷
revoke_oauth2_grant=取消存取
revoke_oauth2_grant_description=確定撤銷此三方應用程序的授權,並阻止此應用程序訪問您的數據?你確定嗎?
revoke_oauth2_grant_success=您已成功撤銷授權

twofa_desc=兩步驟驗證可以加強你的賬號安全性。
twofa_is_enrolled=您的帳號已經<strong>啟用</strong>兩步驟驗證。
twofa_not_enrolled=您的帳號目前尚未啟用兩步驟驗證。
twofa_disable=停用兩步驟驗證
twofa_scratch_token_regenerate=重新產生備用碼
twofa_scratch_token_regenerated=你的初始令牌是 %s。請將它保存到一個安全的地方。
twofa_enroll=啟用兩步驟驗證
twofa_disable_note=如有需要,您可以停用兩步驟驗證。
twofa_disable_desc=關閉兩步驟驗證會使您的帳號安全性降低,繼續執行?
regenerate_scratch_token_desc=如果您遺失了臨時令牌或已經使用它登錄,您可以在此處重置。
twofa_disabled=兩步驟驗證已經被關閉。
scan_this_image=使用您的授權應用程式來掃瞄圖片:
or_enter_secret=或者輸入密碼: %s
then_enter_passcode=然後輸入應用程序中顯示的驗證碼:
passcode_invalid=無效的驗證碼,請重試。
twofa_enrolled=你的賬號已經啟用了兩步驟驗證。請保存初始令牌(%s)到一個安全的地方,此令牌僅當前顯示一次。

u2f_desc=安全密鑰是包含加密密鑰的硬體設備。 它們可以用於兩步驟認證。 安全密鑰必須符合 <a rel="noreferrer" href="https://fidoalliance.org/">FIDO U2F</a> 標準。
u2f_require_twofa=您的帳戶必須註冊兩步驟驗證以使用安全金鑰。
u2f_register_key=新增安全密鑰
u2f_nickname=暱稱
u2f_press_button=按下安全密鑰上的密碼進行註冊。
u2f_delete_key=移除安全密鑰
u2f_delete_key_desc=如果刪除安全金鑰,將不能再使用它登錄,確定要刪除嗎?

manage_account_links=管理已連結的帳號
manage_account_links_desc=這些外部帳號與您的 Gitea 帳號相關聯。
account_links_not_available=目前沒有連結到您的 Gitea 帳號的外部帳號
remove_account_link=刪除連結的帳號
remove_account_link_desc=刪除連結帳戶將撤銷其對 Gitea 帳戶的存取權限。繼續?
remove_account_link_success=已取消連結帳號。

orgs_none=您尚未成為任一組織的成員。
repos_none=您不擁有任何存儲庫

delete_account=刪除當前帳戶
delete_prompt=此動作將永久刪除您的帳號,而且<strong>無法</strong>復原。
confirm_delete_account=確認刪除帳戶
delete_account_title=刪除使用者帳號
delete_account_desc=您是否確定要永久刪除此帳號?

email_notifications.enable=啟用 Email 通知
email_notifications.onmention=只在被提到時郵件通知
email_notifications.disable=關閉 Email 通知
email_notifications.submit=設置郵件偏好

[repo]
owner=擁有者
repo_name=儲存庫名稱
repo_name_helper=好的儲存庫名稱通常是簡短的、好記的、且獨特的。
repo_size=儲存庫大小
template=範本
template_select=選擇一個範本
template_helper=將儲存庫設為範本
template_description=儲存庫範本讓使用者可新增相同目錄結構、檔案以及設定的儲存庫。
visibility=可見度
visibility_description=只有組織所有人或擁有權利的組織成員才能看到。
visibility_helper=將儲存庫設為私人
visibility_helper_forced=您的網站管理員強制新的存儲庫必需設定為私人。
visibility_fork_helper=(修改該值將會影響到所有分支倉庫)
clone_helper=不知道如何克隆?瀏覽<a target="_blank" rel="noopener noreferrer" href="%s">幫助</a> 。
fork_repo=複製儲存庫
fork_from=複製自
fork_visibility_helper=無法更改分支倉庫的可見性。
use_template=使用範本
generate_repo=生成倉庫
generate_from=生成自
repo_desc=儲存庫描述
repo_lang=儲存庫語言
repo_gitignore_helper=選擇 .gitignore 範本
issue_labels=問題標籤
issue_labels_helper=選擇一個問題標籤集
license=授權許可
license_helper=請選擇授權許可文件
readme=讀我
readme_helper=選擇讀我檔案範本。
auto_init=初始化儲存庫(建立 .gitignore、授權許可文件和讀我檔案)
create_repo=建立儲存庫
default_branch=默認分支
mirror_prune=裁減
mirror_prune_desc=刪除過時的遠程追蹤引用。
mirror_interval=鏡像間隔 (有效時間單位為 "h"、"m"、"s")。0以禁用自動同步。
mirror_interval_invalid=鏡像周期無效
mirror_address=由 URL 複製
mirror_address_desc=Put any required credentials in the Clone Authorization section.
mirror_address_url_invalid=The provided url is invalid. You must escape all components of the url correctly.
mirror_address_protocol_invalid=The provided url is invalid. Only http(s):// or git:// locations can be mirrored from.
mirror_last_synced=上次同步
watchers=關注者
stargazers=稱讚者
forks=複製儲存庫
pick_reaction=選擇你的表情反應
reactions_more=再多添加 %d個
unit_disabled=The site administrator has disabled this repository section.
language_other=其它

template.items=範本
template.git_content=Git Content (Default Branch)
template.git_hooks=Git 鉤子
template.git_hooks_tooltip=您目前無法修改或刪除曾經添加過的 git 鉤子。請僅在您信任模板倉庫時選擇此項。
template.webhooks=Webhooks
template.topics=主題
template.avatar=頭像
template.issue_labels=問題標籤
template.one_item=必須選擇至少一個範本
template.invalid=必須選擇一個儲存庫範本

archive.title=此存儲庫已封存,您能瀏覽檔案及複製此存儲庫,但不能推送、建立問題及拉取請求。
archive.issue.nocomment=此存儲庫已封存,您不能對問題發表評論。
archive.pull.nocomment=此存儲庫已封存,您不能對拉取請求發表評論。

form.reach_limit_of_creation=您已經達到了儲存庫 %d 的上限。
form.name_reserved=儲存庫名稱 '%s' 是預留的。
form.name_pattern_not_allowed=儲存庫名稱無法使用 "%s"。

need_auth=複製授權驗證
migrate_type=遷移類型
migrate_type_helper=該儲存庫將是一個<span class="text blue">鏡像</span>
migrate_type_helper_disabled=Your site administrator has disabled new mirrors.
migrate_items=Migration Items
migrate_items_wiki=維基
migrate_items_milestones=里程碑
migrate_items_labels=標籤
migrate_items_issues=問題
migrate_items_pullrequests=合併請求
migrate_items_releases=版本發佈
migrate_repo=遷移儲存庫
migrate.clone_address=從URL遷移 / 複製
migrate.clone_address_desc=現有存儲庫的 HTTP (S) 或 Git "克隆" URL
migrate.clone_local_path=或者是本地端伺服器路徑
migrate.permission_denied=您並沒有導入本地儲存庫的權限。
migrate.invalid_local_path=無效的本地路徑,該路徑不存在或不是一個目錄!
migrate.failed=遷移失敗:%v
migrate.lfs_mirror_unsupported=不支援鏡像 LFS 物件,請改用指令 'git lfs fetch --all' 和 'git lfs push --all'。
migrate.migrate_items_options=When migrating from github, input a username and migration options will be displayed.
migrated_from=Migrated from <a href="%[1]s">%[2]s</a>
migrated_from_fake=Migrated From %[1]s
migrate.migrating=Migrating from <b>%s</b> ...
migrate.migrating_failed=Migrating from <b>%s</b> failed.

mirror_from=镜像来自
forked_from=複製自
generated_from=generated from
fork_from_self=您無法複製您的儲存庫!
fork_guest_user=登入並 Fork 這個倉庫。
copy_link=複製連結
copy_link_success=已複製連結
copy_link_error=請按下 ⌘-C 或 Ctrl-C 複製
copied=複製成功
unwatch=取消關注
watch=關注
unstar=取消收藏
star=收藏
fork=複製
download_archive=下载此儲存庫

no_desc=暫無描述
quick_guide=快速幫助
clone_this_repo=複製此儲存庫
create_new_repo_command=從命令列建立新儲存庫。
push_exist_repo=從命令行推送已經建立的儲存庫
empty_message=此儲存庫未包含任何內容。

code=程式碼
code.desc=存取原始碼、檔案、提交及分支
branch=分支
tree=目錄樹
filter_branch_and_tag=過濾分支或標籤
branches=分支列表
tags=標籤
issues=問題
pulls=合併請求
labels=標籤
org_labels_desc=Organization level labels that can be used with <strong>all repositories</strong> under this organization
org_labels_desc_manage=管理

milestones=里程碑
commits=提交歷史
commit=提交
releases=版本發佈
file_raw=原始文件
file_history=歷史記錄
file_view_raw=查看原始文件
file_permalink=永久連結
file_too_large=檔案太大,無法顯示。
video_not_supported_in_browser=您的瀏覽器不支援使用 HTML5 播放影片。
audio_not_supported_in_browser=您的瀏覽器不支援使用HTML5播放音效
stored_lfs=儲存到到 Git LFS
symbolic_link=Symbolic link
commit_graph=提交線圖
blame=Blame
normal_view=標準大小
line=
lines=lines

editor.new_file=新增文件
editor.upload_file=上傳文件
editor.edit_file=編輯文件
editor.preview_changes=預覽更改
editor.cannot_edit_lfs_files=無法在 web 介面中編輯 LFS 檔。
editor.cannot_edit_non_text_files=網站介面不能編輯二進位檔案
editor.edit_this_file=編輯文件
editor.this_file_locked=檔案已被鎖定
editor.must_be_on_a_branch=你必須在一個分支或提出對此檔的更改。
editor.fork_before_edit=You must fork this repository to make or propose changes to this file.
editor.delete_this_file=刪除檔案
editor.must_have_write_access=您必須具有寫入權限,或提出對此檔案的更改
editor.file_delete_success=文件 %s 已刪除。
editor.name_your_file=命名您的檔案...
editor.filename_help=Add a directory by typing its name followed by a slash ('/'). Remove a directory by typing backspace at the beginning of the input field.
editor.or=
editor.cancel_lower=取消
editor.commit_signed_changes=Commit Signed Changes
editor.commit_changes=提交更改嗎?
editor.add_tmpl=新增「<filename>」
editor.add=新增 '%s'
editor.update=更新 '%s'
editor.delete=刪除 '%s'
editor.commit_message_desc=Add an optional extended description…
editor.commit_directly_to_this_branch=直接提交到 <strong class="branch-name">%s</strong> 分支。
editor.create_new_branch=建立 <strong>新的分支</strong> 為此提交和開始合併請求。
editor.create_new_branch_np=Create a <strong>new branch</strong> for this commit.
editor.propose_file_change=Propose file change
editor.new_branch_name_desc=新的分支名稱...
editor.cancel=取消
editor.filename_cannot_be_empty=檔案名稱不能為空。
editor.filename_is_invalid=The filename is invalid: '%s'.
editor.branch_does_not_exist=Branch '%s' does not exist in this repository.
editor.branch_already_exists='%s' 已存在於此存儲庫。
editor.directory_is_a_file=目錄名稱 "%s" 已在此存儲庫中用作檔案名。
editor.file_is_a_symlink='%s' is a symbolic link. Symbolic links cannot be edited in the web editor
editor.filename_is_a_directory=檔案名 "%s" 已在此存儲庫中用作目錄名稱。
editor.file_editing_no_longer_exists=The file being edited, '%s', no longer exists in this repository.
editor.file_deleting_no_longer_exists=The file being deleted, '%s', no longer exists in this repository.
editor.file_changed_while_editing=The file contents have changed since you started editing. <a target="_blank" rel="noopener noreferrer" href="%s">Click here</a> to see them or <strong>Commit Changes again</strong> to overwrite them.
editor.file_already_exists=A file named '%s' already exists in this repository.
editor.commit_empty_file_header=提交了一個空檔案
editor.commit_empty_file_text=The file you're about commit is empty. Proceed?
editor.no_changes_to_show=沒有可以顯示的變更。
editor.fail_to_update_file=上傳/建立檔案 '%s' 失敗, 錯誤訊息: %v
editor.push_rejected_no_message=The change was rejected by the server without a message. Please check githooks.
editor.push_rejected=The change was rejected by the server with the following message:<br>%s<br> Please check githooks.
editor.add_subdir=加入目錄
editor.unable_to_upload_files=上傳檔案失敗到 '%s', 錯誤訊息: %v
editor.upload_file_is_locked=檔案 「%s」 已被 %s 鎖定
editor.upload_files_to_dir=上傳檔案到 '%s'
editor.cannot_commit_to_protected_branch=無法提交到受保護的分支 "%s"。
editor.no_commit_to_branch=Unable to commit directly to branch because:
editor.user_no_push_to_branch=User cannot push to branch
editor.require_signed_commit=Branch requires a signed commit

commits.desc=瀏覽原始碼修改歷程。
commits.commits=次程式碼提交
commits.no_commits=No commits in common. '%s' and '%s' have entirely different histories.
commits.search=搜尋提交歷史...
commits.search.tooltip=You can prefix keywords with "author:", "committer:", "after:", or "before:", e.g. "revert author:Alice before:2019-04-01".
commits.find=搜尋
commits.search_all=所有分支
commits.author=作者
commits.message=備註
commits.date=提交日期
commits.older=更舊的提交
commits.newer=更新的提交
commits.signed_by=簽署人
commits.signed_by_untrusted_user=由不信任的使用者簽署
commits.signed_by_untrusted_user_unmatched=Signed by untrusted user who does not match committer
commits.gpg_key_id=GPG 金鑰 ID

ext_issues=外部問題
ext_issues.desc=連結到外部問題追蹤器。

issues.desc=Organize bug reports, tasks and milestones.
issues.filter_assignees=Filter Assignee
issues.filter_milestones=Filter Milestone
issues.filter_labels=Filter Label
issues.filter_reviewers=Filter Reviewer
issues.new=建立問題
issues.new.title_empty=標題不可為空
issues.new.labels=標籤
issues.new.add_labels_title=Apply labels
issues.new.no_label=未選擇標籤
issues.new.clear_labels=清除已選取標籤
issues.new.no_items=No items
issues.new.milestone=里程碑
issues.new.add_milestone_title=Set milestone
issues.new.no_milestone=未選擇里程碑
issues.new.clear_milestone=清除已選取里程碑
issues.new.open_milestone=開啟中的里程碑
issues.new.closed_milestone=已關閉的里程碑
issues.new.assignees=指派成員
issues.new.add_assignees_title=Assign users
issues.new.clear_assignees=取消指派成員
issues.new.no_assignees=未指派成員
issues.new.no_reviewers=No reviewers
issues.new.add_reviewer_title=Request review
issues.no_ref=未指定分支或標籤
issues.create=建立問題
issues.new_label=建立標籤
issues.new_label_placeholder=標籤名稱
issues.new_label_desc_placeholder=描述
issues.create_label=建立標籤
issues.label_templates.title=載入一組預定義的標籤
issues.label_templates.info=No labels exist yet. Create a label with 'New Label' or use a predefined label set:
issues.label_templates.helper=選擇一個標籤集
issues.label_templates.use=使用標籤集
issues.label_templates.fail_to_load_file=載入標籤範本檔案 '%s' 失敗: %v
issues.add_label_at=added the <div class="ui label" style="color: %s\; background-color: %s">%s</div> label %s
issues.remove_label_at=removed the <div class="ui label" style="color: %s\; background-color: %s">%s</div> label %s
issues.add_milestone_at=`新增至<b>%s</b> 里程碑 %s`
issues.change_milestone_at=`%[3]s 修改了里程碑 <b>%[1]s</b> 到 <b>%[2]s</b>`
issues.remove_milestone_at=`從里程碑 %[2]s 刪除 <b>%[1]s</b>`
issues.deleted_milestone=`(已刪除)`
issues.self_assign_at=將 %s 指派給自己
issues.add_assignee_at=`被<b>%s</b> %s指派`
issues.remove_assignee_at=`was unassigned by <b>%s</b> %s`
issues.remove_self_assignment=`removed their assignment %s`
issues.change_title_at=`changed title from <b><strike>%s</strike></b> to <b>%s</b> %s`
issues.delete_branch_at=`刪除分支 <b>%s</b> %s`
issues.open_tab=%d 個開啓中
issues.close_tab=%d 個已關閉
issues.filter_label=標籤篩選
issues.filter_label_exclude=`Use <code>alt</code> + <code>click/enter</code> to exclude labels`
issues.filter_label_no_select=所有標籤
issues.filter_milestone=里程碑篩選
issues.filter_milestone_no_select=所有里程碑
issues.filter_assignee=指派人篩選
issues.filter_assginee_no_select=所有指派成員
issues.filter_type=類型篩選
issues.filter_type.all_issues=所有問題
issues.filter_type.assigned_to_you=指派給您的
issues.filter_type.created_by_you=由您建立的
issues.filter_type.mentioning_you=提及您的
issues.filter_sort=排序
issues.filter_sort.latest=最新建立
issues.filter_sort.oldest=最早建立
issues.filter_sort.recentupdate=最近更新
issues.filter_sort.leastupdate=最少更新
issues.filter_sort.mostcomment=最多評論
issues.filter_sort.leastcomment=最少評論
issues.filter_sort.nearduedate=到期日由近到遠
issues.filter_sort.farduedate=到期日由遠到近
issues.filter_sort.moststars=最多收藏
issues.filter_sort.feweststars=最少收藏
issues.filter_sort.mostforks=最多複製
issues.filter_sort.fewestforks=最少複製
issues.action_open=開啟
issues.action_close=關閉
issues.action_label=標籤
issues.action_milestone=里程碑
issues.action_milestone_no_select=無里程碑
issues.action_assignee=負責人
issues.action_assignee_no_select=無負責人
issues.opened_by=由 <a href="%[2]s">%[3]s</a> 於 %[1]s建立
pulls.merged_by=由 <a href="%[2]s">%[3]s</a> 於 %[1]s合併
pulls.merged_by_fake=由 %[2]s 於 %[1]s合併
issues.closed_by=by <a href="%[2]s">%[3]s</a> closed %[1]s
issues.opened_by_fake=由 %[2]s 於 %[1]s建立
issues.closed_by_fake=by %[2]s closed %[1]s
issues.previous=上一頁
issues.next=下一頁
issues.open_title=開啟中
issues.closed_title=已關閉
issues.num_comments=%d 條評論
issues.commented_at=` 評論 <a href="#%s"> %s</a>`
issues.delete_comment_confirm=您確定要刪除該條評論嗎?
issues.context.copy_link=複製連結
issues.context.quote_reply=Quote Reply
issues.context.edit=編輯
issues.context.delete=刪除
issues.no_content=尚未有任何內容
issues.close_issue=關閉
issues.pull_merged_at=`merged commit <a href="%[1]s">%[2]s</a> into <b>%[3]s</b> %[4]s`
issues.close_comment_issue=評論並關閉
issues.reopen_issue=重新開啟
issues.reopen_comment_issue=重新開啟並評論
issues.create_comment=評論
issues.closed_at=`closed this issue <a id="%[1]s" href="#%[1]s">%[2]s</a>`
issues.reopened_at=`reopened this issue <a id="%[1]s" href="#%[1]s">%[2]s</a>`
issues.commit_ref_at=`在代碼提交 <a id="%[1]s" href="#%[1]s">%[2]s</a> 中引用了該問題`
issues.ref_issue_from=`<a href="%[3]s">referenced this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
issues.ref_pull_from=`<a href="%[3]s">referenced this pull request %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
issues.ref_closing_from=`<a href="%[3]s">referenced a pull request %[4]s that will close this issue</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
issues.ref_reopening_from=`<a href="%[3]s">referenced a pull request %[4]s that will reopen this issue</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
issues.ref_closed_from=`<a href="%[3]s">closed this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
issues.ref_reopened_from=`<a href="%[3]s">reopened this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
issues.ref_from=`from %[1]s`
issues.poster=發佈者
issues.collaborator=協同者
issues.owner=所有者
issues.re_request_review=Re-request review
issues.remove_request_review=Remove review request
issues.remove_request_review_block=Can't remove review request
issues.sign_in_require_desc=<a href="%s"> 登入</a> 才能加入這對話。
issues.edit=編輯
issues.cancel=取消
issues.save=儲存
issues.label_title=標籤名稱
issues.label_description=標籤描述
issues.label_color=標籤顏色
issues.label_count=%d 個標籤
issues.label_open_issues=%d 個開啓的問題
issues.label_edit=編輯
issues.label_delete=刪除
issues.label_modify=編輯標籤
issues.label_deletion=刪除標籤
issues.label_deletion_desc=刪除標籤會將其從所有問題中刪除,繼續?
issues.label_deletion_success=標籤已刪除。
issues.label.filter_sort.alphabetically=按字母顺序排序
issues.label.filter_sort.reverse_alphabetically=按字母反向排序
issues.label.filter_sort.by_size=Smallest size
issues.label.filter_sort.reverse_by_size=Largest size
issues.num_participants=%d 參與者
issues.attachment.open_tab=`在新的標籤頁中查看 '%s'`
issues.attachment.download=`點擊下載 '%s'`
issues.subscribe=訂閱
issues.unsubscribe=取消訂閱
issues.lock=鎖定對話
issues.unlock=解鎖對話
issues.lock.unknown_reason=在未知原因下無法鎖定問題
issues.lock_duplicate=問題無法被鎖定兩次
issues.unlock_error=無法解鎖未被鎖定的問題
issues.lock_with_reason=locked as <strong>%s</strong> and limited conversation to collaborators %s
issues.lock_no_reason=locked and limited conversation to collaborators %s
issues.unlock_comment=unlocked this conversation %s
issues.lock_confirm=鎖定
issues.unlock_confirm=解除鎖定
issues.lock.notice_1=- Other users can’t add new comments to this issue.
issues.lock.notice_2=- You and other collaborators with access to this repository can still leave comments that others can see.
issues.lock.notice_3=- You can always unlock this issue again in the future.
issues.unlock.notice_1=- Everyone would be able to comment on this issue once more.
issues.unlock.notice_2=- You can always lock this issue again in the future.
issues.lock.reason=鎖定原因
issues.lock.title=鎖定此問題的對話
issues.unlock.title=解鎖此問題的對話
issues.comment_on_locked=您無法在已鎖定的問題上留言
issues.tracker=時間追蹤
issues.start_tracking_short=開始
issues.start_tracking=開始時間追蹤
issues.start_tracking_history=`開始工作 %s`
issues.tracker_auto_close=Timer will be stopped automatically when this issue gets closed
issues.tracking_already_started=`您已經開始時間追蹤這個 <a href="%s">問題</a>!`
issues.stop_tracking=停止
issues.stop_tracking_history=`結束工作 %s`
issues.add_time=手動新增時間
issues.add_time_short=新增時間
issues.add_time_cancel=取消
issues.add_time_history=`加入了花費時間 %s`
issues.del_time_history=`deleted spent time %s`
issues.add_time_hours=小時
issues.add_time_minutes=分鐘
issues.add_time_sum_to_small=沒有輸入時間。
issues.cancel_tracking=取消
issues.cancel_tracking_history=`取消時間追蹤 %s`
issues.time_spent_total=總花費時間
issues.time_spent_from_all_authors=`總花費時間:%s`
issues.due_date=截止日期
issues.invalid_due_date_format=截止日期的格式錯誤,必須是 "yyyy-mm-dd" 的形式。
issues.error_modifying_due_date=無法修改截止日期。
issues.error_removing_due_date=無法移除截止日期。
issues.push_commit_1=added %d commit %s
issues.push_commits_n=added %d commits %s
issues.force_push_codes=`force-pushed %[1]s from <a href="%[3]s">%[2]s</a> to <a href="%[5]s">%[4]s</a> %[6]s`
issues.due_date_form=yyyy年mm月dd日
issues.due_date_form_add=新增截止日期
issues.due_date_form_edit=編輯
issues.due_date_form_remove=移除
issues.due_date_not_writer=您需要儲存庫寫入權限來更改問題的截止日。
issues.due_date_not_set=未設定截止日期。
issues.due_date_added=已新增截止日期 %s %s
issues.due_date_modified=已將截止日期修改為 %s ,原截止日期: %s %s
issues.due_date_remove=已移除截止日期 %s %s
issues.due_date_overdue=逾期
issues.due_date_invalid=The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.
issues.dependency.title=依賴
issues.dependency.issue_no_dependencies=此問題目前沒有任何依賴。
issues.dependency.pr_no_dependencies=This pull request currently doesn't have any dependencies.
issues.dependency.add=新增相關問題
issues.dependency.cancel=取消
issues.dependency.remove=移除
issues.dependency.remove_info=移除此相關問題
issues.dependency.added_dependency=`added a new dependency %s`
issues.dependency.removed_dependency=`removed a dependency %s`
issues.dependency.issue_closing_blockedby=Closing this pull request is blocked by the following issues
issues.dependency.pr_closing_blockedby=Closing this issue is blocked by the following issues
issues.dependency.issue_close_blocks=This issue blocks closing of the following issues
issues.dependency.pr_close_blocks=This pull request blocks closing of the following issues
issues.dependency.issue_close_blocked=You need to close all issues blocking this issue before you can close it.
issues.dependency.pr_close_blocked=You need to close all issues blocking this pull request before you can merge it.
issues.dependency.blocks_short=Blocks
issues.dependency.blocked_by_short=Depends on
issues.dependency.remove_header=移除相依庫
issues.dependency.issue_remove_text=This will remove the dependency from this issue. Continue?
issues.dependency.pr_remove_text=This will remove the dependency from this pull request. Continue?
issues.dependency.setting=Enable Dependencies For Issues and Pull Requests
issues.dependency.add_error_same_issue=You cannot make an issue depend on itself.
issues.dependency.add_error_dep_issue_not_exist=Dependent issue does not exist.
issues.dependency.add_error_dep_not_exist=Dependency does not exist.
issues.dependency.add_error_dep_exists=Dependency already exists.
issues.dependency.add_error_cannot_create_circular=You cannot create a dependency with two issues blocking each other.
issues.dependency.add_error_dep_not_same_repo=這兩個問題必須在同一個存儲庫中。
issues.review.self.approval=您不能批准自己的 pull request。
issues.review.self.rejection=You cannot request changes on your own pull request.
issues.review.approve=approved these changes %s
issues.review.comment=reviewed %s
issues.review.left_comment=left a comment
issues.review.content.empty=You need to leave a comment indicating the requested change(s).
issues.review.reject=requested changes %s
issues.review.wait=was requested for review %s
issues.review.add_review_request=requested review from %s %s
issues.review.remove_review_request=removed review request for %s %s
issues.review.remove_review_request_self=refused to review %s
issues.review.pending=等待
issues.review.review=審查
issues.review.reviewers=審查人
issues.review.show_outdated=顯示過時的
issues.review.hide_outdated=隱藏過時的
issues.review.show_resolved=Show resolved
issues.review.hide_resolved=Hide resolved
issues.review.resolve_conversation=Resolve conversation
issues.review.un_resolve_conversation=Unresolve conversation
issues.review.resolved_by=marked this conversation as resolved
issues.assignee.error=Not all assignees was added due to an unexpected error.

pulls.desc=Enable pull requests and code reviews.
pulls.new=建立合併請求
pulls.compare_changes=建立合併請求
pulls.compare_changes_desc=Select the branch to merge into and the branch to pull from.
pulls.compare_base=合併到
pulls.compare_compare=pull from
pulls.filter_branch=過濾分支
pulls.no_results=未找到結果
pulls.nothing_to_compare=These branches are equal. There is no need to create a pull request.
pulls.has_pull_request=`A pull request between these branches already exists: <a href="%[1]s/pulls/%[3]d">%[2]s#%[3]d</a>`
pulls.create=建立合併請求
pulls.title_desc=請求將 %[1]d 次程式碼提交從 <code>%[2]s</code> 合併至 <code id="branch_target">%[3]s</code>
pulls.merged_title_desc=於 %[4]s 將 %[1]d 次代碼提交從 <code>%[2]s</code>合併至 <code>%[3]s</code>
pulls.change_target_branch_at=`changed target branch from <b>%s</b> to <b>%s</b> %s`
pulls.tab_conversation=對話內容
pulls.tab_commits=程式碼提交
pulls.tab_files=檔案變動
pulls.reopen_to_merge=請重新開啟合併請求來完成合併操作。
pulls.cant_reopen_deleted_branch=This pull request cannot be reopened because the branch was deleted.
pulls.merged=已合併
pulls.merged_as=The pull request has been merged as <a rel="nofollow" class="ui sha" href="%[1]s"><code>%[2]s</code></a>.
pulls.is_closed=The pull request has been closed.
pulls.has_merged=合併請求已合併。
pulls.title_wip_desc=`<a href="#">Start the title with <strong>%s</strong></a> to prevent the pull request from being merged accidentally.`
pulls.cannot_merge_work_in_progress=This pull request is marked as a work in progress. Remove the <strong>%s</strong> prefix from the title when it's ready
pulls.data_broken=This pull request is broken due to missing fork information.
pulls.files_conflicted=This pull request has changes conflicting with the target branch.
pulls.is_checking=Merge conflict checking is in progress. Try again in few moments.
pulls.required_status_check_failed=Some required checks were not successful.
pulls.required_status_check_missing=Some required checks are missing.
pulls.required_status_check_administrator=As an administrator, you may still merge this pull request.
pulls.blocked_by_approvals=This Pull Request doesn't have enough approvals yet. %d of %d approvals granted.
pulls.blocked_by_rejection=This Pull Request has changes requested by an official reviewer.
pulls.blocked_by_outdated_branch=This Pull Request is blocked because it's outdated.
pulls.can_auto_merge_desc=這個拉請求可以自動合併。
pulls.cannot_auto_merge_desc=This pull request cannot be merged automatically due to conflicts.
pulls.cannot_auto_merge_helper=Merge manually to resolve the conflicts.
pulls.num_conflicting_files_1=%d conflicting file
pulls.num_conflicting_files_n=%d conflicting files
pulls.approve_count_1=%d approval
pulls.approve_count_n=%d approvals
pulls.reject_count_1=%d change request
pulls.reject_count_n=%d change requests
pulls.waiting_count_1=%d waiting review
pulls.waiting_count_n=%d waiting reviews

pulls.no_merge_desc=This pull request cannot be merged because all repository merge options are disabled.
pulls.no_merge_helper=Enable merge options in the repository settings or merge the pull request manually.
pulls.no_merge_wip=This pull request can not be merged because it is marked as being a work in progress.
pulls.no_merge_not_ready=This pull request is not ready to be merged, check review status and status checks.
pulls.no_merge_access=You are not authorized to merge this pull request.
pulls.merge_pull_request=合併請求
pulls.rebase_merge_pull_request=Rebase 合併
pulls.rebase_merge_commit_pull_request=Rebase and Merge (--no-ff)
pulls.squash_merge_pull_request=Squash 合併
pulls.require_signed_wont_sign=The branch requires signed commits but this merge will not be signed
pulls.invalid_merge_option=You cannot use this merge option for this pull request.
pulls.merge_conflict=Merge Failed: There was a conflict whilst merging: %[1]s<br>%[2]s<br>Hint: Try a different strategy
pulls.rebase_conflict=Merge Failed: There was a conflict whilst rebasing commit: %[1]s<br>%[2]s<br>%[3]s<br>Hint:Try a different strategy
pulls.unrelated_histories=Merge Failed: The merge head and base do not share a common history. Hint: Try a different strategy
pulls.merge_out_of_date=Merge Failed: Whilst generating the merge, the base was updated. Hint: Try again.
pulls.push_rejected=Merge Failed: The push was rejected with the following message:<br>%s<br>Review the githooks for this repository
pulls.push_rejected_no_message=Merge Failed: The push was rejected but there was no remote message.<br>Review the githooks for this repository
pulls.open_unmerged_pull_exists=`You cannot perform a reopen operation because there is a pending pull request (#%d) with identical properties.`
pulls.status_checking=Some checks are pending
pulls.status_checks_success=All checks were successful
pulls.status_checks_warning=Some checks reported warnings
pulls.status_checks_failure=Some checks failed
pulls.status_checks_error=Some checks reported errors
pulls.update_branch=Update branch
pulls.update_branch_success=Branch update was successful
pulls.update_not_allowed=You are not allowed to update branch
pulls.outdated_with_base_branch=This branch is out-of-date with the base branch
pulls.closed_at=`closed this pull request <a id="%[1]s" href="#%[1]s">%[2]s</a>`
pulls.reopened_at=`reopened this pull request <a id="%[1]s" href="#%[1]s">%[2]s</a>`

milestones.new=新的里程碑
milestones.open_tab=%d 開啟中
milestones.close_tab=%d 已關閉
milestones.closed=於 %s關閉
milestones.no_due_date=暫無截止日期
milestones.open=開啟
milestones.close=關閉
milestones.new_subheader=Milestones organize issues and track progress.
milestones.completeness=%d%% Completed
milestones.create=建立里程碑
milestones.title=標題
milestones.desc=描述
milestones.due_date=截止日期(可選)
milestones.clear=清除
milestones.invalid_due_date_format=Due date format must be 'yyyy-mm-dd'.
milestones.create_success=The milestone '%s' has been created.
milestones.edit=編輯里程碑
milestones.edit_subheader=Milestones organize issues and track progress.
milestones.cancel=取消
milestones.modify=更新里程碑
milestones.edit_success=里程碑 '%s' 已更新。
milestones.deletion=刪除里程碑
milestones.deletion_desc=Deleting a milestone removes it from all related issues. Continue?
milestones.deletion_success=里程碑已刪除
milestones.filter_sort.closest_due_date=到期日由近到遠
milestones.filter_sort.furthest_due_date=到期日由遠到近
milestones.filter_sort.least_complete=完成度由低到高
milestones.filter_sort.most_complete=完成度由高到低
milestones.filter_sort.most_issues=問題由多到少
milestones.filter_sort.least_issues=問題由少到多

signing.will_sign=This commit will be signed with key '%s'
signing.wont_sign.error=There was an error whilst checking if the commit could be signed
signing.wont_sign.nokey=There is no key available to sign this commit
signing.wont_sign.never=Commits are never signed
signing.wont_sign.always=Commits are always signed
signing.wont_sign.pubkey=The commit will not be signed because you do not have a public key associated with your account
signing.wont_sign.twofa=You must have two factor authentication enabled to have commits signed
signing.wont_sign.parentsigned=The commit will not be signed as the parent commit is not signed
signing.wont_sign.basesigned=The merge will not be signed as the base commit is not signed
signing.wont_sign.headsigned=The merge will not be signed as the head commit is not signed
signing.wont_sign.commitssigned=The merge will not be signed as all the associated commits are not signed
signing.wont_sign.approved=The merge will not be signed as the PR is not approved

ext_wiki=外部 Wiki
ext_wiki.desc=連結外部 Wiki。

wiki=Wiki
wiki.welcome=歡迎使用 Wiki!
wiki.welcome_desc=Wiki 允許你撰寫和與協作者分享文件
wiki.desc=撰寫與和協作者分享文件。
wiki.create_first_page=建立第一個頁面
wiki.page=頁面
wiki.filter_page=過濾頁面
wiki.new_page=頁面
wiki.default_commit_message=關於此次頁面修改的說明(非必要)。
wiki.save_page=儲存頁面
wiki.last_commit_info=%s 於 %s 修改了此頁面
wiki.edit_page_button=修改
wiki.new_page_button=新的頁面
wiki.file_revision=Page Revision
wiki.wiki_page_revisions=Wiki Page Revisions
wiki.back_to_wiki=Back to wiki page
wiki.delete_page_button=刪除頁面
wiki.delete_page_notice_1=Deleting the wiki page '%s' cannot be undone. Continue?
wiki.page_already_exists=相同名稱的 Wiki 頁面已經存在。
wiki.reserved_page=Wiki 頁面名稱 "%s" 是被保留的。
wiki.pages=所有頁面
wiki.last_updated=最後更新於 %s

activity=活動
activity.period.filter_label=期間:
activity.period.daily=1 天
activity.period.halfweekly=3 天
activity.period.weekly=1 星期
activity.period.monthly=1 個月
activity.period.quarterly=3個月
activity.period.semiyearly=6 個月
activity.period.yearly=1 年
activity.overview=概覽
activity.active_prs_count_1=<strong>%d</strong> Active Pull Request
activity.active_prs_count_n=<strong>%d</strong> Active Pull Requests
activity.merged_prs_count_1=合併請求
activity.merged_prs_count_n=合併請求
activity.opened_prs_count_1=建立合併請求
activity.opened_prs_count_n=Proposed Pull Requests
activity.title.user_1=%d 使用者
activity.title.user_n=%d 使用者
activity.title.prs_1=%d 合併請求
activity.title.prs_n=%d 合併請求
activity.title.prs_merged_by=%s 合併了 %s
activity.title.prs_opened_by=%s proposed by %s
activity.merged_prs_label=已合併
activity.opened_prs_label=提案
activity.active_issues_count_1=<strong>%d</strong> 個問題
activity.active_issues_count_n=<strong>%d</strong> 個問題
activity.closed_issues_count_1=已關閉的 Issue
activity.closed_issues_count_n=已關閉的 Issue
activity.title.issues_1=%d Issue
activity.title.issues_n=%d Issues
activity.title.issues_closed_by=%[2]s 關閉了 %[1]s
activity.title.issues_created_by=%[2]s 建立了 %[1]s
activity.closed_issue_label=已關閉
activity.new_issues_count_1=建立問題
activity.new_issues_count_n=建立問題
activity.new_issue_label=已開啟
activity.title.unresolved_conv_1=%d 未解決的對話
activity.title.unresolved_conv_n=%d 未解決的對話
activity.unresolved_conv_desc=這些最近更改的問題和合併請求尚未解決。
activity.unresolved_conv_label=打開
activity.title.releases_1=%d 版本發佈
activity.title.releases_n=%d 版本發佈
activity.title.releases_published_by=%s 由 %s 發佈
activity.published_release_label=已發佈
activity.no_git_activity=期間內沒有任何提交活動
activity.git_stats_exclude_merges=Excluding merges,
activity.git_stats_author_1=%d author
activity.git_stats_author_n=%d authors
activity.git_stats_pushed_1=has pushed
activity.git_stats_pushed_n=have pushed
activity.git_stats_commit_1=%d commit
activity.git_stats_commit_n=%d commits
activity.git_stats_push_to_branch=to %s and
activity.git_stats_push_to_all_branches=to all branches.
activity.git_stats_on_default_branch=On %s,
activity.git_stats_file_1=%d 個檔案
activity.git_stats_file_n=%d 個檔案
activity.git_stats_files_changed_1=has changed
activity.git_stats_files_changed_n=have changed
activity.git_stats_additions=and there have been
activity.git_stats_addition_1=%d addition
activity.git_stats_addition_n=%d additions
activity.git_stats_and_deletions=
activity.git_stats_deletion_1=%d deletion
activity.git_stats_deletion_n=%d deletions

search=搜尋
search.search_repo=搜尋儲存庫
search.results=在 <a href="%s"> %s </a> 中搜尋 "%s" 的结果

settings=儲存庫設定
settings.desc=設定是您可以管理儲存庫設定的地方
settings.options=儲存庫
settings.collaboration=協作者
settings.collaboration.admin=管理員
settings.collaboration.write=可寫權限
settings.collaboration.read=可讀權限
settings.collaboration.owner=擁有者
settings.collaboration.undefined=未定義
settings.hooks=管理 Webhooks
settings.githooks=管理 Git Hooks
settings.basic_settings=基本設定
settings.mirror_settings=鏡像設定
settings.sync_mirror=現在同步
settings.mirror_sync_in_progress=鏡像同步正在進行中。 請稍後再回來看看。
settings.email_notifications.enable=啟用 Email 通知
settings.email_notifications.onmention=僅於"被提及"時通知
settings.email_notifications.disable=關閉 Email 通知
settings.email_notifications.submit=郵件通知設定
settings.site=網站
settings.update_settings=更新儲存庫設定
settings.advanced_settings=高級設定
settings.wiki_desc=啟用儲存庫 Wiki
settings.use_internal_wiki=使用內建 Wiki
settings.use_external_wiki=使用外部 Wiki
settings.external_wiki_url=外部 Wiki 連結
settings.external_wiki_url_error=外部 Wiki 網址不是有效的網址。
settings.external_wiki_url_desc=點擊問題標籤時,使用者會被導向到外部 Wiki URL。
settings.issues_desc=開啟儲存庫問題追蹤系統
settings.use_internal_issue_tracker=使用內建輕量級問題追蹤系統
settings.use_external_issue_tracker=使用外部的問題追蹤系統
settings.external_tracker_url=外部 Issue 追蹤網址
settings.external_tracker_url_error=該外部問題追蹤系統網址不是有效的網址。
settings.external_tracker_url_desc=點擊問題標籤時,使用者會被導向至外部問題追蹤系統 URL。
settings.tracker_url_format=外部問題管理系統的 URL 格式
settings.tracker_url_format_error=The external issue tracker URL format is not a valid URL.
settings.tracker_issue_style=外部問題管理系統的編號格式
settings.tracker_issue_style.numeric=數字
settings.tracker_issue_style.alphanumeric=字母及數字
settings.tracker_url_format_desc=Use the placeholders <code>{user}</code>, <code>{repo}</code> and <code>{index}</code> for the username, repository name and issue index.
settings.enable_timetracker=啟用時間追蹤
settings.allow_only_contributors_to_track_time=Let Only Contributors Track Time
settings.pulls_desc=Enable Repository Pull Requests
settings.pulls.ignore_whitespace=Ignore Whitespace for Conflicts
settings.pulls.allow_merge_commits=Enable Commit Merging
settings.pulls.allow_rebase_merge=Enable Rebasing to Merge Commits
settings.pulls.allow_rebase_merge_commit=Enable Rebasing with explicit merge commits (--no-ff)
settings.pulls.allow_squash_commits=Enable Squashing to Merge Commits
settings.admin_settings=管理員設定
settings.admin_enable_health_check=Enable Repository Health Checks (git fsck)
settings.admin_enable_close_issues_via_commit_in_any_branch=Close an issue via a commit made in a non default branch
settings.danger_zone=危險操作區
settings.new_owner_has_same_repo=新的儲存庫擁有者已經存在同名儲存庫!
settings.convert=轉換為普通儲存庫
settings.convert_desc=您可以將此鏡像轉成普通儲存庫。此動作不可恢復。
settings.convert_notices_1=This operation will convert the mirror into a regular repository and cannot be undone.
settings.convert_confirm=轉換儲存庫
settings.convert_succeed=鏡像儲存庫已成功轉換為一般儲存庫。
settings.transfer=轉移儲存庫所有權
settings.transfer_desc=Transfer this repository to a user or to an organization for which you have administrator rights.
settings.transfer_notices_1=- You will lose access to the repository if you transfer it to an individual user.
settings.transfer_notices_2=- You will keep access to the repository if you transfer it to an organization that you (co-)own.
settings.transfer_form_title=Enter the repository name as confirmation:
settings.wiki_delete=刪除 Wiki 資料
settings.wiki_delete_desc=Deleting repository wiki data is permanent and cannot be undone.
settings.wiki_delete_notices_1=- This will permanently delete and disable the repository wiki for %s.
settings.confirm_wiki_delete=刪除 Wiki 資料
settings.wiki_deletion_success=The repository wiki data has been deleted.
settings.delete=刪除本儲存庫
settings.delete_desc=Deleting a repository is permanent and cannot be undone.
settings.delete_notices_1=- 此操作 <strong>不可以</strong> 被回滾。
settings.delete_notices_2=- This operation will permanently delete the <strong>%s</strong> repository including code, issues, comments, wiki data and collaborator settings.
settings.delete_notices_fork_1=- Forks of this repository will become independent after deletion.
settings.deletion_success=這個儲存庫已被刪除。
settings.update_settings_success=The repository settings have been updated.
settings.transfer_owner=新擁有者
settings.make_transfer=執行轉移
settings.transfer_succeed=The repository has been transferred.
settings.confirm_delete=刪除儲存庫
settings.add_collaborator=增加協作者
settings.add_collaborator_success=成功增加協作者!
settings.add_collaborator_inactive_user=Can not add an inactive user as a collaborator.
settings.add_collaborator_duplicate=The collaborator is already added to this repository.
settings.delete_collaborator=移除
settings.collaborator_deletion=移除協作者
settings.collaborator_deletion_desc=Removing a collaborator will revoke their access to this repository. Continue?
settings.remove_collaborator_success=已移除協作者。
settings.search_user_placeholder=搜尋使用者...
settings.org_not_allowed_to_be_collaborator=Organizations cannot be added as a collaborator.
settings.change_team_access_not_allowed=Changing team access for repository has been restricted to organization owner
settings.team_not_in_organization=The team is not in the same organization as the repository
settings.teams=Teams
settings.add_team=Add Team
settings.add_team_duplicate=Team already has the repository
settings.add_team_success=The team now have access to the repository.
settings.search_team=Search Team…
settings.change_team_permission_tip=Team's permission is set on the team setting page and can't be changed per repository
settings.delete_team_tip=This team has access to all repositories and can't be removed
settings.remove_team_success=The team's access to the repository has been removed.
settings.add_webhook=建立 Webhook
settings.add_webhook.invalid_channel_name=Webhook channel name cannot be empty and cannot contain only a # character.
settings.hooks_desc=Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Read more in the <a target="_blank" rel="noopener noreferrer" href="%s">webhooks guide</a>.
settings.webhook_deletion=刪除 Webhook
settings.webhook_deletion_desc=Removing a webhook deletes its settings and delivery history. Continue?
settings.webhook_deletion_success=Webhook 已刪除。
settings.webhook.test_delivery=測試推送
settings.webhook.test_delivery_desc=Test this webhook with a fake event.
settings.webhook.test_delivery_success=A fake event has been added to the delivery queue. It may take few seconds before it shows up in the delivery history.
settings.webhook.request=請求內容
settings.webhook.response=響應內容
settings.webhook.headers=標題
settings.webhook.payload=內容
settings.webhook.body=響應內容
settings.githooks_desc=Git hooks are powered by Git itself. You can edit hook files below to set up custom operations.
settings.githook_edit_desc=如果 Hook 未啟動,則會顯示樣例文件中的內容。如果想要刪除某個 Hook,則提交空白文本即可。
settings.githook_name=Hook 名稱
settings.githook_content=Hook 內容
settings.update_githook=更新 Hook 設定
settings.add_webhook_desc=Gitea will send <code>POST</code> requests with a specified content type to the target URL. Read more in the <a target="_blank" rel="noopener noreferrer" href="%s">webhooks guide</a>.
settings.payload_url=目標 URL
settings.http_method=HTTP Method
settings.content_type=POST Content Type
settings.secret=金鑰文本
settings.slack_username=服務名稱
settings.slack_icon_url=圖標 URL
settings.discord_username=使用者名稱
settings.discord_icon_url=Icon URL
settings.slack_color=顏色代碼
settings.event_desc=觸發條件:
settings.event_push_only=推送事件
settings.event_send_everything=所有事件
settings.event_choose=自訂事件...
settings.event_header_repository=Repository Events
settings.event_create=建立
settings.event_create_desc=建立分支或標籤
settings.event_delete=刪除
settings.event_delete_desc=Branch or tag deleted.
settings.event_fork=複製
settings.event_fork_desc=Repository forked.
settings.event_release=版本發佈
settings.event_release_desc=Release published, updated or deleted in a repository.
settings.event_push=推送
settings.event_push_desc=Git push to a repository.
settings.event_repository=儲存庫
settings.event_repository_desc=Repository created or deleted.
settings.event_header_issue=Issue Events
settings.event_issues=問題
settings.event_issues_desc=Issue opened, closed, reopened, or edited.
settings.event_issue_assign=Issue Assigned
settings.event_issue_assign_desc=Issue assigned or unassigned.
settings.event_issue_label=Issue Labeled
settings.event_issue_label_desc=Issue labels updated or cleared.
settings.event_issue_milestone=Issue Milestoned
settings.event_issue_milestone_desc=Issue milestoned or demilestoned.
settings.event_issue_comment=問題評論
settings.event_issue_comment_desc=已經建立、編輯或刪除的問題評論。
settings.event_header_pull_request=Pull Request Events
settings.event_pull_request=合併請求
settings.event_pull_request_desc=Pull request opened, closed, reopened, or edited.
settings.event_pull_request_assign=Pull Request Assigned
settings.event_pull_request_assign_desc=Pull request assigned or unassigned.
settings.event_pull_request_label=Pull Request Labeled
settings.event_pull_request_label_desc=Pull request labels updated or cleared.
settings.event_pull_request_milestone=Pull Request Milestoned
settings.event_pull_request_milestone_desc=Pull request milestoned or demilestoned.
settings.event_pull_request_comment=Pull Request Comment
settings.event_pull_request_comment_desc=Pull request comment created, edited, or deleted.
settings.event_pull_request_review=Pull Request Reviewed
settings.event_pull_request_review_desc=Pull request approved, rejected, or review comment.
settings.event_pull_request_sync=Pull Request Synchronized
settings.event_pull_request_sync_desc=Pull request synchronized.
settings.branch_filter=Branch filter
settings.branch_filter_desc=Branch whitelist for push, branch creation and branch deletion events, specified as glob pattern. If empty or <code>*</code>, events for all branches are reported. See <a href="https://godoc.org/github.com/gobwas/glob#Compile">github.com/gobwas/glob</a> documentation for syntax. Examples: <code>master</code>, <code>{master,release*}</code>.
settings.active=啟用
settings.active_helper=Information about triggered events will be sent to this webhook URL.
settings.add_hook_success=Webhook 新增成功!
settings.update_webhook=更新 Webhook
settings.update_hook_success=Webhook 更新成功!
settings.delete_webhook=刪除 Webhook
settings.recent_deliveries=最近推送記錄
settings.hook_type=Hook 類型
settings.add_slack_hook_desc=Integrate <a href="%s">Slack</a> into your repository.
settings.slack_token=令牌
settings.slack_domain=域名
settings.slack_channel=頻道
settings.add_discord_hook_desc=Integrate <a href="%s">Discord</a> into your repository.
settings.add_dingtalk_hook_desc=Integrate <a href="%s">Dingtalk</a> into your repository.
settings.add_telegram_hook_desc=Integrate <a href="%s">Telegram</a> into your repository.
settings.add_matrix_hook_desc=Integrate <a href="%s">Matrix</a> into your repository.
settings.add_msteams_hook_desc=Integrate <a href="%s">Microsoft Teams</a> into your repository.
settings.add_feishu_hook_desc=Integrate <a href="%s">Feishu</a> into your repository.
settings.deploy_keys=管理部署金鑰
settings.add_deploy_key=新增部署金鑰
settings.deploy_key_desc=Deploy keys have read-only pull access to the repository.
settings.is_writable=啟用寫入存取
settings.is_writable_info=Allow this deploy key to <strong>push</strong> to the repository.
settings.no_deploy_keys=沒有任何部屬金鑰
settings.title=標題
settings.deploy_key_content=金鑰文本
settings.key_been_used=A deploy key with identical content is already in use.
settings.key_name_used=A deploy key with the same name already exists.
settings.add_key_success=部屬金鑰 "%s" 新增成功
settings.deploy_key_deletion=刪除部署金鑰
settings.deploy_key_deletion_desc=Removing a deploy key will revoke its access to this repository. Continue?
settings.deploy_key_deletion_success=The deploy key has been removed.
settings.branches=分支列表
settings.protected_branch=分支保護
settings.protected_branch_can_push=允許推送?
settings.protected_branch_can_push_yes=你可以推送
settings.protected_branch_can_push_no=你不能推送
settings.branch_protection=<b>%s</b> 的分支保護
settings.protect_this_branch=啟用分支保護
settings.protect_this_branch_desc=Prevents deletion and restricts Git pushing and merging to the branch.
settings.protect_disable_push=Disable Push
settings.protect_disable_push_desc=不允許任何推送。
settings.protect_enable_push=Enable Push
settings.protect_enable_push_desc=任何擁有寫入權限的使用者將被允許推送內容至該分支(但不可使用force push)。
settings.protect_whitelist_committers=Whitelist Restricted Push
settings.protect_whitelist_committers_desc=僅允許在白名單內的使用者或團隊推送內容至該分支(但不可使用force push)。
settings.protect_whitelist_deploy_keys=Whitelist deploy keys with write access to push
settings.protect_whitelist_users=允許推送的白名單 (使用者)﹔
settings.protect_whitelist_search_users=搜尋使用者...
settings.protect_whitelist_teams=允許推送的白名單 (團隊)﹔
settings.protect_whitelist_search_teams=搜尋團隊...
settings.protect_merge_whitelist_committers=Enable Merge Whitelist
settings.protect_merge_whitelist_committers_desc=Allow only whitelisted users or teams to merge pull requests into this branch.
settings.protect_merge_whitelist_users=Whitelisted users for merging:
settings.protect_merge_whitelist_teams=Whitelisted teams for merging:
settings.protect_check_status_contexts=Enable Status Check
settings.protect_check_status_contexts_desc=Require status checks to pass before merging Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a branch that matches this rule after status checks have passed. If no contexts are selected, the last commit must be successful regardless of context.
settings.protect_check_status_contexts_list=Status checks found in the last week for this repository
settings.protect_required_approvals=Required approvals:
settings.protect_required_approvals_desc=Allow only to merge pull request with enough positive reviews.
settings.protect_approvals_whitelist_enabled=Restrict approvals to whitelisted users or teams
settings.protect_approvals_whitelist_enabled_desc=Only reviews from whitelisted users or teams will count to the required approvals. Without approval whitelist, reviews from anyone with write access count to the required approvals.
settings.protect_approvals_whitelist_users=Whitelisted reviewers:
settings.protect_approvals_whitelist_teams=Whitelisted teams for reviews:
settings.dismiss_stale_approvals=Dismiss stale approvals
settings.dismiss_stale_approvals_desc=When new commits that change the content of the pull request are pushed to the branch, old approvals will be dismissed.
settings.require_signed_commits=Require Signed Commits
settings.require_signed_commits_desc=Reject pushes to this branch if they are unsigned or unverifiable
settings.protect_protected_file_patterns=Protected file patterns (separated using semicolon '\;'):
settings.protect_protected_file_patterns_desc=Protected files that are not allowed to be changed directly even if user has rights to add, edit or delete files in this branch. Multiple patterns can be separated using semicolon ('\;'). See <a href="https://godoc.org/github.com/gobwas/glob#Compile">github.com/gobwas/glob</a> documentation for pattern syntax. Examples: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>.
settings.add_protected_branch=啟用保護
settings.delete_protected_branch=停用保護
settings.update_protect_branch_success='%s' 的分支保護已被更新
settings.remove_protected_branch_success='%s' 的分支保護已被停用
settings.protected_branch_deletion=停用分支保護
settings.protected_branch_deletion_desc=停用分支保護將允許可寫入的使用者推送內容至該分支,是否繼續?
settings.block_rejected_reviews=Block merge on rejected reviews
settings.block_rejected_reviews_desc=Merging will not be possible when changes are requested by official reviewers, even if there are enough approvals.
settings.block_outdated_branch=Block merge if pull request is outdated
settings.block_outdated_branch_desc=Merging will not be possible when head branch is behind base branch.
settings.default_branch_desc=選擇一個預設拉取與提交的分支
settings.choose_branch=選擇一個分支...
settings.no_protected_branch=沒有受保護的分支
settings.edit_protected_branch=編輯
settings.protected_branch_required_approvals_min=Required approvals cannot be negative.
settings.bot_token=Bot Token
settings.chat_id=Chat ID
settings.matrix.homeserver_url=Homeserver URL
settings.matrix.room_id=Room ID
settings.matrix.access_token=Access Token
settings.matrix.message_type=Message Type
settings.archive.button=封存
settings.archive.header=封存這個儲存庫
settings.archive.text=Archiving the repo will make it entirely read-only. It is hidden from the dashboard, cannot be committed to and no issues or pull-requests can be created.
settings.archive.success=此儲存庫已被封存
settings.archive.error=An error occurred while trying to archive the repo. See the log for more details.
settings.archive.error_ismirror=You cannot archive a mirrored repo.
settings.archive.branchsettings_unavailable=Branch settings are not available if the repo is archived.
settings.unarchive.button=Un-Archive Repo
settings.unarchive.header=Un-Archive This Repo
settings.unarchive.text=Un-Archiving the repo will restore its ability to receive commits and pushes, as well as new issues and pull-requests.
settings.unarchive.success=The repo was successfully un-archived.
settings.unarchive.error=An error occurred while trying to un-archive the repo. See the log for more details.
settings.update_avatar_success=The repository avatar has been updated.
settings.lfs=LFS
settings.lfs_filelist=LFS files stored in this repository
settings.lfs_no_lfs_files=No LFS files stored in this repository
settings.lfs_findcommits=Find commits
settings.lfs_lfs_file_no_commits=No Commits found for this LFS file
settings.lfs_noattribute=This path does not have the lockable attribute in the default branch
settings.lfs_delete=Delete LFS file with OID %s
settings.lfs_delete_warning=Deleting an LFS file may cause 'object does not exist' errors on checkout. Are you sure?
settings.lfs_findpointerfiles=Find pointer files
settings.lfs_locks=Locks
settings.lfs_invalid_locking_path=Invalid path: %s
settings.lfs_invalid_lock_directory=Cannot lock directory: %s
settings.lfs_lock_already_exists=Lock already exists: %s
settings.lfs_lock=Lock
settings.lfs_lock_path=Filepath to lock...
settings.lfs_locks_no_locks=No Locks
settings.lfs_lock_file_no_exist=Locked file does not exist in default branch
settings.lfs_force_unlock=Force Unlock
settings.lfs_pointers.found=Found %d blob pointer(s) - %d associated, %d unassociated (%d missing from store)
settings.lfs_pointers.sha=Blob SHA
settings.lfs_pointers.oid=OID
settings.lfs_pointers.inRepo=In Repo
settings.lfs_pointers.exists=Exists in store
settings.lfs_pointers.accessible=Accessible to User
settings.lfs_pointers.associateAccessible=Associate accessible %d OIDs

diff.browse_source=瀏覽代碼
diff.parent=父節點
diff.commit=當前提交
diff.git-notes=Notes
diff.data_not_available=沒有內容比較可以使用
diff.options_button=Diff Options
diff.show_diff_stats=Show Stats
diff.download_patch=Download Patch File
diff.download_diff=Download Diff File
diff.show_split_view=分割檢視
diff.show_unified_view=統一視圖
diff.whitespace_button=Whitespace
diff.whitespace_show_everything=顯示所有變更
diff.whitespace_ignore_all_whitespace=Ignore whitespace when comparing lines
diff.whitespace_ignore_amount_changes=Ignore changes in amount of whitespace
diff.whitespace_ignore_at_eol=Ignore changes in whitespace at EOL
diff.stats_desc=共有 <strong> %d 個檔案被更改</strong>,包括 <strong>%d 行新增</strong> 和 <strong>%d 行删除</strong>
diff.bin=二進制
diff.view_file=查看文件
diff.file_before=Before
diff.file_after=After
diff.file_image_width=Width
diff.file_image_height=高度
diff.file_byte_size=大小
diff.file_suppressed=文件差異過大導致無法顯示
diff.too_many_files=部分文件因文件數量過多而無法顯示
diff.comment.placeholder=留下你的評論
diff.comment.markdown_info=Styling with markdown is supported.
diff.comment.add_single_comment=Add single comment
diff.comment.add_review_comment=新增評論
diff.comment.start_review=Start review
diff.comment.reply=回覆
diff.review=Review
diff.review.header=提交評論
diff.review.placeholder=Review comment
diff.review.comment=評論
diff.review.approve=通過
diff.review.reject=Request changes
diff.committed_by=committed by

releases.desc=Track project versions and downloads.
release.releases=版本發佈
release.new_release=發佈新版本
release.draft=草稿
release.prerelease=預發佈版本
release.stable=穩定
release.edit=編輯
release.ahead.commits=<strong>%d</strong> commits
release.ahead.target=to %s since this release
release.source_code=程式碼
release.new_subheader=Releases organize project versions.
release.edit_subheader=Releases organize project versions.
release.tag_name=標籤名稱
release.target=目標分支
release.tag_helper=Choose an existing tag or create a new tag.
release.title=標題
release.content=內容
release.prerelease_desc=標記為 Pre-Release
release.prerelease_helper=標記此版本不適合生產使用。
release.cancel=取消
release.publish=發佈版本
release.save_draft=儲存草稿
release.edit_release=編輯發佈訊息
release.delete_release=刪除發佈
release.deletion=刪除發佈
release.deletion_desc=Deleting a release removes its Git tag from the repository. Repository contents and history remain unchanged. Continue?
release.deletion_success=已刪除此版本發佈。
release.tag_name_already_exist=已經存在使用相同標籤的發佈版本。
release.tag_name_invalid=標籤名稱無效。
release.downloads=下載附件
release.download_count=Downloads: %s

branch.name=分支名稱
branch.search=搜尋分支
branch.already_exists=分支名稱 ”%s“ 已經存在
branch.delete_head=刪除
branch.delete=刪除分支 '%s'
branch.delete_html=刪除分支
branch.delete_desc=刪除分支是永久的。 此動作<strong>無法</strong>復原,繼續?
branch.deletion_success=分支 '%s' 已被刪除。
branch.deletion_failed=刪除分支 '%s' 失敗。
branch.delete_branch_has_new_commits=因為合併後已新增了新的提交,%s 無法被刪除。
branch.create_branch=建立分支 <strong>%s</strong>
branch.create_from=從 '%s'
branch.create_success=分支 '%s' 已被刪除。
branch.branch_already_exists=分支 '%s' 已存在此儲存庫
branch.branch_name_conflict=分支名稱 '%s' 與現有分支 '%s' 衝突
branch.tag_collision=Branch '%s' cannot be created as a tag with same name already exists in the repository.
branch.deleted_by=刪除人: %s
branch.restore_success=Branch '%s' has been restored.
branch.restore_failed=還原分支 %s 失敗
branch.protected_deletion_failed=分支 '%s' 已被保護,不能刪除。
branch.default_deletion_failed=Branch '%s' is the default branch. It cannot be deleted.
branch.restore=Restore Branch '%s'
branch.download=Download Branch '%s'
branch.included_desc=This branch is part of the default branch
branch.included=包含

topic.manage_topics=管理主題
topic.done=完成
topic.count_prompt=您不能選擇超過 %s 個話題
topic.format_prompt=話題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 35 個字

[org]
org_name_holder=組織名稱
org_full_name_holder=組織全名
org_name_helper=組織名稱應該要簡短且方便記憶
create_org=建立組織
repo_updated=最後更新於
people=組織成員
teams=組織團隊
lower_members=名成員
lower_repositories=個儲存庫
create_new_team=建立團隊
create_team=建立新的團隊
org_desc=組織描述
team_name=團隊名稱
team_desc=團隊描述
team_name_helper=團隊名稱應該要簡短且方便記憶
team_desc_helper=Describe the purpose or role of the team.
team_access_desc=儲存庫權限
team_permission_desc=權限
team_unit_desc=Allow Access to Repository Sections
team_unit_disabled=(已停用)

form.name_reserved=組織名稱 '%s' 是被保留的。
form.name_pattern_not_allowed=儲存庫名稱無法使用 "%s"。
form.create_org_not_allowed=此帳號禁止建立組織。

settings=組織設定
settings.options=組織
settings.full_name=組織全名
settings.website=官方網站
settings.location=所在地區
settings.permission=權限
settings.repoadminchangeteam=儲存庫管理者可增加與移除團隊權限
settings.visibility=可見度
settings.visibility.public=公開
settings.visibility.limited=被限制的(只有登入的使用者才能看到)
settings.visibility.private=私有(只有組織成員才能看到)

settings.update_settings=更新組織設定
settings.update_setting_success=組織設定已更新。
settings.change_orgname_prompt=注意:修改組織名稱將會同時修改對應的 URL。
settings.update_avatar_success=組織大頭貼已經更新。
settings.delete=刪除組織
settings.delete_account=刪除當前組織
settings.delete_prompt=該組織將被永久刪除,並且 <strong>無法復原</strong>!
settings.confirm_delete_account=確認刪除組織
settings.delete_org_title=刪除組織
settings.delete_org_desc=即將永久刪除這個組織,確定繼續?
settings.hooks_desc=新增 webhooks 將觸發在這個組織下 <strong>全部的儲存庫</strong> 。

settings.labels_desc=Add labels which can be used on issues for <strong>all repositories</strong> under this organization.

members.membership_visibility=成員可見性:
members.public=可見
members.public_helper=隱藏
members.private=隱藏
members.private_helper=顯示
members.member_role=成員角色:
members.owner=管理員
members.member=普通成員
members.remove=移除成員
members.leave=離開組織
members.invite_desc=邀請新的用戶加入 %s:
members.invite_now=立即邀請

teams.join=加入團隊
teams.leave=離開團隊
teams.can_create_org_repo=建立儲存庫
teams.can_create_org_repo_helper=Members can create new repositories in organization. Creator will get administrator access to the new repository.
teams.read_access=讀取權限
teams.read_access_helper=成員可以查看和複製團隊儲存庫。
teams.write_access=寫入權限
teams.write_access_helper=成員可以查看和推送到團隊儲存庫。
teams.admin_access=管理員權限
teams.admin_access_helper=團隊成員可以拉取、推送簽入跟新增協作者到團隊儲存庫中
teams.no_desc=該團隊暫無描述
teams.settings=團隊設定
teams.owners_permission_desc=管理員團隊對 <strong>所有儲存庫</strong> 具有操作權限,且對組織具有 <strong>管理員權限</strong>。
teams.members=團隊成員
teams.update_settings=更新團隊設定
teams.delete_team=刪除團隊
teams.add_team_member=新增團隊成員
teams.delete_team_title=刪除團隊
teams.delete_team_desc=Deleting a team revokes repository access from its members. Continue?
teams.delete_team_success=該團隊已被刪除。
teams.read_permission_desc=該團隊擁有對所屬儲存庫的 <strong>讀取</strong> 權限,團隊成員可以進行查看和複製等只讀操作。
teams.write_permission_desc=This team grants <strong>Write</strong> access: members can read from and push to team repositories.
teams.admin_permission_desc=This team grants <strong>Admin</strong> access: members can read from, push to and add collaborators to team repositories.
teams.create_repo_permission_desc=Additionally, this team grants <strong>Create repository</strong> permission: members can create new repositories in organization.
teams.repositories=團隊儲存庫
teams.search_repo_placeholder=搜尋儲存庫...
teams.remove_all_repos_title=Remove all team repositories
teams.remove_all_repos_desc=This will remove all repositories from the team.
teams.add_all_repos_title=Add all repositories
teams.add_all_repos_desc=This will add all the organization's repositories to the team.
teams.add_nonexistent_repo=您嘗試新增到團隊的儲存庫不存在,請先建立儲存庫!
teams.add_duplicate_users=使用者已經是團隊成員了。
teams.repos.none=這個團隊沒有可以存取的儲存庫
teams.members.none=這個團隊沒有任何成員
teams.specific_repositories=Specific repositories
teams.specific_repositories_helper=Members will only have access to repositories explicitly added to the team. Selecting this <strong>will not</strong> automatically remove repositories already added with <i>All repositories</i>.
teams.all_repositories=所有儲存庫
teams.all_repositories_helper=Team has access to all repositories. Selecting this will <strong>add all existing</strong> repositories to the team.
teams.all_repositories_read_permission_desc=This team grants <strong>Read</strong> access to <strong>all repositories</strong>: members can view and clone repositories.
teams.all_repositories_write_permission_desc=This team grants <strong>Write</strong> access to <strong>all repositories</strong>: members can read from and push to repositories.
teams.all_repositories_admin_permission_desc=This team grants <strong>Admin</strong> access to <strong>all repositories</strong>: members can read from, push to and add collaborators to repositories.

[admin]
dashboard=控制面版
users=使用者帳號
organizations=組織管理
repositories=儲存庫管理
hooks=預設 Webhooks
systemhooks=System Webhooks
authentication=認證來源
emails=User Emails
config=應用設定管理
notices=系統提示管理
monitor=應用監控面版
first_page=首頁
last_page=末頁
total=總計:%d

dashboard.statistic=摘要
dashboard.operations=維護操作
dashboard.system_status=系統狀態
dashboard.statistic_info=Gitea 資料庫統計:<b>%d</b> 位使用者,<b>%d</b> 個組織,<b>%d</b> 個公鑰,<b>%d</b> 個儲存庫,<b>%d</b> 個儲存庫關注,<b>%d</b> 個讚,<b>%d</b> 次行為,<b>%d</b> 條權限記錄,<b>%d</b> 個問題,<b>%d</b> 次評論,<b>%d</b> 個社交帳號,<b>%d</b> 個用戶關註,<b>%d</b> 個鏡像,<b>%d</b> 個版本發佈,<b>%d</b> 個登錄源,<b>%d</b> 個 Webhook ,<b>%d</b> 個里程碑,<b>%d</b> 個標籤,<b>%d</b> 個 Hook 任務,<b>%d</b> 個團隊,<b>%d</b> 個更新任務,<b>%d</b> 個附件。
dashboard.operation_name=操作名稱
dashboard.operation_switch=開關
dashboard.operation_run=執行
dashboard.clean_unbind_oauth=清理未綁定OAuth的連結
dashboard.clean_unbind_oauth_success=所有未綁定 OAuth 的連結已刪除。
dashboard.task.started=Started Task: %s
dashboard.task.process=Task: %s
dashboard.task.cancelled=Task: %s cancelled: %[3]s
dashboard.task.error=Error in Task: %s: %[3]s
dashboard.task.finished=Task: %s started by %s has finished
dashboard.task.unknown=Unknown task: %s
dashboard.cron.started=Started Cron: %[1]s
dashboard.cron.process=Cron: %[1]s
dashboard.cron.cancelled=Cron: %s cancelled: %[3]s
dashboard.cron.error=Error in Cron: %s: %[3]s
dashboard.cron.finished=Cron: %[1]s has finished
dashboard.delete_inactive_accounts=Delete all unactivated accounts
dashboard.delete_inactive_accounts.started=Delete all unactivated accounts task started.
dashboard.delete_repo_archives=刪除所有儲存庫存檔
dashboard.delete_repo_archives.started=Delete all repository archives task started.
dashboard.delete_missing_repos=刪除所有遺失 Git 檔案的儲存庫記錄
dashboard.delete_missing_repos.started=Delete all repositories missing their Git files task started.
dashboard.delete_generated_repository_avatars=Delete generated repository avatars
dashboard.update_mirrors=Update Mirrors
dashboard.repo_health_check=Health check all repositories
dashboard.check_repo_stats=Check all repository statistics
dashboard.archive_cleanup=Delete old repository archives
dashboard.deleted_branches_cleanup=Clean-up deleted branches
dashboard.update_migration_poster_id=Update migration poster IDs
dashboard.git_gc_repos=對儲存庫進行垃圾回收
dashboard.resync_all_sshkeys=Update the '.ssh/authorized_keys' file with Gitea SSH keys.
dashboard.resync_all_sshkeys.desc=(Not needed for the built-in SSH server.)
dashboard.resync_all_hooks=Resynchronize pre-receive, update and post-receive hooks of all repositories.
dashboard.reinit_missing_repos=重新初始化所有遺失具已存在記錄的Git 儲存庫
dashboard.sync_external_users=同步外部使用者資料
dashboard.server_uptime=服務執行時間
dashboard.current_goroutine=當前 Goroutines 數量
dashboard.current_memory_usage=當前內存使用量
dashboard.total_memory_allocated=所有被分配的內存
dashboard.memory_obtained=內存佔用量
dashboard.pointer_lookup_times=指針查找次數
dashboard.memory_allocate_times=記憶體分配次數
dashboard.memory_free_times=記憶體釋放次數
dashboard.current_heap_usage=當前 Heap 內存使用量
dashboard.heap_memory_obtained=Heap 內存佔用量
dashboard.heap_memory_idle=Heap 內存空閒量
dashboard.heap_memory_in_use=正在使用的 Heap 內存
dashboard.heap_memory_released=被釋放的 Heap 內存
dashboard.heap_objects=Heap 對象數量
dashboard.bootstrap_stack_usage=啟動 Stack 使用量
dashboard.stack_memory_obtained=被分配的 Stack 內存
dashboard.mspan_structures_usage=MSpan 結構內存使用量
dashboard.mspan_structures_obtained=被分配的 MSpan 結構內存
dashboard.mcache_structures_usage=MCache 結構內存使用量
dashboard.mcache_structures_obtained=被分配的 MCache 結構內存
dashboard.profiling_bucket_hash_table_obtained=被分配的剖析哈希表內存
dashboard.gc_metadata_obtained=被分配的垃圾收集元資料內存
dashboard.other_system_allocation_obtained=其它被分配的系統內存
dashboard.next_gc_recycle=下次垃圾收集內存回收量
dashboard.last_gc_time=距離上次垃圾收集時間
dashboard.total_gc_time=垃圾收集執行時間總量
dashboard.total_gc_pause=垃圾收集暫停時間總量
dashboard.last_gc_pause=上次垃圾收集暫停時間
dashboard.gc_times=垃圾收集執行次數

users.user_manage_panel=帳號管理
users.new_account=建立新帳號
users.name=使用者名稱
users.full_name=Full Name
users.activated=已啟用
users.admin=管理員
users.restricted=Restricted
users.repos=儲存庫數
users.created=建立時間
users.last_login=上次登入
users.never_login=從未登入
users.send_register_notify=寄送使用者註冊通知
users.new_success=已建立新帳戶 '%s'。
users.edit=編輯
users.auth_source=認證源
users.local=本地
users.auth_login_name=Authentication Sign-In Name
users.password_helper=密碼留空則不修改。
users.update_profile_success=The user account has been updated.
users.edit_account=編輯帳號
users.max_repo_creation=最大儲存庫數量
users.max_repo_creation_desc=(設定 -1 使用全域預設限制)
users.is_activated=該使用者帳號已被啟用
users.prohibit_login=停用登入
users.is_admin=是管理員
users.is_restricted=Is Restricted
users.allow_git_hook=可以建立 Git Hooks
users.allow_git_hook_tooltip=Git Hooks are executed as the OS user running Gitea and will have the same level of host access
users.allow_import_local=允許匯入本地儲存庫
users.allow_create_organization=允許建立組織
users.update_profile=更新帳號
users.delete_account=刪除帳號
users.still_own_repo=這個使用者還擁有一個或更多的儲存庫。請先刪除或是轉移這些儲存庫。
users.still_has_org=This user is a member of an organization. Remove the user from any organizations first.
users.deletion_success=使用者帳號已被刪除。

emails.email_manage_panel=使用者信箱管理
emails.primary=主要
emails.activated=已啟用
emails.filter_sort.email=電子信箱
emails.filter_sort.email_reverse=Email (reverse)
emails.filter_sort.name=使用者名稱
emails.filter_sort.name_reverse=User Name (reverse)
emails.updated=信箱已更新
emails.not_updated=信箱地址:%v 更新失敗
emails.duplicate_active=此信箱已被其他使用者使用
emails.change_email_header=Update Email Properties
emails.change_email_text=Are your sure you want to update this email address?

orgs.org_manage_panel=組織管理
orgs.name=組織名稱
orgs.teams=團隊數
orgs.members=成員數
orgs.new_orga=新增組織

repos.repo_manage_panel=儲存庫管理
repos.owner=所有者
repos.name=儲存庫名稱
repos.private=私有庫
repos.watches=關註數
repos.stars=讚好數
repos.forks=複製
repos.issues=問題數
repos.size=由小到大

hooks.desc=Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Webhooks defined here are defaults and will be copied into all new repositories. Read more in the <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/webhooks/">webhooks guide</a>.
hooks.add_webhook=加入預設 Webhook
hooks.update_webhook=更新預設 Webhook

systemhooks.desc=Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Webhooks defined will act on all repositories on the system, so please consider any performance implications this may have. Read more in the <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/webhooks/">webhooks guide</a>.
systemhooks.add_webhook=Add System Webhook
systemhooks.update_webhook=Update System Webhook

auths.auth_manage_panel=Authentication Source Management
auths.new=新增認證來源
auths.name=認證名稱
auths.type=認證類型
auths.enabled=已啟用
auths.syncenabled=啟用使用者同步
auths.updated=最後更新時間
auths.auth_type=認證類型
auths.auth_name=認證名稱
auths.security_protocol=安全協定
auths.domain=域名
auths.host=主機地址
auths.port=主機端口
auths.bind_dn=綁定DN
auths.bind_password=綁定密碼
auths.bind_password_helper=警告:此密碼以明文存儲。 如果可能請使用只讀帳號。
auths.user_base=用戶搜尋基準
auths.user_dn=用戶 DN
auths.attribute_username=使用者名稱屬性
auths.attribute_username_placeholder=留空將使用「Gitea」作為使用者名稱
auths.attribute_name=名字屬性
auths.attribute_surname=姓氏屬性
auths.attribute_mail=電子郵件屬性
auths.attribute_ssh_public_key=Public SSH Key Attribute
auths.attributes_in_bind=Fetch Attributes in Bind DN Context
auths.allow_deactivate_all=Allow an empty search result to deactivate all users
auths.use_paged_search=Use Paged Search
auths.search_page_size=頁面大小
auths.filter=使用者篩選器
auths.admin_filter=管理者篩選器
auths.restricted_filter=Restricted Filter
auths.restricted_filter_helper=Leave empty to not set any users as restricted. Use an asterisk ('*') to set all users that do not match Admin Filter as restricted.
auths.ms_ad_sa=MS AD 搜尋屬性
auths.smtp_auth=SMTP 驗證類型
auths.smtphost=SMTP 主機地址
auths.smtpport=SMTP 主機端口
auths.allowed_domains=域名白名單
auths.allowed_domains_helper=Leave empty to allow all domains. Separate multiple domains with a comma (',').
auths.enable_tls=啟用 TLS 加密
auths.skip_tls_verify=忽略 TLS 驗證
auths.pam_service_name=PAM 服務名稱
auths.oauth2_provider=OAuth2 提供者
auths.oauth2_clientID=用戶端 ID (金鑰)
auths.oauth2_clientSecret=用戶端金鑰
auths.openIdConnectAutoDiscoveryURL=OpenID 連接自動探索 URL
auths.oauth2_use_custom_url=使用自定義 URL 而不是預設 URL
auths.oauth2_tokenURL=Token URL
auths.oauth2_authURL=授權 URL
auths.oauth2_profileURL=個人訊息 URL
auths.oauth2_emailURL=電子郵件 URL
auths.enable_auto_register=允許授權用戶自動註冊
auths.sspi_auto_create_users=自動新增使用者
auths.sspi_auto_create_users_helper=Allow SSPI auth method to automatically create new accounts for users that login for the first time
auths.sspi_auto_activate_users=自動開通使用者
auths.sspi_auto_activate_users_helper=Allow SSPI auth method to automatically activate new users
auths.sspi_strip_domain_names=Remove domain names from usernames
auths.sspi_strip_domain_names_helper=If checked, domain names will be removed from logon names (eg. "DOMAIN\user" and "user@example.org" both will become just "user").
auths.sspi_separator_replacement=Separator to use instead of \, / and @
auths.sspi_separator_replacement_helper=The character to use to replace the separators of down-level logon names (eg. the \ in "DOMAIN\user") and user principal names (eg. the @ in "user@example.org").
auths.sspi_default_language=使用者預設語言
auths.sspi_default_language_helper=Default language for users automatically created by SSPI auth method. Leave empty if you prefer language to be automatically detected.
auths.tips=幫助提示
auths.tips.oauth2.general=OAuth2 認證
auths.tips.oauth2.general.tip=當註冊一個新的 OAuth2 認證,callback/redirect 網址應該是:<host>/user/oauth2/<Authentication Name>/callback
auths.tip.oauth2_provider=OAuth2 提供者
auths.tip.bitbucket=Register a new OAuth consumer on https://bitbucket.org/account/user/<your username>/oauth-consumers/new and add the permission 'Account' - 'Read'
auths.tip.nextcloud=Register a new OAuth consumer on your instance using the following menu "Settings -> Security -> OAuth 2.0 client"
auths.tip.dropbox=建立新 App 在 https://www.dropbox.com/developers/apps
auths.tip.facebook=在 https://developers.facebook.com/apps 註冊一個新的應用,並且新增一個產品 "Facebook Login
auths.tip.github=在 https://github.com/settings/applications/new 註冊一個新的 OAuth 應用程式
auths.tip.gitlab=在 https://gitlab.com/profile/applications 註冊一個新的應用程式
auths.tip.google_plus=Obtain OAuth2 client credentials from the Google API console at https://console.developers.google.com/
auths.tip.openid_connect=使用 OpenID 連接探索 URL (<server>/.well-known/openid-configuration) 來指定節點
auths.tip.twitter=Go to https://dev.twitter.com/apps, create an application and ensure that the “Allow this application to be used to Sign in with Twitter” option is enabled
auths.tip.discord=Register a new application on https://discordapp.com/developers/applications/me
auths.tip.gitea=註冊一個新的 OAuth2 應用程式。到 https://docs.gitea.io/en-us/oauth2-provider/ 觀看指南
auths.tip.yandex=Create a new application at https://oauth.yandex.com/client/new. Select following permissions from the "Yandex.Passport API" section: "Access to email address", "Access to user avatar" and "Access to username, first name and surname, gender"
auths.edit=修改認證來源
auths.activated=該授權來源已啟用
auths.new_success=已增加認證'%s'。
auths.update_success=認證來源已更新。
auths.update=更新驗證來源
auths.delete=刪除驗證來源
auths.delete_auth_title=刪除認證來源
auths.delete_auth_desc=Deleting an authentication source prevents users from using it to sign in. Continue?
auths.still_in_used=The authentication source is still in use. Convert or delete any users using this authentication source first.
auths.deletion_success=The authentication source has been deleted.
auths.login_source_exist=The authentication source '%s' already exists.
auths.login_source_of_type_exist=An authentication source of this type already exists.

config.server_config=伺服器設定
config.app_name=網站標題
config.app_ver=Gitea 版本
config.app_url=Gitea 基本 URL
config.custom_conf=設定檔案路徑
config.custom_file_root_path=Custom File Root Path
config.domain=SSH 伺服器域名
config.offline_mode=本地模式
config.disable_router_log=關閉路由日誌
config.run_user=以使用者名稱執行
config.run_mode=執行模式
config.git_version=Git 版本
config.repo_root_path=儲存庫目錄
config.lfs_root_path=LFS 根目錄
config.static_file_root_path=靜態檔案目錄
config.log_file_root_path=日誌路徑
config.script_type=腳本類型
config.reverse_auth_user=反向代理認證

config.ssh_config=SSH 設定
config.ssh_enabled=已啟用
config.ssh_start_builtin_server=使用內建的伺服器
config.ssh_domain=伺服器域名
config.ssh_port=連接埠
config.ssh_listen_port=監聽埠
config.ssh_root_path=根路徑
config.ssh_key_test_path=金鑰測試路徑
config.ssh_keygen_path=金鑰產生 (' ssh-keygen ') 路徑
config.ssh_minimum_key_size_check=金鑰最小大小檢查
config.ssh_minimum_key_sizes=金鑰最小大小

config.lfs_config=LFS 設定
config.lfs_enabled=已啟用
config.lfs_content_path=LFS Content Path
config.lfs_http_auth_expiry=LFS HTTP Auth Expiry

config.db_config=資料庫設定
config.db_type=資料庫類型
config.db_host=主機地址
config.db_name=資料庫名稱
config.db_user=使用者名稱
config.db_schema=Schema
config.db_ssl_mode=SSL
config.db_path=資料庫路徑

config.service_config=服務設定
config.register_email_confirm=要求註冊時確認電子郵件
config.disable_register=關閉註冊功能
config.allow_only_external_registration=Allow Registration Only Through External Services
config.enable_openid_signup=啟用 OpenID 註冊
config.enable_openid_signin=啟用 OpenID 登入
config.show_registration_button=顯示註冊按鈕
config.require_sign_in_view=啓用登錄瀏覽限制
config.mail_notify=啟用郵件通知
config.disable_key_size_check=禁用金鑰最小長度檢查
config.enable_captcha=啟用驗證碼
config.active_code_lives=啟用用戶連結有效期
config.reset_password_code_lives=Recover Account Code Expiry Time
config.default_keep_email_private=預設隱藏電子郵件地址
config.default_allow_create_organization=預設允許新增組織
config.enable_timetracking=啟用時間追蹤
config.default_enable_timetracking=預設啟用時間追蹤
config.default_allow_only_contributors_to_track_time=Let Only Contributors Track Time
config.no_reply_address=隱藏電子郵件域名
config.default_visibility_organization=Default visibility for new Organizations
config.default_enable_dependencies=默認情況下啟用依賴問題

config.webhook_config=Webhook 設定
config.queue_length=隊列長度
config.deliver_timeout=推送超時
config.skip_tls_verify=略過 TLS 驗證

config.mailer_config=SMTP 設定
config.mailer_enabled=啟用服務
config.mailer_disable_helo=禁用 HELO 操作
config.mailer_name=發送者名稱
config.mailer_host=郵件主機地址
config.mailer_user=發送者帳號
config.mailer_use_sendmail=使用 Sendmail
config.mailer_sendmail_path=Sendmail 路徑
config.mailer_sendmail_args=Sendmail 參數
config.mailer_sendmail_timeout=Sendmail Timeout
config.send_test_mail=傳送測試郵件
config.test_mail_failed=傳送測試郵件到 '%s' 時失敗:'%v"
config.test_mail_sent=測試郵件已發送到 '%s'

config.oauth_config=社交帳號設定
config.oauth_enabled=啟用服務

config.cache_config=Cache 設定
config.cache_adapter=Cache 適配器
config.cache_interval=Cache 周期
config.cache_conn=Cache 連接字符串
config.cache_item_ttl=Cache Item TTL

config.session_config=Session 設定
config.session_provider=Session 提供者
config.provider_config=提供者設定
config.cookie_name=Cookie 名稱
config.enable_set_cookie=啟用設定 Cookie
config.gc_interval_time=垃圾收集周期
config.session_life_time=Session 生命周期
config.https_only=僅限 HTTPS
config.cookie_life_time=Cookie 生命周期

config.picture_config=圖片和大頭貼設定
config.picture_service=圖片服務
config.disable_gravatar=禁用 Gravatar 頭像
config.enable_federated_avatar=開啟聯合頭像

config.git_config=Git 設定
config.git_disable_diff_highlight=禁用比較語法高亮
config.git_max_diff_lines=Max Diff 線 (對於單個檔)
config.git_max_diff_line_characters=最大比較的字元 (單行)
config.git_max_diff_files=Max Diff 檔 (顯示)
config.git_gc_args=GC 參數
config.git_migrate_timeout=移動超時
config.git_mirror_timeout=鏡像更新超時
config.git_clone_timeout=複製操作超時
config.git_pull_timeout=操作超時
config.git_gc_timeout=GC 操作超時

config.log_config=日誌設定
config.log_mode=日誌模式
config.macaron_log_mode=Macaron Log Mode
config.own_named_logger=Named Logger
config.routes_to_default_logger=Routes To Default Logger
config.go_log=Uses Go Log (redirected to default)
config.router_log_mode=Router Log Mode
config.disabled_logger=已停用
config.access_log_mode=Access Log Mode
config.access_log_template=範本
config.xorm_log_mode=XORM Log Mode
config.xorm_log_sql=Log SQL

monitor.cron=Cron 任務
monitor.name=任務名稱
monitor.schedule=任務安排
monitor.next=下次執行時間
monitor.previous=上次執行時間
monitor.execute_times=執行時間
monitor.process=執行中進程
monitor.desc=進程描述
monitor.start=開始時間
monitor.execute_time=已執行時間
monitor.process.cancel=Cancel process
monitor.process.cancel_desc=Cancelling a process may cause data loss
monitor.process.cancel_notices=Cancel: <strong>%s</strong>?
monitor.queues=Queues
monitor.queue=Queue: %s
monitor.queue.name=Name
monitor.queue.type=Type
monitor.queue.exemplar=Exemplar Type
monitor.queue.numberworkers=Number of Workers
monitor.queue.maxnumberworkers=Max Number of Workers
monitor.queue.review=Review Config
monitor.queue.review_add=Review/Add Workers
monitor.queue.configuration=Initial Configuration
monitor.queue.nopool.title=No Worker Pool
monitor.queue.nopool.desc=This queue wraps other queues and does not itself have a worker pool.
monitor.queue.wrapped.desc=A wrapped queue wraps a slow starting queue, buffering queued requests in a channel. It does not have a worker pool itself.
monitor.queue.persistable-channel.desc=A persistable-channel wraps two queues, a channel queue that has its own worker pool and a level queue for persisted requests from previous shutdowns. It does not have a worker pool itself.
monitor.queue.pool.timeout=逾時
monitor.queue.pool.addworkers.title=Add Workers
monitor.queue.pool.addworkers.submit=Add Workers
monitor.queue.pool.addworkers.desc=Add Workers to this pool with or without a timeout. If you set a timeout these workers will be removed from the pool after the timeout has lapsed.
monitor.queue.pool.addworkers.numberworkers.placeholder=Number of Workers
monitor.queue.pool.addworkers.timeout.placeholder=設定為 0 可永不逾時
monitor.queue.pool.addworkers.mustnumbergreaterzero=Number of Workers to add must be greater than zero
monitor.queue.pool.addworkers.musttimeoutduration=Timeout must be a golang duration eg. 5m or be 0
monitor.queue.pool.flush.title=Flush Queue
monitor.queue.pool.flush.desc=Flush will add a worker that will terminate once the queue is empty, or it times out.
monitor.queue.pool.flush.submit=Add Flush Worker
monitor.queue.pool.flush.added=Flush Worker added for %[1]s

monitor.queue.settings.title=Pool Settings
monitor.queue.settings.desc=Pools dynamically grow with a boost in response to their worker queue blocking. These changes will not affect current worker groups.
monitor.queue.settings.timeout=Boost Timeout
monitor.queue.settings.timeout.placeholder=Currently %[1]v
monitor.queue.settings.timeout.error=Timeout must be a golang duration eg. 5m or be 0
monitor.queue.settings.numberworkers=Boost Number of Workers
monitor.queue.settings.numberworkers.placeholder=Currently %[1]d
monitor.queue.settings.numberworkers.error=Number of Workers to add must be greater than or equal to zero
monitor.queue.settings.maxnumberworkers=Max Number of workers
monitor.queue.settings.maxnumberworkers.placeholder=Currently %[1]d
monitor.queue.settings.maxnumberworkers.error=Max number of workers must be a number
monitor.queue.settings.submit=更新設定
monitor.queue.settings.changed=設定已更新
monitor.queue.settings.blocktimeout=Current Block Timeout
monitor.queue.settings.blocktimeout.value=%[1]v

monitor.queue.pool.none=This queue does not have a Pool
monitor.queue.pool.added=Worker Group Added
monitor.queue.pool.max_changed=Maximum number of workers changed
monitor.queue.pool.workers.title=Active Worker Groups
monitor.queue.pool.workers.none=No worker groups.
monitor.queue.pool.cancel=Shutdown Worker Group
monitor.queue.pool.cancelling=Worker Group shutting down
monitor.queue.pool.cancel_notices=Shutdown this group of %s workers?
monitor.queue.pool.cancel_desc=Leaving a queue without any worker groups may cause requests to block indefinitely.

notices.system_notice_list=系統提示管理
notices.view_detail_header=查看提示細節
notices.actions=操作
notices.select_all=選取全部
notices.deselect_all=取消所有選取
notices.inverse_selection=反向選取
notices.delete_selected=刪除選取項
notices.delete_all=刪除所有提示
notices.type=提示類型
notices.type_1=儲存庫
notices.type_2=Task
notices.desc=描述
notices.op=操作
notices.delete_success=已刪除系統提示。

[action]
create_repo=建立了儲存庫 <a href="%s">%s</a>
rename_repo=重新命名儲存庫 <code>%[1]s</code> 為 <a href="%[2]s">%[3]s</a>
commit_repo=於 <a href="%[1]s">%[4]s</a> 推送了 <a href="%[1]s/src/branch/%[2]s">%[3]s</a>
create_issue=`建立了問題 <a href="%s/issues/%s">%s#%[2]s</a>`
close_issue=`已關閉問題 <a href="%s/issues/%s">%s#%[2]s</a>`
reopen_issue=`已重新開啟問題 <a href="%s/issues/%s">%s#%[2]s</a>`
create_pull_request=`建立了合併請求 <a href="%s/pulls/%s">%s#%[2]s</a>`
close_pull_request=`已關閉合併請求 <a href="%s/pulls/%s">%s#%[2]s</a>`
reopen_pull_request=`已重新開啟合併請求 <a href="%s/pulls/%s">%s#%[2]s</a>`
comment_issue=`評論了問題 <a href="%s/issues/%s">%s#%[2]s</a>`
comment_pull=`commented on pull request <a href="%s/pulls/%s">%s#%[2]s</a>`
merge_pull_request=`合併了合併請求 <a href="%s/pulls/%s">%s#%[2]s</a>`
transfer_repo=將儲存庫 <code>%s</code> 轉移至 <a href="%s">%s</a>
push_tag=於 <a href="%[1]s">%[3]s</a> 推送了標籤 <a href="%s/src/tag/%s">%[2]s</a>
delete_tag=deleted tag %[2]s from <a href="%[1]s">%[3]s</a>
delete_branch=deleted branch %[2]s from <a href="%[1]s">%[3]s</a>
compare_branch=Compare
compare_commits=比較 %d 提交
compare_commits_general=比較提交
mirror_sync_push=synced commits to <a href="%[1]s/src/%[2]s">%[3]s</a> at <a href="%[1]s">%[4]s</a> from mirror
mirror_sync_create=synced new reference <a href="%s/src/%s">%[2]s</a> to <a href="%[1]s">%[3]s</a> from mirror
mirror_sync_delete=synced and deleted reference <code>%[2]s</code> at <a href="%[1]s">%[3]s</a> from mirror
approve_pull_request=`approved <a href="%s/pulls/%s">%s#%[2]s</a>`
reject_pull_request=`suggested changes for <a href="%s/pulls/%s">%s#%[2]s</a>`

[tool]
ago=%s之前
from_now=%s之後
now=現在
future=未來
1s=1 秒
1m=1 分鐘
1h=1 小時
1d=1 天
1w=1 周
1mon=1 月
1y=1 年
seconds=%d 秒
minutes=%d 分
hours=%d 小時
days=%d 天
weeks=%d 週
months=%d 月
years=%d 年
raw_seconds=
raw_minutes=分鐘

[dropzone]
default_message=拖放檔案或是點擊此處上傳。
invalid_input_type=您無法上傳此類型的檔案
file_too_big=檔案大小({{filesize}} MB) 超過了最大允許大小({{maxFilesize}} MB)
remove_file=移除文件

[notification]
notifications=訊息
unread=未讀
read=已讀
no_unread=沒有未讀通知
no_read=沒有通知
pin=固定通知
mark_as_read=標記為已讀
mark_as_unread=標記為未讀
mark_all_as_read=標記所有為已讀

[gpg]
default_key=Signed with default key
error.extract_sign=無法提取簽署
error.generate_hash=無法產生提交的雜湊值
error.no_committer_account=沒有連結到貢獻者的電子郵件帳戶。
error.no_gpg_keys_found=沒有發現已知的金鑰在資料庫的簽署中
error.not_signed_commit=未簽名的提交
error.failed_retrieval_gpg_keys=找不到任何與該提交者帳戶相關的金鑰
error.probable_bad_signature=WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
error.probable_bad_default_signature=WARNING! Although the default key has this ID it does not verify this commit! This commit is SUSPICIOUS.

[units]
error.no_unit_allowed_repo=您未被允許訪問此儲存庫的任何區域
error.unit_not_allowed=您未被允許訪問此儲存庫區域