summaryrefslogtreecommitdiffstats
path: root/options/locale/locale_fa-IR.ini
blob: 77eb2dba6b36352ac7e889ca9e4fd64fad32ee18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
home=
dashboard=
explore=
help=
logo=
sign_in=
sign_in_with=
sign_out=
sign_up=
link_account=
register=
version=
powered_by=
page=
template=
language=
notifications=
active_stopwatch=
create_new=
user_profile_and_more=
signed_in_as=
enable_javascript=
toc=
licenses=
return_to_gitea=

username=
email=
password=
access_token=
re_type=
captcha=
twofa=
twofa_scratch=
passcode=

webauthn_insert_key=
webauthn_sign_in=
webauthn_press_button=
webauthn_use_twofa=
webauthn_error=
webauthn_unsupported_browser=
webauthn_error_unknown=
webauthn_error_insecure=
webauthn_error_unable_to_process=
webauthn_error_duplicated=
webauthn_error_empty=
webauthn_error_timeout=
webauthn_reload=

repository=
organization=
mirror=
new_repo=
new_migrate=
new_mirror=
new_fork=
new_org=
new_project=
new_project_board=
manage_org=
admin_panel=
account_settings=
settings=
your_profile=
your_starred=
your_settings=

all=
sources=
mirrors=
collaborative=
forks=

activities=
pull_requests=
issues=
milestones=

ok=
cancel=
save=
add=
add_all=
remove=
remove_all=
edit=

copy=
copy_url=
copy_branch=
copy_success=
copy_error=

write=
preview=
loading=

step1=
step2=

error=
error404=

never=

rss_feed=

[filter]
string.asc=
string.desc=

[error]
occurred=
report_message=
missing_csrf=
invalid_csrf=
not_found=
network_error=

[startpage]
app_desc=
install=
install_desc=
platform=
platform_desc=
lightweight=
lightweight_desc=
license=
license_desc=

[install]
install=
title=
docker_helper=
require_db_desc=
db_title=
db_type=
host=
user=
password=
db_name=
db_helper=
db_schema=
db_schema_helper=
ssl_mode=
charset=
path=
sqlite_helper=
reinstall_error=
reinstall_confirm_message=
reinstall_confirm_check_1=
reinstall_confirm_check_2=
reinstall_confirm_check_3=
err_empty_db_path=
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=
lfs_path=
lfs_path_helper=
run_user=
run_user_helper=
domain=
domain_helper=
ssh_port=
ssh_port_helper=
http_port=
http_port_helper=
app_url=
app_url_helper=
log_root_path=
log_root_path_helper=

optional_title=
email_title=
smtp_addr=
smtp_port=
smtp_from=
smtp_from_helper=
mailer_user=
mailer_password=
register_confirm=
mail_notify=
server_service_title=
offline_mode=
offline_mode_popup=
disable_gravatar=
disable_gravatar_popup=
federated_avatar_lookup=
federated_avatar_lookup_popup=
disable_registration=
disable_registration_popup=
allow_only_external_registration_popup=
openid_signin=
openid_signin_popup=
openid_signup=
openid_signup_popup=
enable_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=
sqlite3_not_available=
invalid_db_setting=
invalid_db_table=
invalid_repo_path=
invalid_app_data_path=
run_user_not_match=
internal_token_failed=
secret_key_failed=
save_config_failed=
invalid_admin_setting=
install_success=
invalid_log_root_path=
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=
password_algorithm=
password_algorithm_helper=
enable_update_checker=
enable_update_checker_helper=

[home]
uname_holder=
password_holder=
switch_dashboard_context=
my_repos=
show_more_repos=
collaborative_repos=
my_orgs=
my_mirrors=
view_home=
search_repos=
filter=
filter_by_team_repositories=
feed_of=

show_archived=
show_both_archived_unarchived=
show_only_archived=
show_only_unarchived=

show_private=
show_both_private_public=
show_only_private=
show_only_public=

issues.in_your_repos=

[explore]
repos=
users=
organizations=
search=
code=
search.type.tooltip=
search.fuzzy=
search.fuzzy.tooltip=
search.match=
search.match.tooltip=
code_search_unavailable=
repo_no_results=
user_no_results=
org_no_results=
code_no_results=
code_search_results=
code_last_indexed_at=
relevant_repositories_tooltip=
relevant_repositories=


[auth]
create_new_account=
register_helper_msg=
social_register_helper_msg=
disable_register_prompt=
disable_register_mail=
manual_activation_only=
remember_me=
forgot_password_title=
forgot_password=
sign_up_now=
sign_up_successful=
confirmation_mail_sent_prompt=
must_change_password=
allow_password_change=
reset_password_mail_sent_prompt=
active_your_account=
account_activated=
prohibit_login=
prohibit_login_desc=
resent_limit_prompt=
has_unconfirmed_mail=
resend_mail=
email_not_associate=
send_reset_mail=
reset_password=
invalid_code=
reset_password_helper=
reset_password_wrong_user=
password_too_short=
non_local_account=
verify=
scratch_code=
use_scratch_code=
twofa_scratch_used=
twofa_passcode_incorrect=
twofa_scratch_token_incorrect=
login_userpass=
login_openid=
oauth_signup_tab=
oauth_signup_title=
oauth_signup_submit=
oauth_signin_tab=
oauth_signin_title=
oauth_signin_submit=
oauth.signin.error=
oauth.signin.error.access_denied=
oauth.signin.error.temporarily_unavailable=
openid_connect_submit=
openid_connect_title=
openid_connect_desc=
openid_register_title=
openid_register_desc=
openid_signin_desc=
disable_forgot_password_mail=
disable_forgot_password_mail_admin=
email_domain_blacklisted=
authorize_application=
authorize_redirect_notice=
authorize_application_created_by=
authorize_application_description=
authorize_title=
authorization_failed=
authorization_failed_desc=
sspi_auth_failed=
password_pwned=
password_pwned_err=

[mail]
view_it_on=
link_not_working_do_paste=
hi_user_x=

activate_account=
activate_account.title=
activate_account.text_1=
activate_account.text_2=

activate_email=
activate_email.title=
activate_email.text=

register_notify=
register_notify.title=
register_notify.text_1=
register_notify.text_2=
register_notify.text_3=

reset_password=
reset_password.title=
reset_password.text=

register_success=

issue_assigned.pull=
issue_assigned.issue=

issue.x_mentioned_you=
issue.action.force_push=
issue.action.push_1=
issue.action.push_n=
issue.action.close=
issue.action.reopen=
issue.action.merge=
issue.action.approve=
issue.action.reject=
issue.action.review=
issue.action.review_dismissed=
issue.action.ready_for_review=
issue.action.new=
issue.in_tree_path=

release.new.subject=
release.new.text=
release.title=
release.note=
release.downloads=
release.download.zip=
release.download.targz=

repo.transfer.subject_to=
repo.transfer.subject_to_you=
repo.transfer.to_you=
repo.transfer.body=

repo.collaborator.added.subject=
repo.collaborator.added.text=

team_invite.subject=
team_invite.text_1=
team_invite.text_2=
team_invite.text_3=

[modal]
yes=
no=
modify=

[form]
UserName=
RepoName=
Email=
Password=
Retype=
SSHTitle=
HttpsUrl=
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=
size_error=
min_size_error=
max_size_error=
email_error=
url_error=
include_error=
glob_pattern_error=
regex_pattern_error=
unknown_error=
captcha_incorrect=
password_not_match=
lang_select_error=

username_been_taken=
username_change_not_local_user=
repo_name_been_taken=
repository_force_private=
repository_files_already_exist=
repository_files_already_exist.adopt=
repository_files_already_exist.delete=
repository_files_already_exist.adopt_or_delete=
visit_rate_limit=
2fa_auth_required=
org_name_been_taken=
team_name_been_taken=
team_no_units_error=
email_been_used=
email_invalid=
openid_been_used=
username_password_incorrect=
password_complexity=
password_lowercase_one=
password_uppercase_one=
password_digit_one=
password_special_one=
enterred_invalid_repo_name=
enterred_invalid_org_name=
enterred_invalid_owner_name=
enterred_invalid_password=
user_not_exist=
team_not_exist=
last_org_owner=
cannot_add_org_to_team=
duplicate_invite_to_team=

invalid_ssh_key=
invalid_gpg_key=
invalid_ssh_principal=
unable_verify_ssh_key=
auth_failed=

still_own_repo=
still_has_org=
still_own_packages=
org_still_own_repo=
org_still_own_packages=

target_branch_not_exist=

[user]
change_avatar=
join_on=
repositories=
activity=
followers=
starred=
watched=
code=
projects=
following=
follow=
unfollow=
heatmap.loading=
user_bio=
disabled_public_activity=

form.name_reserved=
form.name_pattern_not_allowed=
form.name_chars_not_allowed=

[settings]
profile=
account=
appearance=
password=
security=
avatar=
ssh_gpg_keys=
social=
applications=
orgs=
repos=
delete=
twofa=
account_link=
organization=
uid=
webauthn=

public_profile=
biography_placeholder=
profile_desc=
password_username_disabled=
full_name=
website=
location=
update_theme=
update_profile=
update_language=
update_language_not_found=
update_language_success=
update_profile_success=
change_username=
change_username_prompt=
change_username_redirect_prompt=
continue=
cancel=
language=
ui=
hidden_comment_types=
comment_type_group_reference=
comment_type_group_label=
comment_type_group_milestone=
comment_type_group_assignee=
comment_type_group_title=
comment_type_group_branch=
comment_type_group_time_tracking=
comment_type_group_deadline=
comment_type_group_dependency=
comment_type_group_lock=
comment_type_group_review_request=
comment_type_group_pull_request_push=
comment_type_group_project=
comment_type_group_issue_ref=
saved_successfully=
privacy=
keep_activity_private=
keep_activity_private_popup=

lookup_avatar_by_mail=
federated_avatar_lookup=
enable_custom_avatar=
choose_new_avatar=
update_avatar=
delete_current_avatar=
uploaded_avatar_not_a_image=
uploaded_avatar_is_too_big=
update_avatar_success=
update_user_avatar_success=

change_password=
old_password=
new_password=
retype_new_password=
password_incorrect=
change_password_success=
password_change_disabled=

emails=
manage_emails=
manage_themes=
manage_openid=
email_desc=
theme_desc=
primary=
activated=
requires_activation=
primary_email=
activate_email=
activations_pending=
delete_email=
email_deletion=
email_deletion_desc=
email_deletion_success=
theme_update_success=
theme_update_error=
openid_deletion=
openid_deletion_desc=
openid_deletion_success=
add_new_email=
add_new_openid=
add_email=
add_openid=
add_email_confirmation_sent=
add_email_success=
email_preference_set_success=
add_openid_success=
keep_email_private=
keep_email_private_popup=
openid_desc=

manage_ssh_keys=
manage_ssh_principals=
manage_gpg_keys=
add_key=
ssh_desc=
principal_desc=
gpg_desc=
ssh_helper=
gpg_helper=
add_new_key=
add_new_gpg_key=
key_content_ssh_placeholder=
key_content_gpg_placeholder=
add_new_principal=
ssh_key_been_used=
ssh_key_name_used=
ssh_principal_been_used=
gpg_key_id_used=
gpg_no_key_email_found=
gpg_key_matched_identities=
gpg_key_matched_identities_long=
gpg_key_verified=
gpg_key_verified_long=
gpg_key_verify=
gpg_invalid_token_signature=
gpg_token_required=
gpg_token=
gpg_token_help=
gpg_token_code=
gpg_token_signature=
key_signature_gpg_placeholder=
verify_gpg_key_success=
ssh_key_verified=
ssh_key_verified_long=
ssh_key_verify=
ssh_invalid_token_signature=
ssh_token_required=
ssh_token=
ssh_token_help=
ssh_token_signature=
key_signature_ssh_placeholder=
verify_ssh_key_success=
subkeys=
key_id=
key_name=
key_content=
principal_content=
add_key_success=
add_gpg_key_success=
add_principal_success=
delete_key=
ssh_key_deletion=
gpg_key_deletion=
ssh_principal_deletion=
ssh_key_deletion_desc=
gpg_key_deletion_desc=
ssh_principal_deletion_desc=
ssh_key_deletion_success=
gpg_key_deletion_success=
ssh_principal_deletion_success=
add_on=
valid_until=
valid_forever=
last_used=
no_activity=
can_read_info=
can_write_info=
key_state_desc=
token_state_desc=
principal_state_desc=
show_openid=
hide_openid=
ssh_disabled=
ssh_externally_managed=
manage_social=
social_desc=
unbind=
unbind_success=

manage_access_token=
generate_new_token=
tokens_desc=
new_token_desc=
token_name=
generate_token=
generate_token_success=
generate_token_name_duplicate=
delete_token=
access_token_deletion=
access_token_deletion_cancel_action=
access_token_deletion_confirm_action=
access_token_deletion_desc=
delete_token_success=

