Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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

#: src/remmina_protocol_widget.c:275
msgid "Connect via SSH from a new terminal"
msgstr "通过 SSH 从新终端连接"

#: src/remmina_protocol_widget.c:281
#, fuzzy
msgid "Open SFTP transfer…"
msgstr "打开 SFTP 传输"

#: src/remmina_protocol_widget.c:309
msgid "Executing external commands…"
msgstr "执行外部命令…"

#: src/remmina_protocol_widget.c:316
#, c-format
msgid "Connecting to \"%s\"…"
msgstr "正在连接到 \"%s\"…"

#: src/remmina_protocol_widget.c:745 src/remmina_protocol_widget.c:863
#, c-format
msgid "Connecting to \"%s\" via SSH…"
msgstr "通过 SSH 连接到 \"%s\"…"

#: src/remmina_protocol_widget.c:926
#, c-format
msgid "Awaiting incoming SSH connection at port %i…"
msgstr "在端口 %i 等待传入的 SSH 连接…"

#: src/remmina_protocol_widget.c:978
#, c-format
msgid "The \"%s\" command is not available on the SSH server."
msgstr "\"%s\" 命令在 SSH 服务器上不可用。"

#: src/remmina_protocol_widget.c:982
#, c-format
msgid "Could not run the \"%s\" command on the SSH server (status = %i)."
msgstr "SSH 服务器运行命令 \"%s\" 失败(状态= %i)。"

#. TRANSLATORS: %s is a placeholder for an error message
#: src/remmina_protocol_widget.c:990
#, c-format
msgid "Could not run command. %s"
msgstr "无法运行命令。%s"

#: src/remmina_protocol_widget.c:1058
#, c-format
msgid "Connecting to %s via SSH…"
msgstr "通过 SSH 连接到 %s …"

#: src/remmina_protocol_widget.c:1424 src/remmina_protocol_widget.c:1443
#: src/remmina_ssh_plugin.c:920 src/remmina_sftp_plugin.c:291
#: src/remmina_sftp_plugin.c:324 src/remmina_file_editor.c:927
#: plugins/www/www_plugin.c:863 plugins/rdp/rdp_plugin.c:1982
#: data/ui/remmina_unlock.glade:116 data/ui/remmina_mpc.glade:236
#: data/ui/remmina_preferences.glade:1533
msgid "Password"
msgstr "密码"

#: src/remmina_protocol_widget.c:1442
msgid "Type in username and password for SSH."
msgstr "输入 SSH 的用户名和密码。"

#: src/remmina_protocol_widget.c:1498
msgid "Certificate details:"
msgstr "证书详情:"

#: src/remmina_protocol_widget.c:1499 src/remmina_protocol_widget.c:1520
msgid "Subject:"
msgstr "主题:"

#: src/remmina_protocol_widget.c:1500 src/remmina_protocol_widget.c:1521
msgid "Issuer:"
msgstr "颁发者:"

#: src/remmina_protocol_widget.c:1501
msgid "Fingerprint:"
msgstr "指纹:"

#: src/remmina_protocol_widget.c:1502
msgid "Accept certificate?"
msgstr "接受证书吗?"

#: src/remmina_protocol_widget.c:1519
msgid "The certificate changed! Details:"
msgstr "证书已更改!详情:"

#: src/remmina_protocol_widget.c:1522
msgid "Old fingerprint:"
msgstr "旧指纹:"

#: src/remmina_protocol_widget.c:1523
msgid "New fingerprint:"
msgstr "新指纹:"

#: src/remmina_protocol_widget.c:1524
msgid "Accept changed certificate?"
msgstr "接受更改的证书吗?"

#: src/remmina_protocol_widget.c:1666
#, c-format
msgid "Listening on port %i for an incoming %s connection…"
msgstr "在 %i 端口监听传入的 %s 连接…"

#: src/remmina_protocol_widget.c:1691
msgid "Could not authenticate, attempting reconnection…"
msgstr "验证失败,重新连接…"

#: src/remmina_protocol_widget.c:1753 src/remmina_file_editor.c:408
#: src/remmina_file_editor.c:883 data/ui/remmina_main.glade:565
msgid "Server"
msgstr "服务器"

#: src/remmina_protocol_widget.c:1770
#, c-format
msgid "Install the %s protocol plugin first."
msgstr "请先安装 %s 协议插件。"

#: src/remmina_exec.c:320
#, c-format
msgid "Plugin %s is not registered."
msgstr "插件 %s 未注册。"

#: src/remmina_pref_dialog.c:83 src/remmina_file_editor.c:497
#: data/ui/remmina_preferences.glade:234
msgid "Resolutions"
msgstr "分辨率"

#: src/remmina_pref_dialog.c:83 src/remmina_file_editor.c:497
msgid "Configure the available resolutions"
msgstr "配置可提供的分辨率"

#: src/remmina_pref_dialog.c:132
msgid "Recent lists cleared."
msgstr "最近项已被清除。"

#: src/remmina_pref_dialog.c:143 src/rcw.c:1833
#: data/ui/remmina_preferences.glade:249 data/ui/remmina_preferences.glade:259
msgid "Keystrokes"
msgstr "键盘监听"

#: src/remmina_pref_dialog.c:143
msgid "Configure the keystrokes"
msgstr "配置键盘监听"

#. TRANSLATORS: Do not translate libsodium, is the name of a library
#: src/remmina_pref_dialog.c:443
msgid "libsodium >= 1.9.0 is required to use master password"
msgstr "要使用主密码,必须 libsodium >= 1.9.0"

#: src/remmina_ssh_plugin.c:441
#, c-format
msgid "Error: %s"
msgstr "错误: %s"

#: src/remmina_ssh_plugin.c:458
msgid "Terminal content saved in"
msgstr "终端内容保存在"

#: src/remmina_ssh_plugin.c:512
msgid "Select All (Host + A)"
msgstr "全选 (Host + A)"

#: src/remmina_ssh_plugin.c:513
msgid "Copy (host + C)"
msgstr "复制 (host + C)"

#: src/remmina_ssh_plugin.c:514
msgid "Paste (host + V)"
msgstr "粘贴(host+V)"

#: src/remmina_ssh_plugin.c:515
msgid "Save session to file"
msgstr "将会话保存到文件"

#: src/remmina_ssh_plugin.c:921 src/remmina_sftp_plugin.c:292
#: src/remmina_file_editor.c:362 src/remmina_file_editor.c:369
msgid "SSH identity file"
msgstr "SSH 私钥文件"

#: src/remmina_ssh_plugin.c:922 src/remmina_sftp_plugin.c:293
msgid "SSH agent"
msgstr "SSH 代理"

#: src/remmina_ssh_plugin.c:923 src/remmina_sftp_plugin.c:294
#: src/remmina_file_editor.c:940
msgid "Public key (automatic)"
msgstr "公钥(自动)"

#: src/remmina_ssh_plugin.c:924 src/remmina_sftp_plugin.c:295
msgid "Kerberos (GSSAPI)"
msgstr "Kerberos (GSSAPI)"

#: src/remmina_ssh_plugin.c:999 data/ui/remmina_main.glade:267
msgid "Copy"
msgstr "复制"

#: src/remmina_ssh_plugin.c:999
msgid "_Copy"
msgstr "复制(_C)"

#: src/remmina_ssh_plugin.c:1000
msgid "Paste"
msgstr "粘贴"

#: src/remmina_ssh_plugin.c:1000
msgid "_Paste"
msgstr "粘贴(_P)"

#: src/remmina_ssh_plugin.c:1001
msgid "Select all"
msgstr "全选"

#: src/remmina_ssh_plugin.c:1001
msgid "_Select all"
msgstr "全选(_S)"

#: src/remmina_ssh_plugin.c:1019 src/remmina_message_panel.c:330
#: src/remmina_sftp_plugin.c:323 src/remmina_file_editor.c:918
#: plugins/www/www_plugin.c:862 plugins/vnc/vnc_plugin.c:1832
#: plugins/vnc/vnc_plugin.c:1852 plugins/rdp/rdp_plugin.c:1981
#: plugins/nx/nx_plugin.c:721 data/ui/remmina_mpc.glade:144
msgid "Username"
msgstr "用户名"

#: src/remmina_ssh_plugin.c:1020 plugins/vnc/vnc_plugin.c:1833
#: plugins/vnc/vnc_plugin.c:1853 plugins/spice/spice_plugin.c:437
#: plugins/nx/nx_plugin.c:722
msgid "User password"
msgstr "用户密码"

#: src/remmina_ssh_plugin.c:1021 src/remmina_sftp_plugin.c:325
msgid "Authentication type"
msgstr "认证类型"

#: src/remmina_ssh_plugin.c:1022 src/remmina_sftp_plugin.c:326
#: plugins/nx/nx_plugin.c:720
msgid "Identity file"
msgstr "私钥文件"

#: src/remmina_ssh_plugin.c:1023 src/remmina_sftp_plugin.c:327
#: src/remmina_file_editor.c:949
msgid "Password to unlock private key"
msgstr "解锁私钥的密码"

#: src/remmina_ssh_plugin.c:1024 plugins/xdmcp/xdmcp_plugin.c:370
#: plugins/rdp/rdp_plugin.c:2011 plugins/nx/nx_plugin.c:725
msgid "Startup program"
msgstr "启动程序"

#: src/remmina_ssh_plugin.c:1029
#, fuzzy
msgid ""
"The filename can use the following placeholders:\n"
"\n"
"  • %h is substituted with the server name\n"
"  • %t is substituted with the SSH server name\n"
"  • %u is substituted with the username\n"
"  • %U is substituted with the SSH username\n"
"  • %p is substituted with Remmina profile name\n"
"  • %g is substituted with Remmina profile group name\n"
"  • %d is substituted with local datetime in iso8601 format\n"
msgstr ""
"<tt><big>* command in PATH args %h\n"
"* /path/to/foo -选项 %h %u\n"
"* %h 是服务器名\n"
"* %t 是 SSH 服务器名\n"
"* %u 是用户名\n"
"* %U 是 SSH 用户名\n"
"* %p 是 Remmina 配置文件名\n"
"* %g 是 Remmina 配置文件组名\n"
"如果要在连接之前执行命令,请不要在后台运行。\n"
"</big></tt>"

#: src/remmina_ssh_plugin.c:1051
msgid "Terminal color scheme"
msgstr "终端配色方案"

#: src/remmina_ssh_plugin.c:1052
msgid "Character set"
msgstr "字符集"

#: src/remmina_ssh_plugin.c:1053 src/remmina_sftp_plugin.c:328
msgid "SSH Proxy Command"
msgstr "SSH 代理命令"

#: src/remmina_ssh_plugin.c:1054
msgid "KEX (Key Exchange) algorithms"
msgstr "KEX(密钥交换)算法"

#: src/remmina_ssh_plugin.c:1055
msgid "Symmetric cipher client to server"
msgstr "对称加密客户端到服务器"

#: src/remmina_ssh_plugin.c:1056
msgid "Preferred server host key types"
msgstr "首选服务器主机密钥类型"

#: src/remmina_ssh_plugin.c:1057
msgid "Folder for SSH session log"
msgstr "SSH 会话日志文件夹"

#: src/remmina_ssh_plugin.c:1058
msgid "Filename for SSH session log"
msgstr "SSH 会话日志的文件名"

#: src/remmina_ssh_plugin.c:1059
msgid "Log SSH session when exiting Remmina"
msgstr "退出 Remmina 时记录 SSH 会话"

#: src/remmina_ssh_plugin.c:1060
msgid "Audible terminal bell"
msgstr ""

#: src/remmina_ssh_plugin.c:1061
msgid "SSH compression"
msgstr "SSH 压缩"

#: src/remmina_ssh_plugin.c:1062
msgid "Don't remember passwords"
msgstr "忘记密码"

#: src/remmina_ssh_plugin.c:1063
msgid "Strict host key checking"
msgstr "严格的主机密钥检查"

#: src/remmina_ssh_plugin.c:1077
msgid "SSH - Secure Shell"
msgstr "SSH - 安全 Shell 连接"

#: src/remmina_applet_menu_item.c:121
msgid "Discovered"
msgstr "已发现"

#: src/remmina_applet_menu_item.c:126
msgid "New Connection"
msgstr "新的连接"

