summaryrefslogtreecommitdiff
path: root/core/res/res/values-zh-rCN/strings.xml
blob: fddc6174c374b45e7970a1a465122e5e4b9e9938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
<?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="202579285008794431">"B"</string>
    <string name="fileSizeSuffix" msgid="4233671691980131257">"<xliff:g id="NUMBER">%1$s</xliff:g> <xliff:g id="UNIT">%2$s</xliff:g>"</string>
    <string name="untitled" msgid="3381766946944136678">"&lt;未命名&gt;"</string>
    <string name="emptyPhoneNumber" msgid="5812172618020360048">"(无电话号码)"</string>
    <string name="unknownName" msgid="7078697621109055330">"未知"</string>
    <string name="defaultVoiceMailAlphaTag" msgid="2190754495304236490">"语音信箱"</string>
    <string name="defaultMsisdnAlphaTag" msgid="2285034592902077488">"MSISDN1"</string>
    <string name="mmiError" msgid="2862759606579822246">"出现连接问题或 MMI 码无效。"</string>
    <string name="mmiErrorNotSupported" msgid="5001803469335286099">"不支持此功能。"</string>
    <string name="mmiFdnError" msgid="3975490266767565852">"只能对固定拨号号码执行此类操作。"</string>
    <string name="mmiErrorWhileRoaming" msgid="1204173664713870114">"漫游时无法通过您的手机来更改来电转接设置。"</string>
    <string name="serviceEnabled" msgid="7549025003394765639">"已启用服务。"</string>
    <string name="serviceEnabledFor" msgid="1463104778656711613">"已针对以下内容启用了服务:"</string>
    <string name="serviceDisabled" msgid="641878791205871379">"已停用服务。"</string>
    <string name="serviceRegistered" msgid="3856192211729577482">"注册成功。"</string>
    <string name="serviceErased" msgid="997354043770513494">"清除成功。"</string>
    <string name="passwordIncorrect" msgid="917087532676155877">"密码不正确。"</string>
    <string name="mmiComplete" msgid="6341884570892520140">"MMI 码已完成。"</string>
    <string name="badPin" msgid="888372071306274355">"您输入的旧PIN码不正确。"</string>
    <string name="badPuk" msgid="4232069163733147376">"您输入的PUK码不正确。"</string>
    <string name="mismatchPin" msgid="2929611853228707473">"您输入的PIN码不一致。"</string>
    <string name="invalidPin" msgid="7542498253319440408">"输入一个4至8位数的PIN码。"</string>
    <string name="invalidPuk" msgid="8831151490931907083">"请输入至少8位数字的PUK码。"</string>
    <string name="needPuk" msgid="3503414069503752211">"您的 SIM 卡已用 PUK 码锁定。请输入 PUK 码将其解锁。"</string>
    <string name="needPuk2" msgid="3910763547447344963">"请输入 PUK2 码以解锁 SIM 卡。"</string>
    <string name="enablePin" msgid="2543771964137091212">"失败,请开启 SIM/RUIM 卡锁定设置。"</string>
    <plurals name="pinpuk_attempts" formatted="false" msgid="1619867269012213584">
      <item quantity="other">您还可尝试 <xliff:g id="NUMBER_1">%d</xliff:g> 次。如果仍不正确,SIM 卡将被锁定。</item>
      <item quantity="one">您还可尝试 <xliff:g id="NUMBER_0">%d</xliff:g> 次。如果仍不正确,SIM 卡将被锁定。</item>
    </plurals>
    <string name="imei" msgid="2157082351232630390">"IMEI"</string>
    <string name="meid" msgid="3291227361605924674">"MEID"</string>
    <string name="ClipMmi" msgid="4110549342447630629">"来电显示"</string>
    <string name="ClirMmi" msgid="6752346475055446417">"外拨时隐藏本机号码"</string>
    <string name="ColpMmi" msgid="4736462893284419302">"连接的线路ID"</string>
    <string name="ColrMmi" msgid="5889782479745764278">"连接的线路ID限制"</string>
    <string name="CfMmi" msgid="8390012691099787178">"来电转接"</string>
    <string name="CwMmi" msgid="3164609577675404761">"来电等待"</string>
    <string name="BaMmi" msgid="7205614070543372167">"通话限制"</string>
    <string name="PwdMmi" msgid="3360991257288638281">"密码更改"</string>
    <string name="PinMmi" msgid="7133542099618330959">"PIN码更改"</string>
    <string name="CnipMmi" msgid="4897531155968151160">"显示号码"</string>
    <string name="CnirMmi" msgid="885292039284503036">"来电显示受限制"</string>
    <string name="ThreeWCMmi" msgid="2436550866139999411">"三方通话"</string>
    <string name="RuacMmi" msgid="1876047385848991110">"拒绝不想接听的骚扰电话"</string>
    <string name="CndMmi" msgid="185136449405618437">"主叫号码传送"</string>
    <string name="DndMmi" msgid="8797375819689129800">"勿扰"</string>
    <string name="CLIRDefaultOnNextCallOn" msgid="4511621022859867988">"默认不显示本机号码,在下一次通话中也不显示"</string>
    <string name="CLIRDefaultOnNextCallOff" msgid="5036749051007098105">"默认不显示本机号码,但在下一次通话中显示"</string>
    <string name="CLIRDefaultOffNextCallOn" msgid="1022781126694885017">"默认显示本机号码,但在下一次通话中不显示"</string>
    <string name="CLIRDefaultOffNextCallOff" msgid="2491576172356463443">"默认显示本机号码,在下一次通话中也显示"</string>
    <string name="serviceNotProvisioned" msgid="8289333510236766193">"未提供服务。"</string>
    <string name="CLIRPermanent" msgid="166443681876381118">"您无法更改来电显示设置。"</string>
    <string name="auto_data_switch_title" msgid="3286350716870518297">"移动数据网络已切换至“<xliff:g id="CARRIERDISPLAY">%s</xliff:g>”"</string>
    <string name="auto_data_switch_content" msgid="803557715007110959">"您可以随时在“设置”中更改这项设置"</string>
    <string name="RestrictedOnDataTitle" msgid="1500576417268169774">"无法使用移动数据服务"</string>
    <string name="RestrictedOnEmergencyTitle" msgid="2852916906106191866">"无法使用紧急呼救服务"</string>
    <string name="RestrictedOnNormalTitle" msgid="7009474589746551737">"无法使用语音通话服务"</string>
    <string name="RestrictedOnAllVoiceTitle" msgid="3982069078579103087">"无法使用语音服务或紧急呼救服务"</string>
    <string name="RestrictedStateContent" msgid="7693575344608618926">"已由运营商暂时关闭"</string>
    <string name="RestrictedStateContentMsimTemplate" msgid="5228235722511044687">"SIM 卡 <xliff:g id="SIMNUMBER">%d</xliff:g> 已由运营商暂时关闭"</string>
    <string name="NetworkPreferenceSwitchTitle" msgid="1008329951315753038">"无法连接到移动网络"</string>
    <string name="NetworkPreferenceSwitchSummary" msgid="2086506181486324860">"请尝试更改首选网络。点按即可更改。"</string>
    <string name="EmergencyCallWarningTitle" msgid="1615688002899152860">"无法使用紧急呼救服务"</string>
    <string name="EmergencyCallWarningSummary" msgid="1194185880092805497">"无法通过 WLAN 拨打紧急呼救电话"</string>
    <string name="notification_channel_network_alert" msgid="4788053066033851841">"提醒"</string>
    <string name="notification_channel_call_forward" msgid="8230490317314272406">"来电转接"</string>
    <string name="notification_channel_emergency_callback" msgid="54074839059123159">"紧急回拨模式"</string>
    <string name="notification_channel_mobile_data_status" msgid="1941911162076442474">"移动数据状态"</string>
    <string name="notification_channel_sms" msgid="1243384981025535724">"短信"</string>
    <string name="notification_channel_voice_mail" msgid="8457433203106654172">"语音信息"</string>
    <string name="notification_channel_wfc" msgid="9048240466765169038">"WLAN 通话"</string>
    <string name="notification_channel_sim" msgid="5098802350325677490">"SIM 卡状态"</string>
    <string name="notification_channel_sim_high_prio" msgid="642361929452850928">"高优先顺序 SIM 卡状态"</string>
    <string name="peerTtyModeFull" msgid="337553730440832160">"对方请求使用“TTY 完整”模式"</string>
    <string name="peerTtyModeHco" msgid="5626377160840915617">"对方请求使用“TTY HCO”模式"</string>
    <string name="peerTtyModeVco" msgid="572208600818270944">"对方请求使用“TTY VCO”模式"</string>
    <string name="peerTtyModeOff" msgid="2420380956369226583">"对方请求使用“TTY 关闭”模式"</string>
    <string name="serviceClassVoice" msgid="2065556932043454987">"语音"</string>
    <string name="serviceClassData" msgid="4148080018967300248">"数据"</string>
    <string name="serviceClassFAX" msgid="2561653371698904118">"传真"</string>
    <string name="serviceClassSMS" msgid="1547664561704509004">"短信"</string>
    <string name="serviceClassDataAsync" msgid="2029856900898545984">"异步"</string>
    <string name="serviceClassDataSync" msgid="7895071363569133704">"同步"</string>
    <string name="serviceClassPacket" msgid="1430642951399303804">"包"</string>
    <string name="serviceClassPAD" msgid="6850244583416306321">"PAD"</string>
    <string name="roamingText0" msgid="7793257871609854208">"启用漫游指示符"</string>
    <string name="roamingText1" msgid="5073028598334616445">"禁用漫游指示符"</string>
    <string name="roamingText2" msgid="2834048284153110598">"漫游指示符正在闪烁"</string>
    <string name="roamingText3" msgid="831690234035748988">"不在附近"</string>
    <string name="roamingText4" msgid="2171252529065590728">"室外"</string>
    <string name="roamingText5" msgid="4294671587635796641">"漫游 - 首选系统"</string>
    <string name="roamingText6" msgid="5536156746637992029">"漫游 - 可用系统"</string>
    <string name="roamingText7" msgid="1783303085512907706">"漫游 - 联盟合作伙伴"</string>
    <string name="roamingText8" msgid="7774800704373721973">"漫游 - 高级合作伙伴"</string>
    <string name="roamingText9" msgid="1933460020190244004">"漫游 - 全部服务功能"</string>
    <string name="roamingText10" msgid="7434767033595769499">"漫游 - 服务功能不全"</string>
    <string name="roamingText11" msgid="5245687407203281407">"启用漫游横幅"</string>
    <string name="roamingText12" msgid="673537506362152640">"禁用漫游横幅"</string>
    <string name="roamingTextSearching" msgid="5323235489657753486">"正在搜索服务"</string>
    <string name="wfcRegErrorTitle" msgid="3193072971584858020">"无法设置 WLAN 通话"</string>
  <string-array name="wfcOperatorErrorAlertMessages">
    <item msgid="468830943567116703">"要通过 WLAN 打电话和发信息,请先让您的运营商开通此服务,然后再到“设置”中重新开启 WLAN 通话功能(错误代码:<xliff:g id="CODE">%1$s</xliff:g>)。"</item>
  </string-array>
  <string-array name="wfcOperatorErrorNotificationMessages">
    <item msgid="4795145070505729156">"向您的运营商注册 WLAN 通话时遇到问题:<xliff:g id="CODE">%1$s</xliff:g>"</item>
  </string-array>
    <!-- no translation found for wfcSpnFormat_spn (2982505428519096311) -->
    <skip />
    <string name="wfcSpnFormat_spn_wifi_calling" msgid="3165949348000906194">"<xliff:g id="SPN">%s</xliff:g> WLAN 通话"</string>
    <string name="wfcSpnFormat_spn_wifi_calling_vo_hyphen" msgid="3836827895369365298">"<xliff:g id="SPN">%s</xliff:g> WLAN 通话"</string>
    <string name="wfcSpnFormat_wlan_call" msgid="4895315549916165700">"WLAN 通话"</string>
    <string name="wfcSpnFormat_spn_wlan_call" msgid="255919245825481510">"<xliff:g id="SPN">%s</xliff:g> WLAN 通话"</string>
    <string name="wfcSpnFormat_spn_wifi" msgid="7232899594327126970">"<xliff:g id="SPN">%s</xliff:g> WLAN"</string>
    <string name="wfcSpnFormat_wifi_calling_bar_spn" msgid="8383917598312067365">"WLAN 通话 | <xliff:g id="SPN">%s</xliff:g>"</string>
    <string name="wfcSpnFormat_spn_vowifi" msgid="6865214948822061486">"<xliff:g id="SPN">%s</xliff:g> VoWifi"</string>
    <string name="wfcSpnFormat_wifi_calling" msgid="6178935388378661755">"WLAN 通话"</string>
    <string name="wfcSpnFormat_wifi" msgid="1376356951297043426">"WLAN"</string>
    <string name="wfcSpnFormat_wifi_calling_wo_hyphen" msgid="7178561009225028264">"WLAN 通话"</string>
    <string name="wfcSpnFormat_vowifi" msgid="8371335230890725606">"VoWifi"</string>
    <string name="wfcSpnFormat_wifi_call" msgid="434016592539090004">"WLAN 通话"</string>
    <string name="wifi_calling_off_summary" msgid="5626710010766902560">"已关闭"</string>
    <string name="wfc_mode_wifi_preferred_summary" msgid="1035175836270943089">"通过 WLAN 进行通话"</string>
    <string name="wfc_mode_cellular_preferred_summary" msgid="4958965609212575619">"通过移动网络进行通话"</string>
    <string name="wfc_mode_wifi_only_summary" msgid="104951993894678665">"仅限 WLAN"</string>
    <!-- no translation found for crossSimFormat_spn (9125246077491634262) -->
    <skip />
    <string name="crossSimFormat_spn_cross_sim_calling" msgid="5620807020002879057">"<xliff:g id="SPN">%s</xliff:g>备用通话"</string>
    <string name="cfTemplateNotForwarded" msgid="862202427794270501">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>:无法转接"</string>
    <string name="cfTemplateForwarded" msgid="9132506315842157860">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>:<xliff:g id="DIALING_NUMBER">{1}</xliff:g>"</string>
    <string name="cfTemplateForwardedTime" msgid="735042369233323609">"<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="5619930473441550596">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>:无法转接"</string>
    <string name="cfTemplateRegisteredTime" msgid="5222794399642525045">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>:无法转接"</string>
    <string name="fcComplete" msgid="1080909484660507044">"功能代码已拨完。"</string>
    <string name="fcError" msgid="5325116502080221346">"出现连接问题或功能代码无效。"</string>
    <string name="httpErrorOk" msgid="6206751415788256357">"确定"</string>
    <string name="httpError" msgid="3406003584150566720">"发生了网络错误。"</string>
    <string name="httpErrorLookup" msgid="3099834738227549349">"找不到该网址。"</string>
    <string name="httpErrorUnsupportedAuthScheme" msgid="3976195595501606787">"不支持此网站身份验证方案。"</string>
    <string name="httpErrorAuth" msgid="469553140922938968">"无法通过身份验证。"</string>
    <string name="httpErrorProxyAuth" msgid="7229662162030113406">"通过代理服务器进行身份验证失败。"</string>
    <string name="httpErrorConnect" msgid="3295081579893205617">"无法连接到服务器。"</string>
    <string name="httpErrorIO" msgid="3860318696166314490">"无法与服务器进行通信,请稍后再试。"</string>
    <string name="httpErrorTimeout" msgid="7446272815190334204">"与服务器的连接超时。"</string>
    <string name="httpErrorRedirectLoop" msgid="8455757777509512098">"该页面包含太多服务器重定向。"</string>
    <string name="httpErrorUnsupportedScheme" msgid="2664108769858966374">"不支持该协议。"</string>
    <string name="httpErrorFailedSslHandshake" msgid="546319061228876290">"无法建立安全连接。"</string>
    <string name="httpErrorBadUrl" msgid="754447723314832538">"无法打开网页,因为该网址是无效的。"</string>
    <string name="httpErrorFile" msgid="3400658466057744084">"无法使用该文件。"</string>
    <string name="httpErrorFileNotFound" msgid="5191433324871147386">"找不到请求的文件。"</string>
    <string name="httpErrorTooManyRequests" msgid="2149677715552037198">"正在处理的请求太多,请稍后重试。"</string>
    <string name="notification_title" msgid="5783748077084481121">"登录 <xliff:g id="ACCOUNT">%1$s</xliff:g> 时出错"</string>
    <string name="contentServiceSync" msgid="2341041749565687871">"同步"</string>
    <string name="contentServiceSyncNotificationTitle" msgid="5766411446676388623">"无法同步"</string>
    <string name="contentServiceTooManyDeletesNotificationDesc" msgid="4562226280528716090">"尝试删除的<xliff:g id="CONTENT_TYPE">%s</xliff:g>数量太多。"</string>
    <string name="low_memory" product="tablet" msgid="5557552311566179924">"平板电脑存储空间已满。请删除一些文件以腾出空间。"</string>
    <string name="low_memory" product="watch" msgid="3479447988234030194">"手表存储空间已满。请删除一些文件以腾出空间。"</string>
    <string name="low_memory" product="tv" msgid="6663680413790323318">"Android TV 设备的存储空间已满。请删除一些文件以腾出空间。"</string>
    <string name="low_memory" product="default" msgid="2539532364144025569">"手机存储空间已满。请删除一些文件以腾出空间。"</string>
    <string name="ssl_ca_cert_warning" msgid="7233573909730048571">"{count,plural, =1{已安装证书授权服务}other{已安装证书授权服务}}"</string>
    <string name="ssl_ca_cert_noti_by_unknown" msgid="4961102218216815242">"受到不明第三方的监控"</string>
    <string name="ssl_ca_cert_noti_by_administrator" msgid="4564941950768783879">"由您的工作资料管理员监控"</string>
    <string name="ssl_ca_cert_noti_managed" msgid="217337232273211674">"受到 <xliff:g id="MANAGING_DOMAIN">%s</xliff:g> 监控"</string>
    <string name="work_profile_deleted" msgid="5891181538182009328">"工作资料已删除"</string>
    <string name="work_profile_deleted_details" msgid="3773706828364418016">"工作资料管理应用缺失或损坏,因此系统已删除您的工作资料及相关数据。如需帮助,请与您的管理员联系。"</string>
    <string name="work_profile_deleted_description_dpm_wipe" msgid="2477244968924647232">"您的工作资料已不在此设备上"</string>
    <string name="work_profile_deleted_reason_maximum_password_failure" msgid="1080323158315663167">"密码尝试次数过多"</string>
    <string name="device_ownership_relinquished" msgid="4080886992183195724">"管理员已将该设备开放给个人使用"</string>
    <string name="network_logging_notification_title" msgid="554983187553845004">"设备为受管理设备"</string>
    <string name="network_logging_notification_text" msgid="1327373071132562512">"贵单位会管理该设备,且可能会监控网络流量。点按即可了解详情。"</string>
    <string name="location_changed_notification_title" msgid="3620158742816699316">"应用可以访问您的位置信息"</string>
    <string name="location_changed_notification_text" msgid="7158423339982706912">"详情请与您的 IT 管理员联系"</string>
    <string name="geofencing_service" msgid="3826902410740315456">"地理围栏服务"</string>
    <string name="country_detector" msgid="7023275114706088854">"国家/地区检测器"</string>
    <string name="location_service" msgid="2439187616018455546">"位置信息服务"</string>
    <string name="gnss_service" msgid="8907781262179951385">"GNSS 服务"</string>
    <string name="sensor_notification_service" msgid="7474531979178682676">"传感器通知服务"</string>
    <string name="twilight_service" msgid="8964898045693187224">"Twilight 服务"</string>
    <string name="gnss_time_update_service" msgid="9039489496037616095">"GNSS 时间更新服务"</string>
    <string name="device_policy_manager_service" msgid="5085762851388850332">"设备政策管理器服务"</string>
    <string name="music_recognition_manager_service" msgid="7481956037950276359">"音乐识别管理器服务"</string>
    <string name="factory_reset_warning" msgid="6858705527798047809">"系统将清空您的设备"</string>
    <string name="factory_reset_message" msgid="2657049595153992213">"无法使用管理应用,系统现在将清空您的设备。\n\n如有疑问,请与您所在单位的管理员联系。"</string>
    <string name="printing_disabled_by" msgid="3517499806528864633">"“<xliff:g id="OWNER_APP">%s</xliff:g>”已停用打印功能。"</string>
    <string name="personal_apps_suspension_title" msgid="7561416677884286600">"开启工作资料"</string>
    <string name="personal_apps_suspension_text" msgid="6115455688932935597">"系统已屏蔽您的个人应用。您需要开启工作资料,系统才会取消屏蔽这些应用"</string>
    <string name="personal_apps_suspension_soon_text" msgid="8123898693479590">"系统将于 <xliff:g id="DATE">%1$s</xliff:g><xliff:g id="TIME">%2$s</xliff:g> 屏蔽个人应用。IT 管理员不允许您的工作资料保持关闭状态超过 <xliff:g id="NUMBER">%3$d</xliff:g> 天。"</string>
    <string name="personal_apps_suspended_turn_profile_on" msgid="2758012869627513689">"开启"</string>
    <string name="work_profile_telephony_paused_title" msgid="7690804479291839519">"通话和短信已关闭"</string>
    <string name="work_profile_telephony_paused_text" msgid="8065762301100978221">"您已暂停工作应用,将不会收到来电或短信。"</string>
    <string name="work_profile_telephony_paused_turn_on_button" msgid="7542632318337068821">"恢复工作应用"</string>
    <string name="me" msgid="6207584824693813140">"我"</string>
    <string name="power_dialog" product="tablet" msgid="8333207765671417261">"平板电脑选项"</string>
    <string name="power_dialog" product="tv" msgid="7792839006640933763">"Android TV 选项"</string>
    <string name="power_dialog" product="default" msgid="1107775420270203046">"手机选项"</string>
    <string name="silent_mode" msgid="8796112363642579333">"静音模式"</string>
    <string name="turn_on_radio" msgid="2961717788170634233">"打开无线电"</string>
    <string name="turn_off_radio" msgid="7222573978109933360">"关闭无线电"</string>
    <string name="screen_lock" msgid="2072642720826409809">"屏幕锁定"</string>
    <string name="power_off" msgid="4111692782492232778">"关机"</string>
    <string name="silent_mode_silent" msgid="5079789070221150912">"振铃器关闭"</string>
    <string name="silent_mode_vibrate" msgid="8821830448369552678">"振铃器振动"</string>
    <string name="silent_mode_ring" msgid="6039011004781526678">"振铃器开启"</string>
    <string name="reboot_to_update_title" msgid="2125818841916373708">"Android 系统更新"</string>
    <string name="reboot_to_update_prepare" msgid="6978842143587422365">"正在准备更新…"</string>
    <string name="reboot_to_update_package" msgid="4644104795527534811">"正在处理更新软件包…"</string>
    <string name="reboot_to_update_reboot" msgid="4474726009984452312">"正在重新启动…"</string>
    <string name="reboot_to_reset_title" msgid="2226229680017882787">"恢复出厂设置"</string>
    <string name="reboot_to_reset_message" msgid="3347690497972074356">"正在重新启动…"</string>
    <string name="shutdown_progress" msgid="5017145516412657345">"正在关机..."</string>
    <string name="shutdown_confirm" product="tablet" msgid="2872769463279602432">"您的平板电脑会关闭。"</string>
    <string name="shutdown_confirm" product="tv" msgid="7975942887313518330">"您的 Android TV 设备将关闭。"</string>
    <string name="shutdown_confirm" product="watch" msgid="2977299851200240146">"您的手表即将关机。"</string>
    <string name="shutdown_confirm" product="default" msgid="136816458966692315">"您的手机将会关机。"</string>
    <string name="shutdown_confirm_question" msgid="796151167261608447">"您要关机吗?"</string>
    <string name="reboot_safemode_title" msgid="5853949122655346734">"重新启动并进入安全模式"</string>
    <string name="reboot_safemode_confirm" msgid="1658357874737219624">"您要重新启动并进入安全模式吗?这样会停用您已安装的所有第三方应用。再次重新启动将恢复这些应用。"</string>
    <string name="recent_tasks_title" msgid="8183172372995396653">"近期任务"</string>
    <string name="no_recent_tasks" msgid="9063946524312275906">"最近没有运行任何应用"</string>
    <string name="global_actions" product="tablet" msgid="4412132498517933867">"平板电脑选项"</string>
    <string name="global_actions" product="tv" msgid="3871763739487450369">"Android TV 选项"</string>
    <string name="global_actions" product="default" msgid="6410072189971495460">"手机选项"</string>
    <string name="global_action_lock" msgid="6949357274257655383">"屏幕锁定"</string>
    <string name="global_action_power_off" msgid="4404936470711393203">"关机"</string>
    <string name="global_action_power_options" msgid="1185286119330160073">"电源"</string>
    <string name="global_action_restart" msgid="4678451019561687074">"重启"</string>
    <string name="global_action_emergency" msgid="1387617624177105088">"紧急呼救"</string>
    <string name="global_action_bug_report" msgid="5127867163044170003">"错误报告"</string>
    <string name="global_action_logout" msgid="6093581310002476511">"结束会话"</string>
    <string name="global_action_screenshot" msgid="2610053466156478564">"屏幕截图"</string>
    <string name="bugreport_title" msgid="8549990811777373050">"Bug 报告"</string>
    <string name="bugreport_message" msgid="5212529146119624326">"这会收集有关当前设备状态的信息,并以电子邮件的形式进行发送。从开始生成错误报告到准备好发送需要一点时间,请耐心等待。"</string>
    <string name="bugreport_option_interactive_title" msgid="7968287837902871289">"互动式报告"</string>
    <string name="bugreport_option_interactive_summary" msgid="8493795476325339542">"在大多数情况下,建议您使用此选项,以便追踪报告的生成进度,输入与相应问题相关的更多详细信息,以及截取屏幕截图。系统可能会省略掉一些不常用的区段,从而缩短生成报告的时间。"</string>
    <string name="bugreport_option_full_title" msgid="7681035745950045690">"完整报告"</string>
    <string name="bugreport_option_full_summary" msgid="1975130009258435885">"如果您的设备无响应或运行速度缓慢,或者您需要查看所有区段的报告信息,则建议您使用此选项将系统干扰程度降到最低。系统不支持您输入更多详细信息,也不会截取其他屏幕截图。"</string>
    <string name="bugreport_countdown" msgid="6418620521782120755">"{count,plural, =1{系统将在 # 秒后为错误报告截屏。}other{系统将在 # 秒后为错误报告截屏。}}"</string>
    <string name="bugreport_screenshot_success_toast" msgid="7986095104151473745">"已截取错误报告的屏幕截图"</string>
    <string name="bugreport_screenshot_failure_toast" msgid="6736320861311294294">"无法截取错误报告的屏幕截图"</string>
    <string name="global_action_toggle_silent_mode" msgid="8464352592860372188">"静音模式"</string>
    <string name="global_action_silent_mode_on_status" msgid="2371892537738632013">"声音已关闭"</string>
    <string name="global_action_silent_mode_off_status" msgid="6608006545950920042">"声音已开启"</string>
    <string name="global_actions_toggle_airplane_mode" msgid="6911684460146916206">"飞行模式"</string>
    <string name="global_actions_airplane_mode_on_status" msgid="5508025516695361936">"已开启飞行模式"</string>
    <string name="global_actions_airplane_mode_off_status" msgid="8522219771500505475">"未开启飞行模式"</string>
    <string name="global_action_settings" msgid="4671878836947494217">"设置"</string>
    <string name="global_action_assist" msgid="2517047220311505805">"助理"</string>
    <string name="global_action_voice_assist" msgid="6655788068555086695">"语音助理"</string>
    <string name="global_action_lockdown" msgid="2475471405907902963">"锁定"</string>
    <string name="status_bar_notification_info_overflow" msgid="3330152558746563475">"999+"</string>
    <string name="notification_hidden_text" msgid="2835519769868187223">"新通知"</string>
    <string name="notification_channel_physical_keyboard" msgid="5417306456125988096">"实体键盘"</string>
    <string name="notification_channel_security" msgid="8516754650348238057">"安全性"</string>
    <string name="notification_channel_car_mode" msgid="2123919247040988436">"车载模式"</string>
    <string name="notification_channel_account" msgid="6436294521740148173">"账号状态"</string>
    <string name="notification_channel_developer" msgid="1691059964407549150">"开发者消息"</string>
    <string name="notification_channel_developer_important" msgid="7197281908918789589">"重要开发者消息"</string>
    <string name="notification_channel_updates" msgid="7907863984825495278">"更新"</string>
    <string name="notification_channel_network_status" msgid="2127687368725272809">"网络状态"</string>
    <string name="notification_channel_network_alerts" msgid="6312366315654526528">"网络提醒"</string>
    <string name="notification_channel_network_available" msgid="6083697929214165169">"有可用的网络"</string>
    <string name="notification_channel_vpn" msgid="1628529026203808999">"VPN 状态"</string>
    <string name="notification_channel_device_admin" msgid="6384932669406095506">"您的 IT 管理员发来的提醒"</string>
    <string name="notification_channel_alerts" msgid="5070241039583668427">"提醒"</string>
    <string name="notification_channel_retail_mode" msgid="3732239154256431213">"零售演示模式"</string>
    <string name="notification_channel_usb" msgid="1528280969406244896">"USB 连接"</string>
    <string name="notification_channel_heavy_weight_app" msgid="17455756500828043">"应用正在运行中"</string>
    <string name="notification_channel_foreground_service" msgid="7102189948158885178">"消耗电量的应用"</string>
    <string name="notification_channel_accessibility_magnification" msgid="1707913872219798098">"放大功能"</string>
    <string name="notification_channel_accessibility_security_policy" msgid="1727787021725251912">"无障碍功能使用情况"</string>
    <string name="foreground_service_app_in_background" msgid="1439289699671273555">"<xliff:g id="APP_NAME">%1$s</xliff:g>正在消耗电量"</string>
    <string name="foreground_service_apps_in_background" msgid="7340037176412387863">"<xliff:g id="NUMBER">%1$d</xliff:g> 个应用正在消耗电量"</string>
    <string name="foreground_service_tap_for_details" msgid="9078123626015586751">"点按即可详细了解电量和流量消耗情况"</string>
    <string name="foreground_service_multiple_separator" msgid="5002287361849863168">"<xliff:g id="LEFT_SIDE">%1$s</xliff:g>、<xliff:g id="RIGHT_SIDE">%2$s</xliff:g>"</string>
    <string name="safeMode" msgid="8974401416068943888">"安全模式"</string>
    <string name="android_system_label" msgid="5974767339591067210">"Android 系统"</string>
    <string name="user_owner_label" msgid="8628726904184471211">"切换到个人资料"</string>
    <string name="managed_profile_label" msgid="7316778766973512382">"切换到工作资料"</string>
    <string name="user_owner_app_label" msgid="1553595155465750298">"切换到个人 <xliff:g id="APP_NAME">%1$s</xliff:g>"</string>
    <string name="managed_profile_app_label" msgid="367401088383965725">"切换到工作 <xliff:g id="APP_NAME">%1$s</xliff:g>"</string>
    <string name="permgrouplab_contacts" msgid="4254143639307316920">"通讯录"</string>
    <string name="permgroupdesc_contacts" msgid="9163927941244182567">"访问您的通讯录"</string>
    <string name="permgrouplab_location" msgid="1858277002233964394">"位置信息"</string>
    <string name="permgroupdesc_location" msgid="1995955142118450685">"获取此设备的位置信息"</string>
    <string name="permgrouplab_calendar" msgid="6426860926123033230">"日历"</string>
    <string name="permgroupdesc_calendar" msgid="6762751063361489379">"访问您的日历"</string>
    <string name="permgrouplab_sms" msgid="795737735126084874">"短信"</string>
    <string name="permgroupdesc_sms" msgid="5726462398070064542">"发送和查看短信"</string>
    <string name="permgrouplab_storage" msgid="17339216290379241">"文件"</string>
    <string name="permgroupdesc_storage" msgid="5378659041354582769">"访问您设备上的文件"</string>
    <string name="permgrouplab_readMediaAural" msgid="1858331312624942053">"音乐和音频"</string>
    <string name="permgroupdesc_readMediaAural" msgid="7565467343667089595">"访问您设备上的音乐和音频"</string>
    <string name="permgrouplab_readMediaVisual" msgid="4724874717811908660">"照片和视频"</string>
    <string name="permgroupdesc_readMediaVisual" msgid="4080463241903508688">"访问您设备上的照片和视频"</string>
    <string name="permgrouplab_microphone" msgid="2480597427667420076">"麦克风"</string>
    <string name="permgroupdesc_microphone" msgid="1047786732792487722">"录制音频"</string>
    <string name="permgrouplab_activityRecognition" msgid="3324466667921775766">"身体活动"</string>
    <string name="permgroupdesc_activityRecognition" msgid="4725624819457670704">"获取您的身体活动数据"</string>
    <string name="permgrouplab_camera" msgid="9090413408963547706">"相机"</string>
    <string name="permgroupdesc_camera" msgid="7585150538459320326">"拍摄照片和录制视频"</string>
    <string name="permgrouplab_nearby_devices" msgid="5529147543651181991">"附近的设备"</string>
    <string name="permgroupdesc_nearby_devices" msgid="3213561597116913508">"发现并连接到附近的设备"</string>
    <string name="permgrouplab_calllog" msgid="7926834372073550288">"通话记录"</string>
    <string name="permgroupdesc_calllog" msgid="2026996642917801803">"读取和写入手机通话记录"</string>
    <string name="permgrouplab_phone" msgid="570318944091926620">"电话"</string>
    <string name="permgroupdesc_phone" msgid="270048070781478204">"拨打电话和管理通话"</string>
    <string name="permgrouplab_sensors" msgid="9134046949784064495">"身体传感器"</string>
    <string name="permgroupdesc_sensors" msgid="2610631290633747752">"访问与您的生命体征相关的传感器数据"</string>
    <string name="permgrouplab_notifications" msgid="5472972361980668884">"通知"</string>
    <string name="permgroupdesc_notifications" msgid="4608679556801506580">"显示通知"</string>
    <string name="capability_title_canRetrieveWindowContent" msgid="7554282892101587296">"检索窗口内容"</string>
    <string name="capability_desc_canRetrieveWindowContent" msgid="6195610527625237661">"检测您与之互动的窗口的内容。"</string>
    <string name="capability_title_canRequestTouchExploration" msgid="327598364696316213">"启用触摸浏览"</string>
    <string name="capability_desc_canRequestTouchExploration" msgid="4394677060796752976">"设备将大声读出您点按的内容,同时您可以通过手势来浏览屏幕。"</string>
    <string name="capability_title_canRequestFilterKeyEvents" msgid="2772371671541753254">"监测您输入的文字"</string>
    <string name="capability_desc_canRequestFilterKeyEvents" msgid="2381315802405773092">"包括信用卡号和密码等个人数据。"</string>
    <string name="capability_title_canControlMagnification" msgid="7701572187333415795">"控制屏幕内容放大功能"</string>
    <string name="capability_desc_canControlMagnification" msgid="2206586716709254805">"控制屏幕内容的缩放级别和位置。"</string>
    <string name="capability_title_canPerformGestures" msgid="9106545062106728987">"执行手势"</string>
    <string name="capability_desc_canPerformGestures" msgid="6619457251067929726">"可执行点按、滑动、双指张合等手势。"</string>
    <string name="capability_title_canCaptureFingerprintGestures" msgid="1189053104594608091">"指纹手势"</string>
    <string name="capability_desc_canCaptureFingerprintGestures" msgid="6861869337457461274">"可以捕捉在设备指纹传感器上执行的手势。"</string>
    <string name="capability_title_canTakeScreenshot" msgid="3895812893130071930">"截取屏幕截图"</string>
    <string name="capability_desc_canTakeScreenshot" msgid="7762297374317934052">"可截取显示画面的屏幕截图。"</string>
    <string name="dream_preview_title" msgid="5570751491996100804">"预览,<xliff:g id="DREAM_NAME">%1$s</xliff:g>"</string>
    <string name="permlab_statusBar" msgid="8798267849526214017">"停用或修改状态栏"</string>
    <string name="permdesc_statusBar" msgid="5809162768651019642">"允许应用停用状态栏或者增删系统图标。"</string>
    <string name="permlab_statusBarService" msgid="2523421018081437981">"用作状态栏"</string>
    <string name="permdesc_statusBarService" msgid="6652917399085712557">"允许以状态栏形式显示应用。"</string>
    <string name="permlab_expandStatusBar" msgid="1184232794782141698">"展开/收拢状态栏"</string>
    <string name="permdesc_expandStatusBar" msgid="7180756900448498536">"允许应用展开或收起状态栏。"</string>
    <string name="permlab_fullScreenIntent" msgid="4310888199502509104">"在锁定的设备上以全屏活动的形式显示通知"</string>
    <string name="permdesc_fullScreenIntent" msgid="1100721419406643997">"允许该应用在锁定的设备上以全屏活动的形式显示通知"</string>
    <string name="permlab_install_shortcut" msgid="7451554307502256221">"安装快捷方式"</string>
    <string name="permdesc_install_shortcut" msgid="4476328467240212503">"允许应用自行添加主屏幕快捷方式。"</string>
    <string name="permlab_uninstall_shortcut" msgid="295263654781900390">"卸载快捷方式"</string>
    <string name="permdesc_uninstall_shortcut" msgid="1924735350988629188">"允许应用自行删除主屏幕快捷方式。"</string>
    <string name="permlab_processOutgoingCalls" msgid="4075056020714266558">"重新设置外拨电话的路径"</string>
    <string name="permdesc_processOutgoingCalls" msgid="7833149750590606334">"允许应用在拨出电话时查看拨打的电话号码,并选择改为拨打其他号码或完全中止通话。"</string>
    <string name="permlab_answerPhoneCalls" msgid="4131324833663725855">"接听来电"</string>
    <string name="permdesc_answerPhoneCalls" msgid="894386681983116838">"允许该应用接听来电。"</string>
    <string name="permlab_receiveSms" msgid="505961632050451881">"接收讯息(短信)"</string>
    <string name="permdesc_receiveSms" msgid="1797345626687832285">"允许该应用接收和处理短信。这就意味着,该应用可能会监视发送到您设备的短信,或删除发送到您设备的短信而不向您显示。"</string>
    <string name="permlab_receiveMms" msgid="4000650116674380275">"接收讯息(彩信)"</string>
    <string name="permdesc_receiveMms" msgid="958102423732219710">"允许该应用接收和处理彩信。这就意味着,该应用可能会监视发送到您设备的彩信,或删除发送到您设备的彩信而不向您显示。"</string>
    <string name="permlab_bindCellBroadcastService" msgid="586746677002040651">"转发小区广播消息"</string>
    <string name="permdesc_bindCellBroadcastService" msgid="6540910200973641606">"允许应用绑定到小区广播模块,以便及时转发收到的小区广播消息。小区广播消息是在某些地区发送的、用于发布紧急情况警告的提醒信息。恶意应用可能会在您的设备收到紧急小区广播时干扰设备的性能或操作。"</string>
    <string name="permlab_manageOngoingCalls" msgid="281244770664231782">"管理正在进行的通话"</string>
    <string name="permdesc_manageOngoingCalls" msgid="7003138133829915265">"允许应用查看有关设备上正在进行的通话的详细信息并控制这些通话。"</string>
    <string name="permlab_readCellBroadcasts" msgid="5869884450872137693">"读取小区广播消息"</string>
    <string name="permdesc_readCellBroadcasts" msgid="672513437331980168">"允许应用读取您的设备收到的小区广播消息。小区广播消息是在某些地区发送的、用于发布紧急情况警告的提醒信息。恶意应用可能会在您收到小区紧急广播时干扰您设备的性能或操作。"</string>
    <string name="permlab_subscribedFeedsRead" msgid="217624769238425461">"读取订阅的供稿"</string>
    <string name="permdesc_subscribedFeedsRead" msgid="6911349196661811865">"允许应用获取有关当前同步的 Feed 的详情。"</string>
    <string name="permlab_sendSms" msgid="7757368721742014252">"发送短信"</string>
    <string name="permdesc_sendSms" msgid="6757089798435130769">"允许该应用发送短信。此权限可能会导致意外收费。恶意应用可能会未经您的确认而发送短信,由此产生相关费用。"</string>
    <string name="permlab_readSms" msgid="5164176626258800297">"读取短信"</string>
    <string name="permdesc_readSms" product="tablet" msgid="7912990447198112829">"此应用可读取您平板电脑上存储的所有短信。"</string>
    <string name="permdesc_readSms" product="tv" msgid="3054753345758011986">"此应用可读取您 Android TV 设备上存储的所有短信。"</string>
    <string name="permdesc_readSms" product="default" msgid="774753371111699782">"此应用可读取您手机上存储的所有短信。"</string>
    <string name="permlab_receiveWapPush" msgid="4223747702856929056">"接收讯息 (WAP)"</string>
    <string name="permdesc_receiveWapPush" msgid="1638677888301778457">"允许该应用接收和处理 WAP 消息。此权限包括监视发送给您的消息或删除发送给您的消息而不向您显示的功能。"</string>
    <string name="permlab_getTasks" msgid="7460048811831750262">"检索正在运行的应用"</string>
    <string name="permdesc_getTasks" msgid="7388138607018233726">"允许该应用检索近期运行的和当前正在运行的任务的相关信息。此权限可让该应用了解设备上使用了哪些应用。"</string>
    <string name="permlab_manageProfileAndDeviceOwners" msgid="639849495253987493">"管理个人资料和设备所有者"</string>
    <string name="permdesc_manageProfileAndDeviceOwners" msgid="7304240671781989283">"允许应用设置个人资料所有者和设备所有者。"</string>
    <string name="permlab_reorderTasks" msgid="7598562301992923804">"对正在运行的应用重新排序"</string>
    <string name="permdesc_reorderTasks" msgid="8796089937352344183">"允许该应用将任务移动到前台和后台。该应用可能不经您的命令自行执行此操作。"</string>
    <string name="permlab_enableCarMode" msgid="893019409519325311">"启用车载模式"</string>
    <string name="permdesc_enableCarMode" msgid="56419168820473508">"允许应用启用车载模式。"</string>
    <string name="permlab_killBackgroundProcesses" msgid="6559320515561928348">"关闭其他应用"</string>
    <string name="permdesc_killBackgroundProcesses" msgid="2357013583055434685">"允许该应用结束其他应用的后台进程。此权限可导致其他应用停止运行。"</string>
    <string name="permlab_systemAlertWindow" msgid="5757218350944719065">"此应用可显示在其他应用上方"</string>
    <string name="permdesc_systemAlertWindow" msgid="1145660714855738308">"此应用可显示在其他应用上方或屏幕的其他部分。这可能会妨碍您正常地使用应用,且其他应用的显示方式可能会受到影响。"</string>
    <string name="permlab_hideOverlayWindows" msgid="6382697828482271802">"隐藏来自其他应用的叠加内容"</string>
    <string name="permdesc_hideOverlayWindows" msgid="5660242821651958225">"此应用可请求系统隐藏来自其他应用的叠加内容,以免这些内容显示在此应用之上。"</string>
    <string name="permlab_runInBackground" msgid="541863968571682785">"在后台运行"</string>
    <string name="permdesc_runInBackground" msgid="4344539472115495141">"此应用可在后台运行,这样可能会加快耗电速度。"</string>
    <string name="permlab_useDataInBackground" msgid="783415807623038947">"在后台使用数据"</string>
    <string name="permdesc_useDataInBackground" msgid="1230753883865891987">"此应用可在后台使用数据,这样可能会增加流量消耗。"</string>
    <string name="permlab_schedule_exact_alarm" msgid="6683283918033029730">"安排时间精确的操作"</string>
    <string name="permdesc_schedule_exact_alarm" msgid="8198009212013211497">"此应用可以将工作安排在未来的理想时间执行。这也意味着当您没有主动使用设备时,该应用可能会运行。"</string>
    <string name="permlab_use_exact_alarm" msgid="348045139777131552">"安排闹钟或事件提醒"</string>
    <string name="permdesc_use_exact_alarm" msgid="7033761461886938912">"此应用可以安排闹钟和提醒等操作,以便在未来的理想时间通知您。"</string>
    <string name="permlab_persistentActivity" msgid="464970041740567970">"让应用始终运行"</string>
    <string name="permdesc_persistentActivity" product="tablet" msgid="6055271149187369916">"允许该应用在内存中持续保留其自身的某些组件。这会限制其他应用可用的内存,从而减缓平板电脑运行速度。"</string>
    <string name="permdesc_persistentActivity" product="tv" msgid="6800526387664131321">"允许应用让自身的部分内容持续保留在内存中。此权限可能会限制其他应用可使用的内存,从而导致 Android TV 设备的运行速度变慢。"</string>
    <string name="permdesc_persistentActivity" product="default" msgid="1914841924366562051">"允许该应用在内存中持续保留其自身的某些组件。这会限制其他应用可用的内存,从而减缓手机运行速度。"</string>
    <string name="permlab_foregroundService" msgid="1768855976818467491">"运行前台服务"</string>
    <string name="permdesc_foregroundService" msgid="8720071450020922795">"允许该应用使用前台服务。"</string>
    <string name="permlab_foregroundServiceCamera" msgid="7814751737955715297">"运行“camera”类型的前台服务"</string>
    <string name="permdesc_foregroundServiceCamera" msgid="6973701931250595727">"允许该应用使用“camera”类型的前台服务"</string>
    <string name="permlab_foregroundServiceConnectedDevice" msgid="3019650546176872501">"运行“connectedDevice”类型的前台服务"</string>
    <string name="permdesc_foregroundServiceConnectedDevice" msgid="1067457315741352963">"允许该应用使用“connectedDevice”类型的前台服务"</string>
    <string name="permlab_foregroundServiceDataSync" msgid="5847463514326881076">"运行“dataSync”类型的前台服务"</string>
    <string name="permdesc_foregroundServiceDataSync" msgid="2267140263423973050">"允许该应用使用“dataSync”类型的前台服务"</string>
    <string name="permlab_foregroundServiceLocation" msgid="3745428302378535690">"运行“location”类型的前台服务"</string>
    <string name="permdesc_foregroundServiceLocation" msgid="118894034365177183">"允许该应用使用“location”类型的前台服务"</string>
    <string name="permlab_foregroundServiceMediaPlayback" msgid="4002687983891935514">"运行“mediaPlayback”类型的前台服务"</string>
    <string name="permdesc_foregroundServiceMediaPlayback" msgid="3638032446063968043">"允许该应用使用“mediaPlayback”类型的前台服务"</string>
    <string name="permlab_foregroundServiceMediaProjection" msgid="2630868915733312527">"运行“mediaProjection”类型的前台服务"</string>
    <string name="permdesc_foregroundServiceMediaProjection" msgid="4805677128082002298">"允许该应用使用“mediaProjection”类型的前台服务"</string>
    <string name="permlab_foregroundServiceMicrophone" msgid="7390033424890545399">"运行“microphone”类型的前台服务"</string>
    <string name="permdesc_foregroundServiceMicrophone" msgid="1206041516173483201">"允许该应用使用“microphone”类型的前台服务"</string>
    <string name="permlab_foregroundServicePhoneCall" msgid="627937743867697892">"运行“phoneCall”类型的前台服务"</string>
    <string name="permdesc_foregroundServicePhoneCall" msgid="5941660252587015147">"允许该应用使用“phoneCall”类型的前台服务"</string>
    <string name="permlab_foregroundServiceHealth" msgid="3675776442080928184">"运行“health”类型的前台服务"</string>
    <string name="permdesc_foregroundServiceHealth" msgid="2024586220562667185">"允许该应用使用“health”类型的前台服务"</string>
    <string name="permlab_foregroundServiceRemoteMessaging" msgid="105670277002780950">"运行“remoteMessaging”类型的前台服务"</string>
    <string name="permdesc_foregroundServiceRemoteMessaging" msgid="8767598075877576277">"允许该应用使用“remoteMessaging”类型的前台服务"</string>
    <string name="permlab_foregroundServiceSystemExempted" msgid="1597663713590612685">"运行“systemExempted”类型的前台服务"</string>
    <string name="permdesc_foregroundServiceSystemExempted" msgid="947381760834649622">"允许该应用使用“systemExempted”类型的前台服务"</string>
    <string name="permlab_foregroundServiceFileManagement" msgid="2585000987966045030">"运行“fileManagement”类型的前台服务"</string>
    <string name="permdesc_foregroundServiceFileManagement" msgid="417103601269698508">"允许该应用使用“fileManagement”类型的前台服务"</string>
    <string name="permlab_foregroundServiceSpecialUse" msgid="7973536745876645082">"运行“specialUse”类型的前台服务"</string>
    <string name="permdesc_foregroundServiceSpecialUse" msgid="646713654541885919">"允许该应用使用“specialUse”类型的前台服务"</string>
    <string name="permlab_getPackageSize" msgid="375391550792886641">"计算应用存储空间"</string>
    <string name="permdesc_getPackageSize" msgid="742743530909966782">"允许应用检索其代码、数据和缓存大小"</string>
    <string name="permlab_writeSettings" msgid="8057285063719277394">"修改系统设置"</string>
    <string name="permdesc_writeSettings" msgid="8293047411196067188">"允许应用修改系统的设置数据。恶意应用可能会破坏您的系统配置。"</string>
    <string name="permlab_receiveBootCompleted" msgid="6643339400247325379">"开机启动"</string>
    <string name="permdesc_receiveBootCompleted" product="tablet" msgid="5565659082718177484">"允许应用在系统完成引导后立即自动启动。这样可能会延长平板电脑的启动时间,并允许应用始终运行,从而导致平板电脑总体运行速度减慢。"</string>
    <string name="permdesc_receiveBootCompleted" product="tv" msgid="4900842256047614307">"允许应用在系统完成引导后立即自行启动。这样可能会延长 Android TV 设备的启动时间,并会因一直运行该应用而导致设备的整体运行速度变慢。"</string>
    <string name="permdesc_receiveBootCompleted" product="default" msgid="7912677044558690092">"允许应用在系统完成引导后立即自动启动。这样可能会延长手机的启动时间,并允许应用始终运行,从而导致手机总体运行速度减慢。"</string>
    <string name="permlab_broadcastSticky" msgid="4552241916400572230">"发送持久广播"</string>
    <string name="permdesc_broadcastSticky" product="tablet" msgid="5058486069846384013">"允许该应用发送持久广播消息,此类消息在广播结束后仍会保留。过度使用可能会导致平板电脑使用过多内存,从而降低其速度或稳定性。"</string>
    <string name="permdesc_broadcastSticky" product="tv" msgid="2338185920171000650">"允许应用发送置顶广播,这类广播在广播结束后仍会继续存在。过度使用这项功能可能会导致 Android TV 设备使用过多内存,从而降低其运行速度或稳定性。"</string>
    <string name="permdesc_broadcastSticky" product="default" msgid="134529339678913453">"允许该应用发送持久广播消息,此类消息在广播结束后仍会保留。过度使用可能会导致手机使用过多内存,从而降低其速度或稳定性。"</string>
    <string name="permlab_readContacts" msgid="8776395111787429099">"读取联系人"</string>
    <string name="permdesc_readContacts" product="tablet" msgid="6430093481659992692">"允许该应用读取您的平板电脑上存储的联系人相关数据。应用还将有权访问您的平板电脑上已创建联系人的账号,其中可能包括您已安装的应用所创建的账号。此权限允许应用保存您的联系人数据,而恶意应用可能会在您不知情的情况下分享联系人数据。"</string>
    <string name="permdesc_readContacts" product="tv" msgid="8400138591135554789">"允许该应用读取您的 Android TV 设备上存储的联系人相关数据。应用还将有权访问您的 Android TV 设备上已创建联系人的账号,其中可能包括您已安装的应用所创建的账号。此权限允许应用保存您的联系人数据,而恶意应用可能会在您不知情的情况下分享联系人数据。"</string>
    <string name="permdesc_readContacts" product="default" msgid="4911989776203207644">"允许该应用读取您手机上存储的联系人相关数据。应用还将有权访问您的手机上已创建联系人的账号,其中可能包括您已安装的应用所创建的账号。此权限允许应用保存您的联系人数据,而恶意应用可能会在您不知情的情况下分享联系人数据。"</string>
    <string name="permlab_writeContacts" msgid="8919430536404830430">"修改您的通讯录"</string>
    <string name="permdesc_writeContacts" product="tablet" msgid="6422419281427826181">"允许该应用修改您平板电脑上存储的联系人相关数据。此权限允许应用删除联系人数据。"</string>
    <string name="permdesc_writeContacts" product="tv" msgid="6488872735379978935">"允许该应用修改您的 Android TV 设备上存储的联系人相关数据。此权限允许应用删除联系人数据。"</string>
    <string name="permdesc_writeContacts" product="default" msgid="8304795696237065281">"允许该应用修改您手机上存储的联系人相关数据。此权限允许应用删除联系人数据。"</string>
    <string name="permlab_readCallLog" msgid="1739990210293505948">"读取通话记录"</string>
    <string name="permdesc_readCallLog" msgid="8964770895425873433">"此应用可读取您的通话记录。"</string>
    <string name="permlab_writeCallLog" msgid="670292975137658895">"新建/修改/删除通话记录"</string>
    <string name="permdesc_writeCallLog" product="tablet" msgid="2657525794731690397">"允许该应用修改平板电脑的通话记录,包括有关来电和外拨电话的数据。恶意应用可能会借此清除或修改您的通话记录。"</string>
    <string name="permdesc_writeCallLog" product="tv" msgid="3934939195095317432">"允许应用修改您的 Android TV 设备的通话记录,包括关于来电和去电的数据。恶意应用可能会借此清空或修改您的通话记录。"</string>
    <string name="permdesc_writeCallLog" product="default" msgid="5903033505665134802">"允许该应用修改手机的通话记录,包括有关来电和外拨电话的数据。恶意应用可能会借此清除或修改您的通话记录。"</string>
    <string name="permlab_bodySensors" msgid="662918578601619569">"在使用期间可访问身体传感器数据,如心率"</string>
    <string name="permdesc_bodySensors" product="default" msgid="7652650410295512140">"允许应用在使用期间访问身体传感器数据,如心率、体温和血氧浓度。"</string>
    <string name="permlab_bodySensors_background" msgid="4912560779957760446">"在后台运行时可访问身体传感器数据,如心率"</string>
    <string name="permdesc_bodySensors_background" product="default" msgid="8870726027557749417">"允许应用在后台运行时访问身体传感器数据,如心率、体温和血氧浓度。"</string>
    <string name="permlab_readCalendar" msgid="6408654259475396200">"读取日历活动和详情"</string>
    <string name="permdesc_readCalendar" product="tablet" msgid="515452384059803326">"此应用可读取您平板电脑上存储的所有日历活动,并分享或保存您的日历数据。"</string>
    <string name="permdesc_readCalendar" product="tv" msgid="5811726712981647628">"此应用可读取您的 Android TV 设备上存储的所有日历活动,以及分享或保存您的日历数据。"</string>
    <string name="permdesc_readCalendar" product="default" msgid="9118823807655829957">"此应用可读取您手机上存储的所有日历活动,并分享或保存您的日历数据。"</string>
    <string name="permlab_writeCalendar" msgid="6422137308329578076">"添加或修改日历活动,并在所有者不知情的情况下向邀请对象发送电子邮件"</string>
    <string name="permdesc_writeCalendar" product="tablet" msgid="8722230940717092850">"此应用可在平板电脑上添加、移除或更改日历活动。此应用可能会以日历所有者的身份发送消息,或在不通知所有者的情况下更改活动。"</string>
    <string name="permdesc_writeCalendar" product="tv" msgid="951246749004952706">"此应用可在您的 Android TV 设备上添加、移除或更改日历活动。此应用可能会以日历所有者的身份发送消息,或在不通知所有者的情况下更改活动。"</string>
    <string name="permdesc_writeCalendar" product="default" msgid="5416380074475634233">"此应用可在手机上添加、移除或更改日历活动。此应用可能会以日历所有者的身份发送消息,或在不通知所有者的情况下更改活动。"</string>
    <string name="permlab_accessLocationExtraCommands" msgid="5162339812057983988">"获取额外的位置信息提供程序命令"</string>
    <string name="permdesc_accessLocationExtraCommands" msgid="355369611979907967">"允许该应用使用其他的位置信息提供程序命令。此权限使该应用可以干扰GPS或其他位置信息源的运作。"</string>
    <string name="permlab_accessFineLocation" msgid="6426318438195622966">"只能在前台获取精确的位置信息"</string>
    <string name="permdesc_accessFineLocation" msgid="6732174080240016335">"当您使用此应用时,此应用可以通过位置信息服务获取您的确切位置信息。您必须开启设备的位置信息服务,此应用才能获取位置信息。这可能会增加耗电量。"</string>
    <string name="permlab_accessCoarseLocation" msgid="1561042925407799741">"只有在前台运行时才能获取大致位置信息"</string>
    <string name="permdesc_accessCoarseLocation" msgid="778521847873199160">"当您使用此应用时,此应用可以通过位置信息服务获取您的大致位置信息。您必须开启设备的位置信息服务,此应用才能获取位置信息。"</string>
    <string name="permlab_accessBackgroundLocation" msgid="1721164702777366138">"在后台使用位置信息"</string>
    <string name="permdesc_accessBackgroundLocation" msgid="8264885066095638105">"即使您并未使用此应用,此应用也可以随时访问位置信息。"</string>
    <string name="permlab_modifyAudioSettings" msgid="6129039778010031815">"更改您的音频设置"</string>
    <string name="permdesc_modifyAudioSettings" msgid="8687227609663124921">"允许该应用修改全局音频设置,例如音量和用于输出的扬声器。"</string>
    <string name="permlab_recordAudio" msgid="1208457423054219147">"录音"</string>
    <string name="permdesc_recordAudio" msgid="5857246765327514062">"当您使用此应用时,它可以使用麦克风录音。"</string>
    <string name="permlab_recordBackgroundAudio" msgid="5891032812308878254">"在后台录音"</string>
    <string name="permdesc_recordBackgroundAudio" msgid="1992623135737407516">"此应用可以随时使用麦克风录音。"</string>
    <string name="permlab_detectScreenCapture" msgid="4447042362828799433">"检测应用窗口的屏幕截图"</string>
    <string name="permdesc_detectScreenCapture" msgid="3485784917960342284">"在应用使用过程中截取屏幕截图时,此应用将收到通知。"</string>
    <string name="permlab_sim_communication" msgid="176788115994050692">"向 SIM 卡发送命令"</string>
    <string name="permdesc_sim_communication" msgid="4179799296415957960">"允许应用向SIM卡发送命令(此权限具有很高的危险性)。"</string>
    <string name="permlab_activityRecognition" msgid="1782303296053990884">"识别身体活动"</string>
    <string name="permdesc_activityRecognition" msgid="8667484762991357519">"此应用可以识别您的身体活动。"</string>
    <string name="permlab_camera" msgid="6320282492904119413">"拍摄照片和视频"</string>
    <string name="permdesc_camera" msgid="5240801376168647151">"当您使用此应用时,它可以使用相机拍摄照片和录制视频。"</string>
    <string name="permlab_backgroundCamera" msgid="7549917926079731681">"在后台拍摄照片和视频"</string>
    <string name="permdesc_backgroundCamera" msgid="1615291686191138250">"此应用可以随时使用相机拍摄照片和录制视频。"</string>
    <string name="permlab_systemCamera" msgid="3642917457796210580">"要拍照或录制视频,请允许应用或服务访问系统相机"</string>
    <string name="permdesc_systemCamera" msgid="5938360914419175986">"这个具有特权的系统应用随时可以使用系统相机拍照及录制视频。另外,应用还需要获取 android.permission.CAMERA 权限"</string>
    <string name="permlab_cameraOpenCloseListener" msgid="5548732769068109315">"允许应用或服务接收与打开或关闭摄像头设备有关的回调。"</string>
    <string name="permdesc_cameraOpenCloseListener" msgid="2002636131008772908">"此应用可在任何摄像头设备(被某些应用)打开或关闭时收到相应回调。"</string>
    <string name="permlab_vibrate" msgid="8596800035791962017">"控制振动"</string>
    <string name="permdesc_vibrate" msgid="8733343234582083721">"允许应用控制振动器。"</string>
    <string name="permdesc_vibrator_state" msgid="7050024956594170724">"允许该应用访问振动器状态。"</string>
    <string name="permlab_callPhone" msgid="1798582257194643320">"拨打电话"</string>
    <string name="permdesc_callPhone" msgid="7892422187827695656">"允许应用在没有您干预的情况下拨打电话号码。这可能会导致意外扣款和拨打电话。请注意,此权限不允许应用拨打紧急电话号码。恶意应用可能会在未经您确认的情况下拨打电话,给您带来不必要的费用;也可能会拨打运营商代码,导致系统将来电自动转接到另一个号码。"</string>
    <string name="permlab_accessImsCallService" msgid="442192920714863782">"使用即时通讯通话服务"</string>
    <string name="permdesc_accessImsCallService" msgid="6328551241649687162">"允许应用自行使用即时通讯服务拨打电话。"</string>
    <string name="permlab_readPhoneState" msgid="8138526903259297969">"读取手机状态和身份"</string>
    <string name="permdesc_readPhoneState" msgid="7229063553502788058">"允许该应用访问设备的电话功能。此权限可让该应用确定本机号码和设备 ID、是否正处于通话状态以及拨打的号码。"</string>
    <string name="permlab_readBasicPhoneState" msgid="3214853233263871347">"读取基本电话状态和身份信息"</string>
    <string name="permdesc_readBasicPhoneState" msgid="828185691675460520">"允许该应用使用设备的基本电话功能。"</string>
    <string name="permlab_manageOwnCalls" msgid="9033349060307561370">"通过系统转接来电"</string>
    <string name="permdesc_manageOwnCalls" msgid="4431178362202142574">"允许该应用通过系统转接来电,以改善通话体验。"</string>
    <string name="permlab_callCompanionApp" msgid="3654373653014126884">"查看并控制通过系统拨打的电话。"</string>
    <string name="permdesc_callCompanionApp" msgid="8474168926184156261">"允许应用查看并控制设备上正在进行的通话,其中包括通话号码和通话状态等信息。"</string>
    <string name="permlab_exemptFromAudioRecordRestrictions" msgid="1164725468350759486">"免受录音限制"</string>
    <string name="permdesc_exemptFromAudioRecordRestrictions" msgid="2425117015896871976">"使应用免受录音限制。"</string>
    <string name="permlab_acceptHandover" msgid="2925523073573116523">"继续进行来自其他应用的通话"</string>
    <string name="permdesc_acceptHandovers" msgid="7129026180128626870">"允许该应用继续进行在其他应用中发起的通话。"</string>
    <string name="permlab_readPhoneNumbers" msgid="5668704794723365628">"读取电话号码"</string>
    <string name="permdesc_readPhoneNumbers" msgid="7368652482818338871">"允许该应用访问设备上的电话号码。"</string>
    <string name="permlab_wakeLock" product="automotive" msgid="1904736682319375676">"使车载显示屏保持开启状态"</string>
    <string name="permlab_wakeLock" product="tablet" msgid="1527660973931694000">"阻止平板电脑进入休眠状态"</string>
    <string name="permlab_wakeLock" product="tv" msgid="2856941418123343518">"阻止 Android TV 设备进入休眠状态"</string>
    <string name="permlab_wakeLock" product="default" msgid="569409726861695115">"防止手机休眠"</string>
    <string name="permdesc_wakeLock" product="automotive" msgid="5995045369683254571">"允许该应用使车载显示屏保持开启状态。"</string>
    <string name="permdesc_wakeLock" product="tablet" msgid="2441742939101526277">"允许应用阻止平板电脑进入休眠状态。"</string>
    <string name="permdesc_wakeLock" product="tv" msgid="2329298966735118796">"允许应用阻止 Android TV 设备进入休眠状态。"</string>
    <string name="permdesc_wakeLock" product="default" msgid="3689523792074007163">"允许应用阻止手机进入休眠状态。"</string>
    <string name="permlab_transmitIr" msgid="8077196086358004010">"发射红外线"</string>
    <string name="permdesc_transmitIr" product="tablet" msgid="5884738958581810253">"允许应用使用平板电脑的红外线发射器。"</string>
    <string name="permdesc_transmitIr" product="tv" msgid="3278506969529173281">"允许应用使用 Android TV 设备的红外线发射器。"</string>
    <string name="permdesc_transmitIr" product="default" msgid="8484193849295581808">"允许应用使用手机的红外线发射器。"</string>
    <string name="permlab_setWallpaper" msgid="6959514622698794511">"设置壁纸"</string>
    <string name="permdesc_setWallpaper" msgid="2973996714129021397">"允许应用设置系统壁纸。"</string>
    <string name="permlab_setWallpaperHints" msgid="1153485176642032714">"调整您的壁纸大小"</string>
    <string name="permdesc_setWallpaperHints" msgid="6257053376990044668">"允许应用设置有关系统壁纸大小的提示。"</string>
    <string name="permlab_setTimeZone" msgid="7922618798611542432">"设置时区"</string>
    <string name="permdesc_setTimeZone" product="tablet" msgid="1788868809638682503">"允许应用更改平板电脑的时区。"</string>
    <string name="permdesc_setTimeZone" product="tv" msgid="9069045914174455938">"允许应用更改 Android TV 设备的时区。"</string>
    <string name="permdesc_setTimeZone" product="default" msgid="4611828585759488256">"允许应用更改手机的时区。"</string>
    <string name="permlab_getAccounts" msgid="5304317160463582791">"查找设备上的账号"</string>
    <string name="permdesc_getAccounts" product="tablet" msgid="1784452755887604512">"允许该应用获取平板电脑已知的账号列表,其中可能包括由已安装的应用创建的所有账号。"</string>
    <string name="permdesc_getAccounts" product="tv" msgid="437604680436540822">"允许应用获取 Android TV 设备已知的账号列表,其中可能包括您已安装的应用所创建的任何账号。"</string>
    <string name="permdesc_getAccounts" product="default" msgid="2491273043569751867">"允许该应用获取手机已知的账号列表,其中可能包括由已安装的应用创建的所有账号。"</string>
    <string name="permlab_accessNetworkState" msgid="2349126720783633918">"查看网络连接"</string>
    <string name="permdesc_accessNetworkState" msgid="4394564702881662849">"允许该应用查看网络连接的相关信息,例如存在和连接的网络。"</string>
    <string name="permlab_createNetworkSockets" msgid="3224420491603590541">"拥有完全的网络访问权限"</string>
    <string name="permdesc_createNetworkSockets" msgid="7722020828749535988">"允许该应用创建网络套接字和使用自定义网络协议。浏览器和其他某些应用提供了向互联网发送数据的途径,因此应用无需该权限即可向互联网发送数据。"</string>
    <string name="permlab_changeNetworkState" msgid="8945711637530425586">"更改网络连接性"</string>
    <string name="permdesc_changeNetworkState" msgid="649341947816898736">"允许应用更改网络连接的状态。"</string>
    <string name="permlab_changeTetherState" msgid="9079611809931863861">"更改网络共享连接"</string>
    <string name="permdesc_changeTetherState" msgid="3025129606422533085">"允许应用更改绑定网络连接的状态。"</string>
    <string name="permlab_accessWifiState" msgid="5552488500317911052">"查看WLAN连接"</string>
    <string name="permdesc_accessWifiState" msgid="6913641669259483363">"允许该应用查看WLAN网络的相关信息,例如是否启用了WLAN以及连接的WLAN设备的名称。"</string>
    <string name="permlab_changeWifiState" msgid="7947824109713181554">"连接WLAN网络和断开连接"</string>
    <string name="permdesc_changeWifiState" msgid="7170350070554505384">"允许该应用与WLAN接入点建立和断开连接,以及更改WLAN网络的设备配置。"</string>
    <string name="permlab_changeWifiMulticastState" msgid="285626875870754696">"允许接收WLAN多播"</string>
    <string name="permdesc_changeWifiMulticastState" product="tablet" msgid="191079868596433554">"允许该应用使用多播地址接收发送到WLAN网络上所有设备(而不仅仅是您的平板电脑)的数据包。该操作的耗电量比非多播模式要大。"</string>
    <string name="permdesc_changeWifiMulticastState" product="tv" msgid="1336952358450652595">"允许应用使用多播地址接收发送到 WLAN 网络上所有设备(而不仅仅是您的 Android TV 设备)的数据包。这会比非多播模式耗用更多电量。"</string>
    <string name="permdesc_changeWifiMulticastState" product="default" msgid="8296627590220222740">"允许该应用使用多播地址接收发送到WLAN网络上所有设备(而不仅仅是您的手机)的数据包。该操作的耗电量比非多播模式要大。"</string>
    <string name="permlab_bluetoothAdmin" msgid="6490373569441946064">"访问蓝牙设置"</string>
    <string name="permdesc_bluetoothAdmin" product="tablet" msgid="5370837055438574863">"允许应用配置本地蓝牙平板电脑,并允许其查找远程设备且与之配对。"</string>
    <string name="permdesc_bluetoothAdmin" product="tv" msgid="1623992984547014588">"允许应用配置 Android TV 设备上的蓝牙,以及发现远程设备并与其配对。"</string>
    <string name="permdesc_bluetoothAdmin" product="default" msgid="7381341743021234863">"允许应用配置本地蓝牙手机,并允许其查找远程设备且与之配对。"</string>
    <string name="permlab_accessWimaxState" msgid="7029563339012437434">"建立或中断 WiMAX 网络连接"</string>
    <string name="permdesc_accessWimaxState" msgid="5372734776802067708">"允许该应用确定是否启用了 WiMAX 以及连接的任何 WiMAX 网络的相关信息。"</string>
    <string name="permlab_changeWimaxState" msgid="6223305780806267462">"更改 WiMAX 状态"</string>
    <string name="permdesc_changeWimaxState" product="tablet" msgid="4011097664859480108">"允许该应用建立和断开平板电脑与 WiMAX 网络之间的连接。"</string>
    <string name="permdesc_changeWimaxState" product="tv" msgid="5373274458799425276">"允许应用建立和断开 Android TV 设备与 WiMAX 网络之间的连接。"</string>
    <string name="permdesc_changeWimaxState" product="default" msgid="1551666203780202101">"允许该应用建立和断开手机与 WiMAX 网络之间的连接。"</string>
    <string name="permlab_bluetooth" msgid="586333280736937209">"与蓝牙设备配对"</string>
    <string name="permdesc_bluetooth" product="tablet" msgid="3053222571491402635">"允许该应用查看平板电脑上的蓝牙配置,以及与配对设备建立连接或接受其连接请求。"</string>
    <string name="permdesc_bluetooth" product="tv" msgid="8851534496561034998">"允许应用查看 Android TV 设备上的蓝牙配置,以及与配对设备建立连接或接受其连接请求。"</string>
    <string name="permdesc_bluetooth" product="default" msgid="2779606714091276746">"允许该应用查看手机上的蓝牙配置,以及与配对设备建立连接或接受其连接请求。"</string>
    <string name="permlab_bluetooth_scan" msgid="5402587142833124594">"发现附近的蓝牙设备并与其配对"</string>
    <string name="permdesc_bluetooth_scan" product="default" msgid="6540723536925289276">"允许该应用发现附近的蓝牙设备并与其配对"</string>
    <string name="permlab_bluetooth_connect" msgid="6657463246355003528">"连接到已配对的蓝牙设备"</string>
    <string name="permdesc_bluetooth_connect" product="default" msgid="4546016548795544617">"允许该应用连接到已配对的蓝牙设备"</string>
    <string name="permlab_bluetooth_advertise" msgid="2781147747928853177">"向附近的蓝牙设备广播"</string>
    <string name="permdesc_bluetooth_advertise" product="default" msgid="6085174451034210183">"允许该应用向附近的蓝牙设备广播"</string>
    <string name="permlab_uwb_ranging" msgid="8141915781475770665">"确定附近超宽带设备之间的相对位置"</string>
    <string name="permdesc_uwb_ranging" msgid="2519723069604307055">"允许应用确定附近超宽带设备之间的相对位置"</string>
    <string name="permlab_nearby_wifi_devices" msgid="392774237063608500">"与附近的 WLAN 设备互动"</string>
    <string name="permdesc_nearby_wifi_devices" msgid="3054307728646332906">"允许该应用向附近的 WLAN 设备进行广播、连接到这些设备以及确定这些设备的相对位置"</string>
    <string name="permlab_preferredPaymentInfo" msgid="5274423844767445054">"首选 NFC 付款服务信息"</string>
    <string name="permdesc_preferredPaymentInfo" msgid="8583552469807294967">"允许应用获取首选 NFC 付款服务信息,例如注册的应用标识符和路线目的地。"</string>
    <string name="permlab_nfc" msgid="1904455246837674977">"控制近距离通信"</string>
    <string name="permdesc_nfc" msgid="8352737680695296741">"允许应用与近距离无线通信(NFC)标签、卡和读取器通信。"</string>
    <string name="permlab_disableKeyguard" msgid="3605253559020928505">"停用屏幕锁定"</string>
    <string name="permdesc_disableKeyguard" msgid="3223710003098573038">"允许该应用停用键锁以及任何关联的密码安全措施。例如,让手机在接听来电时停用键锁,在通话结束后重新启用键锁。"</string>
    <string name="permlab_requestPasswordComplexity" msgid="1808977190557794109">"请求屏幕锁定复杂度"</string>
    <string name="permdesc_requestPasswordComplexity" msgid="1130556896836258567">"允许应用了解屏幕锁定复杂度(高、中、低或无),即屏幕锁定的可能长度范围和类型。应用还可以建议用户将屏幕锁定更新为特定复杂度,但用户可以随意选择忽略该建议并离开应用。请注意,系统不会以纯文字形式存储屏幕锁定选项的内容,因此应用不会知道确切密码。"</string>
    <string name="permlab_postNotification" msgid="4875401198597803658">"显示通知"</string>
    <string name="permdesc_postNotification" msgid="5974977162462877075">"允许该应用显示通知"</string>
    <string name="permlab_turnScreenOn" msgid="219344053664171492">"唤醒屏幕"</string>
    <string name="permdesc_turnScreenOn" msgid="4394606875897601559">"允许应用唤醒屏幕。"</string>
    <string name="permlab_useBiometric" msgid="6314741124749633786">"使用生物特征硬件"</string>
    <string name="permdesc_useBiometric" msgid="7502858732677143410">"允许该应用使用生物特征硬件进行身份验证"</string>
    <string name="permlab_manageFingerprint" msgid="7432667156322821178">"管理指纹硬件"</string>
    <string name="permdesc_manageFingerprint" msgid="2025616816437339865">"允许该应用调用方法来添加和删除可用的指纹模板。"</string>
    <string name="permlab_useFingerprint" msgid="1001421069766751922">"使用指纹硬件"</string>
    <string name="permdesc_useFingerprint" msgid="412463055059323742">"允许该应用使用指纹硬件进行身份验证"</string>
    <string name="permlab_audioWrite" msgid="8501705294265669405">"修改您的音乐收藏"</string>
    <string name="permdesc_audioWrite" msgid="8057399517013412431">"允许该应用修改您的音乐收藏。"</string>
    <string name="permlab_videoWrite" msgid="5940738769586451318">"修改您的视频收藏"</string>
    <string name="permdesc_videoWrite" msgid="6124731210613317051">"允许该应用修改您的视频收藏。"</string>
    <string name="permlab_imagesWrite" msgid="1774555086984985578">"修改您的照片收藏"</string>
    <string name="permdesc_imagesWrite" msgid="5195054463269193317">"允许该应用修改您的照片收藏。"</string>
    <string name="permlab_mediaLocation" msgid="7368098373378598066">"从您的媒体收藏中读取位置信息"</string>
    <string name="permdesc_mediaLocation" msgid="597912899423578138">"允许该应用从您的媒体收藏中读取位置信息。"</string>
    <string name="biometric_app_setting_name" msgid="3339209978734534457">"使用生物识别"</string>
    <string name="biometric_or_screen_lock_app_setting_name" msgid="5348462421758257752">"使用生物识别或屏幕锁定凭据"</string>
    <string name="biometric_dialog_default_title" msgid="55026799173208210">"验证是您本人在操作"</string>
    <string name="biometric_dialog_default_subtitle" msgid="8457232339298571992">"使用生物识别验证身份才能继续"</string>
    <string name="biometric_or_screen_lock_dialog_default_subtitle" msgid="159539678371552009">"使用生物识别或屏幕锁定凭据验证身份,才能继续操作"</string>
    <string name="biometric_error_hw_unavailable" msgid="2494077380540615216">"生物识别硬件无法使用"</string>
    <string name="biometric_error_user_canceled" msgid="6732303949695293730">"身份验证已取消"</string>
    <string name="biometric_not_recognized" msgid="5106687642694635888">"无法识别"</string>
    <string name="biometric_error_canceled" msgid="8266582404844179778">"身份验证已取消"</string>
    <string name="biometric_error_device_not_secured" msgid="3129845065043995924">"未设置任何 PIN 码、图案和密码"</string>
    <string name="biometric_error_generic" msgid="6784371929985434439">"进行身份验证时出错"</string>
    <string name="screen_lock_app_setting_name" msgid="6054944352976789228">"使用屏幕锁定凭据"</string>
    <string name="screen_lock_dialog_default_subtitle" msgid="120359538048533695">"输入您的屏幕锁定凭据才能继续"</string>
    <string name="fingerprint_acquired_partial" msgid="4323789264604479684">"请用力按住传感器"</string>
    <string name="fingerprint_acquired_insufficient" msgid="623888149088216458">"无法识别指纹,请重试。"</string>
    <string name="fingerprint_acquired_imager_dirty" msgid="1770676120848224250">"请清洁指纹传感器,然后重试"</string>
    <string name="fingerprint_acquired_imager_dirty_alt" msgid="9169582140486372897">"请清洁传感器,然后重试"</string>
    <string name="fingerprint_acquired_too_fast" msgid="1628459767349116104">"请用力按住传感器"</string>
    <string name="fingerprint_acquired_too_slow" msgid="6683510291554497580">"手指移动太慢,请重试。"</string>
    <string name="fingerprint_acquired_already_enrolled" msgid="2285166003936206785">"请试试其他指纹"</string>
    <string name="fingerprint_acquired_too_bright" msgid="3863560181670915607">"光线太亮"</string>
    <string name="fingerprint_acquired_power_press" msgid="3107864151278434961">"检测到按下“电源”按钮的操作"</string>
    <string name="fingerprint_acquired_try_adjusting" msgid="3667006071003809364">"请尝试调整指纹"</string>
    <string name="fingerprint_acquired_immobile" msgid="1621891895241888048">"每次放手指时,请略微变换手指的位置"</string>
  <string-array name="fingerprint_acquired_vendor">
  </string-array>
    <string name="fingerprint_error_not_match" msgid="4599441812893438961">"未能识别指纹"</string>
    <string name="fingerprint_udfps_error_not_match" msgid="8236930793223158856">"未能识别指纹"</string>
    <string name="fingerprint_authenticated" msgid="2024862866860283100">"已验证指纹"</string>
    <string name="face_authenticated_no_confirmation_required" msgid="8867889115112348167">"面孔已验证"</string>
    <string name="face_authenticated_confirmation_required" msgid="6872632732508013755">"面孔已验证,请按确认按钮"</string>
    <string name="fingerprint_error_hw_not_available" msgid="4571700896929561202">"指纹硬件无法使用。"</string>
    <string name="fingerprint_error_no_space" msgid="7285481581905967580">"无法设置指纹"</string>
    <string name="fingerprint_error_timeout" msgid="7361192266621252164">"指纹设置已超时,请重试。"</string>
    <string name="fingerprint_error_canceled" msgid="540026881380070750">"指纹操作已取消。"</string>
    <string name="fingerprint_error_user_canceled" msgid="7685676229281231614">"用户取消了指纹操作。"</string>
    <string name="fingerprint_error_lockout" msgid="6626753679019351368">"尝试次数过多,请通过屏幕锁定功能解锁。"</string>
    <string name="fingerprint_error_lockout_permanent" msgid="9060651300306264843">"尝试次数过多,请通过屏幕锁定功能解锁。"</string>
    <string name="fingerprint_error_unable_to_process" msgid="2446280592818621224">"无法处理指纹,请重试。"</string>
    <string name="fingerprint_error_no_fingerprints" msgid="8671811719699072411">"未注册任何指纹。"</string>
    <string name="fingerprint_error_hw_not_present" msgid="578914350967423382">"此设备没有指纹传感器。"</string>
    <string name="fingerprint_error_security_update_required" msgid="7750187320640856433">"传感器已暂时停用。"</string>
    <string name="fingerprint_error_bad_calibration" msgid="4385512597740168120">"无法使用指纹传感器。请联系维修服务提供商"</string>
    <string name="fingerprint_error_power_pressed" msgid="5479524500542129414">"已按下电源按钮"</string>
    <string name="fingerprint_name_template" msgid="8941662088160289778">"手指 <xliff:g id="FINGERID">%d</xliff:g>"</string>
    <string name="fingerprint_app_setting_name" msgid="4253767877095495844">"使用指纹"</string>
    <string name="fingerprint_or_screen_lock_app_setting_name" msgid="3501743523487644907">"使用指纹或屏幕锁定凭据"</string>
    <string name="fingerprint_dialog_default_subtitle" msgid="3879832845486835905">"使用指纹完成验证才能继续"</string>
    <string name="fingerprint_or_screen_lock_dialog_default_subtitle" msgid="5195808203117992200">"使用指纹解锁或屏幕锁定凭据验证身份,才能继续操作"</string>
  <string-array name="fingerprint_error_vendor">
  </string-array>
    <string name="fingerprint_error_vendor_unknown" msgid="4170002184907291065">"出了点问题。请重试。"</string>
    <string name="fingerprint_icon_content_description" msgid="4741068463175388817">"指纹图标"</string>
    <string name="face_recalibrate_notification_name" msgid="7311163114750748686">"人脸解锁"</string>
    <string name="face_recalibrate_notification_title" msgid="2524791952735579082">"人脸解锁存在问题"</string>
    <string name="face_recalibrate_notification_content" msgid="3064513770251355594">"请点按以删除您的脸部模型,然后再添加您的脸部模型"</string>
    <string name="face_setup_notification_title" msgid="8843461561970741790">"设置人脸解锁"</string>
    <string name="face_setup_notification_content" msgid="5463999831057751676">"脸部对准手机即可将其解锁"</string>
    <string name="face_sensor_privacy_enabled" msgid="7407126963510598508">"如需使用人脸解锁功能,请在“设置”&gt;“隐私权”中开启"<b>"摄像头使用权限"</b></string>
    <string name="fingerprint_setup_notification_title" msgid="2002630611398849495">"设置更多解锁方式"</string>
    <string name="fingerprint_setup_notification_content" msgid="205578121848324852">"点按即可添加指纹"</string>
    <string name="fingerprint_recalibrate_notification_name" msgid="1414578431898579354">"指纹解锁"</string>
    <string name="fingerprint_recalibrate_notification_title" msgid="2406561052064558497">"无法使用指纹传感器"</string>
    <string name="fingerprint_recalibrate_notification_content" msgid="8519935717822194943">"请联系维修服务提供商。"</string>
    <string name="face_acquired_insufficient" msgid="6889245852748492218">"无法创建您的脸部模型,请重试。"</string>
    <string name="face_acquired_too_bright" msgid="8070756048978079164">"亮度过高,请尝试使用较柔和的亮度。"</string>
    <string name="face_acquired_too_dark" msgid="8539853432479385326">"光线不足"</string>
    <string name="face_acquired_too_close" msgid="4453646176196302462">"请将手机拿远一点"</string>
    <string name="face_acquired_too_far" msgid="2922278214231064859">"请将手机拿近一点"</string>
    <string name="face_acquired_too_high" msgid="8278815780046368576">"请将手机举高一点"</string>
    <string name="face_acquired_too_low" msgid="4075391872960840081">"请将手机拿低一点"</string>
    <string name="face_acquired_too_right" msgid="6245286514593540859">"请将手机向左移动"</string>
    <string name="face_acquired_too_left" msgid="9201762240918405486">"请将手机向右移动"</string>
    <string name="face_acquired_poor_gaze" msgid="4427153558773628020">"请直视您的设备。"</string>
    <string name="face_acquired_not_detected" msgid="1057966913397548150">"看不到您的脸,请将手机举到与眼睛齐平的位置。"</string>
    <string name="face_acquired_too_much_motion" msgid="8199691445085189528">"摄像头过于晃动。请将手机拿稳。"</string>
    <string name="face_acquired_recalibrate" msgid="8724013080976469746">"请重新注册您的面孔。"</string>
    <string name="face_acquired_too_different" msgid="2520389515612972889">"无法识别人脸,请重试。"</string>
    <string name="face_acquired_too_similar" msgid="8882920552674125694">"请略微调整头部的位置"</string>
    <string name="face_acquired_pan_too_extreme" msgid="5417928604710621088">"请尽量直视手机"</string>
    <string name="face_acquired_tilt_too_extreme" msgid="5715715666540716620">"请尽量直视手机"</string>
    <string name="face_acquired_roll_too_extreme" msgid="8261939882838881194">"请尽量直视手机"</string>
    <string name="face_acquired_obscured" msgid="4917643294953326639">"请移除所有遮挡您面部的物体。"</string>
    <string name="face_acquired_sensor_dirty" msgid="8968391891086721678">"请将屏幕顶部(包括黑色条栏)清理干净"</string>
    <!-- no translation found for face_acquired_dark_glasses_detected (5643703296620631986) -->
    <skip />
    <!-- no translation found for face_acquired_mouth_covering_detected (8219428572168642593) -->
    <skip />
    <string name="face_acquired_recalibrate_alt" msgid="5702674220280332115">"无法创建您的脸部模型,请重试。"</string>
    <string name="face_acquired_dark_glasses_detected_alt" msgid="4052123776406041972">"检测到墨镜,您的脸部必须完全可见。"</string>
    <string name="face_acquired_mouth_covering_detected_alt" msgid="1122294982850589766">"检测到面部被遮挡,请露出整个面部。"</string>
  <string-array name="face_acquired_vendor">
  </string-array>
    <string name="face_error_hw_not_available" msgid="5085202213036026288">"无法验证人脸。硬件无法使用。"</string>
    <string name="face_error_timeout" msgid="2598544068593889762">"请重新尝试人脸解锁"</string>
    <string name="face_error_no_space" msgid="5649264057026021723">"无法存储新的人脸数据。请先删除旧的人脸数据。"</string>
    <string name="face_error_canceled" msgid="2164434737103802131">"面孔处理操作已取消。"</string>
    <string name="face_error_user_canceled" msgid="5766472033202928373">"用户已取消人脸解锁"</string>
    <string name="face_error_lockout" msgid="7864408714994529437">"尝试次数过多,请稍后重试。"</string>
    <string name="face_error_lockout_permanent" msgid="8533257333130473422">"尝试次数过多。无法使用人脸解锁功能。"</string>
    <string name="face_error_lockout_screen_lock" msgid="5062609811636860928">"尝试次数过多,请改为通过解除屏幕锁定来验证身份。"</string>
    <string name="face_error_unable_to_process" msgid="5723292697366130070">"无法验证人脸,请重试。"</string>
    <string name="face_error_not_enrolled" msgid="1134739108536328412">"您尚未设置人脸解锁"</string>
    <string name="face_error_hw_not_present" msgid="7940978724978763011">"此设备不支持人脸解锁"</string>
    <string name="face_error_security_update_required" msgid="5076017208528750161">"传感器已暂时停用。"</string>
    <string name="face_name_template" msgid="3877037340223318119">"面孔 <xliff:g id="FACEID">%d</xliff:g>"</string>
    <string name="face_app_setting_name" msgid="5854024256907828015">"使用人脸解锁"</string>
    <string name="face_or_screen_lock_app_setting_name" msgid="1603149075605709106">"使用人脸解锁或屏幕锁定凭据"</string>
    <string name="face_dialog_default_subtitle" msgid="6620492813371195429">"使用您的面孔验证身份才能继续"</string>
    <string name="face_or_screen_lock_dialog_default_subtitle" msgid="5006381531158341844">"使用人脸解锁或屏幕锁定凭据验证身份,才能继续操作"</string>
  <string-array name="face_error_vendor">
  </string-array>
    <string name="face_error_vendor_unknown" msgid="7387005932083302070">"出了点问题,请重试。"</string>
    <string name="face_icon_content_description" msgid="465030547475916280">"面孔图标"</string>
    <string name="permlab_readSyncSettings" msgid="6250532864893156277">"读取同步设置"</string>
    <string name="permdesc_readSyncSettings" msgid="1325658466358779298">"允许该应用读取某个账号的同步设置。例如,此权限可确定“联系人”应用是否与某个账号同步。"</string>
    <string name="permlab_writeSyncSettings" msgid="6583154300780427399">"启用和停用同步"</string>
    <string name="permdesc_writeSyncSettings" msgid="6029151549667182687">"允许该应用修改某个账号的同步设置。例如,此权限可用于在“联系人”应用与某个账号之间启用同步。"</string>
    <string name="permlab_readSyncStats" msgid="3747407238320105332">"读取同步统计信息"</string>
    <string name="permdesc_readSyncStats" msgid="3867809926567379434">"允许该应用读取某个账号的同步统计信息,包括同步活动历史记录和同步数据量。"</string>
    <string name="permlab_sdcardRead" msgid="5791467020950064920">"读取您共享存储空间中的内容"</string>
    <string name="permdesc_sdcardRead" msgid="6872973242228240382">"允许该应用读取您共享存储空间中的内容。"</string>
    <string name="permlab_readMediaAudio" msgid="8723513075731763810">"从共享存储空间读取音频文件"</string>
    <string name="permdesc_readMediaAudio" msgid="5299772574434619399">"允许应用读取您共享存储空间中的音频文件。"</string>
    <string name="permlab_readMediaVideo" msgid="7768003311260655007">"从共享存储空间读取视频文件"</string>
    <string name="permdesc_readMediaVideo" msgid="3846400073770403528">"允许应用读取您共享存储空间中的视频文件。"</string>
    <string name="permlab_readMediaImages" msgid="4057590631020986789">"读取共享存储空间中的图片文件"</string>
    <string name="permdesc_readMediaImages" msgid="5836219373138469259">"允许应用读取您共享存储空间中的图片文件。"</string>
    <string name="permlab_readVisualUserSelect" msgid="5516204215354667586">"从共享存储空间读取用户选择的图片和视频文件"</string>
    <string name="permdesc_readVisualUserSelect" msgid="8027174717714968217">"使应用能够从共享存储空间读取您所选的图片和视频文件。"</string>
    <string name="permlab_sdcardWrite" msgid="4863021819671416668">"修改或删除您共享存储空间中的内容"</string>
    <string name="permdesc_sdcardWrite" msgid="8376047679331387102">"允许该应用写入您共享存储空间中的内容。"</string>
    <string name="permlab_use_sip" msgid="8250774565189337477">"拨打/接听SIP电话"</string>
    <string name="permdesc_use_sip" msgid="3590270893253204451">"允许该应用拨打和接听SIP电话。"</string>
    <string name="permlab_register_sim_subscription" msgid="1653054249287576161">"注册新的电信 SIM 卡连接"</string>
    <string name="permdesc_register_sim_subscription" msgid="4183858662792232464">"允许该应用注册新的电信 SIM 卡连接。"</string>
    <string name="permlab_register_call_provider" msgid="6135073566140050702">"注册新的电信网络连接"</string>
    <string name="permdesc_register_call_provider" msgid="4201429251459068613">"允许该应用注册新的电信网络连接。"</string>
    <string name="permlab_connection_manager" msgid="3179365584691166915">"管理电信网络连接"</string>
    <string name="permdesc_connection_manager" msgid="1426093604238937733">"允许该应用管理电信网络连接。"</string>
    <string name="permlab_bind_incall_service" msgid="5990625112603493016">"与通话屏幕互动"</string>
    <string name="permdesc_bind_incall_service" msgid="4124917526967765162">"允许应用控制用户看到通话屏幕的时机和方式。"</string>
    <string name="permlab_bind_connection_service" msgid="5409268245525024736">"与电话服务交互"</string>
    <string name="permdesc_bind_connection_service" msgid="6261796725253264518">"允许该应用与电话服务交互以便接打电话。"</string>
    <string name="permlab_control_incall_experience" msgid="6436863486094352987">"向用户提供通话体验"</string>
    <string name="permdesc_control_incall_experience" msgid="5896723643771737534">"允许应用向用户提供通话体验。"</string>
    <string name="permlab_readNetworkUsageHistory" msgid="8470402862501573795">"读取网络使用情况历史记录"</string>
    <string name="permdesc_readNetworkUsageHistory" msgid="1112962304941637102">"允许应用读取特定网络和应用的网络使用情况历史记录。"</string>
    <string name="permlab_manageNetworkPolicy" msgid="6872549423152175378">"管理网络政策"</string>
    <string name="permdesc_manageNetworkPolicy" msgid="1865663268764673296">"允许应用管理网络规范和定义专门针对应用的规则。"</string>
    <string name="permlab_modifyNetworkAccounting" msgid="7448790834938749041">"修改网络使用情况记录方式"</string>
    <string name="permdesc_modifyNetworkAccounting" msgid="5076042642247205390">"允许该应用修改对于各应用的网络使用情况的统计方式。普通应用不应使用此权限。"</string>
    <string name="permlab_accessNotifications" msgid="7130360248191984741">"访问通知"</string>
    <string name="permdesc_accessNotifications" msgid="761730149268789668">"允许该应用检索、检查并清除通知,包括其他应用发布的通知。"</string>
    <string name="permlab_bindNotificationListenerService" msgid="5848096702733262458">"绑定到通知侦听器服务"</string>
    <string name="permdesc_bindNotificationListenerService" msgid="4970553694467137126">"允许应用绑定到通知侦听器服务的顶级接口(普通应用绝不需要此权限)。"</string>
    <string name="permlab_bindConditionProviderService" msgid="5245421224814878483">"绑定到条件提供程序服务"</string>
    <string name="permdesc_bindConditionProviderService" msgid="6106018791256120258">"允许应用绑定到条件提供程序服务的顶级接口。普通应用绝不需要此权限。"</string>
    <string name="permlab_bindDreamService" msgid="4776175992848982706">"绑定到互动屏保服务"</string>
    <string name="permdesc_bindDreamService" msgid="9129615743300572973">"允许应用绑定到互动屏保服务的顶级接口。普通应用绝不需要此权限。"</string>
    <string name="permlab_invokeCarrierSetup" msgid="5098810760209818140">"调用运营商提供的配置应用"</string>
    <string name="permdesc_invokeCarrierSetup" msgid="4790845896063237887">"允许应用调用运营商提供的配置应用。普通应用绝不需要此权限。"</string>
    <string name="permlab_accessNetworkConditions" msgid="1270732533356286514">"监听网络状况的观测信息"</string>
    <string name="permdesc_accessNetworkConditions" msgid="2959269186741956109">"允许应用监听网络状况的观测信息。普通应用绝不需要此权限。"</string>
    <string name="permlab_setInputCalibration" msgid="932069700285223434">"更改输入设备校准设置"</string>
    <string name="permdesc_setInputCalibration" msgid="2937872391426631726">"允许应用修改触摸屏的校准参数。普通应用绝不需要此权限。"</string>
    <string name="permlab_accessDrmCertificates" msgid="6473765454472436597">"访问DRM证书"</string>
    <string name="permdesc_accessDrmCertificates" msgid="6983139753493781941">"允许应用配置和使用DRM证书。普通应用绝不需要此权限。"</string>
    <string name="permlab_handoverStatus" msgid="7620438488137057281">"接收 Android Beam 的传输状态"</string>
    <string name="permdesc_handoverStatus" msgid="3842269451732571070">"允许此应用接收Android Beam当前传输内容的相关信息"</string>
    <string name="permlab_removeDrmCertificates" msgid="710576248717404416">"移除DRM证书"</string>
    <string name="permdesc_removeDrmCertificates" msgid="4068445390318355716">"允许应用移除DRM证书。普通应用绝不需要此权限。"</string>
    <string name="permlab_bindCarrierMessagingService" msgid="3363450860593096967">"绑定到运营商消息传递服务"</string>
    <string name="permdesc_bindCarrierMessagingService" msgid="6316457028173478345">"允许应用绑定到运营商消息传递服务的顶级接口。普通应用绝不需要此权限。"</string>
    <string name="permlab_bindCarrierServices" msgid="2395596978626237474">"绑定到运营商服务"</string>
    <string name="permdesc_bindCarrierServices" msgid="9185614481967262900">"允许应用绑定到运营商服务。普通应用绝不需要此权限。"</string>
    <string name="permlab_access_notification_policy" msgid="5524112842876975537">"“勿扰”模式使用权限"</string>
    <string name="permdesc_access_notification_policy" msgid="8538374112403845013">"允许此应用读取和写入“勿扰”模式配置。"</string>
    <string name="permlab_startViewPermissionUsage" msgid="1504564328641112341">"授权使用“查看权限”"</string>
    <string name="permdesc_startViewPermissionUsage" msgid="2820325605959586538">"允许该应用开始查看应用的权限使用情况(普通应用绝不需要此权限)。"</string>
    <string name="permlab_startReviewPermissionDecisions" msgid="8690578688476599284">"开始查看权限决策"</string>
    <string name="permdesc_startReviewPermissionDecisions" msgid="2775556853503004236">"允许具有该权限的应用启动屏幕以查看权限决策。普通应用绝不需要此权限。"</string>
    <string name="permlab_startViewAppFeatures" msgid="7955084203185903001">"开始查看应用功能"</string>
    <string name="permdesc_startViewAppFeatures" msgid="7207240860165206107">"允许具有该权限的应用开始查看某个应用的功能信息。"</string>
    <string name="permlab_highSamplingRateSensors" msgid="3941068435726317070">"以高采样率访问传感器数据"</string>
    <string name="permdesc_highSamplingRateSensors" msgid="8430061978931155995">"允许应用以高于 200 Hz 的频率对传感器数据进行采样"</string>
    <string name="permlab_updatePackagesWithoutUserAction" msgid="3363272609642618551">"无需用户操作即可更新应用"</string>
    <string name="permdesc_updatePackagesWithoutUserAction" msgid="4567739631260526366">"允许拥有权限的应用直接更新其先前安装的应用,无需用户操作"</string>
    <string name="policylab_limitPassword" msgid="4851829918814422199">"设置密码规则"</string>
    <string name="policydesc_limitPassword" msgid="4105491021115793793">"控制锁屏密码和 PIN 码所允许的长度和字符。"</string>
    <string name="policylab_watchLogin" msgid="7599669460083719504">"监控屏幕解锁尝试次数"</string>
    <string name="policydesc_watchLogin" product="tablet" msgid="2388436408621909298">"监视在解锁屏幕时输错密码的次数,如果输错次数过多,则锁定平板电脑或清除其所有数据。"</string>
    <string name="policydesc_watchLogin" product="tv" msgid="2140588224468517507">"监控用户在解锁屏幕时输错密码的次数;如果用户输错密码的次数超出上限,系统就会锁定 Android TV 设备或清空 Android TV 设备上的所有数据。"</string>
    <string name="policydesc_watchLogin" product="automotive" msgid="7011438994051251521">"监控在解锁屏幕时输错密码的次数,并在输错次数过多时锁定信息娱乐系统或清除信息娱乐系统上的所有数据。"</string>
    <string name="policydesc_watchLogin" product="default" msgid="4885030206253600299">"监视在解锁屏幕时输错密码的次数,如果输错次数过多,则锁定手机或清除其所有数据。"</string>
    <string name="policydesc_watchLogin_secondaryUser" product="tablet" msgid="2049038943004297474">"监控在解锁屏幕时输错密码的次数,并在输错次数过多时锁定平板电脑或清空此用户的所有数据。"</string>
    <string name="policydesc_watchLogin_secondaryUser" product="tv" msgid="8965224107449407052">"监控用户在解锁屏幕时输错密码的次数;如果用户输错密码的次数超出上限,系统就会锁定 Android TV 设备或清空该用户的所有数据。"</string>
    <string name="policydesc_watchLogin_secondaryUser" product="automotive" msgid="7180857406058327941">"监控在解锁屏幕时输错密码的次数,并在输错次数过多时锁定信息娱乐系统或清除此个人资料的所有数据。"</string>
    <string name="policydesc_watchLogin_secondaryUser" product="default" msgid="9177645136475155924">"监控在解锁屏幕时输错密码的次数,并在输错次数过多时锁定手机或清空此用户的所有数据。"</string>
    <string name="policylab_resetPassword" msgid="214556238645096520">"更改锁屏方式"</string>
    <string name="policydesc_resetPassword" msgid="4626419138439341851">"更改锁屏方式。"</string>
    <string name="policylab_forceLock" msgid="7360335502968476434">"锁定屏幕"</string>
    <string name="policydesc_forceLock" msgid="1008844760853899693">"控制锁屏的方式和时间。"</string>
    <string name="policylab_wipeData" msgid="1359485247727537311">"清除所有数据"</string>
    <string name="policydesc_wipeData" product="tablet" msgid="7245372676261947507">"恢复出厂设置时,系统会在不发出警告的情况下清除平板电脑上的数据。"</string>
    <string name="policydesc_wipeData" product="tv" msgid="513862488950801261">"不事先发出警告就以恢复出厂设置的方式清空 Android TV 设备中的数据。"</string>
    <string name="policydesc_wipeData" product="automotive" msgid="660804547737323300">"在不发出警告的情况下,通过恢复出厂设置来清除信息娱乐系统上的数据。"</string>
    <string name="policydesc_wipeData" product="default" msgid="8036084184768379022">"恢复出厂设置时,系统会在不发出警告的情况下清除手机上的数据。"</string>
    <string name="policylab_wipeData_secondaryUser" product="automotive" msgid="115034358520328373">"清除个人资料数据"</string>
    <string name="policylab_wipeData_secondaryUser" product="default" msgid="413813645323433166">"清空用户数据"</string>
    <string name="policydesc_wipeData_secondaryUser" product="tablet" msgid="2336676480090926470">"清空此用户在这台平板电脑上的数据,而不事先发出警告。"</string>
    <string name="policydesc_wipeData_secondaryUser" product="tv" msgid="2293713284515865200">"不事先发出警告就清空此用户在这台 Android TV 设备上的数据。"</string>
    <string name="policydesc_wipeData_secondaryUser" product="automotive" msgid="4658832487305780879">"在不发出警告的情况下,从该信息娱乐系统中清除此个人资料的所有数据。"</string>
    <string name="policydesc_wipeData_secondaryUser" product="default" msgid="2788325512167208654">"清空此用户在这部手机上的数据,而不事先发出警告。"</string>
    <string name="policylab_setGlobalProxy" msgid="215332221188670221">"设置设备全局代理"</string>
    <string name="policydesc_setGlobalProxy" msgid="7149665222705519604">"设置在规范启用时要使用的设备全局代理。只有设备所有者才能设置全局代理。"</string>
    <string name="policylab_expirePassword" msgid="6015404400532459169">"设置锁屏密码的有效期"</string>
    <string name="policydesc_expirePassword" msgid="9136524319325960675">"调整系统强制用户更改锁屏密码、PIN 码或解锁图案的频率。"</string>
    <string name="policylab_encryptedStorage" msgid="9012936958126670110">"设置存储设备加密"</string>
    <string name="policydesc_encryptedStorage" msgid="1102516950740375617">"要求对存储的应用数据进行加密。"</string>
    <string name="policylab_disableCamera" msgid="5749486347810162018">"停用相机"</string>
    <string name="policydesc_disableCamera" msgid="3204405908799676104">"禁止使用所有设备摄像头。"</string>
    <string name="policylab_disableKeyguardFeatures" msgid="5071855750149949741">"停用屏幕锁定的部分功能"</string>
    <string name="policydesc_disableKeyguardFeatures" msgid="6641673177041195957">"禁止使用屏幕锁定的部分功能。"</string>
  <string-array name="phoneTypes">
    <item msgid="8996339953292723951">"住宅"</item>
    <item msgid="7740243458912727194">"手机"</item>
    <item msgid="8526146065496663766">"单位"</item>
    <item msgid="8150904584178569699">"单位传真"</item>
    <item msgid="4537253139152229577">"住宅传真"</item>
    <item msgid="6751245029698664340">"寻呼机"</item>
    <item msgid="1692790665884224905">"其他"</item>
    <item msgid="6216981255272016212">"自定义"</item>
  </string-array>
  <string-array name="emailAddressTypes">
    <item msgid="7786349763648997741">"个人"</item>
    <item msgid="435564470865989199">"工作"</item>
    <item msgid="4199433197875490373">"其他"</item>
    <item msgid="3233938986670468328">"自定义"</item>
  </string-array>
  <string-array name="postalAddressTypes">
    <item msgid="3861463339764243038">"住宅"</item>
    <item msgid="5472578890164979109">"单位"</item>
    <item msgid="5718921296646594739">"其他"</item>
    <item msgid="5523122236731783179">"自定义"</item>
  </string-array>
  <string-array name="imAddressTypes">
    <item msgid="588088543406993772">"住宅"</item>
    <item msgid="5503060422020476757">"工作"</item>
    <item msgid="2530391194653760297">"其他"</item>
    <item msgid="7640927178025203330">"自定义"</item>
  </string-array>
  <string-array name="organizationTypes">
    <item msgid="6144047813304847762">"单位"</item>
    <item msgid="7402720230065674193">"其他"</item>
    <item msgid="808230403067569648">"自定义"</item>
  </string-array>
  <string-array name="imProtocols">
    <item msgid="7535761744432206400">"AIM"</item>
    <item msgid="2236558491789293993">"Windows Live"</item>
    <item msgid="4925858989398000295">"中国雅虎"</item>
    <item msgid="5203383604393320577">"Skype"</item>
    <item msgid="6142060795155127001">"QQ"</item>
    <item msgid="8831467252725610081">"Google Talk"</item>
    <item msgid="4717545739447438044">"ICQ"</item>
    <item msgid="8293711853624033835">"Jabber"</item>
  </string-array>
    <string name="phoneTypeCustom" msgid="5120365721260686814">"自定义"</string>
    <string name="phoneTypeHome" msgid="3880132427643623588">"住宅"</string>
    <string name="phoneTypeMobile" msgid="1178852541462086735">"手机"</string>
    <string name="phoneTypeWork" msgid="6604967163358864607">"单位"</string>
    <string name="phoneTypeFaxWork" msgid="6757519896109439123">"单位传真"</string>
    <string name="phoneTypeFaxHome" msgid="6678559953115904345">"住宅传真"</string>
    <string name="phoneTypePager" msgid="576402072263522767">"寻呼机"</string>
    <string name="phoneTypeOther" msgid="6918196243648754715">"其他"</string>
    <string name="phoneTypeCallback" msgid="3455781500844157767">"回拨号码"</string>
    <string name="phoneTypeCar" msgid="4604775148963129195">"车载电话"</string>
    <string name="phoneTypeCompanyMain" msgid="4482773154536455441">"公司总机"</string>
    <string name="phoneTypeIsdn" msgid="2496238954533998512">"ISDN"</string>
    <string name="phoneTypeMain" msgid="5199722006991000111">"总机"</string>
    <string name="phoneTypeOtherFax" msgid="3037145630364770357">"其他传真"</string>
    <string name="phoneTypeRadio" msgid="2637819130239264771">"无线装置"</string>
    <string name="phoneTypeTelex" msgid="2558783611711876562">"电报"</string>
    <string name="phoneTypeTtyTdd" msgid="532038552105328779">"TTY TDD"</string>
    <string name="phoneTypeWorkMobile" msgid="7522314392003565121">"单位手机"</string>
    <string name="phoneTypeWorkPager" msgid="3748332310638505234">"单位寻呼机"</string>
    <string name="phoneTypeAssistant" msgid="757550783842231039">"助理"</string>
    <string name="phoneTypeMms" msgid="1799747455131365989">"彩信"</string>
    <string name="eventTypeCustom" msgid="3257367158986466481">"自定义"</string>
    <string name="eventTypeBirthday" msgid="7770026752793912283">"生日"</string>
    <string name="eventTypeAnniversary" msgid="4684702412407916888">"周年纪念日"</string>
    <string name="eventTypeOther" msgid="530671238533887997">"其他"</string>
    <string name="emailTypeCustom" msgid="1809435350482181786">"自定义"</string>
    <string name="emailTypeHome" msgid="1597116303154775999">"个人"</string>
    <string name="emailTypeWork" msgid="2020095414401882111">"工作"</string>
    <string name="emailTypeOther" msgid="5131130857030897465">"其他"</string>
    <string name="emailTypeMobile" msgid="787155077375364230">"手机"</string>
    <string name="postalTypeCustom" msgid="5645590470242939129">"自定义"</string>
    <string name="postalTypeHome" msgid="7562272480949727912">"住宅"</string>
    <string name="postalTypeWork" msgid="8553425424652012826">"单位"</string>
    <string name="postalTypeOther" msgid="7094245413678857420">"其他"</string>
    <string name="imTypeCustom" msgid="5653384545085765570">"自定义"</string>
    <string name="imTypeHome" msgid="6996507981044278216">"住宅"</string>
    <string name="imTypeWork" msgid="2099668940169903123">"工作"</string>
    <string name="imTypeOther" msgid="8068447383276219810">"其他"</string>
    <string name="imProtocolCustom" msgid="4437878287653764692">"自定义"</string>
    <string name="imProtocolAim" msgid="4050198236506604378">"AIM"</string>
    <string name="imProtocolMsn" msgid="2257148557766499232">"Windows Live"</string>
    <string name="imProtocolYahoo" msgid="5373338758093392231">"雅虎"</string>
    <string name="imProtocolSkype" msgid="1486297589164830043">"Skype"</string>
    <string name="imProtocolQq" msgid="7254708777029006592">"QQ"</string>
    <string name="imProtocolGoogleTalk" msgid="9194016024343166782">"环聊"</string>
    <string name="imProtocolIcq" msgid="2410325380427389521">"ICQ"</string>
    <string name="imProtocolJabber" msgid="7919269388889582015">"Jabber"</string>
    <string name="imProtocolNetMeeting" msgid="4985002408136148256">"NetMeeting"</string>
    <string name="orgTypeWork" msgid="8684458700669564172">"公司"</string>
    <string name="orgTypeOther" msgid="5450675258408005553">"其他"</string>
    <string name="orgTypeCustom" msgid="1126322047677329218">"自定义"</string>
    <string name="relationTypeCustom" msgid="282938315217441351">"自定义"</string>
    <string name="relationTypeAssistant" msgid="4057605157116589315">"助理"</string>
    <string name="relationTypeBrother" msgid="7141662427379247820">"兄弟"</string>
    <string name="relationTypeChild" msgid="9076258911292693601">"子女"</string>
    <string name="relationTypeDomesticPartner" msgid="7825306887697559238">"同居伴侣"</string>
    <string name="relationTypeFather" msgid="3856225062864790596">"父亲"</string>
    <string name="relationTypeFriend" msgid="3192092625893980574">"朋友"</string>
    <string name="relationTypeManager" msgid="2272860813153171857">"经理"</string>
    <string name="relationTypeMother" msgid="2331762740982699460">"母亲"</string>
    <string name="relationTypeParent" msgid="4177920938333039882">"父母"</string>
    <string name="relationTypePartner" msgid="4018017075116766194">"合作伙伴"</string>
    <string name="relationTypeReferredBy" msgid="5285082289602849400">"介绍人"</string>
    <string name="relationTypeRelative" msgid="3396498519818009134">"亲属"</string>
    <string name="relationTypeSister" msgid="3721676005094140671">"姐妹"</string>
    <string name="relationTypeSpouse" msgid="6916682664436031703">"配偶"</string>
    <string name="sipAddressTypeCustom" msgid="6283889809842649336">"自定义"</string>
    <string name="sipAddressTypeHome" msgid="5918441930656878367">"住宅"</string>
    <string name="sipAddressTypeWork" msgid="7873967986701216770">"单位"</string>
    <string name="sipAddressTypeOther" msgid="6317012577345187275">"其他"</string>
    <string name="quick_contacts_not_available" msgid="1262709196045052223">"找不到可用来查看此联系人的应用。"</string>
    <string name="keyguard_password_enter_pin_code" msgid="6401406801060956153">"输入PIN码"</string>
    <string name="keyguard_password_enter_puk_code" msgid="3112256684547584093">"请输入PUK码和新的PIN码"</string>
    <string name="keyguard_password_enter_puk_prompt" msgid="2825313071899938305">"PUK码"</string>
    <string name="keyguard_password_enter_pin_prompt" msgid="5505434724229581207">"新的PIN码"</string>
    <string name="keyguard_password_entry_touch_hint" msgid="4032288032993261520"><font size="17">"点按即可输入密码"</font></string>
    <string name="keyguard_password_enter_password_code" msgid="2751130557661643482">"输入密码以解锁"</string>
    <string name="keyguard_password_enter_pin_password_code" msgid="7792964196473964340">"输入PIN码进行解锁"</string>
    <string name="keyguard_password_wrong_pin_code" msgid="8583732939138432793">"PIN码有误。"</string>
    <string name="keyguard_label_text" msgid="3841953694564168384">"要解锁,请先按 MENU 再按 0。"</string>
    <string name="emergency_call_dialog_number_for_display" msgid="2978165477085612673">"急救或报警电话"</string>
    <string name="lockscreen_carrier_default" msgid="6192313772955399160">"没有服务"</string>
    <string name="lockscreen_screen_locked" msgid="7364905540516041817">"屏幕已锁定。"</string>
    <string name="lockscreen_instructions_when_pattern_enabled" msgid="7982445492532123308">"按 Menu 解锁或进行紧急呼救。"</string>
    <string name="lockscreen_instructions_when_pattern_disabled" msgid="7434061749374801753">"按 MENU 解锁。"</string>
    <string name="lockscreen_pattern_instructions" msgid="3169991838169244941">"绘制解锁图案"</string>
    <string name="lockscreen_emergency_call" msgid="7500692654885445299">"紧急呼救"</string>
    <string name="lockscreen_return_to_call" msgid="3156883574692006382">"返回通话"</string>
    <string name="lockscreen_pattern_correct" msgid="8050630103651508582">"正确!"</string>
    <string name="lockscreen_pattern_wrong" msgid="2940138714468358458">"重试"</string>
    <string name="lockscreen_password_wrong" msgid="8605355913868947490">"重试"</string>
    <string name="lockscreen_storage_locked" msgid="634993789186443380">"解锁即可使用所有功能和数据"</string>
    <string name="faceunlock_multiple_failures" msgid="681991538434031708">"已超过“人脸解锁”尝试次数上限"</string>
    <string name="lockscreen_missing_sim_message_short" msgid="1229301273156907613">"没有 SIM 卡"</string>
    <string name="lockscreen_missing_sim_message" product="tablet" msgid="3986843848305639161">"平板电脑中没有 SIM 卡。"</string>
    <string name="lockscreen_missing_sim_message" product="tv" msgid="3903140876952198273">"您的 Android TV 设备中没有 SIM 卡。"</string>
    <string name="lockscreen_missing_sim_message" product="default" msgid="6184187634180854181">"手机中没有 SIM 卡。"</string>
    <string name="lockscreen_missing_sim_instructions" msgid="5823469004536805423">"请插入 SIM 卡。"</string>
    <string name="lockscreen_missing_sim_instructions_long" msgid="4403843937236648032">"SIM 卡缺失或无法读取。请插入 SIM 卡。"</string>
    <string name="lockscreen_permanent_disabled_sim_message_short" msgid="1925200607820809677">"SIM 卡无法使用。"</string>
    <string name="lockscreen_permanent_disabled_sim_instructions" msgid="6902979937802238429">"您的 SIM 卡已被永久停用。\n请与您的无线服务提供商联系,以便重新获取一张 SIM 卡。"</string>
    <string name="lockscreen_transport_prev_description" msgid="2879469521751181478">"上一首"</string>
    <string name="lockscreen_transport_next_description" msgid="2931509904881099919">"下一曲"</string>
    <string name="lockscreen_transport_pause_description" msgid="6705284702135372494">"暂停"</string>
    <string name="lockscreen_transport_play_description" msgid="106868788691652733">"播放"</string>
    <string name="lockscreen_transport_stop_description" msgid="1449552232598355348">"停止"</string>
    <string name="lockscreen_transport_rew_description" msgid="7680106856221622779">"快退"</string>
    <string name="lockscreen_transport_ffw_description" msgid="4763794746640196772">"快进"</string>
    <string name="emergency_calls_only" msgid="3057351206678279851">"只能拨打紧急呼救电话"</string>
    <string name="lockscreen_network_locked_message" msgid="2814046965899249635">"网络已锁定"</string>
    <string name="lockscreen_sim_puk_locked_message" msgid="2867953953604224166">"SIM 卡已用 PUK 码锁定。"</string>
    <string name="lockscreen_sim_puk_locked_instructions" msgid="5307979043730860995">"请参阅《用户指南》或与客服人员联系。"</string>
    <string name="lockscreen_sim_locked_message" msgid="5911944931911850164">"SIM 卡已被锁定。"</string>
    <string name="lockscreen_sim_unlock_progress_dialog_message" msgid="8381565919325410939">"正在解锁 SIM 卡…"</string>
    <string name="lockscreen_too_many_failed_attempts_dialog_message" msgid="6458790975898594240">"您已连续 <xliff:g id="NUMBER_0">%1$d</xliff:g> 次画错解锁图案。\n\n请在 <xliff:g id="NUMBER_1">%2$d</xliff:g> 秒后重试。"</string>
    <string name="lockscreen_too_many_failed_password_attempts_dialog_message" msgid="3118353451602377380">"您已连续 <xliff:g id="NUMBER_0">%1$d</xliff:g> 次输错密码。\n\n请在 <xliff:g id="NUMBER_1">%2$d</xliff:g> 秒后重试。"</string>
    <string name="lockscreen_too_many_failed_pin_attempts_dialog_message" msgid="2874278239714821984">"您已经<xliff:g id="NUMBER_0">%1$d</xliff:g>次输错了PIN码。\n\n请在<xliff:g id="NUMBER_1">%2$d</xliff:g>秒后重试。"</string>
    <string name="lockscreen_failed_attempts_almost_glogin" product="tablet" msgid="3069635524964070596">"您已连续 <xliff:g id="NUMBER_0">%1$d</xliff:g> 次画错解锁图案。如果再尝试 <xliff:g id="NUMBER_1">%2$d</xliff:g> 次后仍不成功,系统就会要求您使用自己的 Google 登录信息解锁平板电脑。\n\n请在 <xliff:g id="NUMBER_2">%3$d</xliff:g> 秒后重试。"</string>
    <string name="lockscreen_failed_attempts_almost_glogin" product="tv" msgid="6399092175942158529">"您已画错解锁图案 <xliff:g id="NUMBER_0">%1$d</xliff:g> 次。如果再尝试 <xliff:g id="NUMBER_1">%2$d</xliff:g> 次后仍不成功,系统就会要求您登录 Google 账号来解锁 Android TV 设备。\n\n 请在 <xliff:g id="NUMBER_2">%3$d</xliff:g> 秒后重试。"</string>
    <string name="lockscreen_failed_attempts_almost_glogin" product="default" msgid="5691623136957148335">"您已连续 <xliff:g id="NUMBER_0">%1$d</xliff:g> 次画错解锁图案。如果再尝试 <xliff:g id="NUMBER_1">%2$d</xliff:g> 次后仍不成功,系统就会要求您使用自己的 Google 登录信息解锁手机。\n\n请在 <xliff:g id="NUMBER_2">%3$d</xliff:g> 秒后重试。"</string>
    <string name="lockscreen_failed_attempts_almost_at_wipe" product="tablet" msgid="7914445759242151426">"您已经 <xliff:g id="NUMBER_0">%1$d</xliff:g> 次错误地尝试解锁平板电脑。如果再尝试 <xliff:g id="NUMBER_1">%2$d</xliff:g> 次后仍不成功,平板电脑将恢复为出厂默认设置,所有用户数据都会丢失。"</string>
    <string name="lockscreen_failed_attempts_almost_at_wipe" product="tv" msgid="4275591249631864248">"您尝试解锁 Android TV 设备失败的次数已达 <xliff:g id="NUMBER_0">%1$d</xliff:g> 次。如果再尝试 <xliff:g id="NUMBER_1">%2$d</xliff:g> 次后仍不成功,您的 Android TV 设备就会恢复出厂设置,而且所有用户数据都会丢失。"</string>
    <string name="lockscreen_failed_attempts_almost_at_wipe" product="default" msgid="1166532464798446579">"您已经 <xliff:g id="NUMBER_0">%1$d</xliff:g> 次错误地尝试解锁手机。如果再尝试 <xliff:g id="NUMBER_1">%2$d</xliff:g> 次后仍不成功,手机将恢复为出厂默认设置,所有用户数据都会丢失。"</string>
    <string name="lockscreen_failed_attempts_now_wiping" product="tablet" msgid="8682445539263683414">"您已经<xliff:g id="NUMBER">%d</xliff:g>次错误地尝试解锁平板电脑。平板电脑现在将恢复为出厂默认设置。"</string>
    <string name="lockscreen_failed_attempts_now_wiping" product="tv" msgid="2205435033340091883">"您尝试解锁 Android TV 设备失败的次数已达 <xliff:g id="NUMBER">%d</xliff:g> 次。您的 Android TV 设备现在将恢复出厂设置。"</string>
    <string name="lockscreen_failed_attempts_now_wiping" product="default" msgid="2203704707679895487">"您已经<xliff:g id="NUMBER">%d</xliff:g>次错误地尝试解锁手机。手机现在将恢复为出厂默认设置。"</string>
    <string name="lockscreen_too_many_failed_attempts_countdown" msgid="6807200118164539589">"<xliff:g id="NUMBER">%d</xliff:g>秒后重试。"</string>
    <string name="lockscreen_forgot_pattern_button_text" msgid="8362442730606839031">"忘记了图案?"</string>
    <string name="lockscreen_glogin_forgot_pattern" msgid="9218940117797602518">"账号解锁"</string>
    <string name="lockscreen_glogin_too_many_attempts" msgid="3775904917743034195">"图案尝试次数过多"</string>
    <string name="lockscreen_glogin_instructions" msgid="4695162942525531700">"要解除锁定,请使用您的 Google 账号登录。"</string>
    <string name="lockscreen_glogin_username_hint" msgid="6916101478673157045">"用户名(电子邮件)"</string>
    <string name="lockscreen_glogin_password_hint" msgid="3031027901286812848">"密码"</string>
    <string name="lockscreen_glogin_submit_button" msgid="3590556636347843733">"登录"</string>
    <string name="lockscreen_glogin_invalid_input" msgid="4369219936865697679">"用户名或密码无效。"</string>
    <string name="lockscreen_glogin_account_recovery_hint" msgid="1683405808525090649">"忘记了用户名或密码?\n请访问"<b>"google.com/accounts/recovery"</b>"。"</string>
    <string name="lockscreen_glogin_checking_password" msgid="2607271802803381645">"正在检查..."</string>
    <string name="lockscreen_unlock_label" msgid="4648257878373307582">"解锁"</string>
    <string name="lockscreen_sound_on_label" msgid="1660281470535492430">"打开声音"</string>
    <string name="lockscreen_sound_off_label" msgid="2331496559245450053">"关闭声音"</string>
    <string name="lockscreen_access_pattern_start" msgid="3778502525702613399">"开始绘制图案"</string>
    <string name="lockscreen_access_pattern_cleared" msgid="7493849102641167049">"图案已清除"</string>
    <string name="lockscreen_access_pattern_cell_added" msgid="6746676335293144163">"已添加单元格"</string>
    <string name="lockscreen_access_pattern_cell_added_verbose" msgid="2931364927622563465">"已添加圆点 <xliff:g id="CELL_INDEX">%1$s</xliff:g>"</string>
    <string name="lockscreen_access_pattern_detected" msgid="3931150554035194012">"图案绘制完成"</string>
    <string name="lockscreen_access_pattern_area" msgid="1288780416685002841">"图案区域。"</string>
    <string name="keyguard_accessibility_widget_changed" msgid="7298011259508200234">"%1$s。%3$d的微件%2$d。"</string>
    <string name="keyguard_accessibility_add_widget" msgid="8245795023551343672">"添加微件。"</string>
    <string name="keyguard_accessibility_widget_empty_slot" msgid="544239307077644480">"空白"</string>
    <string name="keyguard_accessibility_unlock_area_expanded" msgid="7768634718706488951">"已展开解锁区域。"</string>
    <string name="keyguard_accessibility_unlock_area_collapsed" msgid="4729922043778400434">"已收起解锁区域。"</string>
    <string name="keyguard_accessibility_widget" msgid="6776892679715699875">"<xliff:g id="WIDGET_INDEX">%1$s</xliff:g>微件。"</string>
    <string name="keyguard_accessibility_user_selector" msgid="1466067610235696600">"用户选择器"</string>
    <string name="keyguard_accessibility_status" msgid="6792745049712397237">"状态"</string>
    <string name="keyguard_accessibility_camera" msgid="7862557559464986528">"相机"</string>
    <string name="keygaurd_accessibility_media_controls" msgid="2267379779900620614">"媒体控制"</string>
    <string name="keyguard_accessibility_widget_reorder_start" msgid="7066213328912939191">"已开始将微件重新排序。"</string>
    <string name="keyguard_accessibility_widget_reorder_end" msgid="1083806817600593490">"已完成微件重新排序。"</string>
    <string name="keyguard_accessibility_widget_deleted" msgid="1509738950119878705">"已删除微件<xliff:g id="WIDGET_INDEX">%1$s</xliff:g>。"</string>
    <string name="keyguard_accessibility_expand_lock_area" msgid="4215280881346033434">"展开解锁区域。"</string>
    <string name="keyguard_accessibility_slide_unlock" msgid="2968195219692413046">"滑动解锁。"</string>
    <string name="keyguard_accessibility_pattern_unlock" msgid="8669128146589233293">"图案解锁。"</string>
    <string name="keyguard_accessibility_face_unlock" msgid="4533832120787386728">"人脸解锁。"</string>
    <string name="keyguard_accessibility_pin_unlock" msgid="4020864007967340068">"PIN码解锁。"</string>
    <string name="keyguard_accessibility_sim_pin_unlock" msgid="4895939120871890557">"SIM 卡 PIN 码解锁。"</string>
    <string name="keyguard_accessibility_sim_puk_unlock" msgid="3459003464041899101">"SIM 卡 PUK 码解锁。"</string>
    <string name="keyguard_accessibility_password_unlock" msgid="6130186108581153265">"密码解锁。"</string>
    <string name="keyguard_accessibility_pattern_area" msgid="1419570880512350689">"图案区域。"</string>
    <string name="keyguard_accessibility_slide_area" msgid="4331399051142520176">"滑动区域。"</string>
    <string name="password_keyboard_label_symbol_key" msgid="2716255580853511949">"?123"</string>
    <string name="password_keyboard_label_alpha_key" msgid="5294837425652726684">"ABC"</string>
    <string name="password_keyboard_label_alt_key" msgid="8528261816395508841">"ALT"</string>
    <string name="granularity_label_character" msgid="8903387663153706317">"字符"</string>
    <string name="granularity_label_word" msgid="3686589158760620518">"字"</string>
    <string name="granularity_label_link" msgid="9007852307112046526">"链接"</string>
    <string name="granularity_label_line" msgid="376204904280620221">"行"</string>
    <string name="factorytest_failed" msgid="3190979160945298006">"出厂测试失败"</string>
    <string name="factorytest_not_system" msgid="5658160199925519869">"只有安装在/system/app中的软件包支持FACTORY_TEST操作。"</string>
    <string name="factorytest_no_action" msgid="339252838115675515">"找不到提供FACTORY_TEST操作的软件包。"</string>
    <string name="factorytest_reboot" msgid="2050147445567257365">"重新启动"</string>
    <string name="js_dialog_title" msgid="7464775045615023241">"网址为“<xliff:g id="TITLE">%s</xliff:g>”的网页显示:"</string>
    <string name="js_dialog_title_default" msgid="3769524569903332476">"JavaScript"</string>
    <string name="js_dialog_before_unload_title" msgid="7012587995876771246">"确认离开"</string>
    <string name="js_dialog_before_unload_positive_button" msgid="4274257182303565509">"离开此页"</string>
    <string name="js_dialog_before_unload_negative_button" msgid="3873765747622415310">"留在此页"</string>
    <string name="js_dialog_before_unload" msgid="7213364985774778744">"<xliff:g id="MESSAGE">%s</xliff:g>\n\n您确定要离开此页面吗?"</string>
    <string name="autofill_window_title" msgid="4379134104008111961">"<xliff:g id="SERVICENAME">%1$s</xliff:g>的自动填充功能"</string>
    <string name="permlab_setAlarm" msgid="1158001610254173567">"设置闹钟"</string>
    <string name="permdesc_setAlarm" msgid="2185033720060109640">"允许应用在已安装的闹钟应用中设置闹钟。有些闹钟应用可能无法实现此功能。"</string>
    <string name="permlab_addVoicemail" msgid="4770245808840814471">"添加语音信息"</string>
    <string name="permdesc_addVoicemail" msgid="5470312139820074324">"允许应用在您的语音信箱中留言。"</string>
    <string name="pasted_from_clipboard" msgid="7355790625710831847">"已将剪贴板中的内容粘贴到<xliff:g id="PASTING_APP_NAME">%1$s</xliff:g>"</string>
    <string name="more_item_label" msgid="7419249600215749115">"更多"</string>
    <string name="prepend_shortcut_label" msgid="1743716737502867951">"MENU+"</string>
    <string name="menu_meta_shortcut_label" msgid="1623390163674762478">"Meta+"</string>
    <string name="menu_ctrl_shortcut_label" msgid="131911133027196485">"Ctrl+"</string>
    <string name="menu_alt_shortcut_label" msgid="343761069945250991">"Alt+"</string>
    <string name="menu_shift_shortcut_label" msgid="5443936876111232346">"Shift+"</string>
    <string name="menu_sym_shortcut_label" msgid="4037566049061218776">"Sym+"</string>
    <string name="menu_function_shortcut_label" msgid="2367112760987662566">"Fn+"</string>
    <string name="menu_space_shortcut_label" msgid="5949311515646872071">"空格"</string>
    <string name="menu_enter_shortcut_label" msgid="6709499510082897320">"Enter 键"</string>
    <string name="menu_delete_shortcut_label" msgid="4365787714477739080">"删除"</string>
    <string name="search_go" msgid="2141477624421347086">"搜索"</string>
    <string name="search_hint" msgid="455364685740251925">"搜索…"</string>
    <string name="searchview_description_search" msgid="1045552007537359343">"搜索"</string>
    <string name="searchview_description_query" msgid="7430242366971716338">"搜索查询"</string>
    <string name="searchview_description_clear" msgid="1989371719192982900">"清除查询"</string>
    <string name="searchview_description_submit" msgid="6771060386117334686">"提交查询"</string>
    <string name="searchview_description_voice" msgid="42360159504884679">"语音搜索"</string>
    <string name="enable_explore_by_touch_warning_title" msgid="5095399706284943314">"是否启用“触摸浏览”?"</string>
    <string name="enable_explore_by_touch_warning_message" product="tablet" msgid="1037295476738940824">"<xliff:g id="ACCESSIBILITY_SERVICE_NAME">%1$s</xliff:g>想要启用“触摸浏览”。“触摸浏览”启用后,您可以听到或看到所触摸内容的说明,还可以通过手势操作与手机互动。"</string>
    <string name="enable_explore_by_touch_warning_message" product="default" msgid="4312979647356179250">"<xliff:g id="ACCESSIBILITY_SERVICE_NAME">%1$s</xliff:g>想要启用“触摸浏览”。“触摸浏览”启用后,您可以听到或看到所触摸内容的说明,还可以通过手势操作与手机互动。"</string>
    <string name="oneMonthDurationPast" msgid="4538030857114635777">"1 个月前"</string>
    <string name="beforeOneMonthDurationPast" msgid="8315149541372065392">"1 个月前"</string>
    <string name="last_num_days" msgid="2393660431490280537">"{count,plural, =1{过去 # 天}other{过去 # 天}}"</string>
    <string name="last_month" msgid="1528906781083518683">"上个月"</string>
    <string name="older" msgid="1645159827884647400">"往前"</string>
    <string name="preposition_for_date" msgid="2780767868832729599">"<xliff:g id="DATE">%s</xliff:g>"</string>
    <string name="preposition_for_time" msgid="4336835286453822053">"<xliff:g id="TIME">%s</xliff:g>"</string>
    <string name="preposition_for_year" msgid="3149809685340130039">"年份:<xliff:g id="YEAR">%s</xliff:g>"</string>
    <string name="day" msgid="8394717255950176156">"天"</string>
    <string name="days" msgid="4570879797423034973">"天"</string>
    <string name="hour" msgid="7796325297097314653">"点"</string>
    <string name="hours" msgid="8517014849629200683">"小时"</string>
    <string name="minute" msgid="8369209540986467610">"分钟"</string>
    <string name="minutes" msgid="3456532942641808971">"分钟"</string>
    <string name="second" msgid="9210875257112211713">"秒"</string>
    <string name="seconds" msgid="2175052687727971048">"秒"</string>
    <string name="week" msgid="907127093960923779">"周"</string>
    <string name="weeks" msgid="3516247214269821391">"周"</string>
    <string name="year" msgid="5182610307741238982">"年"</string>
    <string name="years" msgid="5797714729103773425">"年"</string>
    <string name="now_string_shortest" msgid="3684914126941650330">"现在"</string>
    <string name="duration_minutes_shortest" msgid="5744379079540806690">"<xliff:g id="COUNT">%d</xliff:g>分钟"</string>
    <string name="duration_hours_shortest" msgid="1477752094141971675">"<xliff:g id="COUNT">%d</xliff:g>小时"</string>
    <string name="duration_days_shortest" msgid="4083124701676227233">"<xliff:g id="COUNT">%d</xliff:g>天"</string>
    <string name="duration_years_shortest" msgid="483982719231145618">"<xliff:g id="COUNT">%d</xliff:g>年"</string>
    <string name="duration_minutes_shortest_future" msgid="5260857299282734759">"<xliff:g id="COUNT">%d</xliff:g>分钟后"</string>
    <string name="duration_hours_shortest_future" msgid="2979276794547981674">"<xliff:g id="COUNT">%d</xliff:g>小时后"</string>
    <string name="duration_days_shortest_future" msgid="3392722163935571543">"<xliff:g id="COUNT">%d</xliff:g>天后"</string>
    <string name="duration_years_shortest_future" msgid="5537464088352970388">"<xliff:g id="COUNT">%d</xliff:g>年后"</string>
    <string name="duration_minutes_relative" msgid="8620337701051015593">"{count,plural, =1{# 分钟前}other{# 分钟前}}"</string>
    <string name="duration_hours_relative" msgid="4836449961693180253">"{count,plural, =1{# 小时前}other{# 小时前}}"</string>
    <string name="duration_days_relative" msgid="621965767567258302">"{count,plural, =1{# 天前}other{# 天前}}"</string>
    <string name="duration_years_relative" msgid="8731202348869424370">"{count,plural, =1{# 年前}other{# 年前}}"</string>
    <string name="duration_minutes_relative_future" msgid="5259574171747708115">"{count,plural, =1{# 分钟}other{# 分钟}}"</string>
    <string name="duration_hours_relative_future" msgid="6670440478481140565">"{count,plural, =1{# 小时}other{# 小时}}"</string>
    <string name="duration_days_relative_future" msgid="8870658635774250746">"{count,plural, =1{# 天}other{# 天}}"</string>
    <string name="duration_years_relative_future" msgid="8855853883925918380">"{count,plural, =1{# 年}other{# 年}}"</string>
    <string name="VideoView_error_title" msgid="5750686717225068016">"视频问题"</string>
    <string name="VideoView_error_text_invalid_progressive_playback" msgid="3782449246085134720">"抱歉,该视频不适合在此设备上播放。"</string>
    <string name="VideoView_error_text_unknown" msgid="7658683339707607138">"无法播放此视频。"</string>
    <string name="VideoView_error_button" msgid="5138809446603764272">"确定"</string>
    <string name="relative_time" msgid="8572030016028033243">"<xliff:g id="DATE">%1$s</xliff:g>,<xliff:g id="TIME">%2$s</xliff:g>"</string>
    <string name="noon" msgid="8365974533050605886">"中午"</string>
    <string name="Noon" msgid="6902418443846838189">"中午"</string>
    <string name="midnight" msgid="3646671134282785114">"午夜"</string>
    <string name="Midnight" msgid="8176019203622191377">"午夜"</string>
    <string name="elapsed_time_short_format_mm_ss" msgid="8689459651807876423">"<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="2302144714803345056">"<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="1532369154488982046">"全选"</string>
    <string name="cut" msgid="2561199725874745819">"剪切"</string>
    <string name="copy" msgid="5472512047143665218">"复制"</string>
    <string name="failed_to_copy_to_clipboard" msgid="725919885138539875">"无法复制到剪贴板"</string>
    <string name="paste" msgid="461843306215520225">"粘贴"</string>
    <string name="paste_as_plain_text" msgid="7664800665823182587">"以纯文本形式粘贴"</string>
    <string name="replace" msgid="7842675434546657444">"替换..."</string>
    <string name="delete" msgid="1514113991712129054">"删除"</string>
    <string name="copyUrl" msgid="6229645005987260230">"复制网址"</string>
    <string name="selectTextMode" msgid="3225108910999318778">"选择文字"</string>
    <string name="undo" msgid="3175318090002654673">"撤消"</string>
    <string name="redo" msgid="7231448494008532233">"重做"</string>
    <string name="autofill" msgid="511224882647795296">"自动填充"</string>
    <string name="textSelectionCABTitle" msgid="5151441579532476940">"文字选择"</string>
    <string name="addToDictionary" msgid="8041821113480950096">"添加到字典"</string>
    <string name="deleteText" msgid="4200807474529938112">"删除"</string>
    <string name="inputMethod" msgid="1784759500516314751">"输入法"</string>
    <string name="editTextMenuTitle" msgid="857666911134482176">"文字操作"</string>
    <string name="input_method_nav_back_button_desc" msgid="3655838793765691787">"返回"</string>
    <string name="input_method_ime_switch_button_desc" msgid="2736542240252198501">"切换输入法"</string>
    <string name="low_internal_storage_view_title" msgid="9024241779284783414">"存储空间不足"</string>
    <string name="low_internal_storage_view_text" msgid="8172166728369697835">"某些系统功能可能无法正常使用"</string>
    <string name="low_internal_storage_view_text_no_boot" msgid="7368968163411251788">"系统存储空间不足。请确保您有250MB的可用空间,然后重新启动。"</string>
    <string name="app_running_notification_title" msgid="8985999749231486569">"“<xliff:g id="APP_NAME">%1$s</xliff:g>”正在运行"</string>
    <string name="app_running_notification_text" msgid="5120815883400228566">"点按即可了解详情或停止应用。"</string>
    <string name="ok" msgid="2646370155170753815">"确定"</string>
    <string name="cancel" msgid="6908697720451760115">"取消"</string>
    <string name="yes" msgid="9069828999585032361">"确定"</string>
    <string name="no" msgid="5122037903299899715">"取消"</string>
    <string name="dialog_alert_title" msgid="651856561974090712">"注意"</string>
    <string name="loading" msgid="3138021523725055037">"正在加载..."</string>
    <string name="capital_on" msgid="2770685323900821829">"开启"</string>
    <string name="capital_off" msgid="7443704171014626777">"关闭"</string>
    <string name="checked" msgid="9179896827054513119">"已勾选"</string>
    <string name="not_checked" msgid="7972320087569023342">"未勾选"</string>
    <string name="selected" msgid="6614607926197755875">"已选择"</string>
    <string name="not_selected" msgid="410652016565864475">"未选择"</string>
    <string name="rating_label" msgid="1837085249662154601">"{rating,plural, =1{1 星,最高 {max} 星}other{# 星,最高 {max} 星}}"</string>
    <string name="in_progress" msgid="2149208189184319441">"进行中"</string>
    <string name="whichApplication" msgid="5432266899591255759">"选择要使用的应用:"</string>
    <string name="whichApplicationNamed" msgid="6969946041713975681">"使用%1$s完成操作"</string>
    <string name="whichApplicationLabel" msgid="7852182961472531728">"完成操作"</string>
    <string name="whichViewApplication" msgid="5733194231473132945">"打开方式"</string>
    <string name="whichViewApplicationNamed" msgid="415164730629690105">"使用%1$s打开"</string>
    <string name="whichViewApplicationLabel" msgid="7367556735684742409">"打开"</string>
    <string name="whichOpenHostLinksWith" msgid="7645631470199397485">"<xliff:g id="HOST">%1$s</xliff:g> 链接打开方式"</string>
    <string name="whichOpenLinksWith" msgid="1120936181362907258">"链接打开方式"</string>
    <string name="whichOpenLinksWithApp" msgid="6917864367861910086">"使用<xliff:g id="APPLICATION">%1$s</xliff:g>打开链接"</string>
    <string name="whichOpenHostLinksWithApp" msgid="2401668560768463004">"使用<xliff:g id="APPLICATION">%2$s</xliff:g>打开 <xliff:g id="HOST">%1$s</xliff:g> 链接"</string>
    <string name="whichGiveAccessToApplicationLabel" msgid="7805857277166106236">"授予访问权限"</string>
    <string name="whichEditApplication" msgid="6191568491456092812">"编辑方式"</string>
    <string name="whichEditApplicationNamed" msgid="8096494987978521514">"使用%1$s编辑"</string>
    <string name="whichEditApplicationLabel" msgid="1463288652070140285">"编辑"</string>
    <string name="whichSendApplication" msgid="4143847974460792029">"分享"</string>
    <string name="whichSendApplicationNamed" msgid="4470386782693183461">"使用%1$s分享"</string>
    <string name="whichSendApplicationLabel" msgid="7467813004769188515">"分享"</string>
    <string name="whichSendToApplication" msgid="77101541959464018">"通过以下应用发送"</string>
    <string name="whichSendToApplicationNamed" msgid="3385686512014670003">"通过%1$s发送"</string>
    <string name="whichSendToApplicationLabel" msgid="3543240188816513303">"发送"</string>
    <string name="whichHomeApplication" msgid="8276350727038396616">"选择主屏幕应用"</string>
    <string name="whichHomeApplicationNamed" msgid="5855990024847433794">"将“%1$s”设为主屏幕应用"</string>
    <string name="whichHomeApplicationLabel" msgid="8907334282202933959">"截图"</string>
    <string name="whichImageCaptureApplication" msgid="2737413019463215284">"使用以下应用截图"</string>
    <string name="whichImageCaptureApplicationNamed" msgid="8820702441847612202">"使用%1$s截图"</string>
    <string name="whichImageCaptureApplicationLabel" msgid="6505433734824988277">"截图"</string>
    <string name="alwaysUse" msgid="3153558199076112903">"设为默认选项。"</string>
    <string name="use_a_different_app" msgid="4987790276170972776">"使用其他应用"</string>
    <string name="clearDefaultHintMsg" msgid="1325866337702524936">"在“系统设置”&gt;“应用”&gt;“已下载”中清除默认设置。"</string>
    <string name="chooseActivity" msgid="8563390197659779956">"选择操作"</string>
    <string name="chooseUsbActivity" msgid="2096269989990986612">"为USB设备选择一个应用"</string>
    <string name="noApplications" msgid="1186909265235544019">"没有应用可执行此操作。"</string>
    <string name="aerr_application" msgid="4090916809370389109">"<xliff:g id="APPLICATION">%1$s</xliff:g>已停止运行"</string>
    <string name="aerr_process" msgid="4268018696970966407">"<xliff:g id="PROCESS">%1$s</xliff:g>已停止运行"</string>
    <string name="aerr_application_repeated" msgid="7804378743218496566">"“<xliff:g id="APPLICATION">%1$s</xliff:g>”屡次停止运行"</string>
    <string name="aerr_process_repeated" msgid="1153152413537954974">"“<xliff:g id="PROCESS">%1$s</xliff:g>”屡次停止运行"</string>
    <string name="aerr_restart" msgid="2789618625210505419">"重新打开应用"</string>
    <string name="aerr_report" msgid="3095644466849299308">"发送反馈"</string>
    <string name="aerr_close" msgid="3398336821267021852">"关闭"</string>
    <string name="aerr_mute" msgid="2304972923480211376">"忽略(直到设备重启)"</string>
    <string name="aerr_wait" msgid="3198677780474548217">"等待"</string>
    <string name="aerr_close_app" msgid="8318883106083050970">"关闭应用"</string>
    <string name="anr_title" msgid="7290329487067300120"></string>
    <string name="anr_activity_application" msgid="8121716632960340680">"<xliff:g id="APPLICATION">%2$s</xliff:g>没有响应"</string>
    <string name="anr_activity_process" msgid="3477362583767128667">"<xliff:g id="ACTIVITY">%1$s</xliff:g>没有响应"</string>
    <string name="anr_application_process" msgid="4978772139461676184">"<xliff:g id="APPLICATION">%1$s</xliff:g>没有响应"</string>
    <string name="anr_process" msgid="1664277165911816067">"进程“<xliff:g id="PROCESS">%1$s</xliff:g>”没有响应"</string>
    <string name="force_close" msgid="9035203496368973803">"确定"</string>
    <string name="report" msgid="2149194372340349521">"报告"</string>
    <string name="wait" msgid="7765985809494033348">"等待"</string>
    <string name="webpage_unresponsive" msgid="7850879412195273433">"该网页无响应。\n\n要将其关闭吗?"</string>
    <string name="launch_warning_title" msgid="6725456009564953595">"应用已重定向"</string>
    <string name="launch_warning_replace" msgid="3073392976283203402">"<xliff:g id="APP_NAME">%1$s</xliff:g>目前正在运行。"</string>
    <string name="launch_warning_original" msgid="3332206576800169626">"<xliff:g id="APP_NAME">%1$s</xliff:g>已启动。"</string>
    <string name="screen_compat_mode_scale" msgid="8627359598437527726">"缩放"</string>
    <string name="screen_compat_mode_show" msgid="5080361367584709857">"始终显示"</string>
    <string name="screen_compat_mode_hint" msgid="4032272159093750908">"在“系统设置”&gt;“应用”&gt;“已下载”中重新启用此模式。"</string>
    <string name="unsupported_display_size_message" msgid="7265211375269394699">"<xliff:g id="APP_NAME">%1$s</xliff:g>不支持当前的显示大小设置,因此可能无法正常显示。"</string>
    <string name="unsupported_display_size_show" msgid="980129850974919375">"一律显示"</string>
    <string name="unsupported_compile_sdk_message" msgid="7326293500707890537">"<xliff:g id="APP_NAME">%1$s</xliff:g>是专为不兼容的 Android 操作系统版本所打造的应用,因此可能会出现意外行为。您可以使用该应用的更新版本。"</string>
    <string name="unsupported_compile_sdk_show" msgid="1601210057960312248">"一律显示"</string>
    <string name="unsupported_compile_sdk_check_update" msgid="1103639989147664456">"检查更新"</string>
    <string name="smv_application" msgid="3775183542777792638">"“<xliff:g id="APPLICATION">%1$s</xliff:g>”应用(<xliff:g id="PROCESS">%2$s</xliff:g> 进程)违反了自我强制执行的严格模式 (StrictMode) 政策。"</string>
    <string name="smv_process" msgid="1398801497130695446">"进程 <xliff:g id="PROCESS">%1$s</xliff:g> 违反了自我强制执行的严格模式 (StrictMode) 政策。"</string>
    <string name="android_upgrading_title" product="default" msgid="7279077384220829683">"手机正在更新…"</string>
    <string name="android_upgrading_title" product="tablet" msgid="4268417249079938805">"平板电脑正在更新…"</string>
    <string name="android_upgrading_title" product="device" msgid="6774767702998149762">"设备正在更新…"</string>
    <string name="android_start_title" product="default" msgid="4036708252778757652">"手机正在启动…"</string>
    <string name="android_start_title" product="automotive" msgid="7917984412828168079">"Android 正在启动…"</string>
    <string name="android_start_title" product="tablet" msgid="4429767260263190344">"平板电脑正在启动…"</string>
    <string name="android_start_title" product="device" msgid="6967413819673299309">"设备正在启动…"</string>
    <string name="android_upgrading_notification_title" product="default" msgid="3509927005342279257">"正在完成系统更新…"</string>
    <string name="app_upgrading_toast" msgid="1016267296049455585">"正在升级<xliff:g id="APPLICATION">%1$s</xliff:g>…"</string>
    <string name="android_preparing_apk" msgid="589736917792300956">"正在准备升级<xliff:g id="APPNAME">%1$s</xliff:g>。"</string>
    <string name="android_upgrading_starting_apps" msgid="6206161195076057075">"正在启动应用。"</string>
    <string name="android_upgrading_complete" msgid="409800058018374746">"即将完成启动。"</string>
    <string name="fp_power_button_enrollment_message" msgid="5648173517663246140">"您已按电源按钮,这通常会关闭屏幕。\n\n请尝试在设置指纹时轻轻按一下。"</string>
    <string name="fp_power_button_enrollment_title" msgid="6976841690455338563">"若要结束设置,请关闭屏幕"</string>
    <string name="fp_power_button_enrollment_button_text" msgid="3199783266386029200">"关闭"</string>
    <string name="fp_power_button_bp_title" msgid="5585506104526820067">"要继续验证您的指纹吗?"</string>
    <string name="fp_power_button_bp_message" msgid="2983163038168903393">"您已按电源按钮,这通常会关闭屏幕。\n\n请尝试轻轻按一下来验证您的指纹。"</string>
    <string name="fp_power_button_bp_positive_button" msgid="728945472408552251">"关闭屏幕"</string>
    <string name="fp_power_button_bp_negative_button" msgid="3971364246496775178">"继续"</string>
    <string name="heavy_weight_notification" msgid="8382784283600329576">"<xliff:g id="APP">%1$s</xliff:g>正在运行"</string>
    <string name="heavy_weight_notification_detail" msgid="6802247239468404078">"点按即可返回游戏"</string>
    <string name="heavy_weight_switcher_title" msgid="3861984210040100886">"选择游戏"</string>
    <string name="heavy_weight_switcher_text" msgid="6814316627367160126">"为了提升性能,一次只能打开其中一个游戏。"</string>
    <string name="old_app_action" msgid="725331621042848590">"返回<xliff:g id="OLD_APP">%1$s</xliff:g>"</string>
    <string name="new_app_action" msgid="547772182913269801">"打开<xliff:g id="NEW_APP">%1$s</xliff:g>"</string>
    <string name="new_app_description" msgid="1958903080400806644">"<xliff:g id="OLD_APP">%1$s</xliff:g>将会在不保存的情况下关闭"</string>
    <string name="dump_heap_notification" msgid="5316644945404825032">"<xliff:g id="PROC">%1$s</xliff:g>占用的内存已超出限制"</string>
    <string name="dump_heap_ready_notification" msgid="2302452262927390268">"<xliff:g id="PROC">%1$s</xliff:g> 的堆转储数据已准备就绪"</string>
    <string name="dump_heap_notification_detail" msgid="8431586843001054050">"已收集堆转储数据。点按即可分享。"</string>
    <string name="dump_heap_title" msgid="4367128917229233901">"要共享堆转储数据吗?"</string>
    <string name="dump_heap_text" msgid="1692649033835719336">"<xliff:g id="PROC">%1$s</xliff:g> 进程占用的内存已超出限制 (<xliff:g id="SIZE">%2$s</xliff:g>)。您可以将堆转储数据分享给相应的开发者。请注意,此堆转储数据中可能包含该应用有权访问的任何个人信息。"</string>
    <string name="dump_heap_system_text" msgid="6805155514925350849">"<xliff:g id="PROC">%1$s</xliff:g>进程占用的内存已超出限制 (<xliff:g id="SIZE">%2$s</xliff:g>)。堆转储数据已可供您分享。请注意,此堆转储数据中可能包含该进程有权访问的敏感个人信息,其中可能包含您的输入内容。"</string>
    <string name="dump_heap_ready_text" msgid="5849618132123045516">"<xliff:g id="PROC">%1$s</xliff:g> 进程的堆转储数据现已可供您分享。请注意,此堆转储数据中可能包含该进程有权访问的敏感个人信息,其中可能包含您的输入内容。"</string>
    <string name="sendText" msgid="493003724401350724">"选择要对文字执行的操作"</string>
    <string name="volume_ringtone" msgid="134784084629229029">"铃声音量"</string>
    <string name="volume_music" msgid="7727274216734955095">"媒体音量"</string>
    <string name="volume_music_hint_playing_through_bluetooth" msgid="2614142915948898228">"正通过蓝牙播放"</string>
    <string name="volume_music_hint_silent_ringtone_selected" msgid="1514829655029062233">"已设置静音铃声"</string>
    <string name="volume_call" msgid="7625321655265747433">"通话音量"</string>
    <string name="volume_bluetooth_call" msgid="2930204618610115061">"使用蓝牙时的通话音量"</string>
    <string name="volume_alarm" msgid="4486241060751798448">"闹钟音量"</string>
    <string name="volume_notification" msgid="6864412249031660057">"通知音量"</string>
    <string name="volume_unknown" msgid="4041914008166576293">"音量"</string>
    <string name="volume_icon_description_bluetooth" msgid="7540388479345558400">"蓝牙音量"</string>
    <string name="volume_icon_description_ringer" msgid="2187800636867423459">"铃声音量"</string>
    <string name="volume_icon_description_incall" msgid="4491255105381227919">"通话音量"</string>
    <string name="volume_icon_description_media" msgid="4997633254078171233">"媒体音量"</string>
    <string name="volume_icon_description_notification" msgid="579091344110747279">"通知音量"</string>
    <string name="ringtone_default" msgid="9118299121288174597">"默认铃声"</string>
    <string name="ringtone_default_with_actual" msgid="2709686194556159773">"默认铃声(<xliff:g id="ACTUAL_RINGTONE">%1$s</xliff:g>)"</string>
    <string name="ringtone_silent" msgid="397111123930141876">"无"</string>
    <string name="ringtone_picker_title" msgid="667342618626068253">"铃声"</string>
    <string name="ringtone_picker_title_alarm" msgid="7438934548339024767">"闹钟提示音"</string>
    <string name="ringtone_picker_title_notification" msgid="6387191794719608122">"通知提示音"</string>
    <string name="ringtone_unknown" msgid="5059495249862816475">"未知"</string>
    <string name="wifi_available_sign_in" msgid="381054692557675237">"登录到WLAN网络"</string>
    <string name="network_available_sign_in" msgid="1520342291829283114">"登录到网络"</string>
    <!-- no translation found for network_available_sign_in_detailed (7520423801613396556) -->
    <skip />
    <string name="wifi_no_internet" msgid="1386911698276448061">"<xliff:g id="NETWORK_SSID">%1$s</xliff:g> 无法访问互联网"</string>
    <string name="wifi_no_internet_detailed" msgid="634938444133558942">"点按即可查看相关选项"</string>
    <string name="mobile_no_internet" msgid="4014455157529909781">"此移动网络无法访问互联网"</string>
    <string name="other_networks_no_internet" msgid="6698711684200067033">"此网络无法访问互联网"</string>
    <string name="private_dns_broken_detailed" msgid="3709388271074611847">"无法访问私人 DNS 服务器"</string>
    <string name="network_partial_connectivity" msgid="4791024923851432291">"<xliff:g id="NETWORK_SSID">%1$s</xliff:g> 的连接受限"</string>
    <string name="network_partial_connectivity_detailed" msgid="5741329444564575840">"点按即可继续连接"</string>
    <string name="network_switch_metered" msgid="1531869544142283384">"已切换至<xliff:g id="NETWORK_TYPE">%1$s</xliff:g>"</string>
    <string name="network_switch_metered_detail" msgid="1358296010128405906">"设备会在<xliff:g id="PREVIOUS_NETWORK">%2$s</xliff:g>无法访问互联网时使用<xliff:g id="NEW_NETWORK">%1$s</xliff:g>(可能需要支付相应的费用)。"</string>
    <string name="network_switch_metered_toast" msgid="501662047275723743">"已从<xliff:g id="PREVIOUS_NETWORK">%1$s</xliff:g>切换至<xliff:g id="NEW_NETWORK">%2$s</xliff:g>"</string>
  <string-array name="network_switch_type_name">
    <item msgid="2255670471736226365">"移动数据"</item>
    <item msgid="5520925862115353992">"WLAN"</item>
    <item msgid="1055487873974272842">"蓝牙"</item>
    <item msgid="1616528372438698248">"以太网"</item>
    <item msgid="9177085807664964627">"VPN"</item>
  </string-array>
    <string name="network_switch_type_name_unknown" msgid="3665696841646851068">"未知网络类型"</string>
    <string name="accept" msgid="5447154347815825107">"接受"</string>
    <string name="decline" msgid="6490507610282145874">"拒绝"</string>
    <string name="select_character" msgid="3352797107930786979">"插入字符"</string>
    <string name="sms_control_title" msgid="4748684259903148341">"正在发送短信"</string>
    <string name="sms_control_message" msgid="6574313876316388239">"&lt;b&gt;<xliff:g id="APP_NAME">%1$s</xliff:g>&lt;/b&gt;在发送大量短信。是否允许该应用继续发送短信?"</string>
    <string name="sms_control_yes" msgid="4858845109269524622">"允许"</string>
    <string name="sms_control_no" msgid="4845717880040355570">"拒绝"</string>
    <string name="sms_short_code_confirm_message" msgid="1385416688897538724">"&lt;b&gt;<xliff:g id="APP_NAME">%1$s</xliff:g>&lt;/b&gt;想要向 &lt;b&gt;<xliff:g id="DEST_ADDRESS">%2$s</xliff:g>&lt;/b&gt; 发送一条短信。"</string>
    <string name="sms_short_code_details" msgid="2723725738333388351"><b>"这可能会导致您的手机号产生费用。"</b></string>
    <string name="sms_premium_short_code_details" msgid="1400296309866638111"><b>"这会导致您的手机号产生费用。"</b></string>
    <string name="sms_short_code_confirm_allow" msgid="920477594325526691">"发送"</string>
    <string name="sms_short_code_confirm_deny" msgid="1356917469323768230">"取消"</string>
    <string name="sms_short_code_remember_choice" msgid="1374526438647744862">"记住我的选择"</string>
    <string name="sms_short_code_remember_undo_instruction" msgid="2620984439143080410">"之后,您可以在“设置”&gt;“应用”中更改此设置"</string>
    <string name="sms_short_code_confirm_always_allow" msgid="2223014893129755950">"始终允许"</string>
    <string name="sms_short_code_confirm_never_allow" msgid="2688828813521652079">"永不允许"</string>
    <string name="sim_removed_title" msgid="1349026474932481037">"已取出 SIM 卡"</string>
    <string name="sim_removed_message" msgid="8469588437451533845">"移动网络不可用,请插入有效的 SIM 卡并重新启动。"</string>
    <string name="sim_done_button" msgid="6464250841528410598">"完成"</string>
    <string name="sim_added_title" msgid="2976783426741012468">"已插入 SIM 卡"</string>
    <string name="sim_added_message" msgid="6602906609509958680">"请重新启动您的设备,以便访问移动网络。"</string>
    <string name="sim_restart_button" msgid="8481803851341190038">"重新启动"</string>
    <string name="install_carrier_app_notification_title" msgid="5712723402213090102">"激活移动网络服务"</string>
    <string name="install_carrier_app_notification_text" msgid="2781317581274192728">"下载运营商应用即可激活您的新 SIM 卡"</string>
    <string name="install_carrier_app_notification_text_app_name" msgid="4086877327264106484">"下载<xliff:g id="APP_NAME">%1$s</xliff:g>应用即可激活您的新 SIM 卡"</string>
    <string name="install_carrier_app_notification_button" msgid="6257740533102594290">"下载应用"</string>
    <string name="carrier_app_notification_title" msgid="5815477368072060250">"已插入新 SIM 卡"</string>
    <string name="carrier_app_notification_text" msgid="6567057546341958637">"点按即可进行设置"</string>
    <string name="time_picker_dialog_title" msgid="9053376764985220821">"设置时间"</string>
    <string name="date_picker_dialog_title" msgid="5030520449243071926">"设置日期"</string>
    <string name="date_time_set" msgid="4603445265164486816">"设置"</string>
    <string name="date_time_done" msgid="8363155889402873463">"完成"</string>
    <string name="perms_new_perm_prefix" msgid="6984556020395757087"><font size="12" fgcolor="#ff33b5e5">"新增:"</font></string>
    <string name="perms_description_app" msgid="2747752389870161996">"由“<xliff:g id="APP_NAME">%1$s</xliff:g>”提供。"</string>
    <string name="no_permissions" msgid="5729199278862516390">"不需要任何权限"</string>
    <string name="perm_costs_money" msgid="749054595022779685">"这可能会产生费用"</string>
    <string name="dlg_ok" msgid="5103447663504839312">"确定"</string>
    <string name="usb_charging_notification_title" msgid="1674124518282666955">"正在通过 USB 为此设备充电"</string>
    <string name="usb_supplying_notification_title" msgid="5378546632408101811">"正在通过 USB 为连接的设备充电"</string>
    <string name="usb_mtp_notification_title" msgid="1065989144124499810">"已开启 USB 文件传输模式"</string>
    <string name="usb_ptp_notification_title" msgid="5043437571863443281">"已开启 USB PTP 模式"</string>
    <string name="usb_tether_notification_title" msgid="8828527870612663771">"已开启 USB 网络共享模式"</string>
    <string name="usb_midi_notification_title" msgid="7404506788950595557">"已开启 USB MIDI 模式"</string>
    <string name="usb_uvc_notification_title" msgid="2030032862673400008">"设备已连接并作为摄像头使用"</string>
    <string name="usb_accessory_notification_title" msgid="1385394660861956980">"USB 配件已连接"</string>
    <string name="usb_notification_message" msgid="4715163067192110676">"点按即可查看更多选项。"</string>
    <string name="usb_power_notification_message" msgid="7284765627437897702">"正在为连接的设备充电。点按即可查看更多选项。"</string>
    <string name="usb_unsupported_audio_accessory_title" msgid="2335775548086533065">"检测到模拟音频配件"</string>
    <string name="usb_unsupported_audio_accessory_message" msgid="1300168007129796621">"连接的设备与此手机不兼容。点按即可了解详情。"</string>
    <string name="adb_active_notification_title" msgid="408390247354560331">"已连接到 USB 调试"</string>
    <string name="adb_active_notification_message" msgid="5617264033476778211">"点按即可关闭 USB 调试"</string>
    <string name="adb_active_notification_message" product="tv" msgid="6624498401272780855">"选择即可停用 USB 调试功能。"</string>
    <string name="adbwifi_active_notification_title" msgid="6147343659168302473">"已连接到无线调试"</string>
    <string name="adbwifi_active_notification_message" msgid="930987922852867972">"点按即可关闭无线调试功能"</string>
    <string name="adbwifi_active_notification_message" product="tv" msgid="8633421848366915478">"选择即可停用无线调试功能。"</string>
    <string name="test_harness_mode_notification_title" msgid="2282785860014142511">"自动化测试框架模式已启用"</string>
    <string name="test_harness_mode_notification_message" msgid="3039123743127958420">"恢复出厂设置以停用自动化测试框架模式。"</string>
    <string name="console_running_notification_title" msgid="6087888939261635904">"已启用序列控制台"</string>
    <string name="console_running_notification_message" msgid="7892751888125174039">"性能受到影响。要停用,请查看引导加载程序。"</string>
    <string name="mte_override_notification_title" msgid="4731115381962792944">"已启用实验性 MTE"</string>
    <string name="mte_override_notification_message" msgid="2441170442725738942">"性能和稳定性可能会受影响。重新启动即可停用。如果该功能是通过 arm64.memtag.bootctl 启用的,请事先将其设为“none”。"</string>
    <string name="usb_contaminant_detected_title" msgid="4359048603069159678">"USB 端口中有液体或碎屑"</string>
    <string name="usb_contaminant_detected_message" msgid="7346100585390795743">"USB 端口已自动停用。点按即可了解详情。"</string>
    <string name="usb_contaminant_not_detected_title" msgid="2651167729563264053">"允许使用 USB 端口"</string>
    <string name="usb_contaminant_not_detected_message" msgid="892863190942660462">"手机不再检测到液体或碎屑。"</string>
    <string name="taking_remote_bugreport_notification_title" msgid="1582531382166919850">"正在生成错误报告…"</string>
    <string name="share_remote_bugreport_notification_title" msgid="6708897723753334999">"要分享错误报告吗?"</string>
    <string name="sharing_remote_bugreport_notification_title" msgid="3077385149217638550">"正在分享错误报告…"</string>
    <string name="share_remote_bugreport_notification_message_finished" msgid="7325635795739260135">"您的管理员希望获取错误报告,以便排查此设备的问题。报告可能会透露您设备上的应用和数据。"</string>
    <string name="share_remote_bugreport_action" msgid="7630880678785123682">"分享"</string>
    <string name="decline_remote_bugreport_action" msgid="4040894777519784346">"拒绝"</string>
    <string name="select_input_method" msgid="3971267998568587025">"选择输入法"</string>
    <string name="show_ime" msgid="6406112007347443383">"开启后,连接到实体键盘时,它会一直显示在屏幕上"</string>
    <string name="hardware" msgid="1800597768237606953">"显示虚拟键盘"</string>
    <string name="select_keyboard_layout_notification_title" msgid="5823199895322205589">"配置“<xliff:g id="DEVICE_NAME">%s</xliff:g>”"</string>
    <string name="select_multiple_keyboards_layout_notification_title" msgid="6999491025126641938">"配置物理键盘"</string>
    <string name="select_keyboard_layout_notification_message" msgid="8835158247369158154">"点按即可选择语言和布局"</string>
    <string name="fast_scroll_alphabet" msgid="8854435958703888376">" ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
    <string name="fast_scroll_numeric_alphabet" msgid="2529539945421557329">" 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
    <string name="alert_windows_notification_channel_group_name" msgid="6063891141815714246">"显示在其他应用的上层"</string>
    <string name="alert_windows_notification_channel_name" msgid="3437528564303192620">"“<xliff:g id="NAME">%s</xliff:g>”正在其他应用的上层显示内容"</string>
    <string name="alert_windows_notification_title" msgid="6331662751095228536">"“<xliff:g id="NAME">%s</xliff:g>”正在其他应用的上层显示内容"</string>
    <string name="alert_windows_notification_message" msgid="6538171456970725333">"如果您不想让“<xliff:g id="NAME">%s</xliff:g>”使用此功能,请点按以打开设置,然后关闭此功能。"</string>
    <string name="alert_windows_notification_turn_off_action" msgid="7805857234839123780">"关闭"</string>
    <string name="ext_media_checking_notification_title" msgid="8299199995416510094">"正在检查<xliff:g id="NAME">%s</xliff:g>…"</string>
    <string name="ext_media_checking_notification_message" msgid="2231566971425375542">"正在检查当前内容"</string>
    <string name="ext_media_checking_notification_message" product="tv" msgid="7986154434946021415">"正在分析媒体存储空间"</string>
    <string name="ext_media_new_notification_title" msgid="3517407571407687677">"新的<xliff:g id="NAME">%s</xliff:g>"</string>
    <string name="ext_media_new_notification_title" product="automotive" msgid="9085349544984742727">"<xliff:g id="NAME">%s</xliff:g>无法使用"</string>
    <string name="ext_media_new_notification_message" msgid="6095403121990786986">"点按即可进行设置"</string>
    <string name="ext_media_new_notification_message" product="tv" msgid="216863352100263668">"选择即可设置"</string>
    <string name="ext_media_new_notification_message" product="automotive" msgid="5140127881613227162">"您可能需要重新格式化设备。点按即可弹出。"</string>
    <string name="ext_media_ready_notification_message" msgid="7509496364380197369">"用于存储照片、视频和音乐等"</string>
    <string name="ext_media_ready_notification_message" product="tv" msgid="8847134811163165935">"浏览媒体文件"</string>
    <string name="ext_media_unmountable_notification_title" msgid="4895444667278979910">"<xliff:g id="NAME">%s</xliff:g>出现问题"</string>
    <string name="ext_media_unmountable_notification_title" product="automotive" msgid="3142723758949023280">"<xliff:g id="NAME">%s</xliff:g>无法使用"</string>
    <string name="ext_media_unmountable_notification_message" msgid="3256290114063126205">"点按即可修正问题"</string>
    <string name="ext_media_unmountable_notification_message" product="tv" msgid="3003611129979934633">"<xliff:g id="NAME">%s</xliff:g>已损坏。选择即可进行修正。"</string>
    <string name="ext_media_unmountable_notification_message" product="automotive" msgid="2274596120715020680">"您可能需要重新格式化设备。点按即可弹出。"</string>
    <string name="ext_media_unsupported_notification_title" msgid="3487534182861251401">"检测到<xliff:g id="NAME">%s</xliff:g>"</string>
    <string name="ext_media_unsupported_notification_title" product="automotive" msgid="6004193172658722381">"<xliff:g id="NAME">%s</xliff:g>无法使用"</string>
    <string name="ext_media_unsupported_notification_message" msgid="8463636521459807981">"点按即可设置。"</string>
    <string name="ext_media_unsupported_notification_message" product="tv" msgid="1595482802187036532">"选择即可使用支持的格式设置<xliff:g id="NAME">%s</xliff:g>。"</string>
    <string name="ext_media_unsupported_notification_message" product="automotive" msgid="3412494732736336330">"您可能需要重新格式化设备"</string>
    <string name="ext_media_badremoval_notification_title" msgid="4114625551266196872">"<xliff:g id="NAME">%s</xliff:g>已意外移除"</string>
    <string name="ext_media_badremoval_notification_message" msgid="1986514704499809244">"请先弹出媒体,再将其移除,以防内容丢失"</string>
    <string name="ext_media_nomedia_notification_title" msgid="742671636376975890">"<xliff:g id="NAME">%s</xliff:g>已被移除"</string>
    <string name="ext_media_nomedia_notification_message" msgid="2832724384636625852">"部分功能可能无法正常运行。请插入新的存储设备。"</string>
    <string name="ext_media_unmounting_notification_title" msgid="4147986383917892162">"正在弹出<xliff:g id="NAME">%s</xliff:g>"</string>
    <string name="ext_media_unmounting_notification_message" msgid="5717036261538754203">"请勿移除"</string>
    <string name="ext_media_init_action" msgid="2312974060585056709">"设置"</string>
    <string name="ext_media_unmount_action" msgid="966992232088442745">"弹出"</string>
    <string name="ext_media_browse_action" msgid="344865351947079139">"浏览"</string>
    <string name="ext_media_seamless_action" msgid="8837030226009268080">"切换输出"</string>
    <string name="ext_media_missing_title" msgid="3209472091220515046">"缺少<xliff:g id="NAME">%s</xliff:g>"</string>
    <string name="ext_media_missing_message" msgid="4408988706227922909">"请再次插入设备"</string>
    <string name="ext_media_move_specific_title" msgid="8492118544775964250">"正在移动<xliff:g id="NAME">%s</xliff:g>"</string>
    <string name="ext_media_move_title" msgid="2682741525619033637">"正在移动数据"</string>
    <string name="ext_media_move_success_title" msgid="4901763082647316767">"内容转移操作已完成"</string>
    <string name="ext_media_move_success_message" msgid="9159542002276982979">"已将内容移至<xliff:g id="NAME">%s</xliff:g>"</string>
    <string name="ext_media_move_failure_title" msgid="3184577479181333665">"无法移动内容"</string>
    <string name="ext_media_move_failure_message" msgid="4197306718121869335">"请再次尝试移动内容"</string>
    <string name="ext_media_status_removed" msgid="241223931135751691">"已移除"</string>
    <string name="ext_media_status_unmounted" msgid="8145812017295835941">"已弹出"</string>
    <string name="ext_media_status_checking" msgid="159013362442090347">"正在检查…"</string>
    <string name="ext_media_status_mounted" msgid="3459448555811203459">"就绪"</string>
    <string name="ext_media_status_mounted_ro" msgid="1974809199760086956">"只读"</string>
    <string name="ext_media_status_bad_removal" msgid="508448566481406245">"未安全移除"</string>
    <string name="ext_media_status_unmountable" msgid="7043574843541087748">"已损坏"</string>
    <string name="ext_media_status_unsupported" msgid="5460509911660539317">"不支持"</string>
    <string name="ext_media_status_ejecting" msgid="7532403368044013797">"正在弹出…"</string>
    <string name="ext_media_status_formatting" msgid="774148701503179906">"正在格式化…"</string>
    <string name="ext_media_status_missing" msgid="6520746443048867314">"未插入"</string>
    <string name="activity_list_empty" msgid="4219430010716034252">"未找到匹配的活动。"</string>
    <string name="permlab_route_media_output" msgid="8048124531439513118">"更改媒体输出线路"</string>
    <string name="permdesc_route_media_output" msgid="1759683269387729675">"允许该应用将媒体输出线路更改到其他外部设备。"</string>
    <string name="permlab_readInstallSessions" msgid="7279049337895583621">"读取安装会话"</string>
    <string name="permdesc_readInstallSessions" msgid="4012608316610763473">"允许应用读取安装会话。这样,应用将可以查看有关当前软件包安装的详情。"</string>
    <string name="permlab_requestInstallPackages" msgid="7600020863445351154">"请求安装文件包"</string>
    <string name="permdesc_requestInstallPackages" msgid="3969369278325313067">"允许应用请求安装文件包。"</string>
    <string name="permlab_requestDeletePackages" msgid="2541172829260106795">"请求删除文件包"</string>
    <string name="permdesc_requestDeletePackages" msgid="6133633516423860381">"允许应用请求删除文件包。"</string>
    <string name="permlab_requestIgnoreBatteryOptimizations" msgid="7646611326036631439">"请求忽略电池优化"</string>
    <string name="permdesc_requestIgnoreBatteryOptimizations" msgid="634260656917874356">"允许应用请求相应的权限,以便忽略针对该应用的电池优化。"</string>
    <string name="permlab_queryAllPackages" msgid="2928450604653281650">"查询所有软件包"</string>
    <string name="permdesc_queryAllPackages" msgid="5339069855520996010">"允许应用查看所有已安装的软件包。"</string>
    <string name="tutorial_double_tap_to_zoom_message_short" msgid="1842872462124648678">"双击可以进行缩放控制"</string>
    <string name="gadget_host_error_inflating" msgid="2449961590495198720">"无法添加微件。"</string>
    <string name="ime_action_go" msgid="5536744546326495436">"开始"</string>
    <string name="ime_action_search" msgid="4501435960587287668">"搜索"</string>
    <string name="ime_action_send" msgid="8456843745664334138">"发送"</string>
    <string name="ime_action_next" msgid="4169702997635728543">"下一步"</string>
    <string name="ime_action_done" msgid="6299921014822891569">"完成"</string>
    <string name="ime_action_previous" msgid="6548799326860401611">"上一页"</string>
    <string name="ime_action_default" msgid="8265027027659800121">"执行"</string>
    <string name="dial_number_using" msgid="6060769078933953531">"拨打电话\n<xliff:g id="NUMBER">%s</xliff:g>"</string>
    <string name="create_contact_using" msgid="6200708808003692594">"创建电话号码为\n<xliff:g id="NUMBER">%s</xliff:g> 的联系人"</string>
    <string name="grant_credentials_permission_message_header" msgid="5365733888842570481">"以下一个或多个应用请求获得相应权限,以便在当前和以后访问您的账号。"</string>
    <string name="grant_credentials_permission_message_footer" msgid="1886710210516246461">"您是否同意此请求?"</string>
    <string name="grant_permissions_header_text" msgid="3420736827804657201">"访问权限请求"</string>
    <string name="allow" msgid="6195617008611933762">"允许"</string>
    <string name="deny" msgid="6632259981847676572">"拒绝"</string>
    <string name="permission_request_notification_title" msgid="1810025922441048273">"权限请求"</string>
    <string name="permission_request_notification_with_subtitle" msgid="3743417870360129298">"应用对账号 <xliff:g id="ACCOUNT">%s</xliff:g>\n 提出权限请求。"</string>
    <string name="permission_request_notification_for_app_with_subtitle" msgid="1298704005732851350">"“<xliff:g id="APP">%1$s</xliff:g>”请求获得以下账号的访问权限:\n<xliff:g id="ACCOUNT">%2$s</xliff:g>。"</string>
    <string name="forward_intent_to_owner" msgid="4620359037192871015">"您目前是在工作资料之外使用此应用"</string>
    <string name="forward_intent_to_work" msgid="3620262405636021151">"您目前是在工作资料内使用此应用"</string>
    <string name="input_method_binding_label" msgid="1166731601721983656">"输入法"</string>
    <string name="sync_binding_label" msgid="469249309424662147">"同步"</string>
    <string name="accessibility_binding_label" msgid="1974602776545801715">"无障碍"</string>
    <string name="wallpaper_binding_label" msgid="1197440498000786738">"壁纸"</string>
    <string name="chooser_wallpaper" msgid="3082405680079923708">"更换壁纸"</string>
    <string name="notification_listener_binding_label" msgid="2702165274471499713">"通知侦听器"</string>
    <string name="vr_listener_binding_label" msgid="8013112996671206429">"VR 监听器"</string>
    <string name="condition_provider_service_binding_label" msgid="8490641013951857673">"条件提供程序"</string>
    <string name="notification_ranker_binding_label" msgid="432708245635563763">"通知重要程度排序服务"</string>
    <string name="vpn_title" msgid="5906991595291514182">"已激活VPN"</string>
    <string name="vpn_title_long" msgid="6834144390504619998">"<xliff:g id="APP">%s</xliff:g>已激活VPN"</string>
    <string name="vpn_text" msgid="2275388920267251078">"点按即可管理网络。"</string>
    <string name="vpn_text_long" msgid="278540576806169831">"已连接到<xliff:g id="SESSION">%s</xliff:g>。点按即可管理网络。"</string>
    <string name="vpn_lockdown_connecting" msgid="6096725311950342607">"正在连接到始终开启的 VPN…"</string>
    <string name="vpn_lockdown_connected" msgid="2853127976590658469">"已连接到始终开启的 VPN"</string>
    <string name="vpn_lockdown_disconnected" msgid="5573611651300764955">"始终开启的 VPN 已断开连接"</string>
    <string name="vpn_lockdown_error" msgid="4453048646854247947">"无法连接到始终开启的 VPN"</string>
    <string name="vpn_lockdown_config" msgid="8331697329868252169">"更改网络或 VPN 设置"</string>
    <string name="upload_file" msgid="8651942222301634271">"选择文件"</string>
    <string name="no_file_chosen" msgid="4146295695162318057">"未选定任何文件"</string>
    <string name="reset" msgid="3865826612628171429">"重置"</string>
    <string name="submit" msgid="862795280643405865">"提交"</string>
    <string name="car_mode_disable_notification_title" msgid="8450693275833142896">"驾驶应用正在运行"</string>
    <string name="car_mode_disable_notification_message" msgid="8954550232288567515">"点按即可退出驾驶应用。"</string>
    <string name="back_button_label" msgid="4078224038025043387">"上一步"</string>
    <string name="next_button_label" msgid="6040209156399907780">"下一步"</string>
    <string name="skip_button_label" msgid="3566599811326688389">"跳过"</string>
    <string name="no_matches" msgid="6472699895759164599">"无匹配项"</string>
    <string name="find_on_page" msgid="5400537367077438198">"在网页上查找"</string>
    <string name="matches_found" msgid="2296462299979507689">"{count,plural, =1{# 条匹配结果}other{#/{total}}}"</string>
    <string name="action_mode_done" msgid="2536182504764803222">"完成"</string>
    <string name="progress_erasing" msgid="6891435992721028004">"正在清空共享的存储空间…"</string>
    <string name="share" msgid="4157615043345227321">"分享"</string>
    <string name="find" msgid="5015737188624767706">"查找"</string>
    <string name="websearch" msgid="5624340204512793290">"网页搜索"</string>
    <string name="find_next" msgid="5341217051549648153">"下一条结果"</string>
    <string name="find_previous" msgid="4405898398141275532">"上一条结果"</string>
    <string name="gpsNotifTicker" msgid="3207361857637620780">"来自<xliff:g id="NAME">%s</xliff:g>的定位请求"</string>
    <string name="gpsNotifTitle" msgid="1590033371665669570">"位置信息请求"</string>
    <string name="gpsNotifMessage" msgid="7346649122793758032">"请求人:<xliff:g id="NAME">%1$s</xliff:g>(<xliff:g id="SERVICE">%2$s</xliff:g>)"</string>
    <string name="gpsVerifYes" msgid="3719843080744112940">"是"</string>
    <string name="gpsVerifNo" msgid="1671201856091564741">"否"</string>
    <string name="sync_too_many_deletes" msgid="6999440774578705300">"超出删除限制"</string>
    <string name="sync_too_many_deletes_desc" msgid="7409327940303504440">"账号 <xliff:g id="ACCOUNT_NAME">%3$s</xliff:g> 在进行“<xliff:g id="TYPE_OF_SYNC">%2$s</xliff:g>”同步时删除了 <xliff:g id="NUMBER_OF_DELETED_ITEMS">%1$d</xliff:g> 项内容。您要如何处理这些删除的内容?"</string>
    <string name="sync_really_delete" msgid="5657871730315579051">"删除这些内容"</string>
    <string name="sync_undo_deletes" msgid="5786033331266418896">"撤消删除"</string>
    <string name="sync_do_nothing" msgid="4528734662446469646">"目前不进行任何操作"</string>
    <string name="choose_account_label" msgid="5557833752759831548">"选择账号"</string>
    <string name="add_account_label" msgid="4067610644298737417">"添加账号"</string>
    <string name="add_account_button_label" msgid="322390749416414097">"添加账号"</string>
    <string name="number_picker_increment_button" msgid="7621013714795186298">"增大"</string>
    <string name="number_picker_decrement_button" msgid="5116948444762708204">"减小"</string>
    <string name="number_picker_increment_scroll_mode" msgid="8403893549806805985">"<xliff:g id="VALUE">%s</xliff:g> 触摸并按住。"</string>
    <string name="number_picker_increment_scroll_action" msgid="8310191318914268271">"向上滑动可增大数值,向下滑动可减小数值。"</string>
    <string name="time_picker_increment_minute_button" msgid="7195870222945784300">"增大分钟值"</string>
    <string name="time_picker_decrement_minute_button" msgid="230925389943411490">"减小分钟值"</string>
    <string name="time_picker_increment_hour_button" msgid="3063572723197178242">"增大小时值"</string>
    <string name="time_picker_decrement_hour_button" msgid="584101766855054412">"减小小时值"</string>
    <string name="time_picker_increment_set_pm_button" msgid="5889149366900376419">"设置下午时间"</string>
    <string name="time_picker_decrement_set_am_button" msgid="1422608001541064087">"设置上午时间"</string>
    <string name="date_picker_increment_month_button" msgid="3447263316096060309">"增大月份值"</string>
    <string name="date_picker_decrement_month_button" msgid="6531888937036883014">"减小月份值"</string>
    <string name="date_picker_increment_day_button" msgid="4349336637188534259">"增大日期值"</string>
    <string name="date_picker_decrement_day_button" msgid="6840253837656637248">"减小日期值"</string>
    <string name="date_picker_increment_year_button" msgid="7608128783435372594">"增大年份值"</string>
    <string name="date_picker_decrement_year_button" msgid="4102586521754172684">"减小年份值"</string>
    <string name="date_picker_prev_month_button" msgid="3418694374017868369">"上个月"</string>
    <string name="date_picker_next_month_button" msgid="4858207337779144840">"下个月"</string>
    <string name="keyboardview_keycode_alt" msgid="8997420058584292385">"Alt"</string>
    <string name="keyboardview_keycode_cancel" msgid="2134624484115716975">"取消"</string>
    <string name="keyboardview_keycode_delete" msgid="2661117313730098650">"Delete"</string>
    <string name="keyboardview_keycode_done" msgid="2524518019001653851">"完成"</string>
    <string name="keyboardview_keycode_mode_change" msgid="2743735349997999020">"模式更改"</string>
    <string name="keyboardview_keycode_shift" msgid="3026509237043975573">"Shift"</string>
    <string name="keyboardview_keycode_enter" msgid="168054869339091055">"Enter"</string>
    <string name="activitychooserview_choose_application" msgid="3500574466367891463">"选择应用"</string>
    <string name="activitychooserview_choose_application_error" msgid="6937782107559241734">"无法启动“<xliff:g id="APPLICATION_NAME">%s</xliff:g>”"</string>
    <string name="shareactionprovider_share_with" msgid="2753089758467748982">"分享方式"</string>
    <string name="shareactionprovider_share_with_application" msgid="4902832247173666973">"使用<xliff:g id="APPLICATION_NAME">%s</xliff:g>分享"</string>
    <string name="content_description_sliding_handle" msgid="982510275422590757">"滑动手柄。触摸并按住。"</string>
    <string name="description_target_unlock_tablet" msgid="7431571180065859551">"滑动解锁。"</string>
    <string name="action_bar_home_description" msgid="1501655419158631974">"导航首页"</string>
    <string name="action_bar_up_description" msgid="6611579697195026932">"返回"</string>
    <string name="action_menu_overflow_description" msgid="4579536843510088170">"更多选项"</string>
    <string name="action_bar_home_description_format" msgid="5087107531331621803">"%1$s:%2$s"</string>
    <string name="action_bar_home_subtitle_description_format" msgid="4346835454749569826">"%1$s - %2$s:%3$s"</string>
    <string name="storage_internal" msgid="8490227947584914460">"内部共享存储空间"</string>
    <string name="storage_sd_card" msgid="3404740277075331881">"SD卡"</string>
    <string name="storage_sd_card_label" msgid="7526153141147470509">"<xliff:g id="MANUFACTURER">%s</xliff:g> SD 卡"</string>
    <string name="storage_usb_drive" msgid="448030813201444573">"U 盘"</string>
    <string name="storage_usb_drive_label" msgid="6631740655876540521">"<xliff:g id="MANUFACTURER">%s</xliff:g> U 盘"</string>
    <string name="storage_usb" msgid="2391213347883616886">"USB存储器"</string>
    <string name="extract_edit_menu_button" msgid="63954536535863040">"修改"</string>
    <string name="data_usage_warning_title" msgid="9034893717078325845">"数据流量警告"</string>
    <string name="data_usage_warning_body" msgid="1669325367188029454">"您已使用 <xliff:g id="APP">%s</xliff:g> 的数据流量"</string>
    <string name="data_usage_mobile_limit_title" msgid="3911447354393775241">"已达到移动数据流量上限"</string>
    <string name="data_usage_wifi_limit_title" msgid="2069698056520812232">"已达到 WLAN 流量上限"</string>
    <string name="data_usage_limit_body" msgid="3567699582000085710">"已暂停使用数据网络连接,直到这个周期结束为止"</string>
    <string name="data_usage_mobile_limit_snoozed_title" msgid="101888478915677895">"已超出移动数据流量上限"</string>
    <string name="data_usage_wifi_limit_snoozed_title" msgid="1622359254521960508">"已超出 WLAN 数据流量上限"</string>
    <string name="data_usage_limit_snoozed_body" msgid="545146591766765678">"您已使用 <xliff:g id="SIZE">%s</xliff:g>,超出所设上限"</string>
    <string name="data_usage_restricted_title" msgid="126711424380051268">"后台流量受限制"</string>
    <string name="data_usage_restricted_body" msgid="5338694433686077733">"点按即可取消限制。"</string>
    <string name="data_usage_rapid_title" msgid="2950192123248740375">"移动数据用量较多"</string>
    <string name="data_usage_rapid_body" msgid="3886676853263693432">"您的应用使用的数据流量比平时多"</string>
    <string name="data_usage_rapid_app_body" msgid="5425779218506513861">"<xliff:g id="APP">%s</xliff:g>使用的数据流量比平时多"</string>
    <string name="ssl_certificate" msgid="5690020361307261997">"安全证书"</string>
    <string name="ssl_certificate_is_valid" msgid="7293675884598527081">"该证书有效。"</string>
    <string name="issued_to" msgid="5975877665505297662">"颁发给:"</string>
    <string name="common_name" msgid="1486334593631798443">"常用名称:"</string>
    <string name="org_name" msgid="7526331696464255245">"组织:"</string>
    <string name="org_unit" msgid="995934486977223076">"组织单位:"</string>
    <string name="issued_by" msgid="7872459822431585684">"颁发者:"</string>
    <string name="validity_period" msgid="1717724283033175968">"有效期:"</string>
    <string name="issued_on" msgid="5855489688152497307">"颁发时间:"</string>
    <string name="expires_on" msgid="1623640879705103121">"有效期至:"</string>
    <string name="serial_number" msgid="3479576915806623429">"序列号:"</string>
    <string name="fingerprints" msgid="148690767172613723">"指纹:"</string>
    <string name="sha256_fingerprint" msgid="7103976380961964600">"SHA-256 指纹:"</string>
    <string name="sha1_fingerprint" msgid="2339915142825390774">"SHA-1 指纹:"</string>
    <string name="activity_chooser_view_see_all" msgid="3917045206812726099">"查看全部"</string>
    <string name="activity_chooser_view_dialog_title_default" msgid="8880731437191978314">"选择活动"</string>
    <string name="share_action_provider_share_with" msgid="1904096863622941880">"分享方式"</string>
    <string name="sending" msgid="206925243621664438">"正在发送..."</string>
    <string name="launchBrowserDefault" msgid="6328349989932924119">"要启动浏览器吗?"</string>
    <string name="SetupCallDefault" msgid="5581740063237175247">"要接听电话吗?"</string>
    <string name="activity_resolver_use_always" msgid="5575222334666843269">"始终"</string>
    <string name="activity_resolver_use_once" msgid="948462794469672658">"仅此一次"</string>
    <string name="activity_resolver_work_profiles_support" msgid="4071345609235361269">"%1$s不支持工作资料"</string>
    <string name="default_audio_route_name" product="tablet" msgid="367936735632195517">"平板电脑"</string>
    <string name="default_audio_route_name" product="tv" msgid="4908971385068087367">"电视"</string>
    <string name="default_audio_route_name" product="default" msgid="9213546147739983977">"手机"</string>
    <string name="default_audio_route_name_dock_speakers" msgid="1551166029093995289">"基座扬声器"</string>
    <string name="default_audio_route_name_external_device" msgid="8124229858618975">"外部设备"</string>
    <string name="default_audio_route_name_headphones" msgid="6954070994792640762">"耳机"</string>
    <string name="default_audio_route_name_usb" msgid="895668743163316932">"USB"</string>
    <string name="default_audio_route_category_name" msgid="5241740395748134483">"系统"</string>
    <string name="bluetooth_a2dp_audio_route_name" msgid="4214648773120426288">"蓝牙音频"</string>
    <string name="wireless_display_route_description" msgid="8297563323032966831">"无线显示"</string>
    <string name="media_route_button_content_description" msgid="2299223698196869956">"投放"</string>
    <string name="media_route_chooser_title" msgid="6646594924991269208">"连接到设备"</string>
    <string name="media_route_chooser_title_for_remote_display" msgid="3105906508794326446">"将屏幕投放到设备上"</string>
    <string name="media_route_chooser_searching" msgid="6119673534251329535">"正在搜索设备…"</string>
    <string name="media_route_chooser_extended_settings" msgid="2506352159381327741">"设置"</string>
    <string name="media_route_controller_disconnect" msgid="7362617572732576959">"断开连接"</string>
    <string name="media_route_status_scanning" msgid="8045156315309594482">"正在扫描..."</string>
    <string name="media_route_status_connecting" msgid="5845597961412010540">"正在连接..."</string>
    <string name="media_route_status_available" msgid="1477537663492007608">"可连接"</string>
    <string name="media_route_status_not_available" msgid="480912417977515261">"无法连接"</string>
    <string name="media_route_status_in_use" msgid="6684112905244944724">"正在使用"</string>
    <string name="display_manager_built_in_display_name" msgid="1015775198829722440">"内置屏幕"</string>
    <string name="display_manager_hdmi_display_name" msgid="1022758026251534975">"HDMI 屏幕"</string>
    <string name="display_manager_overlay_display_name" msgid="5306088205181005861">"叠加视图 #<xliff:g id="ID">%1$d</xliff:g>"</string>
    <string name="display_manager_overlay_display_title" msgid="1480158037150469170">"<xliff:g id="NAME">%1$s</xliff:g>:<xliff:g id="WIDTH">%2$d</xliff:g>x<xliff:g id="HEIGHT">%3$d</xliff:g>,<xliff:g id="DPI">%4$d</xliff:g> dpi"</string>
    <string name="display_manager_overlay_display_secure_suffix" msgid="2810034719482834679">",安全"</string>
    <string name="kg_forgot_pattern_button_text" msgid="406145459223122537">"忘记了图案"</string>
    <string name="kg_wrong_pattern" msgid="1342812634464179931">"图案错误"</string>
    <string name="kg_wrong_password" msgid="2384677900494439426">"密码错误"</string>
    <string name="kg_wrong_pin" msgid="3680925703673166482">"PIN码有误"</string>
    <string name="kg_pattern_instructions" msgid="8366024510502517748">"绘制您的图案"</string>
    <string name="kg_sim_pin_instructions" msgid="6479401489471690359">"输入 SIM 卡 PIN 码"</string>
    <string name="kg_pin_instructions" msgid="7355933174673539021">"输入PIN码"</string>
    <string name="kg_password_instructions" msgid="7179782578809398050">"输入密码"</string>
    <string name="kg_puk_enter_puk_hint" msgid="6696187482616360994">"SIM卡已被停用,需要输入PUK码才能继续使用。有关详情,请联系您的运营商。"</string>
    <string name="kg_puk_enter_pin_hint" msgid="8190982314659429770">"请输入所需的PIN码"</string>
    <string name="kg_enter_confirm_pin_hint" msgid="6372557107414074580">"请确认所需的PIN码"</string>
    <string name="kg_sim_unlock_progress_dialog_message" msgid="5743634657721110967">"正在解锁 SIM 卡…"</string>
    <string name="kg_password_wrong_pin_code" msgid="9013856346870572451">"PIN码有误。"</string>
    <string name="kg_invalid_sim_pin_hint" msgid="4821601451222564077">"请输入4至8位数的PIN码。"</string>
    <string name="kg_invalid_sim_puk_hint" msgid="2539364558870734339">"PUK码应包含8位数字。"</string>
    <string name="kg_invalid_puk" msgid="4809502818518963344">"请重新输入正确的PUK码。如果尝试错误次数过多,SIM卡将永久停用。"</string>
    <string name="kg_invalid_confirm_pin_hint" product="default" msgid="4705368340409816254">"PIN 码不匹配"</string>
    <string name="kg_login_too_many_attempts" msgid="699292728290654121">"图案尝试次数过多"</string>
    <string name="kg_login_instructions" msgid="3619844310339066827">"要解锁,请登录您的 Google 账号。"</string>
    <string name="kg_login_username_hint" msgid="1765453775467133251">"用户名(电子邮件地址)"</string>
    <string name="kg_login_password_hint" msgid="3330530727273164402">"密码"</string>
    <string name="kg_login_submit_button" msgid="893611277617096870">"登录"</string>
    <string name="kg_login_invalid_input" msgid="8292367491901220210">"用户名或密码无效。"</string>
    <string name="kg_login_account_recovery_hint" msgid="4892466171043541248">"忘记了用户名或密码?\n请访问 "<b>"google.com/accounts/recovery"</b>"。"</string>
    <string name="kg_login_checking_password" msgid="4676010303243317253">"正在检查账号…"</string>
    <string name="kg_too_many_failed_pin_attempts_dialog_message" msgid="23741434207544038">"您已经<xliff:g id="NUMBER_0">%1$d</xliff:g>次输错了PIN码。\n\n请在<xliff:g id="NUMBER_1">%2$d</xliff:g>秒后重试。"</string>
    <string name="kg_too_many_failed_password_attempts_dialog_message" msgid="3328686432962224215">"您已连续 <xliff:g id="NUMBER_0">%1$d</xliff:g> 次输错密码。\n\n请在 <xliff:g id="NUMBER_1">%2$d</xliff:g> 秒后重试。"</string>
    <string name="kg_too_many_failed_pattern_attempts_dialog_message" msgid="7357404233979139075">"您已连续 <xliff:g id="NUMBER_0">%1$d</xliff:g> 次画错解锁图案。\n\n请在 <xliff:g id="NUMBER_1">%2$d</xliff:g> 秒后重试。"</string>
    <string name="kg_failed_attempts_almost_at_wipe" product="tablet" msgid="3479940221343361587">"您已经 <xliff:g id="NUMBER_0">%1$d</xliff:g> 次错误地尝试解锁平板电脑。如果再尝试  <xliff:g id="NUMBER_1">%2$d</xliff:g> 次后仍不成功,平板电脑将恢复为出厂默认设置,所有用户数据都会丢失。"</string>
    <string name="kg_failed_attempts_almost_at_wipe" product="tv" msgid="9064457748587850217">"您尝试解锁 Android TV 设备失败的次数已达 <xliff:g id="NUMBER_0">%1$d</xliff:g> 次。如果再尝试 <xliff:g id="NUMBER_1">%2$d</xliff:g> 次后仍不成功,您的 Android TV 设备就会恢复出厂设置,而且所有用户数据都会丢失。"</string>
    <string name="kg_failed_attempts_almost_at_wipe" product="default" msgid="5955398963754432548">"您已经 <xliff:g id="NUMBER_0">%1$d</xliff:g> 次错误地尝试解锁手机。如果再尝试 <xliff:g id="NUMBER_1">%2$d</xliff:g> 次后仍不成功,手机将恢复为出厂默认设置,所有用户数据都会丢失。"</string>
    <string name="kg_failed_attempts_now_wiping" product="tablet" msgid="2299099385175083308">"您已经<xliff:g id="NUMBER">%d</xliff:g>次错误地尝试解锁平板电脑。平板电脑现在将恢复为出厂默认设置。"</string>
    <string name="kg_failed_attempts_now_wiping" product="tv" msgid="5045460916106267585">"您尝试解锁 Android TV 设备失败的次数已达 <xliff:g id="NUMBER">%d</xliff:g> 次。您的 Android TV 设备现在将恢复出厂设置。"</string>
    <string name="kg_failed_attempts_now_wiping" product="default" msgid="5043730590446071189">"您已经<xliff:g id="NUMBER">%d</xliff:g>次错误地尝试解锁手机。手机现在将恢复为出厂默认设置。"</string>
    <string name="kg_failed_attempts_almost_at_login" product="tablet" msgid="7086799295109717623">"您已连续 <xliff:g id="NUMBER_0">%1$d</xliff:g> 次画错解锁图案。如果再尝试 <xliff:g id="NUMBER_1">%2$d</xliff:g> 次后仍不成功,系统就会要求您使用自己的电子邮件账号解锁平板电脑。\n\n请在 <xliff:g id="NUMBER_2">%3$d</xliff:g> 秒后重试。"</string>
    <string name="kg_failed_attempts_almost_at_login" product="tv" msgid="4670840383567106114">"您已画错解锁图案 <xliff:g id="NUMBER_0">%1$d</xliff:g> 次。如果再尝试 <xliff:g id="NUMBER_1">%2$d</xliff:g> 次后仍不成功,系统就会要求您使用电子邮件账号解锁 Android TV 设备。\n\n 请在 <xliff:g id="NUMBER_2">%3$d</xliff:g> 秒后重试。"</string>
    <string name="kg_failed_attempts_almost_at_login" product="default" msgid="5270861875006378092">"您已连续 <xliff:g id="NUMBER_0">%1$d</xliff:g> 次画错解锁图案。如果再尝试 <xliff:g id="NUMBER_1">%2$d</xliff:g> 次后仍不成功,系统就会要求您使用自己的电子邮件账号解锁手机。\n\n请在 <xliff:g id="NUMBER_2">%3$d</xliff:g> 秒后重试。"</string>
    <string name="kg_text_message_separator" product="default" msgid="4503708889934976866">" — "</string>
    <string name="kg_reordering_delete_drop_target_text" msgid="2034358143731750914">"删除"</string>
    <string name="safe_media_volume_warning" product="default" msgid="3751676824423049994">"要将音量调高到建议的音量以上吗?\n\n长时间保持高音量可能会损伤听力。"</string>
    <string name="csd_dose_reached_warning" product="default" msgid="491875107583931974">"继续以较高的音量聆听?\n\n耳机音量保持较高的时间超过了建议时长,可能会损害您的听力"</string>
    <string name="csd_momentary_exposure_warning" product="default" msgid="7730840903435405501">"检测到较高音量\n\n耳机音量水平超过了建议值,可能会损害您的听力"</string>
    <string name="accessibility_shortcut_warning_dialog_title" msgid="4017995837692622933">"要使用无障碍快捷方式吗?"</string>
    <string name="accessibility_shortcut_toogle_warning" msgid="4161716521310929544">"启用这项快捷方式后,同时按下两个音量按钮 3 秒钟即可启动无障碍功能。"</string>
    <string name="accessibility_shortcut_multiple_service_warning_title" msgid="3135860819356676426">"要开启无障碍功能快捷方式吗?"</string>
    <string name="accessibility_shortcut_multiple_service_warning" msgid="3740723309483706911">"同时按住两个音量键几秒钟,即可开启无障碍功能。这样做可能会改变您设备的工作方式。\n\n当前功能:\n<xliff:g id="SERVICE">%1$s</xliff:g>\n您可以在“设置”&gt;“无障碍”中更改所选功能。"</string>
    <string name="accessibility_shortcut_multiple_service_list" msgid="2128323171922023762">" • <xliff:g id="SERVICE">%1$s</xliff:g>\n"</string>
    <string name="accessibility_shortcut_single_service_warning_title" msgid="1909518473488345266">"要开启<xliff:g id="SERVICE">%1$s</xliff:g>快捷方式吗?"</string>
    <string name="accessibility_shortcut_single_service_warning" msgid="6363127705112844257">"同时按住两个音量键几秒钟,即可开启<xliff:g id="SERVICE">%1$s</xliff:g>无障碍功能。这样做可能会改变您设备的工作方式。\n\n您可以在“设置”&gt;“无障碍”中将此快捷方式更改为开启另一项功能。"</string>
    <string name="accessibility_shortcut_on" msgid="5463618449556111344">"开启"</string>
    <string name="accessibility_shortcut_off" msgid="3651336255403648739">"不开启"</string>
    <string name="accessibility_shortcut_menu_item_status_on" msgid="6608392117189732543">"已开启"</string>
    <string name="accessibility_shortcut_menu_item_status_off" msgid="5531598275559472393">"已关闭"</string>
    <string name="accessibility_enable_service_title" msgid="3931558336268541484">"要允许“<xliff:g id="SERVICE">%1$s</xliff:g>”完全控制您的设备吗?"</string>
    <string name="accessibility_service_warning_description" msgid="291674995220940133">"对于能满足您的无障碍功能需求的应用,可授予其完全控制权限;但对大部分应用来说,都不适合授予此权限。"</string>
    <string name="accessibility_service_screen_control_title" msgid="190017412626919776">"查看和控制屏幕"</string>
    <string name="accessibility_service_screen_control_description" msgid="6946315917771791525">"此功能可以读出屏幕上的所有内容,并在其他应用上层显示内容。"</string>
    <string name="accessibility_service_action_perform_title" msgid="779670378951658160">"查看及执行操作"</string>
    <string name="accessibility_service_action_perform_description" msgid="2718852014003170558">"此功能可以跟踪您与应用或硬件传感器的互动,并代表您与应用互动。"</string>
    <string name="accessibility_dialog_button_allow" msgid="2092558122987144530">"允许"</string>
    <string name="accessibility_dialog_button_deny" msgid="4129575637812472671">"拒绝"</string>
    <string name="accessibility_select_shortcut_menu_title" msgid="6002726538854613272">"点按相应功能即可开始使用:"</string>
    <string name="accessibility_edit_shortcut_menu_button_title" msgid="239446795930436325">"选择可通过“无障碍”按钮使用的功能"</string>
    <string name="accessibility_edit_shortcut_menu_volume_title" msgid="1077294237378645981">"选择可通过音量键快捷方式使用的功能"</string>
    <string name="accessibility_uncheck_legacy_item_warning" msgid="8047830891064817447">"已关闭<xliff:g id="SERVICE_NAME">%s</xliff:g>"</string>
    <string name="edit_accessibility_shortcut_menu_button" msgid="8885752738733772935">"修改快捷方式"</string>
    <string name="done_accessibility_shortcut_menu_button" msgid="3668407723770815708">"完成"</string>
    <string name="disable_accessibility_shortcut" msgid="5806091378745232383">"关闭快捷方式"</string>
    <string name="leave_accessibility_shortcut_on" msgid="6543362062336990814">"使用快捷方式"</string>
    <string name="color_inversion_feature_name" msgid="2672824491933264951">"颜色反转"</string>
    <string name="color_correction_feature_name" msgid="7975133554160979214">"色彩校正"</string>
    <string name="one_handed_mode_feature_name" msgid="2334330034828094891">"单手模式"</string>
    <string name="reduce_bright_colors_feature_name" msgid="3222994553174604132">"极暗"</string>
    <string name="hearing_aids_feature_name" msgid="1125892105105852542">"助听装置"</string>
    <string name="accessibility_shortcut_enabling_service" msgid="5473495203759847687">"已按住音量键。<xliff:g id="SERVICE_NAME">%1$s</xliff:g>已开启。"</string>
    <string name="accessibility_shortcut_disabling_service" msgid="8675244165062700619">"已按住音量键。<xliff:g id="SERVICE_NAME">%1$s</xliff:g>已关闭。"</string>
    <string name="accessibility_shortcut_spoken_feedback" msgid="3760999147597564314">"松开音量键。如要启用 <xliff:g id="SERVICE_NAME">%1$s</xliff:g>,请再次同时按住两个音量键 3 秒。"</string>
    <string name="accessibility_button_prompt_text" msgid="8343213623338605305">"选择点按“无障碍”按钮后要使用的功能:"</string>
    <string name="accessibility_gesture_prompt_text" msgid="8742535972130563952">"选择要搭配无障碍手势(用两根手指从屏幕底部向上滑动)使用的功能:"</string>
    <string name="accessibility_gesture_3finger_prompt_text" msgid="5211827854510660203">"选择要搭配无障碍手势(用三根手指从屏幕底部向上滑动)使用的功能:"</string>
    <string name="accessibility_button_instructional_text" msgid="8853928358872550500">"轻触并按住“无障碍”按钮,即可在多项功能之间切换。"</string>
    <string name="accessibility_gesture_instructional_text" msgid="9196230728837090497">"用两根手指向上滑动并按住,即可在多项功能之间切换。"</string>
    <string name="accessibility_gesture_3finger_instructional_text" msgid="3425123684990193765">"用三根手指向上滑动并按住,即可在多项功能之间切换。"</string>
    <string name="accessibility_magnification_chooser_text" msgid="1502075582164931596">"放大功能"</string>
    <string name="user_switched" msgid="7249833311585228097">"当前用户是<xliff:g id="NAME">%1$s</xliff:g>。"</string>
    <string name="user_switching_message" msgid="1912993630661332336">"正在切换为<xliff:g id="NAME">%1$s</xliff:g>…"</string>
    <string name="user_logging_out_message" msgid="7216437629179710359">"正在将<xliff:g id="NAME">%1$s</xliff:g>退出账号…"</string>
    <string name="owner_name" msgid="8713560351570795743">"机主"</string>
    <string name="guest_name" msgid="8502103277839834324">"访客"</string>
    <string name="error_message_title" msgid="4082495589294631966">"错误"</string>
    <string name="error_message_change_not_allowed" msgid="843159705042381454">"您的管理员不允许进行这项更改"</string>
    <string name="app_not_found" msgid="3429506115332341800">"找不到可处理此操作的应用"</string>
    <string name="revoke" msgid="5526857743819590458">"撤消"</string>
    <string name="mediasize_iso_a0" msgid="7039061159929977973">"ISO A0"</string>
    <string name="mediasize_iso_a1" msgid="4063589931031977223">"ISO A1"</string>
    <string name="mediasize_iso_a2" msgid="2779860175680233980">"ISO A2"</string>
    <string name="mediasize_iso_a3" msgid="3683469257246970630">"ISO A3"</string>
    <string name="mediasize_iso_a4" msgid="752903572302658845">"ISO A4"</string>
    <string name="mediasize_iso_a5" msgid="3020439171949376572">"ISO A5"</string>
    <string name="mediasize_iso_a6" msgid="6503671662530738180">"ISO A6"</string>
    <string name="mediasize_iso_a7" msgid="8488649018955763878">"ISO A7"</string>
    <string name="mediasize_iso_a8" msgid="3380506944389571030">"ISO A8"</string>
    <string name="mediasize_iso_a9" msgid="7000627318995334730">"ISO A9"</string>
    <string name="mediasize_iso_a10" msgid="4091511972200388310">"ISO A10"</string>
    <string name="mediasize_iso_b0" msgid="2057859571254103889">"ISO B0"</string>
    <string name="mediasize_iso_b1" msgid="4931975244795236924">"ISO B1"</string>
    <string name="mediasize_iso_b2" msgid="4701978611340339483">"ISO B2"</string>
    <string name="mediasize_iso_b3" msgid="3509735449039761603">"ISO B3"</string>
    <string name="mediasize_iso_b4" msgid="486628178454656526">"ISO B4"</string>
    <string name="mediasize_iso_b5" msgid="2507554073053511267">"ISO B5"</string>
    <string name="mediasize_iso_b6" msgid="344189428571954711">"ISO B6"</string>
    <string name="mediasize_iso_b7" msgid="7266158663658064799">"ISO B7"</string>
    <string name="mediasize_iso_b8" msgid="5229204010533786299">"ISO B8"</string>
    <string name="mediasize_iso_b9" msgid="2925910409602493256">"ISO B9"</string>
    <string name="mediasize_iso_b10" msgid="8590530019536996218">"ISO B10"</string>
    <string name="mediasize_iso_c0" msgid="6504734131385460314">"ISO C0"</string>
    <string name="mediasize_iso_c1" msgid="1751671704929443684">"ISO C1"</string>
    <string name="mediasize_iso_c2" msgid="2935473413647925667">"ISO C2"</string>
    <string name="mediasize_iso_c3" msgid="6835637985527663396">"ISO C3"</string>
    <string name="mediasize_iso_c4" msgid="3000965043023118958">"ISO C4"</string>
    <string name="mediasize_iso_c5" msgid="3846339505379333795">"ISO C5"</string>
    <string name="mediasize_iso_c6" msgid="8663097559661858303">"ISO C6"</string>
    <string name="mediasize_iso_c7" msgid="4469290754678239705">"ISO C7"</string>
    <string name="mediasize_iso_c8" msgid="1949330679635319183">"ISO C8"</string>
    <string name="mediasize_iso_c9" msgid="3716843356839880581">"ISO C9"</string>
    <string name="mediasize_iso_c10" msgid="2113667674722450076">"ISO C10"</string>
    <string name="mediasize_na_letter" msgid="1947253006814499213">"Letter"</string>
    <string name="mediasize_na_gvrnmt_letter" msgid="4056220626420245955">"Government Letter"</string>
    <string name="mediasize_na_legal" msgid="8356233803828931150">"Legal"</string>
    <string name="mediasize_na_junior_legal" msgid="3398084874757748531">"Junior Legal"</string>
    <string name="mediasize_na_ledger" msgid="1819497882853940248">"Ledger"</string>
    <string name="mediasize_na_tabloid" msgid="6792611672983574375">"Tabloid"</string>
    <string name="mediasize_na_index_3x5" msgid="990821038991491710">"Index Card 3x5"</string>
    <string name="mediasize_na_index_4x6" msgid="4414381976602032401">"Index Card 4x6"</string>
    <string name="mediasize_na_index_5x8" msgid="4499341583361946948">"Index Card 5x8"</string>
    <string name="mediasize_na_monarch" msgid="4396943937986136896">"Monarch"</string>
    <string name="mediasize_na_quarto" msgid="2119101847712239885">"Quarto"</string>
    <string name="mediasize_na_foolscap" msgid="5011612828564394648">"Foolscap"</string>
    <string name="mediasize_na_ansi_c" msgid="3104916921818289618">"ANSI C"</string>
    <string name="mediasize_na_ansi_d" msgid="254005964819282724">"ANSI D"</string>
    <string name="mediasize_na_ansi_e" msgid="4424174989686785675">"ANSI E"</string>
    <string name="mediasize_na_ansi_f" msgid="146980362213260987">"ANSI F"</string>
    <string name="mediasize_na_arch_a" msgid="5280681822380032361">"Arch A"</string>
    <string name="mediasize_na_arch_b" msgid="2113344093437297427">"Arch B"</string>
    <string name="mediasize_na_arch_c" msgid="971002546186856623">"Arch C"</string>
    <string name="mediasize_na_arch_d" msgid="6450996075335049806">"Arch D"</string>
    <string name="mediasize_na_arch_e" msgid="6782708486949266519">"Arch E"</string>
    <string name="mediasize_na_arch_e1" msgid="4707138568738504275">"Arch E1"</string>
    <string name="mediasize_na_super_b" msgid="6964127155618393178">"Super B"</string>
    <string name="mediasize_chinese_roc_8k" msgid="411670106572707544">"ROC 8K"</string>
    <string name="mediasize_chinese_roc_16k" msgid="7496706798725321898">"ROC 16K"</string>
    <string name="mediasize_chinese_prc_1" msgid="946949835711037253">"PRC 1"</string>
    <string name="mediasize_chinese_prc_2" msgid="4704308592895046237">"PRC 2"</string>
    <string name="mediasize_chinese_prc_3" msgid="1082996050478581675">"PRC 3"</string>
    <string name="mediasize_chinese_prc_4" msgid="7865122849174932948">"PRC 4"</string>
    <string name="mediasize_chinese_prc_5" msgid="852020506971633186">"PRC 5"</string>
    <string name="mediasize_chinese_prc_6" msgid="3399567254628077606">"PRC 6"</string>
    <string name="mediasize_chinese_prc_7" msgid="2804330751361491000">"PRC 7"</string>
    <string name="mediasize_chinese_prc_8" msgid="7988760621340084314">"PRC 8"</string>
    <string name="mediasize_chinese_prc_9" msgid="90266288020939533">"PRC 9"</string>
    <string name="mediasize_chinese_prc_10" msgid="7721316829399772162">"PRC 10"</string>
    <string name="mediasize_chinese_prc_16k" msgid="7471455177845043180">"PRC 16K"</string>
    <string name="mediasize_chinese_om_pa_kai" msgid="6305242012782587594">"8开"</string>
    <string name="mediasize_chinese_om_dai_pa_kai" msgid="8133982147973309032">"大8开"</string>
    <string name="mediasize_chinese_om_jurro_ku_kai" msgid="5888548906612445289">"16开"</string>
    <string name="mediasize_japanese_jis_b10" msgid="6761433476186549691">"JIS B10"</string>
    <string name="mediasize_japanese_jis_b9" msgid="6011047111717561836">"JIS B9"</string>
    <string name="mediasize_japanese_jis_b8" msgid="1541865115368043069">"JIS B8"</string>
    <string name="mediasize_japanese_jis_b7" msgid="8300341273885698803">"JIS B7"</string>
    <string name="mediasize_japanese_jis_b6" msgid="4329528623016980657">"JIS B6"</string>
    <string name="mediasize_japanese_jis_b5" msgid="7340334955358311979">"JIS B5"</string>
    <string name="mediasize_japanese_jis_b4" msgid="7403538361394953235">"JIS B4"</string>
    <string name="mediasize_japanese_jis_b3" msgid="9024287678505132047">"JIS B3"</string>
    <string name="mediasize_japanese_jis_b2" msgid="5151340021154579154">"JIS B2"</string>
    <string name="mediasize_japanese_jis_b1" msgid="2709589944170908250">"JIS B1"</string>
    <string name="mediasize_japanese_jis_b0" msgid="1209735840926222618">"JIS B0"</string>
    <string name="mediasize_japanese_jis_exec" msgid="2137738196058117115">"JIS Exec"</string>
    <string name="mediasize_japanese_chou4" msgid="2533204016634398713">"Chou4"</string>
    <string name="mediasize_japanese_chou3" msgid="5976745918096025459">"Chou3"</string>
    <string name="mediasize_japanese_chou2" msgid="6841260581434101675">"Chou2"</string>
    <string name="mediasize_japanese_hagaki" msgid="2112968853810337326">"Hagaki"</string>
    <string name="mediasize_japanese_oufuku" msgid="1575013107082530108">"Oufuku"</string>
    <string name="mediasize_japanese_kahu" msgid="7290232592648122042">"Kahu"</string>
    <string name="mediasize_japanese_kaku2" msgid="7477551750461028312">"Kaku2"</string>
    <string name="mediasize_japanese_you4" msgid="5552111912684384833">"You4"</string>
    <string name="mediasize_japanese_l" msgid="1326765321473431817">"大"</string>
    <string name="mediasize_unknown_portrait" msgid="3817016220446495613">"未知(纵向)"</string>
    <string name="mediasize_unknown_landscape" msgid="1584741567225095325">"未知(横向)"</string>
    <string name="write_fail_reason_cancelled" msgid="2344081488493969190">"已取消"</string>
    <string name="write_fail_reason_cannot_write" msgid="432118118378451508">"写入内容时出错"</string>
    <string name="reason_unknown" msgid="5599739807581133337">"未知"</string>
    <string name="reason_service_unavailable" msgid="5288405248063804713">"未启用打印服务"</string>
    <string name="print_service_installed_title" msgid="6134880817336942482">"已安装“<xliff:g id="NAME">%s</xliff:g>”服务"</string>
    <string name="print_service_installed_message" msgid="7005672469916968131">"点按即可启用"</string>
    <string name="restr_pin_enter_admin_pin" msgid="1199419462726962697">"请输入管理员 PIN 码"</string>
    <string name="restr_pin_enter_pin" msgid="373139384161304555">"输入PIN码"</string>
    <string name="restr_pin_incorrect" msgid="3861383632940852496">"错误"</string>
    <string name="restr_pin_enter_old_pin" msgid="7537079094090650967">"当前PIN码"</string>
    <string name="restr_pin_enter_new_pin" msgid="3267614461844565431">"新PIN码"</string>
    <string name="restr_pin_confirm_pin" msgid="7143161971614944989">"确认新PIN码"</string>
    <string name="restr_pin_create_pin" msgid="917067613896366033">"设置PIN码,防止他人修改限制条件"</string>
    <string name="restr_pin_error_doesnt_match" msgid="7063392698489280556">"PIN码不符,请重试。"</string>
    <string name="restr_pin_error_too_short" msgid="1547007808237941065">"PIN码太短,至少应包含4位数字。"</string>
    <string name="restr_pin_try_later" msgid="5897719962541636727">"稍后重试"</string>
    <string name="immersive_cling_title" msgid="2307034298721541791">"目前处于全屏模式"</string>
    <string name="immersive_cling_description" msgid="7092737175345204832">"要退出,请从顶部向下滑动。"</string>
    <string name="immersive_cling_positive" msgid="7047498036346489883">"知道了"</string>
    <string name="display_rotation_camera_compat_toast_after_rotation" msgid="7600891546249829854">"旋转可改善预览效果"</string>
    <string name="display_rotation_camera_compat_toast_in_multi_window" msgid="2473122980393502775">"在全屏模式下打开“<xliff:g id="NAME">%s</xliff:g>”可改善预览效果"</string>
    <string name="done_label" msgid="7283767013231718521">"完成"</string>
    <string name="hour_picker_description" msgid="5153757582093524635">"小时转盘"</string>
    <string name="minute_picker_description" msgid="9029797023621927294">"分钟转盘"</string>
    <string name="select_hours" msgid="5982889657313147347">"选择小时"</string>
    <string name="select_minutes" msgid="9157401137441014032">"选择分钟"</string>
    <string name="select_day" msgid="2060371240117403147">"选择月份和日期"</string>
    <string name="select_year" msgid="1868350712095595393">"选择年份"</string>
    <string name="deleted_key" msgid="9130083334943364001">"已删除<xliff:g id="KEY">%1$s</xliff:g>"</string>
    <string name="managed_profile_label_badge" msgid="6762559569999499495">"工作<xliff:g id="LABEL">%1$s</xliff:g>"</string>
    <string name="managed_profile_label_badge_2" msgid="5673187309555352550">"第二个工作<xliff:g id="LABEL">%1$s</xliff:g>"</string>
    <string name="managed_profile_label_badge_3" msgid="6882151970556391957">"第三个工作<xliff:g id="LABEL">%1$s</xliff:g>"</string>
    <string name="clone_profile_label_badge" msgid="1871997694718793964">"<xliff:g id="LABEL">%1$s</xliff:g>克隆"</string>
    <string name="lock_to_app_unlock_pin" msgid="3890940811866290782">"取消时要求输入PIN码"</string>
    <string name="lock_to_app_unlock_pattern" msgid="2694204070499712503">"取消时要求绘制解锁图案"</string>
    <string name="lock_to_app_unlock_password" msgid="9126722403506560473">"取消时要求输入密码"</string>
    <string name="package_installed_device_owner" msgid="7035926868974878525">"已由您的管理员安装"</string>
    <string name="package_updated_device_owner" msgid="7560272363805506941">"已由您的管理员更新"</string>
    <string name="package_deleted_device_owner" msgid="2292335928930293023">"已由您的管理员删除"</string>
    <string name="confirm_battery_saver" msgid="5247976246208245754">"确定"</string>
    <string name="battery_saver_description_with_learn_more" msgid="5444908404021316250">"在省电模式下,系统会启用深色主题,并限制或关闭后台活动、某些视觉效果、特定功能和部分网络连接。"</string>
    <string name="battery_saver_description" msgid="8518809702138617167">"在省电模式下,系统会启用深色主题,并限制或关闭后台活动、某些视觉效果、特定功能和部分网络连接。"</string>
    <string name="data_saver_description" msgid="4995164271550590517">"为了减少流量消耗,流量节省程序会阻止某些应用在后台收发数据。您当前使用的应用可以收发数据,但频率可能会降低。举例而言,这可能意味着图片只有在您点按之后才会显示。"</string>
    <string name="data_saver_enable_title" msgid="7080620065745260137">"要开启流量节省程序吗?"</string>
    <string name="data_saver_enable_button" msgid="4399405762586419726">"开启"</string>
    <string name="zen_mode_duration_minutes_summary" msgid="4555514757230849789">"{count,plural, =1{1 分钟(直到 {formattedTime})}other{# 分钟(直到 {formattedTime})}}"</string>
    <string name="zen_mode_duration_minutes_summary_short" msgid="1187553788355486950">"{count,plural, =1{1 分钟(直到 {formattedTime})}other{# 分钟(直到 {formattedTime})}}"</string>
    <string name="zen_mode_duration_hours_summary" msgid="3866333100793277211">"{count,plural, =1{1 小时(直到 {formattedTime})}other{# 小时(直到 {formattedTime})}}"</string>
    <string name="zen_mode_duration_hours_summary_short" msgid="687919813833347945">"{count,plural, =1{1 小时(直到 {formattedTime})}other{# 小时(直到 {formattedTime})}}"</string>
    <string name="zen_mode_duration_minutes" msgid="2340007982276569054">"{count,plural, =1{1 分钟}other{# 分钟}}"</string>
    <string name="zen_mode_duration_minutes_short" msgid="2435756450204526554">"{count,plural, =1{1 分钟}other{# 分钟}}"</string>
    <string name="zen_mode_duration_hours" msgid="7841806065034711849">"{count,plural, =1{1 小时}other{# 小时}}"</string>
    <string name="zen_mode_duration_hours_short" msgid="3666949653933099065">"{count,plural, =1{1 小时}other{# 小时}}"</string>
    <string name="zen_mode_until_next_day" msgid="1403042784161725038">"结束时间:<xliff:g id="FORMATTEDTIME">%1$s</xliff:g>"</string>
    <string name="zen_mode_until" msgid="2250286190237669079">"到<xliff:g id="FORMATTEDTIME">%1$s</xliff:g>"</string>
    <string name="zen_mode_alarm" msgid="7046911727540499275">"直到<xliff:g id="FORMATTEDTIME">%1$s</xliff:g>(闹钟下次响铃时)"</string>
    <string name="zen_mode_forever" msgid="740585666364912448">"直到您将其关闭"</string>
    <string name="zen_mode_forever_dnd" msgid="3423201955704180067">"直到您关闭“勿扰”模式"</string>
    <string name="zen_mode_rule_name_combination" msgid="7174598364351313725">"<xliff:g id="FIRST">%1$s</xliff:g> / <xliff:g id="REST">%2$s</xliff:g>"</string>
    <string name="toolbar_collapse_description" msgid="8009920446193610996">"收起"</string>
    <string name="zen_mode_feature_name" msgid="3785547207263754500">"勿扰"</string>
    <string name="zen_mode_downtime_feature_name" msgid="5886005761431427128">"休息时间"</string>
    <string name="zen_mode_default_weeknights_name" msgid="7902108149994062847">"周一至周五夜间"</string>
    <string name="zen_mode_default_weekends_name" msgid="4707200272709377930">"周末"</string>
    <string name="zen_mode_default_events_name" msgid="2280682960128512257">"活动"</string>
    <string name="zen_mode_default_every_night_name" msgid="1467765312174275823">"睡眠"</string>
    <string name="muted_by" msgid="91464083490094950">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g>正在将某些音效设为静音"</string>
    <string name="system_error_wipe_data" msgid="5910572292172208493">"您的设备内部出现了问题。如果不将设备恢复出厂设置,设备运行可能会不稳定。"</string>
    <string name="system_error_manufacturer" msgid="703545241070116315">"您的设备内部出现了问题。请联系您的设备制造商了解详情。"</string>
    <string name="stk_cc_ussd_to_dial" msgid="3139884150741157610">"USSD 请求已更改为普通通话"</string>
    <string name="stk_cc_ussd_to_ss" msgid="4826846653052609738">"USSD 请求已更改为 SS 请求"</string>
    <string name="stk_cc_ussd_to_ussd" msgid="8343001461299302472">"已更改为新的 USSD 请求"</string>
    <string name="stk_cc_ussd_to_dial_video" msgid="429118590323618623">"USSD 请求已更改为视频通话"</string>
    <string name="stk_cc_ss_to_dial" msgid="4087396658768717077">"SS 请求已更改为普通通话"</string>
    <string name="stk_cc_ss_to_dial_video" msgid="1324194624384312664">"SS 请求已更改为视频通话"</string>
    <string name="stk_cc_ss_to_ussd" msgid="8417905193112944760">"SS 请求已更改为 USSD 请求"</string>
    <string name="stk_cc_ss_to_ss" msgid="132040645206514450">"已更改为新的 SS 请求"</string>
    <string name="notification_phishing_alert_content_description" msgid="494227305355958790">"网上诱骗警报"</string>
    <string name="notification_work_profile_content_description" msgid="5296477955677725799">"工作资料"</string>
    <string name="notification_alerted_content_description" msgid="6139691253611265992">"已提醒"</string>
    <string name="notification_verified_content_description" msgid="6401483602782359391">"已验证"</string>
    <string name="expand_button_content_description_collapsed" msgid="3873368935659010279">"展开"</string>
    <string name="expand_button_content_description_expanded" msgid="7484217944948667489">"收起"</string>
    <string name="expand_action_accessibility" msgid="1947657036871746627">"切换展开模式"</string>
    <string name="usb_midi_peripheral_name" msgid="490523464968655741">"Android USB 外设端口"</string>
    <string name="usb_midi_peripheral_manufacturer_name" msgid="7557148557088787741">"Android"</string>
    <string name="usb_midi_peripheral_product_name" msgid="2836276258480904434">"USB 外设端口"</string>
    <string name="floating_toolbar_open_overflow_description" msgid="2260297653578167367">"更多选项"</string>
    <string name="floating_toolbar_close_overflow_description" msgid="3949818077708138098">"关闭工具栏溢出"</string>
    <string name="maximize_button_text" msgid="4258922519914732645">"最大化"</string>
    <string name="close_button_text" msgid="10603510034455258">"关闭"</string>
    <string name="notification_messaging_title_template" msgid="772857526770251989">"<xliff:g id="CONVERSATION_TITLE">%1$s</xliff:g>:<xliff:g id="SENDER_NAME">%2$s</xliff:g>"</string>
    <string name="call_notification_answer_action" msgid="5999246836247132937">"接听"</string>
    <string name="call_notification_answer_video_action" msgid="2086030940195382249">"视频通话"</string>
    <string name="call_notification_decline_action" msgid="3700345945214000726">"拒接"</string>
    <string name="call_notification_hang_up_action" msgid="9130720590159188131">"挂断"</string>
    <string name="call_notification_incoming_text" msgid="6143109825406638201">"来电"</string>
    <string name="call_notification_ongoing_text" msgid="3880832933933020875">"正在通话"</string>
    <string name="call_notification_screening_text" msgid="8396931408268940208">"正在过滤来电"</string>
    <string name="default_notification_channel_label" msgid="3697928973567217330">"未分类"</string>
    <string name="importance_from_user" msgid="2782756722448800447">"这些通知的重要程度由您来设置。"</string>
    <string name="importance_from_person" msgid="4235804979664465383">"这条通知涉及特定的人,因此被归为重要通知。"</string>
    <string name="notification_history_title_placeholder" msgid="7748630986182249599">"自定义应用通知"</string>
    <string name="user_creation_account_exists" msgid="2239146360099708035">"允许<xliff:g id="APP">%1$s</xliff:g>使用 <xliff:g id="ACCOUNT">%2$s</xliff:g>(目前已有用户使用此账号)创建新用户吗?"</string>
    <string name="user_creation_adding" msgid="7305185499667958364">"允许<xliff:g id="APP">%1$s</xliff:g>使用 <xliff:g id="ACCOUNT">%2$s</xliff:g> 创建新用户吗?"</string>
    <string name="supervised_user_creation_label" msgid="6884904353827427515">"添加受监管用户"</string>
    <string name="language_selection_title" msgid="52674936078683285">"添加语言"</string>
    <string name="country_selection_title" msgid="5221495687299014379">"地区偏好设置"</string>
    <string name="search_language_hint" msgid="7004225294308793583">"输入语言名称"</string>
    <string name="language_picker_section_suggested" msgid="6556199184638990447">"建议语言"</string>
    <string name="language_picker_regions_section_suggested" msgid="6080131515268225316">"推荐地区"</string>
    <string name="language_picker_section_suggested_bilingual" msgid="5932198319583556613">"建议的语言"</string>
    <string name="region_picker_section_suggested_bilingual" msgid="704607569328224133">"建议的地区"</string>
    <string name="language_picker_section_all" msgid="1985809075777564284">"所有语言"</string>
    <string name="region_picker_section_all" msgid="756441309928774155">"所有国家/地区"</string>
    <string name="locale_search_menu" msgid="6258090710176422934">"搜索"</string>
    <string name="app_suspended_title" msgid="888873445010322650">"应用无法使用"</string>
    <string name="app_suspended_default_message" msgid="6451215678552004172">"<xliff:g id="APP_NAME_0">%1$s</xliff:g>目前无法使用。该应用是由<xliff:g id="APP_NAME_1">%2$s</xliff:g>所管理。"</string>
    <string name="app_suspended_more_details" msgid="211260942831587014">"了解详情"</string>
    <string name="app_suspended_unsuspend_message" msgid="1665438589450555459">"取消暂停应用"</string>
    <string name="work_mode_off_title" msgid="6367463960165135829">"是否为工作应用解除暂停状态?"</string>
    <string name="work_mode_turn_on" msgid="5316648862401307800">"解除暂停"</string>
    <string name="work_mode_emergency_call_button" msgid="6818855962881612322">"紧急呼叫"</string>
    <string name="app_blocked_title" msgid="7353262160455028160">"应用无法使用"</string>
    <string name="app_blocked_message" msgid="542972921087873023">"<xliff:g id="APP_NAME">%1$s</xliff:g>目前无法使用。"</string>
    <string name="app_streaming_blocked_title" msgid="6090945835898766139">"<xliff:g id="ACTIVITY">%1$s</xliff:g>不可用"</string>
    <string name="app_streaming_blocked_title_for_permission_dialog" msgid="4483161748582966785">"需要权限"</string>
    <string name="app_streaming_blocked_title_for_camera_dialog" msgid="3935701653713853065">"无法使用摄像头"</string>
    <string name="app_streaming_blocked_title_for_fingerprint_dialog" msgid="3516853717714141951">"在手机上继续操作"</string>
    <string name="app_streaming_blocked_title_for_microphone_dialog" msgid="544822455127171206">"无法使用麦克风"</string>
    <string name="app_streaming_blocked_title_for_playstore_dialog" msgid="8149823099822897538">"无法使用 Play 商店"</string>
    <string name="app_streaming_blocked_title_for_settings_dialog" product="tv" msgid="196994247017450357">"无法使用 Android TV 设置"</string>
    <string name="app_streaming_blocked_title_for_settings_dialog" product="tablet" msgid="8222710146267948647">"无法使用平板电脑设置"</string>
    <string name="app_streaming_blocked_title_for_settings_dialog" product="default" msgid="6895719984375299791">"无法使用手机设置"</string>
    <string name="app_streaming_blocked_message" product="tv" msgid="4003011766528814377">"目前无法在您的<xliff:g id="DEVICE">%1$s</xliff:g>上访问此内容。您可以尝试在 Android TV 设备上访问。"</string>
    <string name="app_streaming_blocked_message" product="tablet" msgid="4242053045964946062">"目前无法在您的<xliff:g id="DEVICE">%1$s</xliff:g>上访问此内容。您可以尝试在平板电脑上访问。"</string>
    <string name="app_streaming_blocked_message" product="default" msgid="6159168735030739398">"目前无法在您的<xliff:g id="DEVICE">%1$s</xliff:g>上访问此内容。您可以尝试在手机上访问。"</string>
    <string name="app_streaming_blocked_message_for_fingerprint_dialog" product="tv" msgid="3470977315395784567">"此应用要求进行额外的安全性验证,您可以尝试在 Android TV 设备上访问。"</string>
    <string name="app_streaming_blocked_message_for_fingerprint_dialog" product="tablet" msgid="698460091901465092">"此应用要求进行额外的安全性验证,您可以尝试在平板电脑上访问。"</string>
    <string name="app_streaming_blocked_message_for_fingerprint_dialog" product="default" msgid="8552691971910603907">"此应用要求进行额外的安全性验证,您可以尝试在手机上访问。"</string>
    <string name="app_streaming_blocked_message_for_settings_dialog" product="tv" msgid="820334666354451145">"无法在您的<xliff:g id="DEVICE">%1$s</xliff:g>上访问此设置,您可以尝试在 Android TV 设备上访问。"</string>
    <string name="app_streaming_blocked_message_for_settings_dialog" product="tablet" msgid="3286849551133045896">"无法在您的<xliff:g id="DEVICE">%1$s</xliff:g>上访问此设置,您可以尝试在平板电脑上访问。"</string>
    <string name="app_streaming_blocked_message_for_settings_dialog" product="default" msgid="6264287556598916295">"无法在您的<xliff:g id="DEVICE">%1$s</xliff:g>上访问此设置,您可以尝试在手机上访问。"</string>
    <string name="deprecated_target_sdk_message" msgid="5246906284426844596">"此应用专为旧版 Android 系统打造。它可能无法正常运行,也不包含最新的安全和隐私保护功能。请检查是否有更新,或与应用开发者联系。"</string>
    <string name="deprecated_target_sdk_app_store" msgid="8456784048558808909">"检查更新"</string>
    <string name="deprecated_abi_message" msgid="6820548011196218091">"此应用与最新版 Android 不兼容。请检查是否有更新,或与应用开发者联系。"</string>
    <string name="new_sms_notification_title" msgid="6528758221319927107">"您有新消息"</string>
    <string name="new_sms_notification_content" msgid="3197949934153460639">"打开短信应用查看"</string>
    <string name="profile_encrypted_title" msgid="9001208667521266472">"部分功能可能会受到限制"</string>
    <string name="profile_encrypted_detail" msgid="5279730442756849055">"工作资料已锁定"</string>
    <string name="profile_encrypted_message" msgid="1128512616293157802">"点按即可解锁工作资料"</string>
    <string name="usb_mtp_launch_notification_title" msgid="774319638256707227">"已连接到<xliff:g id="PRODUCT_NAME">%1$s</xliff:g>"</string>
    <string name="usb_mtp_launch_notification_description" msgid="6942535713629852684">"点按即可查看文件"</string>
    <string name="pin_target" msgid="8036028973110156895">"置顶"</string>
    <string name="pin_specific_target" msgid="7824671240625957415">"将<xliff:g id="LABEL">%1$s</xliff:g>置顶"</string>
    <string name="unpin_target" msgid="3963318576590204447">"取消置顶"</string>
    <string name="unpin_specific_target" msgid="3859828252160908146">"取消置顶<xliff:g id="LABEL">%1$s</xliff:g>"</string>
    <string name="app_info" msgid="6113278084877079851">"应用信息"</string>
    <string name="negative_duration" msgid="1938335096972945232">"−<xliff:g id="TIME">%1$s</xliff:g>"</string>
    <string name="demo_starting_message" msgid="6577581216125805905">"正在启动演示模式…"</string>
    <string name="demo_restarting_message" msgid="1160053183701746766">"正在重置设备…"</string>
    <string name="suspended_widget_accessibility" msgid="6331451091851326101">"已停用的<xliff:g id="LABEL">%1$s</xliff:g>"</string>
    <string name="conference_call" msgid="5731633152336490471">"电话会议"</string>
    <string name="tooltip_popup_title" msgid="7863719020269945722">"提示"</string>
    <string name="app_category_game" msgid="4534216074910244790">"游戏"</string>
    <string name="app_category_audio" msgid="8296029904794676222">"音乐和音频"</string>
    <string name="app_category_video" msgid="2590183854839565814">"电影和视频"</string>
    <string name="app_category_image" msgid="7307840291864213007">"照片和图片"</string>
    <string name="app_category_social" msgid="2278269325488344054">"社交和通信"</string>
    <string name="app_category_news" msgid="1172762719574964544">"新闻和杂志"</string>
    <string name="app_category_maps" msgid="6395725487922533156">"地图和导航"</string>
    <string name="app_category_productivity" msgid="1844422703029557883">"办公"</string>
    <string name="app_category_accessibility" msgid="6643521607848547683">"无障碍"</string>
    <string name="device_storage_monitor_notification_channel" msgid="5164244565844470758">"设备存储空间"</string>
    <string name="adb_debugging_notification_channel_tv" msgid="4764046459631031496">"USB 调试"</string>
    <string name="time_picker_hour_label" msgid="4208590187662336864">"点"</string>
    <string name="time_picker_minute_label" msgid="8307452311269824553">"分"</string>
    <string name="time_picker_header_text" msgid="9073802285051516688">"设置时间"</string>
    <string name="time_picker_input_error" msgid="8386271930742451034">"请输入有效的时间"</string>
    <string name="time_picker_prompt_label" msgid="303588544656363889">"请输入时间"</string>
    <string name="time_picker_text_input_mode_description" msgid="4761160667516611576">"切换到文字输入模式来输入时间。"</string>
    <string name="time_picker_radial_mode_description" msgid="1222342577115016953">"切换到时钟模式来输入时间。"</string>
    <string name="autofill_picker_accessibility_title" msgid="4425806874792196599">"自动填充选项"</string>
    <string name="autofill_save_accessibility_title" msgid="1523225776218450005">"保存以便用于自动填充"</string>
    <string name="autofill_error_cannot_autofill" msgid="6528827648643138596">"无法自动填充内容"</string>
    <string name="autofill_picker_no_suggestions" msgid="1076022650427481509">"没有自动填充建议"</string>
    <string name="autofill_picker_some_suggestions" msgid="5560549696296202701">"{count,plural, =1{1 条自动填充建议}other{# 条自动填充建议}}"</string>
    <string name="autofill_save_title" msgid="7719802414283739775">"要保存到"<b>"<xliff:g id="LABEL">%1$s</xliff:g>"</b>"吗?"</string>
    <string name="autofill_save_title_with_type" msgid="3002460014579799605">"要将<xliff:g id="TYPE">%1$s</xliff:g>保存到"<b>"<xliff:g id="LABEL">%2$s</xliff:g>"</b>"吗?"</string>
    <string name="autofill_save_title_with_2types" msgid="3783270967447869241">"要将<xliff:g id="TYPE_0">%1$s</xliff:g>和<xliff:g id="TYPE_1">%2$s</xliff:g>保存到"<b>"<xliff:g id="LABEL">%3$s</xliff:g>"</b>"吗?"</string>
    <string name="autofill_save_title_with_3types" msgid="6598228952100102578">"要将<xliff:g id="TYPE_0">%1$s</xliff:g>、<xliff:g id="TYPE_1">%2$s</xliff:g>和<xliff:g id="TYPE_2">%3$s</xliff:g>保存到"<b>"<xliff:g id="LABEL">%4$s</xliff:g>"</b>"吗?"</string>
    <string name="autofill_update_title" msgid="3630695947047069136">"要在"<b>"<xliff:g id="LABEL">%1$s</xliff:g>"</b>"中更新吗?"</string>
    <string name="autofill_update_title_with_type" msgid="5264152633488495704">"要在"<b>"<xliff:g id="LABEL">%2$s</xliff:g>"</b>"中更新<xliff:g id="TYPE">%1$s</xliff:g>吗?"</string>
    <string name="autofill_update_title_with_2types" msgid="1797514386321086273">"要在"<b>"<xliff:g id="LABEL">%3$s</xliff:g>"</b>"中更新<xliff:g id="TYPE_0">%1$s</xliff:g>和<xliff:g id="TYPE_1">%2$s</xliff:g>吗?"</string>
    <string name="autofill_update_title_with_3types" msgid="1312232153076212291">"要在"<b>"<xliff:g id="LABEL">%4$s</xliff:g>"</b>"中更新<xliff:g id="TYPE_0">%1$s</xliff:g>、<xliff:g id="TYPE_1">%2$s</xliff:g>和<xliff:g id="TYPE_2">%3$s</xliff:g>这些内容吗?"</string>
    <string name="autofill_save_yes" msgid="8035743017382012850">"保存"</string>
    <string name="autofill_save_no" msgid="9212826374207023544">"不用了"</string>
    <string name="autofill_save_notnow" msgid="2853932672029024195">"以后再说"</string>
    <string name="autofill_save_never" msgid="6821841919831402526">"永不"</string>
    <string name="autofill_update_yes" msgid="4608662968996874445">"更新"</string>
    <string name="autofill_continue_yes" msgid="7914985605534510385">"继续"</string>
    <string name="autofill_save_type_password" msgid="5624528786144539944">"密码"</string>
    <string name="autofill_save_type_address" msgid="3111006395818252885">"地址"</string>
    <string name="autofill_save_type_credit_card" msgid="3583795235862046693">"信用卡"</string>
    <string name="autofill_save_type_debit_card" msgid="3169397504133097468">"借记卡"</string>
    <string name="autofill_save_type_payment_card" msgid="6555012156728690856">"支付卡"</string>
    <string name="autofill_save_type_generic_card" msgid="1019367283921448608">"卡片"</string>
    <string name="autofill_save_type_username" msgid="1018816929884640882">"用户名"</string>
    <string name="autofill_save_type_email_address" msgid="1303262336895591924">"电子邮件地址"</string>
    <string name="etws_primary_default_message_earthquake" msgid="8401079517718280669">"请保持冷静,并寻找附近的避难地点。"</string>
    <string name="etws_primary_default_message_tsunami" msgid="5828171463387976279">"请立即从沿海和河滨区域撤离到高地等较安全的地方。"</string>
    <string name="etws_primary_default_message_earthquake_and_tsunami" msgid="4888224011071875068">"请保持冷静,并寻找附近的避难地点。"</string>
    <string name="etws_primary_default_message_test" msgid="4583367373909549421">"紧急消息测试"</string>
    <string name="notification_reply_button_accessibility" msgid="5235776156579456126">"回复"</string>
    <string name="etws_primary_default_message_others" msgid="7958161706019130739"></string>
    <string name="mmcc_authentication_reject" msgid="4891965994643876369">"SIM 卡不支持语音"</string>
    <string name="mmcc_imsi_unknown_in_hlr" msgid="227760698553988751">"未配置支持语音的 SIM 卡"</string>
    <string name="mmcc_illegal_ms" msgid="7509650265233909445">"SIM 卡不支持语音"</string>
    <string name="mmcc_illegal_me" msgid="6505557881889904915">"手机不支持语音"</string>
    <string name="mmcc_authentication_reject_msim_template" msgid="4480853038909922153">"不允许使用 SIM 卡 <xliff:g id="SIMNUMBER">%d</xliff:g>"</string>
    <string name="mmcc_imsi_unknown_in_hlr_msim_template" msgid="3688508325248599657">"未配置 SIM 卡 <xliff:g id="SIMNUMBER">%d</xliff:g>"</string>
    <string name="mmcc_illegal_ms_msim_template" msgid="832644375774599327">"不允许使用 SIM 卡 <xliff:g id="SIMNUMBER">%d</xliff:g>"</string>
    <string name="mmcc_illegal_me_msim_template" msgid="4802735138861422802">"不允许使用 SIM 卡 <xliff:g id="SIMNUMBER">%d</xliff:g>"</string>
    <string name="popup_window_default_title" msgid="6907717596694826919">"弹出式窗口"</string>
    <string name="slice_more_content" msgid="3377367737876888459">"+ <xliff:g id="NUMBER">%1$d</xliff:g>"</string>
    <string name="shortcut_restored_on_lower_version" msgid="9206301954024286063">"应用版本已降级或与此快捷方式不兼容"</string>
    <string name="shortcut_restore_not_supported" msgid="4763198938588468400">"无法恢复快捷方式,因为应用不支持备份和恢复功能"</string>
    <string name="shortcut_restore_signature_mismatch" msgid="579345304221605479">"无法恢复快捷方式,因为应用签名不相符"</string>
    <string name="shortcut_restore_unknown_issue" msgid="2478146134395982154">"无法恢复快捷方式"</string>
    <string name="shortcut_disabled_reason_unknown" msgid="753074793553599166">"快捷方式已停用"</string>
    <string name="harmful_app_warning_uninstall" msgid="6472912975664191772">"卸载"</string>
    <string name="harmful_app_warning_open_anyway" msgid="5963657791740211807">"仍然打开"</string>
    <string name="harmful_app_warning_title" msgid="8794823880881113856">"检测到有害应用"</string>
    <string name="slices_permission_request" msgid="3677129866636153406">"“<xliff:g id="APP_0">%1$s</xliff:g>”想要显示“<xliff:g id="APP_2">%2$s</xliff:g>”图块"</string>
    <string name="screenshot_edit" msgid="7408934887203689207">"编辑"</string>
    <string name="volume_dialog_ringer_guidance_vibrate" msgid="2055927873175228519">"有来电和通知时会振动"</string>
    <string name="volume_dialog_ringer_guidance_silent" msgid="1011246774949993783">"有来电和通知时会静音"</string>
    <string name="notification_channel_system_changes" msgid="2462010596920209678">"系统变更"</string>
    <string name="notification_channel_do_not_disturb" msgid="7832584281883687653">"勿扰"</string>
    <string name="zen_upgrade_notification_visd_title" msgid="2001148984371968620">"新功能:勿扰模式目前可隐藏通知"</string>
    <string name="zen_upgrade_notification_visd_content" msgid="3683314609114134946">"点按即可了解详情以及进行更改。"</string>
    <string name="zen_upgrade_notification_title" msgid="8198167698095298717">"“勿扰”设置有变更"</string>
    <string name="zen_upgrade_notification_content" msgid="5228458567180124005">"点按即可查看屏蔽内容。"</string>
    <string name="review_notification_settings_title" msgid="5102557424459810820">"查看通知设置"</string>
    <string name="review_notification_settings_text" msgid="5916244866751849279">"从 Android 13 开始,您安装的应用需要您授予相应权限才能发送通知。点按即可为现有应用更改此权限。"</string>
    <string name="review_notification_settings_remind_me_action" msgid="1081081018678480907">"稍后提醒我"</string>
    <string name="review_notification_settings_dismiss" msgid="4160916504616428294">"关闭"</string>
    <string name="notification_app_name_system" msgid="3045196791746735601">"系统"</string>
    <string name="notification_app_name_settings" msgid="9088548800899952531">"设置"</string>
    <string name="notification_appops_camera_active" msgid="8177643089272352083">"相机"</string>
    <string name="notification_appops_microphone_active" msgid="581333393214739332">"麦克风"</string>
    <string name="notification_appops_overlay_active" msgid="5571732753262836481">"显示在屏幕上其他应用的上层"</string>
    <string name="notification_feedback_indicator" msgid="663476517711323016">"提供反馈"</string>
    <string name="notification_feedback_indicator_alerted" msgid="6552871804121942099">"系统已将此通知的重要性提升为“默认”。点按即可提供反馈。"</string>
    <string name="notification_feedback_indicator_silenced" msgid="3799442124723177262">"系统已将此通知的重要性降低为“静音”。点按即可提供反馈。"</string>
    <string name="notification_feedback_indicator_promoted" msgid="9030204303764698640">"系统已提升此通知的重要性。点按即可提供反馈。"</string>
    <string name="notification_feedback_indicator_demoted" msgid="8880309924296450875">"系统已降低此通知的重要性。点按即可提供反馈。"</string>
    <string name="nas_upgrade_notification_title" msgid="8436359459300146555">"增强型通知功能"</string>
    <string name="nas_upgrade_notification_content" msgid="5157550369837103337">"建议的操作和回复目前由增强型通知功能提供。系统不再支持 Android 自适应通知功能。"</string>
    <string name="nas_upgrade_notification_enable_action" msgid="3046406808378726874">"确定"</string>
    <string name="nas_upgrade_notification_disable_action" msgid="3794833210043497982">"关闭"</string>
    <string name="nas_upgrade_notification_learn_more_action" msgid="7011130656195423947">"了解详情"</string>
    <string name="nas_upgrade_notification_learn_more_content" msgid="3735480566983530650">"在 Android 12 中,增强型通知功能取代了 Android 自适应通知功能。增强型通知功能可以显示建议的操作和回复,并可将通知整理得井井有条。\n\n增强型通知功能可以读取通知内容,包括联系人姓名、消息等个人信息。该功能还可以关闭通知或对通知做出回应,例如接听来电以及控制勿扰模式。"</string>
    <string name="dynamic_mode_notification_channel_name" msgid="2986926422100223328">"日常安排模式信息通知"</string>
    <string name="dynamic_mode_notification_title" msgid="1388718452788985481">"省电模式已开启"</string>
    <string name="dynamic_mode_notification_summary" msgid="1639031262484979689">"降低电池用量以延长电池续航时间"</string>
    <string name="battery_saver_notification_channel_name" msgid="3918243458067916913">"省电模式"</string>
    <string name="battery_saver_off_notification_title" msgid="7637255960468032515">"省电模式已关闭"</string>
    <string name="battery_saver_charged_notification_summary" product="default" msgid="5544457317418624367">"手机电量充足。各项功能不再受限。"</string>
    <string name="battery_saver_charged_notification_summary" product="tablet" msgid="4426317048139996888">"平板电脑电量充足。各项功能不再受限。"</string>
    <string name="battery_saver_charged_notification_summary" product="device" msgid="1031562417867646649">"设备电量充足。各项功能不再受限。"</string>
    <string name="mime_type_folder" msgid="2203536499348787650">"文件夹"</string>
    <string name="mime_type_apk" msgid="3168784749499623902">"Android 应用"</string>
    <string name="mime_type_generic" msgid="4606589110116560228">"文件"</string>
    <string name="mime_type_generic_ext" msgid="9220220924380909486">"<xliff:g id="EXTENSION">%1$s</xliff:g> 文件"</string>
    <string name="mime_type_audio" msgid="4933450584432509875">"音频"</string>
    <string name="mime_type_audio_ext" msgid="2615491023840514797">"<xliff:g id="EXTENSION">%1$s</xliff:g> 音频"</string>
    <string name="mime_type_video" msgid="7071965726609428150">"视频"</string>
    <string name="mime_type_video_ext" msgid="185438149044230136">"<xliff:g id="EXTENSION">%1$s</xliff:g> 视频"</string>
    <string name="mime_type_image" msgid="2134307276151645257">"图片"</string>
    <string name="mime_type_image_ext" msgid="5743552697560999471">"<xliff:g id="EXTENSION">%1$s</xliff:g> 图片"</string>
    <string name="mime_type_compressed" msgid="8737300936080662063">"归档文件"</string>
    <string name="mime_type_compressed_ext" msgid="4775627287994475737">"<xliff:g id="EXTENSION">%1$s</xliff:g> 归档文件"</string>
    <string name="mime_type_document" msgid="3737256839487088554">"文档"</string>
    <string name="mime_type_document_ext" msgid="2398002765046677311">"<xliff:g id="EXTENSION">%1$s</xliff:g> 文档"</string>
    <string name="mime_type_spreadsheet" msgid="8188407519131275838">"电子表格"</string>
    <string name="mime_type_spreadsheet_ext" msgid="8720173181137254414">"<xliff:g id="EXTENSION">%1$s</xliff:g> 电子表格"</string>
    <string name="mime_type_presentation" msgid="1145384236788242075">"演示文稿"</string>
    <string name="mime_type_presentation_ext" msgid="8761049335564371468">"<xliff:g id="EXTENSION">%1$s</xliff:g> 演示文稿"</string>
    <string name="bluetooth_airplane_mode_toast" msgid="2066399056595768554">"在飞行模式下,蓝牙将保持开启状态"</string>
    <string name="car_loading_profile" msgid="8219978381196748070">"正在加载"</string>
    <string name="file_count" msgid="3220018595056126969">"{count,plural, =1{{file_name} 以及另外 # 个文件}other{{file_name} 以及另外 # 个文件}}"</string>
    <string name="chooser_no_direct_share_targets" msgid="1511722103987329028">"没有任何推荐的分享对象"</string>
    <string name="chooser_all_apps_button_label" msgid="3230427756238666328">"应用列表"</string>
    <string name="usb_device_resolve_prompt_warn" msgid="325871329788064199">"此应用未获得录音权限,但能通过此 USB 设备录制音频。"</string>
    <string name="accessibility_system_action_home_label" msgid="3234748160850301870">"主屏幕"</string>
    <string name="accessibility_system_action_back_label" msgid="4205361367345537608">"返回"</string>
    <string name="accessibility_system_action_recents_label" msgid="4782875610281649728">"最近用过的应用"</string>
    <string name="accessibility_system_action_notifications_label" msgid="6083767351772162010">"通知"</string>
    <string name="accessibility_system_action_quick_settings_label" msgid="4583900123506773783">"快捷设置"</string>
    <string name="accessibility_system_action_power_dialog_label" msgid="8095341821683910781">"电源对话框"</string>
    <string name="accessibility_system_action_lock_screen_label" msgid="5484190691945563838">"锁定屏幕"</string>
    <string name="accessibility_system_action_screenshot_label" msgid="3581566515062741676">"屏幕截图"</string>
    <string name="accessibility_system_action_headset_hook_label" msgid="8524691721287425468">"耳机挂钩"</string>
    <string name="accessibility_system_action_on_screen_a11y_shortcut_label" msgid="8488701469459210309">"屏幕上的无障碍功能快捷方式"</string>
    <string name="accessibility_system_action_on_screen_a11y_shortcut_chooser_label" msgid="1057878690209817886">"屏幕上的无障碍功能快捷方式选择器"</string>
    <string name="accessibility_system_action_hardware_a11y_shortcut_label" msgid="5764644187715255107">"无障碍功能快捷方式"</string>
    <string name="accessibility_system_action_dismiss_notification_shade" msgid="8931637495533770352">"关闭通知栏"</string>
    <string name="accessibility_system_action_dpad_up_label" msgid="1029042950229333782">"向上方向键"</string>
    <string name="accessibility_system_action_dpad_down_label" msgid="3441918448624921461">"向下方向键"</string>
    <string name="accessibility_system_action_dpad_left_label" msgid="6557647179116479152">"向左方向键"</string>
    <string name="accessibility_system_action_dpad_right_label" msgid="9180196950365804081">"向右方向键"</string>
    <string name="accessibility_system_action_dpad_center_label" msgid="8149791419358224893">"方向键中心"</string>
    <string name="accessibility_freeform_caption" msgid="8377519323496290122">"<xliff:g id="APP_NAME">%1$s</xliff:g>的标题栏。"</string>
    <string name="as_app_forced_to_restricted_bucket" msgid="8233871289353898964">"<xliff:g id="PACKAGE_NAME">%1$s</xliff:g> 已被放入受限存储分区"</string>
    <string name="conversation_single_line_name_display" msgid="8958948312915255999">"<xliff:g id="SENDER_NAME">%1$s</xliff:g>:"</string>
    <string name="conversation_single_line_image_placeholder" msgid="6983271082911936900">"发送了一张图片"</string>
    <string name="conversation_title_fallback_one_to_one" msgid="1980753619726908614">"对话"</string>
    <string name="conversation_title_fallback_group_chat" msgid="456073374993104303">"群组对话"</string>
    <string name="unread_convo_overflow" msgid="920517615597353833">"<xliff:g id="MAX_UNREAD_COUNT">%1$d</xliff:g>+"</string>
    <string name="resolver_personal_tab" msgid="2051260504014442073">"个人"</string>
    <string name="resolver_work_tab" msgid="2690019516263167035">"工作"</string>
    <string name="resolver_personal_tab_accessibility" msgid="5739524949153091224">"个人视图"</string>
    <string name="resolver_work_tab_accessibility" msgid="4753168230363802734">"工作视图"</string>
    <string name="resolver_cross_profile_blocked" msgid="3014597376026044840">"已被 IT 管理员禁止"</string>
    <string name="resolver_cant_share_with_work_apps_explanation" msgid="9071442683080586643">"无法使用工作应用分享该内容"</string>
    <string name="resolver_cant_access_work_apps_explanation" msgid="1129960195389373279">"无法使用工作应用打开该内容"</string>
    <string name="resolver_cant_share_with_personal_apps_explanation" msgid="6349766201904601544">"无法使用个人应用分享该内容"</string>
    <string name="resolver_cant_access_personal_apps_explanation" msgid="1679399548862724359">"无法使用个人应用打开该内容"</string>
    <string name="resolver_turn_on_work_apps" msgid="1535946298236678122">"工作应用已暂停"</string>
    <string name="resolver_switch_on_work" msgid="4527096360772311894">"取消暂停"</string>
    <string name="resolver_no_work_apps_available" msgid="3298291360133337270">"没有支持该内容的工作应用"</string>
    <string name="resolver_no_personal_apps_available" msgid="6284837227019594881">"没有支持该内容的个人应用"</string>
    <string name="miniresolver_open_work" msgid="6286176185835401931">"打开工作应用 <xliff:g id="APP">%s</xliff:g>?"</string>
    <string name="miniresolver_open_in_personal" msgid="807427577794490375">"在个人 <xliff:g id="APP">%s</xliff:g> 中打开?"</string>
    <string name="miniresolver_open_in_work" msgid="941341494673509916">"在工作 <xliff:g id="APP">%s</xliff:g> 中打开?"</string>
    <string name="miniresolver_call_in_work" msgid="528779988307529039">"通过工作应用拨打电话?"</string>
    <string name="miniresolver_switch_to_work" msgid="1042640606122638596">"切换到工作应用?"</string>
    <string name="miniresolver_call_information" msgid="6739417525304184083">"贵组织仅允许您通过工作应用拨打电话"</string>
    <string name="miniresolver_sms_information" msgid="4311292661329483088">"贵组织仅允许您通过工作应用发送消息"</string>
    <string name="miniresolver_use_personal_browser" msgid="776072682871133308">"使用个人浏览器"</string>
    <string name="miniresolver_use_work_browser" msgid="543575306251952994">"使用工作浏览器"</string>
    <string name="miniresolver_call" msgid="6386870060423480765">"拨打电话"</string>
    <string name="miniresolver_switch" msgid="8011924662117617451">"切换"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_ENTRY" msgid="8050953231914637819">"SIM 网络解锁 PIN 码"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_SUBSET_ENTRY" msgid="7164399703751688214">"SIM 网络子集解锁 PIN 码"</string>
    <string name="PERSOSUBSTATE_SIM_CORPORATE_ENTRY" msgid="4447629474818217364">"SIM 企业解锁 PIN 码"</string>
    <string name="PERSOSUBSTATE_SIM_SERVICE_PROVIDER_ENTRY" msgid="973059024670737358">"SIM 服务提供商解锁 PIN 码"</string>
    <string name="PERSOSUBSTATE_SIM_SIM_ENTRY" msgid="4487435301206073787">"SIM 解锁 PIN 码"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_PUK_ENTRY" msgid="768060297218652809">"输入 PUK 码"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_SUBSET_PUK_ENTRY" msgid="7129527319490548930">"输入 PUK 码"</string>
    <string name="PERSOSUBSTATE_SIM_CORPORATE_PUK_ENTRY" msgid="2876126640607573252">"输入 PUK 码"</string>
    <string name="PERSOSUBSTATE_SIM_SERVICE_PROVIDER_PUK_ENTRY" msgid="8952595089930109282">"输入 PUK 码"</string>
    <string name="PERSOSUBSTATE_SIM_SIM_PUK_ENTRY" msgid="3013902515773728996">"输入 PUK 码"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK1_ENTRY" msgid="2974411408893410289">"RUIM 网络 1 解锁 PIN 码"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK2_ENTRY" msgid="687618528751880721">"RUIM 网络 2 解锁 PIN 码"</string>
    <string name="PERSOSUBSTATE_RUIM_HRPD_ENTRY" msgid="6810596579655575381">"RUIM hrpd 解锁 PIN 码"</string>
    <string name="PERSOSUBSTATE_RUIM_CORPORATE_ENTRY" msgid="2715929642540980259">"RUIM 企业解锁 PIN 码"</string>
    <string name="PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_ENTRY" msgid="8557791623303951590">"RUIM 服务提供商解锁 PIN 码"</string>
    <string name="PERSOSUBSTATE_RUIM_RUIM_ENTRY" msgid="7382468767274580323">"RUIM 解锁 PIN 码"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK1_PUK_ENTRY" msgid="6730880791104286987">"输入 PUK 码"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK2_PUK_ENTRY" msgid="6432126539782267026">"输入 PUK 码"</string>
    <string name="PERSOSUBSTATE_RUIM_HRPD_PUK_ENTRY" msgid="1730510161529488920">"输入 PUK 码"</string>
    <string name="PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_PUK_ENTRY" msgid="3369885925003346830">"输入 PUK 码"</string>
    <string name="PERSOSUBSTATE_RUIM_RUIM_PUK_ENTRY" msgid="9129139686191167829">"输入 PUK 码"</string>
    <string name="PERSOSUBSTATE_RUIM_CORPORATE_PUK_ENTRY" msgid="2869929685874615358">"输入 PUK 码"</string>
    <string name="PERSOSUBSTATE_SIM_SPN_ENTRY" msgid="1238663472392741771">"SPN 解锁 PIN 码"</string>
    <string name="PERSOSUBSTATE_SIM_SP_EHPLMN_ENTRY" msgid="3988705848553894358">"SP Equivalent Home PLMN 解锁 PIN 码"</string>
    <string name="PERSOSUBSTATE_SIM_ICCID_ENTRY" msgid="6186770686690993200">"ICCID 解锁 PIN 码"</string>
    <string name="PERSOSUBSTATE_SIM_IMPI_ENTRY" msgid="7043865376145617024">"IMPI 解锁 PIN 码"</string>
    <string name="PERSOSUBSTATE_SIM_NS_SP_ENTRY" msgid="6144227308185112176">"网络子集服务提供商解锁 PIN 码"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_IN_PROGRESS" msgid="4233355366318061180">"正在请求 SIM 网络解锁…"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_SUBSET_IN_PROGRESS" msgid="6742563947637715645">"正在请求 SIM 网络子集解锁…"</string>
    <string name="PERSOSUBSTATE_SIM_SERVICE_PROVIDER_IN_PROGRESS" msgid="2033399698172403560">"正在请求 SIM 服务提供商解锁…"</string>
    <string name="PERSOSUBSTATE_SIM_CORPORATE_IN_PROGRESS" msgid="4795977251920732254">"正在请求 SIM 企业解锁…"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_PUK_IN_PROGRESS" msgid="1090425878157254446">"正在请求 PUK 码解锁…"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_SUBSET_PUK_IN_PROGRESS" msgid="6476898876518094438">"正在请求 PUK 码解锁…"</string>
    <string name="PERSOSUBSTATE_SIM_CORPORATE_PUK_IN_PROGRESS" msgid="6006806734293747731">"正在请求 PUK 码解锁…"</string>
    <string name="PERSOSUBSTATE_SIM_SERVICE_PROVIDER_PUK_IN_PROGRESS" msgid="6546680489620881893">"正在请求 PUK 码解锁…"</string>
    <string name="PERSOSUBSTATE_SIM_SIM_PUK_IN_PROGRESS" msgid="3506845511000727015">"正在请求 PUK 码解锁…"</string>
    <string name="PERSOSUBSTATE_SIM_SIM_IN_PROGRESS" msgid="6709169861932992750">"正在请求 SIM 解锁…"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK1_IN_PROGRESS" msgid="4013870911606478520">"正在请求 RUIM 网络 1 解锁…"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK2_IN_PROGRESS" msgid="9032651188219523434">"正在请求 RUIM 网络 2 解锁…"</string>
    <string name="PERSOSUBSTATE_RUIM_HRPD_IN_PROGRESS" msgid="6584576506344491207">"正在请求 RUIM hrpd 解锁…"</string>
    <string name="PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_IN_PROGRESS" msgid="830981927724888114">"正在请求 RUIM 服务提供商解锁…"</string>
    <string name="PERSOSUBSTATE_RUIM_CORPORATE_IN_PROGRESS" msgid="7851790973098894802">"正在请求 RUIM 企业解锁…"</string>
    <string name="PERSOSUBSTATE_SIM_SPN_IN_PROGRESS" msgid="1149560739586960121">"正在请求 SPN 解锁…"</string>
    <string name="PERSOSUBSTATE_SIM_SP_EHPLMN_IN_PROGRESS" msgid="5708964693522116025">"正在请求 SP Equivalent Home PLMN 解锁…"</string>
    <string name="PERSOSUBSTATE_SIM_ICCID_IN_PROGRESS" msgid="7288103122966483455">"正在请求 ICCID 解锁…"</string>
    <string name="PERSOSUBSTATE_SIM_IMPI_IN_PROGRESS" msgid="4036752174056147753">"正在请求 IMPI 解锁…"</string>
    <string name="PERSOSUBSTATE_SIM_NS_SP_IN_PROGRESS" msgid="5089536274515338566">"正在请求网络子集服务提供商解锁…"</string>
    <string name="PERSOSUBSTATE_RUIM_RUIM_IN_PROGRESS" msgid="6737197986936251958">"正在请求 RUIM 解锁…"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK1_PUK_IN_PROGRESS" msgid="5658767775619998623">"正在请求 PUK 码解锁…"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK2_PUK_IN_PROGRESS" msgid="665978313257653727">"正在请求 PUK 码解锁…"</string>
    <string name="PERSOSUBSTATE_RUIM_HRPD_PUK_IN_PROGRESS" msgid="3857142652251836850">"正在请求 PUK 码解锁…"</string>
    <string name="PERSOSUBSTATE_RUIM_CORPORATE_PUK_IN_PROGRESS" msgid="2695664012344346788">"正在请求 PUK 码解锁…"</string>
    <string name="PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_PUK_IN_PROGRESS" msgid="2695678959963807782">"正在请求 PUK 码解锁…"</string>
    <string name="PERSOSUBSTATE_RUIM_RUIM_PUK_IN_PROGRESS" msgid="1230605365926493599">"正在请求 PUK 码解锁…"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_ERROR" msgid="1924844017037151535">"SIM 网络解锁请求失败。"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_SUBSET_ERROR" msgid="3372797822292089708">"SIM 网络子集解锁请求失败。"</string>
    <string name="PERSOSUBSTATE_SIM_SERVICE_PROVIDER_ERROR" msgid="1878443146720411381">"SIM 服务提供商解锁请求失败。"</string>
    <string name="PERSOSUBSTATE_SIM_CORPORATE_ERROR" msgid="7664778312218023192">"SIM 企业解锁请求失败。"</string>
    <string name="PERSOSUBSTATE_SIM_SIM_ERROR" msgid="2472944311643350302">"SIM 解锁请求失败。"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK1_ERROR" msgid="828089694480999120">"RUIM 网络 1 解锁请求失败。"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK2_ERROR" msgid="17619001007092511">"RUIM 网络 2 解锁请求失败。"</string>
    <string name="PERSOSUBSTATE_RUIM_HRPD_ERROR" msgid="807214229604353614">"RUIM Hrpd 解锁请求失败。"</string>
    <string name="PERSOSUBSTATE_RUIM_CORPORATE_ERROR" msgid="8644184447744175747">"RUIM 企业解锁请求失败。"</string>
    <string name="PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_ERROR" msgid="3801002648649640407">"RUIM 服务提供商解锁请求失败。"</string>
    <string name="PERSOSUBSTATE_RUIM_RUIM_ERROR" msgid="707397021218680753">"RUIM 解锁请求失败。"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_PUK_ERROR" msgid="894358680773257820">"PUK 码解锁失败。"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_SUBSET_PUK_ERROR" msgid="352466878146726991">"PUK 码解锁失败。"</string>
    <string name="PERSOSUBSTATE_SIM_CORPORATE_PUK_ERROR" msgid="7353389721907138671">"PUK 码解锁失败。"</string>
    <string name="PERSOSUBSTATE_SIM_SERVICE_PROVIDER_PUK_ERROR" msgid="2655263155490857920">"PUK 码解锁失败。"</string>
    <string name="PERSOSUBSTATE_SIM_SIM_PUK_ERROR" msgid="6903740900892931310">"PUK 码解锁失败。"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK1_PUK_ERROR" msgid="5165901670447518687">"PUK 码解锁失败。"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK2_PUK_ERROR" msgid="2856763216589267623">"PUK 码解锁失败。"</string>
    <string name="PERSOSUBSTATE_RUIM_HRPD_PUK_ERROR" msgid="817542684437829139">"PUK 码解锁失败。"</string>
    <string name="PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_PUK_ERROR" msgid="5178635064113393143">"PUK 码解锁失败。"</string>
    <string name="PERSOSUBSTATE_RUIM_RUIM_PUK_ERROR" msgid="5391587926974531008">"PUK 码解锁失败。"</string>
    <string name="PERSOSUBSTATE_RUIM_CORPORATE_PUK_ERROR" msgid="4895494864493315868">"PUK 码解锁失败。"</string>
    <string name="PERSOSUBSTATE_SIM_SPN_ERROR" msgid="9017576601595353649">"SPN 解锁请求失败。"</string>
    <string name="PERSOSUBSTATE_SIM_SP_EHPLMN_ERROR" msgid="1116993930995545742">"SP Equivalent Home PLMN 解锁请求失败。"</string>
    <string name="PERSOSUBSTATE_SIM_ICCID_ERROR" msgid="7559167306794441462">"ICCID 解锁请求失败。"</string>
    <string name="PERSOSUBSTATE_SIM_IMPI_ERROR" msgid="2782926139511136588">"IMPI 解锁请求失败。"</string>
    <string name="PERSOSUBSTATE_SIM_NS_SP_ERROR" msgid="1890493954453456758">"网络子集服务提供商解锁请求失败。"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_SUCCESS" msgid="4886243367747126325">"SIM 网络解锁成功。"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_SUBSET_SUCCESS" msgid="4053809277733513987">"SIM 网络子集解锁成功。"</string>
    <string name="PERSOSUBSTATE_SIM_SERVICE_PROVIDER_SUCCESS" msgid="8249342930499801740">"SIM 服务提供商解锁成功。"</string>
    <string name="PERSOSUBSTATE_SIM_CORPORATE_SUCCESS" msgid="2339794542560381270">"SIM 企业解锁成功。"</string>
    <string name="PERSOSUBSTATE_SIM_SIM_SUCCESS" msgid="6975608174152828954">"SIM 解锁成功。"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK1_SUCCESS" msgid="2846699261330463192">"RUIM 网络 1 解锁成功。"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK2_SUCCESS" msgid="5335414726057102801">"RUIM 网络 2 解锁成功。"</string>
    <string name="PERSOSUBSTATE_RUIM_HRPD_SUCCESS" msgid="8868100318474971969">"RUIM Hrpd 解锁成功。"</string>
    <string name="PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_SUCCESS" msgid="6020936629725666932">"RUIM 服务提供商解锁成功。"</string>
    <string name="PERSOSUBSTATE_RUIM_CORPORATE_SUCCESS" msgid="6944873647584595489">"RUIM 企业解锁成功。"</string>
    <string name="PERSOSUBSTATE_RUIM_RUIM_SUCCESS" msgid="2526483514124121988">"RUIM 解锁成功。"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_PUK_SUCCESS" msgid="7662200333621664621">"PUK 码解锁成功。"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_SUBSET_PUK_SUCCESS" msgid="2861223407953766632">"PUK 码解锁成功。"</string>
    <string name="PERSOSUBSTATE_SIM_CORPORATE_PUK_SUCCESS" msgid="5345648571175243272">"PUK 码解锁成功。"</string>
    <string name="PERSOSUBSTATE_SIM_SERVICE_PROVIDER_PUK_SUCCESS" msgid="3725278343103422466">"PUK 码解锁成功。"</string>
    <string name="PERSOSUBSTATE_SIM_SIM_PUK_SUCCESS" msgid="6998502547560297983">"PUK 码解锁成功。"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK1_PUK_SUCCESS" msgid="8555433771162560361">"PUK 码解锁成功。"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK2_PUK_SUCCESS" msgid="3555767296933606232">"PUK 码解锁成功。"</string>
    <string name="PERSOSUBSTATE_RUIM_HRPD_PUK_SUCCESS" msgid="6778051818199974237">"PUK 码解锁成功。"</string>
    <string name="PERSOSUBSTATE_RUIM_CORPORATE_PUK_SUCCESS" msgid="4080108758498911429">"PUK 码解锁成功。"</string>
    <string name="PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_PUK_SUCCESS" msgid="7873675303000794343">"PUK 码解锁成功。"</string>
    <string name="PERSOSUBSTATE_RUIM_RUIM_PUK_SUCCESS" msgid="1763198215069819523">"PUK 码解锁成功。"</string>
    <string name="PERSOSUBSTATE_SIM_SPN_SUCCESS" msgid="2053891977727320532">"SPN 解锁成功。"</string>
    <string name="PERSOSUBSTATE_SIM_SP_EHPLMN_SUCCESS" msgid="8146602361895007345">"SP Equivalent Home PLMN 解锁成功。"</string>
    <string name="PERSOSUBSTATE_SIM_ICCID_SUCCESS" msgid="8058678548991999545">"ICCID 解锁成功。"</string>
    <string name="PERSOSUBSTATE_SIM_IMPI_SUCCESS" msgid="2545608067978550571">"IMPI 解锁成功。"</string>
    <string name="PERSOSUBSTATE_SIM_NS_SP_SUCCESS" msgid="4352382949744625007">"网络子集服务提供商解锁成功。"</string>
    <string name="config_pdp_reject_dialog_title" msgid="4072057179246785727"></string>
    <string name="config_pdp_reject_user_authentication_failed" msgid="4531693033885744689"></string>
    <string name="config_pdp_reject_service_not_subscribed" msgid="8190338397128671588"></string>
    <string name="config_pdp_reject_multi_conn_to_same_pdn_not_allowed" msgid="6024904218067254186"></string>
    <string name="window_magnification_prompt_title" msgid="2876703640772778215">"推出了新的放大功能设置"</string>
    <string name="window_magnification_prompt_content" msgid="8159173903032344891">"现在您可以放大屏幕上的部分内容"</string>
    <string name="turn_on_magnification_settings_action" msgid="8521433346684847700">"在“设置”中开启"</string>
    <string name="dismiss_action" msgid="1728820550388704784">"关闭"</string>
    <string name="sensor_privacy_start_use_mic_notification_content_title" msgid="2420858361276370367">"解锁设备麦克风"</string>
    <string name="sensor_privacy_start_use_camera_notification_content_title" msgid="7287720213963466672">"解锁设备摄像头"</string>
    <string name="sensor_privacy_start_use_notification_content_text" msgid="7595608891015777346">"允许“&lt;b&gt;<xliff:g id="APP">%s</xliff:g>&lt;/b&gt;”及所有应用和服务使用"</string>
    <string name="sensor_privacy_start_use_dialog_turn_on_button" msgid="7089318886628390827">"解锁"</string>
    <string name="sensor_privacy_notification_channel_label" msgid="936036783155261349">"传感器隐私权"</string>
    <string name="splash_screen_view_icon_description" msgid="180638751260598187">"应用图标"</string>
    <string name="splash_screen_view_branding_description" msgid="7911129347402728216">"应用品牌图片"</string>
    <string name="view_and_control_notification_title" msgid="4300765399209912240">"查看权限设置"</string>
    <string name="view_and_control_notification_content" msgid="8003766498562604034">"<xliff:g id="SERVICE_NAME">%s</xliff:g>可以查看和控制您的屏幕。点按即可查看。"</string>
    <string name="ui_translation_accessibility_translated_text" msgid="3197547218178944544">"已翻译“<xliff:g id="MESSAGE">%1$s</xliff:g>”。"</string>
    <string name="ui_translation_accessibility_translation_finished" msgid="3057830947610088465">"已将消息内容从<xliff:g id="FROM_LANGUAGE">%1$s</xliff:g>翻译成<xliff:g id="TO_LANGUAGE">%2$s</xliff:g>。"</string>
    <string name="notification_channel_abusive_bg_apps" msgid="6092140213264920355">"后台活动"</string>
    <string name="notification_title_abusive_bg_apps" msgid="994230770856147656">"某个应用正在消耗大量电池电量"</string>
    <string name="notification_title_long_running_fgs" msgid="8170284286477131587">"某个应用仍在使用中"</string>
    <string name="notification_content_abusive_bg_apps" msgid="5296898075922695259">"“<xliff:g id="APP">%1$s</xliff:g>”正在后台运行。点按即可管理电池用量。"</string>
    <string name="notification_content_long_running_fgs" msgid="8258193410039977101">"“<xliff:g id="APP">%1$s</xliff:g>”可能会影响电池续航时间。点按即可查看使用中的应用。"</string>
    <string name="notification_action_check_bg_apps" msgid="4758877443365362532">"查看使用中的应用"</string>
    <string name="vdm_camera_access_denied" product="default" msgid="6102378580971542473">"无法从<xliff:g id="DEVICE">%1$s</xliff:g>上访问手机的摄像头"</string>
    <string name="vdm_camera_access_denied" product="tablet" msgid="6895968310395249076">"无法从<xliff:g id="DEVICE">%1$s</xliff:g>上访问平板电脑的摄像头"</string>
    <string name="vdm_secure_window" msgid="161700398158812314">"流式传输时无法访问此内容。您可以尝试在手机上访问。"</string>
    <string name="vdm_pip_blocked" msgid="4036107522497281397">"在线播放时无法查看画中画"</string>
    <string name="system_locale_title" msgid="711882686834677268">"系统默认设置"</string>
    <string name="default_card_name" msgid="9198284935962911468">"SIM 卡 <xliff:g id="CARDNUMBER">%d</xliff:g>"</string>
    <string name="permlab_companionProfileWatch" msgid="2457738382085872542">"用于管理手表的配套手表个人资料权限"</string>
    <string name="permdesc_companionProfileWatch" msgid="5655698581110449397">"允许配套应用管理手表。"</string>
    <string name="permlab_observeCompanionDevicePresence" msgid="9008994909653990465">"观察是否存在配套设备"</string>
    <string name="permdesc_observeCompanionDevicePresence" msgid="3011699826788697852">"允许配套应用观察设备在附近或离得很远时是否存在配套设备。"</string>
    <string name="permlab_deliverCompanionMessages" msgid="3931552294842980887">"发送配套消息"</string>
    <string name="permdesc_deliverCompanionMessages" msgid="2170847384281412850">"允许配套应用向其他设备发送配套消息。"</string>
    <string name="permlab_startForegroundServicesFromBackground" msgid="6363004936218638382">"从后台启动前台服务"</string>
    <string name="permdesc_startForegroundServicesFromBackground" msgid="4071826571656001537">"允许配套应用从后台启动前台服务。"</string>
    <string name="mic_access_on_toast" msgid="2666925317663845156">"麦克风可用"</string>
    <string name="mic_access_off_toast" msgid="8111040892954242437">"麦克风已被屏蔽"</string>
    <string name="concurrent_display_notification_name" msgid="1526911253558311131">"双屏幕"</string>
    <string name="concurrent_display_notification_active_title" msgid="4892473462327943673">"双屏幕功能已开启"</string>
    <string name="concurrent_display_notification_active_content" msgid="5889355473710601270">"<xliff:g id="APP_NAME">%1$s</xliff:g>正在使用双屏幕显示内容"</string>
    <string name="concurrent_display_notification_thermal_title" msgid="5921609404644739229">"设备过热"</string>
    <string name="concurrent_display_notification_thermal_content" msgid="2075484836527609319">"手机过热,因此无法使用双屏幕功能"</string>
    <string name="concurrent_display_notification_power_save_title" msgid="1794569070730736281">"“双屏幕”功能不可用"</string>
    <string name="concurrent_display_notification_power_save_content" msgid="2198116070583851493">"省电模式已开启,因此“双屏幕”功能不可用。您可在“设置”中关闭此模式。"</string>
    <string name="device_state_notification_settings_button" msgid="691937505741872749">"前往“设置”"</string>
    <string name="device_state_notification_turn_off_button" msgid="6327161707661689232">"关闭"</string>
    <string name="keyboard_layout_notification_selected_title" msgid="1202560174252421219">"已配置“<xliff:g id="DEVICE_NAME">%s</xliff:g>”"</string>
    <string name="keyboard_layout_notification_one_selected_message" msgid="4314216053129257197">"键盘布局已设为<xliff:g id="LAYOUT_1">%s</xliff:g>。点按即可更改。"</string>
    <string name="keyboard_layout_notification_two_selected_message" msgid="1876349944065922950">"键盘布局已设为<xliff:g id="LAYOUT_1">%1$s</xliff:g>、<xliff:g id="LAYOUT_2">%2$s</xliff:g>。点按即可更改。"</string>
    <string name="keyboard_layout_notification_three_selected_message" msgid="280734264593115419">"键盘布局已设为<xliff:g id="LAYOUT_1">%1$s</xliff:g>、<xliff:g id="LAYOUT_2">%2$s</xliff:g>、<xliff:g id="LAYOUT_3">%3$s</xliff:g>。点按即可更改。"</string>
    <string name="keyboard_layout_notification_more_than_three_selected_message" msgid="1581834181578206937">"键盘布局已设为<xliff:g id="LAYOUT_1">%1$s</xliff:g>、<xliff:g id="LAYOUT_2">%2$s</xliff:g>、<xliff:g id="LAYOUT_3">%3$s</xliff:g>…点按即可更改。"</string>
    <string name="keyboard_layout_notification_multiple_selected_title" msgid="5242444914367024499">"已配置物理键盘"</string>
    <string name="keyboard_layout_notification_multiple_selected_message" msgid="6576533454124419202">"点按即可查看键盘"</string>
</resources>