manage_oauth2_applications=
edit_oauth2_application=
oauth2_applications_desc=
remove_oauth2_application=
remove_oauth2_application_desc=
remove_oauth2_application_success=
create_oauth2_application=
create_oauth2_application_button=
create_oauth2_application_success=
update_oauth2_application_success=
oauth2_application_name=
oauth2_confidential_client=
oauth2_redirect_uri=
save_application=
oauth2_client_id=
oauth2_client_secret=
oauth2_regenerate_secret=
oauth2_regenerate_secret_hint=
oauth2_client_secret_hint=
oauth2_application_edit=
oauth2_application_create_description=
oauth2_application_remove_description=

authorized_oauth2_applications=
authorized_oauth2_applications_description=
revoke_key=
revoke_oauth2_grant=
revoke_oauth2_grant_description=
revoke_oauth2_grant_success=

twofa_desc=
twofa_is_enrolled=
twofa_not_enrolled=
twofa_disable=
twofa_scratch_token_regenerate=
twofa_scratch_token_regenerated=
twofa_enroll=
twofa_disable_note=
twofa_disable_desc=
regenerate_scratch_token_desc=
twofa_disabled=
scan_this_image=
or_enter_secret=
then_enter_passcode=
passcode_invalid=
twofa_enrolled=
twofa_failed_get_secret=

webauthn_desc=
webauthn_register_key=
webauthn_nickname=
webauthn_delete_key=
webauthn_delete_key_desc=

manage_account_links=
manage_account_links_desc=
account_links_not_available=
link_account=
remove_account_link=
remove_account_link_desc=
remove_account_link_success=

orgs_none=
repos_none=

delete_account=
delete_prompt=
delete_with_all_comments=
confirm_delete_account=
delete_account_title=
delete_account_desc=

email_notifications.enable=
email_notifications.onmention=
email_notifications.disable=
email_notifications.submit=
email_notifications.andyourown=

visibility=
visibility.public=
visibility.public_tooltip=
visibility.limited=
visibility.limited_tooltip=
visibility.private=
visibility.private_tooltip=

[repo]
new_repo_helper=
owner=
owner_helper=
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=
fork_repo=
fork_from=
already_forked=
fork_to_different_account=
fork_visibility_helper=
use_template=
clone_in_vsc=
download_zip=
download_tar=
download_bundle=
generate_repo=
generate_from=
repo_desc=
repo_desc_helper=
repo_lang=
repo_gitignore_helper=
repo_gitignore_helper_desc=
issue_labels=
issue_labels_helper=
license=
license_helper=
license_helper_desc=
readme=
readme_helper=
readme_helper_desc=
auto_init=
trust_model_helper=
trust_model_helper_collaborator=
trust_model_helper_committer=
trust_model_helper_collaborator_committer=
trust_model_helper_default=
create_repo=
default_branch=
default_branch_helper=
mirror_prune=
mirror_prune_desc=
mirror_interval=
mirror_interval_invalid=
mirror_sync_on_commit=
mirror_address=
mirror_address_desc=
mirror_address_url_invalid=
mirror_address_protocol_invalid=
mirror_lfs=
mirror_lfs_desc=
mirror_lfs_endpoint=
mirror_lfs_endpoint_desc=
mirror_last_synced=
mirror_password_placeholder=
mirror_password_blank_placeholder=
mirror_password_help=
watchers=
stargazers=
forks=
pick_reaction=
reactions_more=
unit_disabled=
language_other=
adopt_search=
adopt_preexisting_label=
adopt_preexisting=
adopt_preexisting_content=
adopt_preexisting_success=
delete_preexisting_label=
delete_preexisting=
delete_preexisting_content=
delete_preexisting_success=
blame_prior=

transfer.accept=
transfer.accept_desc=
transfer.reject=
transfer.reject_desc=
transfer.no_permission_to_accept=
transfer.no_permission_to_reject=

desc.private=
desc.public=
desc.private_template=
desc.public_template=
desc.internal=
desc.internal_template=
desc.archived=

template.items=
template.git_content=
template.git_hooks=
template.git_hooks_tooltip=
template.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_1=
form.reach_limit_of_creation_n=
form.name_reserved=
form.name_pattern_not_allowed=

need_auth=
migrate_options=
migrate_service=
migrate_options_mirror_helper=
migrate_options_lfs=
migrate_options_lfs_endpoint.label=
migrate_options_lfs_endpoint.description=
migrate_options_lfs_endpoint.description.local=
migrate_options_lfs_endpoint.placeholder=
migrate_items=
migrate_items_wiki=
migrate_items_milestones=
migrate_items_labels=
migrate_items_issues=
migrate_items_pullrequests=
migrate_items_merge_requests=
migrate_items_releases=
migrate_repo=
migrate.clone_address=
migrate.clone_address_desc=
migrate.github_token_desc=
migrate.clone_local_path=
migrate.permission_denied=
migrate.permission_denied_blocked=
migrate.invalid_local_path=
migrate.invalid_lfs_endpoint=
migrate.failed=
migrate.migrate_items_options=
migrated_from=
migrated_from_fake=
migrate.migrate=
migrate.migrating=
migrate.migrating_failed=
migrate.migrating_failed.error=
migrate.migrating_failed_no_addr=
migrate.github.description=
migrate.git.description=
migrate.gitlab.description=
migrate.gitea.description=
migrate.gogs.description=
migrate.onedev.description=
migrate.codebase.description=
migrate.gitbucket.description=
migrate.migrating_git=
migrate.migrating_topics=
migrate.migrating_milestones=
migrate.migrating_labels=
migrate.migrating_releases=
migrate.migrating_issues=
migrate.migrating_pulls=

mirror_from=
forked_from=
generated_from=
fork_from_self=
fork_guest_user=
watch_guest_user=
star_guest_user=
unwatch=
watch=
unstar=
star=
fork=
download_archive=

no_desc=
quick_guide=
clone_this_repo=
create_new_repo_command=
push_exist_repo=
empty_message=
broken_message=

code=
code.desc=
branch=
tree=
clear_ref=
filter_branch_and_tag=
find_tag=
branches=
tags=
issues=
pulls=
project_board=
packages=
labels=
org_labels_desc=
org_labels_desc_manage=

milestones=
commits=
commit=
release=
releases=
tag=
released_this=
file.title=
file_raw=
file_history=
file_view_source=
file_view_rendered=
file_view_raw=
file_permalink=
file_too_large=
invisible_runes_header=
invisible_runes_description=
ambiguous_runes_header=
ambiguous_runes_description=
invisible_runes_line=
ambiguous_runes_line=
ambiguous_character=

escape_control_characters=
unescape_control_characters=
file_copy_permalink=
view_git_blame=
video_not_supported_in_browser=
audio_not_supported_in_browser=
stored_lfs=
symbolic_link=
commit_graph=
commit_graph.select=
commit_graph.hide_pr_refs=
commit_graph.monochrome=
commit_graph.color=
blame=
download_file=
normal_view=
line=
lines=

editor.add_file=
editor.new_file=
editor.upload_file=
editor.edit_file=
editor.preview_changes=
editor.cannot_edit_lfs_files=
editor.cannot_edit_non_text_files=
editor.edit_this_file=
editor.this_file_locked=
editor.must_be_on_a_branch=
editor.fork_before_edit=
editor.delete_this_file=
editor.must_have_write_access=
editor.file_delete_success=
editor.name_your_file=
editor.filename_help=
editor.or=
editor.cancel_lower=
editor.commit_signed_changes=
editor.commit_changes=
editor.add_tmpl=
editor.add=
editor.update=
editor.delete=
editor.patch=
editor.patching=
editor.fail_to_apply_patch=
editor.new_patch=
editor.commit_message_desc=
editor.signoff_desc=
editor.commit_directly_to_this_branch=
editor.create_new_branch=
editor.create_new_branch_np=
editor.propose_file_change=
editor.new_branch_name_desc=
editor.cancel=
editor.filename_cannot_be_empty=
editor.filename_is_invalid=
editor.branch_does_not_exist=
editor.branch_already_exists=
editor.directory_is_a_file=
editor.file_is_a_symlink=
editor.filename_is_a_directory=
editor.file_editing_no_longer_exists=
editor.file_deleting_no_longer_exists=
editor.file_changed_while_editing=
editor.file_already_exists=
editor.commit_empty_file_header=
editor.commit_empty_file_text=
editor.no_changes_to_show=
editor.fail_to_update_file=
editor.fail_to_update_file_summary=
editor.push_rejected_no_message=
editor.push_rejected=
editor.push_rejected_summary=
editor.add_subdir=
editor.unable_to_upload_files=
editor.upload_file_is_locked=
editor.upload_files_to_dir=
editor.cannot_commit_to_protected_branch=
editor.no_commit_to_branch=
editor.user_no_push_to_branch=
editor.require_signed_commit=
editor.cherry_pick=
editor.revert=

commits.desc=
commits.commits=
commits.no_commits=
commits.nothing_to_compare=
commits.search=
commits.search.tooltip=
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=
commits.gpg_key_id=
commits.ssh_key_fingerprint=

commit.actions=
commit.revert=
commit.revert-header=
commit.revert-content=
commit.cherry-pick=
commit.cherry-pick-header=
commit.cherry-pick-content=

ext_issues=
ext_issues.desc=

projects=
projects.desc=
projects.description=
projects.description_placeholder=
projects.create=
projects.title=
projects.new=
projects.new_subheader=
projects.create_success=
projects.deletion=
projects.deletion_desc=
projects.deletion_success=
projects.edit=
projects.edit_subheader=
projects.modify=
projects.edit_success=
projects.type.none=
projects.type.basic_kanban=
projects.type.bug_triage=
projects.template.desc=
projects.template.desc_helper=
projects.type.uncategorized=
projects.board.edit=
projects.board.edit_title=
projects.board.new_title=
projects.board.new_submit=
projects.board.new=
projects.board.set_default=
projects.board.set_default_desc=
projects.board.delete=
projects.board.deletion_desc=
projects.board.color=
projects.open=
projects.close=
projects.board.assigned_to=