#: src/remmina_mpchange.c:234
msgid "The passwords do not match"
msgstr "密码不符"

#: src/remmina_mpchange.c:244
msgid "Resetting passwords, please wait…"
msgstr "正在重置密码,请稍候…"

#: src/remmina_mpchange.c:327
msgid "The multi password changer requires a secrecy plugin.\n"
msgstr "多密码转换器需要一个保密插件\n"

#: src/remmina_mpchange.c:330
msgid "The multi password changer requires a secrecy service.\n"
msgstr "如果没有安全服务,多密码转换器将无法运行。\n"

#: src/remmina_mpchange.c:409
#, c-format
msgid "%d password changed."
msgid_plural "%d passwords changed."
msgstr[0] "%d 个密码已更改。"

#: src/remmina_public.c:639
msgid "Please enter format 'widthxheight'."
msgstr "请正确输入“宽x高”。"

#. TRANSLATORS: translator-credits should be replaced with a formatted list of translators in your own language
#: src/remmina_about.c:54
msgid "translator-credits"
msgstr ""
"Remmina 的原版本简体中文翻译由作者本人完成\n"
"Launchpad 贡献者:\n"
"  Aron Xu https://launchpad.net/~happyaron\n"
"  Heling Yao https://launchpad.net/~hyao\n"
"  Vic https://launchpad.net/~llyzs\n"
"  Wang Dianjin https://launchpad.net/~tuhaihe\n"
"  YunQiang Su https://launchpad.net/~wzssyqa\n"
"  shijing https://launchpad.net/~shijing\n"
"新版本翻译地址已由 Launchpad 迁至:\n"
"https://hosted.weblate.org/projects/remmina/\n"
"  玉堂白鹤 <yjwork@qq.com>, 2020"

#: src/remmina_ftp_client.c:388
msgid "Choose download location"
msgstr "选择下载目录"

#: src/remmina_ftp_client.c:528
msgid "Are you sure to delete the selected files on server?"
msgstr "确认要删除服务器上的文件?"

#: src/remmina_ftp_client.c:585
msgid "Choose a file to upload"
msgstr "选择要上传的文件"

#: src/remmina_ftp_client.c:592
msgid "Upload folder"
msgstr "上传文件夹"

#: src/remmina_ftp_client.c:648 src/remmina_ftp_client.c:770
msgid "Download"
msgstr "下载"

#: src/remmina_ftp_client.c:655 src/remmina_ftp_client.c:781
msgid "Upload"
msgstr "上传"

#: src/remmina_ftp_client.c:662
msgid "_Delete"
msgstr "删除(_D)"

#: src/remmina_ftp_client.c:749
msgid "Home"
msgstr "首页"

#: src/remmina_ftp_client.c:751
msgid "Go to home folder"
msgstr "跳到主目录"

#: src/remmina_ftp_client.c:756
msgid "Up"
msgstr "向上"

#: src/remmina_ftp_client.c:758
msgid "Go to parent folder"
msgstr "跳到上一层目录"

#: src/remmina_ftp_client.c:763 plugins/vnc/vnc_plugin.c:1889
#: plugins/rdp/rdp_plugin.c:2047
msgid "Refresh"
msgstr "刷新"

#: src/remmina_ftp_client.c:765
msgid "Refresh current folder"
msgstr "刷新当前目录"

#: src/remmina_ftp_client.c:772
msgid "Download from server"
msgstr "从服务器下载"

#: src/remmina_ftp_client.c:783
msgid "Upload to server"
msgstr "上传到服务器"

#: src/remmina_ftp_client.c:790 data/ui/remmina_main.glade:287
msgid "Delete"
msgstr "删除"

#: src/remmina_ftp_client.c:792
msgid "Delete files on server"
msgstr "删除服务器上的文件"

#: src/remmina_ftp_client.c:903 src/remmina_ftp_client.c:972
msgid "Filename"
msgstr "文件名"

#: src/remmina_ftp_client.c:916 src/remmina_ftp_client.c:1001
msgid "Size"
msgstr "大小"

#: src/remmina_ftp_client.c:924
msgid "User"
msgstr "用户名"

#: src/remmina_ftp_client.c:930 src/remmina_file_editor.c:1470
#: data/ui/remmina_main.glade:551 data/ui/remmina_mpc.glade:115
msgid "Group"
msgstr "分组"

#: src/remmina_ftp_client.c:936
msgid "Permission"
msgstr "权限"

#: src/remmina_ftp_client.c:988 plugins/rdp/rdp_plugin.c:1937
msgid "Remote"
msgstr "远程"

#: src/remmina_ftp_client.c:995 plugins/rdp/rdp_plugin.c:1933
msgid "Local"
msgstr "本地"

#: src/remmina_ftp_client.c:1009
msgid "Progress"
msgstr "进度"

#. TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
#: src/remmina.c:84
msgid "Show 'About'"
msgstr "显示关于对话框"

#. TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
#: src/remmina.c:86 src/remmina.c:88
#, fuzzy
msgid ""
"Connect to desktop described in file (.remmina or type supported by plugin)"
msgstr "连接到文件描述的桌面(.remmina 或插件支持的类型)"

#. TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
#: src/remmina.c:90
#, fuzzy
msgid ""
"Edit desktop connection described in file (.remmina or type supported by "
"plugin)"
msgstr "编辑文件描述的桌面连接(.remmina 或插件支持的类型)"

#. TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
#: src/remmina.c:93
msgid "Start in kiosk mode"
msgstr "在 Kiosk 模式下启动"

#. TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
#: src/remmina.c:95
msgid "Create new connection profile"
msgstr "创建一个新的连接配置文件"

#. TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
#: src/remmina.c:97
msgid "Show preferences"
msgstr "显示首选项"

#. TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
#: src/remmina.c:99
msgid "Run a plugin"
msgstr "执行插件"

#. TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
#: src/remmina.c:101
msgid "Quit"
msgstr "退出"

#. TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
#: src/remmina.c:103
msgid "Use default server name (for --new)"
msgstr "使用默认服务名(for --new)"

#. TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
#: src/remmina.c:105
msgid "Use default protocol (for --new)"
msgstr "使用默认协议(for --new)"

#. TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
#: src/remmina.c:107
msgid "Start in tray"
msgstr "启动托盘"

#. TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
#: src/remmina.c:109
msgid "Show the application version"
msgstr "显示应用程序版本"

#. TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
#: src/remmina.c:111
msgid "Show version of the application and its plugins"
msgstr "显示应用程序及其插件的版本"

#. TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
#: src/remmina.c:113
msgid "Modify connection profile (requires --set-option)"
msgstr "修改连接配置文件(需要 --set-option)"

#. TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
#: src/remmina.c:115
msgid "Set one or more profile settings, to be used with --update-profile"
msgstr "设置一个或多个配置文件设置,用于 --update-profile"

#: src/remmina_icon.c:139
msgid "Open Main Window"
msgstr "打开主窗口"

#: src/remmina_icon.c:144 data/ui/remmina_main.glade:343
msgid "_Preferences"
msgstr "首选项(_P)"

#: src/remmina_icon.c:149
msgid "_About"
msgstr "关于(_A)"

#: src/remmina_icon.c:159
msgid "Enable Service Discovery"
msgstr "开启服务侦测功能"

#: src/remmina_icon.c:172 data/ui/remmina_main.glade:494
msgid "_Quit"
msgstr "退出(_Q)"

#: src/remmina_icon.c:357 src/remmina_icon.c:539
msgid "Remmina Applet"
msgstr "Remmina 面板小程序"

#: src/remmina_icon.c:359 src/remmina_icon.c:541
msgid "Connect to remote desktops through the applet menu"
msgstr "通过小程序菜单快速连接到远程桌面"

#: src/remmina_icon.c:480 src/remmina_icon.c:481 src/remmina_main.c:1225
msgid "Remmina Remote Desktop Client"
msgstr "Remmina 远程桌面客户端"

#: src/rcw.c:596
#, c-format
msgid ""
"Are you sure you want to close %i active connections in the current window?"
msgstr "当前窗口已打开 %i 个连接。确认要关闭吗?"

#: src/rcw.c:1309
msgid "Viewport fullscreen mode"
msgstr "视口全屏模式"

#: src/rcw.c:1317 data/ui/remmina_preferences.glade:586
msgid "Scrolled fullscreen"
msgstr "滚动全屏"

#: src/rcw.c:1402
msgid "Keep aspect ratio when scaled"
msgstr "缩放时保持比例"

#: src/rcw.c:1410
msgid "Fill client window when scaled"
msgstr "缩放时填满客户端窗口"

#: src/rcw.c:1949
msgid "Turn off scaling to avoid screenshot distortion."
msgstr "关闭缩放比例以避免屏幕截图失真。"

#: src/rcw.c:2009 plugins/www/www_plugin.c:831
msgid "Screenshot taken"
msgstr "截屏"

#: src/rcw.c:2083
msgid "Resize the window to fit in remote resolution"
msgstr "调整窗口大小以适应远程分辨率"

#: src/rcw.c:2094
msgid "Toggle fullscreen mode"
msgstr "切换全屏模式"

#: src/rcw.c:2139 data/ui/remmina_preferences.glade:930
msgid "Switch tab pages"
msgstr "切换标签页"

#: src/rcw.c:2153
msgid "Toggle dynamic resolution update"
msgstr "切换动态分辨率更新"

#: src/rcw.c:2163
msgid "Toggle scaled mode"
msgstr "切换缩放模式"

#: src/rcw.c:2198
msgid "Grab all keyboard events"
msgstr "俘获所有键盘事件"

#: src/rcw.c:2207
msgid "Preferences"
msgstr "首选项"

#: src/rcw.c:2215 src/rcw.c:2216 data/ui/remmina_main.glade:297
msgid "Tools"
msgstr "工具"

#: src/rcw.c:2228
msgid "Duplicate current connection"
msgstr ""

#: src/rcw.c:2239 data/ui/remmina_preferences.glade:1124
#: data/ui/remmina_preferences.glade:1134
msgid "Screenshot"
msgstr "截屏"

#: src/rcw.c:2247 data/ui/remmina_preferences.glade:1033
msgid "Minimize window"
msgstr "最小化窗口"

#: src/rcw.c:2256 data/ui/remmina_preferences.glade:1064
msgid "Disconnect"
msgstr "断开"

#: src/rcw.c:3812
#, c-format
msgid "The file \"%s\" is corrupted, unreadable, or could not be found."
msgstr "文件 \"%s\" 已损坏,无法读取或未找到。"

#: src/rcw.c:3974
msgid "Warning: This plugin requires GtkSocket, but it’s not available."
msgstr "警告:此插件需要 GtkSocket,但它不可用。"

#: src/remmina_plugin_manager.c:70 src/remmina_file_editor.c:1488
msgid "Protocol"
msgstr "协议"

#: src/remmina_plugin_manager.c:70
msgid "Entry"
msgstr "入口"

#: src/remmina_plugin_manager.c:70
msgid "File"
msgstr "文件"

#: src/remmina_plugin_manager.c:70
msgid "Tool"
msgstr "工具"

#: src/remmina_plugin_manager.c:70
msgid "Preference"
msgstr "首选项"

#: src/remmina_plugin_manager.c:70
msgid "Secret"
msgstr "机密"

#: src/remmina_plugin_manager.c:446 data/ui/remmina_main.glade:414
msgid "Plugins"
msgstr "插件"

#: src/remmina_plugin_manager.c:446 src/remmina_message_panel.c:452
#: src/remmina_message_panel.c:621 src/remmina_file_editor.c:162
msgid "_OK"
msgstr "确定(_O)"

#: src/remmina_plugin_manager.c:464 src/remmina_file_editor.c:1445
#: plugins/nx/nx_session_manager.c:204 data/ui/remmina_main.glade:529
msgid "Name"
msgstr "名称"

#: src/remmina_plugin_manager.c:470 plugins/nx/nx_session_manager.c:183
msgid "Type"
msgstr "类型"

#: src/remmina_plugin_manager.c:476
msgid "Description"
msgstr "描述"

#: src/remmina_plugin_manager.c:482
msgid "Version"
msgstr "版本"

#: src/remmina_main.c:647
#, c-format
msgid "Total %i item."
msgid_plural "Total %i items."
msgstr[0] "共 %i 项。"

