summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-zh-rCN/strings.xml
blob: 903326f7440f1f77f91946d002b6871674702c73 (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
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
/* //device/apps/common/assets/res/any/strings.xml
**
** Copyright 2006, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
 -->

<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="byteShort" msgid="8340973892742019101">"B"</string>
    <string name="kilobyteShort" msgid="5973789783504771878">"KB"</string>
    <string name="megabyteShort" msgid="6355851576770428922">"MB"</string>
    <string name="gigabyteShort" msgid="3259882455212193214">"GB"</string>
    <string name="terabyteShort" msgid="231613018159186962">"TB"</string>
    <string name="petabyteShort" msgid="5637816680144990219">"PB"</string>
    <string name="fileSizeSuffix" msgid="7670819340156489359">"<xliff:g id="NUMBER">%1$s</xliff:g><xliff:g id="UNIT">%2$s</xliff:g>"</string>
    <string name="untitled" msgid="6071602020171759109">"&lt;无标题&gt;"</string>
    <string name="ellipsis" msgid="7899829516048813237">"..."</string>
    <string name="ellipsis_two_dots" msgid="1228078994866030736">"‥"</string>
    <string name="emptyPhoneNumber" msgid="7694063042079676517">"(无电话号码)"</string>
    <string name="unknownName" msgid="2277556546742746522">"(未知)"</string>
    <string name="defaultVoiceMailAlphaTag" msgid="2660020990097733077">"语音信箱"</string>
    <string name="defaultMsisdnAlphaTag" msgid="2850889754919584674">"MSISDN1"</string>
    <string name="mmiError" msgid="5154499457739052907">"出现连接问题或 MMI 码无效。"</string>
    <string name="mmiFdnError" msgid="5224398216385316471">"只能对固定拨号号码执行此类操作。"</string>

    <!-- Names of default profiles. -->
    <string name="profileNameDefault">默认</string>
    <string name="profileNameWork">工作</string>
    <string name="profileNameHome">住宅</string>
    <string name="profileNameSilent">静音</string>
    <string name="profileNameNight">夜晚</string>

    <!-- Names of application groups. -->
    <string name="profileGroupPhone">电话</string>
    <string name="profileGroupCalendar">日历</string>
    <string name="profileGroupGmail">Gmail</string>
    <string name="profileGroupEmail">电子邮件</string>
    <string name="profileGroupSMS">短信</string>

    <!-- Name of wildcard profile. -->
    <string name="wildcardProfile">其他</string>

    <string name="serviceEnabled" msgid="8147278346414714315">"已启用服务。"</string>
    <string name="serviceEnabledFor" msgid="6856228140453471041">"已针对以下内容启用了服务:"</string>
    <string name="serviceDisabled" msgid="1937553226592516411">"已停用服务。"</string>
    <string name="serviceRegistered" msgid="6275019082598102493">"注册成功。"</string>
    <string name="serviceErased" msgid="1288584695297200972">"清除成功。"</string>
    <string name="passwordIncorrect" msgid="7612208839450128715">"密码不正确。"</string>
    <string name="mmiComplete" msgid="8232527495411698359">"MMI 码已完成。"</string>
    <string name="badPin" msgid="5085454289896032547">"您输入的旧 PIN 不正确。"</string>
    <string name="badPuk" msgid="5702522162746042460">"您输入的 PUK 码不正确。"</string>
    <string name="mismatchPin" msgid="3695902225843339274">"您输入的 PIN 码不一致。"</string>
    <string name="invalidPin" msgid="3850018445187475377">"输入一个 4 至 8 位数的 PIN 码。"</string>
    <string name="invalidPuk" msgid="8761456210898036513">"请键入至少 8 位数字的 PUK 码。"</string>
    <string name="needPuk" msgid="919668385956251611">"已对 SIM 卡进行 PUK 码锁定。键入 PUK 码将其解锁。"</string>
    <string name="needPuk2" msgid="4526033371987193070">"输入 PUK2 码以解锁 SIM 卡。"</string>
    <string name="ClipMmi" msgid="6952821216480289285">"来电显示"</string>
    <string name="ClirMmi" msgid="7784673673446833091">"本机号码"</string>
    <string name="CfMmi" msgid="5123218989141573515">"来电转接"</string>
    <string name="CwMmi" msgid="9129678056795016867">"来电等待"</string>
    <string name="BaMmi" msgid="455193067926770581">"呼叫限制"</string>
    <string name="PwdMmi" msgid="7043715687905254199">"密码更改"</string>
    <string name="PinMmi" msgid="3113117780361190304">"PIN 码更改"</string>
    <string name="CnipMmi" msgid="3110534680557857162">"显示号码"</string>
    <string name="CnirMmi" msgid="3062102121430548731">"来电显示受限制"</string>
    <string name="ThreeWCMmi" msgid="9051047170321190368">"三方通话"</string>
    <string name="RuacMmi" msgid="7827887459138308886">"拒绝不想接听的骚扰电话"</string>
    <string name="CndMmi" msgid="3116446237081575808">"主叫号码传送"</string>
    <string name="DndMmi" msgid="1265478932418334331">"请勿打扰"</string>
    <string name="CLIRDefaultOnNextCallOn" msgid="429415409145781923">"默认不显示本机号码,在下一次通话中也不显示"</string>
    <string name="CLIRDefaultOnNextCallOff" msgid="3092918006077864624">"默认不显示本机号码,但在下一次通话中显示"</string>
    <string name="CLIRDefaultOffNextCallOn" msgid="6179425182856418465">"默认显示本机号码,但在下一次通话中不显示"</string>
    <string name="CLIRDefaultOffNextCallOff" msgid="2567998633124408552">"默认显示本机号码,在下一次通话中也显示"</string>
    <string name="serviceNotProvisioned" msgid="8614830180508686666">"未提供服务。"</string>
    <string name="CLIRPermanent" msgid="5460892159398802465">"本机号码显示设置无法更改。"</string>
    <string name="RestrictedChangedTitle" msgid="5592189398956187498">"访问受限情况已发生变化"</string>
    <string name="RestrictedOnData" msgid="8653794784690065540">"数据服务已禁用。"</string>
    <string name="RestrictedOnEmergency" msgid="6581163779072833665">"紧急服务已禁用。"</string>
    <string name="RestrictedOnNormal" msgid="4953867011389750673">"已禁用语音服务。"</string>
    <string name="RestrictedOnAllVoice" msgid="1459318899842232234">"已禁用所有语音服务。"</string>
    <string name="RestrictedOnSms" msgid="8314352327461638897">"已禁用短信服务。"</string>
    <string name="RestrictedOnVoiceData" msgid="8244438624660371717">"已禁用语音/数据服务。"</string>
    <string name="RestrictedOnVoiceSms" msgid="1888588152792023873">"已禁用语音/短信服务。"</string>
    <string name="RestrictedOnAll" msgid="2714924667937117304">"已禁用所有语音/数据/短信服务。"</string>
    <string name="serviceClassVoice" msgid="1258393812335258019">"语音"</string>
    <string name="serviceClassData" msgid="872456782077937893">"数据"</string>
    <string name="serviceClassFAX" msgid="5566624998840486475">"传真"</string>
    <string name="serviceClassSMS" msgid="2015460373701527489">"短信"</string>
    <string name="serviceClassDataAsync" msgid="4523454783498551468">"异步"</string>
    <string name="serviceClassDataSync" msgid="7530000519646054776">"同步"</string>
    <string name="serviceClassPacket" msgid="6991006557993423453">"包"</string>
    <string name="serviceClassPAD" msgid="3235259085648271037">"PAD"</string>
    <string name="roamingText0" msgid="7170335472198694945">"启用漫游指示符"</string>
    <string name="roamingText1" msgid="5314861519752538922">"禁用漫游指示符"</string>
    <string name="roamingText2" msgid="8969929049081268115">"漫游指示符正在闪烁"</string>
    <string name="roamingText3" msgid="5148255027043943317">"不在附近"</string>
    <string name="roamingText4" msgid="8808456682550796530">"室外"</string>
    <string name="roamingText5" msgid="7604063252850354350">"漫游 - 首选系统"</string>
    <string name="roamingText6" msgid="2059440825782871513">"漫游 - 可用系统"</string>
    <string name="roamingText7" msgid="7112078724097233605">"漫游 - 联盟合作伙伴"</string>
    <string name="roamingText8" msgid="5989569778604089291">"漫游 - 高级合作伙伴"</string>
    <string name="roamingText9" msgid="7969296811355152491">"漫游 - 全部服务功能"</string>
    <string name="roamingText10" msgid="3992906999815316417">"漫游 - 服务功能不全"</string>
    <string name="roamingText11" msgid="4154476854426920970">"启用漫游横幅"</string>
    <string name="roamingText12" msgid="1189071119992726320">"禁用漫游横幅"</string>
    <string name="roamingTextSearching" msgid="8360141885972279963">"正在搜索服务"</string>
    <string name="roamingTextAirplaneMode">飞行模式</string>
    <string name="cfTemplateNotForwarded" msgid="1683685883841272560">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>:无法转接"</string>
    <string name="cfTemplateForwarded" msgid="1302922117498590521">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>:<xliff:g id="DIALING_NUMBER">{1}</xliff:g>"</string>
    <string name="cfTemplateForwardedTime" msgid="9206251736527085256">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>:<xliff:g id="TIME_DELAY">{2}</xliff:g> 秒后<xliff:g id="DIALING_NUMBER">{1}</xliff:g>"</string>
    <string name="cfTemplateRegistered" msgid="5073237827620166285">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>:无法转接"</string>
    <string name="cfTemplateRegisteredTime" msgid="6781621964320635172">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>:无法转接"</string>
    <string name="fcComplete" msgid="3118848230966886575">"功能代码已拨完。"</string>
    <string name="fcError" msgid="3327560126588500777">"出现连接问题或功能代码无效。"</string>
    <string name="httpErrorOk" msgid="1191919378083472204">"确定"</string>
    <string name="httpError" msgid="6603022914760066338">"发生网络错误。"</string>
    <string name="httpErrorLookup" msgid="4517085806977851374">"找不到该网址。"</string>
    <string name="httpErrorUnsupportedAuthScheme" msgid="2781440683514730227">"不支持此网站身份验证方案。"</string>
    <string name="httpErrorAuth" msgid="7293960746955020542">"身份验证失败。"</string>
    <string name="httpErrorProxyAuth" msgid="1788207010559081331">"通过代理服务器进行身份验证失败。"</string>
    <string name="httpErrorConnect" msgid="7623096283505770433">"未能连接到服务器。"</string>
    <string name="httpErrorIO" msgid="4270874999047767599">"服务器无法通信,请稍后重试。"</string>
    <string name="httpErrorTimeout" msgid="4743403703762883954">"与服务器的连接超时。"</string>
    <string name="httpErrorRedirectLoop" msgid="8679596090392779516">"该页面包含太多服务器重定向。"</string>
    <string name="httpErrorUnsupportedScheme" msgid="5257172771607996054">"不支持该协议。"</string>
    <string name="httpErrorFailedSslHandshake" msgid="3088290300440289771">"无法建立安全连接。"</string>
    <string name="httpErrorBadUrl" msgid="6088183159988619736">"网址无效,此网页无法打开。"</string>
    <string name="httpErrorFile" msgid="8250549644091165175">"无法访问该文件。"</string>
    <string name="httpErrorFileNotFound" msgid="5588380756326017105">"找不到请求的文件。"</string>
    <string name="httpErrorTooManyRequests" msgid="1235396927087188253">"正在处理的请求太多,请稍后重试。"</string>
    <string name="notification_title" msgid="1259940370369187045">"<xliff:g id="ACCOUNT">%1$s</xliff:g> 发生登录错误"</string>
    <string name="contentServiceSync" msgid="8353523060269335667">"同步"</string>
    <string name="contentServiceSyncNotificationTitle" msgid="397743349191901458">"同步"</string>
    <string name="contentServiceTooManyDeletesNotificationDesc" msgid="8100981435080696431">"太多<xliff:g id="CONTENT_TYPE">%s</xliff:g>删除项。"</string>
    <string name="low_memory" product="tablet" msgid="2292820184396262278">"平板电脑存储空间已满!请删除一些文件以腾出空间。"</string>
    <string name="low_memory" product="default" msgid="6632412458436461203">"手机内存已用完!请删除一些文件来腾出空间。"</string>
    <string name="me" msgid="6545696007631404292">"我"</string>
    <string name="power_dialog" product="tablet" msgid="8545351420865202853">"平板电脑选项"</string>
    <string name="power_dialog" product="default" msgid="1319919075463988638">"手机选项"</string>
    <string name="silent_mode" msgid="7167703389802618663">"静音模式"</string>
    <string name="turn_on_radio" msgid="3912793092339962371">"打开收音机"</string>
    <string name="turn_off_radio" msgid="8198784949987062346">"关闭收音机"</string>
    <string name="screen_lock" msgid="799094655496098153">"屏幕锁定"</string>
    <string name="power_off" msgid="4266614107412865048">"关机"</string>
    <string name="reboot_system" product="tablet">"重启平板"</string>
    <string name="reboot_system" product="default">"重启手机"</string>
    <string name="global_action_screenshot">"屏幕截图"</string>
    <string name="reboot_reboot">"重启"</string>
    <string name="global_action_choose_profile">场景模式</string>
    <string name="reboot_recovery">"恢复模式"</string>
    <string name="reboot_bootloader">"引导程序"</string>
    <string name="reboot_bootmenu">"引导菜单"</string>
    <string name="reboot_fastboot">"Fastboot"</string>
    <string name="reboot_download">"下载模式"</string>
    <string name="reboot_progress">"正在重启..."</string>
    <string name="reboot_confirm">"您的手机将会重启。"</string>
    <string name="silent_mode_silent" msgid="319298163018473078">"振铃器关闭"</string>
    <string name="silent_mode_vibrate" msgid="7072043388581551395">"振铃器振动"</string>
    <string name="silent_mode_ring" msgid="8592241816194074353">"振铃器开启"</string>
    <string name="shutdown_progress" msgid="2281079257329981203">"正在关机..."</string>
    <string name="shutdown_confirm" product="tablet" msgid="3385745179555731470">"您的平板电脑会关闭。"</string>
    <string name="shutdown_confirm" product="default" msgid="649792175242821353">"您的手机会关机。"</string>
    <string name="shutdown_confirm_question" msgid="6656441286856415014">"您要关机吗?"</string>
    <string name="recent_tasks_title" msgid="3691764623638127888">"近期任务"</string>
    <string name="no_recent_tasks" msgid="279702952298056674">"没有最近的应用程序。"</string>
    <string name="global_actions" product="tablet" msgid="408477140088053665">"平板电脑选项"</string>
    <string name="global_actions" product="default" msgid="2406416831541615258">"手机选项"</string>
    <string name="global_action_lock" msgid="2844945191792119712">"屏幕锁定"</string>
    <string name="global_action_power_off" msgid="4471879440839879722">"关机"</string>
    <string name="global_action_reboot">"重启"</string>
    <string name="global_action_toggle_silent_mode" msgid="8219525344246810925">"静音模式"</string>
    <string name="global_action_silent_mode_on_status" msgid="3289841937003758806">"声音已关闭"</string>
    <string name="global_action_silent_mode_off_status" msgid="1506046579177066419">"声音已开启"</string>
    <string name="global_actions_toggle_airplane_mode" msgid="5884330306926307456">"飞行模式"</string>
    <string name="global_actions_airplane_mode_on_status" msgid="2719557982608919750">"已开启飞行模式"</string>
    <string name="global_actions_airplane_mode_off_status" msgid="5075070442854490296">"已关闭飞行模式"</string>
    <string name="status_bar_notification_info_overflow" msgid="5301981741705354993">"999+"</string>
    <string name="safeMode" msgid="2788228061547930246">"安全模式"</string>
    <string name="android_system_label" msgid="6577375335728551336">"Android 系统"</string>
    <string name="permgrouplab_costMoney" msgid="5429808217861460401">"需要您付费的服务"</string>
    <string name="permgroupdesc_costMoney" msgid="8193824940620517189">"允许应用程序执行可能需要您付费的操作。"</string>
    <string name="permgrouplab_messages" msgid="7521249148445456662">"您的信息"</string>
    <string name="permgroupdesc_messages" msgid="7045736972019211994">"读写短信、电子邮件和其他信息。"</string>
    <string name="permgrouplab_personalInfo" msgid="3519163141070533474">"您的个人信息"</string>
    <string name="permgroupdesc_personalInfo" product="tablet" msgid="6975389054186265786">"直接访问平板电脑上存储的联系人和日历。"</string>
    <string name="permgroupdesc_personalInfo" product="default" msgid="5488050357388806068">"直接访问手机上存储的联系人和日历。"</string>
    <string name="permgrouplab_location" msgid="635149742436692049">"您的位置"</string>
    <string name="permgroupdesc_location" msgid="2430258821648348660">"监视您的物理位置"</string>
    <string name="permgrouplab_network" msgid="5808983377727109831">"网络通信"</string>
    <string name="permgroupdesc_network" msgid="5035763698958415998">"允许应用程序访问各种网络功能。"</string>
    <string name="permgrouplab_accounts" msgid="3359646291125325519">"您的帐户"</string>
    <string name="permgroupdesc_accounts" msgid="4948732641827091312">"访问可用的帐户。"</string>
    <string name="permgrouplab_hardwareControls" msgid="7998214968791599326">"硬件控件"</string>
    <string name="permgroupdesc_hardwareControls" msgid="4357057861225462702">"直接访问手机上的硬件。"</string>
    <string name="permgrouplab_phoneCalls" msgid="9067173988325865923">"手机通话"</string>
    <string name="permgroupdesc_phoneCalls" msgid="7489701620446183770">"监管、记录和处理电话呼叫。"</string>
    <string name="permgrouplab_systemTools" msgid="4652191644082714048">"系统工具"</string>
    <string name="permgroupdesc_systemTools" msgid="8162102602190734305">"对系统进行低级访问和控制。"</string>
    <string name="permgrouplab_developmentTools" msgid="3446164584710596513">"开发工具"</string>
    <string name="permgroupdesc_developmentTools" msgid="9056431193893809814">"只有应用程序开发人员才会用到的功能。"</string>
    <string name="permgrouplab_storage" msgid="1971118770546336966">"存储"</string>
    <string name="permgroupdesc_storage" product="nosdcard" msgid="7442318502446874999">"访问 USB 存储设备。"</string>
    <string name="permgroupdesc_storage" product="default" msgid="9203302214915355774">"访问 SD 卡。"</string>
    <string name="permlab_statusBar" msgid="7417192629601890791">"停用或修改状态栏"</string>
    <string name="permdesc_statusBar" msgid="1365473595331989732">"允许应用程序停用状态栏或者增删系统图标。"</string>
    <string name="permlab_statusBarService" msgid="7247281911387931485">"状态栏"</string>
    <string name="permdesc_statusBarService" msgid="4097605867643520920">"允许以状态栏形式显示应用程序。"</string>
    <string name="permlab_expandStatusBar" msgid="1148198785937489264">"展开/收拢状态栏"</string>
    <string name="permdesc_expandStatusBar" msgid="7088604400110768665">"允许应用程序展开或收拢状态栏。"</string>
    <string name="permlab_processOutgoingCalls" msgid="1136262550878335980">"拦截外拨电话"</string>
    <string name="permdesc_processOutgoingCalls" msgid="2228988201852654461">"允许应用程序处理外拨电话或更改要拨打的号码。恶意应用程序可能会借此监视、另行转接甚至阻止外拨电话。"</string>
    <string name="permlab_receiveSms" msgid="2697628268086208535">"接收短信"</string>
    <string name="permdesc_receiveSms" msgid="6298292335965966117">"允许应用程序接收和处理短信。恶意应用程序可借此监视您的信息,或者将信息删除而不向您显示。"</string>
    <string name="permlab_receiveMms" msgid="8894700916188083287">"接收彩信"</string>
    <string name="permdesc_receiveMms" msgid="4563346832000174373">"允许应用程序接收和处理彩信。恶意应用程序可借此监视您的信息,或者将信息删除而不向您显示。"</string>
    <string name="permlab_receiveEmergencyBroadcast" msgid="1803477660846288089">"接收紧急广播"</string>
    <string name="permdesc_receiveEmergencyBroadcast" msgid="7118393393716546131">"允许应用程序接收和处理紧急广播消息。此权限只适用于系统应用程序。"</string>
    <string name="permlab_sendSms" msgid="5600830612147671529">"发送短信"</string>
    <string name="permdesc_sendSms" msgid="1946540351763502120">"允许应用程序发送短信。恶意应用程序可能会不经您的确认就发送信息,给您带来费用。"</string>
    <string name="permlab_sendSmsNoConfirmation" msgid="4781483105951730228">"不经确认直接发送短信"</string>
    <string name="permdesc_sendSmsNoConfirmation" msgid="4477752891276276168">"允许应用程序发送短信。恶意应用程序可能会不经您的确认就发送讯息,从而产生费用。"</string>
    <string name="permlab_readSms" msgid="4085333708122372256">"读取短信或彩信"</string>
    <string name="permdesc_readSms" product="tablet" msgid="5836710350295631545">"允许应用程序读取您的平板电脑或 SIM 卡中存储的短信。恶意应用程序可借此读取您的机密信息。"</string>
    <string name="permdesc_readSms" product="default" msgid="3002170087197294591">"允许应用程序读取您的手机或 SIM 卡中存储的短信。恶意应用程序可借此读取您的机密信息。"</string>
    <string name="permlab_writeSms" msgid="6881122575154940744">"编辑短信或彩信"</string>
    <string name="permdesc_writeSms" product="tablet" msgid="5332124772918835437">"允许应用程序写入平板电脑或 SIM 卡中存储的短信。恶意应用程序可借此删除您的信息。"</string>
    <string name="permdesc_writeSms" product="default" msgid="6299398896177548095">"允许应用程序写入手机或 SIM 卡中存储的短信。恶意应用程序可借此删除您的信息。"</string>
    <string name="permlab_receiveWapPush" msgid="8258226427716551388">"接收 WAP"</string>
    <string name="permdesc_receiveWapPush" msgid="5979623826128082171">"允许应用程序接收和处理 WAP 信息。恶意应用程序可借此监视您的信息,或者将信息删除而不向您显示。"</string>
    <string name="permlab_getTasks" msgid="5005277531132573353">"检索当前运行的应用程序"</string>
    <string name="permdesc_getTasks" msgid="7048711358713443341">"允许应用程序检索有关当前和最近运行的任务的信息。恶意应用程序可借此发现有关其他应用程序的保密信息。"</string>
    <string name="permlab_reorderTasks" msgid="5669588525059921549">"对正在运行的应用程序重新排序"</string>
    <string name="permdesc_reorderTasks" msgid="126252774270522835">"允许应用程序将任务移至前端和后台。恶意应用程序可借此强行进入前端,而不受您的控制。"</string>
    <string name="permlab_removeTasks" msgid="4802740047161700683">"停止正在运行的应用程序"</string>
    <string name="permdesc_removeTasks" msgid="2000332928514575461">"允许应用程序删除任务以及终止执行这些任务的应用程序。恶意应用程序可能会干扰其他应用程序的运行。"</string>
    <string name="permlab_setDebugApp" msgid="4339730312925176742">"启用应用程序调试"</string>
    <string name="permdesc_setDebugApp" msgid="5584310661711990702">"允许应用程序启动对其他应用程序的调试。恶意应用程序可借此终止其他应用程序。"</string>
    <string name="permlab_changeConfiguration" msgid="8214475779521218295">"更改用户界面设置"</string>
    <string name="permdesc_changeConfiguration" msgid="3465121501528064399">"允许应用程序更改当前配置,例如语言设置或整体的字体大小。"</string>
    <string name="permlab_enableCarMode" msgid="5684504058192921098">"启用车载模式"</string>
    <string name="permdesc_enableCarMode" msgid="5673461159384850628">"允许应用程序启用车载模式。"</string>
    <string name="permlab_killBackgroundProcesses" msgid="8373714752793061963">"结束后台进程"</string>
    <string name="permdesc_killBackgroundProcesses" msgid="2908829602869383753">"无论内存资源是否紧张,都允许应用程序结束其他应用程序的后台进程。"</string>
    <string name="permlab_forceStopPackages" msgid="1447830113260156236">"强行停止其他应用程序"</string>
    <string name="permdesc_forceStopPackages" msgid="7263036616161367402">"允许应用程序强行停止其他应用程序。"</string>
    <string name="permlab_forceBack" msgid="1804196839880393631">"强制应用程序关闭"</string>
    <string name="permdesc_forceBack" msgid="6534109744159919013">"允许应用程序强制前端的任何活动关闭并重新开始。普通应用程序从不需要使用此权限。"</string>
    <string name="permlab_dump" msgid="1681799862438954752">"检索系统内部状态"</string>
    <string name="permdesc_dump" msgid="2198776174276275220">"允许应用程序检索系统的内部状态。恶意应用程序可借此检索它们本不需要的各种保密信息和安全信息。"</string>
    <string name="permlab_retrieve_window_content" msgid="8022588608994589938">"检索屏幕内容"</string>
    <string name="permdesc_retrieve_window_content" msgid="3390962289797156152">"允许应用程序检索活动窗口的内容。恶意应用程序可能会检索整个窗口的内容并检查其除密码外的所有文本。"</string>
    <string name="permlab_shutdown" msgid="7185747824038909016">"部分关机"</string>
    <string name="permdesc_shutdown" msgid="7046500838746291775">"使活动管理器进入关闭状态。不执行彻底关机。"</string>
    <string name="permlab_stopAppSwitches" msgid="4138608610717425573">"禁止切换应用程序"</string>
    <string name="permdesc_stopAppSwitches" msgid="3857886086919033794">"禁止用户切换到另一应用程序。"</string>
    <string name="permlab_runSetActivityWatcher" msgid="7811586187574696296">"监控所有应用程序的启动"</string>
    <string name="permdesc_runSetActivityWatcher" msgid="2149363027173451218">"允许应用程序监控系统启动活动的方式。恶意应用程序可借此彻底损坏系统。此权限仅在开发时才需要,普通应用中决不可使用。"</string>
    <string name="permlab_broadcastPackageRemoved" msgid="2576333434893532475">"发送包删除的广播"</string>
    <string name="permdesc_broadcastPackageRemoved" msgid="3453286591439891260">"允许应用程序广播已删除某应用程序包的通知。恶意应用程序可借此终止任何正在运行的其他应用程序。"</string>
    <string name="permlab_broadcastSmsReceived" msgid="5689095009030336593">"发送短信收到的广播"</string>
    <string name="permdesc_broadcastSmsReceived" msgid="9122419277306740155">"允许应用程序广播已收到短信的通知。恶意应用程序可借此伪造收到的短信。"</string>
    <string name="permlab_broadcastWapPush" msgid="3145347413028582371">"发送 WAP-PUSH 收到的广播"</string>
    <string name="permdesc_broadcastWapPush" msgid="3955303669461378091">"允许应用程序播报收到 WAP PUSH 消息的通知。恶意应用程序可能会借此乱发彩信或暗中用恶意内容替换任意网页中的内容。"</string>
    <string name="permlab_setProcessLimit" msgid="2451873664363662666">"限制运行的进程个数"</string>
    <string name="permdesc_setProcessLimit" msgid="7824786028557379539">"允许应用程序控制将运行的进程数上限。普通应用程序从不需要使用此权限。"</string>
    <string name="permlab_setAlwaysFinish" msgid="5342837862439543783">"关闭所有后台应用程序"</string>
    <string name="permdesc_setAlwaysFinish" msgid="8773936403987091620">"允许应用程序控制活动是否始终是一转至后台就完成。普通应用程序从不需要使用此权限。"</string>
    <string name="permlab_batteryStats" msgid="7863923071360031652">"修改电池统计信息"</string>
    <string name="permdesc_batteryStats" msgid="5847319823772230560">"允许修改收集的电池使用情况统计信息。普通应用程序不能使用此权限。"</string>
    <string name="permlab_backup" msgid="470013022865453920">"控制系统备份和还原"</string>
    <string name="permdesc_backup" msgid="4837493065154256525">"允许应用程序控制系统的备份和还原机制。普通应用程序不能使用此权限。"</string>
    <string name="permlab_confirm_full_backup" msgid="5557071325804469102">"确认完整备份或恢复操作"</string>
    <string name="permdesc_confirm_full_backup" msgid="9005017754175897954">"允许该应用程序启动完整备份确认用户界面。不用于任何应用程序。"</string>
    <string name="permlab_internalSystemWindow" msgid="2148563628140193231">"显示未授权的窗口"</string>
    <string name="permdesc_internalSystemWindow" msgid="5895082268284998469">"允许创建专用于内部系统用户界面的窗口。普通应用程序不能使用此权限。"</string>
    <string name="permlab_systemAlertWindow" msgid="3372321942941168324">"显示系统级警报"</string>
    <string name="permdesc_systemAlertWindow" msgid="2884149573672821318">"允许应用程序显示系统警告窗口。恶意应用程序可借此操控整个屏幕。"</string>
    <string name="permlab_setAnimationScale" msgid="2805103241153907174">"修改全局动画速度"</string>
    <string name="permdesc_setAnimationScale" msgid="7181522138912391988">"允许应用程序随时更改全局动画速度(加快或放慢动画)。"</string>
    <string name="permlab_manageAppTokens" msgid="17124341698093865">"管理应用程序令牌"</string>
    <string name="permdesc_manageAppTokens" msgid="977127907524195988">"允许应用程序创建和管理自己的令牌,从而绕开其常规的 Z 方向。普通应用程序从不需要使用此权限。"</string>
    <string name="permlab_injectEvents" msgid="1378746584023586600">"按键和控制按钮"</string>
    <string name="permdesc_injectEvents" product="tablet" msgid="7200014808195664505">"允许应用程序将其自己的输入活动(按键等)提供给其他应用程序。恶意应用程序可借此操控平板电脑。"</string>
    <string name="permdesc_injectEvents" product="default" msgid="3946098050410874715">"允许应用程序将其自己的输入活动(按键等)提供给其他应用程序。恶意应用程序可借此掌控手机。"</string>
    <string name="permlab_readInputState" msgid="469428900041249234">"记录您键入的内容和执行的操作"</string>
    <string name="permdesc_readInputState" msgid="5132879321450325445">"允许应用程序查看您按的键,即使在与其他应用程序交互(例如输入密码)时也不例外。普通应用程序从不需要使用此权限。"</string>
    <string name="permlab_bindInputMethod" msgid="3360064620230515776">"绑定至输入法"</string>
    <string name="permdesc_bindInputMethod" msgid="3734838321027317228">"允许手机用户绑定至输入法的顶级界面。普通应用程序从不需要使用此权限。"</string>
    <string name="permlab_bindTextService" msgid="7358378401915287938">"绑定至文字服务"</string>
    <string name="permdesc_bindTextService" msgid="172508880651909350">"允许用户绑定至文字服务(如 SpellCheckerService)的顶级接口。普通应用程序绝不需要此权限。"</string>
    <string name="permlab_bindVpnService" msgid="4708596021161473255">"绑定到 VPN 服务"</string>
    <string name="permdesc_bindVpnService" msgid="6011554199384584151">"允许手机用户绑定到 VPN 服务的顶级接口。普通应用程序绝不需要此权限。"</string>
    <string name="permlab_bindWallpaper" msgid="8716400279937856462">"绑定到壁纸"</string>
    <string name="permdesc_bindWallpaper" msgid="5287754520361915347">"允许手机用户绑定到壁纸的顶级界面。应该从不需要将此权限授予普通应用程序。"</string>
    <string name="permlab_bindRemoteViews" msgid="5697987759897367099">"绑定到窗口小部件服务"</string>
    <string name="permdesc_bindRemoteViews" msgid="2930855984822926963">"允许手机用户绑定到窗口小部件服务的顶级界面。普通应用程序一律无需此权限。"</string>
    <string name="permlab_bindDeviceAdmin" msgid="8704986163711455010">"与设备管理器交互"</string>
    <string name="permdesc_bindDeviceAdmin" msgid="8714424333082216979">"允许持有对象将意向发送到设备管理器。普通的应用程序一律无需此权限。"</string>
    <string name="permlab_setOrientation" msgid="3365947717163866844">"更改屏幕显示方向"</string>
    <string name="permdesc_setOrientation" msgid="6335814461615851863">"允许应用程序随时更改屏幕的旋转方向。普通应用程序从不需要使用此权限。"</string>
    <string name="permlab_setPointerSpeed" msgid="9175371613322562934">"更改指针速度"</string>
    <string name="permdesc_setPointerSpeed" msgid="137436038503379864">"允许应用程序随时更改鼠标或触摸板的指针速度。普通应用程序不需要此权限。"</string>
    <string name="permlab_signalPersistentProcesses" msgid="4255467255488653854">"向应用程序发送 Linux 信号"</string>
    <string name="permdesc_signalPersistentProcesses" msgid="3565530463215015289">"允许应用程序请求将所提供的信号发送给所有持久进程。"</string>
    <string name="permlab_persistentActivity" msgid="8659652042401085862">"让应用程序始终运行"</string>
    <string name="permdesc_persistentActivity" msgid="5037199778265006008">"允许应用程序部分持续运行,这样系统便不能将其用于其他应用程序。"</string>
    <string name="permlab_deletePackages" msgid="3343439331576348805">"删除应用程序"</string>
    <string name="permdesc_deletePackages" msgid="3634943677518723314">"允许应用程序删除 Android 包。恶意应用程序可借此删除重要的应用程序。"</string>
    <string name="permlab_clearAppUserData" msgid="2192134353540277878">"删除其他应用程序的数据"</string>
    <string name="permdesc_clearAppUserData" msgid="7546345080434325456">"允许应用程序清除用户数据。"</string>
    <string name="permlab_deleteCacheFiles" msgid="1518556602634276725">"删除其他应用程序的缓存"</string>
    <string name="permdesc_deleteCacheFiles" msgid="2283074077168165971">"允许应用程序删除缓存文件。"</string>
    <string name="permlab_getPackageSize" msgid="4799785352306641460">"计算应用程序存储空间"</string>
    <string name="permdesc_getPackageSize" msgid="5557253039670753437">"允许应用程序检索其代码、数据和缓存大小"</string>
    <string name="permlab_installPackages" msgid="335800214119051089">"直接安装应用程序"</string>
    <string name="permdesc_installPackages" msgid="526669220850066132">"允许应用程序安装全新的或更新的 Android 包。恶意应用程序可能会借此添加其具有任意权限的新应用程序。"</string>
    <string name="permlab_clearAppCache" msgid="4747698311163766540">"删除所有应用程序缓存数据"</string>
    <string name="permdesc_clearAppCache" product="tablet" msgid="3097119797652477973">"允许应用程序通过删除应用程序缓存目录中的文件释放平板电脑的存储空间。对系统进程的访问通常受到严格限制。"</string>
    <string name="permdesc_clearAppCache" product="default" msgid="7740465694193671402">"允许应用程序通过删除应用程序缓存目录中的文件释放手机存储空间。通常此权限只适用于系统进程。"</string>
    <string name="permlab_movePackage" msgid="728454979946503926">"移动应用程序资源"</string>
    <string name="permdesc_movePackage" msgid="6323049291923925277">"允许应用程序在内部介质和外部介质之间移动应用程序资源。"</string>

    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permlab_preventpower">阻止电源键</string>
    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permdesc_preventpower">允许应用程序完全掌控电源键。</string>

    <string name="permlab_readLogs" msgid="6615778543198967614">"查阅敏感日志数据"</string>
    <string name="permdesc_readLogs" product="tablet" msgid="4077356893924755294">"允许应用程序从系统的各种日志文件中读取信息。这样,应用程序就可以发现关于您平板电脑使用情况的一般信息,其中可能包含个人信息或私密信息。"</string>
    <string name="permdesc_readLogs" product="default" msgid="8896449437464867766">"允许应用程序从系统的各个日志文件中读取信息。这样,应用程序就可以发现关于您手机使用情况的一般信息,其中可能包含个人信息或私密信息。"</string>
    <string name="permlab_anyCodecForPlayback" msgid="715805555823881818">"使用任何媒体解码器进行播放"</string>
    <string name="permdesc_anyCodecForPlayback" msgid="2101444559995480174">"允许应用程序使用任何已安装的媒体解码器进行解码,以便播放。"</string>
    <string name="permlab_diagnostic" msgid="8076743953908000342">"读取/写入诊断所拥有的资源"</string>
    <string name="permdesc_diagnostic" msgid="3121238373951637049">"允许应用程序读取/写入诊断组所拥有的任何资源(例如,/dev 中的文件)。这可能会影响系统稳定性和安全性。此权限仅供制造商或运营商诊断硬件问题。"</string>
    <string name="permlab_changeComponentState" msgid="79425198834329406">"启用或停用应用程序组件"</string>
    <string name="permdesc_changeComponentState" product="tablet" msgid="4647419365510068321">"允许应用程序更改是否启用其他应用程序的组件。恶意应用程序可借此停用重要的平板电脑功能。使用此权限时请务必谨慎,因为这可能导致应用程序组件陷入不可用、不一致或不稳定的状态。"</string>
    <string name="permdesc_changeComponentState" product="default" msgid="3443473726140080761">"允许应用程序更改是否启用其他应用程序的组件。恶意应用程序可借此停用重要的手机功能。使用此权限时请务必谨慎,因为这可能导致应用程序组件陷入不可用、不一致或不稳定的状态。"</string>
    <string name="permlab_setPreferredApplications" msgid="3393305202145172005">"设置首选应用程序"</string>
    <string name="permdesc_setPreferredApplications" msgid="760008293501937546">"允许应用程序修改首选的应用程序。这样恶意应用程序可能会暗中更改运行的应用程序,从而骗过您的现有应用程序来收集您的保密数据。"</string>
    <string name="permlab_writeSettings" msgid="1365523497395143704">"修改全局系统设置"</string>
    <string name="permdesc_writeSettings" msgid="838789419871034696">"允许应用程序修改系统设置方面的数据。恶意应用程序可借此破坏您的系统配置。"</string>
    <string name="permlab_writeSecureSettings" msgid="204676251876718288">"修改安全系统设置"</string>
    <string name="permdesc_writeSecureSettings" msgid="5497873143539034724">"允许应用程序修改系统的安全设置数据。普通应用程序不能使用此权限。"</string>
    <string name="permlab_writeGservices" msgid="2149426664226152185">"修改 Google 服务地图"</string>
    <string name="permdesc_writeGservices" msgid="6602362746516676175">"允许应用程序修改 Google 服务地图。普通应用程序不能使用此权限。"</string>
    <string name="permlab_receiveBootCompleted" msgid="7776779842866993377">"开机时自动启动"</string>
    <string name="permdesc_receiveBootCompleted" product="tablet" msgid="7530977064379338199">"允许应用程序在系统完成启动后立即自行启动。这样会延长平板电脑的启动时间,而且如果应用程序一直运行,会降低平板电脑的整体速度。"</string>
    <string name="permdesc_receiveBootCompleted" product="default" msgid="698336728415008796">"允许应用程序在系统完成启动后即自行启动。这样会延长手机的启动时间,而且如果应用程序一直运行,会降低手机的整体速度。"</string>
    <string name="permlab_broadcastSticky" msgid="7919126372606881614">"发送持久广播"</string>
    <string name="permdesc_broadcastSticky" product="tablet" msgid="6322249605930062595">"允许应用程序发送顽固广播,这些广播在结束后仍会保留。恶意应用程序可借此让平板电脑耗用太多内存,从而降低其速度或稳定性。"</string>
    <string name="permdesc_broadcastSticky" product="default" msgid="1920045289234052219">"允许应用程序发送顽固广播,这些广播在结束后仍会保留。恶意应用程序可能会借此使手机耗用太多内存,从而降低其速度或稳定性。"</string>
    <string name="permlab_readContacts" msgid="6219652189510218240">"读取联系人数据"</string>
    <string name="permdesc_readContacts" product="tablet" msgid="7596158687301157686">"允许应用程序读取您平板电脑上存储的所有联系人(地址)数据。恶意应用程序可借此将您的数据发送给其他人。"</string>
    <string name="permdesc_readContacts" product="default" msgid="3371591512896545975">"允许应用程序读取您手机上存储的所有联系人(地址)数据。恶意应用程序可借此将您的数据发送给其他人。"</string>
    <string name="permlab_writeContacts" msgid="644616215860933284">"写入联系数据"</string>
    <string name="permdesc_writeContacts" product="tablet" msgid="7782689510038568495">"允许应用程序修改您平板电脑上存储的联系人(地址)数据。恶意应用程序可借此清除或修改您的联系人数据。"</string>
    <string name="permdesc_writeContacts" product="default" msgid="3924383579108183601">"允许应用程序修改您手机上存储的联系人(地址)数据。恶意应用程序可借此清除或修改您的联系人数据。"</string>
    <string name="permlab_readProfile" msgid="6824681438529842282">"读取您的个人资料数据"</string>
    <string name="permdesc_readProfile" product="default" msgid="6335739730324727203">"允许应用程序读取您设备上存储的个人资料信息(如您的姓名和联系人信息)。这意味着应用程序可以识别您的身份并将您的个人资料发送给他人。"</string>
    <string name="permlab_writeProfile" msgid="4679878325177177400">"写入到您的个人资料数据"</string>
    <string name="permdesc_writeProfile" product="default" msgid="6431297330378229453">"允许应用程序更改您设备上存储的个人资料信息(如您的姓名和联系人信息),或者向其中添加信息。这意味着其他应用程序可以识别您的身份并将您的个人资料发送给他人。"</string>
    <string name="permlab_readSocialStream" product="default" msgid="1268920956152419170">"读取您的社交视频流"</string>
    <string name="permdesc_readSocialStream" product="default" msgid="6619997662735851111">"允许应用程序访问并同步您和好友的社交最新动态。恶意应用程序可借此读取您与社交网络上的好友之间的私人交流信息。"</string>
    <string name="permlab_writeSocialStream" product="default" msgid="3504179222493235645">"写入您的社交视频流"</string>
    <string name="permdesc_writeSocialStream" product="default" msgid="2689083745826002521">"允许应用程序显示好友的社交最新动态。恶意应用程序可借此冒充为您的一位好友,诱骗您泄露密码或其他机密信息。"</string>
    <string name="permlab_readCalendar" msgid="5972727560257612398">"读取日历活动和机密信息"</string>
    <string name="permdesc_readCalendar" product="tablet" msgid="5665520896961671949">"允许应用程序读取您平板电脑上存储的所有日历活动(包括朋友或同事的活动)。拥有此权限的恶意应用程序可在所有者不知情的情况下,从这些日历中提取个人信息。"</string>
    <string name="permdesc_readCalendar" product="default" msgid="2915879965326930312">"允许应用程序读取您手机上存储的所有日历活动(包括朋友或同事的活动)。拥有此权限的恶意应用程序可在所有者不知情的情况下,从这些日历中提取个人信息。"</string>
    <string name="permlab_writeCalendar" msgid="8438874755193825647">"添加或修改日历活动,并在所有者不知情的情况下向邀请对象发送电子邮件"</string>
    <string name="permdesc_writeCalendar" msgid="5368129321997977226">"允许应用程序以日历所有者的名义发送活动邀请,同时允许其添加、删除和更改您能够在设备上修改的活动(包括朋友或同事的活动)。拥有此权限的恶意应用程序可以假借日历所有者的名义发送垃圾邮件,还可以在所有者不知情的情况下修改活动或添加虚假活动。"</string>
    <string name="permlab_accessMockLocation" msgid="8688334974036823330">"使用模拟地点来源进行测试"</string>
    <string name="permdesc_accessMockLocation" msgid="7648286063459727252">"创建模拟地点来源进行测试。恶意应用程序可能利用此选项覆盖由真实地点来源(如 GPS 或网络提供商)传回的地点和/或状态。"</string>
    <string name="permlab_accessLocationExtraCommands" msgid="2836308076720553837">"获取额外的位置信息提供程序命令"</string>
    <string name="permdesc_accessLocationExtraCommands" msgid="1948144701382451721">"获取额外的位置信息提供程序命令。恶意应用程序可借此干扰 GPS 或其他位置源的正常工作。"</string>
    <string name="permlab_installLocationProvider" msgid="6578101199825193873">"允许安装位置信息提供程序"</string>
    <string name="permdesc_installLocationProvider" msgid="5449175116732002106">"创建模拟地点来源进行测试。恶意应用程序可能利用此选项覆盖由真实地点来源(如 GPS 或网络提供商)所传回的地点和/或状态,或者监视您的位置并将其提供给外部来源。"</string>
    <string name="permlab_accessFineLocation" msgid="8116127007541369477">"精准的(GPS)位置"</string>
    <string name="permdesc_accessFineLocation" product="tablet" msgid="243973693233359681">"访问精准的位置源,例如平板电脑上的全球定位系统(如果有)。恶意应用程序可能会借此确定您所处的位置,并可能消耗额外的电池电量。"</string>
    <string name="permdesc_accessFineLocation" product="default" msgid="7411213317434337331">"访问精准的位置源,例如手机上的全球定位系统(如果有)。恶意应用程序可能会借此确定您所处的位置,并可能消耗额外的电池电量。"</string>
    <string name="permlab_accessCoarseLocation" msgid="4642255009181975828">"(基于网络的)粗略位置"</string>
    <string name="permdesc_accessCoarseLocation" product="tablet" msgid="3704633168985466045">"访问粗略的位置源(例如蜂窝网络数据库)以确定平板电脑的大体位置(如果可以)。恶意应用程序可借此确定您所处的大体位置。"</string>
    <string name="permdesc_accessCoarseLocation" product="default" msgid="8235655958070862293">"访问粗略的位置源(例如蜂窝网络数据库)以确定手机的大体位置(如果可以)。恶意应用程序可借此确定您所处的大体位置。"</string>
    <string name="permlab_accessSurfaceFlinger" msgid="2363969641792388947">"访问 SurfaceFlinger"</string>
    <string name="permdesc_accessSurfaceFlinger" msgid="6805241830020733025">"允许应用程序使用 SurfaceFlinger 低级别功能。"</string>
    <string name="permlab_readFrameBuffer" msgid="6690504248178498136">"读取帧缓冲区"</string>
    <string name="permdesc_readFrameBuffer" msgid="7530020370469942528">"允许应用程序读取帧缓冲区中的内容。"</string>
    <string name="permlab_modifyAudioSettings" msgid="6095859937069146086">"更改您的音频设置"</string>
    <string name="permdesc_modifyAudioSettings" msgid="5793461287365991922">"允许应用程序修改整个系统的音频设置,如音量和路由。"</string>
    <string name="permlab_recordAudio" msgid="3876049771427466323">"录音"</string>
    <string name="permdesc_recordAudio" msgid="6493228261176552356">"允许应用程序访问录音路径。"</string>
    <string name="permlab_camera" msgid="3616391919559751192">"拍摄照片和视频"</string>
    <string name="permdesc_camera" msgid="6004878235852154239">"允许应用程序使用相机拍摄照片和视频,这样应用程序可随时收集进入相机镜头中的图片。"</string>
    <string name="permlab_brick" product="tablet" msgid="2961292205764488304">"永久停用平板电脑"</string>
    <string name="permlab_brick" product="default" msgid="8337817093326370537">"永久停用手机"</string>
    <string name="permdesc_brick" product="tablet" msgid="7379164636920817963">"允许应用程序永久停用整个平板电脑。但这样非常危险。"</string>
    <string name="permdesc_brick" product="default" msgid="5569526552607599221">"允许应用程序永久停用整个手机,这非常危险。"</string>
    <string name="permlab_reboot" product="tablet" msgid="3436634972561795002">"强行重新启动平板电脑"</string>
    <string name="permlab_reboot" product="default" msgid="2898560872462638242">"强行重新启动手机"</string>
    <string name="permdesc_reboot" product="tablet" msgid="4555793623560701557">"允许应用程序强行重新启动平板电脑。"</string>
    <string name="permdesc_reboot" product="default" msgid="7914933292815491782">"允许应用程序强行重新启动手机。"</string>
    <string name="permlab_mount_unmount_filesystems" msgid="1761023272170956541">"装载和卸载文件系统"</string>
    <string name="permdesc_mount_unmount_filesystems" msgid="6253263792535859767">"允许应用程序装载和卸载可移动存储器的文件系统。"</string>
    <string name="permlab_mount_format_filesystems" msgid="5523285143576718981">"格式化外部存储设备"</string>
    <string name="permdesc_mount_format_filesystems" msgid="574060044906047386">"允许应用程序格式化可移除的存储设备。"</string>
    <string name="permlab_asec_access" msgid="3411338632002193846">"获取有关内部存储设备的信息"</string>
    <string name="permdesc_asec_access" msgid="8820326551687285439">"允许应用程序获取有关内部存储设备的信息。"</string>
    <string name="permlab_asec_create" msgid="6414757234789336327">"创建内部存储设备"</string>
    <string name="permdesc_asec_create" msgid="2621346764995731250">"允许应用程序创建内部存储设备。"</string>
    <string name="permlab_asec_destroy" msgid="526928328301618022">"清除内部存储设备"</string>
    <string name="permdesc_asec_destroy" msgid="2746706889208066256">"允许应用程序清除内部存储设备。"</string>
    <string name="permlab_asec_mount_unmount" msgid="2456287623689029744">"装载/卸载内部存储设备"</string>
    <string name="permdesc_asec_mount_unmount" msgid="5934375590189368200">"允许应用程序装载/卸载内部存储设备。"</string>
    <string name="permlab_asec_rename" msgid="7496633954080472417">"重命名内部存储设备"</string>
    <string name="permdesc_asec_rename" msgid="2152829985238876790">"允许应用程序重命名内部存储设备。"</string>
    <string name="permlab_vibrate" msgid="7768356019980849603">"控制振动器"</string>
    <string name="permdesc_vibrate" msgid="2886677177257789187">"允许应用程序控制振动器。"</string>
    <string name="permlab_flashlight" msgid="2155920810121984215">"控制闪光灯"</string>
    <string name="permdesc_flashlight" msgid="6433045942283802309">"允许应用程序控制闪光灯。"</string>
    <string name="permlab_manageUsb" msgid="1113453430645402723">"管理 USB 设备的偏好设置和权限"</string>
    <string name="permdesc_manageUsb" msgid="6148489202092166164">"允许应用程序管理 USB 设备的偏好设置和权限。"</string>
    <string name="permlab_accessMtp" msgid="4953468676795917042">"应用 MTP 协议"</string>
    <string name="permdesc_accessMtp" msgid="6532961200486791570">"允许访问内核 MTP 驱动程序,以便应用 MTP USB 协议。"</string>
    <string name="permlab_hardware_test" msgid="4148290860400659146">"测试硬件"</string>
    <string name="permdesc_hardware_test" msgid="3668894686500081699">"允许应用程序控制各外围设备以进行硬件测试。"</string>
    <string name="permlab_callPhone" msgid="3925836347681847954">"直接拨打电话号码"</string>
    <string name="permdesc_callPhone" msgid="3369867353692722456">"允许应用程序在您不介入的情况下拨打电话。恶意应用程序可借此在您的话费单上产生意外通话费。请注意,此权限不允许应用程序拨打紧急呼救电话。"</string>
    <string name="permlab_callPrivileged" msgid="4198349211108497879">"直接呼叫任何电话号码"</string>
    <string name="permdesc_callPrivileged" msgid="244405067160028452">"允许应用程序在您不介入的情况下拨打任何电话(包括紧急呼救)。恶意应用程序可借此向应急服务机构拨打骚扰电话甚至非法电话。"</string>
    <string name="permlab_performCdmaProvisioning" product="tablet" msgid="4842576994144604821">"直接启动 CDMA 平板电脑设置"</string>
    <string name="permlab_performCdmaProvisioning" product="default" msgid="5604848095315421425">"直接启动 CDMA 电话设置"</string>
    <string name="permdesc_performCdmaProvisioning" msgid="6457447676108355905">"允许应用程序启动 CDMA 服务。恶意应用程序可能会无端启动 CDMA 服务"</string>
    <string name="permlab_locationUpdates" msgid="7785408253364335740">"控制位置更新通知"</string>
    <string name="permdesc_locationUpdates" msgid="2300018303720930256">"允许启用/停用来自收音机的位置更新通知。普通应用程序不能使用此权限。"</string>
    <string name="permlab_checkinProperties" msgid="7855259461268734914">"访问检入属性"</string>
    <string name="permdesc_checkinProperties" msgid="7150307006141883832">"允许对检入服务上传的属性进行读/写访问。普通应用程序不能使用此权限。"</string>
    <string name="permlab_bindGadget" msgid="776905339015863471">"选择窗口小部件"</string>
    <string name="permdesc_bindGadget" msgid="2098697834497452046">"允许应用程序告诉系统哪个应用程序可以使用哪些窗口小部件。具有该权限的应用程序可以允许其他应用程序访问个人数据。普通应用程序不能使用此权限。"</string>
    <string name="permlab_modifyPhoneState" msgid="8423923777659292228">"修改手机状态"</string>
    <string name="permdesc_modifyPhoneState" msgid="3302284561346956587">"允许应用程序控制设备的电话功能。拥有此权限的应用程序可自行切换网络、打开和关闭无线通信等,而不会通知您。"</string>
    <string name="permlab_readPhoneState" msgid="2326172951448691631">"读取手机状态和身份"</string>
    <string name="permdesc_readPhoneState" msgid="188877305147626781">"允许应用程序访问设备的手机功能。有此权限的应用程序可确定此手机的号码和序列号,是否正在通话,以及对方的号码等。"</string>
    <string name="permlab_wakeLock" product="tablet" msgid="1531731435011495015">"阻止平板电脑进入休眠状态"</string>
    <string name="permlab_wakeLock" product="default" msgid="573480187941496130">"防止手机休眠"</string>
    <string name="permdesc_wakeLock" product="tablet" msgid="4032181488045338551">"允许应用程序阻止平板电脑进入休眠状态。"</string>
    <string name="permdesc_wakeLock" product="default" msgid="7584036471227467099">"允许应用程序防止手机进入休眠状态。"</string>
    <string name="permlab_devicePower" product="tablet" msgid="2787034722616350417">"打开或关闭平板电脑"</string>
    <string name="permlab_devicePower" product="default" msgid="4928622470980943206">"开机或关机"</string>
    <string name="permdesc_devicePower" product="tablet" msgid="3853773100100451905">"允许应用程序打开或关闭平板电脑。"</string>
    <string name="permdesc_devicePower" product="default" msgid="4577331933252444818">"允许应用程序打开或关闭手机。"</string>
    <string name="permlab_factoryTest" msgid="3715225492696416187">"在出厂测试模式下运行"</string>
    <string name="permdesc_factoryTest" product="tablet" msgid="3952059318359653091">"作为低级制造商测试运行,从而允许对平板电脑硬件进行完全访问。此权限仅当平板电脑在制造商测试模式下运行时才可用。"</string>
    <string name="permdesc_factoryTest" product="default" msgid="8136644990319244802">"作为一项低级制造商测试来运行,从而允许对手机硬件进行完全访问。此权限仅当手机在制造商测试模式下运行时才可用。。"</string>
    <string name="permlab_setWallpaper" msgid="6627192333373465143">"设置壁纸"</string>
    <string name="permdesc_setWallpaper" msgid="6417041752170585837">"允许应用程序设置系统壁纸。"</string>
    <string name="permlab_setWallpaperHints" msgid="3600721069353106851">"设置有关壁纸大小的提示"</string>
    <string name="permdesc_setWallpaperHints" msgid="6019479164008079626">"允许应用程序设置有关壁纸大小的提示。"</string>
    <string name="permlab_masterClear" msgid="2315750423139697397">"将系统恢复为出厂设置"</string>
    <string name="permdesc_masterClear" msgid="5033465107545174514">"允许应用程序将系统恢复为出厂设置,即清除所有数据、配置以及所安装的应用程序。"</string>
    <string name="permlab_setTime" msgid="2021614829591775646">"设置时间"</string>
    <string name="permdesc_setTime" product="tablet" msgid="209693136361006073">"允许应用程序更改平板电脑的时间。"</string>
    <string name="permdesc_setTime" product="default" msgid="667294309287080045">"允许应用程序更改手机的时间。"</string>
    <string name="permlab_setTimeZone" msgid="2945079801013077340">"设置时区"</string>
    <string name="permdesc_setTimeZone" product="tablet" msgid="2522877107613885139">"允许应用程序更改平板电脑的时区。"</string>
    <string name="permdesc_setTimeZone" product="default" msgid="1902540227418179364">"允许应用程序更改手机的时区。"</string>
    <string name="permlab_accountManagerService" msgid="4829262349691386986">"作为 AccountManagerService"</string>
    <string name="permdesc_accountManagerService" msgid="6056903274106394752">"允许应用程序呼叫 AccountAuthenticators"</string>
    <string name="permlab_getAccounts" msgid="4549918644233460103">"发现已知帐户"</string>
    <string name="permdesc_getAccounts" product="tablet" msgid="857622793935544694">"允许应用程序获取平板电脑已知的帐户列表。"</string>
    <string name="permdesc_getAccounts" product="default" msgid="6839262446413155394">"允许应用程序获取手机已知的帐户列表。"</string>
    <string name="permlab_authenticateAccounts" msgid="3940505577982882450">"作为帐户身份验证程序"</string>
    <string name="permdesc_authenticateAccounts" msgid="4006839406474208874">"允许应用程序使用 AccountManager 的帐户身份验证程序功能,包括创建帐户以及获取和设置其密码。"</string>
    <string name="permlab_manageAccounts" msgid="4440380488312204365">"管理帐户列表"</string>
    <string name="permdesc_manageAccounts" msgid="8804114016661104517">"允许应用程序执行添加、删除帐户及删除其密码之类的操作。"</string>
    <string name="permlab_useCredentials" msgid="6401886092818819856">"使用帐户的身份验证凭据"</string>
    <string name="permdesc_useCredentials" msgid="7416570544619546974">"允许应用程序请求身份验证标记。"</string>
    <string name="permlab_accessNetworkState" msgid="6865575199464405769">"查看网络状态"</string>
    <string name="permdesc_accessNetworkState" msgid="558721128707712766">"允许应用程序查看所有网络的状态。"</string>
    <string name="permlab_createNetworkSockets" msgid="9121633680349549585">"完全的互联网访问权限"</string>
    <string name="permdesc_createNetworkSockets" msgid="4593339106921772192">"允许应用程序创建网络套接字。"</string>
    <string name="permlab_writeApnSettings" msgid="505660159675751896">"更改/拦截网络设置和流量"</string>
    <string name="permdesc_writeApnSettings" msgid="2369786339323021771">"允许应用程序更改网络设置、拦截和检查所有网络流量,例如,更改任何 APN 的代理和端口。恶意应用程序可以监视、重定向,或在您不知情的情况下修改网络数据包。"</string>
    <string name="permlab_changeNetworkState" msgid="958884291454327309">"更改网络连接性"</string>
    <string name="permdesc_changeNetworkState" msgid="4199958910396387075">"允许应用程序更改网络连接的状态。"</string>
    <string name="permlab_changeTetherState" msgid="2702121155761140799">"更改网络共享连接"</string>
    <string name="permdesc_changeTetherState" msgid="8905815579146349568">"允许应用程序更改共享网络时所用连接的状态。"</string>
    <string name="permlab_changeBackgroundDataSetting" msgid="1400666012671648741">"更改后台数据使用设置"</string>
    <string name="permdesc_changeBackgroundDataSetting" msgid="1001482853266638864">"允许应用程序更改后台数据使用设置。"</string>
    <string name="permlab_accessWifiState" msgid="8100926650211034400">"查看 Wi-Fi 状态"</string>
    <string name="permdesc_accessWifiState" msgid="485796529139236346">"允许应用程序查看有关 Wi-Fi 状态的信息。"</string>
    <string name="permlab_changeWifiState" msgid="7280632711057112137">"更改 Wi-Fi 状态"</string>
    <string name="permdesc_changeWifiState" msgid="2950383153656873267">"允许应用程序连接到 Wi-Fi 接入点以及与 Wi-Fi 接入点断开连接,并对配置的 Wi-Fi 网络进行更改。"</string>
    <string name="permlab_changeWifiMulticastState" msgid="1368253871483254784">"允许接收 Wi-Fi 多播"</string>
    <string name="permdesc_changeWifiMulticastState" msgid="8199464507656067553">"允许应用程序接收并非直接向您的设备发送的数据包。这样在查找附近提供的服务时很有用。这种操作所耗电量大于非多播模式。"</string>
    <string name="permlab_accessWimaxState" msgid="2800410363171809280">"查看 WiMAX 状态"</string>
    <string name="permdesc_accessWimaxState" msgid="8298035866227524023">"允许应用程序查看有关 WiMAX 状态的信息。"</string>
    <string name="permlab_changeWimaxState" msgid="340465839241528618">"更改 WiMAX 状态"</string>
    <string name="permdesc_changeWimaxState" msgid="474918005058989421">"允许应用程序连接到 WiMAX 网络以及从 WiMAX 网络断开连接。"</string>
    <string name="permlab_bluetoothAdmin" msgid="1092209628459341292">"蓝牙管理"</string>
    <string name="permdesc_bluetoothAdmin" product="tablet" msgid="3511795757324345837">"允许应用程序配置本地蓝牙平板电脑,以及发现远程设备并与其配对。"</string>
    <string name="permdesc_bluetoothAdmin" product="default" msgid="7256289774667054555">"允许应用程序配置本地蓝牙手机,以及发现远程设备并与其配对。"</string>
    <string name="permlab_bluetooth" msgid="8361038707857018732">"创建蓝牙连接"</string>
    <string name="permdesc_bluetooth" product="tablet" msgid="4191941825910543803">"允许应用程序查看本地蓝牙平板电脑的配置,以及建立和接受与配对设备的连接。"</string>
    <string name="permdesc_bluetooth" product="default" msgid="762515380679392945">"允许应用程序查看本地蓝牙手机的配置,以及建立或接受与配对设备的连接。"</string>
    <string name="permlab_nfc" msgid="4423351274757876953">"控制近距离通信"</string>
    <string name="permdesc_nfc" msgid="9171401851954407226">"允许应用程序与近距离通信 (NFC) 标签、卡和读卡器进行通信。"</string>
    <string name="permlab_disableKeyguard" msgid="4977406164311535092">"停用键锁"</string>
    <string name="permdesc_disableKeyguard" msgid="3189763479326302017">"允许应用程序停用键锁和任何关联的密码安全设置。例如,在手机上接听电话时停用键锁,在通话结束后重新启用键锁。"</string>
    <string name="permlab_readSyncSettings" msgid="6201810008230503052">"读取同步设置"</string>
    <string name="permdesc_readSyncSettings" msgid="5315925706353341823">"允许应用程序读取同步设置,例如是否为“联系人”启用同步。"</string>
    <string name="permlab_writeSyncSettings" msgid="6297138566442486462">"写入同步设置"</string>
    <string name="permdesc_writeSyncSettings" msgid="2498201614431360044">"允许应用程序修改同步设置,例如是否为“联系人”启用同步。"</string>
    <string name="permlab_readSyncStats" msgid="7396577451360202448">"读取同步统计信息"</string>
    <string name="permdesc_readSyncStats" msgid="7511448343374465000">"允许应用程序读取同步统计信息;例如已发生的同步历史记录。"</string>
    <string name="permlab_subscribedFeedsRead" msgid="4756609637053353318">"读取订阅的供稿"</string>
    <string name="permdesc_subscribedFeedsRead" msgid="3622200625634207660">"允许应用程序获取有关当前同步的供稿的详细信息。"</string>
    <string name="permlab_subscribedFeedsWrite" msgid="9015246325408209296">"写入订阅的供稿"</string>
    <string name="permdesc_subscribedFeedsWrite" msgid="8121607099326533878">"允许应用程序修改您当前同步的供稿。恶意应用程序可借此更改您同步的供稿。"</string>
    <string name="permlab_readDictionary" msgid="432535716804748781">"读取用户定义的词典"</string>
    <string name="permdesc_readDictionary" msgid="1082972603576360690">"允许应用程序读取用户在用户词典中存储的任意私有字词、名称和短语。"</string>
    <string name="permlab_writeDictionary" msgid="6703109511836343341">"写入用户定义的词典"</string>
    <string name="permdesc_writeDictionary" msgid="2241256206524082880">"允许应用程序向用户词典中写入新词。"</string>
    <string name="permlab_sdcardWrite" product="nosdcard" msgid="85430876310764752">"修改/删除 USB 存储设备内容"</string>
    <string name="permlab_sdcardWrite" product="default" msgid="8079403759001777291">"修改/删除 SD 卡中的内容"</string>
    <string name="permdesc_sdcardWrite" product="nosdcard" msgid="6594393334785738252">"允许应用程序写入 USB 存储设备。"</string>
    <string name="permdesc_sdcardWrite" product="default" msgid="6643963204976471878">"允许应用程序写入 SD 卡。"</string>
    <string name="permlab_mediaStorageWrite" product="default" msgid="6859839199706879015">"修改/删除内部媒体存储设备的内容"</string>
    <string name="permdesc_mediaStorageWrite" product="default" msgid="8232008512478316233">"允许应用程序修改内部媒体存储设备的内容。"</string>
    <string name="permlab_cache_filesystem" msgid="5656487264819669824">"访问缓存文件系统"</string>
    <string name="permdesc_cache_filesystem" msgid="1624734528435659906">"允许应用程序读取和写入缓存文件系统。"</string>
    <string name="permlab_use_sip" msgid="5986952362795870502">"拨打/接听互联网通话"</string>
    <string name="permdesc_use_sip" msgid="6320376185606661843">"允许应用程序使用 SIP 服务拨打/接听互联网通话。"</string>
    <string name="permlab_readNetworkUsageHistory" msgid="7862593283611493232">"读取网络使用情况历史记录"</string>
    <string name="permdesc_readNetworkUsageHistory" msgid="6040738474779135653">"允许应用程序读取特定网络和应用程序的网络使用情况历史记录。"</string>
    <string name="permlab_manageNetworkPolicy" msgid="2562053592339859990">"管理网络政策"</string>
    <string name="permdesc_manageNetworkPolicy" msgid="3723795285132803958">"允许应用程序管理网络政策和定义专门针对应用程序的规则。"</string>
    <string name="permlab_modifyNetworkAccounting" msgid="5088217309088729650">"修改网络使用情况记录方式"</string>
    <string name="permdesc_modifyNetworkAccounting" msgid="8702285686629184404">"允许针对应用程序修改网络使用情况的记录方式。不适用于普通应用程序。"</string>
    <string name="policylab_limitPassword" msgid="4497420728857585791">"设置密码规则"</string>
    <string name="policydesc_limitPassword" msgid="9083400080861728056">"控制屏幕解锁密码允许的长度和字符数"</string>
    <string name="policylab_watchLogin" msgid="914130646942199503">"监视屏幕解锁尝试次数"</string>
    <string name="policydesc_watchLogin" product="tablet" msgid="933601759466308092">"监视锁定屏幕前密码输入错误的次数;如果密码输入错误次数太多,则会锁定平板电脑或清除平板电脑上的所有数据。"</string>
    <string name="policydesc_watchLogin" product="default" msgid="7227578260165172673">"监视锁定屏幕前密码输入错误的次数;如果密码输入错误次数太多,则会锁定手机或擦除手机上的所有数据。"</string>
    <string name="policylab_resetPassword" msgid="2620077191242688955">"更改屏幕解锁密码"</string>
    <string name="policydesc_resetPassword" msgid="5391240616981297361">"更改屏幕解锁密码"</string>
    <string name="policylab_forceLock" msgid="2274085384704248431">"锁定屏幕"</string>
    <string name="policydesc_forceLock" msgid="5696964126226028442">"控制锁定屏幕的方式和时间"</string>
    <string name="policylab_wipeData" msgid="3910545446758639713">"清除所有数据"</string>
    <string name="policydesc_wipeData" product="tablet" msgid="314455232799486222">"恢复出厂设置时,系统会在不发出警告的情况下清除平板电脑上的数据"</string>
    <string name="policydesc_wipeData" product="default" msgid="7669895333814222586">"恢复出厂设置时,将擦除手机上的数据而不发送警告"</string>
    <string name="policylab_setGlobalProxy" msgid="2784828293747791446">"设置设备全局代理"</string>
    <string name="policydesc_setGlobalProxy" msgid="6387497466660154931">"请设置在启用规范的情况下要使用的设备全局代理。只有第一设备管理员才可设置有效的全局代理。"</string>
    <string name="policylab_expirePassword" msgid="885279151847254056">"设置锁定屏幕密码的有效期"</string>
    <string name="policydesc_expirePassword" msgid="4844430354224822074">"控制锁定屏幕密码的更改频率"</string>
    <string name="policylab_encryptedStorage" msgid="8901326199909132915">"设置存储设备加密"</string>
    <string name="policydesc_encryptedStorage" msgid="2504984732631479399">"需要对存储的应用程序数据进行加密"</string>
    <string name="policylab_disableCamera" msgid="6395301023152297826">"停用相机"</string>
    <string name="policydesc_disableCamera" msgid="5680054212889413366">"禁止使用所有设备相机"</string>
  <string-array name="phoneTypes">
    <item msgid="8901098336658710359">"住宅"</item>
    <item msgid="869923650527136615">"手机"</item>
    <item msgid="7897544654242874543">"单位电话"</item>
    <item msgid="1103601433382158155">"单位传真"</item>
    <item msgid="1735177144948329370">"住宅传真"</item>
    <item msgid="603878674477207394">"寻呼机"</item>
    <item msgid="1650824275177931637">"其他"</item>
    <item msgid="9192514806975898961">"自定义"</item>
  </string-array>
  <string-array name="emailAddressTypes">
    <item msgid="8073994352956129127">"家庭"</item>
    <item msgid="7084237356602625604">"单位"</item>
    <item msgid="1112044410659011023">"其他"</item>
    <item msgid="2374913952870110618">"自定义"</item>
  </string-array>
  <string-array name="postalAddressTypes">
    <item msgid="6880257626740047286">"住宅"</item>
    <item msgid="5629153956045109251">"单位"</item>
    <item msgid="4966604264500343469">"其他"</item>
    <item msgid="4932682847595299369">"自定义"</item>
  </string-array>
  <string-array name="imAddressTypes">
    <item msgid="1738585194601476694">"住宅"</item>
    <item msgid="1359644565647383708">"单位"</item>
    <item msgid="7868549401053615677">"其他"</item>
    <item msgid="3145118944639869809">"自定义"</item>
  </string-array>
  <string-array name="organizationTypes">
    <item msgid="7546335612189115615">"单位"</item>
    <item msgid="4378074129049520373">"其他"</item>
    <item msgid="3455047468583965104">"自定义"</item>
  </string-array>
  <string-array name="imProtocols">
    <item msgid="8595261363518459565">"AIM"</item>
    <item msgid="7390473628275490700">"Windows Live"</item>
    <item msgid="7882877134931458217">"中国雅虎"</item>
    <item msgid="5035376313200585242">"Skype"</item>
    <item msgid="7532363178459444943">"QQ"</item>
    <item msgid="3713441034299660749">"Google Talk"</item>
    <item msgid="2506857312718630823">"ICQ"</item>
    <item msgid="1648797903785279353">"Jabber"</item>
  </string-array>

    <!-- Hardware Rotation lock string -->
    <string name="toast_rotation_unlocked">屏幕方向已解锁</string>
    <string name="toast_rotation_locked">屏幕方向已锁定</string>

    <string name="phoneTypeCustom" msgid="1644738059053355820">"自定义"</string>
    <string name="phoneTypeHome" msgid="2570923463033985887">"住宅"</string>
    <string name="phoneTypeMobile" msgid="6501463557754751037">"手机"</string>
    <string name="phoneTypeWork" msgid="8863939667059911633">"单位"</string>
    <string name="phoneTypeFaxWork" msgid="3517792160008890912">"单位传真"</string>
    <string name="phoneTypeFaxHome" msgid="2067265972322971467">"住宅传真"</string>
    <string name="phoneTypePager" msgid="7582359955394921732">"寻呼机"</string>
    <string name="phoneTypeOther" msgid="1544425847868765990">"其他"</string>
    <string name="phoneTypeCallback" msgid="2712175203065678206">"回拨号码"</string>
    <string name="phoneTypeCar" msgid="8738360689616716982">"车载电话"</string>
    <string name="phoneTypeCompanyMain" msgid="540434356461478916">"公司总机"</string>
    <string name="phoneTypeIsdn" msgid="8022453193171370337">"ISDN"</string>
    <string name="phoneTypeMain" msgid="6766137010628326916">"总机"</string>
    <string name="phoneTypeOtherFax" msgid="8587657145072446565">"其他传真"</string>
    <string name="phoneTypeRadio" msgid="4093738079908667513">"无线装置"</string>
    <string name="phoneTypeTelex" msgid="3367879952476250512">"电报"</string>
    <string name="phoneTypeTtyTdd" msgid="8606514378585000044">"TTY TDD"</string>
    <string name="phoneTypeWorkMobile" msgid="1311426989184065709">"单位手机"</string>
    <string name="phoneTypeWorkPager" msgid="649938731231157056">"单位寻呼机"</string>
    <string name="phoneTypeAssistant" msgid="5596772636128562884">"助理"</string>
    <string name="phoneTypeMms" msgid="7254492275502768992">"彩信"</string>
    <string name="eventTypeCustom" msgid="7837586198458073404">"自定义"</string>
    <string name="eventTypeBirthday" msgid="2813379844211390740">"生日"</string>
    <string name="eventTypeAnniversary" msgid="3876779744518284000">"周年纪念"</string>
    <string name="eventTypeOther" msgid="7388178939010143077">"其他"</string>
    <string name="emailTypeCustom" msgid="8525960257804213846">"自定义"</string>
    <string name="emailTypeHome" msgid="449227236140433919">"家用"</string>
    <string name="emailTypeWork" msgid="3548058059601149973">"单位"</string>
    <string name="emailTypeOther" msgid="2923008695272639549">"其他"</string>
    <string name="emailTypeMobile" msgid="119919005321166205">"手机"</string>
    <string name="postalTypeCustom" msgid="8903206903060479902">"自定义"</string>
    <string name="postalTypeHome" msgid="8165756977184483097">"住宅"</string>
    <string name="postalTypeWork" msgid="5268172772387694495">"单位"</string>
    <string name="postalTypeOther" msgid="2726111966623584341">"其他"</string>
    <string name="imTypeCustom" msgid="2074028755527826046">"自定义"</string>
    <string name="imTypeHome" msgid="6241181032954263892">"住宅"</string>
    <string name="imTypeWork" msgid="1371489290242433090">"单位"</string>
    <string name="imTypeOther" msgid="5377007495735915478">"其他"</string>
    <string name="imProtocolCustom" msgid="6919453836618749992">"自定义"</string>
    <string name="imProtocolAim" msgid="7050360612368383417">"AIM"</string>
    <string name="imProtocolMsn" msgid="144556545420769442">"Windows Live"</string>
    <string name="imProtocolYahoo" msgid="8271439408469021273">"雅虎"</string>
    <string name="imProtocolSkype" msgid="9019296744622832951">"Skype"</string>
    <string name="imProtocolQq" msgid="8887484379494111884">"QQ"</string>
    <string name="imProtocolGoogleTalk" msgid="3808393979157698766">"Google Talk"</string>
    <string name="imProtocolIcq" msgid="1574870433606517315">"ICQ"</string>
    <string name="imProtocolJabber" msgid="2279917630875771722">"Jabber"</string>
    <string name="imProtocolNetMeeting" msgid="8287625655986827971">"NetMeeting"</string>
    <string name="orgTypeWork" msgid="29268870505363872">"公司"</string>
    <string name="orgTypeOther" msgid="3951781131570124082">"其他"</string>
    <string name="orgTypeCustom" msgid="225523415372088322">"自定义"</string>
    <string name="relationTypeCustom" msgid="3542403679827297300">"自定义"</string>
    <string name="relationTypeAssistant" msgid="6274334825195379076">"助理"</string>
    <string name="relationTypeBrother" msgid="8757913506784067713">"兄弟"</string>
    <string name="relationTypeChild" msgid="1890746277276881626">"子女"</string>
    <string name="relationTypeDomesticPartner" msgid="6904807112121122133">"同居伴侣"</string>
    <string name="relationTypeFather" msgid="5228034687082050725">"父亲"</string>
    <string name="relationTypeFriend" msgid="7313106762483391262">"朋友"</string>
    <string name="relationTypeManager" msgid="6365677861610137895">"经理"</string>
    <string name="relationTypeMother" msgid="4578571352962758304">"母亲"</string>
    <string name="relationTypeParent" msgid="4755635567562925226">"父母"</string>
    <string name="relationTypePartner" msgid="7266490285120262781">"合作伙伴"</string>
    <string name="relationTypeReferredBy" msgid="101573059844135524">"介绍人"</string>
    <string name="relationTypeRelative" msgid="1799819930085610271">"亲属"</string>
    <string name="relationTypeSister" msgid="1735983554479076481">"姐妹"</string>
    <string name="relationTypeSpouse" msgid="394136939428698117">"配偶"</string>
    <string name="sipAddressTypeCustom" msgid="2473580593111590945">"自定义"</string>
    <string name="sipAddressTypeHome" msgid="6093598181069359295">"住宅"</string>
    <string name="sipAddressTypeWork" msgid="6920725730797099047">"单位"</string>
    <string name="sipAddressTypeOther" msgid="4408436162950119849">"其他"</string>
    <string name="keyguard_password_enter_pin_code" msgid="3731488827218876115">"输入 PIN 码"</string>
    <string name="keyguard_password_enter_puk_code" msgid="5965173481572346878">"请输入 PUK 码和新的 PIN 码"</string>
    <string name="keyguard_password_enter_puk_prompt" msgid="1341112146710087048">"PUK 码"</string>
    <string name="keyguard_password_enter_pin_prompt" msgid="2987350144349051286">"新的 PIN 码"</string>
    <string name="keyguard_password_entry_touch_hint" msgid="7906561917570259833"><font size="17">"触摸可输入密码"</font></string>
    <string name="keyguard_password_enter_password_code" msgid="9138158344813213754">"输入密码进行解锁"</string>
    <string name="keyguard_password_enter_pin_password_code" msgid="638347075625491514">"输入 PIN 进行解锁"</string>
    <string name="keyguard_password_wrong_pin_code" msgid="1295984114338107718">"PIN 码不正确!"</string>
    <string name="keyguard_label_text" msgid="861796461028298424">"要解锁,请先按 MENU 再按 0。"</string>
    <string name="emergency_call_dialog_number_for_display" msgid="696192103195090970">"急救或报警电话"</string>
    <string name="lockscreen_carrier_default" msgid="8963839242565653192">"无服务。"</string>
    <string name="lockscreen_screen_locked" msgid="7288443074806832904">"屏幕已锁定。"</string>
    <string name="lockscreen_instructions_when_pattern_enabled" msgid="46154051614126049">"按 Menu 解锁或进行紧急呼救。"</string>
    <string name="lockscreen_instructions_when_pattern_disabled" msgid="686260028797158364">"按 MENU 解锁。"</string>
    <string name="lockscreen_pattern_instructions" msgid="7478703254964810302">"绘制解锁图案"</string>
    <string name="lockscreen_emergency_call" msgid="5347633784401285225">"紧急呼救"</string>
    <string name="lockscreen_return_to_call" msgid="5244259785500040021">"返回通话"</string>
    <string name="lockscreen_pattern_correct" msgid="9039008650362261237">"正确!"</string>
    <string name="lockscreen_pattern_wrong" msgid="4817583279053112312">"很抱歉,请重试"</string>
    <string name="lockscreen_password_wrong" msgid="6237443657358168819">"很抱歉,请重试"</string>
    <string name="lockscreen_plugged_in" msgid="8057762828355572315">"正在充电,<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="PERCENT">%%</xliff:g>"</string>
    <string name="lockscreen_charged" msgid="4938930459620989972">"已充满。"</string>
    <string name="lockscreen_battery_short" msgid="3617549178603354656">"<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="PERCENT">%%</xliff:g>"</string>
    <string name="lockscreen_low_battery" msgid="1482873981919249740">"连接您的充电器。"</string>
    <string name="lockscreen_missing_sim_message_short" msgid="7381499217732227295">"没有 SIM 卡"</string>
    <string name="lockscreen_missing_sim_message" product="tablet" msgid="151659196095791474">"平板电脑中没有 SIM 卡。"</string>
    <string name="lockscreen_missing_sim_message" product="default" msgid="2186920585695169078">"手机中无 SIM 卡"</string>
    <string name="lockscreen_missing_sim_instructions" msgid="8874620818937719067">"请插入 SIM 卡"</string>
    <string name="lockscreen_missing_sim_instructions_long" msgid="7138450788301444298">"SIM 卡丢失或无法读取。请插入 SIM 卡。"</string>
    <string name="lockscreen_permanent_disabled_sim_instructions" msgid="1631853574702335453">"您的 SIM 卡已永久停用。"\n"请与您的无线服务提供商联系,以便重新获取一张 SIM 卡。"</string>
    <string name="lockscreen_transport_prev_description" msgid="201594905152746886">"“上一曲目”按钮"</string>
    <string name="lockscreen_transport_next_description" msgid="6089297650481292363">"“下一曲目”按钮"</string>
    <string name="lockscreen_transport_pause_description" msgid="7659088786780128001">"“暂停”按钮"</string>
    <string name="lockscreen_transport_play_description" msgid="5888422938351019426">"“播放”按钮"</string>
    <string name="lockscreen_transport_stop_description" msgid="4562318378766987601">"“停止”按钮"</string>
    <string name="emergency_calls_only" msgid="6733978304386365407">"只能使用紧急呼叫"</string>
    <string name="lockscreen_network_locked_message" msgid="143389224986028501">"网络已锁定"</string>
    <string name="lockscreen_sim_puk_locked_message" msgid="7441797339976230">"SIM 卡已用 PUK 码锁定"</string>
    <string name="lockscreen_sim_puk_locked_instructions" msgid="635967534992394321">"请参阅《用户指南》或联系客服人员。"</string>
    <string name="lockscreen_sim_locked_message" msgid="8066660129206001039">"SIM 卡被锁定"</string>
    <string name="lockscreen_sim_unlock_progress_dialog_message" msgid="595323214052881264">"正在解锁 SIM 卡..."</string>
    <string name="lockscreen_too_many_failed_attempts_dialog_message" msgid="3514742106066877476">"您已经 <xliff:g id="NUMBER_0">%d</xliff:g> 次绘错了自己的解锁图案。"\n\n"请在 <xliff:g id="NUMBER_1">%d</xliff:g> 秒后重试。"</string>
    <string name="lockscreen_too_many_failed_password_attempts_dialog_message" msgid="4906034376425175381">"您已经 <xliff:g id="NUMBER_0">%d</xliff:g> 次错误地输入了密码。"\n\n"请在 <xliff:g id="NUMBER_1">%d</xliff:g> 秒后重试。"</string>
    <string name="lockscreen_too_many_failed_pin_attempts_dialog_message" msgid="6827749231465145590">"您已经 <xliff:g id="NUMBER_0">%d</xliff:g> 次错误地输入了 PIN。"\n\n"请在 <xliff:g id="NUMBER_1">%d</xliff:g> 秒后重试。"</string>
    <string name="lockscreen_failed_attempts_almost_glogin" product="tablet" msgid="8687762517114904651">"您已经 <xliff:g id="NUMBER_0">%d</xliff:g> 次错误地绘制了解锁图案。如果再尝试 <xliff:g id="NUMBER_1">%d</xliff:g> 次后仍不成功,系统就会要求您使用自己的 Google 登录信息解锁平板电脑。"\n\n"请在 <xliff:g id="NUMBER_2">%d</xliff:g> 秒后重试。"</string>
    <string name="lockscreen_failed_attempts_almost_glogin" product="default" msgid="3351013842320127827">"您已经 <xliff:g id="NUMBER_0">%d</xliff:g> 次绘错了自己的解锁图案。如果再尝试 <xliff:g id="NUMBER_1">%d</xliff:g> 次后仍不成功,系统会要求您使用自己的 Google 登录信息解锁手机。"\n\n"请在 <xliff:g id="NUMBER_2">%d</xliff:g> 秒后重试。"</string>
    <string name="lockscreen_failed_attempts_almost_at_wipe" product="tablet" msgid="6128106399745755604">"您已经 <xliff:g id="NUMBER_0">%d</xliff:g> 次错误地尝试解锁平板电脑。如果再尝试 <xliff:g id="NUMBER_1">%d</xliff:g> 次后仍不成功,平板电脑将重置为出厂默认设置,所有用户数据将会丢失。"</string>
    <string name="lockscreen_failed_attempts_almost_at_wipe" product="default" msgid="8603565142156826565">"您已经 <xliff:g id="NUMBER_0">%d</xliff:g> 次错误地尝试解锁手机。如果再尝试 <xliff:g id="NUMBER_1">%d</xliff:g> 次后仍不成功,手机将重置为出厂默认设置,所有用户数据将会丢失。"</string>
    <string name="lockscreen_failed_attempts_now_wiping" product="tablet" msgid="280873516493934365">"您已经 <xliff:g id="NUMBER">%d</xliff:g> 次错误地尝试解锁平板电脑。平板电脑现在将重置为出厂默认设置。"</string>
    <string name="lockscreen_failed_attempts_now_wiping" product="default" msgid="3025504721764922246">"您已经 <xliff:g id="NUMBER">%d</xliff:g> 次错误地尝试解锁手机。手机现在将重置为出厂默认设置。"</string>
    <string name="lockscreen_too_many_failed_attempts_countdown" msgid="6251480343394389665">"<xliff:g id="NUMBER">%d</xliff:g> 秒后重试。"</string>
    <string name="lockscreen_forgot_pattern_button_text" msgid="2626999449610695930">"忘记了图案?"</string>
    <string name="lockscreen_glogin_forgot_pattern" msgid="2588521501166032747">"帐户解锁"</string>
    <string name="lockscreen_glogin_too_many_attempts" msgid="2446246026221678244">"图案尝试次数太多!"</string>
    <string name="lockscreen_glogin_instructions" msgid="1816635201812207709">"要解除锁定,请使用您的 Google 帐户登录"</string>
    <string name="lockscreen_glogin_username_hint" msgid="8846881424106484447">"用户名(电子邮件)"</string>
    <string name="lockscreen_glogin_password_hint" msgid="5958028383954738528">"密码"</string>
    <string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"登录"</string>
    <string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"用户名或密码无效。"</string>
    <string name="lockscreen_glogin_account_recovery_hint" msgid="8253152905532900548">"忘记了您的用户名或密码?"\n"请访问 "<b>"google.com/accounts/recovery"</b></string>
    <string name="lockscreen_glogin_checking_password" msgid="6758890536332363322">"正在检查..."</string>
    <string name="lockscreen_unlock_label" msgid="737440483220667054">"解锁"</string>
    <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"打开声音"</string>
    <string name="lockscreen_sound_off_label" msgid="996822825154319026">"关闭声音"</string>
    <string name="lockscreen_access_pattern_start" msgid="3941045502933142847">"开始绘制图案"</string>
    <string name="lockscreen_access_pattern_cleared" msgid="5583479721001639579">"图案已清除"</string>
    <string name="lockscreen_access_pattern_cell_added" msgid="6756031208359292487">"已添加单元格"</string>
    <string name="lockscreen_access_pattern_detected" msgid="4988730895554057058">"图案绘制完成"</string>
    <string name="password_keyboard_label_symbol_key" msgid="992280756256536042">"?123"</string>
    <string name="password_keyboard_label_alpha_key" msgid="8001096175167485649">"ABC"</string>
    <string name="password_keyboard_label_alt_key" msgid="1284820942620288678">"ALT"</string>
    <string name="hour_ampm" msgid="4329881288269772723">"<xliff:g id="AMPM">%P</xliff:g><xliff:g id="HOUR">%-l</xliff:g>点"</string>
    <string name="hour_cap_ampm" msgid="1829009197680861107">"<xliff:g id="AMPM">%p</xliff:g><xliff:g id="HOUR">%-l</xliff:g>点"</string>
    <string name="factorytest_failed" msgid="5410270329114212041">"出厂测试失败"</string>
    <string name="factorytest_not_system" msgid="4435201656767276723">"只有在 /system/app 中安装的包支持 FACTORY_TEST 操作。"</string>
    <string name="factorytest_no_action" msgid="872991874799998561">"未发现支持 FACTORY_TEST 操作的包。"</string>
    <string name="factorytest_reboot" msgid="6320168203050791643">"重新启动"</string>
    <string name="js_dialog_title" msgid="8143918455087008109">"来自“<xliff:g id="TITLE">%s</xliff:g>”的提示:"</string>
    <string name="js_dialog_title_default" msgid="6961903213729667573">"JavaScript"</string>
    <string name="js_dialog_before_unload" msgid="1901675448179653089">"是否从该页面导航至它处?"\n\n"<xliff:g id="MESSAGE">%s</xliff:g>"\n\n"选择“确定”继续,或选择“取消”留在当前页面。"</string>
    <string name="save_password_label" msgid="6860261758665825069">"确认"</string>
    <string name="double_tap_toast" msgid="1068216937244567247">"提示:点按两次可放大和缩小。"</string>
    <string name="autofill_this_form" msgid="1272247532604569872">"自动填充"</string>
    <string name="setup_autofill" msgid="8154593408885654044">"设置自动填充"</string>
    <string name="autofill_address_name_separator" msgid="2504700673286691795">" "</string>
    <string name="autofill_address_summary_name_format" msgid="3268041054899214945">"$1$2$3"</string>
    <string name="autofill_address_summary_separator" msgid="7483307893170324129">", "</string>
    <string name="autofill_address_summary_format" msgid="4874459455786827344">"$1$2$3"</string>
    <string name="autofill_province" msgid="2231806553863422300">"省/直辖市/自治区"</string>
    <string name="autofill_postal_code" msgid="4696430407689377108">"邮政编码"</string>
    <string name="autofill_state" msgid="6988894195520044613">"州"</string>
    <string name="autofill_zip_code" msgid="8697544592627322946">"邮政编码"</string>
    <string name="autofill_county" msgid="237073771020362891">"郡"</string>
    <string name="autofill_island" msgid="4020100875984667025">"岛"</string>
    <string name="autofill_district" msgid="8400735073392267672">"地区"</string>
    <string name="autofill_department" msgid="5343279462564453309">"省"</string>
    <string name="autofill_prefecture" msgid="2028499485065800419">"县/府/都/道"</string>
    <string name="autofill_parish" msgid="8202206105468820057">"行政区"</string>
    <string name="autofill_area" msgid="3547409050889952423">"区域"</string>
    <string name="autofill_emirate" msgid="2893880978835698818">"酋长国"</string>
    <string name="permlab_readHistoryBookmarks" msgid="1284843728203412135">"读取浏览器的历史记录和书签"</string>
    <string name="permdesc_readHistoryBookmarks" msgid="4981489815467617191">"允许应用程序读取用浏览器访问过的所有网址,以及浏览器的所有书签。"</string>
    <string name="permlab_writeHistoryBookmarks" msgid="9009434109836280374">"写入浏览器的历史记录和书签"</string>
    <string name="permdesc_writeHistoryBookmarks" product="tablet" msgid="7193514090469945307">"允许应用程序修改存储在平板电脑中的浏览器历史记录或书签。恶意应用程序可借此清除或修改浏览器数据。"</string>
    <string name="permdesc_writeHistoryBookmarks" product="default" msgid="945571990357114950">"允许应用程序修改存储在手机中的浏览器历史记录或书签。恶意应用程序可借此清除或修改浏览器数据。"</string>
    <string name="permlab_setAlarm" msgid="5924401328803615165">"在闹钟中设置警报"</string>
    <string name="permdesc_setAlarm" msgid="5966966598149875082">"允许应用程序在安装的闹钟应用程序中设置警报。某些闹钟应用程序没有实现此功能。"</string>
    <string name="permlab_addVoicemail" msgid="5525660026090959044">"添加语音邮件"</string>
    <string name="permdesc_addVoicemail" msgid="4828507394878206682">"允许应用程序向您的语音信箱收件箱添加讯息。"</string>
    <string name="permlab_writeGeolocationPermissions" msgid="4715212655598275532">"修改浏览器的地理位置权限"</string>
    <string name="permdesc_writeGeolocationPermissions" msgid="4011908282980861679">"允许应用程序修改浏览器的地理位置权限。恶意应用程序会利用这一点将位置信息发送到任意网站。"</string>
    <string name="permlab_packageVerificationAgent" msgid="5568139100645829117">"验证软件包"</string>
    <string name="permdesc_packageVerificationAgent" msgid="6033195477325381106">"允许应用程序验证软件包是否可以安装。"</string>
    <string name="permlab_bindPackageVerifier" msgid="4187786793360326654">"绑定到软件包验证程序"</string>
    <string name="permdesc_bindPackageVerifier" msgid="2409521927385789318">"允许手机用户请求使用软件包验证程序。普通应用程序无需获取此权限。"</string>
    <string name="save_password_message" msgid="767344687139195790">"是否希望浏览器记住此密码?"</string>
    <string name="save_password_notnow" msgid="6389675316706699758">"暂不保存"</string>
    <string name="save_password_remember" msgid="6491879678996749466">"记住"</string>
    <string name="save_password_never" msgid="8274330296785855105">"从不"</string>
    <string name="open_permission_deny" msgid="5661861460947222274">"您无权打开此网页。"</string>
    <string name="text_copied" msgid="4985729524670131385">"文本已复制到剪贴板。"</string>
    <string name="more_item_label" msgid="4650918923083320495">"更多"</string>
    <string name="prepend_shortcut_label" msgid="2572214461676015642">"MENU+"</string>
    <string name="menu_space_shortcut_label" msgid="2410328639272162537">"空格"</string>
    <string name="menu_enter_shortcut_label" msgid="2743362785111309668">"Enter 键"</string>
    <string name="menu_delete_shortcut_label" msgid="3658178007202748164">"删除"</string>
    <string name="search_go" msgid="8298016669822141719">"搜索"</string>
    <string name="searchview_description_search" msgid="6749826639098512120">"搜索"</string>
    <string name="searchview_description_query" msgid="5911778593125355124">"搜索查询"</string>
    <string name="searchview_description_clear" msgid="1330281990951833033">"清除查询"</string>
    <string name="searchview_description_submit" msgid="2688450133297983542">"提交查询"</string>
    <string name="searchview_description_voice" msgid="2453203695674994440">"语音搜索"</string>
    <string name="oneMonthDurationPast" msgid="7396384508953779925">"1 个月前"</string>
    <string name="beforeOneMonthDurationPast" msgid="909134546836499826">"1 个月前"</string>
  <plurals name="num_seconds_ago">
    <item quantity="one" msgid="4869870056547896011">"1 秒前"</item>
    <item quantity="other" msgid="3903706804349556379">"<xliff:g id="COUNT">%d</xliff:g> 秒前"</item>
  </plurals>
  <plurals name="num_minutes_ago">
    <item quantity="one" msgid="3306787433088810191">"1 分钟前"</item>
    <item quantity="other" msgid="2176942008915455116">"<xliff:g id="COUNT">%d</xliff:g> 分钟前"</item>
  </plurals>
  <plurals name="num_hours_ago">
    <item quantity="one" msgid="9150797944610821849">"1 小时前"</item>
    <item quantity="other" msgid="2467273239587587569">"<xliff:g id="COUNT">%d</xliff:g> 小时前"</item>
  </plurals>
  <plurals name="last_num_days">
    <item quantity="other" msgid="3069992808164318268">"过去 <xliff:g id="COUNT">%d</xliff:g> 天"</item>
  </plurals>
    <string name="last_month" msgid="3959346739979055432">"上月"</string>
    <string name="older" msgid="5211975022815554840">"往前"</string>
  <plurals name="num_days_ago">
    <item quantity="one" msgid="861358534398115820">"昨天"</item>
    <item quantity="other" msgid="2479586466153314633">"<xliff:g id="COUNT">%d</xliff:g> 天前"</item>
  </plurals>
  <plurals name="in_num_seconds">
    <item quantity="one" msgid="2729745560954905102">"1 秒后"</item>
    <item quantity="other" msgid="1241926116443974687">"<xliff:g id="COUNT">%d</xliff:g> 秒后"</item>
  </plurals>
  <plurals name="in_num_minutes">
    <item quantity="one" msgid="8793095251325200395">"1 分钟后"</item>
    <item quantity="other" msgid="3330713936399448749">"<xliff:g id="COUNT">%d</xliff:g> 分钟后"</item>
  </plurals>
  <plurals name="in_num_hours">
    <item quantity="one" msgid="7164353342477769999">"1 小时后"</item>
    <item quantity="other" msgid="547290677353727389">"<xliff:g id="COUNT">%d</xliff:g> 小时后"</item>
  </plurals>
  <plurals name="in_num_days">
    <item quantity="one" msgid="5413088743009839518">"明天"</item>
    <item quantity="other" msgid="5109449375100953247">"<xliff:g id="COUNT">%d</xliff:g> 天后"</item>
  </plurals>
  <plurals name="abbrev_num_seconds_ago">
    <item quantity="one" msgid="1849036840200069118">"1 秒前"</item>
    <item quantity="other" msgid="3699169366650930415">"<xliff:g id="COUNT">%d</xliff:g> 秒前"</item>
  </plurals>
  <plurals name="abbrev_num_minutes_ago">
    <item quantity="one" msgid="6361490147113871545">"1 分钟前"</item>
    <item quantity="other" msgid="851164968597150710">"<xliff:g id="COUNT">%d</xliff:g> 分钟前"</item>
  </plurals>
  <plurals name="abbrev_num_hours_ago">
    <item quantity="one" msgid="4796212039724722116">"1 小时前"</item>
    <item quantity="other" msgid="6889970745748538901">"<xliff:g id="COUNT">%d</xliff:g> 小时前"</item>
  </plurals>
  <plurals name="abbrev_num_days_ago">
    <item quantity="one" msgid="8463161711492680309">"昨天"</item>
    <item quantity="other" msgid="3453342639616481191">"<xliff:g id="COUNT">%d</xliff:g> 天前"</item>
  </plurals>
  <plurals name="abbrev_in_num_seconds">
    <item quantity="one" msgid="5842225370795066299">"1 秒后"</item>
    <item quantity="other" msgid="5495880108825805108">"<xliff:g id="COUNT">%d</xliff:g> 秒后"</item>
  </plurals>
  <plurals name="abbrev_in_num_minutes">
    <item quantity="one" msgid="562786149928284878">"1 分钟后"</item>
    <item quantity="other" msgid="4216113292706568726">"<xliff:g id="COUNT">%d</xliff:g> 分钟后"</item>
  </plurals>
  <plurals name="abbrev_in_num_hours">
    <item quantity="one" msgid="3274708118124045246">"1 小时后"</item>
    <item quantity="other" msgid="3705373766798013406">"<xliff:g id="COUNT">%d</xliff:g> 小时后"</item>
  </plurals>
  <plurals name="abbrev_in_num_days">
    <item quantity="one" msgid="2178576254385739855">"明天"</item>
    <item quantity="other" msgid="2973062968038355991">"<xliff:g id="COUNT">%d</xliff:g> 天后"</item>
  </plurals>
    <string name="preposition_for_date" msgid="9093949757757445117">"日期:<xliff:g id="DATE">%s</xliff:g>"</string>
    <string name="preposition_for_time" msgid="5506831244263083793">"时间:<xliff:g id="TIME">%s</xliff:g>"</string>
    <string name="preposition_for_year" msgid="5040395640711867177">"年份:<xliff:g id="YEAR">%s</xliff:g>"</string>
    <string name="day" msgid="8144195776058119424">"天"</string>
    <string name="days" msgid="4774547661021344602">"天"</string>
    <string name="hour" msgid="2126771916426189481">"小时"</string>
    <string name="hours" msgid="894424005266852993">"小时"</string>
    <string name="minute" msgid="9148878657703769868">"分钟"</string>
    <string name="minutes" msgid="5646001005827034509">"分钟"</string>
    <string name="second" msgid="3184235808021478">"秒"</string>
    <string name="seconds" msgid="3161515347216589235">"秒"</string>
    <string name="week" msgid="5617961537173061583">"周"</string>
    <string name="weeks" msgid="6509623834583944518">"周"</string>
    <string name="year" msgid="4001118221013892076">"年"</string>
    <string name="years" msgid="6881577717993213522">"年"</string>
    <string name="VideoView_error_title" msgid="3359437293118172396">"无法播放视频"</string>
    <string name="VideoView_error_text_invalid_progressive_playback" msgid="897920883624437033">"抱歉,该视频不适合在此设备上播放。"</string>
    <string name="VideoView_error_text_unknown" msgid="710301040038083944">"很抱歉,无法播放此视频。"</string>
    <string name="VideoView_error_button" msgid="2822238215100679592">"确定"</string>
    <string name="relative_time" msgid="1818557177829411417">"<xliff:g id="DATE">%1$s</xliff:g>,<xliff:g id="TIME">%2$s</xliff:g>"</string>
    <string name="noon" msgid="7245353528818587908">"中午"</string>
    <string name="Noon" msgid="3342127745230013127">"中午"</string>
    <string name="midnight" msgid="7166259508850457595">"午夜"</string>
    <string name="Midnight" msgid="5630806906897892201">"午夜"</string>
    <string name="elapsed_time_short_format_mm_ss" msgid="4431555943828711473">"<xliff:g id="MINUTES">%1$02d</xliff:g>:<xliff:g id="SECONDS">%2$02d</xliff:g>"</string>
    <string name="elapsed_time_short_format_h_mm_ss" msgid="1846071997616654124">"<xliff:g id="HOURS">%1$d</xliff:g>:<xliff:g id="MINUTES">%2$02d</xliff:g>:<xliff:g id="SECONDS">%3$02d</xliff:g>"</string>
    <string name="selectAll" msgid="6876518925844129331">"全选"</string>
    <string name="cut" msgid="3092569408438626261">"剪切"</string>
    <string name="copy" msgid="2681946229533511987">"复制"</string>
    <string name="paste" msgid="5629880836805036433">"粘贴"</string>
    <string name="replace" msgid="5781686059063148930">"替换..."</string>
    <string name="delete" msgid="6098684844021697789">"删除"</string>
    <string name="copyUrl" msgid="2538211579596067402">"复制网址"</string>
    <string name="selectTextMode" msgid="6738556348861347240">"选择文字..."</string>
    <string name="textSelectionCABTitle" msgid="5236850394370820357">"文字选择"</string>
    <string name="addToDictionary" msgid="9090375111134433012">"添加到词典"</string>
    <string name="deleteText" msgid="7070985395199629156">"删除"</string>
    <string name="inputMethod" msgid="1653630062304567879">"输入法"</string>
    <string name="editTextMenuTitle" msgid="4909135564941815494">"文字操作"</string>
    <string name="low_internal_storage_view_title" msgid="1399732408701697546">"存储空间不足"</string>
    <string name="low_internal_storage_view_text" product="tablet" msgid="4231085657068852042">"平板电脑存储空间所剩不多了。"</string>
    <string name="low_internal_storage_view_text" product="default" msgid="635106544616378836">"手机内存空间所剩不多了。"</string>
    <string name="ok" msgid="5970060430562524910">"确定"</string>
    <string name="cancel" msgid="6442560571259935130">"取消"</string>
    <string name="yes" msgid="5362982303337969312">"确定"</string>
    <string name="no" msgid="5141531044935541497">"取消"</string>
    <string name="dialog_alert_title" msgid="2049658708609043103">"注意"</string>
    <string name="loading" msgid="1760724998928255250">"正在载入..."</string>
    <string name="capital_on" msgid="1544682755514494298">"打开"</string>
    <string name="capital_off" msgid="6815870386972805832">"关闭"</string>
    <string name="whichApplication" msgid="4533185947064773386">"选择要使用的应用程序:"</string>
    <string name="alwaysUse" msgid="4583018368000610438">"设为默认选项。"</string>
    <string name="clearDefaultHintMsg" msgid="4815455344600932173">"通过主屏幕上的“设置”&gt;“应用程序”&gt;“管理应用程序”清除默认设置。"</string>
    <string name="chooseActivity" msgid="1009246475582238425">"选择一项操作"</string>
    <string name="chooseUsbActivity" msgid="7892597146032121735">"选择适用于 USB 设备的应用程序"</string>
    <string name="noApplications" msgid="1691104391758345586">"没有应用程序可执行此操作。"</string>
    <string name="aerr_title" msgid="1905800560317137752"></string>
    <string name="aerr_application" msgid="932628488013092776">"很抱歉,“<xliff:g id="APPLICATION">%1$s</xliff:g>”已停止运行。"</string>
    <string name="aerr_process" msgid="4507058997035697579">"抱歉,进程“<xliff:g id="PROCESS">%1$s</xliff:g>”已停止运行。"</string>
    <string name="anr_title" msgid="4351948481459135709"></string>
    <string name="anr_activity_application" msgid="8339738283149696827">"<xliff:g id="APPLICATION">%2$s</xliff:g> 无响应。"\n\n"要将它关闭吗?"</string>
    <string name="anr_activity_process" msgid="7018289416670457797">"活动 <xliff:g id="ACTIVITY">%1$s</xliff:g> 无响应。"\n\n"要将它关闭吗?"</string>
    <string name="anr_application_process" msgid="7208175830253210526">"<xliff:g id="APPLICATION">%1$s</xliff:g> 无响应。要将它关闭吗?"</string>
    <string name="anr_process" msgid="306819947562555821">"进程 <xliff:g id="PROCESS">%1$s</xliff:g> 无响应。"\n\n"要将它关闭吗?"</string>
    <string name="force_close" msgid="8346072094521265605">"确定"</string>
    <string name="report" msgid="4060218260984795706">"报告"</string>
    <string name="wait" msgid="7147118217226317732">"等待"</string>
    <string name="launch_warning_title" msgid="8323761616052121936">"应用程序已重定向"</string>
    <string name="launch_warning_replace" msgid="6202498949970281412">"<xliff:g id="APP_NAME">%1$s</xliff:g>目前正在运行。"</string>
    <string name="launch_warning_original" msgid="188102023021668683">"<xliff:g id="APP_NAME">%1$s</xliff:g>已启动。"</string>
    <string name="screen_compat_mode_scale" msgid="3202955667675944499">"缩放"</string>
    <string name="screen_compat_mode_show" msgid="4013878876486655892">"始终显示"</string>
    <string name="screen_compat_mode_hint" msgid="2953716574198046484">"您可以在“设置” &gt; “应用程序” &gt; “管理应用程序”下重新启用此模式。"</string>
    <string name="smv_application" msgid="295583804361236288">"应用程序<xliff:g id="APPLICATION">%1$s</xliff:g>(<xliff:g id="PROCESS">%2$s</xliff:g> 进程)违反了自我强制执行的严格模式 (StrictMode) 政策。"</string>
    <string name="smv_process" msgid="5120397012047462446">"进程 <xliff:g id="PROCESS">%1$s</xliff:g> 违反了自我强制执行的严格模式 (StrictMode) 政策。"</string>
    <string name="android_upgrading_title" msgid="378740715658358071">"Android 正在升级..."</string>
    <string name="android_upgrading_apk" msgid="274409861603566003">"正在优化第 <xliff:g id="NUMBER_0">%1$d</xliff:g> 个应用程序,共 <xliff:g id="NUMBER_1">%2$d</xliff:g> 个。"</string>
    <string name="android_upgrading_starting_apps" msgid="7959542881906488763">"正在启动应用程序。"</string>
    <string name="android_upgrading_complete" msgid="1405954754112999229">"即将完成启动。"</string>
    <string name="heavy_weight_notification" msgid="9087063985776626166">"<xliff:g id="APP">%1$s</xliff:g>正在运行"</string>
    <string name="heavy_weight_notification_detail" msgid="2423977499339403402">"选择以切换到该应用程序"</string>
    <string name="heavy_weight_switcher_title" msgid="1135403633766694316">"要切换应用程序吗?"</string>
    <string name="heavy_weight_switcher_text" msgid="4592075610079319667">"已有一个应用程序正在运行,要启动新的应用程序,您必须先停止该应用程序。"</string>
    <string name="old_app_action" msgid="493129172238566282">"返回至<xliff:g id="OLD_APP">%1$s</xliff:g>"</string>
    <string name="old_app_description" msgid="942967900237208466">"不要启动新的应用程序。"</string>
    <string name="new_app_action" msgid="5472756926945440706">"启动<xliff:g id="OLD_APP">%1$s</xliff:g>"</string>
    <string name="new_app_description" msgid="6830398339826789493">"停止旧的应用程序,但不保存。"</string>
    <string name="sendText" msgid="5132506121645618310">"选择要对文字执行的操作"</string>
    <string name="volume_ringtone" msgid="6885421406845734650">"铃声音量"</string>
    <string name="volume_music" msgid="5421651157138628171">"媒体音量"</string>
    <string name="volume_music_hint_playing_through_bluetooth" msgid="9165984379394601533">"正通过蓝牙播放"</string>
    <string name="volume_music_hint_silent_ringtone_selected" msgid="6158339745293431194">"选择的是静音铃声"</string>
    <string name="volume_call" msgid="3941680041282788711">"通话音量"</string>
    <string name="volume_bluetooth_call" msgid="2002891926351151534">"使用蓝牙时的通话音量"</string>
    <string name="volume_alarm" msgid="1985191616042689100">"闹钟音量"</string>
    <string name="volume_notification" msgid="2422265656744276715">"通知音量"</string>
    <string name="volume_unknown" msgid="1400219669770445902">"音量"</string>
    <string name="volume_icon_description_bluetooth" msgid="6538894177255964340">"蓝牙音量"</string>
    <string name="volume_icon_description_ringer" msgid="3326003847006162496">"铃声音量"</string>
    <string name="volume_icon_description_incall" msgid="8890073218154543397">"通话音量"</string>
    <string name="volume_icon_description_media" msgid="4217311719665194215">"媒体音量"</string>
    <string name="volume_icon_description_notification" msgid="7044986546477282274">"通知音量"</string>
    <string name="ringtone_default" msgid="3789758980357696936">"默认铃声"</string>
    <string name="ringtone_default_with_actual" msgid="8129563480895990372">"默认铃声(<xliff:g id="ACTUAL_RINGTONE">%1$s</xliff:g>)"</string>
    <string name="ringtone_silent" msgid="4440324407807468713">"静音"</string>
    <string name="ringtone_picker_title" msgid="3515143939175119094">"铃声"</string>
    <string name="ringtone_unknown" msgid="5477919988701784788">"未知铃声"</string>
  <plurals name="wifi_available">
    <item quantity="one" msgid="6654123987418168693">"有可用的 Wi-Fi 网络"</item>
    <item quantity="other" msgid="4192424489168397386">"有可用的 Wi-Fi 网络"</item>
  </plurals>
  <plurals name="wifi_available_detailed">
    <item quantity="one" msgid="1634101450343277345">"打开可用的 Wi-Fi 网络"</item>
    <item quantity="other" msgid="7915895323644292768">"打开可用的 Wi-Fi 网络"</item>
  </plurals>
    <string name="wifi_available_sign_in" msgid="9157196203958866662">"连接到 Wi-Fi 网络"</string>
    <!-- no translation found for wifi_available_sign_in_detailed (6797764740339907572) -->
    <skip />
    <string name="wifi_watchdog_network_disabled" msgid="7904214231651546347">"无法连接到 Wi-Fi"</string>
    <string name="wifi_watchdog_network_disabled_detailed" msgid="4917472096696322767">" 互联网连接状况不佳。"</string>
    <string name="wifi_p2p_dialog_title" msgid="97611782659324517">"Wi-Fi Direct"</string>
    <string name="wifi_p2p_turnon_message" msgid="2804722042556269129">"启动 Wi-Fi Direct 操作。此操作将会关闭 Wi-Fi 客户端/热点操作。"</string>
    <string name="wifi_p2p_failed_message" msgid="1820097493844848281">"无法启动 Wi-Fi Direct"</string>
    <string name="wifi_p2p_pbc_go_negotiation_request_message" msgid="3170321684621420428">"收到来自 <xliff:g id="P2P_DEVICE_ADDRESS">%1$s</xliff:g> 的 Wi-Fi Direct 连接设置请求。点击“确定”即可接受。"</string>
    <string name="wifi_p2p_pin_go_negotiation_request_message" msgid="5177412094633377308">"收到来自 <xliff:g id="P2P_DEVICE_ADDRESS">%1$s</xliff:g> 的 Wi-Fi Direct 连接设置请求。输入 PIN 即可继续操作。"</string>
    <string name="wifi_p2p_pin_display_message" msgid="2834049169114922902">"必须在对端设备 <xliff:g id="P2P_CLIENT_ADDRESS">%2$s</xliff:g> 上输入 WPS PIN“<xliff:g id="P2P_WPS_PIN">%1$s</xliff:g>”,才能继续进行连接设置"</string>
    <string name="wifi_p2p_enabled_notification_title" msgid="2068321881673734886">"已启用 Wi-Fi Direct"</string>
    <string name="wifi_p2p_enabled_notification_message" msgid="1638949953993894335">"通过触摸进行设置"</string>
    <string name="select_character" msgid="3365550120617701745">"插入字符"</string>
    <string name="sms_control_default_app_name" msgid="7630529934366549163">"未知的应用程序"</string>
    <string name="sms_control_title" msgid="7296612781128917719">"正在发送短信"</string>
    <string name="sms_control_message" msgid="1289331457999236205">"正在发送大量短信。选择“确定”继续,或选择“取消”停止发送。"</string>
    <string name="sms_control_yes" msgid="2532062172402615953">"确定"</string>
    <string name="sms_control_no" msgid="1715320703137199869">"取消"</string>
    <string name="sim_removed_title" msgid="6227712319223226185">"已移除 SIM 卡"</string>
    <string name="sim_removed_message" msgid="2333164559970958645">"移动网络不可用。请插入有效的 SIM 卡并重新启动。"</string>
    <string name="sim_done_button" msgid="827949989369963775">"完成"</string>
    <string name="sim_added_title" msgid="3719670512889674693">"已添加 SIM 卡"</string>
    <string name="sim_added_message" msgid="1209265974048554242">"您必须重新启动设备才能访问移动网络。"</string>
    <string name="sim_restart_button" msgid="4722407842815232347">"重新启动"</string>
    <string name="time_picker_dialog_title" msgid="8349362623068819295">"设置时间"</string>
    <string name="date_picker_dialog_title" msgid="5879450659453782278">"设置日期"</string>
    <string name="date_time_set" msgid="5777075614321087758">"设置"</string>
    <string name="default_permission_group" msgid="2690160991405646128">"默认"</string>
    <string name="no_permissions" msgid="7283357728219338112">"不需要任何权限"</string>
    <string name="perms_hide" msgid="7283915391320676226"><b>"隐藏"</b></string>
    <string name="perms_show_all" msgid="2671791163933091180"><b>"全部显示"</b></string>
    <string name="usb_storage_activity_title" msgid="2399289999608900443">"USB 大容量存储设备"</string>
    <string name="usb_storage_title" msgid="5901459041398751495">"USB 已连接"</string>
    <string name="usb_storage_message" product="nosdcard" msgid="6631094834151575841">"您已通过 USB 连接至计算机。如果您要在计算机与 Android 设备的 USB 存储设备之间复制文件,请触摸下面的按钮。"</string>
    <string name="usb_storage_message" product="default" msgid="4510858346516069238">"您已通过 USB 连接至计算机。如果您要在计算机和 Android 设备的 SD 卡之间复制文件,请触摸下面的按钮。"</string>
    <string name="usb_storage_button_mount" msgid="1052259930369508235">"打开 USB 存储设备"</string>
    <string name="usb_storage_error_message" product="nosdcard" msgid="3276413764430468454">"使用 USB 存储设备作为 USB 大容量存储设备时出现问题。"</string>
    <string name="usb_storage_error_message" product="default" msgid="120810397713773275">"使用 SD 卡作为 USB 大容量存储设备时出现问题。"</string>
    <string name="usb_storage_notification_title" msgid="8175892554757216525">"USB 已连接"</string>
    <string name="usb_storage_notification_message" msgid="7380082404288219341">"选择将文件复制到计算机或从计算机复制到存储设备。"</string>
    <string name="usb_storage_stop_notification_title" msgid="2336058396663516017">"关闭 USB 存储设备"</string>
    <string name="usb_storage_stop_notification_message" msgid="2591813490269841539">"选中以关闭 USB 存储设备。"</string>
    <string name="usb_storage_stop_title" msgid="660129851708775853">"USB 存储设备正在使用中"</string>
    <string name="usb_storage_stop_message" product="nosdcard" msgid="1368842269463745067">"在关闭 USB 存储设备前,请确保您已从计算机中卸载(“弹出”)Android 手机的 USB 存储设备。"</string>
    <string name="usb_storage_stop_message" product="default" msgid="3613713396426604104">"在关闭 USB 存储设备前,请确保您已从计算机中卸载(“弹出”)Android 手机的 SD 卡。"</string>
    <string name="usb_storage_stop_button_mount" msgid="7060218034900696029">"关闭 USB 存储设备"</string>
    <string name="usb_storage_stop_error_message" msgid="143881914840412108">"关闭 USB 存储设备时遇到问题。请检查并确保已卸载了 USB 主设备,然后重试。"</string>
    <string name="dlg_confirm_kill_storage_users_title" msgid="963039033470478697">"打开 USB 存储设备"</string>
    <string name="dlg_confirm_kill_storage_users_text" msgid="3202838234780505886">"如果您打开了 USB 存储设备,则您当前使用的某些应用程序会停止,而且在您关闭 USB 存储设备前可能都无法使用。"</string>
    <string name="dlg_error_title" msgid="7323658469626514207">"USB 操作失败"</string>
    <string name="dlg_ok" msgid="7376953167039865701">"确定"</string>
    <string name="usb_mtp_notification_title" msgid="3699913097391550394">"作为媒体设备连接"</string>
    <string name="usb_ptp_notification_title" msgid="1960817192216064833">"作为相机连接"</string>
    <string name="usb_cd_installer_notification_title" msgid="6774712827892090754">"作为安装程序连接"</string>
    <string name="usb_accessory_notification_title" msgid="7848236974087653666">"已连接到 USB 配件"</string>
    <string name="usb_notification_message" msgid="4447869605109736382">"触摸可显示其他 USB 选项"</string>
    <string name="extmedia_format_title" product="nosdcard" msgid="7980995592595097841">"格式化 USB 存储设备"</string>
    <string name="extmedia_format_title" product="default" msgid="8663247929551095854">"格式化 SD 卡"</string>
    <string name="extmedia_format_message" product="nosdcard" msgid="8296908079722897772">"确定要格式化 USB 存储设备,清除其中存储的全部文件吗?该操作将无法撤消!"</string>
    <string name="extmedia_format_message" product="default" msgid="3621369962433523619">"确定要将 SD 卡格式化吗?该卡上的所有数据都将丢失。"</string>
    <string name="extmedia_format_button_format" msgid="4131064560127478695">"格式化"</string>
    <string name="adb_active_notification_title" msgid="6729044778949189918">"已连接 USB 调试"</string>
    <string name="adb_active_notification_message" msgid="8470296818270110396">"选择停用 USB 调试。"</string>
    <string name="select_input_method" msgid="6865512749462072765">"选择输入法"</string>
    <string name="configure_input_methods" msgid="6324843080254191535">"配置输入法"</string>
    <string name="fast_scroll_alphabet" msgid="5433275485499039199">" ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
    <string name="fast_scroll_numeric_alphabet" msgid="4030170524595123610">" 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
    <string name="candidates_style" msgid="4333913089637062257"><u>"候选"</u></string>
    <string name="ext_media_checking_notification_title" product="nosdcard" msgid="3449816005351468560">"正在准备 USB 存储设备"</string>
    <string name="ext_media_checking_notification_title" product="default" msgid="5457603418970994050">"正在准备 SD 卡"</string>
    <string name="ext_media_checking_notification_message" msgid="8287319882926737053">"正在检查是否有错误。"</string>
    <string name="ext_media_nofs_notification_title" product="nosdcard" msgid="7788040745686229307">"USB 存储设备中无文件"</string>
    <string name="ext_media_nofs_notification_title" product="default" msgid="780477838241212997">"空 SD 卡"</string>
    <string name="ext_media_nofs_notification_message" product="nosdcard" msgid="8623130522556087311">"USB 存储设备中无文件或使用了不支持的文件系统。"</string>
    <string name="ext_media_nofs_notification_message" product="default" msgid="3817704088027829380">"SD 卡无文件系统,或文件系统不受支持。"</string>
    <string name="ext_media_unmountable_notification_title" product="nosdcard" msgid="2090046769532713563">"USB 存储设备已损坏"</string>
    <string name="ext_media_unmountable_notification_title" product="default" msgid="6410723906019100189">"SD 卡受损"</string>
    <string name="ext_media_unmountable_notification_message" product="nosdcard" msgid="529021299294450667">"USB 存储设备已损坏,您可能需要对其重新格式化。"</string>
    <string name="ext_media_unmountable_notification_message" product="default" msgid="6902531775948238989">"SD 卡已损坏。您可能必须将其重新格式化。"</string>
    <string name="ext_media_badremoval_notification_title" product="nosdcard" msgid="1661683031330951073">"USB 存储设备已意外移除"</string>
    <string name="ext_media_badremoval_notification_title" product="default" msgid="6872152882604407837">"SD 卡未正常移除"</string>
    <string name="ext_media_badremoval_notification_message" product="nosdcard" msgid="4329848819865594241">"请先卸载 USB 存储设备,再将其移除,以防数据丢失。"</string>
    <string name="ext_media_badremoval_notification_message" product="default" msgid="7260183293747448241">"请先卸载 SD 卡,再将其移除,以防数据丢失。"</string>
    <string name="ext_media_safe_unmount_notification_title" product="nosdcard" msgid="3967973893270360230">"USB 存储设备已安全移除"</string>
    <string name="ext_media_safe_unmount_notification_title" product="default" msgid="6729801130790616200">"SD 卡已安全移除"</string>
    <string name="ext_media_safe_unmount_notification_message" product="nosdcard" msgid="6142195361606493530">"您可以安全地移除 USB 存储设备。"</string>
    <string name="ext_media_safe_unmount_notification_message" product="default" msgid="568841278138377604">"您现在可以安全移除 SD 卡。"</string>
    <string name="ext_media_nomedia_notification_title" product="nosdcard" msgid="4486377230140227651">"USB 存储设备已移除"</string>
    <string name="ext_media_nomedia_notification_title" product="default" msgid="8902518030404381318">"已移除 SD 卡"</string>
    <string name="ext_media_nomedia_notification_message" product="nosdcard" msgid="6921126162580574143">"USB 存储设备已移除。请插入新媒体。"</string>
    <string name="ext_media_nomedia_notification_message" product="default" msgid="3870120652983659641">"SD 卡已移除。请插入新的 SD 卡。"</string>
    <string name="activity_list_empty" msgid="4168820609403385789">"找不到匹配的活动"</string>
    <string name="permlab_pkgUsageStats" msgid="8787352074326748892">"更新组件使用情况统计"</string>
    <string name="permdesc_pkgUsageStats" msgid="891553695716752835">"允许修改收集的组件使用情况统计。普通应用程序不能使用此权限。"</string>
    <string name="permlab_copyProtectedData" msgid="1660908117394854464">"允许调用默认容器服务复制内容。普通的应用程序无需此权限。"</string>
    <string name="permdesc_copyProtectedData" msgid="537780957633976401">"允许调用默认容器服务复制内容。普通的应用程序无需此权限。"</string>
    <string name="tutorial_double_tap_to_zoom_message_short" msgid="1311810005957319690">"双击可以进行缩放控制"</string>
    <string name="gadget_host_error_inflating" msgid="2613287218853846830">"放大窗口小部件时出错"</string>
    <string name="ime_action_go" msgid="8320845651737369027">"开始"</string>
    <string name="ime_action_search" msgid="658110271822807811">"搜索"</string>
    <string name="ime_action_send" msgid="2316166556349314424">"发送"</string>
    <string name="ime_action_next" msgid="3138843904009813834">"下一步"</string>
    <string name="ime_action_done" msgid="8971516117910934605">"完成"</string>
    <string name="ime_action_previous" msgid="1443550039250105948">"上一页"</string>
    <string name="ime_action_default" msgid="2840921885558045721">"执行"</string>
    <string name="dial_number_using" msgid="5789176425167573586">"拨打电话"\n"<xliff:g id="NUMBER">%s</xliff:g>"</string>
    <string name="create_contact_using" msgid="4947405226788104538">"创建电话号码为"\n"<xliff:g id="NUMBER">%s</xliff:g> 的联系人"</string>
    <string name="grant_credentials_permission_message_header" msgid="6824538733852821001">"以下一个或多个应用程序请求获得在目前和将来访问您帐户的权限。"</string>
    <string name="grant_credentials_permission_message_footer" msgid="3125211343379376561">"您是否同意此请求?"</string>
    <string name="grant_permissions_header_text" msgid="2722567482180797717">"访问请求"</string>
    <string name="allow" msgid="7225948811296386551">"允许"</string>
    <string name="deny" msgid="2081879885755434506">"拒绝"</string>
    <string name="permission_request_notification_title" msgid="5390555465778213840">"已请求权限"</string>
    <string name="permission_request_notification_with_subtitle" msgid="4325409589686688000">"有程序请求获得帐户 <xliff:g id="ACCOUNT">%s</xliff:g>"\n"的访问权限"</string>
    <string name="input_method_binding_label" msgid="1283557179944992649">"输入法"</string>
    <string name="sync_binding_label" msgid="3687969138375092423">"同步"</string>
    <string name="accessibility_binding_label" msgid="4148120742096474641">"辅助功能"</string>
    <string name="wallpaper_binding_label" msgid="1240087844304687662">"壁纸"</string>
    <string name="chooser_wallpaper" msgid="7873476199295190279">"更改壁纸"</string>
    <string name="vpn_title" msgid="8219003246858087489">"VPN 已激活。"</string>
    <string name="vpn_title_long" msgid="6400714798049252294">"“<xliff:g id="APP">%s</xliff:g>”已激活 VPN"</string>
    <string name="vpn_text" msgid="1610714069627824309">"点按即可管理网络。"</string>
    <string name="vpn_text_long" msgid="4907843483284977618">"已连接到<xliff:g id="SESSION">%s</xliff:g>。点按即可管理网络。"</string>
    <string name="upload_file" msgid="2897957172366730416">"选择文件"</string>
    <string name="no_file_chosen" msgid="6363648562170759465">"未选定任何文件"</string>
    <string name="reset" msgid="2448168080964209908">"重置"</string>
    <string name="submit" msgid="1602335572089911941">"提交"</string>
    <string name="car_mode_disable_notification_title" msgid="3164768212003864316">"已启用车载模式"</string>
    <string name="car_mode_disable_notification_message" msgid="668663626721675614">"选择退出车载模式"</string>
    <string name="tethered_notification_title" msgid="3146694234398202601">"网络共享或热点已启用"</string>
    <string name="tethered_notification_message" msgid="3067108323903048927">"触摸可进行配置"</string>
    <string name="back_button_label" msgid="2300470004503343439">"上一步"</string>
    <string name="next_button_label" msgid="1080555104677992408">"下一步"</string>
    <string name="skip_button_label" msgid="1275362299471631819">"跳过"</string>
    <string name="throttle_warning_notification_title" msgid="4890894267454867276">"手机流量过多"</string>
    <string name="throttle_warning_notification_message" msgid="2609734763845705708">"轻触以了解有关手机流量详情"</string>
    <string name="throttled_notification_title" msgid="6269541897729781332">"已超出手机数据上限"</string>
    <string name="throttled_notification_message" msgid="4712369856601275146">"轻触以了解有关手机流量详情"</string>
    <string name="no_matches" msgid="8129421908915840737">"无匹配项"</string>
    <string name="find_on_page" msgid="1946799233822820384">"在网页上查找"</string>
  <plurals name="matches_found">
    <item quantity="one" msgid="8167147081136579439">"1 个匹配项"</item>
    <item quantity="other" msgid="4641872797067609177">"第 <xliff:g id="INDEX">%d</xliff:g> 项,共 <xliff:g id="TOTAL">%d</xliff:g> 项"</item>
  </plurals>
    <string name="action_mode_done" msgid="7217581640461922289">"完成"</string>
    <string name="progress_unmounting" product="nosdcard" msgid="535863554318797377">"正在卸载 USB 存储设备..."</string>
    <string name="progress_unmounting" product="default" msgid="5556813978958789471">"正在卸载 SD 卡..."</string>
    <string name="progress_erasing" product="nosdcard" msgid="4183664626203056915">"正在格式化 USB 存储设备"</string>
    <string name="progress_erasing" product="default" msgid="2115214724367534095">"正在格式化 SD 卡..."</string>
    <string name="format_error" product="nosdcard" msgid="6299769563624776948">"无法清除 USB 存储设备。"</string>
    <string name="format_error" product="default" msgid="7315248696644510935">"无法清除 SD 卡。"</string>
    <string name="media_bad_removal" msgid="7960864061016603281">"SD 卡尚未卸载就被移除。"</string>
    <string name="media_checking" product="nosdcard" msgid="418188720009569693">"系统正在检查 USB 存储设备。"</string>
    <string name="media_checking" product="default" msgid="7334762503904827481">"目前正在检查 SD 卡。"</string>
    <string name="media_removed" msgid="7001526905057952097">"SD 卡已移除。"</string>
    <string name="media_shared" product="nosdcard" msgid="5830814349250834225">"某台计算机正在使用 USB 存储设备。"</string>
    <string name="media_shared" product="default" msgid="5706130568133540435">"目前有计算机正在使用 SD 卡。"</string>
    <string name="media_unknown_state" msgid="729192782197290385">"外部媒体处于未知状态。"</string>
    <string name="share" msgid="1778686618230011964">"分享"</string>
    <string name="find" msgid="4808270900322985960">"查找"</string>
    <string name="websearch" msgid="4337157977400211589">"网页搜索"</string>
    <string name="gpsNotifTicker" msgid="5622683912616496172">"来自<xliff:g id="NAME">%s</xliff:g>的定位请求"</string>
    <string name="gpsNotifTitle" msgid="5446858717157416839">"定位请求"</string>
    <string name="gpsNotifMessage" msgid="1374718023224000702">"请求人:<xliff:g id="NAME">%1$s</xliff:g>(<xliff:g id="SERVICE">%2$s</xliff:g>)"</string>
    <string name="gpsVerifYes" msgid="2346566072867213563">"是"</string>
    <string name="gpsVerifNo" msgid="1146564937346454865">"否"</string>
    <string name="sync_too_many_deletes" msgid="5296321850662746890">"超出删除限制"</string>
    <string name="sync_too_many_deletes_desc" msgid="7030265992955132593">"帐户 <xliff:g id="ACCOUNT_NAME">%3$s</xliff:g> 有 <xliff:g id="NUMBER_OF_DELETED_ITEMS">%1$d</xliff:g> 个关于<xliff:g id="TYPE_OF_SYNC">%2$s</xliff:g>的删除项。您要如何操作?"</string>
    <string name="sync_really_delete" msgid="8933566316059338692">"删除这些项。"</string>
    <string name="sync_undo_deletes" msgid="8610996708225006328">"撤消删除。"</string>
    <string name="sync_do_nothing" msgid="8717589462945226869">"目前不进行任何操作。"</string>
    <string name="choose_account_label" msgid="4191313562041125787">"选择帐户"</string>
    <string name="add_account_label" msgid="2935267344849993553">"添加帐户"</string>
    <string name="choose_account_text" msgid="6891230675141555481">"您希望使用哪个帐户?"</string>
    <string name="add_account_button_label" msgid="3611982894853435874">"添加帐户"</string>
    <string name="number_picker_increment_button" msgid="4830170763103463443">"增加"</string>
    <string name="number_picker_decrement_button" msgid="2576606679160067262">"减少"</string>
    <string name="number_picker_increment_scroll_mode" msgid="1343063395404990189">"点按 <xliff:g id="VALUE">%s</xliff:g> 次并按住。"</string>
    <string name="number_picker_increment_scroll_action" msgid="4628981789985093179">"向上滑动可增加值,向下滑动可减少值。"</string>
    <string name="time_picker_increment_minute_button" msgid="2843066823236250329">"增加分钟数"</string>
    <string name="time_picker_decrement_minute_button" msgid="4357907223628449595">"减少分钟数"</string>
    <string name="time_picker_increment_hour_button" msgid="2484204991937119057">"增加小时数"</string>
    <string name="time_picker_decrement_hour_button" msgid="4659353501775842780">"减少小时数"</string>
    <string name="time_picker_increment_set_pm_button" msgid="4147590696151230863">"设置下午时间"</string>
    <string name="time_picker_decrement_set_am_button" msgid="8302140353539486752">"设置上午时间"</string>
    <string name="date_picker_increment_month_button" msgid="6324978841467899081">"增加月份值"</string>
    <string name="date_picker_decrement_month_button" msgid="7304349355000398077">"减少月份值"</string>
    <string name="date_picker_increment_day_button" msgid="4397040141921413183">"增加天数"</string>
    <string name="date_picker_decrement_day_button" msgid="2427816793443629131">"减少天数"</string>
    <string name="date_picker_increment_year_button" msgid="3058553394722295105">"增加年数"</string>
    <string name="date_picker_decrement_year_button" msgid="5193062846559743823">"减少年份值"</string>
    <string name="checkbox_checked" msgid="7222044992652711167">"已选中"</string>
    <string name="checkbox_not_checked" msgid="5174639551134444056">"未选中"</string>
    <string name="radiobutton_selected" msgid="8603599808486581511">"已选择"</string>
    <string name="radiobutton_not_selected" msgid="2908760184307722393">"未选择"</string>
    <string name="switch_on" msgid="551417728476977311">"已打开"</string>
    <string name="switch_off" msgid="7249798614327155088">"已关闭"</string>
    <string name="togglebutton_pressed" msgid="4180411746647422233">"已按下"</string>
    <string name="togglebutton_not_pressed" msgid="4495147725636134425">"未按下"</string>
    <string name="keyboardview_keycode_alt" msgid="4856868820040051939">"Alt"</string>
    <string name="keyboardview_keycode_cancel" msgid="1203984017245783244">"取消"</string>
    <string name="keyboardview_keycode_delete" msgid="3337914833206635744">"Delete"</string>
    <string name="keyboardview_keycode_done" msgid="1992571118466679775">"完成"</string>
    <string name="keyboardview_keycode_mode_change" msgid="4547387741906537519">"模式更改"</string>
    <string name="keyboardview_keycode_shift" msgid="2270748814315147690">"Shift"</string>
    <string name="keyboardview_keycode_enter" msgid="2985864015076059467">"Enter"</string>
    <string name="activitychooserview_choose_application" msgid="4540794444768613567">"选择一个应用程序"</string>
    <string name="shareactionprovider_share_with" msgid="806688056141131819">"共享对象"</string>
    <string name="shareactionprovider_share_with_application" msgid="5627411384638389738">"与“<xliff:g id="APPLICATION_NAME">%s</xliff:g>”共享"</string>
    <string name="content_description_sliding_handle" msgid="7311938669217173870">"滑动手柄。点按并按住。"</string>
    <string name="description_direction_up" msgid="1983114130441878529">"向上滑动<xliff:g id="TARGET_DESCRIPTION">%s</xliff:g>。"</string>
    <string name="description_direction_down" msgid="4294993639091088240">"向下滑动<xliff:g id="TARGET_DESCRIPTION">%s</xliff:g>。"</string>
    <string name="description_direction_left" msgid="6814008463839915747">"向左滑动<xliff:g id="TARGET_DESCRIPTION">%s</xliff:g>。"</string>
    <string name="description_direction_right" msgid="4296057241963012862">"向右滑动<xliff:g id="TARGET_DESCRIPTION">%s</xliff:g>。"</string>
    <string name="description_target_unlock" msgid="2228524900439801453">"解锁"</string>
    <string name="description_target_camera" msgid="969071997552486814">"相机"</string>
    <string name="description_target_silent" msgid="893551287746522182">"静音"</string>
    <string name="description_target_soundon" msgid="30052466675500172">"打开声音"</string>
    <string name="description_target_unlock_tablet" msgid="3833195335629795055">"滑动解锁。"</string>
    <string name="keyboard_headset_required_to_hear_password" msgid="5913502399391940888">"需要插入耳机才能听到密码的按键声。"</string>
    <string name="keyboard_password_character_no_headset" msgid="2859873770886153678">"点。"</string>
    <string name="action_bar_home_description" msgid="5293600496601490216">"导航首页"</string>
    <string name="action_bar_up_description" msgid="2237496562952152589">"向上导航"</string>
    <string name="action_menu_overflow_description" msgid="2295659037509008453">"更多选项"</string>
    <string name="storage_internal" msgid="7556050805474115618">"内部存储空间"</string>
    <string name="storage_sd_card" msgid="8921771478629812343">"SD 卡"</string>
    <string name="storage_usb" msgid="3017954059538517278">"USB 存储器"</string>
    <string name="extract_edit_menu_button" msgid="302060189057163906">"编辑..."</string>
    <string name="data_usage_warning_title" msgid="1955638862122232342">"流量使用警告"</string>
    <string name="data_usage_warning_body" msgid="7217480745540055170">"触摸可查看使用情况和设置"</string>
    <string name="data_usage_3g_limit_title" msgid="7093334419518706686">"2G-3G 数据已停用"</string>
    <string name="data_usage_4g_limit_title" msgid="7636489436819470761">"4G 数据已停用"</string>
    <string name="data_usage_mobile_limit_title" msgid="7869402519391631884">"移动数据已停用"</string>
    <string name="data_usage_wifi_limit_title" msgid="8992154736441284865">"Wi-Fi 数据网络已停用"</string>
    <string name="data_usage_limit_body" msgid="4313857592916426843">"触摸以启用"</string>
    <string name="data_usage_3g_limit_snoozed_title" msgid="7026739121138005231">"已超出 2G-3G 数据流量限制"</string>
    <string name="data_usage_4g_limit_snoozed_title" msgid="1106562779311209039">"已超出 4G 数据使用上限"</string>
    <string name="data_usage_mobile_limit_snoozed_title" msgid="279240572165412168">"已超出移动数据流量上限"</string>
    <string name="data_usage_wifi_limit_snoozed_title" msgid="8743856006384825974">"超出了 Wi-Fi 数据流量上限"</string>
    <string name="data_usage_limit_snoozed_body" msgid="2932736326652880660">"超出规定上限 <xliff:g id="SIZE">%s</xliff:g>"</string>
    <string name="data_usage_restricted_title" msgid="5965157361036321914">"后台数据受限制"</string>
    <string name="data_usage_restricted_body" msgid="5087354814839059798">"触摸以删除限制"</string>
    <string name="ssl_certificate" msgid="6510040486049237639">"安全证书"</string>
    <string name="ssl_certificate_is_valid" msgid="6825263250774569373">"该证书有效。"</string>
    <string name="issued_to" msgid="454239480274921032">"颁发给:"</string>
    <string name="common_name" msgid="2233209299434172646">"常用名称:"</string>
    <string name="org_name" msgid="6973561190762085236">"组织:"</string>
    <string name="org_unit" msgid="7265981890422070383">"组织单位:"</string>
    <string name="issued_by" msgid="2647584988057481566">"颁发者:"</string>
    <string name="validity_period" msgid="8818886137545983110">"有效期:"</string>
    <string name="issued_on" msgid="5895017404361397232">"颁发时间:"</string>
    <string name="expires_on" msgid="3676242949915959821">"有效期至:"</string>
    <string name="serial_number" msgid="758814067660862493">"序列号:"</string>
    <string name="fingerprints" msgid="4516019619850763049">"指纹:"</string>
    <string name="sha256_fingerprint" msgid="4391271286477279263">"SHA-256 指纹:"</string>
    <string name="sha1_fingerprint" msgid="7930330235269404581">"SHA-1 指纹:"</string>
    <string name="activity_chooser_view_see_all" msgid="180268188117163072">"查看全部..."</string>
    <string name="activity_chooser_view_dialog_title_default" msgid="3325054276356556835">"选择活动"</string>
    <string name="share_action_provider_share_with" msgid="1791316789651185229">"分享方式..."</string>
    <string name="status_bar_device_locked" msgid="3092703448690669768">"设备已锁定。"</string>
    <string name="list_delimeter" msgid="3975117572185494152">"、 "</string>
    <string name="sending" msgid="8715108995741758718">"正在发送..."</string>
    <string name="launchBrowserDefault" msgid="2057951947297614725">"要启动浏览器吗?"</string>
    <string name="SetupCallDefault" msgid="6870275517518479651">"要接听电话吗?"</string>
    <string name="app_killed_message">应用程序已被杀死</string>

    <!-- Lock screen Weather - Weather codes -->
    <string name="weather_0">龙卷风</string>
    <string name="weather_1">热带风暴</string>
    <string name="weather_2">飓风</string>
    <string name="weather_3">强雷暴</string>
    <string name="weather_4">雷暴</string>
    <string name="weather_5">雨夹雪</string>
    <string name="weather_6">混合雨和冻雨</string>
    <string name="weather_7">混合雪和冻雨</string>
    <string name="weather_8">冻毛毛雨</string>
    <string name="weather_9">毛毛雨</string>
    <string name="weather_10">冰雨</string>
    <string name="weather_11">阵雨</string>
    <string name="weather_12">阵雨</string>
    <string name="weather_13">飘雪</string>
    <string name="weather_14">小雪</string>
    <string name="weather_15">吹雪</string>
    <string name="weather_16"></string>
    <string name="weather_17">冰雹</string>
    <string name="weather_18">冻雨</string>
    <string name="weather_19">沙尘</string>
    <string name="weather_20">多雾</string>
    <string name="weather_21">阴霾</string>
    <string name="weather_22">烟雾</string>
    <string name="weather_23">强风</string>
    <string name="weather_24">大风</string>
    <string name="weather_25"></string>
    <string name="weather_26">多云</string>
    <string name="weather_27">大部多云</string> <!-- Night -->
    <string name="weather_28">大部多云</string> <!-- Day -->
    <string name="weather_29">部分多云</string> <!-- Night -->
    <string name="weather_30">部分多云</string> <!-- Day -->
    <string name="weather_31">晴天</string> <!-- Night -->
    <string name="weather_32">晴天</string>
    <string name="weather_33">晴天积云</string> <!-- Night -->
    <string name="weather_34">晴天积云</string> <!-- Day -->
    <string name="weather_35">雨夹冰雹</string>
    <string name="weather_36"></string>
    <string name="weather_37">局部性雷暴雨</string>
    <string name="weather_38">分散雷雨</string>
    <string name="weather_39">分散雷雨</string>
    <string name="weather_40">零星阵雨</string>
    <string name="weather_41">大雪</string>
    <string name="weather_42">零星阵雪</string>
    <string name="weather_43">大雪</string>
    <string name="weather_44">晴间多云</string>
    <string name="weather_45">雷阵雨</string>
    <string name="weather_46">阵雪</string>
    <string name="weather_47">局部雷阵雨</string>
    <!-- Forecast unavailable -->
    <string name="weather_3200"></string>

    <!-- Lock screen Weather - Wind directions -->
    <string name="weather_N"></string>
    <string name="weather_NE">东北</string>
    <string name="weather_E"></string>
    <string name="weather_SE">东南</string>
    <string name="weather_S"></string>
    <string name="weather_SW">西南</string>
    <string name="weather_W">西</string>
    <string name="weather_NW">西北</string>

    <!-- Lock screen Weather - error messages -->
    <string name="weather_no_data">无数据</string>
    <string name="weather_tap_to_refresh">请点击刷新</string>
    <string name="weather_refreshing">正在刷新</string>

</resources>