issues.desc=
issues.filter_assignees=
issues.filter_milestones=
issues.filter_projects=
issues.filter_labels=
issues.filter_reviewers=
issues.new=
issues.new.title_empty=
issues.new.labels=
issues.new.add_labels_title=
issues.new.no_label=
issues.new.clear_labels=
issues.new.projects=
issues.new.add_project_title=
issues.new.clear_projects=
issues.new.no_projects=
issues.new.open_projects=
issues.new.closed_projects=
issues.new.no_items=
issues.new.milestone=
issues.new.add_milestone_title=
issues.new.no_milestone=
issues.new.clear_milestone=
issues.new.open_milestone=
issues.new.closed_milestone=
issues.new.assignees=
issues.new.add_assignees_title=
issues.new.clear_assignees=
issues.new.no_assignees=
issues.new.no_reviewers=
issues.new.add_reviewer_title=
issues.choose.get_started=
issues.choose.blank=
issues.choose.blank_about=
issues.choose.ignore_invalid_templates=
issues.choose.invalid_templates=
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=
issues.label_templates.helper=
issues.label_templates.use=
issues.label_templates.fail_to_load_file=
issues.add_label=
issues.add_labels=
issues.remove_label=
issues.remove_labels=
issues.add_remove_labels=
issues.add_milestone_at=
issues.add_project_at=
issues.change_milestone_at=
issues.change_project_at=
issues.remove_milestone_at=
issues.remove_project_at=
issues.deleted_milestone=
issues.deleted_project=
issues.self_assign_at=
issues.add_assignee_at=
issues.remove_assignee_at=
issues.remove_self_assignment=
issues.change_title_at=
issues.change_ref_at=
issues.remove_ref_at=
issues.add_ref_at=
issues.delete_branch_at=
issues.filter_label=
issues.filter_label_exclude=
issues.filter_label_no_select=
issues.filter_milestone=
issues.filter_milestone_no_select=
issues.filter_assignee=
issues.filter_assginee_no_select=
issues.filter_poster=
issues.filter_poster_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_type.review_requested=
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.keyword_search_unavailable=
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=
pulls.merged_by=
pulls.merged_by_fake=
issues.closed_by=
issues.opened_by_fake=
issues.closed_by_fake=
issues.previous=
issues.next=
issues.open_title=
issues.closed_title=
issues.draft_title=
issues.num_comments=
issues.commented_at=
issues.delete_comment_confirm=
issues.context.copy_link=
issues.context.quote_reply=
issues.context.reference_issue=
issues.context.edit=
issues.context.delete=
issues.no_content=
issues.close_issue=
issues.pull_merged_at=
issues.manually_pull_merged_at=
issues.close_comment_issue=
issues.reopen_issue=
issues.reopen_comment_issue=
issues.create_comment=
issues.closed_at=
issues.reopened_at=
issues.commit_ref_at=
issues.ref_issue_from=
issues.ref_pull_from=
issues.ref_closing_from=
issues.ref_reopening_from=
issues.ref_closed_from=
issues.ref_reopened_from=
issues.ref_from=
issues.poster=
issues.collaborator=
issues.owner=
issues.re_request_review=
issues.is_stale=
issues.remove_request_review=
issues.remove_request_review_block=
issues.dismiss_review=
issues.dismiss_review_warning=
issues.sign_in_require_desc=
issues.edit=
issues.cancel=
issues.save=
issues.label_title=
issues.label_description=
issues.label_color=
issues.label_count=
issues.label_open_issues=
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=
issues.label.filter_sort.reverse_by_size=
issues.num_participants=
issues.attachment.open_tab=
issues.attachment.download=
issues.subscribe=
issues.unsubscribe=
issues.lock=
issues.unlock=
issues.lock.unknown_reason=
issues.lock_duplicate=
issues.unlock_error=
issues.lock_with_reason=
issues.lock_no_reason=
issues.unlock_comment=
issues.lock_confirm=
issues.unlock_confirm=
issues.lock.notice_1=
issues.lock.notice_2=
issues.lock.notice_3=
issues.unlock.notice_1=
issues.unlock.notice_2=
issues.lock.reason=
issues.lock.title=
issues.unlock.title=
issues.comment_on_locked=
issues.delete=
issues.delete.title=
issues.delete.text=
issues.tracker=
issues.start_tracking_short=
issues.start_tracking=
issues.start_tracking_history=
issues.tracker_auto_close=
issues.tracking_already_started=
issues.stop_tracking=
issues.stop_tracking_history=
issues.cancel_tracking=
issues.cancel_tracking_history=
issues.add_time=
issues.del_time=
issues.add_time_short=
issues.add_time_cancel=
issues.add_time_history=
issues.del_time_history=
issues.add_time_hours=
issues.add_time_minutes=
issues.add_time_sum_to_small=
issues.time_spent_total=
issues.time_spent_from_all_authors=
issues.due_date=
issues.invalid_due_date_format=
issues.error_modifying_due_date=
issues.error_removing_due_date=
issues.push_commit_1=
issues.push_commits_n=
issues.force_push_codes=
issues.due_date_form=
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=
issues.due_date_modified=
issues.due_date_remove=
issues.due_date_overdue=
issues.due_date_invalid=
issues.dependency.title=
issues.dependency.issue_no_dependencies=
issues.dependency.pr_no_dependencies=
issues.dependency.add=
issues.dependency.cancel=
issues.dependency.remove=
issues.dependency.remove_info=
issues.dependency.added_dependency=
issues.dependency.removed_dependency=
issues.dependency.pr_closing_blockedby=
issues.dependency.issue_closing_blockedby=
issues.dependency.issue_close_blocks=
issues.dependency.pr_close_blocks=
issues.dependency.issue_close_blocked=
issues.dependency.pr_close_blocked=
issues.dependency.blocks_short=
issues.dependency.blocked_by_short=
issues.dependency.remove_header=
issues.dependency.issue_remove_text=
issues.dependency.pr_remove_text=
issues.dependency.setting=
issues.dependency.add_error_same_issue=
issues.dependency.add_error_dep_issue_not_exist=
issues.dependency.add_error_dep_not_exist=
issues.dependency.add_error_dep_exists=
issues.dependency.add_error_cannot_create_circular=
issues.dependency.add_error_dep_not_same_repo=
issues.review.self.approval=
issues.review.self.rejection=
issues.review.approve=
issues.review.comment=
issues.review.dismissed=
issues.review.dismissed_label=
issues.review.left_comment=
issues.review.content.empty=
issues.review.reject=
issues.review.wait=
issues.review.add_review_request=
issues.review.remove_review_request=
issues.review.remove_review_request_self=
issues.review.pending=
issues.review.pending.tooltip=
issues.review.review=
issues.review.reviewers=
issues.review.outdated=
issues.review.show_outdated=
issues.review.hide_outdated=
issues.review.show_resolved=
issues.review.hide_resolved=
issues.review.resolve_conversation=
issues.review.un_resolve_conversation=
issues.review.resolved_by=
issues.assignee.error=
issues.reference_issue.body=
issues.content_history.deleted=
issues.content_history.edited=
issues.content_history.created=
issues.content_history.delete_from_history=
issues.content_history.delete_from_history_confirm=
issues.content_history.options=
issues.reference_link=

compare.compare_base=
compare.compare_head=

pulls.desc=
pulls.new=
pulls.view=
pulls.compare_changes=
pulls.allow_edits_from_maintainers=
pulls.allow_edits_from_maintainers_desc=
pulls.allow_edits_from_maintainers_err=
pulls.compare_changes_desc=
pulls.has_viewed_file=
pulls.has_changed_since_last_review=
pulls.viewed_files_label=
pulls.compare_base=
pulls.compare_compare=
pulls.switch_comparison_type=
pulls.switch_head_and_base=
pulls.filter_branch=
pulls.no_results=
pulls.nothing_to_compare=
pulls.nothing_to_compare_and_allow_empty_pr=
pulls.has_pull_request=
pulls.create=
pulls.title_desc=
pulls.merged_title_desc=
pulls.change_target_branch_at=
pulls.tab_conversation=
pulls.tab_commits=
pulls.tab_files=
pulls.reopen_to_merge=
pulls.cant_reopen_deleted_branch=
pulls.merged=
pulls.merged_as=
pulls.manually_merged=
pulls.manually_merged_as=
pulls.is_closed=
pulls.has_merged=
pulls.title_wip_desc=
pulls.cannot_merge_work_in_progress=
pulls.still_in_progress=
pulls.add_prefix=
pulls.remove_prefix=
pulls.data_broken=
pulls.files_conflicted=
pulls.is_checking=
pulls.is_ancestor=
pulls.is_empty=
pulls.required_status_check_failed=
pulls.required_status_check_missing=
pulls.required_status_check_administrator=
pulls.blocked_by_approvals=
pulls.blocked_by_rejection=
pulls.blocked_by_official_review_requests=
pulls.blocked_by_outdated_branch=
pulls.blocked_by_changed_protected_files_1=
pulls.blocked_by_changed_protected_files_n=
pulls.can_auto_merge_desc=
pulls.cannot_auto_merge_desc=
pulls.cannot_auto_merge_helper=
pulls.num_conflicting_files_1=
pulls.num_conflicting_files_n=
pulls.approve_count_1=
pulls.approve_count_n=
pulls.reject_count_1=
pulls.reject_count_n=
pulls.waiting_count_1=
pulls.waiting_count_n=
pulls.wrong_commit_id=

pulls.no_merge_desc=
pulls.no_merge_helper=
pulls.no_merge_wip=
pulls.no_merge_not_ready=
pulls.no_merge_access=
pulls.merge_pull_request=
pulls.rebase_merge_pull_request=
pulls.rebase_merge_commit_pull_request=
pulls.squash_merge_pull_request=
pulls.merge_manually=
pulls.merge_commit_id=
pulls.require_signed_wont_sign=

pulls.invalid_merge_option=
pulls.merge_conflict=
pulls.merge_conflict_summary=
pulls.rebase_conflict=
pulls.rebase_conflict_summary=
; </summary><code>%[2]s<br>%[3]s</code></details>
pulls.unrelated_histories=
pulls.merge_out_of_date=
pulls.head_out_of_date=
pulls.push_rejected=
pulls.push_rejected_summary=
pulls.push_rejected_no_message=
pulls.open_unmerged_pull_exists=
pulls.status_checking=
pulls.status_checks_success=
pulls.status_checks_warning=
pulls.status_checks_failure=
pulls.status_checks_error=
pulls.status_checks_requested=
pulls.status_checks_details=
pulls.update_branch=
pulls.update_branch_rebase=
pulls.update_branch_success=
pulls.update_not_allowed=
pulls.outdated_with_base_branch=
pulls.closed_at=
pulls.reopened_at=
pulls.merge_instruction_hint=
pulls.merge_instruction_step1_desc=
pulls.merge_instruction_step2_desc=

pulls.auto_merge_button_when_succeed=
pulls.auto_merge_when_succeed=
pulls.auto_merge_newly_scheduled=
pulls.auto_merge_has_pending_schedule=

pulls.auto_merge_cancel_schedule=
pulls.auto_merge_not_scheduled=
pulls.auto_merge_canceled_schedule=

pulls.auto_merge_newly_scheduled_comment=
pulls.auto_merge_canceled_schedule_comment=

pulls.delete.title=
pulls.delete.text=

milestones.new=
milestones.closed=
milestones.update_ago=
milestones.no_due_date=
milestones.open=
milestones.close=
milestones.new_subheader=
milestones.completeness=
milestones.create=
milestones.title=
milestones.desc=
milestones.due_date=
milestones.clear=
milestones.invalid_due_date_format=
milestones.create_success=
milestones.edit=
milestones.edit_subheader=
milestones.cancel=
milestones.modify=
milestones.edit_success=
milestones.deletion=
milestones.deletion_desc=
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=
signing.wont_sign.error=
signing.wont_sign.nokey=
signing.wont_sign.never=
signing.wont_sign.always=
signing.wont_sign.pubkey=
signing.wont_sign.twofa=
signing.wont_sign.parentsigned=
signing.wont_sign.basesigned=
signing.wont_sign.headsigned=
signing.wont_sign.commitssigned=
signing.wont_sign.approved=
signing.wont_sign.not_signed_in=

ext_wiki=
ext_wiki.desc=

wiki=
wiki.welcome=
wiki.welcome_desc=
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=
wiki.edit_page_button=
wiki.new_page_button=
wiki.file_revision=
wiki.wiki_page_revisions=
wiki.back_to_wiki=
wiki.delete_page_button=
wiki.delete_page_notice_1=
wiki.page_already_exists=
wiki.reserved_page=
wiki.pages=
wiki.last_updated=
wiki.page_name_desc=

activity=
activity.period.filter_label=
activity.period.daily=
activity.period.halfweekly=
activity.period.weekly=
activity.period.monthly=
activity.period.quarterly=
activity.period.semiyearly=
activity.period.yearly=
activity.overview=
activity.active_prs_count_1=
activity.active_prs_count_n=
activity.merged_prs_count_1=
activity.merged_prs_count_n=
activity.opened_prs_count_1=
activity.opened_prs_count_n=
activity.title.user_1=
activity.title.user_n=
activity.title.prs_1=
activity.title.prs_n=
activity.title.prs_merged_by=
activity.title.prs_opened_by=
activity.merged_prs_label=
activity.opened_prs_label=
activity.active_issues_count_1=
activity.active_issues_count_n=
activity.closed_issues_count_1=
activity.closed_issues_count_n=
activity.title.issues_1=
activity.title.issues_n=
activity.title.issues_closed_from=
activity.title.issues_created_by=
activity.closed_issue_label=
activity.new_issues_count_1=
activity.new_issues_count_n=
activity.new_issue_label=
activity.title.unresolved_conv_1=
activity.title.unresolved_conv_n=
activity.unresolved_conv_desc=
activity.unresolved_conv_label=
activity.title.releases_1=
activity.title.releases_n=
activity.title.releases_published_by=
activity.published_release_label=
activity.no_git_activity=
activity.git_stats_exclude_merges=
activity.git_stats_author_1=
activity.git_stats_author_n=
activity.git_stats_pushed_1=
activity.git_stats_pushed_n=
activity.git_stats_commit_1=
activity.git_stats_commit_n=
activity.git_stats_push_to_branch=
activity.git_stats_push_to_all_branches=
activity.git_stats_on_default_branch=
activity.git_stats_file_1=
activity.git_stats_file_n=
activity.git_stats_files_changed_1=
activity.git_stats_files_changed_n=
activity.git_stats_additions=
activity.git_stats_addition_1=
activity.git_stats_addition_n=
activity.git_stats_and_deletions=
activity.git_stats_deletion_1=
activity.git_stats_deletion_n=

search=
search.search_repo=
search.type.tooltip=
search.fuzzy=
search.fuzzy.tooltip=
search.match=
search.match.tooltip=
search.results=
search.code_no_results=
search.code_search_unavailable=