#: src/remmina_main.c:829
#, c-format
msgid "Are you sure you want to delete \"%s\"?"
msgstr "确认要删除 \"%s\"?"

#: src/remmina_main.c:929
#, c-format
msgid ""
"Unable to import:\n"
"%s"
msgstr ""
"无法导入:\n"
"%s"

#: src/remmina_main.c:956 data/ui/remmina_main.glade:374
msgid "Import"
msgstr "导入"

#: src/remmina_main.c:979 src/remmina_file_editor.c:1328
msgid "_Save"
msgstr "保存(_S)"

#: src/remmina_main.c:986
msgid "This protocol does not support exporting."
msgstr "此协议不支持导出。"

#: src/remmina_main.c:1227
msgid "Remmina Kiosk"
msgstr "Remmina Kiosk"

#: src/remmina_key_chooser.h:38
msgid "Shift+"
msgstr "Shift+"

#: src/remmina_key_chooser.h:39
msgid "Ctrl+"
msgstr "Ctrl+"

#: src/remmina_key_chooser.h:40
msgid "Alt+"
msgstr "Alt+"

#: src/remmina_key_chooser.h:41
msgid "Super+"
msgstr "Super+"

#: src/remmina_key_chooser.h:42
msgid "Hyper+"
msgstr "Hyper+"

#: src/remmina_key_chooser.h:43
msgid "Meta+"
msgstr "Hyper+"

#: src/remmina_key_chooser.h:44
msgid "<None>"
msgstr "<无>"

#. TRANSLATORS: The placeholder %s is a directory path
#: src/remmina_sftp_client.c:173
#, c-format
msgid "Could not create the folder \"%s\"."
msgstr "无法创建文件夹 \"%s\"。"

#. TRANSLATORS: The placeholder %s is a file path
#: src/remmina_sftp_client.c:181 src/remmina_sftp_client.c:202
#, c-format
msgid "Could not create the file \"%s\"."
msgstr "无法创建文件 \"%s\"。"

#. TRANSLATORS: The placeholders %s are a file path, and an error message.
#: src/remmina_sftp_client.c:220
#, c-format
msgid "Could not open the file \"%s\" on the server. %s"
msgstr "无法打开服务器上的文件 \"%s\" 。%s"

#: src/remmina_sftp_client.c:242
#, c-format
msgid "Could not save the file \"%s\"."
msgstr "无法保存文件 \"%s\"。"

#: src/remmina_sftp_client.c:281 src/remmina_sftp_client.c:698
#: src/remmina_sftp_client.c:761
#, c-format
msgid "Could not open the folder \"%s\". %s"
msgstr "无法打开文件夹 \"%s\"。 %s"

#: src/remmina_sftp_client.c:385
#, c-format
msgid "Could not create the folder \"%s\" on the server. %s"
msgstr "在服务器上创建文件夹 \"%s\" 失败。%s"

#: src/remmina_sftp_client.c:413 src/remmina_sftp_client.c:435
#, c-format
msgid "Could not create the file \"%s\" on the server. %s"
msgstr "在服务器上创建文件 \"%s\" 失败。%s"

#: src/remmina_sftp_client.c:456
#, c-format
msgid "Could not open the file \"%s\"."
msgstr "无法打开文件 \"%s\"。"

#: src/remmina_sftp_client.c:476
#, c-format
msgid "Could not write to the file \"%s\" on the server. %s"
msgstr "无法在服务器上写入文件 \"%s\" 。%s"

#: src/remmina_sftp_client.c:716
#, c-format
msgid "Could not read from the folder. %s"
msgstr "读取文件夹失败。%s"

#: src/remmina_sftp_client.c:823
msgid "Are you sure you want to cancel the file transfer in progress?"
msgstr "确定要取消正在进行的文件传输吗?"

#: src/remmina_sftp_client.c:857
#, c-format
msgid "Could not delete \"%s\". %s"
msgstr "无法删除 \"%s\"。 %s"

#: src/remmina_sftp_client.c:938
msgid "The file exists already"
msgstr "文件已经存在"

#: src/remmina_sftp_client.c:941
msgid "Resume"
msgstr "恢复"

#: src/remmina_sftp_client.c:942
msgid "Overwrite"
msgstr "覆盖"

#: src/remmina_sftp_client.c:943 src/remmina_message_panel.c:457
#: src/remmina_message_panel.c:629 src/remmina_file_editor.c:161
#: src/remmina_file_editor.c:370 src/remmina_file_editor.c:1320
#: plugins/spice/spice_plugin_file_transfer.c:84
#: plugins/nx/nx_session_manager.c:156 data/ui/remmina_spinner.glade:8
#: data/ui/remmina_spinner.glade:9 data/ui/remmina_key_chooser.glade:8
#: data/ui/remmina_key_chooser.glade:9
msgid "_Cancel"
msgstr "取消(_C)"

#: src/remmina_sftp_client.c:952
msgid "Question"
msgstr "问题"

#: src/remmina_sftp_client.c:960
msgid "The following file already exists in the target folder:"
msgstr "目标文件夹中已经存在如下文件:"

#: src/remmina_message_panel.c:163 data/ui/remmina_unlock.glade:46
#: data/ui/remmina_mpc.glade:46
msgid "Cancel"
msgstr "取消"

#: src/remmina_message_panel.c:199 data/ui/remmina_news.glade:28
#: data/ui/remmina_preferences.glade:33 data/ui/remmina_preferences.glade:34
#: data/ui/remmina_preferences.glade:60 data/ui/remmina_string_list.glade:8
#: data/ui/remmina_string_list.glade:9 data/ui/remmina_string_list.glade:63
msgid "Close"
msgstr "关闭"

#: src/remmina_message_panel.c:260
msgid "Yes"
msgstr "是"

#: src/remmina_message_panel.c:267
msgid "No"
msgstr "否"

#: src/remmina_message_panel.c:391 plugins/rdp/rdp_plugin.c:1983
#: data/ui/remmina_mpc.glade:172
msgid "Domain"
msgstr "域"

#: src/remmina_message_panel.c:420
msgid "Save password"
msgstr "保存密码"

#: src/remmina_message_panel.c:513
msgid "Enter certificate authentication files"
msgstr "输入证书认证文件"

#: src/remmina_message_panel.c:525
msgid "CA Certificate File"
msgstr "CA 证书文件"

#: src/remmina_message_panel.c:547
msgid "CA CRL File"
msgstr "CA CRL 文件"

#: src/remmina_message_panel.c:569
msgid "Client Certificate File"
msgstr "客户端证书文件"

#: src/remmina_message_panel.c:591
msgid "Client Certificate Key"
msgstr "客户端证书密钥"

#: src/remmina_sftp_plugin.c:304
msgid "Show Hidden Files"
msgstr "显示隐藏文件"

#: src/remmina_sftp_plugin.c:306
msgid "Overwrite all"
msgstr "全部覆盖"

#: src/remmina_sftp_plugin.c:337
msgid "SFTP - Secure File Transfer"
msgstr "SFTP - 安全文件传输"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:213 src/remmina_ssh.c:407
#, c-format
msgid "Could not authenticate with SSH password. %s"
msgstr "无法使用 SSH 密码进行身份验证。%s"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:234 src/remmina_ssh.c:260 src/remmina_ssh.c:269
#: src/remmina_ssh.c:417 src/remmina_ssh.c:430
#, c-format
msgid "Could not authenticate with public SSH key. %s"
msgstr "无法使用公共SSH密钥进行身份验证。%s"

#: src/remmina_ssh.c:235
msgid "SSH Key file not yet set."
msgstr "未设置私钥文件。"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:246
#, c-format
msgid "Public SSH key cannot be imported. %s"
msgstr "无法导入公共 SSH 密钥。%s"

#: src/remmina_ssh.c:255
#, fuzzy
msgid "SSH passphrase is empty, it should not be."
msgstr "SSH 密码为空,但它不应为空。"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:289
#, c-format
msgid "Could not authenticate automatically with public SSH key. %s"
msgstr "无法使用公共 SSH 密钥自动进行身份验证。%s"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:307
#, c-format
msgid "Could not authenticate with public SSH key using SSH agent. %s"
msgstr "无法使用 SSH 代理使用公共 SSH 密钥进行身份验证。%s"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:327
#, c-format
msgid "Could not authenticate with SSH Kerberos/GSSAPI. %s"
msgstr "无法使用SSH Kerberos/GSSAPI 进行身份验证。 %s"

#: src/remmina_ssh.c:357
msgid "The public SSH key changed!"
msgstr "SSH 公钥已变更!"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:509
#, c-format
msgid "Could not fetch the server's public SSH key. %s"
msgstr "无法获取服务器的公共SSH密钥。%s"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:516
#, c-format
msgid "Could not fetch public SSH key. %s"
msgstr "无法获取公共SSH密钥。%s"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:524
#, fuzzy, c-format
msgid "Could not fetch checksum for public SSH key. %s"
msgstr "无法启动 SSH 会话:%s"

#: src/remmina_ssh.c:537
msgid "The server is unknown. The public key fingerprint is:"
msgstr "服务器未知,其公钥指纹为:"

#: src/remmina_ssh.c:539 src/remmina_ssh.c:545
msgid "Do you trust the new public key?"
msgstr "您信任新的公钥吗?"

#: src/remmina_ssh.c:542
msgid ""
"Warning: The server has changed its public key. This means either you are "
"under attack,\n"
"or the administrator has changed the key. The new public key fingerprint is:"
msgstr ""
"警告:服务器的公钥发生了改变。这意味着您或者正遭受攻击,\n"
"或者服务器管理员修改了密钥。新的公钥指纹为:"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:567
#, c-format
msgid "Could not check list of known SSH hosts. %s"
msgstr "无法检查已知SSH主机的列表。%s"

#: src/remmina_ssh.c:576
msgid "SSH password"
msgstr "SSH 密码"

#: src/remmina_ssh.c:583 src/remmina_ssh.c:621
msgid "SSH private key passphrase"
msgstr "SSH 私钥密码"

#: src/remmina_ssh.c:588
msgid "SSH Kerberos/GSSAPI"
msgstr "SSH Kerberos/GSSAPI"

#: src/remmina_ssh.c:618 src/remmina_ssh.c:641
#, fuzzy
msgid "SSH tunnel credentials"
msgstr "SSH 凭据"

#: src/remmina_ssh.c:618 src/remmina_ssh.c:641 plugins/nx/nx_plugin.c:202
msgid "SSH credentials"
msgstr "SSH 凭据"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:789
#, c-format
msgid "Could not start SSH session. %s"
msgstr "无法启动 SSH 会话。%s"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:1170 src/remmina_ssh.c:1233
#, c-format
msgid "Could not create channel. %s"
msgstr "创建通道失败。%s"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:1181
#, c-format
msgid "Could not connect to SSH tunnel. %s"
msgstr "无法连接到 SSH 通道。%s"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:1248 src/remmina_ssh.c:1873
#, c-format
msgid "Could not open channel. %s"
msgstr "打开通道失败。%s"

#: src/remmina_ssh.c:1254
#, c-format
msgid "Could not run %s on SSH server."
msgstr "无法在 SSH 服务器上运行 %s。"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:1292 src/remmina_ssh.c:1313 src/remmina_ssh.c:1322
#, c-format
msgid "Could not request port forwarding. %s"
msgstr "无法申请端口转发。%s"

#: src/remmina_ssh.c:1357
msgid "The server did not respond."
msgstr "服务器没有响应。"

#: src/remmina_ssh.c:1400
#, c-format
msgid "Cannot connect to local port %i."
msgstr "无法连接到本地端口 %i。"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:1450
#, c-format
msgid "Could not write to SSH channel. %s"
msgstr "无法写入SSH通道。%s"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:1457
#, c-format
msgid "Could not read from tunnel listening socket. %s"
msgstr "读取隧道侦听套接字返回错误。%s"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:1477
#, fuzzy, c-format
msgid "Could not poll SSH channel. %s"
msgstr "打开通道失败:%s"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:1484
#, fuzzy, c-format
msgid "Could not read SSH channel in a non-blocking way. %s"
msgstr "ssh_channel_read_nonblocking() 返回错误:%s"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:1503
#, fuzzy, c-format
msgid "Could not send data to tunnel listening socket. %s"
msgstr "读取隧道侦听套接字返回错误:%s"

