summaryrefslogtreecommitdiff
path: root/talermerchantdemos/blog/articles/zh/fs-translations.html
blob: 8b48e1ecdaccbdbdd20840d130622fd049d2d072 (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
<!--#set var="ENGLISH_PAGE" value="/philosophy/fs-translations.en.html" -->

<!--#include virtual="/server/header.zh-cn.html" -->
<!-- Parent-Version: 1.87 -->

<!-- This file is automatically generated by GNUnited Nations! -->
<title>&ldquo;自由软件&rdquo;一词的翻译 - GNU工程 - 自由软件基金会</title>

<!--#include virtual="/philosophy/po/fs-translations.translist" -->
<style type="text/css" media="print,screen">
<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
<!--
#content th { text-align: right; }
-->
<!--#else -->
<!--
#content th { text-align: left; }
-->
<!--#endif -->

</style>

<!--#include virtual="/server/banner.zh-cn.html" -->
<h2>&ldquo;自由软件&rdquo;一词的翻译</h2>

<p>本文列举了推荐使用的多语言的&ldquo;自由软件&rdquo;一词的无歧义翻译(<a
href="/philosophy/open-source-misses-the-point.html">free是freedom中的自由</a>)。</p>

<p>我们同时提供了&ldquo;免费软件&rdquo;、&ldquo;专有软件&rdquo;和&ldquo;商业软件&rdquo;的翻译,以示在各种语言中它们有怎样的区别。</p>

<p>如果你发现有错误或想增加其他语言,请写邮件到<a
href="mailto:web-translators@gnu.org">&lt;web-translators@gnu.org&gt;</a>。邮件请使用UTF-8编码。感谢。</p>

<p>有些条目的括号里的拉丁字母表示读音(添加了相关的元音)。如果发现错误,请也写邮件告诉我们。</p>

<!-- The languages are sorted by their name in English.  -->
<!-- GNUN-SORT-START -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="sq">阿尔巴尼亚语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>sq</td></tr>
<tr><th>自由软件</th>
<td lang="sq" xml:lang="sq">
software i lirë</td></tr>
<tr><th>免费软件</th>
<td lang="sq" xml:lang="sq">
software falas</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="ar">阿拉伯语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>ar</td></tr>
<tr><th>自由软件</th>
<td lang="ar" xml:lang="ar">برمجيات حرة (barmajiyat ḥorrah)</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="ga">爱尔兰语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>ga</td></tr>
<tr><th>自由软件</th>
<td lang="ga" xml:lang="ga">
Saorbhogearraí</td></tr>
<tr><th>免费软件</th>
<td lang="ga" xml:lang="ga">
Bogearraí saora in aisce</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="et">爱沙尼亚语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>et</td></tr>
<tr><th>自由软件</th>
<td lang="et" xml:lang="et">
vaba tarkvara</td></tr>
<tr><th>免费软件</th>
<td lang="et" xml:lang="et">
tasuta tarkvara</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="eu">巴斯克语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>eu</td></tr>
<tr><th>自由软件</th>
<td lang="eu" xml:lang="eu">
software librea</td></tr>
<tr><th>免费软件</th>
<td lang="eu" xml:lang="eu">
doako softwarea</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="be">白俄罗斯语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>be</td></tr>
<tr><th>自由软件</th>
<td lang="be" xml:lang="be">
свабоднае праграмнае забесьпячэньне (svabodnae pragramnae zabes'pjachen'ne)</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="bg">保加利亚语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>bg</td></tr>
<tr><th>自由软件</th>
<td lang="bg" xml:lang="bg">
свободен софтуер (svoboden softuer)</td></tr>
<tr><th>免费软件</th>
<td lang="bg" xml:lang="bg">
безплатен софтуер (bezplaten softuer)</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="is">冰岛语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>is</td></tr>
<tr><th>自由软件</th>
<td lang="is" xml:lang="is">
frjáls hugbúnaður</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="pl">波兰语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>pl</td></tr>
<tr><th>自由软件</th>
<td lang="pl" xml:lang="pl">
wolne oprogramowanie</td></tr>
<tr><th>免费软件</th>
<td lang="pl" xml:lang="pl">
darmowe oprogramowanie</td></tr>
<tr><th>专有软件</th>
<td lang="pl" xml:lang="pl">
oprogramowanie własnościowe</td></tr>
<tr><th>商业软件</th>
<td lang="pl" xml:lang="pl">
oprogramowanie komercyjne</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="fa">波斯语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>fa</td></tr>
<tr><th>自由软件</th>
<td lang="fa" xml:lang="fa">نرم‌افزار آزاد (narmafzar azad)</td></tr>
<tr><th>免费软件</th>
<td lang="fa" xml:lang="fa">نرم‌افزار رایگان (narmafzar raygan)</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="da">丹麦语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>da</td></tr>
<tr><th>自由软件</th>
<td lang="da" xml:lang="da">
fri software / frit programmel</td></tr>
<tr><th>免费软件</th>
<td lang="da" xml:lang="da">
gratis software</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="de">德语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>de</td></tr>
<tr><th>自由软件</th>
<td lang="de" xml:lang="de">
Freie Software</td></tr>
<tr><th>免费软件</th>
<td lang="de" xml:lang="de">
Gratis-Software / Kostenlose Software</td></tr>
<tr><th>专有软件</th>
<td lang="de" xml:lang="de">
Proprietäre Software</td></tr>
<tr><th>商业软件</th>
<td lang="de" xml:lang="de">
Kommerzielle Software</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="ru">俄语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>ru</td></tr>
<tr><th>自由软件</th>
<td lang="ru" xml:lang="ru">
свободные программы (svobodnie programmi)</td></tr>
<tr><th>免费软件</th>
<td lang="ru" xml:lang="ru">
бесплатные программы (besplatnie programmi)</td></tr>
<tr><th>专有软件</th>
<td lang="ru" xml:lang="ru">
несвободные программы (nesvobodnie programmi)</td></tr>
<tr><th>商业软件</th>
<td lang="ru" xml:lang="ru">
коммерческие программы (kommercheskie programmi)</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="fr">法语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>fr</td></tr>
<tr><th>自由软件</th>
<td lang="fr" xml:lang="fr">
logiciel libre</td></tr>
<tr><th>免费软件</th>
<td lang="fr" xml:lang="fr">
logiciel gratuit</td></tr>
<tr><th>专有软件</th>
<td lang="fr" xml:lang="fr">
logiciel privateur</td></tr>
<tr><th>商业软件</th>
<td lang="fr" xml:lang="fr">
logiciel commercial</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="zh-tw">繁体中文</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>zh-tw</td></tr>
<tr><th>自由软件</th>
<td lang="zh-tw" xml:lang="zh-tw">
自由軟體 (zih-yo ruan-ti)</td></tr>
<tr><th>免费软件</th>
<td lang="zh-tw" xml:lang="zh-tw">
免費軟體 (mien-fei ruan-ti)</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="fi">芬兰语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>fi</td></tr>
<tr><th>自由软件</th>
<td lang="fi" xml:lang="fi">
vapaa ohjelmisto</td></tr>
<tr><th>免费软件</th>
<td lang="fi" xml:lang="fi">ilmainen ohjelmisto</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="ka">格鲁吉亚语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>ka</td></tr>
<tr><th>自由软件</th>
<td lang="ka" xml:lang="ka">
თავისუფალი პროგრამები (tavisupali programebi)</td></tr>
<tr><th>免费软件</th>
<td lang="ka" xml:lang="ka">
უფასო პროგრამები (upaso programebi)</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="ko">韩语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>ko</td></tr>
<tr><th>自由软件</th>
<td lang="ko" xml:lang="ko">
자유 소프트웨어 (ja-yu software)</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="nl">荷兰语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>nl</td></tr>
<tr><th>自由软件</th>
<td lang="nl" xml:lang="nl">
vrije software</td></tr>
<tr><th>免费软件</th>
<td lang="nl" xml:lang="nl">
gratis software</td></tr>
<tr><th>专有软件</th>
<td lang="nl" xml:lang="nl">
private software</td></tr>
<tr><th>商业软件</th>
<td lang="nl" xml:lang="nl">
commerci&euml;le software</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="gl">加里西亚语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>gl</td></tr>
<tr><th>自由软件</th>
<td lang="gl" xml:lang="gl">
software libre</td></tr>
<tr><th>免费软件</th>
<td lang="gl" xml:lang="gl">
software gratuíto</td></tr>
<tr><th>专有软件</th>
<td lang="gl" xml:lang="gl">
software privativo</td></tr>
<tr><th>商业软件</th>
<td lang="gl" xml:lang="gl">
software comercial</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="ca">加泰隆语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>ca</td></tr>
<tr><th>自由软件</th>
<td lang="ca" xml:lang="ca">
programari lliure</td></tr>
<tr><th>免费软件</th>
<td lang="ca" xml:lang="ca">
programari gratuït</td></tr>
<tr><th>专有软件</th>
<td lang="ca" xml:lang="ca">
programari privatiu</td></tr>
<tr><th>商业软件</th>
<td lang="ca" xml:lang="ca">
programari comercial</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="io">简化世界语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>io</td></tr>
<tr><th>自由软件</th>
<td lang="io" xml:lang="io">
libera programaro</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="zh-cn">简体中文</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>zh-cn</td></tr>
<tr><th>自由软件</th>
<td lang="zh-cn" xml:lang="zh-cn">
自由软件 (普通话发音:zi(4)-you(2) Ruan(3)-jian(4))</td></tr>
<tr><th>免费软件</th>
<td lang="zh-cn" xml:lang="zh-cn">
免费软件 (普通话发音:mian(3)-fei(4) ruan(3)-jian(4))</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="cs">捷克语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>cs</td></tr>
<tr><th>自由软件</th>
<td lang="cs" xml:lang="cs">
svobodný software</td></tr>
<tr><th>免费软件</th>
<td lang="cs" xml:lang="cs">
bezplatný software</td></tr>
<tr><th>专有软件</th>
<td lang="cs" xml:lang="cs">
proprietární software</td></tr>
<tr><th>商业软件</th>
<td lang="cs" xml:lang="cs">
komerční software</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="hr">克罗地亚语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>hr</td></tr>
<tr><th>自由软件</th>
<td lang="hr" xml:lang="hr">
slobodan softver</td></tr>
<tr><th>免费软件</th>
<td>besplatan softver</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="ia">拉丁国际语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>ia</td></tr>
<tr><th>自由软件</th>
<td lang="ia" xml:lang="ia">
libere programmage / libere programmario</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="lv">拉脱维亚语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>lv</td></tr>
<tr><th>自由软件</th>
<td lang="lv" xml:lang="lv">
brīva programmatūra</td></tr>
<tr><th>免费软件</th>
<td lang="lv" xml:lang="lv">
bezmaksas programmatūra</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="lt">立陶宛语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>lt</td></tr>
<tr><th>自由软件</th>
<td lang="lt" xml:lang="lt">
laisva programinė įranga</td></tr>
<tr><th>免费软件</th>
<td lang="lt" xml:lang="lt">
nemokama programinė įranga</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="ro">罗马尼亚语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>ro</td></tr>
<tr><th>自由软件</th>
<td lang="ro" xml:lang="ro">
programe libere</td></tr>
<tr><th>免费软件</th>
<td lang="ro" xml:lang="ro">
programe gratuite</td></tr>
<tr><th>专有软件</th>
<td lang="ro" xml:lang="ro">
programe proprietărești</td></tr>
<tr><th>商业软件</th>
<td lang="ro" xml:lang="ro">
programe comerciale</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="ml">马拉亚拉姆语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>ml</td></tr>
<tr><th>自由软件</th>
<td lang="ml" xml:lang="ml">
സ്വതന്ത്രസോഫ്റ്റ്‌വെയര്‍ (svatantrasophṯṯveyar)</td></tr>
<tr><th>免费软件</th>
<td lang="ml" xml:lang="ml">
സൗജന്യസോഫ്റ്റ്‌വെയര്‍ (soujanyasophṯṯveyar)</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="ms">马来语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>ms</td></tr>
<tr><th>自由软件</th>
<td lang="ms" xml:lang="ms">
perisian bebas</td></tr>
<tr><th>免费软件</th>
<td lang="ms" xml:lang="ms">
perisian percuma</td></tr>
<tr><th>专有软件</th>
<td lang="ms" xml:lang="ms">
perisian hakmilik</td></tr>
<tr><th>商业软件</th>
<td lang="ms" xml:lang="ms">
perisian dagangan</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="mk">马其顿语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>mk</td></tr>
<tr><th>自由软件</th>
<td lang="mk" xml:lang="mk">
слободен софтвер (sloboden softver)</td></tr>
<tr><th>免费软件</th>
<td lang="mk" xml:lang="mk">
бесплатен софтвер (besplaten softver)</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="bn">孟加拉语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>bn</td></tr>
<tr><th>自由软件</th>
<td lang="bn" xml:lang="bn">
স্বাধীন সফটওয়্যার (swadhin software)
</td></tr>
<tr><th>免费软件</th>
<td lang="bn" xml:lang="bn">
বিনামূল্যের সফটওয়্যার (binamuller software)
</td></tr>
<tr><th>专有软件</th>
<td lang="bn" xml:lang="bn">
মালিকানা সফটওয়্যার (malikana software)
</td></tr>
<tr><th>商业软件</th>
<td lang="bn" xml:lang="bn">
বাণিজ্যিক সফটওয়্যার (banijjik software)
</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="my">缅甸语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>my</td></tr>
<tr><th>自由软件</th>
<td lang="my" xml:lang="my">
လွတ်လပ်ဆော့ဖ်ဝဲ (lu' la' software)</td></tr>
<tr><th>免费软件</th>
<td lang="my" xml:lang="my">
အခမဲ့ဆော့ဖ်ဝဲ (a̱kha. me. software)</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="af">南非语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>af</td></tr>
<tr><th>自由软件</th>
<td lang="af" xml:lang="af">vrye sagteware</td></tr>
<tr><th>免费软件</th>
<td lang="af" xml:lang="af">gratis sagteware</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="no">挪威语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>no, nb, nn</td></tr>
<tr><th>自由软件</th>
<td lang="no" xml:lang="no">
fri programvare</td></tr>
<tr><th>免费软件</th>
<td lang="no" xml:lang="no">
gratis programvare</td></tr>
<tr><th>专有软件</th>
<td lang="no" xml:lang="no">
godseid programvare / proprietær programvare</td></tr>
<tr><th>商业软件</th>
<td lang="no" xml:lang="no">
kommersiell programvare</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="pt">葡萄牙语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>pt</td></tr>
<tr><th>自由软件</th>
<td lang="pt" xml:lang="pt">
software livre</td></tr>
<tr><th>免费软件</th>
<td lang="pt" xml:lang="pt">
software gratuito</td></tr>
<tr><th>专有软件</th>
<td lang="pt" xml:lang="pt">
software proprietário</td></tr>
<tr><th>商业软件</th>
<td lang="pt" xml:lang="pt">
software comercial</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="ja">日语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>ja</td></tr>
<tr><th>自由软件</th>
<td lang="ja" xml:lang="ja">
自由ソフトウェア (jiyū sofutouea)</td></tr>
<tr><th>免费软件</th>
<td lang="ja" xml:lang="ja">
無料ソフトウェア (muryō sofutouea)</td></tr>
<tr><th>专有软件</th>
<td lang="ja" xml:lang="ja">
プロプライエタリなソフトウェア (puropuraietari na sofutouea)</td></tr>
<tr><th>商业软件</th>
<td lang="ja" xml:lang="ja">
商用ソフトウェア (shōyō sofutouea)</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="sv">瑞典语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>sv</td></tr>
<tr><th>自由软件</th>
<td lang="sv" xml:lang="sv">
fri programvara / fri mjukvara</td></tr>
<tr><th>免费软件</th>
<td lang="sv" xml:lang="sv">
gratis programvara / gratis mjukvara</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="sc">撒丁语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>sc</td></tr>
<tr><th>自由软件</th>
<td lang="sc" xml:lang="sc">
software liberu</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="sr">塞尔维亚语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>sr</td></tr>
<tr><th>自由软件</th>
<td lang="sr" xml:lang="sr">
слободни софтвер / slobodni softver</td></tr>
<tr><th>免费软件</th>
<td lang="sr" xml:lang="sr">
бесплатни софтвер / besplatni softver</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="eo">世界语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>eo</td></tr>
<tr><th>自由软件</th>
<td lang="eo" xml:lang="eo">
libera programaro / programo</td></tr>
<tr><th>免费软件</th>
<td lang="eo" xml:lang="eo">
senpaga programaro / programo</td></tr>
<tr><th>专有软件</th>
<td lang="eo" xml:lang="eo">
mallibera programaro / programo</td></tr>
<tr><th>商业软件</th>
<td lang="eo" xml:lang="eo">
komerca programaro / programo</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="sk">斯洛伐克语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>sk</td></tr>
<tr><th>自由软件</th>
<td lang="sk" xml:lang="sk">
slobodný softvér</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="sl">斯洛文尼亚语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>sl</td></tr>
<tr><th>自由软件</th>
<td lang="sl" xml:lang="sl">
prosto programje</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="sw">斯瓦西里语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>sw</td></tr>
<tr><th>自由软件</th>
<td lang="sw" xml:lang="sw">
Software huru / Programu huru za Kompyuta</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="gd">苏格兰盖尔语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>gd</td></tr>
<tr><th>自由软件</th>
<td lang="gd" xml:lang="gd">
bathar-bog saor</td></tr>
<tr><th>免费软件</th>
<td lang="gd" xml:lang="gd">
bathar-bog an-asgaidh</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="tl">塔加洛语/菲律宾语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>tl</td></tr>
<tr><th>自由软件</th>
<td lang="tl" xml:lang="tl">
malayang software</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="te">泰卢固语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>te</td></tr>
<tr><th>自由软件</th>
<td lang="te" xml:lang="te">
స్వేచ్ఛ సాఫ్ట్‌వేర్ (swechcha软件)
</td></tr>
<tr><th>免费软件</th>
<td lang="te" xml:lang="te">
ఉచిత సాఫ్ట్‌వేర్ (uchitha软件)
</td></tr>
<tr><th>专有软件</th>
<td lang="te" xml:lang="te">
యాజమాన్య సాఫ్ట్‌వేర్ (yaajamaanya软件)
</td></tr>
<tr><th>商业软件</th>
<td lang="te" xml:lang="te">
వాణిజ్య సాఫ్ట్‌వేర్ (vaanijya软件)
</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="ta">泰米尔语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>ta</td></tr>
<tr><th>自由软件</th>
<td lang="ta" xml:lang="ta">
கட்டற்ற மென்பொருள் (kaṭṭaṟṟa meṉpoñaḷ)</td></tr>
<tr><th>免费软件</th>
<td lang="ta" xml:lang="ta">
இலவச மென்பொருள் (illavasa menporul) </td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="th">泰语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>th</td></tr>
<tr><th>自由软件</th>
<td lang="th" xml:lang="th">
ซอฟต์แวร์เสรี (sofotwerseri)</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="tr">土耳其语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>tr</td></tr>
<tr><th>自由软件</th>
<td lang="tr" xml:lang="tr">
özgür yazılım</td></tr>
<tr><th>免费软件</th>
<td lang="tr" xml:lang="tr">
bedava yazılım</td></tr>
<tr><th>专有软件</th>
<td lang="tr" xml:lang="tr">
özel mülk yazılım</td></tr>
<tr><th>商业软件</th>
<td lang="tr" xml:lang="tr">
ticari yazılım</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="cy">威尔士语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>cy</td></tr>
<tr><th>自由软件</th>
<td lang="cy" xml:lang="cy">
meddalwedd rydd</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="ur">乌尔都语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>ur</td></tr>
<tr><th>自由软件</th>
<td lang="ur" xml:lang="ur">آزاد سافٹ ویئر (azad software)</td></tr>
<tr><th>免费软件</th>
<td lang="ur" xml:lang="ur">مفت سافٹ ویئر (muft software)</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="uk">乌克兰语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>uk</td></tr>
<tr><th>自由软件</th>
<td lang="uk" xml:lang="uk">
вільне програмне забезпечення (vil'ne prohramne zabezpechennja)</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="he">希伯来语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>he</td></tr>
<tr><th>自由软件</th>
<td lang="he" xml:lang="he">תוכנה חופשית (tochna chofshit)</td></tr>
<tr><th>免费软件</th>
<td lang="he" xml:lang="he">תוכנה חינמית (tochna chinamit)</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="el">希腊语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>el</td></tr>
<tr><th>自由软件</th>
<td lang="el" xml:lang="el">
ελεύθερο λογισμικό (elefthero logismiko)</td></tr>
<tr><th>免费软件</th>
<td lang="el" xml:lang="el">
δωρεάν λογισμικό (dorean logismiko)</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="es">西班牙语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>es</td></tr>
<tr><th>自由软件</th>
<td lang="es" xml:lang="es">
software libre</td></tr>
<tr><th>免费软件</th>
<td lang="es" xml:lang="es">
software gratuito</td></tr>
<tr><th>专有软件</th>
<td lang="es" xml:lang="es">
software privativo</td></tr>
<tr><th>商业软件</th>
<td lang="es" xml:lang="es">
software comercial</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="si">锡兰语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>si</td></tr>
<tr><th>自由软件</th>
<td lang="si" xml:lang="si">
නිදහස් මෘදුකාංග (nidahas mṛdukāṅga)</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="hu">匈牙利语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>hu</td></tr>
<tr><th>自由软件</th>
<td lang="hu" xml:lang="hu">
szabad szoftver</td></tr>
<tr><th>免费软件</th>
<td lang="hu" xml:lang="hu">
ingyenes szoftver / ingyen szoftver</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="hy">亚美尼亚语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>hy</td></tr>
<tr><th>自由软件</th>
<td lang="hy" xml:lang="hy">
ազատ ծրագիր/ծրագրեր (azat tsragir/tsragrer)</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="it">意大利语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>it</td></tr>
<tr><th>自由软件</th>
<td lang="it" xml:lang="it">
software libero</td></tr>
<tr><th>免费软件</th>
<td lang="it" xml:lang="it">
software gratuito</td></tr>
<tr><th>专有软件</th>
<td lang="it" xml:lang="it">
software proprietario</td></tr>
<tr><th>商业软件</th>
<td lang="it" xml:lang="it">
software commerciale</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="hi">印地语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>hi</td></tr>
<tr><th>自由软件</th>
<td lang="hi" xml:lang="hi">
मुक्त सॉफ्टवेयर (mukt software)</td></tr>
<tr><th>免费软件</th>
<td lang="hi" xml:lang="hi">
मुफ़्त सॉफ्टवेयर (muft software)</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="id">印度尼西亚语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>id</td></tr>
<tr><th>自由软件</th>
<td lang="id" xml:lang="id">
perangkat lunak bebas</td></tr>
<tr><th>免费软件</th>
<td lang="id" xml:lang="id">
perangkat lunak gratis</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="vi">越南语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>vi</td></tr>
<tr><th>自由软件</th>
<td lang="vi" xml:lang="vi">
phần mềm tự do</td></tr>
</table>

<!-- GNUN-SORT-NEXT-ITEM -->
<!-- GNUN-SORT-BEGIN-KEY -->
<h3 id="zu">祖鲁语</h3>

<!-- GNUN-SORT-END-KEY -->
<table border="1">
<tr><th>语言代码</th>
<td>zu</td></tr>
<tr><th>自由软件</th>
<td lang="zu" xml:lang="zu">
Isoftware Ekhululekile</td></tr>
</table>

<!-- GNUN-SORT-STOP -->
<div class="translators-notes">

<!--TRANSLATORS: Use space (SPC) as msgstr if you don't have notes.-->
 </div>
</div>

<!-- for id="content", starts in the include above -->
<!--#include virtual="/server/footer.zh-cn.html" -->
<div id="footer">
<div class="unprintable">

<p>请将有关自由软件基金会(FSF)&amp;GNU的一般性问题发送到<a
href="mailto:gnu@gnu.org">&lt;gnu@gnu.org&gt;</a>。也可以通过<a
href="/contact/">其他联系方法</a>联系自由软件基金会(FSF)。请将无效链接,其他错误或建议发送给<a
href="mailto:webmasters@gnu.org">&lt;webmasters@gnu.org&gt;</a>。</p>

<p>
<!-- TRANSLATORS: Ignore the original text in this paragraph,
        replace it with the translation of these two:

        We work hard and do our best to provide accurate, good quality
        translations.  However, we are not exempt from imperfection.
        Please send your comments and general suggestions in this regard
        to <a href="mailto:web-translators@gnu.org">

        &lt;web-translators@gnu.org&gt;</a>.</p>

        <p>For information on coordinating and submitting translations of
        our web pages, see <a
        href="/server/standards/README.translations.html">Translations
        README</a>. -->
若您想翻译本文,请参看<a href="/server/standards/README.translations.html">翻译须知</a>。</p>
</div>

<!-- Regarding copyright, in general, standalone pages (as opposed to
     files generated as part of manuals) on the GNU web server should
     be under CC BY-ND 4.0.  Please do NOT change or remove this
     without talking with the webmasters or licensing team first.
     Please make sure the copyright date is consistent with the
     document.  For web pages, it is ok to list just the latest year the
     document was modified, or published.
     
     If you wish to list earlier years, that is ok too.
     Either "2001, 2002, 2003" or "2001-2003" are ok for specifying
     years, as long as each year in the range is in fact a copyrightable
     year, i.e., a year in which the document was published (including
     being publicly visible on the web or in a revision control system).
     
     There is more detail about copyright years in the GNU Maintainers
     Information document, www.gnu.org/prep/maintain. -->
<p>Copyright &copy; 1999, 2000, 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Free Software
Foundation, Inc.</p>

<p>本页面使用<a rel="license"
href="http://creativecommons.org/licenses/by-nd/4.0/">Creative Commons
Attribution-NoDerivatives 4.0 International License</a>授权。</p>

<!--#include virtual="/server/bottom-notes.zh-cn.html" -->
<div class="translators-credits">

<!--TRANSLATORS: Use space (SPC) as msgstr if you don't want credits.-->
<b>翻译团队</b>:<a rel="team"
href="https://savannah.gnu.org/projects/www-zh-cn/">&lt;CTT&gt;</a>,2018-2021。</div>

<p class="unprintable"><!-- timestamp start -->
最后更新:

$Date: 2021/03/12 03:31:54 $

<!-- timestamp end -->
</p>
</div>
</div>
<!-- for class="inner", starts in the banner include -->
</body>
</html>