settings=
settings.desc=
settings.options=
settings.collaboration=
settings.collaboration.admin=
settings.collaboration.write=
settings.collaboration.read=
settings.collaboration.owner=
settings.collaboration.undefined=
settings.hooks=
settings.githooks=
settings.basic_settings=
settings.mirror_settings=
settings.mirror_settings.docs=
settings.mirror_settings.mirrored_repository=
settings.mirror_settings.direction=
settings.mirror_settings.direction.pull=
settings.mirror_settings.direction.push=
settings.mirror_settings.last_update=
settings.mirror_settings.push_mirror.none=
settings.mirror_settings.push_mirror.remote_url=
settings.mirror_settings.push_mirror.add=
settings.sync_mirror=
settings.mirror_sync_in_progress=
settings.site=
settings.update_settings=
settings.branches.update_default_branch=
settings.advanced_settings=
settings.wiki_desc=
settings.use_internal_wiki=
settings.use_external_wiki=
settings.external_wiki_url=
settings.external_wiki_url_error=
settings.external_wiki_url_desc=
settings.issues_desc=
settings.use_internal_issue_tracker=
settings.use_external_issue_tracker=
settings.external_tracker_url=
settings.external_tracker_url_error=
settings.external_tracker_url_desc=
settings.tracker_url_format=
settings.tracker_url_format_error=
settings.tracker_issue_style=
settings.tracker_issue_style.numeric=
settings.tracker_issue_style.alphanumeric=
settings.tracker_issue_style.regexp=
settings.tracker_issue_style.regexp_pattern=
settings.tracker_issue_style.regexp_pattern_desc=
settings.tracker_url_format_desc=
settings.enable_timetracker=
settings.allow_only_contributors_to_track_time=
settings.pulls_desc=
settings.pulls.ignore_whitespace=
settings.pulls.allow_merge_commits=
settings.pulls.allow_rebase_merge=
settings.pulls.allow_rebase_merge_commit=
settings.pulls.allow_squash_commits=
settings.pulls.allow_manual_merge=
settings.pulls.enable_autodetect_manual_merge=
settings.pulls.allow_rebase_update=
settings.pulls.default_delete_branch_after_merge=
settings.packages_desc=
settings.projects_desc=
settings.admin_settings=
settings.admin_enable_health_check=
settings.admin_code_indexer=
settings.admin_stats_indexer=
settings.admin_indexer_commit_sha=
settings.admin_indexer_unindexed=
settings.reindex_button=
settings.reindex_requested=
settings.admin_enable_close_issues_via_commit_in_any_branch=
settings.danger_zone=
settings.new_owner_has_same_repo=
settings.convert=
settings.convert_desc=
settings.convert_notices_1=
settings.convert_confirm=
settings.convert_succeed=
settings.convert_fork=
settings.convert_fork_desc=
settings.convert_fork_notices_1=
settings.convert_fork_confirm=
settings.convert_fork_succeed=
settings.transfer=
settings.transfer.rejected=
settings.transfer.success=
settings.transfer_abort=
settings.transfer_abort_invalid=
settings.transfer_abort_success=
settings.transfer_desc=
settings.transfer_form_title=
settings.transfer_in_progress=
settings.transfer_notices_1=
settings.transfer_notices_2=
settings.transfer_notices_3=
settings.transfer_owner=
settings.transfer_perform=
settings.transfer_started=
settings.transfer_succeed=
settings.signing_settings=
settings.trust_model=
settings.trust_model.default=
settings.trust_model.default.desc=
settings.trust_model.collaborator=
settings.trust_model.collaborator.long=
settings.trust_model.collaborator.desc=
settings.trust_model.committer=
settings.trust_model.committer.long=
settings.trust_model.committer.desc=
settings.trust_model.collaboratorcommitter=
settings.trust_model.collaboratorcommitter.long=
settings.trust_model.collaboratorcommitter.desc=
settings.wiki_delete=
settings.wiki_delete_desc=
settings.wiki_delete_notices_1=
settings.confirm_wiki_delete=
settings.wiki_deletion_success=
settings.delete=
settings.delete_desc=
settings.delete_notices_1=
settings.delete_notices_2=
settings.delete_notices_fork_1=
settings.deletion_success=
settings.update_settings_success=
settings.confirm_delete=
settings.add_collaborator=
settings.add_collaborator_success=
settings.add_collaborator_inactive_user=
settings.add_collaborator_owner=
settings.add_collaborator_duplicate=
settings.delete_collaborator=
settings.collaborator_deletion=
settings.collaborator_deletion_desc=
settings.remove_collaborator_success=
settings.search_user_placeholder=
settings.org_not_allowed_to_be_collaborator=
settings.change_team_access_not_allowed=
settings.team_not_in_organization=
settings.teams=
settings.add_team=
settings.add_team_duplicate=
settings.add_team_success=
settings.search_team=
settings.change_team_permission_tip=
settings.delete_team_tip=
settings.remove_team_success=
settings.add_webhook=
settings.add_webhook.invalid_channel_name=
settings.hooks_desc=
settings.webhook_deletion=
settings.webhook_deletion_desc=
settings.webhook_deletion_success=
settings.webhook.test_delivery=
settings.webhook.test_delivery_desc=
settings.webhook.request=
settings.webhook.response=
settings.webhook.headers=
settings.webhook.payload=
settings.webhook.body=
settings.webhook.replay.description=
settings.webhook.delivery.success=
settings.githooks_desc=
settings.githook_edit_desc=
settings.githook_name=
settings.githook_content=
settings.update_githook=
settings.add_webhook_desc=
settings.payload_url=
settings.http_method=
settings.content_type=
settings.secret=
settings.slack_username=
settings.slack_icon_url=
settings.slack_color=
settings.discord_username=
settings.discord_icon_url=
settings.event_desc=
settings.event_push_only=
settings.event_send_everything=
settings.event_choose=
settings.event_header_repository=
settings.event_create=
settings.event_create_desc=
settings.event_delete=
settings.event_delete_desc=
settings.event_fork=
settings.event_fork_desc=
settings.event_wiki=
settings.event_wiki_desc=
settings.event_release=
settings.event_release_desc=
settings.event_push=
settings.event_push_desc=
settings.event_repository=
settings.event_repository_desc=
settings.event_header_issue=
settings.event_issues=
settings.event_issues_desc=
settings.event_issue_assign=
settings.event_issue_assign_desc=
settings.event_issue_label=
settings.event_issue_label_desc=
settings.event_issue_milestone=
settings.event_issue_milestone_desc=
settings.event_issue_comment=
settings.event_issue_comment_desc=
settings.event_header_pull_request=
settings.event_pull_request=
settings.event_pull_request_desc=
settings.event_pull_request_assign=
settings.event_pull_request_assign_desc=
settings.event_pull_request_label=
settings.event_pull_request_label_desc=
settings.event_pull_request_milestone=
settings.event_pull_request_milestone_desc=
settings.event_pull_request_comment=
settings.event_pull_request_comment_desc=
settings.event_pull_request_review=
settings.event_pull_request_review_desc=
settings.event_pull_request_sync=
settings.event_pull_request_sync_desc=
settings.event_package=
settings.event_package_desc=
settings.branch_filter=
settings.branch_filter_desc=
settings.active=فعال
settings.active_helper=اطلاعات درباره کشیده شدن ماشه رویدادها به این نشانی هوک تحت وب ارسال خواهد شد.
settings.add_hook_success=یک هوک تحت وب جدید افزوده شده است.
settings.update_webhook=به روزرسانی webhook
settings.update_hook_success=هوک تحت وب به‌روز شد.
settings.delete_webhook=حذف Webhook
settings.recent_deliveries=واپسین تحویل ها
settings.hook_type=نوع هوک
settings.slack_token=توکن
settings.slack_domain=دامنه
settings.slack_channel=کانال
settings.deploy_keys=کلید های استقرار
settings.add_deploy_key=افزودن کلید استقرار
settings.deploy_key_desc=کلید استقرار فقط-خواندنی است برای دسترس واکشی از این مخزن.
settings.is_writable=فعال کردن دسترسی نوشتن
settings.is_writable_info=مجوز به کلید استقرار برای <strong> درج </strong> در مخزن داده شدن.
settings.no_deploy_keys=هنوز‌ هیچ کلید استقراری وجود ندارد.
settings.title=عنوان
settings.deploy_key_content=محتوا
settings.key_been_used=یک کلید استقرار دارای محتوای منحصر به فرد پیش از این در حال استفاده است.
settings.key_name_used=کلیدDeploy با همین نام موجود است.
settings.add_key_success=کلید استقرار '%s' اضافه شده است.
settings.deploy_key_deletion=حذف کلید استقرار
settings.deploy_key_deletion_desc=حذف کلید استقرار از مخزن دسترسی‌اش را را مجدد لغو می‌کند. آیا ادامه می‌دهید؟
settings.deploy_key_deletion_success=کلید استقرار حذف شد.
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=جلوگیری از حذف و محدود کردن درج و ادغام Git به شاخه.
settings.protect_disable_push=غیرفعال کردن درج
settings.protect_disable_push_desc=هیچ موردی اجازه درج در این شاخه را نخواهد داشت.
settings.protect_enable_push=فعال کردن درج
settings.protect_enable_push_desc=هرکسی که دسترسی به نوشتن داشته باشد مجاز خواهد بود به این شاخه درج کند (اما نه درج اجباری).
settings.protect_whitelist_committers=لیست سفید برای درج محدود شده اند
settings.protect_whitelist_committers_desc=فقط به کاربران یا تیم‌های موجود لیست سفید برای درج در این شاخه اجازه خواهند داشت (اما نه درج اجباری).
settings.protect_whitelist_deploy_keys=فهرست سفید کلیدهای استقرار با دسترسی نوشتن برای push کردن.
settings.protect_whitelist_users=کاربران لیست سفید برای درج در مخزن:
settings.protect_whitelist_search_users=جستجوی کاربر…
settings.protect_whitelist_teams=تیم‌های لیست سفید برای درج در مخزن:
settings.protect_whitelist_search_teams=جستجوی تیم ها…
settings.protect_merge_whitelist_committers=فعال کردن لیست سفید ادغام
settings.protect_merge_whitelist_committers_desc=اجازه به کاربران یا تیم‌های موجود لیست سفید برای تقاضا ادغام واکشی در این شاخه.
settings.protect_merge_whitelist_users=کاربران لیست سفید برای ادغام:
settings.protect_merge_whitelist_teams=تیم‌های لیست سفید برای ادغام:
settings.protect_check_status_contexts=فعال کردن حالات بررسی
settings.protect_check_status_contexts_desc=قبل از ادغام باید بررسی وضعیت انجام شود. انتخاب کنید که بررسی وضعیت باید قبل از ادغام شاخه‌ها در شاخه‌ای که با این قانون مطابقت دارد، انجام شود. هنگامی که فعال است، commit ها باید ابتدا به شاخه دیگری منتقل شوند، سپس پس از بررسی وضعیت، ادغام یا مستقیماً به شاخه ای که با این قانون مطابقت دارد، هدایت شوند. اگر هیچ زمینه ای انتخاب نشده باشد، آخرین commit بدون توجه به زمینه باید موفقیت آمیز باشد.
settings.protect_check_status_contexts_list=آخرین بررسی حالات این مخزن در هفته گذشته اتفاق افتاده است
settings.protect_required_approvals=نیازمند تاییدیه:
settings.protect_required_approvals_desc=فقط مجاز به ادغام تقاضای واکشی با بررسی های مثبت کافی می شوند.
settings.protect_approvals_whitelist_enabled=مصوبات را برای کاربران یا تیم های لیست سفید محدود کنید
settings.protect_approvals_whitelist_enabled_desc=فقط بررسیهای مربوط به کاربران یا تیم های لیست سفید ، به تاییدیه های لازم خواهد رسید. بدون لیست سفید ، بررسیهای مربوط به هرکسی که دسترسی به نوشتن داشته باشد ، تأییدهای لازم را می دهد.
settings.protect_approvals_whitelist_users=لیست‌سفید بازبینی‌کنندگان:
settings.protect_approvals_whitelist_teams=تیم‌های لیست سفید برای بازبینی‌ها:
settings.dismiss_stale_approvals=تاییدیه های قدیمی را رد کنید
settings.dismiss_stale_approvals_desc=وقتی commit های جدیدی که محتوای درخواست pull را تغییر می‌دهند به شاخه ارسال می‌شوند، تأییدیه‌های قدیمی رد می‌شوند.
settings.require_signed_commits=نیاز به commit های امضا شده
settings.require_signed_commits_desc=در صورتی که push ها به این شاخه بدون امضا یا غیرقابل تأیید باشند، رد شوند.
settings.protect_protected_file_patterns=الگوهای فایل محافظت شده (با استفاده از نقطه ویرگول '\;' از هم جدا شده اند):
settings.protect_protected_file_patterns_desc=فایل‌های محافظت‌شده که حتی اگر کاربر حق اضافه کردن، ویرایش یا حذف فایل‌ها را در این شاخه داشته باشد، اجازه تغییر مستقیم ندارند. الگوهای چندگانه را می توان با استفاده از نقطه ویرگول ('\;') از هم جدا کرد. برای syntax الگو به اسناد <a href="https://pkg.go.dev/github.com/gobwas/glob#Compile">github.com/gobwas/glob</a> مراجعه کنید. مثال‌ها: <code>.drone.yml</code>، <code>/docs/**/*.txt</code>.
settings.protect_unprotected_file_patterns=الگوهای فایل محافظت نشده (با استفاده از نقطه ویرگول '\;' از هم جدا شده اند):
settings.protect_unprotected_file_patterns_desc=فایل‌های محافظت‌نشده که در صورت دسترسی کاربر به نوشتن، با عبور از محدودیت push، مجاز به تغییر مستقیم هستند. الگوهای چندگانه را می توان با استفاده از نقطه ویرگول ('\;') از هم جدا کرد. برای نحو الگو به اسناد <a href="https://pkg.go.dev/github.com/gobwas/glob#Compile">github.com/gobwas/glob</a> مراجعه کنید. مثال‌ها: <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=ادغام نظرات رد شده را مسدود شود
settings.block_rejected_reviews_desc=ادغام در صورت درخواست تغییرات توسط بازبینان رسمی امکان پذیر نخواهد بود، حتی اگر تأییدیه های کافی وجود داشته باشد.
settings.block_on_official_review_requests=ادغام را در درخواست‌های بررسی رسمی مسدود شود
settings.block_on_official_review_requests_desc=زمانی که درخواست‌های بررسی رسمی داشته باشد، ادغام امکان‌پذیر نخواهد بود، حتی اگر تأییدیه‌های کافی وجود داشته باشد.
settings.block_outdated_branch=اگر درخواست pull قدیمی است، ادغام را مسدود شود
settings.block_outdated_branch_desc=وقتی سرشاخه پشت شاخه پایه باشد، ادغام امکان پذیر نخواهد بود.
settings.default_branch_desc=شاخه اصلی مخزن را برای تقاضا واکشی و کامیت کد ها انتخاب نمایید:
settings.default_merge_style_desc=سبک ادغام پیش فرض برای درخواست های pull:
settings.choose_branch=شاخه اصلی مخزن را برای  تقاضا واکشی و کامیت کد ها انتخاب نمایید:
settings.no_protected_branch=اینجا هیچ شاخه محافظت شده ای وجود ندارد.
settings.edit_protected_branch=ویرایش
settings.protected_branch_required_approvals_min=نیازمند تاییدیه نمی‌تواند منفی باشد.
settings.tags=برچسب‌ها
settings.tags.protection=حفاظت از تگ
settings.tags.protection.pattern=الگوی تگ
settings.tags.protection.allowed=اجازه دار
settings.tags.protection.allowed.users=کاربران مجاز
settings.tags.protection.allowed.teams=تیم‌های مجاز
settings.tags.protection.allowed.noone=هیچیک
settings.tags.protection.create=تگ حفاظتی
settings.tags.protection.none=هیچ تگ حفاظتی وجود ندارد.
settings.tags.protection.pattern.description=می توانید از یک نام واحد یا یک الگوی glob یا عبارت منظم برای تطبیق چندین برچسب استفاده کنید. در <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/protected-tags/">راهنمای برچسب های محافظت شده</a> بیشتر بخوانید.
settings.bot_token=Token ربات
settings.chat_id=شناسه گپ
settings.matrix.homeserver_url=URL سرورخانه
settings.matrix.room_id=شناسه Room
settings.matrix.message_type=نوع پیام
settings.archive.button=بایگانی مخزن
settings.archive.header=بایگانی این مخزن
settings.archive.text=بایگانی کردن یک مخزن آن را فقط-خواندی می‌کند. و از پیشخوان مخفی می‌شود. و نمیتوان برای آن هیچ کامیتی، مسئله یا تقاضای واکشی‌ای ایجاد نمود.
settings.archive.success=این مخزن با موفقیت بایگانی شد.
settings.archive.error=زمانی که قصد بایگانی مخزن را داشتیم یک خطایی رخ داد. لطفا برای اطلاعات بیشتر به رخداد های ثبت شده نگاه بیاندازید.
settings.archive.error_ismirror=شما نمیتوانید یک مخزن قرینه را بایگانی کنید.
settings.archive.branchsettings_unavailable=تنظیمات شاخه قابل دسترس نیست زمانی که مخزن بایگانی شده است.
settings.archive.tagsettings_unavailable=اگر انبار بایگانی شود، تنظیمات تگ در دسترس نیستند.
settings.unarchive.button=خروج بایگانی مخزن
settings.unarchive.header=خروج بایگانی این مخزن
settings.unarchive.text=خروج از بایگانی مخزن توانایی برای ارسال کامیت، مسئله یا تقاضای واکشی‌ جدید را برای شما بازمی‌گرداند.
settings.unarchive.success=این مخزن با موفقیت از بایگانی خارج شد.
settings.unarchive.error=زمانی که قصد خروج از بایگانی مخزن را داشتیم یک خطایی رخ داد. لطفا برای اطلاعات بیشتر به رخداد های ثبت شده نگاه بیاندازید.
settings.update_avatar_success=زمانی که قصد خروج از بایگانی مخزن را داشتیم یک خطایی رخ داد. لطفا برای اطلاعات بیشتر به رخداد های ثبت شده نگاه بیاندازید.
settings.lfs=LFS
settings.lfs_filelist=پرونده های LFS ذخیره شده در مخزن
settings.lfs_no_lfs_files=هیچ پرونده LFS ذخیره شده در مخزن نیست
settings.lfs_findcommits=پیدا کردن کامیت ها
settings.lfs_lfs_file_no_commits=هیچ کامیتی برای این پرونده LFS پیدا نشد.
settings.lfs_noattribute=این مسیر ویژگی قفل شونده را در شاخه پیش فرض ندارد
settings.lfs_delete=پرونده LFS را با OID حذف کنید %s
settings.lfs_delete_warning=حذف یک پرونده LFS ممکن است باعث شود خطای "وجود ندارد" در پرداخت. خاطر جمع؟
settings.lfs_findpointerfiles=پیدا کردن پرونده های اشاره گر
settings.lfs_locks=قفل ها
settings.lfs_invalid_locking_path=مسیر ناصحیح: %s
settings.lfs_invalid_lock_directory=نمیتوان این پوشه را قفل کرد: %s
settings.lfs_lock_already_exists=قفل پیش از این بود: %s
settings.lfs_lock=قفل
settings.lfs_lock_path=مسر فایل قفل...
settings.lfs_locks_no_locks=بدون قفل
settings.lfs_lock_file_no_exist=فایل های قفل شده در شاخه پیش فرض وجود ندارد
settings.lfs_force_unlock=قفل گشایی زوری
settings.lfs_pointers.found=حباب اشاره گر %d پیدا شده - %d نسبت داده شده - %d نیست داده نشده ( %d از دست رفته از انبار)
settings.lfs_pointers.sha=حباب SHA
settings.lfs_pointers.oid=OID
settings.lfs_pointers.inRepo=در خزن
settings.lfs_pointers.exists=موجود در انبار
settings.lfs_pointers.accessible=در دسترس کاربر
settings.lfs_pointers.associateAccessible=در دسترس %d sOID
settings.rename_branch_failed_exist=نمی‌توان نام شاخه را عوض کرد زیرا شاخه %s وجود دارد.
settings.rename_branch_failed_not_exist=نمی‌توان نام شاخه %s را عوض کرد زیرا وجود ندارد.
settings.rename_branch_success=نام شاخه %s با موفقیت به %s تغییر کرد.
settings.rename_branch_from=نام شاخه‌ی قدیمی
settings.rename_branch_to=نام شاخه‌ی جدید
settings.rename_branch=تغییر نام شاخه