#: src/remmina_ssh.c:1605
msgid "Assign a destination port."
msgstr "分配目标端口。"

#: src/remmina_ssh.c:1612
msgid "Could not create socket."
msgstr "无法创建套接字。"

#: src/remmina_ssh.c:1622
msgid "Could not bind server socket to local port."
msgstr "无法将服务器套接字绑定到本地端口。"

#: src/remmina_ssh.c:1628
msgid "Could not listen to local port."
msgstr "无法侦听本地端口。"

#. TRANSLATORS: Do not translate pthread
#: src/remmina_ssh.c:1638 src/remmina_ssh.c:1655 src/remmina_ssh.c:1690
msgid "Could not start pthread."
msgstr "无法启动 pthread。"

#. TRANSLATORS: Do not translate pthread
#: src/remmina_ssh.c:1672
msgid "Failed to initialize pthread."
msgstr "无法初始化 pthread。"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:1783
#, c-format
msgid "Could not create SFTP session. %s"
msgstr "无法创建 SFTP 会话。%s"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:1788
#, c-format
msgid "Could not start SFTP session. %s"
msgstr "无法启动 SFTP 会话。%s"

#. TRANSLATORS: The placeholder %s is an error message
#: src/remmina_ssh.c:1903
#, c-format
msgid "Could not request shell. %s"
msgstr "无法请求 shell。%s"

#: src/remmina_ssh.c:1996
msgid "Could not create PTY device."
msgstr "无法创建 PTY 设备。"

#: src/remmina_file_editor.c:74
#, fuzzy
msgid ""
"<tt><big>Supported formats\n"
"• server\n"
"• server:port\n"
"• [server]:port</big></tt>"
msgstr ""
"<tt><big>支持的格式\n"
"* 服务器\n"
"* 服务器:端口\n"
"* [服务器]:端口</big></tt>"

#: src/remmina_file_editor.c:81
#, fuzzy
msgid ""
"<tt><big>• command in PATH args %h\n"
"• /path/to/foo -options %h %u\n"
"• %h is substituted with the server name\n"
"• %t is substituted with the SSH server name\n"
"• %u is substituted with the username\n"
"• %U is substituted with the SSH username\n"
"• %p is substituted with Remmina profile name\n"
"• %g is substituted with Remmina profile group name\n"
"• %d is substituted with local datetime in iso8601 format\n"
"Do not run in background if you want the command to be executed before "
"connecting.\n"
"</big></tt>"
msgstr ""
"<tt><big>* command in PATH args %h\n"
"* /path/to/foo -选项 %h %u\n"
"* %h 是服务器名\n"
"* %t 是 SSH 服务器名\n"
"* %u 是用户名\n"
"* %U 是 SSH 用户名\n"
"* %p 是 Remmina 配置文件名\n"
"* %g 是 Remmina 配置文件组名\n"
"如果要在连接之前执行命令,请不要在后台运行。\n"
"</big></tt>"

#: src/remmina_file_editor.c:95
#, fuzzy
msgid ""
"<tt><big>Supported formats\n"
"• :port\n"
"• server\n"
"• server:port\n"
"• [server]:port\n"
"• username@server:port (SSH protocol only)</big></tt>"
msgstr ""
"<tt><big>支持的格式\n"
"* :端口\n"
"* 服务器\n"
"* 服务器:端口\n"
"* [服务器]:端口\n"
"* 用户名@服务器:端口(仅 SSH 协议)</big></tt>"

#: src/remmina_file_editor.c:159
msgid "Choose a Remote Desktop Server"
msgstr "请选择一个远程桌面服务器"

#: src/remmina_file_editor.c:371
msgid "_Open"
msgstr "打开(_O)"

#: src/remmina_file_editor.c:432
#, c-format
msgid "Browse the network to find a %s server"
msgstr "浏览网络查找 %s 服务器"

#: src/remmina_file_editor.c:533
msgid "Resolution"
msgstr "分辨率"

#: src/remmina_file_editor.c:540
msgid "Use initial window size"
msgstr "使用初始窗口大小"

#: src/remmina_file_editor.c:544
msgid "Use client resolution"
msgstr "使用客户机的分辨率"

#: src/remmina_file_editor.c:555 src/remmina_file_editor.c:864
msgid "Custom"
msgstr "自定义"

#: src/remmina_file_editor.c:741
msgid "Keyboard mapping"
msgstr "键盘映射"

#: src/remmina_file_editor.c:839
msgid "SSH Tunnel"
msgstr "SSH 通道"

#: src/remmina_file_editor.c:840
msgid "Enable SSH tunnel"
msgstr "启用 SSH 通道"

#: src/remmina_file_editor.c:847
msgid "Tunnel via loopback address"
msgstr "通过 loopback 地址建立隧道"

#: src/remmina_file_editor.c:856
#, c-format
msgid "Same server at port %i"
msgstr "相同主机上的 %i 端口"

#: src/remmina_file_editor.c:902 plugins/rdp/rdp_plugin.c:2012
msgid "Startup path"
msgstr "启动路径"

#: src/remmina_file_editor.c:911
msgid "SSH Authentication"
msgstr "SSH 验证"

#: src/remmina_file_editor.c:921
msgid "SSH agent (automatic)"
msgstr "SSH 代理(自动)"

#: src/remmina_file_editor.c:1006
msgid "Turn on \"Autostart\" for this profile"
msgstr "打开此配置文件的“自动启动”"

#: src/remmina_file_editor.c:1014
msgid "Basic"
msgstr "基本"

#: src/remmina_file_editor.c:1020
msgid "Advanced"
msgstr "高级"

#: src/remmina_file_editor.c:1025
msgid "Autostart"
msgstr "自动启动"

#: src/remmina_file_editor.c:1248
msgid "Default settings saved."
msgstr "默认值已保存。"

#: src/remmina_file_editor.c:1318
msgid "Remote Desktop Preference"
msgstr "远程桌面设定"

#: src/remmina_file_editor.c:1324
msgid "Save as Default"
msgstr "保存为默认值"

#: src/remmina_file_editor.c:1325
msgid "Use the current settings as the default for all new connection profiles"
msgstr "将当前设置用作所有新连接配置文件的默认设置"

#: src/remmina_file_editor.c:1333 data/ui/remmina_main.glade:250
msgid "Connect"
msgstr "连接"

#: src/remmina_file_editor.c:1336
msgid "_Save and Connect"
msgstr "保存并连接(_S)"

#: src/remmina_file_editor.c:1459
msgid "Quick Connect"
msgstr "快速连接"

#: src/remmina_file_editor.c:1483
#, c-format
msgid "Use '%s' as subgroup delimiter"
msgstr "使用“%s”作为分组分隔符"

#: src/remmina_file_editor.c:1502
msgid "Pre-command"
msgstr "连接前执行命令"

#: src/remmina_file_editor.c:1520
msgid "Post-command"
msgstr "连接后执行命令"

#: src/remmina_file_editor.c:1585 src/remmina_file_editor.c:1603
#, c-format
msgid "Could not find the file \"%s\"."
msgstr "找不到文件 \"%s\"。"

#: src/remmina_chat_window.c:178
#, c-format
msgid "Chat with %s"
msgstr "与 %s 聊天"

#: src/remmina_chat_window.c:230
msgid "_Send"
msgstr "发送(_S)"

#: src/remmina_chat_window.c:240
msgid "_Clear"
msgstr "清除(_C)"

#: plugins/exec/exec_plugin_config.h:41
msgid "Execute a command"
msgstr "执行命令"

#: plugins/exec/exec_plugin.c:158
msgid "You did not set any command to be executed"
msgstr "您没有设置任何要执行的命令"

#: plugins/exec/exec_plugin.c:204
msgid ""
"Warning: Running a command synchronously may cause Remmina not to respond.\n"
"Do you really want to continue?"
msgstr ""
"警告!同步执行命令,可能引起 Remmina 不响应。\n"
"您真的想继续吗?"

#: plugins/exec/exec_plugin.c:264
msgid "Command"
msgstr "命令"

#: plugins/exec/exec_plugin.c:265
msgid "Asynchrounous execution"
msgstr "异步执行"

#: plugins/www/www_plugin.c:97
msgid "File downloaded"
msgstr "文件已下载"

#: plugins/www/www_plugin.c:550
msgid "Enter WWW authentication credentials"
msgstr "输入 WWW 身份验证凭据"

#: plugins/www/www_plugin.c:861
msgid "URL"
msgstr "网址"

#: plugins/www/www_plugin.c:861
msgid "http://address or https://address"
msgstr "http://address 或 https://address"

#: plugins/www/www_plugin.c:878
msgid "User agent"
msgstr "使用代理"

#: plugins/www/www_plugin.c:879
msgid "Turn on Java support"
msgstr "启用 Java 支持"

#: plugins/www/www_plugin.c:880
msgid "Turn on smooth scrolling"
msgstr "启用平滑滚动"

#: plugins/www/www_plugin.c:881
msgid "Turn on spatial navigation"
msgstr ""

#: plugins/www/www_plugin.c:882
msgid "Turn on plugin support"
msgstr "打开插件支持"

#: plugins/www/www_plugin.c:883
msgid "Turn on WebGL support"
msgstr "打开 WebGL 支持"

#: plugins/www/www_plugin.c:884
msgid "Turn on HTML5 audio support"
msgstr "开启 HTML5 音频支持"

#: plugins/www/www_plugin.c:885
msgid "Ignore TLS errors"
msgstr "忽略 TLS 错误"

#: plugins/www/www_plugin.c:886
#, fuzzy
msgid "No password storage"
msgstr "禁用密码保存"

#: plugins/www/www_plugin.c:888
msgid "Turn on Web Inspector"
msgstr "打开 Web 检查器"

#: plugins/www/www_config.h:43
msgid "Remmina web-browser plugin"
msgstr "Remmina web浏览器插件"

#: plugins/secret/src/glibsecret_plugin.c:188
msgid "Secure password storing in the GNOME keyring"
msgstr "存储在 GNOME 密钥环中的安全密码"

#: plugins/tool_hello_world/plugin_config.h:40
msgid "Hello World!"
msgstr "Hello World!"

#: plugins/vnc/vnc_plugin.c:734
msgid "Enter VNC password"
msgstr "输入 VNC 密码"

#: plugins/vnc/vnc_plugin.c:787
msgid "Enter VNC authentication credentials"
msgstr "输入 VNC 身份验证凭据"

#: plugins/vnc/vnc_plugin.c:890
msgid "Unable to connect to VNC server"
msgstr "无法连接到 VNC 服务器"

#: plugins/vnc/vnc_plugin.c:891
#, c-format
msgid "Couldn’t convert '%s' to host address"
msgstr "无法解析主机 “%s” 的地址"

#: plugins/vnc/vnc_plugin.c:892
#, c-format
msgid "VNC connection failed: %s"
msgstr "VNC 连接失败:%s"

#: plugins/vnc/vnc_plugin.c:893
msgid "Your connection has been rejected."
msgstr "连接被拒绝。"

#: plugins/vnc/vnc_plugin.c:919
#, c-format
msgid "The VNC server requested an unknown authentication method. %s"
msgstr "VNC服务器请求了未知的身份验证方法。 %s"

#: plugins/vnc/vnc_plugin.c:921
msgid "Please retry after turning on encryption for this profile."
msgstr "在此配置文件上启用加密后,请重试。"

#: plugins/vnc/vnc_plugin.c:1803
msgid "256 colors (8 bpp)"
msgstr "256 色(8 位)"

#: plugins/vnc/vnc_plugin.c:1804
msgid "High color (16 bpp)"
msgstr "增强色(16 位)"

#: plugins/vnc/vnc_plugin.c:1805
msgid "True color (32 bpp)"
msgstr "真彩色(32 位)"

#: plugins/vnc/vnc_plugin.c:1812 plugins/rdp/rdp_plugin.c:1922
#: plugins/rdp/rdp_settings.c:269 plugins/nx/nx_plugin.c:701
msgid "Poor (fastest)"
msgstr "差(最快)"

#: plugins/vnc/vnc_plugin.c:1813 plugins/rdp/rdp_plugin.c:1923
#: plugins/rdp/rdp_settings.c:271 plugins/nx/nx_plugin.c:702
msgid "Medium"
msgstr "中等"

