summaryrefslogtreecommitdiff
path: root/data/res/values-zh-rTW/strings.xml
blob: 076c37478e8b2da2fb326a74540992d3ceaaa9f0 (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
<?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="kilobyteShort" msgid="2214285521564195803">"KB"</string>
    <string name="megabyteShort" msgid="6649361267635823443">"MB"</string>
    <string name="gigabyteShort" msgid="7515809460261287991">"GB"</string>
    <string name="terabyteShort" msgid="1822367128583886496">"TB"</string>
    <string name="petabyteShort" msgid="5651571254228534832">"PB"</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="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="7321876090152422918">"SIM 卡的 PUK 已鎖定。請輸入 PUK 碼解除鎖定。"</string>
    <string name="needPuk2" msgid="7032612093451537186">"請輸入 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="4702929460236547156">"本機號碼"</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="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">"無法透過 Wi‑Fi 撥打緊急電話"</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">"Wi-Fi 通話"</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 的 FULL 模式"</string>
    <string name="peerTtyModeHco" msgid="5626377160840915617">"通訊對象要求使用 TTY 的 HCO 模式"</string>
    <string name="peerTtyModeVco" msgid="572208600818270944">"通訊對象要求使用 TTY 的 VCO 模式"</string>
    <string name="peerTtyModeOff" msgid="2420380956369226583">"通訊對象要求使用 TTY 的 OFF 模式"</string>
    <string name="serviceClassVoice" msgid="2065556932043454987">"語音服務"</string>
    <string name="serviceClassData" msgid="4148080018967300248">"資料"</string>
    <string name="serviceClassFAX" msgid="2561653371698904118">"傳真"</string>
    <string name="serviceClassSMS" msgid="1547664561704509004">"SMS"</string>
    <string name="serviceClassDataAsync" msgid="2029856900898545984">"非同步"</string>
    <string name="serviceClassDataSync" msgid="7895071363569133704">"同步處理"</string>
    <string name="serviceClassPacket" msgid="1430642951399303804">"封包"</string>
    <string name="serviceClassPAD" msgid="6850244583416306321">"按鍵"</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">"漫遊 - Google Premium 合作夥伴"</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">"無法設定 Wi‑Fi 通話"</string>
  <string-array name="wfcOperatorErrorAlertMessages">
    <item msgid="468830943567116703">"如要透過 Wi-Fi 網路撥打電話及傳送訊息,請先要求電信業者為你設定這項服務,然後再次前往「設定」頁面啟用 Wi-Fi 通話功能。(錯誤代碼:<xliff:g id="CODE">%1$s</xliff:g>)"</item>
  </string-array>
  <string-array name="wfcOperatorErrorNotificationMessages">
    <item msgid="4795145070505729156">"向你的電信業者註冊 Wi‑Fi 通話時發生問題:<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> Wi-Fi 通話"</string>
    <string name="wfcSpnFormat_spn_wifi_calling_vo_hyphen" msgid="3836827895369365298">"<xliff:g id="SPN">%s</xliff:g> Wi-Fi 通話"</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> Wi-Fi"</string>
    <string name="wfcSpnFormat_wifi_calling_bar_spn" msgid="8383917598312067365">"Wi-Fi 通話 | <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">"Wi-Fi 通話"</string>
    <string name="wfcSpnFormat_wifi" msgid="1376356951297043426">"Wi-Fi"</string>
    <string name="wfcSpnFormat_wifi_calling_wo_hyphen" msgid="7178561009225028264">"Wi-Fi 通話"</string>
    <string name="wfcSpnFormat_vowifi" msgid="8371335230890725606">"VoWifi"</string>
    <string name="wifi_calling_off_summary" msgid="5626710010766902560">"關閉"</string>
    <string name="wfc_mode_wifi_preferred_summary" msgid="1035175836270943089">"透過 Wi-Fi 進行通話"</string>
    <string name="wfc_mode_cellular_preferred_summary" msgid="4958965609212575619">"透過行動網路進行通話"</string>
    <string name="wfc_mode_wifi_only_summary" msgid="104951993894678665">"只限 Wi-Fi"</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">"透過 proxy 伺服器驗證失敗。"</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>
    <plurals name="ssl_ca_cert_warning" formatted="false" msgid="2288194355006173029">
      <item quantity="other">已安裝憑證授權單位憑證</item>
      <item quantity="one">已安裝憑證授權單位憑證</item>
    </plurals>
    <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="country_detector" msgid="7023275114706088854">"國家/地區偵測器"</string>
    <string name="location_service" msgid="2439187616018455546">"定位服務"</string>
    <string name="sensor_notification_service" msgid="7474531979178682676">"感應器通知服務"</string>
    <string name="twilight_service" msgid="8964898045693187224">"Twilight 服務"</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_tomorrow_text" msgid="6322541302153673994">"系統將於明天封鎖你的個人應用程式"</string>
    <string name="personal_apps_suspended_turn_profile_on" msgid="4278188538997940785">"開啟工作資料夾"</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">"錯誤報告"</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>
    <plurals name="bugreport_countdown" formatted="false" msgid="3906120379260059206">
      <item quantity="other">系統將在 <xliff:g id="NUMBER_1">%d</xliff:g> 秒後擷取錯誤報告的螢幕畫面。</item>
      <item quantity="one">系統將在 <xliff:g id="NUMBER_0">%d</xliff:g> 秒後擷取錯誤報告的螢幕畫面。</item>
    </plurals>
    <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_virtual_keyboard" msgid="6465975799223304567">"虛擬鍵盤"</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="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="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="1938416135375282333">"檔案和媒體"</string>
    <string name="permgroupdesc_storage" msgid="6351503740613026600">"存取裝置中的相片、媒體和檔案"</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_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="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="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_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">"接收簡訊 (SMS)"</string>
    <string name="permdesc_receiveSms" msgid="1797345626687832285">"允許應用程式接收和處理簡訊。這項設定可讓應用程式監控傳送至你裝置的訊息,或在你閱讀訊息前擅自刪除訊息。"</string>
    <string name="permlab_receiveMms" msgid="4000650116674380275">"接收簡訊 (MMS)"</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_readCellBroadcasts" msgid="5869884450872137693">"讀取區域廣播訊息"</string>
    <string name="permdesc_readCellBroadcasts" msgid="672513437331980168">"允許應用程式讀取你裝置收到的區域廣播訊息。某些地點會發出區域廣播警示,警告你有緊急狀況發生。請注意,惡意應用程式可能會在裝置收到緊急區域廣播時,干擾裝置的效能或運作。"</string>
    <string name="permlab_subscribedFeedsRead" msgid="217624769238425461">"讀取訂閱資訊提供"</string>
    <string name="permdesc_subscribedFeedsRead" msgid="6911349196661811865">"允許應用程式取得目前已同步處理的資訊提供詳細資料。"</string>
    <string name="permlab_sendSms" msgid="7757368721742014252">"傳送及查看簡訊"</string>
    <string name="permdesc_sendSms" msgid="6757089798435130769">"允許應用程式傳送簡訊,但可能產生非預期的費用。惡意應用程式可能利用此功能擅自傳送簡訊,增加你不必要的額外支出。"</string>
    <string name="permlab_readSms" msgid="5164176626258800297">"讀取你的簡訊 (SMS 或 MMS)"</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_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_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_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 裝置的開機時間。此外,系統會一直執行該應用程式,導致 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="3411035315357380862">"存取人體感應器 (例如心跳速率監測器)"</string>
    <string name="permdesc_bodySensors" product="default" msgid="2365357960407973997">"允許應用程式存取感測器所收集的資料 (這類感測器可監測你的體能狀態,例如你的心跳速率)。"</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="3976213377904701093">"這個應用程式隨時可使用麥克風錄音。"</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="1354600178048761499">"這個應用程式隨時可使用相機拍照及錄影。"</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="5439809516131609109">"允許應用程式自行撥打電話,但可能產生非預期的費用或撥打非預期的電話。注意:這項權限不允許應用程式撥打緊急電話。惡意應用程式可能利用此功能擅自撥打電話,增加你不必要的額外支出。"</string>
    <string name="permlab_accessImsCallService" msgid="442192920714863782">"存取 IMS 撥號服務"</string>
    <string name="permdesc_accessImsCallService" msgid="6328551241649687162">"允許應用程式自動使用 IMS 服務撥打電話。"</string>
    <string name="permlab_readPhoneState" msgid="8138526903259297969">"讀取手機狀態和識別碼"</string>
    <string name="permdesc_readPhoneState" msgid="7229063553502788058">"允許應用程式使用裝置的電話功能。這項權限可讓應用程式判讀手機號碼和裝置 ID、是否正在通話中,以及所撥打的對方號碼。"</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">"查看 Wi-Fi 連線"</string>
    <string name="permdesc_accessWifiState" msgid="6913641669259483363">"允許應用程式查看 Wi-Fi 網路相關資訊,例如是否已啟用 Wi-Fi,以及所連上 Wi-Fi 裝置的名稱。"</string>
    <string name="permlab_changeWifiState" msgid="7947824109713181554">"建立及中斷 Wi-Fi 連線"</string>
    <string name="permdesc_changeWifiState" msgid="7170350070554505384">"允許應用程式與 Wi-Fi 存取點連線或中斷連線,並可變更 Wi-Fi 網路的裝置設定。"</string>
    <string name="permlab_changeWifiMulticastState" msgid="285626875870754696">"允許接收 Wi-Fi 多點傳播封包"</string>
    <string name="permdesc_changeWifiMulticastState" product="tablet" msgid="191079868596433554">"允許應用程式接收透過多點傳播位址傳送給 Wi-Fi 網路上所有裝置 (而不只是傳送給你的平板電腦) 的封包。這項設定會比非多點傳播模式耗用更多電力。"</string>
    <string name="permdesc_changeWifiMulticastState" product="tv" msgid="1336952358450652595">"允許應用程式接收透過多播位址傳送給 Wi-Fi 網路上所有裝置 (而不只是傳送給你的 Android TV 裝置) 的封包。這項設定會比非多播模式耗用更多電力。"</string>
    <string name="permdesc_changeWifiMulticastState" product="default" msgid="8296627590220222740">"允許應用程式接收透過多點傳播位址傳送給 Wi-Fi 網路上所有裝置 (而不只是傳送給你的手機) 的封包。這項設定會比非多點傳播模式耗用更多電力。"</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_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_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_dialog_default_title" msgid="5284880398508155088">"驗證你的身分"</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="fingerprint_acquired_partial" msgid="8532380671091299342">"僅偵測到部分指紋,請再試一次。"</string>
    <string name="fingerprint_acquired_insufficient" msgid="2545149524031515411">"無法處理指紋,請再試一次。"</string>
    <string name="fingerprint_acquired_imager_dirty" msgid="4694800187151533990">"指紋感應器有髒汙。請清潔感應器,然後再試一次。"</string>
    <string name="fingerprint_acquired_too_fast" msgid="5151661932298844352">"手指移動速度過快,請再試一次。"</string>
    <string name="fingerprint_acquired_too_slow" msgid="6683510291554497580">"手指移動速度過慢,請再試一次。"</string>
  <string-array name="fingerprint_acquired_vendor">
  </string-array>
    <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="6126456006769817485">"無法儲存指紋,請先移除現有指紋。"</string>
    <string name="fingerprint_error_timeout" msgid="2946635815726054226">"指紋處理作業逾時,請再試一次。"</string>
    <string name="fingerprint_error_canceled" msgid="540026881380070750">"指紋作業已取消。"</string>
    <string name="fingerprint_error_user_canceled" msgid="7685676229281231614">"使用者已取消指紋驗證作業。"</string>
    <string name="fingerprint_error_lockout" msgid="7853461265604738671">"嘗試次數過多,請稍後再試。"</string>
    <string name="fingerprint_error_lockout_permanent" msgid="3895478283943513746">"嘗試次數過多,指紋感應器已停用。"</string>
    <string name="fingerprint_error_unable_to_process" msgid="1148553603490048742">"請再試一次。"</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_name_template" msgid="8941662088160289778">"手指 <xliff:g id="FINGERID">%d</xliff:g>"</string>
  <string-array name="fingerprint_error_vendor">
  </string-array>
    <string name="fingerprint_icon_content_description" msgid="4741068463175388817">"指紋圖示"</string>
    <string name="permlab_manageFace" msgid="4569549381889283282">"管理人臉解鎖硬體"</string>
    <string name="permdesc_manageFace" msgid="6204569688492710471">"允許應用程式呼叫方法來新增及移除可用的臉孔範本。"</string>
    <string name="permlab_useFaceAuthentication" msgid="1011430526454859030">"使用人臉解鎖硬體"</string>
    <string name="permdesc_useFaceAuthentication" msgid="3115697017684668012">"允許應用程式使用人臉解鎖硬體進行驗證"</string>
    <string name="face_recalibrate_notification_name" msgid="6006095897989257026">"人臉解鎖"</string>
    <string name="face_recalibrate_notification_title" msgid="5944930528030496897">"請重新註冊你的臉孔"</string>
    <string name="face_recalibrate_notification_content" msgid="892757485125249962">"為提升辨識精準度,請重新註冊你的臉孔"</string>
    <string name="face_acquired_insufficient" msgid="2150805835949162453">"無法擷取精準臉孔資料,請再試一次。"</string>
    <string name="face_acquired_too_bright" msgid="8070756048978079164">"亮度過高,請嘗試使用較柔和的照明方式。"</string>
    <string name="face_acquired_too_dark" msgid="252573548464426546">"亮度不足,請嘗試使用較明亮的照明方式。"</string>
    <string name="face_acquired_too_close" msgid="1628767882971469833">"請將手機拿遠一點。"</string>
    <string name="face_acquired_too_far" msgid="5098567726427173896">"請將手機拿近一點。"</string>
    <string name="face_acquired_too_high" msgid="4868033653626081839">"請將手機舉高一點。"</string>
    <string name="face_acquired_too_low" msgid="1512237819632165945">"請將手機拿低一點。"</string>
    <string name="face_acquired_too_right" msgid="2513391513020932655">"請將手機向左移動。"</string>
    <string name="face_acquired_too_left" msgid="8882499346502714350">"請將手機向右移動。"</string>
    <string name="face_acquired_poor_gaze" msgid="4427153558773628020">"請儘可能直視裝置正面。"</string>
    <string name="face_acquired_not_detected" msgid="2945945257956443257">"將你的臉孔正對手機。"</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="4699657338753282542">"已無法辨識臉孔,請再試一次。"</string>
    <string name="face_acquired_too_similar" msgid="7684650785108399370">"與先前的姿勢太相似,請換一個姿勢。"</string>
    <string name="face_acquired_pan_too_extreme" msgid="7822191262299152527">"請將你的頭部稍微向左或向右轉動。"</string>
    <string name="face_acquired_tilt_too_extreme" msgid="8119978324129248059">"請將你的頭部稍微向上或向下傾斜。"</string>
    <string name="face_acquired_roll_too_extreme" msgid="1442830503572636825">"請將你的頭部稍微向左或向右旋轉。"</string>
    <string name="face_acquired_obscured" msgid="4917643294953326639">"請移除任何會遮住臉孔的物體。"</string>
    <string name="face_acquired_sensor_dirty" msgid="8968391891086721678">"請清理螢幕頂端,包括黑色橫列"</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="522924647742024699">"請重新進行人臉解鎖。"</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="8553045452825849843">"使用者已取消人臉解鎖作業。"</string>
    <string name="face_error_lockout" msgid="7864408714994529437">"嘗試次數過多,請稍後再試。"</string>
    <string name="face_error_lockout_permanent" msgid="8277853602168960343">"嘗試次數過多,因此系統已停用人臉解鎖功能。"</string>
    <string name="face_error_unable_to_process" msgid="5723292697366130070">"無法驗證臉孔,請再試一次。"</string>
    <string name="face_error_not_enrolled" msgid="7369928733504691611">"你尚未設定人臉解鎖功能。"</string>
    <string name="face_error_hw_not_present" msgid="1070600921591729944">"這個裝置不支援人臉解鎖功能。"</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-array name="face_error_vendor">
  </string-array>
    <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_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">"繫結至 Dream 服務"</string>
    <string name="permdesc_bindDreamService" msgid="9129615743300572973">"允許應用程式繫結至 Dream 服務的頂層介面 (一般應用程式不需使用)。"</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="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="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="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="default" msgid="8036084184768379022">"恢復原廠設定,不提出警告就直接清除手機的資料。"</string>
    <string name="policylab_wipeData_secondaryUser" 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="default" msgid="2788325512167208654">"將這個使用者的資料從這支手機中清除,而不事先發出警告。"</string>
    <string name="policylab_setGlobalProxy" msgid="215332221188670221">"設定裝置全域 Proxy"</string>
    <string name="policydesc_setGlobalProxy" msgid="7149665222705519604">"設定政策啟用時要使用的裝置全域 Proxy。只有裝置擁有者可以設定全域 Proxy。"</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">"Yahoo"</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">"Yahoo"</string>
    <string name="imProtocolSkype" msgid="1486297589164830043">"Skype"</string>
    <string name="imProtocolQq" msgid="7254708777029006592">"QQ"</string>
    <string name="imProtocolGoogleTalk" msgid="9194016024343166782">"Hangouts"</string>
    <string name="imProtocolIcq" msgid="2410325380427389521">"ICQ"</string>
    <string name="imProtocolJabber" msgid="7919269388889582015">"Jabber"</string>
    <string name="imProtocolNetMeeting" msgid="4985002408136148256">"網路會議"</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="1248431165144893792">"找不到 SIM 卡"</string>
    <string name="lockscreen_missing_sim_message" product="tablet" msgid="8596805728510570760">"平板電腦中沒有 SIM 卡。"</string>
    <string name="lockscreen_missing_sim_message" product="tv" msgid="2582768023352171073">"Android TV 裝置中沒有 SIM 卡。"</string>
    <string name="lockscreen_missing_sim_message" product="default" msgid="1408695081255172556">"手機未插入 SIM 卡。"</string>
    <string name="lockscreen_missing_sim_instructions" msgid="8473601862688263903">"插入 SIM 卡。"</string>
    <string name="lockscreen_missing_sim_instructions_long" msgid="3664999892038416334">"找不到或無法讀取 SIM 卡。請插入 SIM 卡。"</string>
    <string name="lockscreen_permanent_disabled_sim_message_short" msgid="3812893366715730539">"SIM 卡無法使用。"</string>
    <string name="lockscreen_permanent_disabled_sim_instructions" msgid="4358929052509450807">"你的 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="6618356415831082174">"SIM 的 PUK 已鎖定。"</string>
    <string name="lockscreen_sim_puk_locked_instructions" msgid="5307979043730860995">"參閱《使用者指南》或與客戶服務中心聯絡。"</string>
    <string name="lockscreen_sim_locked_message" msgid="3160196135801185938">"SIM 卡已鎖定。"</string>
    <string name="lockscreen_sim_unlock_progress_dialog_message" msgid="2286497117428409709">"解鎖 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">"你的 PIN 已輸錯 <xliff:g id="NUMBER_0">%1$d</xliff:g> 次。\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">"已加入 1 格"</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。第 %2$d 個小工具,共 %3$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="632407612842329815">"人臉解鎖。"</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="save_password_label" msgid="9161712335355510035">"確認"</string>
    <string name="double_tap_toast" msgid="7065519579174882778">"提示:輕觸兩下即可縮放。"</string>
    <string name="autofill_this_form" msgid="3187132440451621492">"自動填入功能"</string>
    <string name="setup_autofill" msgid="5431369130866618567">"設定自動填入功能"</string>
    <string name="autofill_window_title" msgid="4379134104008111961">"<xliff:g id="SERVICENAME">%1$s</xliff:g> 的自動填入功能"</string>
    <string name="autofill_address_name_separator" msgid="8190155636149596125">" //*** Empty segment here as a separator ***//"</string>
    <string name="autofill_address_summary_name_format" msgid="3402882515222673691">"$1$2$3"</string>
    <string name="autofill_address_summary_separator" msgid="760522655085707045">", "</string>
    <string name="autofill_address_summary_format" msgid="8417010069362125194">"$1$2$3"</string>
    <string name="autofill_province" msgid="3676846437741893159">"省"</string>
    <string name="autofill_postal_code" msgid="7034789388968295591">"郵遞區號"</string>
    <string name="autofill_state" msgid="3341725337190434069">"州/省"</string>
    <string name="autofill_zip_code" msgid="1315503730274962450">"郵遞區號"</string>
    <string name="autofill_county" msgid="7781382735643492173">"縣/市"</string>
    <string name="autofill_island" msgid="5367139008536593734">"島"</string>
    <string name="autofill_district" msgid="6428712062213557327">"行政區"</string>
    <string name="autofill_department" msgid="9047276226873531529">"省"</string>
    <string name="autofill_prefecture" msgid="7267397763720241872">"縣"</string>
    <string name="autofill_parish" msgid="6847960518334530198">"教區"</string>
    <string name="autofill_area" msgid="8289022370678448983">"區"</string>
    <string name="autofill_emirate" msgid="2544082046790551168">"大公國"</string>
    <string name="permlab_readHistoryBookmarks" msgid="9102293913842539697">"讀取你的網路書籤和記錄"</string>
    <string name="permdesc_readHistoryBookmarks" msgid="2323799501008967852">"允許應用程式讀取瀏覽器造訪過的所有網址記錄,以及瀏覽器的所有書籤。注意:這項權限不適用於第三方瀏覽器或其他具備網頁瀏覽功能的應用程式。"</string>
    <string name="permlab_writeHistoryBookmarks" msgid="6090259925187986937">"寫入網路書籤和記錄"</string>
    <string name="permdesc_writeHistoryBookmarks" product="tablet" msgid="573341025292489065">"允許應用程式修改平板電腦上儲存的瀏覽記錄或書籤。這項設定會讓應用程式具有清除或修改瀏覽資料的權限。注意:這項權限不適用於第三方瀏覽器或其他具備網頁瀏覽功能的應用程式。"</string>
    <string name="permdesc_writeHistoryBookmarks" product="tv" msgid="88642768580408561">"允許應用程式修改 Android TV 裝置上儲存的瀏覽器歷史記錄或書籤。應用程式可能會因此取得清除或修改瀏覽器資料的權限。注意:這項權限可能不適用於第三方瀏覽器或其他具備網路瀏覽功能的應用程式。"</string>
    <string name="permdesc_writeHistoryBookmarks" product="default" msgid="2245203087160913652">"允許應用程式修改手機上儲存的瀏覽記錄或書籤。這項設定會讓應用程式具有清除或修改瀏覽資料的權限。注意:這項權限不適用於第三方瀏覽器或其他具備網頁瀏覽功能的應用程式。"</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="permlab_writeGeolocationPermissions" msgid="8605631647492879449">"修改瀏覽器地理資訊的權限"</string>
    <string name="permdesc_writeGeolocationPermissions" msgid="5817346421222227772">"允許應用程式修改瀏覽器的地理位置權限。請注意,惡意應用程式可能利用此功能允許將你的位置資訊任意傳送給某些網站。"</string>
    <string name="save_password_message" msgid="2146409467245462965">"是否記住此密碼?"</string>
    <string name="save_password_notnow" msgid="2878327088951240061">"現在不要"</string>
    <string name="save_password_remember" msgid="6490888932657708341">"記住"</string>
    <string name="save_password_never" msgid="6776808375903410659">"永不"</string>
    <string name="open_permission_deny" msgid="5136793905306987251">"你沒有開啟這個頁面的權限。"</string>
    <string name="text_copied" msgid="2531420577879738860">"文字已複製到剪貼簿。"</string>
    <string name="copied" msgid="4675902854553014676">"已複製"</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">"輸入"</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>
    <plurals name="last_num_days" formatted="false" msgid="687443109145393632">
      <item quantity="other">過去 <xliff:g id="COUNT_1">%d</xliff:g> 天內</item>
      <item quantity="one">過去 <xliff:g id="COUNT_0">%d</xliff:g> 天內</item>
    </plurals>
    <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>
    <plurals name="duration_minutes_shortest" formatted="false" msgid="7519574894537185135">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g>分鐘</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g>分鐘</item>
    </plurals>
    <plurals name="duration_hours_shortest" formatted="false" msgid="2838655994500499651">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g>小時</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g>小時</item>
    </plurals>
    <plurals name="duration_days_shortest" formatted="false" msgid="3686058472983158496">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g>天</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g>天</item>
    </plurals>
    <plurals name="duration_years_shortest" formatted="false" msgid="8299112348723640338">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g>年</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g>年</item>
    </plurals>
    <plurals name="duration_minutes_shortest_future" formatted="false" msgid="849196137176399440">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g>分鐘後</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g>分鐘後</item>
    </plurals>
    <plurals name="duration_hours_shortest_future" formatted="false" msgid="5386373597343170388">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g>小時後</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g>小時後</item>
    </plurals>
    <plurals name="duration_days_shortest_future" formatted="false" msgid="814754627092787227">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g>天後</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g>天後</item>
    </plurals>
    <plurals name="duration_years_shortest_future" formatted="false" msgid="7683731800140202145">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g>年後</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g>年後</item>
    </plurals>
    <plurals name="duration_minutes_relative" formatted="false" msgid="6569851308583028344">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> 分鐘前</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> 分鐘前</item>
    </plurals>
    <plurals name="duration_hours_relative" formatted="false" msgid="420434788589102019">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> 小時前</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> 小時前</item>
    </plurals>
    <plurals name="duration_days_relative" formatted="false" msgid="6056425878237482431">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> 天前</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> 天前</item>
    </plurals>
    <plurals name="duration_years_relative" formatted="false" msgid="2179998228861172159">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> 年前</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> 年前</item>
    </plurals>
    <plurals name="duration_minutes_relative_future" formatted="false" msgid="5759885720917567723">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> 分鐘後</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> 分鐘後</item>
    </plurals>
    <plurals name="duration_hours_relative_future" formatted="false" msgid="8963511608507707959">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> 小時後</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> 小時後</item>
    </plurals>
    <plurals name="duration_days_relative_future" formatted="false" msgid="1964709470979250702">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> 天後</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> 天後</item>
    </plurals>
    <plurals name="duration_years_relative_future" formatted="false" msgid="3985129025134896371">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> 年後</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> 年後</item>
    </plurals>
    <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="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="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_fstrim" msgid="3259087575528515329">"正在對儲存空間進行最佳化處理。"</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_upgrading_apk" msgid="1339564803894466737">"正在最佳化第 <xliff:g id="NUMBER_0">%1$d</xliff:g> 個應用程式 (共 <xliff:g id="NUMBER_1">%2$d</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="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">"登入 Wi-Fi 網路"</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">"Wi-Fi"</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">"傳送 SMS 簡訊"</string>
    <string name="sms_control_message" msgid="6574313876316388239">"&lt;b&gt;&lt;/b&gt;「<xliff:g id="APP_NAME">%1$s</xliff:g>」正在傳送大量簡訊。你要允許這個應用程式繼續傳送簡訊嗎?"</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="5387212933992546283">"SIM 卡已移除"</string>
    <string name="sim_removed_message" msgid="9051174064474904617">"你必須先插入有效的 SIM 卡再重新啟動手機,才能使用行動網路。"</string>
    <string name="sim_done_button" msgid="6464250841528410598">"完成"</string>
    <string name="sim_added_title" msgid="7930779986759414595">"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_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="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="4427643867639774118">"設定實體鍵盤"</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_new_notification_title" msgid="3517407571407687677">"新的 <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="automotive" msgid="8488046026389025694"></string>
    <string name="ext_media_ready_notification_message" msgid="777258143284919261">"可用於傳輸相片和媒體"</string>
    <string name="ext_media_unmountable_notification_title" msgid="4895444667278979910">"<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="5622514265490819212"></string>
    <string name="ext_media_unsupported_notification_title" msgid="4358280700537030333">"不支援的「<xliff:g id="NAME">%s</xliff:g>」"</string>
    <string name="ext_media_unsupported_notification_message" msgid="917738524888367560">"此裝置不支援這個 <xliff:g id="NAME">%s</xliff:g>。輕觸即可使用支援的格式進行設定。"</string>
    <string name="ext_media_unsupported_notification_message" product="tv" msgid="7744945987775645685">"此裝置不支援這個 <xliff:g id="NAME">%s</xliff:g>。選取即可使用支援的格式進行設定。"</string>
    <string name="ext_media_unsupported_notification_message" product="automotive" msgid="7657357085538772913">"這部裝置不支援這個「<xliff:g id="NAME">%s</xliff:g>」。"</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="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">"使用 <xliff:g id="NUMBER">%s</xliff:g>\n撥號"</string>
    <string name="create_contact_using" msgid="6200708808003692594">"建立手機號碼為 <xliff:g id="NUMBER">%s</xliff:g>\n的聯絡人"</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="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>
    <plurals name="matches_found" formatted="false" msgid="1101758718194295554">
      <item quantity="other">第 <xliff:g id="INDEX">%d</xliff:g> 個相符項目 (共 <xliff:g id="TOTAL">%d</xliff:g> 個)</item>
      <item quantity="one">1 個相符項目</item>
    </plurals>
    <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="gnss_nfw_notification_title" msgid="5004493772059563423">"外部實體存取了你的緊急位置資訊"</string>
    <string name="gnss_nfw_notification_message_oem" msgid="3683958907027107969">"你的裝置製造商在最近的緊急工作階段期間存取了你的位置資訊"</string>
    <string name="gnss_nfw_notification_message_carrier" msgid="815888995791562151">"你的電信業者在最近的緊急工作階段期間存取了你的位置資訊"</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">"設定 PM 值"</string>
    <string name="time_picker_decrement_set_am_button" msgid="1422608001541064087">"設定 AM 值"</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">"USB 隨身碟"</string>
    <string name="storage_usb_drive_label" msgid="6631740655876540521">"<xliff:g id="MANUFACTURER">%s</xliff:g> USB 隨身碟"</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">"已達到 Wi-Fi 數據流量上限"</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">"已超過 Wi-Fi 數據用量上限"</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_set_always" msgid="4142825808921411476">"設為一律開啟"</string>
    <string name="activity_resolver_use_once" msgid="948462794469672658">"僅限一次"</string>
    <string name="activity_resolver_app_settings" msgid="6758823206817748026">"設定"</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_hdmi" msgid="5474470558160717850">"HDMI"</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>
    <plurals name="kg_too_many_failed_attempts_countdown" formatted="false" msgid="236717428673283568">
      <item quantity="other">請於 <xliff:g id="NUMBER">%d</xliff:g> 秒後再試一次。</item>
      <item quantity="one">請於 1 秒後再試一次。</item>
    </plurals>
    <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="8871937892678885545">"正在解除 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">"你的 PIN 已輸錯 <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_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="allow_while_in_use_permission_in_fgs" msgid="4101339676785053656">"來自「<xliff:g id="PACKAGENAME">%1$s</xliff:g>」的背景啟動前景服務不會具備未來 R 版本的使用狀態權限。請前往 go/r-bg-fgs-restriction 並提交錯誤報告。"</string>
    <string name="safe_media_volume_warning" product="default" msgid="3751676824423049994">"要調高音量,比建議的音量更大聲嗎?\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="8417489297036013065">"要開啟無障礙功能嗎?"</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="6935581470716541531">"	• <xliff:g id="SERVICE">%1$s</xliff:g>\n"</string>
    <string name="accessibility_shortcut_talkback_warning_title" msgid="3410100187167382427">"要開啟 TalkBack 嗎?"</string>
    <string name="accessibility_shortcut_talkback_warning" msgid="8412954203626349109">"同時按住音量調高鍵和調低鍵數秒,即可開啟 TalkBack 螢幕閱讀器。對失明和低視能人士而言,這項功能相當實用。TalkBack 會完全改變裝置的運作方式。\n\n你可以在 [設定] &gt; [無障礙設定] 中變更這個快速鍵觸發的功能。"</string>
    <string name="accessibility_shortcut_single_service_warning_title" msgid="2819109500943271385">"要開啟「<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_enable_service_encryption_warning" msgid="8603532708618236909">"如果你開啟「<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="326050048927789012">"色彩反轉"</string>
    <string name="color_correction_feature_name" msgid="3655077237805422597">"色彩校正"</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="4228997042855695090">"同時按住調低及調高音量鍵三秒即可使用「<xliff:g id="SERVICE_NAME">%1$s</xliff:g>」"</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="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_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">"Pa Kai"</string>
    <string name="mediasize_chinese_om_dai_pa_kai" msgid="8133982147973309032">"Dai Pa Kai"</string>
    <string name="mediasize_chinese_om_jurro_ku_kai" msgid="5888548906612445289">"Jurro Ku Kai"</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_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>
    <plurals name="restr_pin_countdown" formatted="false" msgid="4427486903285216153">
      <item quantity="other">請於 <xliff:g id="COUNT">%d</xliff:g> 秒後再試一次</item>
      <item quantity="one">請於 1 秒後再試一次</item>
    </plurals>
    <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="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">"第 2 項工作:<xliff:g id="LABEL">%1$s</xliff:g>"</string>
    <string name="managed_profile_label_badge_3" msgid="6882151970556391957">"第 3 項工作:<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="5997766757551917769">"為了延長電池續航力,節約耗電量功能會執行以下動作:\n\n•開啟深色主題\n•關閉或限制背景活動、部分視覺效果和其他功能,例如「Hey Google」啟動字詞\n\n"<annotation id="url">"瞭解詳情"</annotation></string>
    <string name="battery_saver_description" msgid="8587408568232177204">"為了延長電池續航力,節約耗電量功能會執行以下動作:\n\n•開啟深色主題\n•關閉或限制背景活動、部分視覺效果和其他功能,例如「Hey Google」啟動字詞"</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>
    <plurals name="zen_mode_duration_minutes_summary" formatted="false" msgid="2877101784123058273">
      <item quantity="other">持續 %1$d 分鐘 (結束時間:<xliff:g id="FORMATTEDTIME_1">%2$s</xliff:g>)</item>
      <item quantity="one">持續 1 分鐘 (結束時間:<xliff:g id="FORMATTEDTIME_0">%2$s</xliff:g>)</item>
    </plurals>
    <plurals name="zen_mode_duration_minutes_summary_short" formatted="false" msgid="4230730310318858312">
      <item quantity="other">%1$d 分鐘 (直到 <xliff:g id="FORMATTEDTIME_1">%2$s</xliff:g>)</item>
      <item quantity="one">1 分鐘 (直到 <xliff:g id="FORMATTEDTIME_0">%2$s</xliff:g>)</item>
    </plurals>
    <plurals name="zen_mode_duration_hours_summary" formatted="false" msgid="7725354244196466758">
      <item quantity="other">%1$d 小時 (直到<xliff:g id="FORMATTEDTIME_1">%2$s</xliff:g>)</item>
      <item quantity="one">1 小時 (直到<xliff:g id="FORMATTEDTIME_0">%2$s</xliff:g>)</item>
    </plurals>
    <plurals name="zen_mode_duration_hours_summary_short" formatted="false" msgid="588719069121765642">
      <item quantity="other">%1$d 小時 (直到 <xliff:g id="FORMATTEDTIME_1">%2$s</xliff:g>)</item>
      <item quantity="one">1 小時 (直到 <xliff:g id="FORMATTEDTIME_0">%2$s</xliff:g>)</item>
    </plurals>
    <plurals name="zen_mode_duration_minutes" formatted="false" msgid="1148568456958944998">
      <item quantity="other">持續 %d 分鐘</item>
      <item quantity="one">持續 1 分鐘</item>
    </plurals>
    <plurals name="zen_mode_duration_minutes_short" formatted="false" msgid="2742377799995454859">
      <item quantity="other">%d 分鐘</item>
      <item quantity="one">1 分鐘</item>
    </plurals>
    <plurals name="zen_mode_duration_hours" formatted="false" msgid="525401855645490022">
      <item quantity="other">%d 小時</item>
      <item quantity="one">1 小時</item>
    </plurals>
    <plurals name="zen_mode_duration_hours_short" formatted="false" msgid="7644653189680911640">
      <item quantity="other">%d 小時</item>
      <item quantity="one">1 小時</item>
    </plurals>
    <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_work_profile_content_description" msgid="5296477955677725799">"工作資料夾"</string>
    <string name="notification_alerted_content_description" msgid="6139691253611265992">"已提醒"</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>
    <plurals name="selected_count" formatted="false" msgid="3946212171128200491">
      <item quantity="other">已選取 <xliff:g id="COUNT_1">%1$d</xliff:g> 個項目</item>
      <item quantity="one">已選取 <xliff:g id="COUNT_0">%1$d</xliff:g> 個項目</item>
    </plurals>
    <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="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_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="5503291976647976560">"要開啟工作資料夾嗎?"</string>
    <string name="work_mode_off_message" msgid="8417484421098563803">"系統將開啟你的辦公應用程式、通知、資料和其他工作資料夾功能"</string>
    <string name="work_mode_turn_on" msgid="3662561662475962285">"開啟"</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="deprecated_target_sdk_message" msgid="5203207875657579953">"這個應用程式是專為舊版 Android 所打造,因此可能無法正常運作。請嘗試檢查更新,或是與開發人員聯絡。"</string>
    <string name="deprecated_target_sdk_app_store" msgid="8456784048558808909">"檢查更新"</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="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>
    <plurals name="autofill_picker_some_suggestions" formatted="false" msgid="6651883186966959978">
      <item quantity="other"><xliff:g id="COUNT">%1$s</xliff:g> 項自動填入建議</item>
      <item quantity="one">1 項自動填入建議</item>
    </plurals>
    <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="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="dynamic_mode_notification_channel_name" msgid="2986926422100223328">"日常安排模式資訊通知"</string>
    <string name="dynamic_mode_notification_title" msgid="9205715501274608016">"電池電力可能會在你平常的充電時間前耗盡"</string>
    <string name="dynamic_mode_notification_summary" msgid="4141614604437372157">"已啟用節約耗電量模式以延長電池續航力"</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>
    <plurals name="file_count" formatted="false" msgid="7063513834724389247">
      <item quantity="other">「<xliff:g id="FILE_NAME_2">%s</xliff:g>」及另外 <xliff:g id="COUNT_3">%d</xliff:g> 個檔案</item>
      <item quantity="one">「<xliff:g id="FILE_NAME_0">%s</xliff:g>」及另外 <xliff:g id="COUNT_1">%d</xliff:g> 個檔案</item>
    </plurals>
    <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_accessibility_button_label" msgid="5941347017132886642">"螢幕上的無障礙捷徑"</string>
    <string name="accessibility_system_action_accessibility_button_chooser_label" msgid="6973618519666227981">"螢幕上的無障礙捷徑選擇器"</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_cant_share_with_work_apps" msgid="637686613606502219">"無法透過工作應用程式分享這項內容"</string>
    <string name="resolver_cant_share_with_work_apps_explanation" msgid="3332302070341130545">"IT 管理員不允許你透過工作資料夾中的應用程式分享這項內容"</string>
    <string name="resolver_cant_access_work_apps" msgid="2455757966397563223">"無法透過工作應用程式開啟這項內容"</string>
    <string name="resolver_cant_access_work_apps_explanation" msgid="3626983885525445790">"IT 管理員不允許你透過工作資料夾中的應用程式開啟這項內容"</string>
    <string name="resolver_cant_share_with_personal_apps" msgid="3079139799233316203">"無法透過個人應用程式分享這項內容"</string>
    <string name="resolver_cant_share_with_personal_apps_explanation" msgid="2959282422751315171">"IT 管理員不允許你透過個人資料夾中的應用程式分享這項內容"</string>
    <string name="resolver_cant_access_personal_apps" msgid="648291604475669395">"無法透過個人應用程式開啟這項內容"</string>
    <string name="resolver_cant_access_personal_apps_explanation" msgid="2298773629302296519">"IT 管理員不允許你透過個人資料夾中的應用程式開啟這項內容"</string>
    <string name="resolver_turn_on_work_apps" msgid="884910835250037247">"工作資料夾已暫停使用"</string>
    <string name="resolver_switch_on_work" msgid="2873009160846966379">"開啟"</string>
    <string name="resolver_no_work_apps_available_share" msgid="7933949011797699505">"沒有可支援這項內容的工作應用程式"</string>
    <string name="resolver_no_work_apps_available_resolve" msgid="1244844292366099399">"沒有可開啟這項內容的工作應用程式"</string>
    <string name="resolver_no_personal_apps_available_share" msgid="5639102815174748732">"沒有可支援這項內容的個人應用程式"</string>
    <string name="resolver_no_personal_apps_available_resolve" msgid="5120671970531446978">"沒有可開啟這項內容的個人應用程式"</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>
</resources>