diff.browse_source=فهرست منبع
diff.parent=والد
diff.commit=کامیت
diff.git-notes=یادداشت‌ها
diff.data_not_available=محتوای تفاوت ها در دسترس نیست
diff.options_button=تنظیمات (diff) تغییرات
diff.show_diff_stats=نمایش وضعیت
diff.download_patch=دانلود پرونده وصله
diff.download_diff=دانلود فایل تغییرات diff
diff.show_split_view=مشاهده تقسیم شده
diff.show_unified_view=نمای یکپارچه
diff.whitespace_button=فضای خالی
diff.whitespace_show_everything=نمایش همه تغییرات
diff.whitespace_ignore_all_whitespace=نادیده گرفتن خط‌های فضای خالی در زمان مقایسه
diff.whitespace_ignore_amount_changes=نادیده گرفتن تغییرات در میزان فضاهای خالی
diff.whitespace_ignore_at_eol=نادیده گرفتن تغییرات در فضاهای خالی در انتهای خط
diff.stats_desc=<strong> %dفایلهای تغییر یافته</strong> به همراه<strong>%d افزوده شده</strong> و <strong>%d حذف شده</strong>
diff.stats_desc_file=%d تغییر: %d اضافه و %d حذف
diff.bin=دودویی (BIN)
diff.bin_not_shown=فایل باینری نشان داده نشده است.
diff.view_file=مشاهده پرونده
diff.file_before=قبل از
diff.file_after=پس از
diff.file_image_width=عرض
diff.file_image_height=ارتفاع
diff.file_byte_size=اندازه
diff.file_suppressed=تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
diff.file_suppressed_line_too_long=تفاوت فایل به دلیل طولانی بودن یک یا چند خط حذف شد
diff.too_many_files=برخی از فایل ها نشان داده نشدند زیرا تعداد زیادی فایل در این تفاوت تغییر کرده اند
diff.show_more=نمایش بیشتر
diff.load=Diff را بارگزاری کن
diff.generated=تولید شده
diff.vendored=فروخته شده
diff.comment.placeholder=اظهار نظر کنید
diff.comment.markdown_info=شیوه markdown پیشتیبانی می‌شود.
diff.comment.add_single_comment=افزودن یک دیدگاه به تنهایی
diff.comment.add_review_comment=افزودن دیدگاه
diff.comment.start_review=شروع بازبینی
diff.comment.reply=پاسخ
diff.review=بازبینی
diff.review.header=ارائه بازبینی
diff.review.placeholder=بازبینی دیدگاه
diff.review.comment=دیدگاه
diff.review.approve=پذیرفتن
diff.review.reject=درخواست تغییر کوکی ها
diff.committed_by=کامیت شده توسط
diff.protected=حفاظت شده
diff.image.side_by_side=کنار هم
diff.image.swipe=با خط کشش
diff.image.overlay=پوشش

releases.desc=پیگیری نسخ و دریافت‌های پروژه.
release.releases=انتشارها
release.detail=جزئیات انتشار
release.tags=برچسب‌ها
release.new_release=انتشار جدید
release.draft=پیش‌نویس
release.prerelease=پیش-انتشار
release.stable=پایدار
release.compare=مقایسه
release.edit=ويرايش
release.ahead.commits=<strong>%d</strong> کامیت
release.ahead.target=به %s از زمان انتشار
release.source_code=کُد منبع
release.new_subheader=انتشارها نسخ پروژه را سازماندهی می‌کنند.
release.edit_subheader=انتشارها نسخ پروژه را سازماندهی می‌کنند.
release.tag_name=نام برچسب
release.target=هدف/مقصد
release.tag_helper=از تگ های موجود استفاده کنید یا تگ جدیدی را هنگام انتشار ایجاد کنید.
release.title=عنوان
release.content=محتوا
release.prerelease_desc=علامت‌گذاری به عنوان پیش-انتشار
release.prerelease_helper=علامت گذاری این انتشار به عنوان نامناسب برای استفاده در محصول نهایی.
release.cancel=انصراف
release.publish=نشر نسخه انتشار یافته
release.save_draft=ذخیره پیش نویس
release.edit_release=به روزرسانی انتشار
release.delete_release=حذف انتشار
release.delete_tag=حذف برچسب
release.deletion=حذف انتشار
release.deletion_desc=حذف یک نسخه فقط آن را از Gitea حذف می کند. تگ گیت، محتویات انبار و تاریخچه بدون تغییر باقی می مانند. ادامه میدهید؟
release.deletion_success=انتشار حذف شد.
release.deletion_tag_desc=این تگ را از انبار حذف خواهد کرد. محتویات و تاریخچه انبار بدون تغییر باقی می ماند. ادامه میدهید؟
release.deletion_tag_success=تگ حذف شده است.
release.tag_name_already_exist=انتشاری با این نام موجود است.
release.tag_name_invalid=نام برچسب معتبر نمی‌باشد.
release.tag_name_protected=نام تگ محافظت می شود.
release.tag_already_exist=این نام تگ از قبل وجود دارد.
release.downloads=بارگیری‌ها
release.download_count=دانلودها: %s
release.add_tag_msg=از عنوان و محتوای انتشار به عنوان پیام تگ استفاده کنید.
release.add_tag=فقط تگ ایجاد کنید

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=شاخه «%s» نمی‌تواند با برچسبی هم‌نام که در مخزن موجود است، ساخته شود.
branch.deleted_by=حذف شده توسط %s
branch.restore_success=شاخه «%s» بازگردانی شد.
branch.restore_failed=ناموفق در بازگرانی شاخه '%s'.
branch.protected_deletion_failed=شاخه «%s» محافظت شده است. نمی‌توانید آن‌را حذف کنید.
branch.default_deletion_failed=شاخه '%s' شاخه پیش فرض است. نمی توان آن را حذف کرد.
branch.restore=بازگردانی شاخه '%s'
branch.download=بارگیری یا دریافت شاخه '%s'
branch.included_desc=این شاخه بخشی از شاخه پیش فرض است
branch.included=مشمول شده
branch.create_new_branch=ایجاد شاخه از شاخه:
branch.confirm_create_branch=ایجاد شاخه
branch.create_branch_operation=ایجاد شاخه
branch.new_branch=شاخه جدید ایجاد کنید
branch.new_branch_from=ایجاد شاخه جدید از '%s'
branch.renamed=شاخه %s قبلا به %s تغییر کرده است.