#: plugins/vnc/vnc_plugin.c:1814 plugins/rdp/rdp_plugin.c:1924
#: plugins/rdp/rdp_settings.c:273 plugins/nx/nx_plugin.c:703
msgid "Good"
msgstr "良好"

#: plugins/vnc/vnc_plugin.c:1815 plugins/rdp/rdp_plugin.c:1925
#: plugins/rdp/rdp_settings.c:275 plugins/nx/nx_plugin.c:704
msgid "Best (slowest)"
msgstr "最好(最慢)"

#: plugins/vnc/vnc_plugin.c:1831
msgid "Repeater"
msgstr "中继器"

#: plugins/vnc/vnc_plugin.c:1834 plugins/vnc/vnc_plugin.c:1854
msgid "Color depth"
msgstr "色深"

#: plugins/vnc/vnc_plugin.c:1835 plugins/vnc/vnc_plugin.c:1855
#: plugins/rdp/rdp_plugin.c:2001 plugins/nx/nx_plugin.c:724
msgid "Quality"
msgstr "画质"

#: plugins/vnc/vnc_plugin.c:1851
msgid "Listen on port"
msgstr "监听端口"

#: plugins/vnc/vnc_plugin.c:1871
msgid "Show remote cursor"
msgstr "显示远程光标"

#: plugins/vnc/vnc_plugin.c:1872 plugins/vnc/vnc_plugin.c:1887
#: plugins/spice/spice_plugin.c:460 plugins/spice/spice_plugin.c:469
msgid "View only"
msgstr "仅查看"

#: plugins/vnc/vnc_plugin.c:1873 plugins/spice/spice_plugin.c:455
#: plugins/spice/spice_plugin.c:471 plugins/nx/nx_plugin.c:740
msgid "Disable clipboard sync"
msgstr "禁用剪贴板同步"

#: plugins/vnc/vnc_plugin.c:1874 plugins/nx/nx_plugin.c:741
msgid "Disable encryption"
msgstr "禁用加密"

#: plugins/vnc/vnc_plugin.c:1875 plugins/vnc/vnc_plugin.c:1888
msgid "Disable server input"
msgstr "禁止服务器端输入"

#: plugins/vnc/vnc_plugin.c:1876 plugins/spice/spice_plugin.c:456
#: plugins/nx/nx_plugin.c:743
msgid "Disable password storing"
msgstr "禁用密码保存"

#: plugins/vnc/vnc_plugin.c:1890
msgid "Open Chat…"
msgstr "打开聊天…"

#: plugins/vnc/vnc_plugin.c:1891 plugins/spice/spice_plugin.c:472
#: plugins/xdmcp/xdmcp_plugin.c:381 plugins/rdp/rdp_plugin.c:2050
#: plugins/nx/nx_plugin.c:751
msgid "Send Ctrl+Alt+Delete"
msgstr "发送 Ctrl+Alt+Delete"

#: plugins/vnc/vnc_plugin.h:41
msgid "Remmina VNC Plugin"
msgstr "Remmina VNC 插件"

#: plugins/vnc/vnc_plugin.h:46
msgid "Remmina VNC listener Plugin"
msgstr "Remmina VNC 侦听插件"

#: plugins/spice/spice_plugin_usb.c:51 plugins/spice/spice_plugin.c:473
msgid "Select USB devices for redirection"
msgstr "选择 USB 设备以转发"

#: plugins/spice/spice_plugin_usb.c:54
msgid "_Close"
msgstr "关闭(_C)"

#: plugins/spice/spice_plugin_usb.c:94
msgid "USB redirection error"
msgstr "USB 转发错误"

#: plugins/spice/spice_plugin.c:239
msgid "Enter SPICE password"
msgstr "输入 SPICE 密码"

#: plugins/spice/spice_plugin.c:274
#, c-format
msgid "Disconnected from the SPICE server \"%s\"."
msgstr "从 SPICE 服务器 \"%s\" 断开连接。"

#: plugins/spice/spice_plugin.c:290
msgid "TLS connection error."
msgstr "TLS 连接错误。"

#: plugins/spice/spice_plugin.c:296
msgid "Connection to the SPICE server dropped."
msgstr "与 SPICE 服务器的连接断开。"

#: plugins/spice/spice_plugin.c:438
msgid "Use TLS encryption"
msgstr "使用 TLS 加密"

#: plugins/spice/spice_plugin.c:439
msgid "Server CA certificate"
msgstr "服务器 CA 证书"

#: plugins/spice/spice_plugin.c:440 plugins/rdp/rdp_plugin.c:1986
msgid "Share folder"
msgstr "共享目录"

#: plugins/spice/spice_plugin.c:457
msgid "Enable audio channel"
msgstr "启用音频通道"

#: plugins/spice/spice_plugin.c:458 plugins/spice/spice_plugin.c:470
msgid "Resize guest to match window size"
msgstr "缩放客户机以适应窗口大小"

#: plugins/spice/spice_plugin.c:459 plugins/rdp/rdp_plugin.c:2025
msgid "Share smartcard"
msgstr "共享智能卡"

#: plugins/spice/spice_plugin.c:482
msgid "SPICE - Simple Protocol for Independent Computing Environments"
msgstr "SPICE - 独立计算环境的简单协议"

#: plugins/spice/spice_plugin_file_transfer.c:82
msgid "File Transfers"
msgstr "文件传输"

#: plugins/spice/spice_plugin_file_transfer.c:219
msgid "Transfer error"
msgstr "传输错误"

#: plugins/spice/spice_plugin_file_transfer.c:220
#, c-format
msgid "%s: %s"
msgstr "%s:%s"

#: plugins/spice/spice_plugin_file_transfer.c:223
msgid "Transfer completed"
msgstr "传输完成"

#: plugins/spice/spice_plugin_file_transfer.c:224
#, c-format
msgid "The %s file has been transferred"
msgstr "文件 %s 已传输"

#: plugins/xdmcp/xdmcp_plugin.c:97
msgid "Run out of available local X display number."
msgstr "用完可用的本地 X 显示编号。"

#: plugins/xdmcp/xdmcp_plugin.c:264 plugins/nx/nx_plugin.c:608
#, c-format
msgid ""
"The protocol \"%s\" is unavailable because GtkSocket only works under X.Org."
msgstr "协议 \"%s\" 不可用,因为 GtkSocket 仅在 X.Org 下工作。"

#: plugins/xdmcp/xdmcp_plugin.c:348
msgid "Default"
msgstr "默认值"

#: plugins/xdmcp/xdmcp_plugin.c:349
msgid "Grayscale"
msgstr "灰度"

#: plugins/xdmcp/xdmcp_plugin.c:350
msgid "256 colours"
msgstr "256 色"

#: plugins/xdmcp/xdmcp_plugin.c:351
msgid "High colour (16 bit)"
msgstr "增强色(16 位)"

#: plugins/xdmcp/xdmcp_plugin.c:352
msgid "True colour (24 bit)"
msgstr "真彩色(24 位)"

#: plugins/xdmcp/xdmcp_plugin.c:369 plugins/rdp/rdp_plugin.c:1985
msgid "Colour depth"
msgstr "色深"

#: plugins/xdmcp/xdmcp_plugin.c:371 plugins/nx/nx_plugin.c:742
msgid "Use local cursor"
msgstr "使用本地光标"

#: plugins/xdmcp/xdmcp_plugin.c:372
msgid "Disconnect after first session"
msgstr "首次会话结束后断开连接"

#: plugins/xdmcp/xdmcp_plugin.c:373
msgid "Listen for TCP connections"
msgstr "侦听TCP连接"

#: plugins/xdmcp/xdmcp_plugin.c:391
msgid "XDMCP - X Remote Session"
msgstr "XDMCP - X 远程会话"

#: plugins/st/st_plugin.c:237
msgid "Terminal Emulator"
msgstr "终端仿真器"

#: plugins/st/st_plugin.c:238
msgid "Command to be executed"
msgstr "要执行的命令"

#: plugins/st/st_plugin.c:253
msgid "Detached window"
msgstr "独立窗口"

#: plugins/st/st_plugin_config.h:43
msgid "Remmina simple terminal"
msgstr "Remmina 简单终端"

#: plugins/rdp/rdp_plugin.c:578
msgid "Enter RDP authentication credentials"
msgstr "输入 RDP 身份验证凭据"

#: plugins/rdp/rdp_plugin.c:640
msgid "Enter RDP gateway authentication credentials"
msgstr "输入 RDP 网关验证凭据"

#: plugins/rdp/rdp_plugin.c:1496
#, fuzzy, c-format
msgid ""
"Could not access the RDP server \"%s\".\n"
"Account locked out."
msgstr ""
"RDP 服务器 %s 访问失败。\n"
"账户被锁。"

#: plugins/rdp/rdp_plugin.c:1503
#, fuzzy, c-format
msgid ""
"Could not access the RDP server \"%s\".\n"
"Account expired."
msgstr ""
"RDP 服务器 %s 访问失败。\n"
"账户已过期。"

#: plugins/rdp/rdp_plugin.c:1510
#, fuzzy, c-format
msgid ""
"Could not access the RDP server \"%s\".\n"
"Password expired."
msgstr ""
"RDP 服务器 %s 访问失败。\n"
"密码已过期。"

#: plugins/rdp/rdp_plugin.c:1517
#, fuzzy, c-format
msgid ""
"Could not access the RDP server \"%s\".\n"
"Account disabled."
msgstr ""
"RDP 服务器 %s 访问失败。\n"
"账户已禁用。"

#: plugins/rdp/rdp_plugin.c:1523
#, fuzzy, c-format
msgid ""
"Could not access the RDP server \"%s\".\n"
"Insufficient user privileges."
msgstr ""
"访问 RDP 服务器 %s 失败。\n"
"用户权限不足。"

#: plugins/rdp/rdp_plugin.c:1531
#, fuzzy, c-format
msgid ""
"Could not access the RDP server \"%s\".\n"
"Account restricted."
msgstr ""
"RDP 服务器 %s 访问失败。\n"
"账户受限。"

#: plugins/rdp/rdp_plugin.c:1539
#, fuzzy, c-format
msgid ""
"Could not access the RDP server \"%s\".\n"
"Change user password before connecting."
msgstr ""
"访问 RDP 服务器 %s 失败。\n"
"用户必须在连接前更改密码。"

#: plugins/rdp/rdp_plugin.c:1544
#, c-format
msgid "Lost connection to the RDP server \"%s\"."
msgstr "失去到 RDP 服务器 \"%s\" 的连接。"

#: plugins/rdp/rdp_plugin.c:1547
#, c-format
msgid "Could not find the address for the RDP server \"%s\"."
msgstr "无法找到 RDP 服务器 \"%s\" 的地址。"

#: plugins/rdp/rdp_plugin.c:1551
#, fuzzy, c-format
msgid ""
"Could not connect to the RDP server \"%s\" via TLS. Check that client and "
"server support a common TLS version."
msgstr ""
"连接到 RDP 服务器 %s 时出错。TLS 连接失败。请检查客户端和服务器是否支持通用 "
"TLS 版本。"

#: plugins/rdp/rdp_plugin.c:1554
#, c-format
msgid "Unable to establish a connection to the RDP server \"%s\"."
msgstr "无法与 RDP 服务器 \"%s\" 建立连接。"

#: plugins/rdp/rdp_plugin.c:1562
#, c-format
msgid "Cannot connect to the RDP server \"%s\"."
msgstr "无法连接到 RDP 服务器 \"%s\"。"

#: plugins/rdp/rdp_plugin.c:1565
msgid "Could not start libfreerdp-gdi."
msgstr "无法启动 libfreerdp-gdi。"

#: plugins/rdp/rdp_plugin.c:1568
#, c-format
msgid ""
"You requested a H.264 GFX mode for the server \"%s\", but your libfreerdp "
"does not support H.264. Please use a non-AVC colour depth setting."
msgstr ""
"您为服务器 \"%s\" 请求了 H.264 GFX 模式,但您的 libfreerdp 不支持 H.264。 请"
"使用非AVC颜色深度设置。"

#: plugins/rdp/rdp_plugin.c:1575
#, c-format
msgid "The \"%s\" server refused the connection."
msgstr "服务器 \"%s\" 拒绝连接。"

#: plugins/rdp/rdp_plugin.c:1580
#, c-format
msgid ""
"The Remote Desktop Gateway \"%s\" denied the user \"%s\\%s\" access due to "
"policy."
msgstr "由于策略,远程桌面网关 \"%s\" 拒绝了用户 \"%s\\%s\" 的访问。"

#: plugins/rdp/rdp_plugin.c:1590
#, c-format
msgid "Cannot connect to the \"%s\" RDP server."
msgstr "无法连接到 RDP 服务器 \"%s\" 。"

#: plugins/rdp/rdp_plugin.c:1907
msgid "GFX AVC444 (32 bpp)"
msgstr "GFX AVC444(32 位)"

#: plugins/rdp/rdp_plugin.c:1908
msgid "GFX AVC420 (32 bpp)"
msgstr "GFX AVC420(32 位)"

#: plugins/rdp/rdp_plugin.c:1909
msgid "GFX RFX (32 bpp)"
msgstr "GFX RFX(32 bpp)"

#: plugins/rdp/rdp_plugin.c:1910
msgid "RemoteFX (32 bpp)"
msgstr "RemoteFX(32 位)"

#: plugins/rdp/rdp_plugin.c:1911
msgid "True colour (32 bpp)"
msgstr "真彩色(32 位)"

#: plugins/rdp/rdp_plugin.c:1912
msgid "True colour (24 bpp)"
msgstr "真彩色(24 位)"

#: plugins/rdp/rdp_plugin.c:1913
msgid "High colour (16 bpp)"
msgstr "增强色(16 位)"

#: plugins/rdp/rdp_plugin.c:1914
msgid "High colour (15 bpp)"
msgstr "增强色(15 位)"

#: plugins/rdp/rdp_plugin.c:1915
msgid "256 colours (8 bpp)"
msgstr "256 色(8 位)"

#: plugins/rdp/rdp_plugin.c:1932 data/ui/remmina_preferences.glade:658
msgid "Off"
msgstr "关"

#: plugins/rdp/rdp_plugin.c:1934
msgid "Local - low quality"
msgstr "本地 - 低质量"

#: plugins/rdp/rdp_plugin.c:1935
msgid "Local - medium quality"
msgstr "本地 - 中等质量"

#: plugins/rdp/rdp_plugin.c:1936
msgid "Local - high quality"
msgstr "本地 - 高质量"

#: plugins/rdp/rdp_plugin.c:1944
msgid "Negotiate"
msgstr "协商"

#: plugins/rdp/rdp_plugin.c:1960
msgid "2600 (Windows XP),7601 (Windows Vista/7),9600 (Windows 8 and newer)"
msgstr "2600 (Windows XP),7601 (Windows Vista/7),9600 (Windows 8 更高版本)"

#: plugins/rdp/rdp_plugin.c:1963
msgid ""
"Used i.a. by Terminal services in SmartCard channel to distinguish client "
"capabilities:\n"
"  • < 4034: Windows XP base smartcard functions\n"
"  • 4034-7064: Windows Vista/7: SCardReadCache(), SCardWriteCache(),\n"
"    SCardGetTransmitCount()\n"
"  • >= 7065: Windows 8 and newer: SCardGetReaderIcon(), "
"SCardGetDeviceTypeId()"
msgstr ""

#: plugins/rdp/rdp_plugin.c:2002
msgid "Sound"
msgstr "声音"

#: plugins/rdp/rdp_plugin.c:2003 data/ui/remmina_preferences.glade:1602
msgid "Security"
msgstr "安全"

#: plugins/rdp/rdp_plugin.c:2004
msgid "Gateway transport type"
msgstr "网关传输类型"

#: plugins/rdp/rdp_plugin.c:2005
msgid "Remote Desktop Gateway server"
msgstr "RD 网关服务器"

#: plugins/rdp/rdp_plugin.c:2006
msgid "Remote Desktop Gateway username"
msgstr "RD 网关用户名"

#: plugins/rdp/rdp_plugin.c:2007
msgid "Remote Desktop Gateway password"
msgstr "远程桌面网关密码"

#: plugins/rdp/rdp_plugin.c:2008
msgid "Remote Desktop Gateway domain"
msgstr "RD 网关域"

#: plugins/rdp/rdp_plugin.c:2009
msgid "Client name"
msgstr "客户端名称"

#: plugins/rdp/rdp_plugin.c:2010
#, fuzzy
msgid "Client build"
msgstr "客户端名称"

#: plugins/rdp/rdp_plugin.c:2013
msgid "Load balance info"
msgstr "负载平衡信息"

#: plugins/rdp/rdp_plugin.c:2014
msgid "Override printer drivers"
msgstr "覆盖打印机驱动程序"

#: plugins/rdp/rdp_plugin.c:2014
#, fuzzy
msgid ""
"\"Samsung_CLX-3300_Series\":\"Samsung CLX-3300 Series PS\";\"Canon MF410\":"
"\"Canon MF410 Series UFR II\""
msgstr ""
"\"Samsung_CLX-3300_Series\":\"Samsung CLX-3300 Series PS\";\"Canon MF410\":"
"\"Canon MF410 Series UFR II\""

#: plugins/rdp/rdp_plugin.c:2015
msgid "Local serial name"
msgstr "本地串口名称"

#: plugins/rdp/rdp_plugin.c:2015
msgid "COM1, COM2, etc."
msgstr "COM1,COM2,等等。"

#: plugins/rdp/rdp_plugin.c:2016
msgid "Local serial driver"
msgstr "本地串口驱动"

#: plugins/rdp/rdp_plugin.c:2016
msgid "Serial"
msgstr "串口"

#: plugins/rdp/rdp_plugin.c:2017
msgid "Local serial path"
msgstr "本地串口路径"

#: plugins/rdp/rdp_plugin.c:2017
msgid "/dev/ttyS0, /dev/ttyS1, etc."
msgstr "/dev/ttyS0,/dev/ttyS1, 等等。"

#: plugins/rdp/rdp_plugin.c:2018
msgid "Local parallel name"
msgstr "本地并口名称"

#: plugins/rdp/rdp_plugin.c:2019
msgid "Local parallel device"
msgstr "本地并口驱动"

#: plugins/rdp/rdp_plugin.c:2020
msgid "Smartcard name"
msgstr "智能卡名称"

#: plugins/rdp/rdp_plugin.c:2021
msgid "Share printers"
msgstr "共享打印机"

#: plugins/rdp/rdp_plugin.c:2022
msgid "Share serial ports"
msgstr "共享串口"

#: plugins/rdp/rdp_plugin.c:2023
msgid "(SELinux) permissive mode for serial ports"
msgstr "(SELinux)串行端口许可模式"

#: plugins/rdp/rdp_plugin.c:2024
msgid "Share parallel ports"
msgstr "共享并口"

#: plugins/rdp/rdp_plugin.c:2026
msgid "Redirect local microphone"
msgstr "重定向本地麦克风"

#: plugins/rdp/rdp_plugin.c:2027
msgid "Turn off clipboard sync"
msgstr "禁用剪贴板同步"

#: plugins/rdp/rdp_plugin.c:2028
msgid "Ignore certificate"
msgstr "忽略证书"

#: plugins/rdp/rdp_plugin.c:2029
msgid "Use the old license workflow"
msgstr "使用旧的许可证工作流程"

#: plugins/rdp/rdp_plugin.c:2029
msgid "It disables CAL and hwId is set to 0"
msgstr ""

#: plugins/rdp/rdp_plugin.c:2030
#, fuzzy
msgid "Turn off password storing"
msgstr "禁用密码保存"

#: plugins/rdp/rdp_plugin.c:2031
msgid "Attach to console (2003/2003 R2)"
msgstr "挂接到控制台(Windows 2003/2003 R2)"

#: plugins/rdp/rdp_plugin.c:2032
msgid "Turn off fast-path"
msgstr ""

#: plugins/rdp/rdp_plugin.c:2033
#, fuzzy
msgid "Server detection using Remote Desktop Gateway"
msgstr "使用 RD 网关检测服务器"

#: plugins/rdp/rdp_plugin.c:2035
msgid "Use system proxy settings"
msgstr "使用系统代理设置"

#: plugins/rdp/rdp_plugin.c:2037
msgid "Turn off automatic reconnection"
msgstr "禁用自动重连"

#: plugins/rdp/rdp_plugin.c:2038
msgid "Relax order checks"
msgstr "Relax Order 检查"

#: plugins/rdp/rdp_plugin.c:2039
msgid "Glyph cache"
msgstr "字形缓存"

#: plugins/rdp/rdp_plugin.c:2063
msgid "RDP - Remote Desktop Protocol"
msgstr "RDP - 远程桌面协议"

#: plugins/rdp/rdp_plugin.c:2086
msgid "RDP - RDP File Handler"
msgstr "RDP - RDP 文件处理器"

#: plugins/rdp/rdp_plugin.c:2101
msgid "RDP - Preferences"
msgstr "RDP - 首选项"

#: plugins/rdp/rdp_plugin.c:2154
msgid "Export connection in Windows .rdp file format"
msgstr "使用 Windows .rdp 文件格式导出连接"

#: plugins/rdp/rdp_settings.c:200
msgid "<Auto detect>"
msgstr "<自动检测>"

#: plugins/rdp/rdp_settings.c:233
msgid "<Not set>"
msgstr "<未设置>"

#: plugins/rdp/rdp_settings.c:267
msgid "<Choose a quality level to edit…>"
msgstr "<选择一个质量级别以编辑…>"

#: plugins/rdp/rdp_settings.c:418
msgid "Keyboard layout"
msgstr "键盘布局"

#: plugins/rdp/rdp_settings.c:443
msgid "Use client keyboard mapping"
msgstr "使用客户端键盘映射"

#: plugins/rdp/rdp_settings.c:453
msgid "Quality settings"
msgstr "质量设置"

#: plugins/rdp/rdp_settings.c:473
msgid "Wallpaper"
msgstr "壁纸"

#: plugins/rdp/rdp_settings.c:480
msgid "Window drag"
msgstr "窗口拖放"

#: plugins/rdp/rdp_settings.c:487
msgid "Menu animation"
msgstr "菜单动画"

#: plugins/rdp/rdp_settings.c:494
msgid "Theme"
msgstr "主题"

#: plugins/rdp/rdp_settings.c:501
msgid "Cursor shadow"
msgstr "光标阴影"

#: plugins/rdp/rdp_settings.c:508
msgid "Cursor blinking"
msgstr "光标闪烁"

#: plugins/rdp/rdp_settings.c:515
msgid "Font smoothing"
msgstr "平滑字体"

#: plugins/rdp/rdp_settings.c:522
msgid "Composition"
msgstr "混合器"

#: plugins/rdp/rdp_settings.c:532
msgid "Remote scale factor"
msgstr "远程缩放因子"

#: plugins/rdp/rdp_settings.c:545
msgid "Desktop scale factor %"
msgstr "桌面缩放因子 %"

#: plugins/rdp/rdp_settings.c:556
msgid "Device scale factor %"
msgstr "设备缩放因子 %"

#: plugins/rdp/rdp_settings.c:578
msgid "Desktop orientation"
msgstr "桌面方向"

#: plugins/rdp/rdp_event.c:299
#, fuzzy, c-format
msgid "Reconnection attempt %d of %d…"
msgstr "正在重新连接。尝试 %d 的 %d…"

#: plugins/nx/nx_session_manager.c:98
msgid "Terminating…"
msgstr "正在终止…"

#: plugins/nx/nx_session_manager.c:143
#, c-format
msgid "NX Sessions on %s"
msgstr "%s 上的 NX 会话"

#: plugins/nx/nx_session_manager.c:147
msgid "Attach"
msgstr "挂接"

#: plugins/nx/nx_session_manager.c:151
msgid "Restore"
msgstr "恢复"

#: plugins/nx/nx_session_manager.c:152
msgid "Start"
msgstr "启动"

#: plugins/nx/nx_session_manager.c:158
msgid "Terminate"
msgstr "终止"

#: plugins/nx/nx_session_manager.c:190
msgid "Display"
msgstr "显示"

#: plugins/nx/nx_session_manager.c:197
msgid "Status"
msgstr "状态"

#: plugins/nx/nx_plugin.c:205
msgid "Password for private SSH key"
msgstr "私人 SSH 密钥的密码"

#: plugins/nx/nx_plugin.c:367
msgid "Enter NX authentication credentials"
msgstr "输入 NX 验证凭据"