tag.create_tag=تگ <strong>%s</strong> ایجاد کنید

tag.create_success=تگ '%s' ایجاد شده است.

topic.manage_topics=مدیریت موضوعات
topic.done=انجام شد
topic.count_prompt=شما نمی توانید بیش از 25 موضوع انتخاب کنید
topic.format_prompt=موضوع می‌بایستی با حروف یا شماره ها شروع شود. و می‌تواند شامل دَش ('-') باشد و طول آن تا 35 کارکتر نیز امکانپذیر است.


error.csv.too_large=نمی توان این فایل را رندر کرد زیرا بسیار بزرگ است.
error.csv.unexpected=نمی توان این فایل را رندر کرد زیرا حاوی یک کاراکتر غیرمنتظره در خط %d و ستون %d است.
error.csv.invalid_field_count=نمی توان این فایل را رندر کرد زیرا تعداد فیلدهای آن در خط %d اشتباه است.

[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=هدف یا نقش تیم را شرح دهید.
team_access_desc=دسترسی مخزن
team_permission_desc=مجوز
team_unit_desc=اجازه به دسترسی به قسمت های این مخزن
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.limited_shortname=محدودیت دار
settings.visibility.private=خصوصی (پدیدار برای کاربران عضو سازمان)
settings.visibility.private_shortname=پوشیده

settings.update_settings=به‌ روزرسانی تنظیمات
settings.update_setting_success=تنظیمات این سازمان به‌روز شد.
settings.change_orgname_prompt=نکته: به‌یاد داشته باشید تغییر نام سازمان موجب تعییر نشانی‌ها آن نیز می‌شود.
settings.change_orgname_redirect_prompt=نام قدیمی تا زمانی که ادعا شود تغییر مسیر می دهد.
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=افزودن webhook های که برای<strong> تمام مخازن</strong> این سازمان اجرا میشود.

settings.labels_desc=تگ هایی را اضافه کنید که می‌توانند برای مشکلات <strong>همه مخازن</strong> تحت این سازمان استفاده شوند.

members.membership_visibility=قابل مشاهده بودن عضویت:
members.public=نمایان
members.public_helper=مخفی کردن
members.private=مخفی
members.private_helper=نمایان کردن
members.member_role=نقش عضو:
members.owner=مالک
members.member=عضو
members.remove=حذف
members.remove.detail=حذف %[1]s از %[2]s؟
members.leave=ترک‌کردن
members.leave.detail=ترک %s؟
members.invite_desc=افزودن عضو جدید به %s:
members.invite_now=دعوت کن

teams.join=پیوستن
teams.leave=ترک‌کردن
teams.leave.detail=ترک %s؟
teams.can_create_org_repo=ایجاد مخزن
teams.can_create_org_repo_helper=اعضا می توانند مخازن جدیدی را در سازمان ایجاد کنند. خالق دسترسی سرپرست به مخزن جدید را دریافت می کند.
teams.read_access=خواندن
teams.read_access_helper=اعضا می‌توانند مخازن مربوط به تیم را مشاهده و از آن همسان تهیه کنند.
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=حذف یک تیم از مخزن تمامی دسترسی اعضای آن را از بین می‌برد. آیا مطمئن هستید؟
teams.delete_team_success=تیم حذف شد.
teams.read_permission_desc=این تیم دسترسی <strong>خواندن</strong> خواهد داشت: اعضا خواهند توانست مخازن را مشاهده و کپی نمایند.
teams.write_permission_desc=این تیم دسترسی <strong>نوشتن</strong> خواهد داشت: اعضا خواهند توانست مخازن تیم را خوانده و تغییراتی در آنها اعمال نمایند.
teams.admin_permission_desc=این تیم دسترسی <strong>نوشتن</strong> خواهد داشت: اعضا خواهند توانست مخازن تیم را خوانده ، تغییراتی در آنها اعمال کرده و یا همکارانشان را به مخازن اضافه نمایند.
teams.create_repo_permission_desc=علاوه بر این ، این تیم اجازه <strong> ساخت مخزن </strong> دسترسی : اعضا می توانند مخازن جدیدی را در سازمان ایجاد کنند.
teams.repositories=مخازن تیم
teams.search_repo_placeholder=جستجوی مخزن...
teams.remove_all_repos_title=حذف تمام مخازن تیم
teams.remove_all_repos_desc=با این کار همه مخازن از تیم حذف می شوند.
teams.add_all_repos_title=افزودن همه مخازن
teams.add_all_repos_desc=این همه مخازن سازمان را به تیم اضافه می کند.
teams.add_nonexistent_repo=مخزنی را که شما قصد افزودن آن را دارید موجود نیست، لطفا ابتدا آن را ایجاد کنید.
teams.add_duplicate_users=این کاربر پیش از این عضو تیم بوده است.
teams.repos.none=این تیم به هیچ مخزنی دسترسی ندارد.
teams.members.none=هیچ عضوی در این تیم نیست.
teams.specific_repositories=مخازن خاص
teams.specific_repositories_helper=اعضا فقط به مخازن صراحتاً اضافه شده به تیم دسترسی خواهند داشت. انتخاب این <strong> نخواهد توانست </strong> مخزن هایی که قبلاً با آن اضافه شده به طور خودکار حذف شود <i> همه مخازن </i>
teams.all_repositories=همه مخازن
teams.all_repositories_helper=تیم به کلیه مخازن دسترسی دارد. با انتخاب این ، <strong>همه مخازن موجود </strong> به تیم اضافه می شود.
teams.all_repositories_read_permission_desc=این تیم دسترسی<strong> خواندن </strong> <strong> مخازن همه</strong> را می بخشد: اعضا می توانند مخازن را مشاهده و همزاد سازی کنند.
teams.all_repositories_write_permission_desc=این تیم دسترسی<strong> نوشتن </strong> <strong> مخازن همه</strong> را می بخشد: اعضا می توانند مخازن را مشاهده و درج کنند.
teams.all_repositories_admin_permission_desc=این تیم دسترسی<strong> مدیر </strong> به <strong> مخازن همه</strong> را می بخشد: اعضا می توانند مخازن را بخواند، همکار و مخزن اضافه کنند.

[admin]
dashboard=پیشخوان
users=حساب کاربران
organizations=تشکیلات
repositories=مخازن
hooks=وب هوک ها
authentication=منابع احراز هویت
emails=ایمیل های کاربر
config=پیکربندی
notices=هشدارهای سامانه
monitor=نظارت
first_page=نخستین
last_page=واپسین
total=مجموع: %d

dashboard.statistic=چکیده
dashboard.operations=عملیات‌های نگهداری
dashboard.system_status=وضعیت سامانه
dashboard.operation_name=نام عملیات
dashboard.operation_switch=تعویض
dashboard.operation_run=اجرا
dashboard.clean_unbind_oauth=تمیز کردن اتصال بدون مرز OAuth
dashboard.clean_unbind_oauth_success=تمامی اتصالات بدون مرز OAuth حذف شدند.
dashboard.task.started=تسک شروع شده: %[1]s
dashboard.task.process=تسک: %[1]s
dashboard.task.cancelled=تسک: %[1]s لغو شده: %[3]s
dashboard.task.error=خطا در تسک: %[1]s: %[3]s
dashboard.task.finished=تسک: %[1]s شروع شده توسط %[2]s پایان یافته است
dashboard.task.unknown=تسک ناشناخته: %[1]s
dashboard.cron.started=Cron شروع شده: %[1]s
dashboard.cron.process=Cron: %[1]s
dashboard.cron.cancelled=Cron: %s لغو شده: %[3]s
dashboard.cron.error=خطا در Cron: %s: %[3]s
dashboard.cron.finished=Cron: %[1]s پایان یافته است
dashboard.delete_inactive_accounts=حذف تمام حساب های کاربری غیرفعال
dashboard.delete_inactive_accounts.started=تسک حذف تمام حساب های کاربری غیرفعال شروع شد.
dashboard.delete_repo_archives=حذف تمام انبار های آرشیو شده (ZIP, TAR.GZ, etc..)
dashboard.delete_repo_archives.started=تسک حذف تمام آرشیو های انبار شروع شد.
dashboard.delete_missing_repos=حذف تمامی مخازنی که پرونده‌های گیت آنها از بین رفته است
dashboard.delete_missing_repos.started=تسک تمام انبار هایی که فایل های گیتشان از دست رفته شروع شد.
dashboard.delete_generated_repository_avatars=حذف آواتار هایی که برای مخزن تولید شده اند
dashboard.update_mirrors=میرور ها بروزرسانی شود
dashboard.repo_health_check=سلامت تمام انبار ها چک شود
dashboard.check_repo_stats=تمام آمار انبارها چک شود
dashboard.archive_cleanup=آرشیوهای انبار قدیمی را حذف کنید
dashboard.deleted_branches_cleanup=شاخه های حذف شده را پاک کنید
dashboard.update_migration_poster_id=شناسه های پوستر مهاجرت را به روز کنید
dashboard.git_gc_repos=متراکم کردن تمامی زباله‌های مخازن
dashboard.resync_all_sshkeys=فایل '.ssh/authorized_keys' را با کلیدهای Gitea SSH به روز کنید.
dashboard.resync_all_sshkeys.desc=(برای سرور SSH داخلی مورد نیاز نیست.)
dashboard.resync_all_sshprincipals=فایل '.ssh/authorized_principals' را با اصول Gitea SSH به روز کنید.
dashboard.resync_all_sshprincipals.desc=(برای سرور SSH داخلی مورد نیاز نیست.)
dashboard.resync_all_hooks=همگام سازی مجدد hook های pre-receive و update و post-receive برای تمامی مخازن.
dashboard.reinit_missing_repos=تمامی مخازنی که سوابقشان وجود دارند مجدداً گیت آنها مفقود شده است مجدداً مقدمات آنها فراهم شود
dashboard.sync_external_users=همگام سازی اطلاعات کاربر خارجی
dashboard.cleanup_hook_task_table=جدول hook_task تمیز کردن
dashboard.server_uptime=فعالیت بی‌وقفه سرور
dashboard.current_goroutine=Goroutine های فعلی
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=میزان مصرف توده فعلی
dashboard.heap_memory_obtained=حافظه به دست آمده برای توده
dashboard.heap_memory_idle=بیکار بوده حافظه توده
dashboard.heap_memory_in_use=حافظه توده در حال استفاده
dashboard.heap_memory_released=حافظه توده آزاد شد
dashboard.heap_objects=شی توده یا Heap
dashboard.bootstrap_stack_usage=میزان استفاده از پشته توسط راهنداز
dashboard.stack_memory_obtained=حافظه پشته به دست آمده
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=Profiling Bucket Hash Table به دست آمده
dashboard.gc_metadata_obtained=متادیتاهای بدست امده از GC
dashboard.other_system_allocation_obtained=تخصیص های حافظه در سایر قسمت های سیستم
dashboard.next_gc_recycle=بازیافت GC بعدی
dashboard.last_gc_time=زمان از آخرین GC
dashboard.total_gc_time=کل زمان مکث GC
dashboard.total_gc_pause=کل زمان مکث GC
dashboard.last_gc_pause=واپسین مکث در GC
dashboard.gc_times=زمان های GC
dashboard.delete_old_actions=تمام اقدامات قدیمی را از پایگاه داده حذف کنید
dashboard.delete_old_actions.started=حذف تمام اقدامات قدیمی از پایگاه داده شروع شده است.

users.user_manage_panel=مدیریت حساب کاربری
users.new_account=ایجاد حساب کاربری
users.name=نام‎کاربری
users.full_name=نام کامل
users.activated=فعال شده
users.admin=مدیر
users.restricted=محصور
users.2fa=2FA
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=نام سامانه ورود احراز هویت
users.password_helper=برای عدم تغییر گذرواژه ان خالی رها کنید.
users.update_profile_success=حساب کاربری به روز شد.
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=محدود شده است
users.allow_git_hook=اجازه ساختن هوک های گیت
users.allow_git_hook_tooltip=قلاب‌های Git به‌عنوان کاربر سیستم‌عاملی که Gitea را اجرا می‌کند اجرا می‌شوند و سطح دسترسی میزبانی یکسانی خواهند داشت. در نتیجه، کاربران با این امتیاز ویژه Git Hook می توانند به تمام انبارهای Gitea و همچنین پایگاه داده مورد استفاده توسط Gitea دسترسی داشته باشند و آنها را تغییر دهند. در نتیجه آنها همچنین می توانند امتیازات مدیر Gitea را به دست آورند.
users.allow_import_local=اجازه ورود مخازن محلی
users.allow_create_organization=اجازه ساختن سازمان
users.update_profile=به‌روزرسانی حساب کاربری
users.delete_account=حذف حساب کاربری
users.still_own_repo=این کاربر هنوز صاحب یک یا چند مخزن است. ابتدا این مخازن را حذف یا انتقال دهید.
users.still_has_org=این کاربر عضو یک سازمان است. ابتدا کاربر را از هر سازمان متعلق حذف کنید.
users.deletion_success=حساب کاربری حذف شد.
users.reset_2fa=2FA را بازنشانی کنید
users.list_status_filter.menu_text=فیلتر
users.list_status_filter.reset=شروع دوباره
users.list_status_filter.is_active=فعال
users.list_status_filter.not_active=غیرفعال
users.list_status_filter.is_admin=ادمین
users.list_status_filter.not_admin=غیرادمین
users.list_status_filter.is_restricted=محصور
users.list_status_filter.not_restricted=محدود نشده است
users.list_status_filter.is_prohibit_login=ورود را ممنوع شود
users.list_status_filter.not_prohibit_login=اجازه ورود
users.list_status_filter.is_2fa_enabled=2FA فعال است
users.list_status_filter.not_2fa_enabled=2FA غیرفعال است

emails.email_manage_panel=مدیریت ایمیل کاربر
emails.primary=اولیه
emails.activated=فعال شده
emails.filter_sort.email=ایمیل
emails.filter_sort.email_reverse=ایمیل (معکوس)
emails.filter_sort.name=نام کاربری
emails.filter_sort.name_reverse=نام کاربری(معکوس)
emails.updated=ایمیل به روز شد
emails.not_updated=آدرس ایمیل درخواستی به‌روزرسانی نشد: %v
emails.duplicate_active=این آدرس ایمیل از قبل برای کاربر دیگری فعال است.
emails.change_email_header=به روز رسانی ویژگی های ایمیل
emails.change_email_text=آیا مطمئن هستید که می خواهید این آدرس ایمیل را به روز کنید؟

orgs.org_manage_panel=مدیریت سازمان
orgs.name=نام
orgs.teams=تیم‌ها
orgs.members=اعضاء
orgs.new_orga=سازمان جدید

repos.repo_manage_panel=مدیریت مخزن
repos.unadopted=مخازن تصویب نشده
repos.unadopted.no_more=هیچ مخزن تایید نشده دیگری یافت نشد
repos.owner=مالک
repos.name=نام
repos.private=خصوصی
repos.watches=تماشا شده
repos.stars=ستاره ها
repos.forks=انشعاب‌ها
repos.issues=مسائل
repos.size=اندازه

packages.owner=مالک
packages.name=نام
packages.type=نوع
packages.repository=مخزن
packages.size=اندازه

defaulthooks=وب هوک های پیش فرض
defaulthooks.desc=هنگامی که برخی رویدادهای Gitea فعال می شوند، Webhook ها به طور خودکار درخواست های HTTP POST را به سرور ارسال می کنند. هوک های تعریف شده در اینجا پیش فرض هستند و در تمام مخازن جدید کپی می شوند. در <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/webhooks/">راهنمای هوک‌های وب</a> بیشتر بخوانید.
defaulthooks.add_webhook=اضافه کردن Webhook پیش فرض
defaulthooks.update_webhook=Webhook پیش فرض را به روز کنید

systemhooks=وب هوک های سیستم
systemhooks.desc=هنگامی که برخی رویدادهای Gitea فعال می شوند، Webhook ها به طور خودکار درخواست های HTTP POST را به سرور ارسال می کنند. وب هوک های تعریف شده در اینجا بر روی تمام انبارها سیستم عمل می کنند، بنابراین لطفاً هر گونه پیامدهای عملکردی که ممکن است داشته باشد را در نظر بگیرید. در <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/webhooks/">راهنمای هوک‌های وب</a> بیشتر بخوانید.
systemhooks.add_webhook=System Webhook را اضافه کنید
systemhooks.update_webhook=به روز رسانی Webhook سیستم

auths.auth_manage_panel=مدیریت منابع احراز هویت
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.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=ویژگی های کلید SSH عمومی
auths.attribute_avatar=ویژگی آواتار
auths.attributes_in_bind=واکشی ویژگی های DN متصل شده در متن زمینه
auths.allow_deactivate_all=به یک نتیجه جستجوی خالی اجازه دهید تا همه کاربران را غیرفعال کند
auths.use_paged_search=استفاده از جستجو ثبت شده
auths.search_page_size=اندازه صفحه
auths.filter=صافی کاربر
auths.admin_filter=صافی مدیر
auths.restricted_filter=فیلتر محدود
auths.restricted_filter_helper=خالی بگذارید تا هیچ کاربری به عنوان محدود تنظیم نشود. از یک ستاره ('*') برای تنظیم همه کاربرانی که با فیلتر مدیریت مطابقت ندارند به عنوان محدود استفاده کنید.
auths.group_search_base=DN پایگاه جستجوی گروهی
auths.group_attribute_list_users=ویژگی گروهی حاوی فهرست کاربران
auths.user_attribute_in_group=ویژگی کاربر در گروه فهرست شده است
auths.ms_ad_sa=ویژگی های جستجو MS AD
auths.smtp_auth=نوع احراز هویت SMTP
auths.smtphost=میزبان SMTP
auths.smtpport=گذرگاه(پورت) SMTP
auths.allowed_domains=دامنه های مجاز
auths.allowed_domains_helper=برای اجازه به تمامی دامنه های آن را خالی رها کنید. یا با ویرگول (',') از یک دیگر جدا کنید.
auths.skip_tls_verify=صرف نظر از اعتبار سنجی TLS
auths.force_smtps=SMTPS را اجباری کنید
auths.force_smtps_helper=SMTPS همیشه در پورت 465 استفاده می شود. این را طوری تنظیم کنید که SMTPS را روی پورت های دیگر مجبور کند. (در غیر این صورت STARTTLS در پورت های دیگر اگر توسط میزبان پشتیبانی شود استفاده می شود.)
auths.helo_hostname=HELO نام میزبان
auths.helo_hostname_helper=نام میزبان با HELO ارسال شد. برای ارسال نام میزبان فعلی خالی بگذارید.
auths.disable_helo=HELO را ناتوان شود
auths.pam_service_name=نام سرویس PAM
auths.pam_email_domain=دامنه ایمیل PAM (اختیاری)
auths.oauth2_provider=تامین کننده OAuth2
auths.oauth2_icon_url=نشانی URL
auths.oauth2_clientID=ID سرویس گیرنده (کلید)
auths.oauth2_clientSecret=کلمه امن سرویس گیرنده
auths.openIdConnectAutoDiscoveryURL=OpenID برای کشف خودکار به نشانی متصل میشود
auths.oauth2_use_custom_url=از نشانی های سفارشی به جای نشانی های پیش فرض استفاده کنید
auths.oauth2_tokenURL=نشانی Token
auths.oauth2_authURL=نشانی مجوز
auths.oauth2_profileURL=نشانی نمایه
auths.oauth2_emailURL=نشانی ایمیل (رایانامه)
auths.skip_local_two_fa=از 2FA محلی رد شوید
auths.skip_local_two_fa_helper=تنظیم نشده به این معنی است که کاربران محلی با مجموعه 2FA همچنان باید 2FA را برای ورود به سیستم ارسال کنند
auths.oauth2_tenant=مستاجر
auths.enable_auto_register=فعال سازی ثبت نام خودکار
auths.sspi_auto_create_users=ساخت کاربر خودکار
auths.sspi_auto_create_users_helper=به روش SSPI auth اجازه دهید تا برای اولین بار به طور خودکار حساب های جدیدی را برای کاربرانی ایجاد کند که وارد سایت شوند
auths.sspi_auto_activate_users=فعال سازی خودکار کاربران
auths.sspi_auto_activate_users_helper=به روش SSPI auth اجازه دهید تا کاربران جدید را به طور خودکار فعال کند
auths.sspi_strip_domain_names=نام دامنه را از نام کاربری حذف کنید
auths.sspi_strip_domain_names_helper=اگر بررسی شود ، نام دامنه از نامهای ورود به سیستم حذف می شود(eg. "DOMAIN\user" and "user@example.org" هر برای کاربر خواهند شد "user").
auths.sspi_separator_replacement=جداکننده برای استفاده به جای \, / و @
auths.sspi_separator_replacement_helper=کاراکتر مورد استفاده برای جایگزینی جداکنندگان نامهای ورود به سطح پایین (eg. the \ in "DOMAIN\user") و نامهای اصلی کاربر (eg. the @ in "user@example.org").
auths.sspi_default_language=زبان پیش فرض کاربر
auths.sspi_default_language_helper=زبان پیش فرض برای کاربران بطور خودکار با روش SSPI auth ایجاد شده است. اگر ترجیح می دهید زبان به طور خودکار شناسایی شود ، خالی بگذارید.
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=ثبت یک OAuth جدید مصرف کننده بر https://bitbucket.org/account/user/<your username>/oauth-consumers/new و افزودن مجوز 'Account' - 'Read'
auths.tip.nextcloud=با استفاده از منوی زیر "تنظیمات -> امنیت -> مشتری OAuth 2.0" مصرف کننده OAuth جدیدی را در نمونه خود ثبت کنید
auths.tip.dropbox=یک برنامه جدید در https://www.dropbox.com/developers/apps بسازید
auths.tip.facebook=یک برنامه جدید در https://developers.facebook.com/apps بسازید برای ورود از طریق فیس بوک قسمت محصولات "Facebook Login"
auths.tip.github=یک برنامه OAuth جدید در https://github.com/settings/applications/new ثبت کنید
auths.tip.gitlab=ثبت یک برنامه جدید در https://gitlab.com/profile/applications
auths.tip.google_plus=اطلاعات مربوط به مشتری OAuth2 را از کلاینت API Google در https://console.developers.google.com/
auths.tip.openid_connect=برای مشخص کردن نقاط پایانی از آدرس OpenID Connect Discovery URL (<server> /.well-known/openid-configuration) استفاده کنید.
auths.tip.twitter=به https://dev.twitter.com/apps بروید ، برنامه ای ایجاد کنید و اطمینان حاصل کنید که گزینه "اجازه استفاده از این برنامه برای ورود به سیستم با Twitter" را فعال کنید
auths.tip.discord=یک برنامه جدید را در https://discordapp.com/developers/applications/me ثبت کنید
auths.tip.gitea=یک برنامه OAuth2 ثبت کنید. راهنمایی بیشتر https://docs.gitea.io/en-us/oauth2-provider/
auths.tip.yandex=یک برنامه جدید در https://oauth.yandex.com/client/new ایجاد کنید. مجوزهای زیر را از بخش "Yandex.Passport API" انتخاب کنید: "دسترسی به آدرس ایمیل"، "دسترسی به آواتار کاربر" و "دسترسی به نام کاربری، نام و نام خانوادگی، جنسیت"
auths.tip.mastodon=یک URL نمونه سفارشی برای نمونه ماستودون که می خواهید با آن احراز هویت کنید وارد کنید (یا از یک پیش فرض استفاده کنید)
auths.edit=ویرایش منبع احراز هویت
auths.activated=این منبع احراز هویت فعال شده است
auths.new_success=احراز هویت  '%s'  افزوده شد.
auths.update_success=احراز هویت منبع به‌روز شد.
auths.update=به‌روزکردن منبع احراز هویت
auths.delete=حذف منبع احراز هویت
auths.delete_auth_title=حذف منبع احراز هویت
auths.delete_auth_desc=حذف یک منبع احراز هویت، از ورود کاربران به سیستم جلوگیری می کند. آیا ادامه می‌دهید؟

auths.still_in_used=منبع احراز هویت همچنان در حال استفاده است. ابتدا با استفاده از این منبع احراز کاربرانی را تبدیل یا حذف کنید.
auths.deletion_success=احراز هویت منبع حذف شد.
auths.login_source_exist=منبع احراز هویت '%s' پیش از این وجود داشته است.
auths.login_source_of_type_exist=منبع احراز هویت '%s' پیش از این وجود داشته است.

config.server_config=پیکربندی سرور
config.app_name=عنوان سایت
config.app_ver=نسخه‌ی GitGo
config.app_url=آدرس پایه گیتی
config.custom_conf=مسیر پرونده پیکربندی
config.custom_file_root_path=مسیر ریشه‌ی پرونده سفارشی
config.domain=دامنه سرور
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=دامنه سرور SSH
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
config.lfs_http_auth_expiry=انقضای احراز LFS HTTP

config.db_config=تنظیمات پایگاه داده
config.db_type=نوع
config.db_host=میزبان
config.db_name=نام
config.db_user=نام‎کاربری
config.db_schema=شماتیک
config.db_ssl_mode=SSL
config.db_path=مسیر

config.service_config=پیکربندی سرویس
config.register_email_confirm=نیاز به تایید ایمیل (رایانامه) ثبت نام
config.disable_register=غیرفعال‌کردن خود ثبت نامی
config.allow_only_internal_registration=ثبت نام فقط از طریق خود Gitea مجاز است
config.allow_only_external_registration=اجازه ثبت نام فقط از طریق خدمات خارجی
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=مدت انقضای کد بازیابی حساب کاربری
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=اجاز پگیری زمان مشارکت فقط
config.no_reply_address=مخفی کردن دامنه ایمیل
config.default_visibility_organization=وضعیت پیشفرض پدیداری برای سازمان جدید
config.default_enable_dependencies=فعال کردن وابستگی پیشفرض برای مسئله

config.webhook_config=پیکربندی هوک تحت وب
config.queue_length=طول صف
config.deliver_timeout=مهلت تحویل
config.skip_tls_verify=صرف نظر از اعتبارسنجی TLS

config.mailer_enabled=فعال شده
config.mailer_name=نام
config.mailer_smtp_port=گذرگاه(پورت) SMTP
config.mailer_user=کاربر
config.mailer_use_sendmail=استفاده از ارسال رایانامه (ایمیل) مستقیم
config.mailer_sendmail_path=مسیر ارسال ایمیل مستقیم
config.mailer_sendmail_args=برهان های اضافی برای ارسال مستقیم ایمیل
config.mailer_sendmail_timeout=مهلت زمانی ارسال نامه
config.test_email_placeholder=ایمیل (نمونه test@example.com)
config.send_test_mail=ارسال ایمیل آزمایشی
config.test_mail_failed=ارسال رایانامه یا ایمیل آزمایشی ناموفق بود '%s': %v
config.test_mail_sent=یک رایانامه (ایمیل) آزمایشی به "%s" ارسال شده است.

config.oauth_config=پیکربندی OAuth
config.oauth_enabled=فعال شده

config.cache_config=پیکربندی حافظه پنهان
config.cache_adapter=وفق دهنده حافظه پنهان
config.cache_interval=وقفه حافظه نهان
config.cache_conn=اتصال حافظه نهان
config.cache_item_ttl=مولفه TTL حافظه نهان

config.session_config=پیکربندی نشست ها
config.session_provider=تامین کننده نشست
config.provider_config=پیکربندی تامین کننده
config.cookie_name=نام کوکی
config.gc_interval_time=فاصله زمانی GC
config.session_life_time=طول عمر نشست
config.https_only=فقط HTTPS
config.cookie_life_time=طول عمر کوکی

config.picture_config=پیکربندی عکس و آواتار
config.picture_service=سرویس تصویر
config.disable_gravatar=غیر فعال کردن Gravatar
config.enable_federated_avatar=فعال سازی آواتار مشترک

config.git_config=پیکربندی Git
config.git_disable_diff_highlight=غیرفعال کردن برجسته سازی در Diff
config.git_max_diff_lines=حداکثر خط برای Diff (برای یک فایل)
config.git_max_diff_line_characters=حداکثر کاراکتر در Diff (برای یک خط)
config.git_max_diff_files=حداکثر فایل های Diff (برای نمایش)
config.git_gc_args=آرگومان های GC
config.git_migrate_timeout=آستانه ی زمان مهاجرت
config.git_mirror_timeout=زمان آستانه در به روز رسانی قرینه
config.git_clone_timeout=زمان آستانه ی عملیات Clone
config.git_pull_timeout=زمان آستانه ی عملیات واکشی
config.git_gc_timeout=زمان آستانه ی عملیات GC

config.log_config=پیکربندی ثبت رخداد
config.log_mode=شیوه ثبت رخداد
config.own_named_logger=نام ثبت کننده رخداد
config.routes_to_default_logger=خط سیر به ثبت کننده رخداد پیشفرض
config.go_log=استفاده از ثبت رخداد (هدایت به پیشفرض)
config.router_log_mode=خط سیر شیوه ثبت رخداد
config.disabled_logger=غیرفعال شده
config.access_log_mode=شیوه ثبت رخداد دسترسی
config.access_log_template=الگو
config.xorm_log_mode=شیوه ثبت رخداد XORM
config.xorm_log_sql=ثبت رخداد 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=لغو فرآیند
monitor.process.cancel_desc=لغو کردن یک فرآیند ممکن است باعث از دست رفتن داده ها شود
monitor.process.cancel_notices=لغو: <strong>%s</strong>؟
monitor.process.children=فرزندان
monitor.queues=صف ها
monitor.queue=صف: %s
monitor.queue.name=نام
monitor.queue.type=نوع
monitor.queue.exemplar=نوع نمونه
monitor.queue.numberworkers=تعداد کارگران
monitor.queue.maxnumberworkers=بیشینه تعداد کارگران
monitor.queue.review=بررسی پیکربندی
monitor.queue.review_add=بررسی/افزودن کارگران
monitor.queue.configuration=پیکربندی اولیه
monitor.queue.nopool.title=بدون استخر کارگر
monitor.queue.nopool.desc=این صف صف های دیگر را پوشش میدهد و خودش استخر کارگر ندارد.
monitor.queue.wrapped.desc=یک صف پوششی یک صف کند شروع شده را پوشش میدهد و درخواست‌های صف را در یک کانال بافر می‌کند. خود استخر کارگر ندارد.
monitor.queue.persistable-channel.desc=یک کانال پایدار دو صف را پوشش میدهد، یک صف کانال که استخر کارگر مخصوص به خود را دارد و یک سطح صف برای درخواست‌های مداوم از خاموش شدن‌های قبلی. خود استخر کارگر ندارد.
monitor.queue.pool.timeout=مهلت
monitor.queue.pool.addworkers.title=کارگران اضافه شود
monitor.queue.pool.addworkers.submit=کارگران اضافه شود
monitor.queue.pool.addworkers.desc=کارگران را با یا بدون تایم اوت به این استخر اضافه کنید. اگر یک بازه زمانی تعیین کنید، این کارگران پس از سپری شدن مهلت زمانی از استخر حذف خواهند شد.
monitor.queue.pool.addworkers.numberworkers.placeholder=تعداد کارگران
monitor.queue.pool.addworkers.timeout.placeholder=بدون تایم اوت روی 0 تنظیم کنید
monitor.queue.pool.addworkers.mustnumbergreaterzero=تعداد کارگرانی که باید اضافه شوند باید بیشتر از صفر باشد
monitor.queue.pool.addworkers.musttimeoutduration=تایم اوت باید یک golang duration باشد، به عنوان مثال. 5 متر یا 0 باشد
monitor.queue.pool.flush.title=فلاش کردن صف
monitor.queue.pool.flush.desc=Flush یک کارگر اضافه می‌کند که پس از خالی شدن صف، یا اتمام زمان آن پایان می‌یابد.
monitor.queue.pool.flush.submit=Flush Worker را اضافه کنید
monitor.queue.pool.flush.added=Flush Worker برای %[1]s اضافه شد

monitor.queue.settings.title=تنظیمات استخر
monitor.queue.settings.desc=استخرها به طور پویا با افزایش در پاسخ به مسدود شدن صف کارگران خود رشد می کنند. این تغییرات بر گروه های کارگری فعلی تأثیری نخواهد گذاشت.
monitor.queue.settings.timeout=Boost Timeout
monitor.queue.settings.timeout.placeholder=در حال حاضر %[1]v
monitor.queue.settings.timeout.error=تایم اوت باید یک golang duration باشد، به عنوان مثال. 5 متر یا 0 باشد
monitor.queue.settings.numberworkers=بیشینه تعداد کارگران
monitor.queue.settings.numberworkers.placeholder=در حال حاضر %[1]v
monitor.queue.settings.numberworkers.error=تعداد کارگرانی که باید اضافه شوند باید بیشتر از صفر باشد
monitor.queue.settings.maxnumberworkers=بیشینه تعداد کارگران
monitor.queue.settings.maxnumberworkers.placeholder=در حال حاضر %[1]v
monitor.queue.settings.maxnumberworkers.error=حداکثر تعداد کارگران باید یک عدد باشد
monitor.queue.settings.submit=بالا بردن ساماندهی
monitor.queue.settings.changed=تنظیمات تازه شد
monitor.queue.settings.blocktimeout=تایم اوت بلوک فعلی
monitor.queue.settings.blocktimeout.value=%[1]v

monitor.queue.pool.none=این صف استخر ندارد
monitor.queue.pool.added=گروه کارگری اضافه شد
monitor.queue.pool.max_changed=حداکثر تعداد کارگران تغییر کرد
monitor.queue.pool.workers.title=گروه های کارگری فعال
monitor.queue.pool.workers.none=بدون گروه کارگری.
monitor.queue.pool.cancel=گروه کارگری خاموشی
monitor.queue.pool.cancelling=بسته شدن گروه کارگری
monitor.queue.pool.cancel_notices=این گروه از کارگران %s خاموش شود؟
monitor.queue.pool.cancel_desc=ترک یک صف بدون هیچ گروه کارگری ممکن است باعث مسدود شدن نامحدود درخواست ها شود.

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=تسک
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="%[2]s">%[3]s</a> در <a href="%[1]s">%[4]s</a> push شد
create_issue=`مشکل باز <a href="%[1]s">%[3]s#%[2]s</a>`
close_issue=`"مشکل بسته <a href="%[1]s">%[3]s#%[2]s</a>`
reopen_issue=`مشکل دوباره باز شد <a href="%[1]s">%[3]s#%[2]s</a>`
create_pull_request=`درخواست pull ایجاد شده <a href="%[1]s">%[3]s#%[2]s</a>`
close_pull_request=`درخواست pull بسته <a href="%[1]s">%[3]s#%[2]s</a>`
reopen_pull_request=`درخواست pull دوباره باز شد <a href="%[1]s">%[3]s#%[2]s</a>`
comment_issue=`درباره مشکل <a href="%[1]s">%[3]s#%[2]s</a> نظر داد`
comment_pull=`در مورد درخواست کشش نظر داد <a href="%[1]s">%[3]s#%[2]s</a>`
merge_pull_request='درخواست کشش ادغام شده <a href="%[1]s">%[3]s#%[2]s</a>'
transfer_repo=مخزن از <code>%s</code> به <a href="%s"> %s</a>منتقل شده است
push_tag=تگ <a href="%[2]s">%[3]s</a> به <a href="%[1]s">%[4]s</a> push شد
delete_tag=برچسب %[2] از <a href="%[1]s">%[3]</a> حذف شدند
delete_branch=شاخه %[2] از <a href="%[1]s">%[3]</a> حذف شدند
compare_branch=مقایسه
compare_commits=%d کامیت‌‌ مقایسه شد
compare_commits_general=مقایسه کامیت‌‌ها
mirror_sync_push=commit ها همگام‌سازی‌شدند به <a href="%[2]s">%[3]s</a> در <a href="%[1]s">%[4]s</a> از میرور می‌شود
mirror_sync_create=مرجع جدید <a href="%[2]s">%[3]s</a> با <a href="%[1]s">%[4]s</a> از mirror همگام‌سازی شد
mirror_sync_delete=از مرجع <code>%[2]s</code> در<a href="%[1]s">%[3]s</a> حذف شده و از قرینه همگام شده
approve_pull_request=`تأیید <a href="%[1]s">%[3]s#%[2]s</a>`
reject_pull_request=`تغییرات پیشنهادی برای <a href="%[1]s">%[3]s#%[2]s</a>`
publish_release=`<a href="%[2]s"> "%[4]s" </a> در <a href="%[1]s">%[3]s</a> منتشر شد`
review_dismissed=`بازبینی از <b>%[4]s</b> برای <a href="%[1]s">%[3]s#%[2]s</a> رد شد`
review_dismissed_reason=دلیل:
create_branch=شاخه <a href="%[2]s">%[3]s</a> در <a href="%[1]s">%[4]s</a> ایجاد کرد
starred_repo=ستاره دار <a href="%[1]s">%[2]s</a>
watched_repo=شروع به تماشای <a href="%[1]s">%[2]s</a> کرد

[tool]
ago=%s پیش
from_now=%s از هم اکنون
now=حالا
future=آینده
1s=۱ ثانیه
1m=۱ دقیقه
1h=۱ ساعت
1d=۱ روز
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}} مگابایت).
remove_file=حذف پرونده

[notification]
notifications=اعلان‌ها
unread=خوانده نشده
read=خواندن
no_unread=اعلان خوانده نشده‌ای موجود نیست.
no_read=اعلان خوانده شده‌ای موجود نیست.
pin=سنجاق کردن اعلان
mark_as_read=علامتگذاری بعنوان خوانده شده
mark_as_unread=علامتگذاری بعنوان خوانده نشده
mark_all_as_read=علامت همه به عنوان خوانده شده

[gpg]
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=هشدار! اگرچه اینجا یک کلید با ID در پایگاه داده است این کامیت تایید نشده است! این کامیت مشـــکــــوک است.
error.probable_bad_default_signature=هشدار! اگرچه اینجا یک کلید پیش فرض با ID است این اما کامیت تایید نشده است! این کامیت مشـــکــــوک است.

[units]
error.no_unit_allowed_repo=شما اجازه دسترسی به هیچ قسمت از این مخزن را ندارید.
error.unit_not_allowed=شما اجازه دسترسی به این قسمت مخزن را ندارید.

[packages]
filter.type=نوع
conan.details.repository=مخزن