#: plugins/nx/nx_plugin.c:761
msgid "NX - NX Technology"
msgstr "NX - NX 技术"

#: plugins/kwallet/src/kwallet_plugin_main.c:118
msgid "Secure passwords storage in KWallet"
msgstr "存储在 KWallet 中的安全密码"

#: plugins/telepathy/telepathy_channel_handler.c:237
#, c-format
msgid ""
"%s wants to share their desktop.\n"
"Do you accept?"
msgstr ""
"%s 请求共享他/她的桌面。\n"
"您是否接受邀请?"

#: plugins/telepathy/telepathy_channel_handler.c:240
msgid "Desktop sharing invitation"
msgstr "桌面共享邀请"

#: plugins/telepathy/telepathy_plugin.c:57
msgid "Telepathy - Desktop Sharing"
msgstr "Telepathy - 桌面共享"

#: data/ui/remmina_snap_info_dialog.glade:46
#, fuzzy
msgid ""
"It seems that Remmina is running on your system as a SNAP package. To enable "
"access to some important features, like password saving in your keyring and "
"RDP printer sharing, please open your software center and give the "
"appropriate permissions to Remmina. As an alternative you can enter the "
"following commands in a terminal window:"
msgstr ""
"似乎 Remmina 作为 SNAP 包运行在您的系统上。要启用对密钥环中的密码保存和 RDP "
"打印机共享等重要功能的访问,请打开软件中心并为 Remmina 授予相应权限。您也可以"
"在终端窗口中输入以下命令:"

#: data/ui/remmina_snap_info_dialog.glade:82
msgid "Do not show this message again"
msgstr "不要再显示此消息"

#: data/ui/remmina_about.glade:30 data/ui/remmina_main.glade:485
msgid "About"
msgstr "关于"

#: data/ui/remmina_about.glade:40
msgid "Website"
msgstr "网站"

#: data/ui/remmina_main.glade:74
msgid "New connection profile"
msgstr "创建一个新的连接配置文件"

#: data/ui/remmina_main.glade:86
msgid "Show search bar"
msgstr "显示搜索栏"

#: data/ui/remmina_main.glade:125
msgid "Actions"
msgstr "动作"

#: data/ui/remmina_main.glade:139
msgid "Toggle view"
msgstr "切换视图"

#: data/ui/remmina_main.glade:187
msgid "Search string or server name/IP address for “Quick Connect”"
msgstr "搜索字符串或服务器名称、IP 地址进行快速连接"

#: data/ui/remmina_main.glade:191 data/ui/remmina_main.glade:193
msgid "Server name or IP address"
msgstr "服务器名或 IP 地址"

#: data/ui/remmina_main.glade:192 data/ui/remmina_main.glade:194
#: data/ui/remmina_preferences.glade:214
msgid "Clear"
msgstr "清除"

#: data/ui/remmina_main.glade:277
msgid "Edit"
msgstr "编辑"

#: data/ui/remmina_main.glade:307
msgid "Collapse all"
msgstr "全部折叠"

#: data/ui/remmina_main.glade:317
msgid "Expand all"
msgstr "全部展开"

#: data/ui/remmina_main.glade:354
msgid "Multi password changer"
msgstr "多密码更换器"

#: data/ui/remmina_main.glade:364
msgid "Debugging"
msgstr "调试"

#: data/ui/remmina_main.glade:384
msgid "Export"
msgstr "导出"

#: data/ui/remmina_main.glade:394
msgid "News"
msgstr ""

#: data/ui/remmina_main.glade:404
msgid "Set as default remote desktop client"
msgstr "设置为默认的远程桌面客户端"

#: data/ui/remmina_main.glade:431
msgid "Homepage"
msgstr "首页"

#: data/ui/remmina_main.glade:441
msgid "Donations"
msgstr "捐助"

#: data/ui/remmina_main.glade:451
msgid "Wiki"
msgstr "Wiki"

#. Remmina community website
#: data/ui/remmina_main.glade:461
msgid "Online Community"
msgstr "在线社区"

#: data/ui/remmina_main.glade:579
msgid "Plugin"
msgstr "插件"

#: data/ui/remmina_main.glade:593
msgid "Last used"
msgstr "最后使用"

#: data/ui/remmina_unlock.glade:60
msgid "Unlock"
msgstr "解锁"

#: data/ui/remmina_unlock.glade:94
msgid "Unlock Remmina"
msgstr "解锁 Remmina"

#: data/ui/remmina_unlock.glade:128
msgid "Master password secret key"
msgstr ""

#: data/ui/remmina_spinner.glade:29 data/ui/remmina_key_chooser.glade:38
#: data/ui/remmina_key_chooser.glade:53
msgid "button"
msgstr "按键"

#: data/ui/remmina_spinner.glade:54
msgid "Please wait…"
msgstr "请稍候…"

#: data/ui/remmina_news.glade:108
msgid ""
"Send <b><a href=\"https://remmina.gitlab.io/remminadoc.gitlab.io/"
"remmina__stats_8c.html#details\" title=\"Remmina usage statistics"
"\">anonymous</a></b> statistics to remmina.org"
msgstr ""
"发送 <b><a href=\"https://remmina.gitlab.io/remminadoc.gitlab.io/"
"remmina__stats_8c.html#details\" title=\"Remmina usage statistics\">匿名</"
"a></b> 统计到 remmina.org"

#: data/ui/remmina_news.glade:133
msgid "Make Remmina the default Remote Desktop Client"
msgstr "将 Remmina 设置为默认的远程桌面客户端"

#: data/ui/remmina_news.glade:142
msgid "Apply"
msgstr "应用"

#: data/ui/remmina_news.glade:166
msgid "<big>Important settings</big>"
msgstr "<big>重要设置</big>"

#: data/ui/remmina_news.glade:192
msgid ""
"<span>\n"
"<b>You are great for using copylefted libre software, <a href=\"https://"
"remmina.org/donations/\" title=\"Awesome Remmina donations\">throw in a "
"donation</a>, to make us happy, and further make the program better.</b>\n"
"</span>\n"
msgstr ""

#: data/ui/remmina_news.glade:212
msgid "<big>Contribute</big>"
msgstr "<big>贡献</big>"

#: data/ui/remmina_mpc.glade:14
msgid "<span weight='bold' size='larger'>Multi Password Changer</span>"
msgstr "<span weight='bold' size='larger'>多密码转换器</span>"

#: data/ui/remmina_mpc.glade:32
msgid "Change"
msgstr "更改"

#: data/ui/remmina_mpc.glade:201
msgid "Selection criteria"
msgstr "选择标准"

#: data/ui/remmina_mpc.glade:261
msgid "Confirm password"
msgstr "确认密码"

#: data/ui/remmina_mpc.glade:294
msgid "Set new password"
msgstr "设置新密码"

#. A column table with multiple check-boxes
#: data/ui/remmina_mpc.glade:331
msgctxt "Multi password changer"
msgid "Select"
msgstr "选择"

#: data/ui/remmina_mpc.glade:343
msgctxt "Multi password changer table"
msgid "Name"
msgstr "名称"

#: data/ui/remmina_mpc.glade:354
msgctxt "Multi password changer table"
msgid "Group"
msgstr "分组"

#: data/ui/remmina_mpc.glade:365
msgctxt "Multi password changer table"
msgid "Domain\\Username"
msgstr "域\\用户名"

#: data/ui/remmina_preferences.glade:41
msgid "Remmina Preferences"
msgstr "Remmina 首选项"

#: data/ui/remmina_preferences.glade:99
msgid "Double-click action"
msgstr "双击动作"

#: data/ui/remmina_preferences.glade:113
msgid "Open connection"
msgstr "打开连接"

#: data/ui/remmina_preferences.glade:114
msgid "Edit settings"
msgstr "编辑设置"

#: data/ui/remmina_preferences.glade:130
msgid "Scaling quality"
msgstr "缩放质量"

#: data/ui/remmina_preferences.glade:144
msgid "Nearest"
msgstr "最近"

#: data/ui/remmina_preferences.glade:145
msgid "Tiles"
msgstr "标题"

#: data/ui/remmina_preferences.glade:146
msgid "Bilinear"
msgstr "Bilinear"

#: data/ui/remmina_preferences.glade:147
msgid "Hyper"
msgstr "Hyper"

#: data/ui/remmina_preferences.glade:163
msgid "Step size for auto scroll"
msgstr "自动滚动的步长"

#: data/ui/remmina_preferences.glade:191
msgid "Maximal amount of recent items"
msgstr "最近项目的最大数量"

#: data/ui/remmina_preferences.glade:280
msgid "Screenshot folder"
msgstr "截屏文件夹"

#: data/ui/remmina_preferences.glade:292
#, fuzzy
msgid "Choose a folder to save screenshots from Remmina in."
msgstr "选择一个文件夹保存来自 Remmina 的截图。"

#: data/ui/remmina_preferences.glade:295
#, fuzzy
msgid "Select a folder"
msgstr "选择一个文件夹"

#: data/ui/remmina_preferences.glade:305
msgid "Screen resolutions"
msgstr "屏幕分辨率"

#: data/ui/remmina_preferences.glade:326
msgid "Screenshot filename"
msgstr "截屏文件名"

#: data/ui/remmina_preferences.glade:338
msgid ""
"%p Profile name\n"
"%h Server name/IP\n"
"%Y Year, %m Month, %d Day, %H Hour, %M Minute, %S Seconds (UTC time)\n"
msgstr ""
"%p 配置文件名\n"
"%h 服务器名/IP\n"
"%Y 年, %m 月, %d 日, %H 时, %M 分, %S 秒(UTC 时间)\n"

#: data/ui/remmina_preferences.glade:356
msgid ""
"The folder where connection profiles are saved, it defaults to the "
"XDG_USER_DATA"
msgstr "保存连接配置文件的文件夹,默认为 XDG_USER_DATA"

#. The folder where profiles are saved
#: data/ui/remmina_preferences.glade:361
msgid "Remmina data folder"
msgstr "Remmina 数据文件夹"

#: data/ui/remmina_preferences.glade:388
msgid "Remember last view mode for each connection"
msgstr "为每个连接记住最后的视图模式"

#: data/ui/remmina_preferences.glade:392
msgid "Remember last view mode"
msgstr "记住最后的视图模式"

#: data/ui/remmina_preferences.glade:418
msgid "Send periodic usage statistics to Remmina developers"
msgstr "向 remmina 开发人员发送定期使用统计信息"

#: data/ui/remmina_preferences.glade:422
msgid "Send statistics to remmina.org"
msgstr "将统计信息发送到 remmina.org"

#: data/ui/remmina_preferences.glade:462
msgid "Only save generated screenshots, don't copy them to clipboard."
msgstr "只保存生成的截图,不要复制到剪贴板。"

#: data/ui/remmina_preferences.glade:467
msgid "Prevent screenshots from entering clipboard"
msgstr "阻止截图进入剪贴板"

#: data/ui/remmina_preferences.glade:479
msgid ""
"Set a custom filename for your Remmina connection profiles, using a "
"formatting string."
msgstr "使用格式字符串为 Remmina 连接配置文件设置一个自定义文件名。"

#: data/ui/remmina_preferences.glade:483
msgid "Profile filename template"
msgstr "配置文件名模板"

#: data/ui/remmina_preferences.glade:495
msgid ""
"%G Group name (slash will be converted to - automatically)\n"
"%P Protocol name\n"
"%N Connection name\n"
"%h Hostname/IP\n"
"\n"
"\n"
msgstr ""
"%G 组名(斜杠将自动转换为-)\n"
"%P 协议名称\n"
"%N 连接名称\n"
"%h 主机名/ IP\n"
"\n"
"\n"

#: data/ui/remmina_preferences.glade:504
msgid "%G_%P_%N_%h"
msgstr "%G_%P_%N_%h"

#: data/ui/remmina_preferences.glade:518
msgid "Options"
msgstr "选项"

#: data/ui/remmina_preferences.glade:532
msgid "Always show tabs"
msgstr "总是显示标签"

#: data/ui/remmina_preferences.glade:549
msgid "Hide the toolbar shown in the tabbed interface"
msgstr "隐藏标签界面中的工具栏"

#: data/ui/remmina_preferences.glade:570
msgid "Default view mode"
msgstr "默认视图模式"

#: data/ui/remmina_preferences.glade:584
msgid "Automatic"
msgstr "自动"

#: data/ui/remmina_preferences.glade:585
msgid "Scrolled window"
msgstr "滚动窗口"

#: data/ui/remmina_preferences.glade:587
msgid "Viewport fullscreen"
msgstr "全屏视口"

#: data/ui/remmina_preferences.glade:603
msgid "Tabbed interface"
msgstr "标签界面"

#: data/ui/remmina_preferences.glade:618
msgid "Tab by groups"
msgstr "分组标签"

#: data/ui/remmina_preferences.glade:619
msgid "Tab by protocols"
msgstr "协议标签"

#: data/ui/remmina_preferences.glade:620
msgid "Tab all connections"
msgstr "所有连接标签"

#: data/ui/remmina_preferences.glade:621
msgid "No tabs"
msgstr "无标签"

#: data/ui/remmina_preferences.glade:632
msgid "Fullscreen on the same screen as the connection window"
msgstr "与连接窗口相同的监视器上全屏显示"

#: data/ui/remmina_preferences.glade:656
msgid "Peeking"
msgstr "窥视"

#: data/ui/remmina_preferences.glade:657
msgid "Hidden"
msgstr "隐藏"

#: data/ui/remmina_preferences.glade:673
msgid "Fullscreen toolbar visibility"
msgstr "全屏工具栏可见"

#: data/ui/remmina_preferences.glade:683
msgid "Hide the search bar shown in the main window"
msgstr "在主窗口中隐藏搜索栏"

#: data/ui/remmina_preferences.glade:707
msgid "Appearance"
msgstr "外观"

#: data/ui/remmina_preferences.glade:722
msgid "Show new connection on top of the menu"
msgstr "在菜单顶部显示新的连接"

#: data/ui/remmina_preferences.glade:740
msgid "Hide total count shown in the group menu"
msgstr "隐藏组菜单中的总数"

#: data/ui/remmina_preferences.glade:757
msgid "No tray icon"
msgstr "禁用托盘图标"

#: data/ui/remmina_preferences.glade:775
msgid "Start in tray upon user login"
msgstr "在用户登录时启动托盘"

#: data/ui/remmina_preferences.glade:793
msgid "Dark tray icon"
msgstr "暗色托盘图标"

#: data/ui/remmina_preferences.glade:797
msgid "Improves contrast if you have a light panel."
msgstr "如果您的主题面板较浅,可以提高对比度。"

#: data/ui/remmina_preferences.glade:818
msgid "Applet"
msgstr "小程序"

#: data/ui/remmina_preferences.glade:839
msgid "Host key"
msgstr "主机键"

#: data/ui/remmina_preferences.glade:870
msgid "Show/hide fullscreen"
msgstr "全屏显示/隐藏"

#: data/ui/remmina_preferences.glade:900
msgid "Auto-fit window"
msgstr "自适应窗口"

#: data/ui/remmina_preferences.glade:973
msgid "Apply/remove scaling"
msgstr "应用/移除缩放"

#: data/ui/remmina_preferences.glade:1003
msgid "Grab keyboard"
msgstr "键盘抓取"

#: data/ui/remmina_preferences.glade:1094
msgid "Show/hide toolbar"
msgstr "显示/隐藏工具栏"

#: data/ui/remmina_preferences.glade:1156
#: data/ui/remmina_preferences.glade:1166
msgid "View-only mode"
msgstr "仅查看模式"

#: data/ui/remmina_preferences.glade:1190
msgid "Keyboard"
msgstr "键盘"

#: data/ui/remmina_preferences.glade:1209
msgid "Local SSH port"
msgstr "本地 SSH 端口"

#: data/ui/remmina_preferences.glade:1233
msgid "Parse ~/.ssh/config"
msgstr "解析 ~/.ssh/config"

#: data/ui/remmina_preferences.glade:1257
msgid "SSH_LOG_NOLOG"
msgstr "SSH_LOG_NOLOG"

#: data/ui/remmina_preferences.glade:1258
msgid "SSH_LOG_RARE"
msgstr "SSH_LOG_RARE"

#: data/ui/remmina_preferences.glade:1259
msgid "SSH_LOG_ENTRY"
msgstr "SSH_LOG_ENTRY"

#: data/ui/remmina_preferences.glade:1260
msgid "SSH_LOG_PACKET"
msgstr "SSH_LOG_PACKET"

#: data/ui/remmina_preferences.glade:1261
msgid "SSH_LOG_FUNCTIONS"
msgstr "SSH_LOG_FUNCTIONS"

#: data/ui/remmina_preferences.glade:1277
msgid "SSH log level"
msgstr "SSH 日志级别"

#. http://man7.org/linux/man-pages/man7/tcp.7.html
#: data/ui/remmina_preferences.glade:1344
#, fuzzy
msgid "Seconds of connection idleness before TCP keepalive probes are sent."
msgstr ""
"在 TCP 开始发送 keepalive 探测之前,连接需要保持空闲的时间(以秒为单位)。"

#. http://man7.org/linux/man-pages/man7/tcp.7.html
#: data/ui/remmina_preferences.glade:1360
#, fuzzy
msgid "Seconds between each keepalive probe."
msgstr "各个 keepalive 探测器之间的时间(以秒为单位)。"

#. http://man7.org/linux/man-pages/man7/tcp.7.html
#: data/ui/remmina_preferences.glade:1376
#, fuzzy
msgid ""
"Number of keepalive probes sent via TCP connection before it is dropped."
msgstr "丢弃连接之前 TCP 应发送的最大 keepalive 探测数。"

#. http://man7.org/linux/man-pages/man7/tcp.7.html
#: data/ui/remmina_preferences.glade:1392
#, fuzzy
msgid ""
"Amount of milliseconds to attempt acknowledging data before closing the "
"corresponding TCP connection forcibly."
msgstr ""
"它指定在 TCP 强制关闭相应连接之前传输数据可能保持未确认的最长时间(以毫秒为单"
"位)。"

#: data/ui/remmina_preferences.glade:1413
msgid "SSH options"
msgstr "SSH 选项"

#: data/ui/remmina_preferences.glade:1435
msgid "Master password"
msgstr "主控密码"

#: data/ui/remmina_preferences.glade:1450
#: data/ui/remmina_preferences.glade:1466
msgid "Use secret key authentication for some widgets"
msgstr "对某些小部件使用密钥身份验证"

#: data/ui/remmina_preferences.glade:1472
msgid "Use master password"
msgstr "使用主控密码"

#: data/ui/remmina_preferences.glade:1485
msgid "Automatic lock interval"
msgstr "自动锁定间隔"

#: data/ui/remmina_preferences.glade:1496
msgid "Master password validity in seconds"
msgstr "主控密码有效期(秒)"

#: data/ui/remmina_preferences.glade:1516
msgid "File encryption"
msgstr "文件加密"

#: data/ui/remmina_preferences.glade:1546
msgid "Repeat the password"
msgstr "重复密码"

#: data/ui/remmina_preferences.glade:1623
msgid "Terminal font"
msgstr "终端字体"

#: data/ui/remmina_preferences.glade:1636
msgid "Scrollback lines"
msgstr "回滚行数"

#: data/ui/remmina_preferences.glade:1702
msgid "Shortcut for copying to clipboard"
msgstr "复制到剪贴板的快捷键"

#: data/ui/remmina_preferences.glade:1715
msgid "Shortcut for pasting from clipboard"
msgstr "从剪贴板粘贴的快捷键"

#: data/ui/remmina_preferences.glade:1728
msgid "Select all shortcuts"
msgstr "全选快捷键"

#: data/ui/remmina_preferences.glade:1742
#: data/ui/remmina_preferences.glade:1760
#: data/ui/remmina_preferences.glade:1778
msgid "(Host key +)"
msgstr "(主机键 +)"

#: data/ui/remmina_preferences.glade:1795
#: data/ui/remmina_preferences.glade:1809
msgid "Foreground colour"
msgstr "前景色"

#: data/ui/remmina_preferences.glade:1823
#: data/ui/remmina_preferences.glade:1890
msgid "Background colour"
msgstr "背景色"

#: data/ui/remmina_preferences.glade:1836
#: data/ui/remmina_preferences.glade:1905
msgid "Cursor colour"
msgstr "光标颜色"

#: data/ui/remmina_preferences.glade:1849
msgid "Normal colours"
msgstr "正常颜色"

#: data/ui/remmina_preferences.glade:1862
msgid "Bright colours"
msgstr "高亮颜色"

#: data/ui/remmina_preferences.glade:1876
msgid "Load colour theme"
msgstr "加载配色主题"

#: data/ui/remmina_preferences.glade:1917
msgid ""
"Choose a colour scheme file. Usually available in /usr/share/remmina/theme. "
"https://github.com/mbadolato/iTerm2-Color-Schemes has more details."
msgstr ""
"选择一个配色方案文件,预安装的主题通常在 /usr/share/remmina/theme 下。请参阅 "
"https://github.com/mbadolato/iTerm2-Color-Schemes。"

#: data/ui/remmina_preferences.glade:1920
msgid "Pick a terminal colouring file"
msgstr "选择一个终端配色文件"

#: data/ui/remmina_preferences.glade:1934
msgid "Pick a black colour"
msgstr "选择黑色"

#: data/ui/remmina_preferences.glade:1946
msgid "Pick a red colour"
msgstr "选择红色"

#: data/ui/remmina_preferences.glade:1958
msgid "Pick a green colour"
msgstr "选择绿色"

#: data/ui/remmina_preferences.glade:1970
msgid "Pick a yellow colour"
msgstr "选择黄色"

#: data/ui/remmina_preferences.glade:1982
msgid "Pick a blue colour"
msgstr "选择蓝色"

#: data/ui/remmina_preferences.glade:1994
msgid "Pick a magenta colour"
msgstr "选择洋红色"

#: data/ui/remmina_preferences.glade:2006
msgid "Pick a cyan colour"
msgstr "选择青色"

#: data/ui/remmina_preferences.glade:2019
msgid "Pick a white colour"
msgstr "选择白色"

#: data/ui/remmina_preferences.glade:2031
msgid "Pick a light black colour"
msgstr "选择亮黑色"

#: data/ui/remmina_preferences.glade:2043
msgid "Pick a light red colour"
msgstr "选择亮红色"

#: data/ui/remmina_preferences.glade:2055
msgid "Pick a bright green colour"
msgstr "选择亮绿色"

#: data/ui/remmina_preferences.glade:2067
msgid "Pick a bright yellow colour"
msgstr "选择亮黄色"

#: data/ui/remmina_preferences.glade:2079
msgid "Pick a bright blue colour"
msgstr "选择亮蓝色"

#: data/ui/remmina_preferences.glade:2091
msgid "Pick a light magenta colour"
msgstr "选择亮洋红色"

#: data/ui/remmina_preferences.glade:2103
msgid "Pick a light cyan colour"
msgstr "选择亮青色"

#: data/ui/remmina_preferences.glade:2116
msgid "Pick a light white colour"
msgstr "选择亮白色"

#: data/ui/remmina_preferences.glade:2129
msgid "Use default system font"
msgstr "使用系统默认字体"

#: data/ui/remmina_preferences.glade:2167
msgid "Allow bold text"
msgstr "允许粗体字"

#: data/ui/remmina_preferences.glade:2183
msgid "Terminal"
msgstr "终端"

#: data/ui/remmina_string_list.glade:14 data/ui/remmina_string_list.glade:158
msgid "Add"
msgstr "增加"

#: data/ui/remmina_string_list.glade:20 data/ui/remmina_string_list.glade:137
msgid "Remove"
msgstr "移除"

#: data/ui/remmina_string_list.glade:26 data/ui/remmina_string_list.glade:116
msgid "Move up"
msgstr "向上移动"

#: data/ui/remmina_string_list.glade:32 data/ui/remmina_string_list.glade:95
msgid "Move down"
msgstr "向下移动"

#: data/ui/remmina_key_chooser.glade:14 data/ui/remmina_key_chooser.glade:15
msgid "_Remove"
msgstr "移除(_R)"

#: data/ui/remmina_key_chooser.glade:23
msgid "Choose a new key"
msgstr "选择一个新按键"

#: data/ui/remmina_key_chooser.glade:82
msgid "Please press the new key…"
msgstr "请按下新按键…"