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

<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="byteShort" msgid="8340973892742019101">"位元組"</string>
    <string name="kilobyteShort" msgid="5973789783504771878">"KB"</string>
    <string name="megabyteShort" msgid="6355851576770428922">"MB"</string>
    <string name="gigabyteShort" msgid="3259882455212193214">"GB"</string>
    <string name="terabyteShort" msgid="231613018159186962">"TB"</string>
    <string name="petabyteShort" msgid="5637816680144990219">"PB"</string>
    <string name="fileSizeSuffix" msgid="9164292791500531949">"<xliff:g id="NUMBER">%1$s</xliff:g><xliff:g id="UNIT">%2$s</xliff:g>"</string>
    <string name="untitled" msgid="4638956954852782576">"&lt;未命名&gt;"</string>
    <string name="ellipsis" msgid="7899829516048813237">"..."</string>
    <string name="ellipsis_two_dots" msgid="1228078994866030736">"‥"</string>
    <string name="emptyPhoneNumber" msgid="7694063042079676517">"(沒有電話號碼)"</string>
    <string name="unknownName" msgid="2277556546742746522">"(不明)"</string>
    <string name="defaultVoiceMailAlphaTag" msgid="2660020990097733077">"語音留言"</string>
    <string name="defaultMsisdnAlphaTag" msgid="2850889754919584674">"MSISDN1"</string>
    <string name="mmiError" msgid="5154499457739052907">"連線發生問題或錯誤的 MMI 碼。"</string>
    <string name="mmiFdnError" msgid="5224398216385316471">"僅限對固定撥號號碼執行此作業。"</string>
    <string name="serviceEnabled" msgid="8147278346414714315">"服務已啟用。"</string>
    <string name="serviceEnabledFor" msgid="6856228140453471041">"已啟用服務:"</string>
    <string name="serviceDisabled" msgid="1937553226592516411">"服務已停用。"</string>
    <string name="serviceRegistered" msgid="6275019082598102493">"註冊成功。"</string>
    <string name="serviceErased" msgid="1288584695297200972">"清除成功。"</string>
    <string name="passwordIncorrect" msgid="7612208839450128715">"密碼錯誤。"</string>
    <string name="mmiComplete" msgid="8232527495411698359">"MMI 完成。"</string>
    <string name="badPin" msgid="9015277645546710014">"您輸入的舊 PIN 不正確。"</string>
    <string name="badPuk" msgid="5487257647081132201">"您輸入的 PUK 不正確。"</string>
    <string name="mismatchPin" msgid="609379054496863419">"您輸入的 PIN 不符。"</string>
    <string name="invalidPin" msgid="3850018445187475377">"輸入 4~8 個數字的 PIN。"</string>
    <string name="invalidPuk" msgid="8761456210898036513">"輸入 8 位數以上的 PUK。"</string>
    <string name="needPuk" msgid="919668385956251611">"SIM 卡的 PUK 已鎖定。請輸入 PUK 碼解除鎖定。"</string>
    <string name="needPuk2" msgid="4526033371987193070">"請輸入 PUK2 以解鎖 SIM 卡。"</string>
    <string name="imei" msgid="2625429890869005782">"IMEI"</string>
    <string name="meid" msgid="4841221237681254195">"MEID"</string>
    <string name="ClipMmi" msgid="6952821216480289285">"來電顯示"</string>
    <string name="ClirMmi" msgid="7784673673446833091">"本機號碼"</string>
    <string name="CfMmi" msgid="5123218989141573515">"來電轉接"</string>
    <string name="CwMmi" msgid="9129678056795016867">"來電待接"</string>
    <string name="BaMmi" msgid="455193067926770581">"通話限制"</string>
    <string name="PwdMmi" msgid="7043715687905254199">"變更密碼"</string>
    <string name="PinMmi" msgid="3113117780361190304">"PIN 已變更"</string>
    <string name="CnipMmi" msgid="3110534680557857162">"顯示來電號碼"</string>
    <string name="CnirMmi" msgid="3062102121430548731">"隱藏發話號碼"</string>
    <string name="ThreeWCMmi" msgid="9051047170321190368">"三方通話"</string>
    <string name="RuacMmi" msgid="7827887459138308886">"拒接不想接聽的騷擾電話"</string>
    <string name="CndMmi" msgid="3116446237081575808">"顯示發話號碼"</string>
    <string name="DndMmi" msgid="1265478932418334331">"勿干擾"</string>
    <string name="CLIRDefaultOnNextCallOn" msgid="429415409145781923">"預設不顯示本機號碼,下一通電話也不顯示。"</string>
    <string name="CLIRDefaultOnNextCallOff" msgid="3092918006077864624">"預設不顯示本機號碼,但下一通電話顯示。"</string>
    <string name="CLIRDefaultOffNextCallOn" msgid="6179425182856418465">"預設顯示本機號碼,但下一通電話不顯示。"</string>
    <string name="CLIRDefaultOffNextCallOff" msgid="2567998633124408552">"預設顯示本機號碼,下一通電話也繼續顯示。"</string>
    <string name="serviceNotProvisioned" msgid="8614830180508686666">"無法提供此服務。"</string>
    <string name="CLIRPermanent" msgid="3377371145926835671">"您無法變更來電顯示設定。"</string>
    <string name="RestrictedChangedTitle" msgid="5592189398956187498">"受限存取已變更"</string>
    <string name="RestrictedOnData" msgid="8653794784690065540">"已封鎖數據傳輸服務。"</string>
    <string name="RestrictedOnEmergency" msgid="6581163779072833665">"已封鎖緊急服務。"</string>
    <string name="RestrictedOnNormal" msgid="4953867011389750673">"已封鎖語音服務。"</string>
    <string name="RestrictedOnAllVoice" msgid="3396963652108151260">"已封鎖所有語音服務。"</string>
    <string name="RestrictedOnSms" msgid="8314352327461638897">"已封鎖 SMS 服務。"</string>
    <string name="RestrictedOnVoiceData" msgid="996636487106171320">"已封鎖語音/數據傳輸服務。"</string>
    <string name="RestrictedOnVoiceSms" msgid="1888588152792023873">"已封鎖語音/SMS 服務。"</string>
    <string name="RestrictedOnAll" msgid="5643028264466092821">"已封鎖所有語音/數據傳輸/簡訊服務。"</string>
    <string name="serviceClassVoice" msgid="1258393812335258019">"語音服務"</string>
    <string name="serviceClassData" msgid="872456782077937893">"資料"</string>
    <string name="serviceClassFAX" msgid="5566624998840486475">"傳真"</string>
    <string name="serviceClassSMS" msgid="2015460373701527489">"SMS"</string>
    <string name="serviceClassDataAsync" msgid="4523454783498551468">"非同步"</string>
    <string name="serviceClassDataSync" msgid="7530000519646054776">"同步處理"</string>
    <string name="serviceClassPacket" msgid="6991006557993423453">"封包"</string>
    <string name="serviceClassPAD" msgid="3235259085648271037">"按鍵"</string>
    <string name="roamingText0" msgid="7170335472198694945">"漫遊指示開啟"</string>
    <string name="roamingText1" msgid="5314861519752538922">"漫遊指示關閉"</string>
    <string name="roamingText2" msgid="8969929049081268115">"漫遊指示閃爍"</string>
    <string name="roamingText3" msgid="5148255027043943317">"超出鄰近範圍"</string>
    <string name="roamingText4" msgid="8808456682550796530">"超出建築物範圍"</string>
    <string name="roamingText5" msgid="7604063252850354350">"漫遊 - 偏好系統"</string>
    <string name="roamingText6" msgid="2059440825782871513">"漫遊 - 可用系統"</string>
    <string name="roamingText7" msgid="7112078724097233605">"漫遊 - 聯盟合作夥伴"</string>
    <string name="roamingText8" msgid="5989569778604089291">"漫遊 - Google Premium 合作夥伴"</string>
    <string name="roamingText9" msgid="7969296811355152491">"漫遊 - 完整服務功能"</string>
    <string name="roamingText10" msgid="3992906999815316417">"漫遊 - 部份服務功能"</string>
    <string name="roamingText11" msgid="4154476854426920970">"漫遊橫幅開啟"</string>
    <string name="roamingText12" msgid="1189071119992726320">"漫遊橫幅關閉"</string>
    <string name="roamingTextSearching" msgid="8360141885972279963">"正在搜尋服務"</string>
    <string name="cfTemplateNotForwarded" msgid="1683685883841272560">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>:未轉接"</string>
    <string name="cfTemplateForwarded" msgid="1302922117498590521">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: <xliff:g id="DIALING_NUMBER">{1}</xliff:g>"</string>
    <string name="cfTemplateForwardedTime" msgid="9206251736527085256">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>:<xliff:g id="TIME_DELAY">{2}</xliff:g> 秒後 <xliff:g id="DIALING_NUMBER">{1}</xliff:g>"</string>
    <string name="cfTemplateRegistered" msgid="5073237827620166285">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>:未轉接"</string>
    <string name="cfTemplateRegisteredTime" msgid="6781621964320635172">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>:未轉接"</string>
    <string name="fcComplete" msgid="3118848230966886575">"功能碼輸入完成。"</string>
    <string name="fcError" msgid="3327560126588500777">"連線發生問題或功能碼無效。"</string>
    <string name="httpErrorOk" msgid="1191919378083472204">"確定"</string>
    <string name="httpError" msgid="7956392511146698522">"發生網路錯誤。"</string>
    <string name="httpErrorLookup" msgid="4711687456111963163">"找不到網址。"</string>
    <string name="httpErrorUnsupportedAuthScheme" msgid="6299980280442076799">"不支援的網站驗證機制。"</string>
    <string name="httpErrorAuth" msgid="1435065629438044534">"無法驗證。"</string>
    <string name="httpErrorProxyAuth" msgid="1788207010559081331">"透過 proxy 伺服器驗證失敗。"</string>
    <string name="httpErrorConnect" msgid="8714273236364640549">"無法連線至伺服器。"</string>
    <string name="httpErrorIO" msgid="2340558197489302188">"無法與伺服器進行通訊,請稍後再試。"</string>
    <string name="httpErrorTimeout" msgid="4743403703762883954">"連線到伺服器逾時。"</string>
    <string name="httpErrorRedirectLoop" msgid="8679596090392779516">"此網頁包含太多伺服器轉址。"</string>
    <string name="httpErrorUnsupportedScheme" msgid="5015730812906192208">"不支援的通訊協定。"</string>
    <string name="httpErrorFailedSslHandshake" msgid="96549606000658641">"無法建立安全連線。"</string>
    <string name="httpErrorBadUrl" msgid="3636929722728881972">"網址無效,因此無法開啟網頁。"</string>
    <string name="httpErrorFile" msgid="2170788515052558676">"無法存取檔案。"</string>
    <string name="httpErrorFileNotFound" msgid="6203856612042655084">"找不到所要求的檔案。"</string>
    <string name="httpErrorTooManyRequests" msgid="1235396927087188253">"太多執行要求。請稍後再試一次。"</string>
    <string name="notification_title" msgid="8967710025036163822">"<xliff:g id="ACCOUNT">%1$s</xliff:g> 發生登入錯誤"</string>
    <string name="contentServiceSync" msgid="8353523060269335667">"同步處理"</string>
    <string name="contentServiceSyncNotificationTitle" msgid="397743349191901458">"同步處理"</string>
    <string name="contentServiceTooManyDeletesNotificationDesc" msgid="8100981435080696431">"同時刪除太多 <xliff:g id="CONTENT_TYPE">%s</xliff:g>。"</string>
    <string name="low_memory" product="tablet" msgid="6494019234102154896">"平板電腦的儲存空間已滿。請刪除一些檔案,以釋放出可用空間。"</string>
    <string name="low_memory" product="default" msgid="3475999286680000541">"手機儲存空間已滿。請刪除一些檔案,以釋放可用空間。"</string>
    <string name="me" msgid="6545696007631404292">"我"</string>
    <string name="power_dialog" product="tablet" msgid="8545351420865202853">"平板電腦選項"</string>
    <string name="power_dialog" product="default" msgid="1319919075463988638">"電話選項"</string>
    <string name="silent_mode" msgid="7167703389802618663">"靜音模式"</string>
    <string name="turn_on_radio" msgid="3912793092339962371">"開啟無線網路"</string>
    <string name="turn_off_radio" msgid="8198784949987062346">"關閉無線網路"</string>
    <string name="screen_lock" msgid="799094655496098153">"螢幕鎖定"</string>
    <string name="power_off" msgid="4266614107412865048">"關機"</string>
    <string name="silent_mode_silent" msgid="319298163018473078">"鈴聲關閉"</string>
    <string name="silent_mode_vibrate" msgid="7072043388581551395">"鈴聲震動"</string>
    <string name="silent_mode_ring" msgid="8592241816194074353">"鈴聲開啟"</string>
    <string name="shutdown_progress" msgid="2281079257329981203">"關機中..."</string>
    <string name="shutdown_confirm" product="tablet" msgid="3385745179555731470">"您的平板電腦將會關機。"</string>
    <string name="shutdown_confirm" product="default" msgid="649792175242821353">"手機即將關機。"</string>
    <string name="shutdown_confirm_question" msgid="2906544768881136183">"您要關機嗎?"</string>
    <string name="recent_tasks_title" msgid="3691764623638127888">"最新的"</string>
    <string name="no_recent_tasks" msgid="8794906658732193473">"沒有最近用過的應用程式。"</string>
    <string name="global_actions" product="tablet" msgid="408477140088053665">"平板電腦選項"</string>
    <string name="global_actions" product="default" msgid="2406416831541615258">"電話選項"</string>
    <string name="global_action_lock" msgid="2844945191792119712">"螢幕鎖定"</string>
    <string name="global_action_power_off" msgid="4471879440839879722">"關機"</string>
    <string name="global_action_toggle_silent_mode" msgid="8219525344246810925">"靜音模式"</string>
    <string name="global_action_silent_mode_on_status" msgid="3289841937003758806">"音效已關閉"</string>
    <string name="global_action_silent_mode_off_status" msgid="1506046579177066419">"音效已開啟"</string>
    <string name="global_actions_toggle_airplane_mode" msgid="5884330306926307456">"飛航模式"</string>
    <string name="global_actions_airplane_mode_on_status" msgid="2719557982608919750">"飛航模式為 [開啟]"</string>
    <string name="global_actions_airplane_mode_off_status" msgid="5075070442854490296">"飛航模式為 [關閉]"</string>
    <string name="status_bar_notification_info_overflow" msgid="5301981741705354993">"超過 999"</string>
    <string name="safeMode" msgid="2788228061547930246">"安全模式"</string>
    <string name="android_system_label" msgid="6577375335728551336">"Android 系統"</string>
    <string name="permgrouplab_costMoney" msgid="5429808217861460401">"需要額外費用的服務。"</string>
    <string name="permgroupdesc_costMoney" msgid="3293301903409869495">"執行需付費的作業或服務。"</string>
    <string name="permgrouplab_messages" msgid="7521249148445456662">"您的簡訊"</string>
    <string name="permgroupdesc_messages" msgid="7821999071003699236">"讀取及寫入您的簡訊、電子郵件和其他訊息。"</string>
    <string name="permgrouplab_personalInfo" msgid="3519163141070533474">"您的個人資訊"</string>
    <string name="permgroupdesc_personalInfo" product="tablet" msgid="6975389054186265786">"直接存取平板電腦上儲存的聯絡人和日曆。"</string>
    <string name="permgroupdesc_personalInfo" product="default" msgid="5488050357388806068">"直接存取手機上的聯絡人與日曆。"</string>
    <string name="permgrouplab_location" msgid="635149742436692049">"您的位置"</string>
    <string name="permgroupdesc_location" msgid="5704679763124170100">"監控您的實際位置。"</string>
    <string name="permgrouplab_network" msgid="5808983377727109831">"網路通訊"</string>
    <string name="permgroupdesc_network" msgid="4478299413241861987">"存取各種網路功能。"</string>
    <string name="permgrouplab_accounts" msgid="3359646291125325519">"您的帳戶"</string>
    <string name="permgroupdesc_accounts" msgid="4948732641827091312">"存取可用帳戶。"</string>
    <string name="permgrouplab_hardwareControls" msgid="7998214968791599326">"硬體控制"</string>
    <string name="permgroupdesc_hardwareControls" msgid="4357057861225462702">"在免持設備上直接存取硬體。"</string>
    <string name="permgrouplab_phoneCalls" msgid="9067173988325865923">"通話次數"</string>
    <string name="permgroupdesc_phoneCalls" msgid="7489701620446183770">"監控、記錄與進行通話。"</string>
    <string name="permgrouplab_systemTools" msgid="4652191644082714048">"系統工具"</string>
    <string name="permgroupdesc_systemTools" msgid="8162102602190734305">"系統低階存取與控制。"</string>
    <string name="permgrouplab_developmentTools" msgid="3446164584710596513">"開發工具"</string>
    <string name="permgroupdesc_developmentTools" msgid="7058828032358142018">"只有應用程式開發人員需要使用的功能。"</string>
    <string name="permgrouplab_storage" msgid="1971118770546336966">"儲存"</string>
    <string name="permgroupdesc_storage" product="nosdcard" msgid="7442318502446874999">"存取 USB 儲存裝置。"</string>
    <string name="permgroupdesc_storage" product="default" msgid="9203302214915355774">"存取 SD 卡。"</string>
    <string name="permlab_statusBar" msgid="7417192629601890791">"停用或變更狀態列"</string>
    <string name="permdesc_statusBar" msgid="8434669549504290975">"允許應用程式停用狀態列,並可新增或移除系統圖示。"</string>
    <string name="permlab_statusBarService" msgid="7247281911387931485">"狀態列"</string>
    <string name="permdesc_statusBarService" msgid="716113660795976060">"允許應用程式以狀態列顯示。"</string>
    <string name="permlab_expandStatusBar" msgid="1148198785937489264">"展開/收攏狀態列"</string>
    <string name="permdesc_expandStatusBar" msgid="6917549437129401132">"允許應用程式展開或收合狀態列。"</string>
    <string name="permlab_processOutgoingCalls" msgid="1136262550878335980">"攔截撥出電話"</string>
    <string name="permdesc_processOutgoingCalls" msgid="1152111671618301044">"允許應用程式處理撥出電話及更改撥打的號碼。請注意,惡意應用程式可能利用此功能監控、轉接或阻止撥出的電話。"</string>
    <string name="permlab_receiveSms" msgid="2697628268086208535">"接收 SMS"</string>
    <string name="permdesc_receiveSms" msgid="8107887121893611793">"允許應用程式接收及處理 SMS 簡訊。請注意,惡意應用程式可能利用此功能監視訊息,或在您讀取訊息前擅自將其刪除。"</string>
    <string name="permlab_receiveMms" msgid="8894700916188083287">"接收 MMS"</string>
    <string name="permdesc_receiveMms" msgid="1424805308566612086">"允許應用程式接收及處理 MMS 簡訊。請注意,惡意應用程式可能利用此功能監視您的訊息,或在您讀取訊息前擅自將其刪除。"</string>
    <string name="permlab_receiveEmergencyBroadcast" msgid="1803477660846288089">"接收緊急廣播"</string>
    <string name="permdesc_receiveEmergencyBroadcast" msgid="848524070262431974">"允許應用程式接收及處理緊急廣播訊息,只有系統應用程式可以具備這項權限。"</string>
    <string name="permlab_sendSms" msgid="5600830612147671529">"傳送 SMS 簡訊"</string>
    <string name="permdesc_sendSms" msgid="906546667507626156">"允許應用程式傳送 SMS 簡訊。請注意,惡意應用程式可能利用此功能擅自傳送簡訊,導致您必須支付大筆費用。"</string>
    <string name="permlab_sendSmsNoConfirmation" msgid="4781483105951730228">"不需經過確認即傳送 SMS 簡訊"</string>
    <string name="permdesc_sendSmsNoConfirmation" msgid="3437759207020400204">"允許應用程式傳送 SMS 簡訊。請注意,惡意應用程式可能利用此功能擅自傳送簡訊,導致您必須支付大筆費用。"</string>
    <string name="permlab_readSms" msgid="4085333708122372256">"讀取 SMS 或 MMS"</string>
    <string name="permdesc_readSms" product="tablet" msgid="2341692916884515613">"允許應用程式讀取平板電腦或 SIM 卡上儲存的 SMS 簡訊。請注意,惡意應用程式可能利用此功能讀取您的機密訊息。"</string>
    <string name="permdesc_readSms" product="default" msgid="5653850482025875493">"允許應用程式讀取手機或 SIM 卡上儲存的 SMS 簡訊。請注意,惡意應用程式可能利用此功能讀取您的機密訊息。"</string>
    <string name="permlab_writeSms" msgid="6881122575154940744">"編輯 SMS 或 MMS"</string>
    <string name="permdesc_writeSms" product="tablet" msgid="5160413947794501538">"允許應用程式編寫平板電腦或 SIM 卡中儲存的 SMS 簡訊。請注意,惡意應用程式可能利用此功能刪除您的簡訊。"</string>
    <string name="permdesc_writeSms" product="default" msgid="7268668709052328567">"允許應用程式寫入手機或 SIM 卡中儲存的 SMS 簡訊。請注意,惡意應用程式可能利用此功能刪除您的簡訊。"</string>
    <string name="permlab_receiveWapPush" msgid="8258226427716551388">"接收 WAP"</string>
    <string name="permdesc_receiveWapPush" msgid="7983455145335316872">"允許應用程式接收及處理 WAP 訊息。請注意,惡意應用程式可能利用此功能監視訊息,或在您讀取訊息前擅自將其刪除。"</string>
    <string name="permlab_getTasks" msgid="6466095396623933906">"擷取執行中的應用程式"</string>
    <string name="permdesc_getTasks" msgid="6608159250520381359">"允許應用程式取得最近執行任務的資訊。請注意,惡意應用程式可能利用此功能找出其他應用程式的隱私資訊。"</string>
    <string name="permlab_reorderTasks" msgid="2018575526934422779">"重新排序正在執行的應用程式"</string>
    <string name="permdesc_reorderTasks" msgid="4175137612205663399">"允許應用程式將工作移至前景或背景。請注意,惡意應用程式可能利用此功能自行移動至前景。"</string>
    <string name="permlab_removeTasks" msgid="6821513401870377403">"停止執行中的應用程式"</string>
    <string name="permdesc_removeTasks" msgid="1394714352062635493">"允許應用程式移除工作並終止執行工作的應用程式。請注意,惡意應用程式可能利用此功能干擾其他應用程式的行為。"</string>
    <string name="permlab_setScreenCompatibility" msgid="6975387118861842061">"設定螢幕相容性"</string>
    <string name="permdesc_setScreenCompatibility" msgid="692043618693917374">"允許應用程式控制其他應用程式的螢幕相容性模式。惡意應用程式可能藉此破壞其他應用程式的正常運作。"</string>
    <string name="permlab_setDebugApp" msgid="3022107198686584052">"啟用應用程式偵錯"</string>
    <string name="permdesc_setDebugApp" msgid="4474512416299013256">"允許應用程式為其他程式開啟偵錯功能。提醒您,惡意應用程式可能會利用這個功能終止其他應用程式。"</string>
    <string name="permlab_changeConfiguration" msgid="8214475779521218295">"變更介面設定"</string>
    <string name="permdesc_changeConfiguration" msgid="4372223873154296076">"允許應用程式變更目前設定,例如地區設定或字型大小。"</string>
    <string name="permlab_enableCarMode" msgid="5684504058192921098">"啟用行車模式"</string>
    <string name="permdesc_enableCarMode" msgid="4853187425751419467">"允許應用程式啟用車用模式。"</string>
    <string name="permlab_killBackgroundProcesses" msgid="8373714752793061963">"關閉背景程序"</string>
    <string name="permdesc_killBackgroundProcesses" msgid="931129103262126617">"允許應用程式終止其他應用程式背景程序 (即使記憶體足夠)。"</string>
    <string name="permlab_forceStopPackages" msgid="2329627428832067700">"強制停止其他應用程式"</string>
    <string name="permdesc_forceStopPackages" msgid="5253157296183940812">"允許應用程式強制停止其他應用程式。"</string>
    <string name="permlab_forceBack" msgid="652935204072584616">"強制關閉應用程式"</string>
    <string name="permdesc_forceBack" msgid="3892295830419513623">"允許應用程式強制結束前景中的活動並返回 (一般應用程式不需使用)。"</string>
    <string name="permlab_dump" msgid="1681799862438954752">"接收系統內部狀態"</string>
    <string name="permdesc_dump" msgid="1778299088692290329">"允許應用程式擷取系統內部狀態。請注意,惡意應用程式可能利用此功能異常擷取各類私人資訊和安全性資訊。"</string>
    <string name="permlab_retrieve_window_content" msgid="8022588608994589938">"擷取螢幕內容"</string>
    <string name="permdesc_retrieve_window_content" msgid="3193269069469700265">"允許應用程式擷取使用中的視窗內容。請注意,惡意應用程式可能利用此功能擷取完整視窗內容,並檢視密碼之外的所有文字。"</string>
    <string name="permlab_shutdown" msgid="7185747824038909016">"部分關機"</string>
    <string name="permdesc_shutdown" msgid="7046500838746291775">"讓活動管理員進入關機狀態,而不執行完整的關機程序。"</string>
    <string name="permlab_stopAppSwitches" msgid="4138608610717425573">"防止切換應用程式"</string>
    <string name="permdesc_stopAppSwitches" msgid="8262195802582255021">"防止使用者切換到其他應用程式。"</string>
    <string name="permlab_runSetActivityWatcher" msgid="892239094867182656">"監視及控制所有應用程式的啟動程序"</string>
    <string name="permdesc_runSetActivityWatcher" msgid="6003603162578577406">"允許應用程式監視和控制系統啟動活動的方式。請注意,惡意應用程式可能利用此功能破壞整個系統。這個權限只有開發人員才需要,一般使用者不需使用這個權限。"</string>
    <string name="permlab_broadcastPackageRemoved" msgid="2576333434893532475">"傳送程式已移除廣播"</string>
    <string name="permdesc_broadcastPackageRemoved" msgid="6621901216207931089">"允許應用程式在其他應用程式套件遭到移除時發送通知。請注意,惡意應用程式可能利用此功能終止其他執行中的程式。"</string>
    <string name="permlab_broadcastSmsReceived" msgid="5689095009030336593">"傳送已接收 SMS 廣播"</string>
    <string name="permdesc_broadcastSmsReceived" msgid="4152037720034365492">"允許應用程式在收到 SMS 簡訊時發出通知。請注意,惡意應用程式可能利用此功能偽造外來的 SMS 簡訊。"</string>
    <string name="permlab_broadcastWapPush" msgid="3145347413028582371">"送出「WAP PUSH 已接收」廣播"</string>
    <string name="permdesc_broadcastWapPush" msgid="4783402525039442729">"允許應用程式在收到 WAP PUSH 訊息時發送通知。請注意,惡意應用程式可能利用此功能偽造 MMS 簡訊回條,或私自將網頁內容更換為惡意陷阱。"</string>
    <string name="permlab_setProcessLimit" msgid="2451873664363662666">"執行程序限制數"</string>
    <string name="permdesc_setProcessLimit" msgid="7318061314040879542">"允許應用程式控制可執行程序的數量上限 (一般應用程式不需使用)。"</string>
    <string name="permlab_setAlwaysFinish" msgid="238828158465736054">"關閉所有背景應用程式"</string>
    <string name="permdesc_setAlwaysFinish" msgid="7471310652868841499">"允許應用程式控制活動是否隨時可於完成後立刻進入背景 (一般應用程式不需使用)。"</string>
    <string name="permlab_batteryStats" msgid="7863923071360031652">"編輯電池狀態"</string>
    <string name="permdesc_batteryStats" msgid="6835186932305744068">"允許應用程式修改收集到的電池使用統計資料 (不建議一般應用程式使用)。"</string>
    <string name="permlab_backup" msgid="470013022865453920">"控制系統備份與還原"</string>
    <string name="permdesc_backup" msgid="6912230525140589891">"允許應用程式控制系統備份與還原機制 (不建議一般應用程式使用)。"</string>
    <string name="permlab_confirm_full_backup" msgid="5557071325804469102">"確認完整備份或還原作業"</string>
    <string name="permdesc_confirm_full_backup" msgid="1748762171637699562">"允許應用程式啟動完整備份確認使用者介面 (不建議任何應用程式使用)。"</string>
    <string name="permlab_internalSystemWindow" msgid="2148563628140193231">"顯示未授權視窗"</string>
    <string name="permdesc_internalSystemWindow" msgid="7458387759461466397">"允許應用程式為內部系統使用者介面建立視窗 (不建議一般應用程式使用)。"</string>
    <string name="permlab_systemAlertWindow" msgid="3372321942941168324">"顯示系統警示"</string>
    <string name="permdesc_systemAlertWindow" msgid="8507863469978066409">"允許應用程式顯示系統警告視窗。請注意,惡意應用程式可能利用此功能操控整個螢幕。"</string>
    <string name="permlab_setAnimationScale" msgid="2805103241153907174">"編輯全域動畫速度"</string>
    <string name="permdesc_setAnimationScale" msgid="7690063428924343571">"允許應用程式隨時變更全域的動畫速度 (更快或更慢)。"</string>
    <string name="permlab_manageAppTokens" msgid="1286505717050121370">"管理應用程式憑證"</string>
    <string name="permdesc_manageAppTokens" msgid="8043431713014395671">"允許應用程序略過一般程序,直接建立及管理本身的憑證 (一般應用程式不需使用)。"</string>
    <string name="permlab_injectEvents" msgid="1378746584023586600">"按鍵及控制按鈕"</string>
    <string name="permdesc_injectEvents" product="tablet" msgid="206352565599968632">"允許應用程式將本身的輸入操作 (按鍵等) 發送給其他應用程式。請注意,惡意應用程式可能利用此功能操控平板電腦。"</string>
    <string name="permdesc_injectEvents" product="default" msgid="653128057572326253">"允許應用程式將本身的輸入操作 (按鍵等) 發送給其他應用程式。請注意,惡意應用程式可能利用此功能操控手機。"</string>
    <string name="permlab_readInputState" msgid="469428900041249234">"記錄您的輸入內容與操作"</string>
    <string name="permdesc_readInputState" msgid="8387754901688728043">"允許應用程式監看您的按鍵操作,包括使用其他應用程式時的按鍵操作,例如輸入密碼 (一般應用程式不需使用)。"</string>
    <string name="permlab_bindInputMethod" msgid="3360064620230515776">"連結至輸入法"</string>
    <string name="permdesc_bindInputMethod" msgid="3250440322807286331">"允許應用程式繫結至輸入法的頂層介面 (一般應用程式不需使用)。"</string>
    <string name="permlab_bindTextService" msgid="7358378401915287938">"繫結至文字服務"</string>
    <string name="permdesc_bindTextService" msgid="8151968910973998670">"允許應用程式繫結至文字服務 (例如 SpellCheckerService) 的頂層介面 (一般應用程式不需使用)。"</string>
    <string name="permlab_bindVpnService" msgid="4708596021161473255">"繫結至 VPN 服務"</string>
    <string name="permdesc_bindVpnService" msgid="2067845564581693905">"允許應用程式聯繫至 VPN 服務的頂層介面 (一般應用程式不需使用)。"</string>
    <string name="permlab_bindWallpaper" msgid="8716400279937856462">"連結至桌布"</string>
    <string name="permdesc_bindWallpaper" msgid="7108428692595491668">"允許應用程式繫結至桌布的頂層介面 (一般應用程式不需使用)。"</string>
    <string name="permlab_bindRemoteViews" msgid="5697987759897367099">"繫結至小工具服務"</string>
    <string name="permdesc_bindRemoteViews" msgid="4717987810137692572">"允許應用程式繫結至小工具服務的頂層介面 (一般應用程式不需使用)。"</string>
    <string name="permlab_bindDeviceAdmin" msgid="8704986163711455010">"與裝置管理員互動"</string>
    <string name="permdesc_bindDeviceAdmin" msgid="569715419543907930">"允許應用程式將調用請求傳送至裝置管理員 (一般應用程式不需使用)。"</string>
    <string name="permlab_setOrientation" msgid="3365947717163866844">"變更螢幕顯示方向"</string>
    <string name="permdesc_setOrientation" msgid="3046126619316671476">"允許應用程式隨時變更螢幕旋轉狀態 (一般應用程式不需使用)。"</string>
    <string name="permlab_setPointerSpeed" msgid="9175371613322562934">"變更指標速度"</string>
    <string name="permdesc_setPointerSpeed" msgid="6866563234274104233">"允許應用程式隨時變更滑鼠或觸控板游標的移動速度 (一般應用程式不需使用)。"</string>
    <!-- no translation found for permlab_setKeyboardLayout (4778731703600909340) -->
    <skip />
    <!-- no translation found for permdesc_setKeyboardLayout (8480016771134175879) -->
    <skip />
    <string name="permlab_signalPersistentProcesses" msgid="4539002991947376659">"將 Linux 訊號傳送給應用程式"</string>
    <string name="permdesc_signalPersistentProcesses" msgid="4896992079182649141">"允許應用程式要求將提供的訊號傳送給所有持續運作中的處理程序。"</string>
    <string name="permlab_persistentActivity" msgid="8841113627955563938">"一律執行應用程式"</string>
    <string name="permdesc_persistentActivity" msgid="4909910271316074418">"允許應用程式部分持續執行,避免系統將它用於其他應用程式。"</string>
    <string name="permlab_deletePackages" msgid="184385129537705938">"刪除應用程式"</string>
    <string name="permdesc_deletePackages" msgid="7411480275167205081">"允許應用程式刪除 Android 套件。請注意,惡意應用程式可能利用此功能刪除重要應用程式。"</string>
    <string name="permlab_clearAppUserData" msgid="274109191845842756">"刪除其他應用程式資料"</string>
    <string name="permdesc_clearAppUserData" msgid="4625323684125459488">"允許應用程式清除使用者資料。"</string>
    <string name="permlab_deleteCacheFiles" msgid="3128665571837408675">"刪除其他應用程式的快取資料"</string>
    <string name="permdesc_deleteCacheFiles" msgid="3812998599006730196">"允許應用程式刪除快取檔案。"</string>
    <string name="permlab_getPackageSize" msgid="7472921768357981986">"測量應用程式儲存空間"</string>
    <string name="permdesc_getPackageSize" msgid="3921068154420738296">"允許應用程式擷取本身的程式碼、資料及快取大小"</string>
    <string name="permlab_installPackages" msgid="2199128482820306924">"直接安裝應用程式"</string>
    <string name="permdesc_installPackages" msgid="5628530972548071284">"允許應用程式安裝新的 Android 套件或進行更新。請注意,惡意應用程式可能利用此功能新增應用程式,並給予其最高權限。"</string>
    <string name="permlab_clearAppCache" msgid="7487279391723526815">"刪除所有應用程式快取資料"</string>
    <string name="permdesc_clearAppCache" product="tablet" msgid="3523396284474042284">"允許應用程式刪除應用程式快取目錄中的檔案,以釋出平板電腦的儲存空間。一般而言,只有系統程序才能執行這類檔案存取動作。"</string>
    <string name="permdesc_clearAppCache" product="default" msgid="5067988373366292186">"允許應用程式刪除應用程式快取目錄中的檔案以釋出手機的儲存空間。一般而言,只有系統程序才能執行這類檔案存取動作。"</string>
    <string name="permlab_movePackage" msgid="3289890271645921411">"移動應用程式資源"</string>
    <string name="permdesc_movePackage" msgid="319562217778244524">"允許應用程式將應用程式資源從內部媒體移到外部媒體,反之亦可。"</string>
    <string name="permlab_readLogs" msgid="6615778543198967614">"讀取機密記錄資料"</string>
    <string name="permdesc_readLogs" product="tablet" msgid="82061313293455151">"允許應用程式讀取系統的各種記錄檔。這會允許應用程式搜尋一般性的平板電腦使用資訊,可能包含您的個人或私人資訊。"</string>
    <string name="permdesc_readLogs" product="default" msgid="2063438140241560443">"允許應用程式讀取系統的各種記錄檔。這會允許應用程式搜尋一般性的手機使用資訊,可能包含您的個人或私人資訊。"</string>
    <string name="permlab_anyCodecForPlayback" msgid="715805555823881818">"使用任何媒體解碼器進行播放"</string>
    <string name="permdesc_anyCodecForPlayback" msgid="8283912488433189010">"允許應用程式使用任何已安裝的媒體解碼器進行解碼以播放影片。"</string>
    <string name="permlab_diagnostic" msgid="8076743953908000342">"讀寫 diag 擁有的資源"</string>
    <string name="permdesc_diagnostic" msgid="6608295692002452283">"允許應用程式讀取或寫入診斷群組擁有的任何資源,例如 /dev 底下的檔案。這可能會影響系統的穩定性和安全性,因此應由製造商或電信業者操作,且只用在特定硬體診斷。"</string>
    <string name="permlab_changeComponentState" msgid="6335576775711095931">"啟用或停用應用程式元件"</string>
    <string name="permdesc_changeComponentState" product="tablet" msgid="8887435740982237294">"允許應用程式啟用或停用其他應用程式的元件。請注意,惡意應用程式可能利用此功能停用重要的平板電腦功能。這項權限可能導致應用程式元件無法使用、不一致或不穩定,請務必謹慎使用。"</string>
    <string name="permdesc_changeComponentState" product="default" msgid="1827232484416505615">"允許應用程式啟用或停用其他應用程式的元件。請注意,惡意應用程式可能利用此功能停用重要的手機功能。這項權限可能導致應用程式元件無法使用、不一致或不穩定,請務必謹慎使用。"</string>
    <string name="permlab_grantRevokePermissions" msgid="4627315351093508795">"授予或撤銷權限"</string>
    <string name="permdesc_grantRevokePermissions" msgid="4088642654085850662">"允許應用程式授予或撤銷本身或其他應用程式的特定權限。注意,惡意應用程式可能藉此存取您未授予權限的功能。"</string>
    <string name="permlab_setPreferredApplications" msgid="8463181628695396391">"設定偏好的應用程式"</string>
    <string name="permdesc_setPreferredApplications" msgid="4973986762241783712">"允許應用程式修改您偏好的應用程式。請注意,惡意應用程式可能利用此功能擅自竄改執行的應用程式,並冒充現有的程式收集您的私人資料。"</string>
    <string name="permlab_writeSettings" msgid="1365523497395143704">"編輯全域系統設定"</string>
    <string name="permdesc_writeSettings" msgid="7775723441558907181">"允許應用程式修改系統設定資料。請注意,惡意應用程式可能利用此功能破壞系統設定。"</string>
    <string name="permlab_writeSecureSettings" msgid="204676251876718288">"編輯安全系統設定"</string>
    <string name="permdesc_writeSecureSettings" msgid="8159535613020137391">"允許應用程式修改系統安全設定資料 (不建議一般應用程式使用)。"</string>
    <string name="permlab_writeGservices" msgid="2149426664226152185">"修改 Google 服務地圖"</string>
    <string name="permdesc_writeGservices" msgid="1287309437638380229">"允許應用程式修改 Google 服務地圖 (不建議一般應用程式使用)。"</string>
    <string name="permlab_receiveBootCompleted" msgid="7776779842866993377">"開機時自動啟用"</string>
    <string name="permdesc_receiveBootCompleted" product="tablet" msgid="7390304664116880704">"允許應用程式在系統完成開機程序後立即自行啟動。這會增加平板電腦的開機時間,而且會因為系統一直執行該應用程式導致平板電腦的整體運作速度變慢。"</string>
    <string name="permdesc_receiveBootCompleted" product="default" msgid="513950589102617504">"允許應用程式在系統完成開機程序後立即自行啟動。這會增加手機的開機時間,而且會因為系統一直執行該應用程式導致手機的整體運作速度變慢。"</string>
    <string name="permlab_broadcastSticky" msgid="7919126372606881614">"傳送附屬廣播"</string>
    <string name="permdesc_broadcastSticky" product="tablet" msgid="1181582512022829259">"允許應用程式傳送記憶廣播,這類廣播在廣播動作結束後仍繼續存在。請注意,惡意應用程式可能利用此功能讓平板電腦使用過多的記憶體,導致平板電腦的執行速度變慢或不穩定。"</string>
    <string name="permdesc_broadcastSticky" product="default" msgid="3287869131621514325">"允許應用程式傳送記憶廣播,這類廣播在廣播動作結束後仍繼續存在。請注意,惡意應用程式可能利用此功能讓手機使用過多的記憶體,導致手機的執行速度變慢或不穩定。"</string>
    <string name="permlab_readContacts" msgid="6219652189510218240">"讀取聯絡人資料"</string>
    <string name="permdesc_readContacts" product="tablet" msgid="4028657556924039119">"允許應用程式讀取平板電腦上儲存的所有聯絡人 (地址) 資料。請注意,惡意應用程式可能利用此功能將您的資料傳送給其他人。"</string>
    <string name="permdesc_readContacts" product="default" msgid="2032222056456498547">"允許應用程式讀取手機上儲存的所有聯絡人 (地址) 資料。請注意,惡意應用程式可能利用此功能將您的資料傳送給其他人。"</string>
    <string name="permlab_writeContacts" msgid="644616215860933284">"輸入聯絡人資料"</string>
    <string name="permdesc_writeContacts" product="tablet" msgid="988969759110632978">"允許應用程式修改平板電腦上儲存的聯絡人 (地址) 資料。請注意,惡意應用程式可能利用此功能清除或修改您的聯絡人資料。"</string>
    <string name="permdesc_writeContacts" product="default" msgid="5075164818647934067">"允許應用程式修改手機上儲存的聯絡人 (地址) 資料。請注意,惡意應用程式可能利用此功能清除或修改您的聯絡人資料。"</string>
    <string name="permlab_readCallLog" msgid="3478133184624102739">"讀取通話紀錄"</string>
    <string name="permdesc_readCallLog" product="tablet" msgid="3995157599976515002">"允許應用程式讀取平板電腦的通話紀錄,包括來電和已撥電話相關資料。請注意,惡意應用程式可能濫用此功能將您的資料傳送給他人。"</string>
    <string name="permdesc_readCallLog" product="default" msgid="3452017559804750758">"允許應用程式讀取手機的通話紀錄,包括來電和已撥電話相關資料。請注意,惡意應用程式可能濫用此功能將您的資料傳送給他人。"</string>
    <string name="permlab_writeCallLog" msgid="8552045664743499354">"寫入通話紀錄"</string>
    <string name="permdesc_writeCallLog" product="tablet" msgid="6661806062274119245">"允許應用程式修改平板電腦的通話紀錄,包括來電和已撥電話相關資料。請注意,惡意應用程式可能濫用此功能刪除或修改您的通話紀錄。"</string>
    <string name="permdesc_writeCallLog" product="default" msgid="683941736352787842">"允許應用程式修改手機的通話紀錄,包括來電和已撥電話相關資料。請注意,惡意應用程式可能濫用此功能刪除或修改您的通話紀錄。"</string>
    <string name="permlab_readProfile" msgid="6824681438529842282">"讀取您的個人資料"</string>
    <string name="permdesc_readProfile" product="default" msgid="94520753797630679">"允許應用程式讀取裝置上儲存的個人資料,例如您的姓名和聯絡資訊。這表示應用程式可以識別您的身分,並將您的個人資料傳送給他人。"</string>
    <string name="permlab_writeProfile" msgid="4679878325177177400">"寫入您的個人資料"</string>
    <string name="permdesc_writeProfile" product="default" msgid="4637366723793045603">"允許應用程式新增或變更裝置上儲存的個人資料,例如您的姓名和聯絡資訊。這表示其他應用程式可以識別您的身分,並將您的個人資料傳送給他人。"</string>
    <string name="permlab_readSocialStream" product="default" msgid="1268920956152419170">"讀取您的社交串流"</string>
    <string name="permdesc_readSocialStream" product="default" msgid="3419050808547335320">"允許應用程式存取並同步處理您和好友的最新動態。請注意,惡意應用程式可能利用此功能讀取您和好友在社交網路上的私人通訊。"</string>
    <string name="permlab_writeSocialStream" product="default" msgid="3504179222493235645">"寫入您的社交串流"</string>
    <string name="permdesc_writeSocialStream" product="default" msgid="3496277176955721451">"允許應用程式顯示好友的最新動態。請注意,惡意應用程式可能利用此功能假冒您的好友,騙取您的密碼或其他機密資訊。"</string>
    <string name="permlab_readCalendar" msgid="5972727560257612398">"讀取日曆活動與機密資訊"</string>
    <string name="permdesc_readCalendar" product="tablet" msgid="2338414551004122687">"允許應用程式讀取平板電腦上儲存的所有日曆活動,包括好友或同事的活動。請注意,惡意應用程式可能利用此功能在未經擁有者同意的情況下,擷取這些日曆中的個人資訊。"</string>
    <string name="permdesc_readCalendar" product="default" msgid="5693933067751827753">"允許應用程式讀取手機上儲存的所有日曆活動,包括好友或同事的活動。請注意,惡意應用程式可能利用此功能,在未經擁有者同意的情況下擷取這些日曆中的個人資訊。"</string>
    <string name="permlab_writeCalendar" msgid="8438874755193825647">"在未經擁有者同意的情況下新增或修改日曆活動,以及傳送電子郵件給邀請對象"</string>
    <string name="permdesc_writeCalendar" msgid="2243771395254848873">"允許應用程式以日曆擁有者的身分傳送活動邀請,以及新增、移除、變更您可以在裝置上修改的活動,包括好友或同事的活動。請注意,惡意應用程式可能利用此功能假冒日曆擁有者傳送垃圾電子郵件、在未經擁有者同意的情況下修改活動,或新增不實活動。"</string>
    <string name="permlab_accessMockLocation" msgid="8688334974036823330">"模擬位置來源以供測試"</string>
    <string name="permdesc_accessMockLocation" msgid="7577931556422993949">"建立虛構的位置來源以供測試。請注意,惡意應用程式可能利用此功能覆寫由真實位置來源 (例如 GPS 或網路供應商) 所傳回的位置及/或狀態。"</string>
    <string name="permlab_accessLocationExtraCommands" msgid="2836308076720553837">"接收額外的位置提供者指令"</string>
    <string name="permdesc_accessLocationExtraCommands" msgid="6737736970602176133">"允許應用程式存取額外位置提供者命令。請注意,惡意應用程式可能利用此功能干擾 GPS 或其他位置來源。"</string>
    <string name="permlab_installLocationProvider" msgid="6578101199825193873">"准許安裝位置提供者"</string>
    <string name="permdesc_installLocationProvider" msgid="1742577679350078373">"建立虛構的位置來源以供測試。請注意,惡意應用程式可能利用此功能覆寫由真實位置來源 (例如 GPS 或網路供應商) 所傳回的位置及/或狀態,或者監控您的位置並將其提供給外部來源。"</string>
    <string name="permlab_accessFineLocation" msgid="8116127007541369477">"精確定位 (GPS)"</string>
    <string name="permdesc_accessFineLocation" product="tablet" msgid="5326423948268164934">"儘可能存取精確的位置來源資訊 (例如:平板電腦的 GPS)。請注意,惡意應用程式可能利用此功能取得您的位置,並且可能消耗更多的電池電量。"</string>
    <string name="permdesc_accessFineLocation" product="default" msgid="7130267914433890869">"儘可能存取精確的位置來源資訊 (例如:手機的 GPS)。請注意,惡意應用程式可能利用此功能取得您的位置,並可能消耗更多的電池電量。"</string>
    <string name="permlab_accessCoarseLocation" msgid="4642255009181975828">"約略位置 (以網路為基準)"</string>
    <string name="permdesc_accessCoarseLocation" product="tablet" msgid="5460726396318105483">"儘可能存取約略的位置來源資訊 (例如:行動網路資料庫) 來計算平板電腦的大概位置。請注意,惡意應用程式可能利用此功能取得您的約略位置。"</string>
    <string name="permdesc_accessCoarseLocation" product="default" msgid="8900795778057579522">"儘可能存取約略的位置來源資訊 (例如:行動網路資料庫) 來計算手機的大概位置。請注意,惡意應用程式可能利用此功能取得您的約略位置。"</string>
    <string name="permlab_accessSurfaceFlinger" msgid="2363969641792388947">"存取 SurfaceFlinger"</string>
    <string name="permdesc_accessSurfaceFlinger" msgid="1041619516733293551">"允許應用程式使用 SurfaceFlinger 的低階功能。"</string>
    <string name="permlab_readFrameBuffer" msgid="6690504248178498136">"讀取框架緩衝"</string>
    <string name="permdesc_readFrameBuffer" msgid="4937405521809454680">"允許應用程式讀取畫面緩衝區的內容。"</string>
    <string name="permlab_modifyAudioSettings" msgid="6095859937069146086">"變更音訊設定"</string>
    <string name="permdesc_modifyAudioSettings" msgid="7343951185408396919">"允許應用程式修改全域音訊設定,例如音量和音訊路由。"</string>
    <string name="permlab_recordAudio" msgid="3876049771427466323">"錄製音訊"</string>
    <string name="permdesc_recordAudio" msgid="2387462233976248635">"允許應用程式存取音訊記錄路徑。"</string>
    <string name="permlab_camera" msgid="3616391919559751192">"拍照和拍攝影片"</string>
    <string name="permdesc_camera" msgid="1507407407002492176">"允許應用程式使用相機拍照和錄影,這項功能可讓應用程式隨時透過相機收集圖片。"</string>
    <string name="permlab_brick" product="tablet" msgid="2961292205764488304">"永久停用平板電腦"</string>
    <string name="permlab_brick" product="default" msgid="8337817093326370537">"永久停用電話"</string>
    <string name="permdesc_brick" product="tablet" msgid="4334818808001699530">"允許應用程式永久停用平板電腦所有功能 (這類權限具有高度風險)。"</string>
    <string name="permdesc_brick" product="default" msgid="5788903297627283099">"允許應用程式永久停用手機所有功能 (這類權限具有高度風險)。"</string>
    <string name="permlab_reboot" product="tablet" msgid="3436634972561795002">"強制重新啟動平板電腦"</string>
    <string name="permlab_reboot" product="default" msgid="2898560872462638242">"強制重開機"</string>
    <string name="permdesc_reboot" product="tablet" msgid="8172056180063700741">"允許應用程式強制重新啟動平板電腦。"</string>
    <string name="permdesc_reboot" product="default" msgid="5326008124289989969">"允許應用程式強制重新啟動手機。"</string>
    <string name="permlab_mount_unmount_filesystems" msgid="1761023272170956541">"掛載/卸載檔案系統"</string>
    <string name="permdesc_mount_unmount_filesystems" msgid="1829290701658992347">"允許應用程式掛接及卸載移除式儲存裝置的檔案系統。"</string>
    <string name="permlab_mount_format_filesystems" msgid="5523285143576718981">"將外接式儲存裝置格式化"</string>
    <string name="permdesc_mount_format_filesystems" msgid="8784268246779198627">"允許應用程式將卸除式儲存裝置格式化。"</string>
    <string name="permlab_asec_access" msgid="3411338632002193846">"取得內部儲存空間的資訊"</string>
    <string name="permdesc_asec_access" msgid="3094563844593878548">"允許應用程式取得內部儲存空間的資訊。"</string>
    <string name="permlab_asec_create" msgid="6414757234789336327">"建立內部儲存空間"</string>
    <string name="permdesc_asec_create" msgid="4558869273585856876">"允許應用程式建立內部儲存空間。"</string>
    <string name="permlab_asec_destroy" msgid="526928328301618022">"銷毀內部儲存空間"</string>
    <string name="permdesc_asec_destroy" msgid="7218749286145526537">"允許應用程式銷毀內部儲存空間。"</string>
    <string name="permlab_asec_mount_unmount" msgid="8877998101944999386">"掛接/卸載內部儲存空間"</string>
    <string name="permdesc_asec_mount_unmount" msgid="3451360114902490929">"允許應用程式掛接/卸載內部儲存空間。"</string>
    <string name="permlab_asec_rename" msgid="7496633954080472417">"重新命名內部儲存空間"</string>
    <string name="permdesc_asec_rename" msgid="1794757588472127675">"允許應用程式重新命名內部儲存空間。"</string>
    <string name="permlab_vibrate" msgid="7768356019980849603">"控制震動"</string>
    <string name="permdesc_vibrate" msgid="6284989245902300945">"允許應用程式控制震動。"</string>
    <string name="permlab_flashlight" msgid="2155920810121984215">"控制閃光燈"</string>
    <string name="permdesc_flashlight" msgid="6522284794568368310">"允許應用程式控制閃光燈。"</string>
    <string name="permlab_manageUsb" msgid="1113453430645402723">"管理 USB 裝置的偏好設定和權限"</string>
    <string name="permdesc_manageUsb" msgid="7776155430218239833">"允許應用程式管理 USB 裝置的偏好設定和權限。"</string>
    <string name="permlab_accessMtp" msgid="4953468676795917042">"執行 MTP 通訊協定"</string>
    <string name="permdesc_accessMtp" msgid="6532961200486791570">"允許存取核心 MTP 驅動程式,以執行 MTP USB 通訊協定。"</string>
    <string name="permlab_hardware_test" msgid="4148290860400659146">"測試硬體"</string>
    <string name="permdesc_hardware_test" msgid="6597964191208016605">"允許應用程式基於測試硬體的目的而控制各種周邊設備。"</string>
    <string name="permlab_callPhone" msgid="3925836347681847954">"直接撥打電話號碼"</string>
    <string name="permdesc_callPhone" msgid="6396463004110544744">"允許應用程式自行撥打電話。請注意,惡意應用程式可能利用此功能任意撥打電話,造成額外支出。提醒您,這個選項並不允許應用程式撥打緊急電話號碼。"</string>
    <string name="permlab_callPrivileged" msgid="4198349211108497879">"直接撥打任何電話號碼"</string>
    <string name="permdesc_callPrivileged" msgid="1689024901509996810">"允許應用程式自行撥打任何電話號碼,包括緊急電話號碼。請注意,惡意應用程式可能利用此功能濫用緊急服務,撥打不必要或違法的電話。"</string>
    <string name="permlab_performCdmaProvisioning" product="tablet" msgid="4842576994144604821">"直接啟動 CDMA 平板電腦設定程序"</string>
    <string name="permlab_performCdmaProvisioning" product="default" msgid="5604848095315421425">"直接起始 CDMA 手機設定程序"</string>
    <string name="permdesc_performCdmaProvisioning" msgid="1994193538802314186">"允許應用程式啟動 CDMA 服務。請注意,惡意應用程式可能利用此功能啟動非必要的 CDMA 服務。"</string>
    <string name="permlab_locationUpdates" msgid="7785408253364335740">"控制位置更新通知"</string>
    <string name="permdesc_locationUpdates" msgid="1120741557891438876">"允許應用程式啟用/停用來自無線電的位置更新通知 (不建議一般應用程式使用)。"</string>
    <string name="permlab_checkinProperties" msgid="7855259461268734914">"存取登機選項"</string>
    <string name="permdesc_checkinProperties" msgid="4024526968630194128">"允許讀取/寫入由簽入服務上載的內容 (不建議一般應用程式使用)。"</string>
    <string name="permlab_bindGadget" msgid="776905339015863471">"選擇小工具"</string>
    <string name="permdesc_bindGadget" msgid="8261326938599049290">"允許應用程式告知系統哪個應用程式可以使用哪些小工具。啟用這項權限後,應用程式即會讓其他應用程式使用個人資料 (不建議一般應用程式使用)。"</string>
    <string name="permlab_modifyPhoneState" msgid="8423923777659292228">"修改手機狀態"</string>
    <string name="permdesc_modifyPhoneState" msgid="1029877529007686732">"允許應用程式控制裝置的電話功能。擁有這項權限的應用程式可在未通知您的情況下,任意切換網路、開啟或關閉手機無線電等。"</string>
    <string name="permlab_readPhoneState" msgid="2326172951448691631">"讀取手機狀態和識別碼"</string>
    <string name="permdesc_readPhoneState" msgid="5127767618743602782">"允許應用程式存取裝置的電話功能資料。擁有這項權限的應用程式可取得手機的號碼和序號、是否在通話中,以及通話另一方的電話號碼等資料。"</string>
    <string name="permlab_wakeLock" product="tablet" msgid="1531731435011495015">"防止平板電腦進入休眠狀態"</string>
    <string name="permlab_wakeLock" product="default" msgid="573480187941496130">"防止手機進入待命狀態"</string>
    <string name="permdesc_wakeLock" product="tablet" msgid="7311319824400447868">"允許應用程式防止平板電腦進入休眠狀態。"</string>
    <string name="permdesc_wakeLock" product="default" msgid="8559100677372928754">"允許應用程式防止手機進入休眠狀態。"</string>
    <string name="permlab_devicePower" product="tablet" msgid="2787034722616350417">"開啟或關閉平板電腦"</string>
    <string name="permlab_devicePower" product="default" msgid="4928622470980943206">"開啟或關閉電源"</string>
    <string name="permdesc_devicePower" product="tablet" msgid="6689862878984631831">"允許應用程式開啟或關閉平板電腦。"</string>
    <string name="permdesc_devicePower" product="default" msgid="6037057348463131032">"允許應用程式開啟或關閉手機。"</string>
    <string name="permlab_factoryTest" msgid="3715225492696416187">"在出廠測試模式下執行"</string>
    <string name="permdesc_factoryTest" product="tablet" msgid="3952059318359653091">"允許在以低階製造商測試身分執行時,可具有平板電腦硬體的完整存取權限。只有在平板電腦以製造商測試模式執行時,才能使用此權限。"</string>
    <string name="permdesc_factoryTest" product="default" msgid="8136644990319244802">"執行低階製造商測試,允許完全存取手機硬體。此功能只能在手機是製造商測試模式下才可執行。"</string>
    <string name="permlab_setWallpaper" msgid="6627192333373465143">"設定桌布"</string>
    <string name="permdesc_setWallpaper" msgid="7373447920977624745">"允許應用程式設定系統桌布。"</string>
    <string name="permlab_setWallpaperHints" msgid="3600721069353106851">"設定桌布大小提示"</string>
    <string name="permdesc_setWallpaperHints" msgid="8235784384223730091">"允許應用程式設定系統桌布大小的提示。"</string>
    <string name="permlab_masterClear" msgid="2315750423139697397">"將系統還原至出廠預設值"</string>
    <string name="permdesc_masterClear" msgid="3665380492633910226">"允許應用程式將系統設定全部重設回原廠設定,這表示所有資料、設定及安裝的應用程式都會遭到刪除。"</string>
    <string name="permlab_setTime" msgid="2021614829591775646">"設定時間"</string>
    <string name="permdesc_setTime" product="tablet" msgid="1896341438151152881">"允許應用程式變更平板電腦的時鐘時間。"</string>
    <string name="permdesc_setTime" product="default" msgid="1855702730738020">"允許應用程式變更手機的時鐘時間。"</string>
    <string name="permlab_setTimeZone" msgid="2945079801013077340">"設定時區"</string>
    <string name="permdesc_setTimeZone" product="tablet" msgid="1676983712315827645">"允許應用程式變更平板電腦的時區。"</string>
    <string name="permdesc_setTimeZone" product="default" msgid="4499943488436633398">"允許應用程式變更手機的時區。"</string>
    <string name="permlab_accountManagerService" msgid="4829262349691386986">"作為 AccountManagerService"</string>
    <string name="permdesc_accountManagerService" msgid="1948455552333615954">"允許應用程式呼叫 AccountAuthenticators。"</string>
    <string name="permlab_getAccounts" msgid="4549918644233460103">"發現已知帳戶。"</string>
    <string name="permdesc_getAccounts" product="tablet" msgid="3238360555257773358">"允許應用程式取得平板電腦已知的帳戶清單。"</string>
    <string name="permdesc_getAccounts" product="default" msgid="2735689364629830348">"允許應用程式取得手機已知的帳戶清單。"</string>
    <string name="permlab_authenticateAccounts" msgid="3940505577982882450">"作為帳戶驗證器"</string>
    <string name="permdesc_authenticateAccounts" msgid="5472124296908977260">"允許應用程式使用 AccountManager 的帳戶驗證器功能,包括建立帳戶、取得及設定帳戶密碼。"</string>
    <string name="permlab_manageAccounts" msgid="4440380488312204365">"管理帳戶清單"</string>
    <string name="permdesc_manageAccounts" msgid="8698295625488292506">"允許應用程式執行新增、移除帳戶和刪除帳戶密碼等作業。"</string>
    <string name="permlab_useCredentials" msgid="6401886092818819856">"使用帳戶的驗證認證"</string>
    <string name="permdesc_useCredentials" msgid="7984227147403346422">"允許應用程式要求驗證憑證。"</string>
    <string name="permlab_accessNetworkState" msgid="6865575199464405769">"查看網路狀態"</string>
    <string name="permdesc_accessNetworkState" msgid="479772796952547198">"允許應用程式查看所有網路狀態。"</string>
    <string name="permlab_createNetworkSockets" msgid="9121633680349549585">"網際網路完整存取"</string>
    <string name="permdesc_createNetworkSockets" msgid="5963922297444265950">"允許應用程式建立網路通訊端。"</string>
    <string name="permlab_writeApnSettings" msgid="505660159675751896">"變更/攔截網路設定與流量"</string>
    <string name="permdesc_writeApnSettings" msgid="5333798886412714193">"允許應用程式變更網路設定,並攔截及檢查所有網路流量,例如變更任一 APN 的 Proxy 及通訊埠。請注意,惡意應用程式可能利用此功能,在您不知情的情況下監控、重新導向或修改網路封包。"</string>
    <string name="permlab_changeNetworkState" msgid="958884291454327309">"變更網路連線"</string>
    <string name="permdesc_changeNetworkState" msgid="6789123912476416214">"允許應用程式變更網路連線狀態。"</string>
    <string name="permlab_changeTetherState" msgid="5952584964373017960">"變更數據連線"</string>
    <string name="permdesc_changeTetherState" msgid="1524441344412319780">"允許應用程式變更共用網路的連線狀態。"</string>
    <string name="permlab_changeBackgroundDataSetting" msgid="1400666012671648741">"變更背景資料使用設定"</string>
    <string name="permdesc_changeBackgroundDataSetting" msgid="5347729578468744379">"允許應用程式變更背景資料使用設定。"</string>
    <string name="permlab_accessWifiState" msgid="8100926650211034400">"檢視 Wi-Fi 狀態"</string>
    <string name="permdesc_accessWifiState" msgid="7770452658226256831">"允許應用程式查看 WiFi 狀態相關資訊。"</string>
    <string name="permlab_changeWifiState" msgid="7280632711057112137">"變更 Wi-Fi 狀態"</string>
    <string name="permdesc_changeWifiState" msgid="7399961004537946240">"允許應用程式與 WiFi 存取點連線或中斷連線,並可變更 WiFi 網路設定。"</string>
    <string name="permlab_changeWifiMulticastState" msgid="1368253871483254784">"允許接收 Wi-Fi 多點傳播封包"</string>
    <string name="permdesc_changeWifiMulticastState" msgid="7633598524564320817">"允許應用程式接收非指定傳送給您裝置的封包,這在您偵測到附近有服務可使用時相當實用,但消耗的電力比非多點傳播模式多。"</string>
    <string name="permlab_bluetoothAdmin" msgid="3606576270792236062">"藍牙管理"</string>
    <string name="permdesc_bluetoothAdmin" product="tablet" msgid="6921177471748882137">"允許應用程式設定本機藍牙平板電腦,以及搜尋遠端裝置並配對連線。"</string>
    <string name="permdesc_bluetoothAdmin" product="default" msgid="8931682159331542137">"允許應用程式設定本機藍牙手機,以及搜尋遠端裝置並配對連線。"</string>
    <string name="permlab_accessWimaxState" msgid="1232061307208861588">"查看 WiMAX 狀態"</string>
    <string name="permdesc_accessWimaxState" msgid="5914958077555177749">"允許應用程式查看 WiMax 狀態相關資訊。"</string>
    <string name="permlab_changeWimaxState" msgid="2405042267131496579">"變更 WiMAX 狀態"</string>
    <string name="permdesc_changeWimaxState" msgid="3328853825006455912">"允許應用程式建立或中斷 WiMAX 網路連線。"</string>
    <string name="permlab_bluetooth" msgid="8361038707857018732">"建立藍牙連線"</string>
    <string name="permdesc_bluetooth" product="tablet" msgid="7007851048416363446">"允許應用程式查看本機藍牙平板電腦設定,並可建立及接受與其他配對裝置的連線。"</string>
    <string name="permdesc_bluetooth" product="default" msgid="31846362767164948">"允許應用程式查看本機藍牙手機設定,並可建立及接受與其他配對裝置的連線。"</string>
    <string name="permlab_nfc" msgid="4423351274757876953">"控制近距離無線通訊"</string>
    <string name="permdesc_nfc" msgid="7120611819401789907">"允許應用程式與近距離無線通訊 (NFC) 電子感應標籤、卡片及感應器進行通訊。"</string>
    <string name="permlab_disableKeyguard" msgid="4977406164311535092">"停用按鍵鎖定"</string>
    <string name="permdesc_disableKeyguard" msgid="6231611286892232626">"允許應用程式停用按鍵鎖定以及其他相關的密碼安全性功能。例如:手機收到來電時停用按鍵鎖定,通話結束後重新啟用按鍵鎖定。"</string>
    <string name="permlab_readSyncSettings" msgid="6201810008230503052">"讀取同步處理設定"</string>
    <string name="permdesc_readSyncSettings" msgid="5464056785274229278">"允許應用程式讀取同步處理設定,例如:是否要同步處理「使用者」應用程式。"</string>
    <string name="permlab_writeSyncSettings" msgid="6297138566442486462">"編輯同步處理設定"</string>
    <string name="permdesc_writeSyncSettings" msgid="1466056564502117130">"允許應用程式修改同步處理設定,例如:是否要同步處理「使用者」應用程式。"</string>
    <string name="permlab_readSyncStats" msgid="7396577451360202448">"讀取同步處理狀態"</string>
    <string name="permdesc_readSyncStats" msgid="3801971839939951678">"允許應用程式讀取同步處理統計資料,例如已完成的同步處理記錄。"</string>
    <string name="permlab_subscribedFeedsRead" msgid="4756609637053353318">"讀取訂閱資訊提供"</string>
    <string name="permdesc_subscribedFeedsRead" msgid="5557058907906144505">"允許應用程式取得目前已同步處理的資訊提供詳細資料。"</string>
    <string name="permlab_subscribedFeedsWrite" msgid="9015246325408209296">"寫入訂閱資訊提供"</string>
    <string name="permdesc_subscribedFeedsWrite" msgid="6928930188826089413">"允許應用程式修改目前已同步處理的資訊提供。請注意,惡意應用程式可能利用此功能變更已同步處理的資訊提供。"</string>
    <string name="permlab_readDictionary" msgid="8410247960433376352">"讀取使用者定義的字典"</string>
    <string name="permdesc_readDictionary" msgid="8977815988329283705">"允許應用程式讀取使用者儲存在使用者字典內的任何私人字詞、名稱和詞組。"</string>
    <string name="permlab_writeDictionary" msgid="2296383164914812772">"寫入使用者定義的字典"</string>
    <string name="permdesc_writeDictionary" msgid="8185385716255065291">"允許應用程式將新字詞寫入使用者的字典。"</string>
    <string name="permlab_sdcardRead" product="nosdcard" msgid="4086221374639183281">"讀取 USB 儲存裝置的內容"</string>
    <string name="permlab_sdcardRead" product="default" msgid="8537875151845139539">"讀取 SD 卡的內容"</string>
    <string name="permdesc_sdcardRead" product="nosdcard" msgid="1055302898999352339">"允許應用程式讀取 USB 儲存裝置的內容。"</string>
    <string name="permdesc_sdcardRead" product="default" msgid="7947792373570683542">"允許應用程式讀取 SD 卡的內容。"</string>
    <string name="permlab_sdcardWrite" product="nosdcard" msgid="85430876310764752">"修改/刪除 USB 儲存裝置內容"</string>
    <string name="permlab_sdcardWrite" product="default" msgid="8079403759001777291">"修改/刪除 SD 卡的內容"</string>
    <string name="permdesc_sdcardWrite" product="nosdcard" msgid="6175406299445710888">"允許應用程式寫入 USB 儲存裝置。"</string>
    <string name="permdesc_sdcardWrite" product="default" msgid="4337417790936632090">"允許應用程式寫入 SD 卡。"</string>
    <string name="permlab_mediaStorageWrite" product="default" msgid="6859839199706879015">"修改/刪除內部媒體儲存裝置內容"</string>
    <string name="permdesc_mediaStorageWrite" product="default" msgid="8189160597698529185">"允許應用程式修改內部媒體儲存空間的內容。"</string>
    <string name="permlab_cache_filesystem" msgid="5656487264819669824">"存取快取檔案系統"</string>
    <string name="permdesc_cache_filesystem" msgid="5578967642265550955">"允許應用程式讀取及寫入快取檔案系統。"</string>
    <string name="permlab_use_sip" msgid="5986952362795870502">"撥打/接聽網路電話"</string>
    <string name="permdesc_use_sip" msgid="4717632000062674294">"允許應用程式使用 SIP 服務撥打/接聽網路電話。"</string>
    <string name="permlab_readNetworkUsageHistory" msgid="7862593283611493232">"讀取網路用量記錄"</string>
    <string name="permdesc_readNetworkUsageHistory" msgid="7689060749819126472">"允許應用程式讀取特定網路和應用程式的網路使用記錄。"</string>
    <string name="permlab_manageNetworkPolicy" msgid="2562053592339859990">"管理網路政策"</string>
    <string name="permdesc_manageNetworkPolicy" msgid="7537586771559370668">"允許應用程式管理網路政策並定義應用程式專用規則。"</string>
    <string name="permlab_modifyNetworkAccounting" msgid="5088217309088729650">"修改網路使用量計算方式"</string>
    <string name="permdesc_modifyNetworkAccounting" msgid="5443412866746198123">"允許應用程式修改應用程式網路使用量的計算方式 (不建議一般應用程式使用)。"</string>
    <string name="policylab_limitPassword" msgid="4497420728857585791">"設定密碼規則"</string>
    <string name="policydesc_limitPassword" msgid="3252114203919510394">"控制螢幕解鎖密碼所允許的長度和字元。"</string>
    <string name="policylab_watchLogin" msgid="914130646942199503">"監視螢幕解鎖嘗試次數"</string>
    <string name="policydesc_watchLogin" product="tablet" msgid="3215729294215070072">"監控螢幕解鎖時密碼輸入錯誤的次數;如果密碼輸入錯誤的次數過多,則會鎖住平板電腦或全部清除平板電腦中的資料。"</string>
    <string name="policydesc_watchLogin" product="default" msgid="5712323091846761073">"監控螢幕解鎖時密碼輸入錯誤的次數;如果密碼輸入錯誤的次數過多,則會鎖住手機或清除手機的所有資料。"</string>
    <string name="policylab_resetPassword" msgid="2620077191242688955">"變更螢幕解鎖密碼"</string>
    <string name="policydesc_resetPassword" msgid="605963962301904458">"變更螢幕解鎖密碼。"</string>
    <string name="policylab_forceLock" msgid="2274085384704248431">"鎖定螢幕"</string>
    <string name="policydesc_forceLock" msgid="1141797588403827138">"控制鎖定螢幕的方式和時間。"</string>
    <string name="policylab_wipeData" msgid="3910545446758639713">"清除所有資料"</string>
    <string name="policydesc_wipeData" product="tablet" msgid="4306184096067756876">"恢復原廠設定,不提出警告就直接清除平板電腦的資料。"</string>
    <string name="policydesc_wipeData" product="default" msgid="5096895604574188391">"恢復原廠設定,不提出警告就直接清除手機的資料。"</string>
    <string name="policylab_setGlobalProxy" msgid="2784828293747791446">"設定裝置全域 Proxy"</string>
    <string name="policydesc_setGlobalProxy" msgid="6387497466660154931">"設定政策啟用時所要使用的裝置全域 Proxy,只有第一個裝置管理員所設定的全域 Proxy 具有效力。"</string>
    <string name="policylab_expirePassword" msgid="885279151847254056">"設定螢幕上鎖密碼到期日"</string>
    <string name="policydesc_expirePassword" msgid="1729725226314691591">"控制螢幕上鎖密碼的變更頻率。"</string>
    <string name="policylab_encryptedStorage" msgid="8901326199909132915">"設定儲存裝置加密"</string>
    <string name="policydesc_encryptedStorage" msgid="2637732115325316992">"必須為儲存的應用程式資料加密。"</string>
    <string name="policylab_disableCamera" msgid="6395301023152297826">"停用相機"</string>
    <string name="policydesc_disableCamera" msgid="2306349042834754597">"禁止使用所有裝置相機。"</string>
  <string-array name="phoneTypes">
    <item msgid="8901098336658710359">"住家電話"</item>
    <item msgid="869923650527136615">"行動電話"</item>
    <item msgid="7897544654242874543">"公司電話"</item>
    <item msgid="1103601433382158155">"公司傳真"</item>
    <item msgid="1735177144948329370">"住家傳真"</item>
    <item msgid="603878674477207394">"呼叫器"</item>
    <item msgid="1650824275177931637">"其他"</item>
    <item msgid="9192514806975898961">"自訂"</item>
  </string-array>
  <string-array name="emailAddressTypes">
    <item msgid="8073994352956129127">"主要信箱"</item>
    <item msgid="7084237356602625604">"公司信箱"</item>
    <item msgid="1112044410659011023">"其他信箱"</item>
    <item msgid="2374913952870110618">"自訂"</item>
  </string-array>
  <string-array name="postalAddressTypes">
    <item msgid="6880257626740047286">"住家"</item>
    <item msgid="5629153956045109251">"公司"</item>
    <item msgid="4966604264500343469">"其他"</item>
    <item msgid="4932682847595299369">"自訂"</item>
  </string-array>
  <string-array name="imAddressTypes">
    <item msgid="1738585194601476694">"住家"</item>
    <item msgid="1359644565647383708">"工作"</item>
    <item msgid="7868549401053615677">"其他"</item>
    <item msgid="3145118944639869809">"自訂"</item>
  </string-array>
  <string-array name="organizationTypes">
    <item msgid="7546335612189115615">"工作"</item>
    <item msgid="4378074129049520373">"其他"</item>
    <item msgid="3455047468583965104">"自訂"</item>
  </string-array>
  <string-array name="imProtocols">
    <item msgid="8595261363518459565">"AIM"</item>
    <item msgid="7390473628275490700">"Windows Live"</item>
    <item msgid="7882877134931458217">"Yahoo"</item>
    <item msgid="5035376313200585242">"Skype"</item>
    <item msgid="7532363178459444943">"QQ"</item>
    <item msgid="3713441034299660749">"Google Talk"</item>
    <item msgid="2506857312718630823">"ICQ"</item>
    <item msgid="1648797903785279353">"Jabber"</item>
  </string-array>
    <string name="phoneTypeCustom" msgid="1644738059053355820">"自訂"</string>
    <string name="phoneTypeHome" msgid="2570923463033985887">"住家"</string>
    <string name="phoneTypeMobile" msgid="6501463557754751037">"行動裝置"</string>
    <string name="phoneTypeWork" msgid="8863939667059911633">"公司"</string>
    <string name="phoneTypeFaxWork" msgid="3517792160008890912">"公司傳真"</string>
    <string name="phoneTypeFaxHome" msgid="2067265972322971467">"住家傳真"</string>
    <string name="phoneTypePager" msgid="7582359955394921732">"呼叫器"</string>
    <string name="phoneTypeOther" msgid="1544425847868765990">"其他"</string>
    <string name="phoneTypeCallback" msgid="2712175203065678206">"回撥電話"</string>
    <string name="phoneTypeCar" msgid="8738360689616716982">"汽車電話"</string>
    <string name="phoneTypeCompanyMain" msgid="540434356461478916">"公司代表號"</string>
    <string name="phoneTypeIsdn" msgid="8022453193171370337">"ISDN"</string>
    <string name="phoneTypeMain" msgid="6766137010628326916">"代表號"</string>
    <string name="phoneTypeOtherFax" msgid="8587657145072446565">"其他傳真"</string>
    <string name="phoneTypeRadio" msgid="4093738079908667513">"無線電"</string>
    <string name="phoneTypeTelex" msgid="3367879952476250512">"Telex"</string>
    <string name="phoneTypeTtyTdd" msgid="8606514378585000044">"TTY/TDD"</string>
    <string name="phoneTypeWorkMobile" msgid="1311426989184065709">"公司行動電話"</string>
    <string name="phoneTypeWorkPager" msgid="649938731231157056">"公司呼叫器"</string>
    <string name="phoneTypeAssistant" msgid="5596772636128562884">"助理"</string>
    <string name="phoneTypeMms" msgid="7254492275502768992">"MMS"</string>
    <string name="eventTypeCustom" msgid="7837586198458073404">"自訂"</string>
    <string name="eventTypeBirthday" msgid="2813379844211390740">"生日"</string>
    <string name="eventTypeAnniversary" msgid="3876779744518284000">"週年紀念日"</string>
    <string name="eventTypeOther" msgid="7388178939010143077">"其他"</string>
    <string name="emailTypeCustom" msgid="8525960257804213846">"自訂"</string>
    <string name="emailTypeHome" msgid="449227236140433919">"住家"</string>
    <string name="emailTypeWork" msgid="3548058059601149973">"公司"</string>
    <string name="emailTypeOther" msgid="2923008695272639549">"其他"</string>
    <string name="emailTypeMobile" msgid="119919005321166205">"行動裝置"</string>
    <string name="postalTypeCustom" msgid="8903206903060479902">"自訂"</string>
    <string name="postalTypeHome" msgid="8165756977184483097">"住家"</string>
    <string name="postalTypeWork" msgid="5268172772387694495">"公司"</string>
    <string name="postalTypeOther" msgid="2726111966623584341">"其他"</string>
    <string name="imTypeCustom" msgid="2074028755527826046">"自訂"</string>
    <string name="imTypeHome" msgid="6241181032954263892">"住家"</string>
    <string name="imTypeWork" msgid="1371489290242433090">"公司"</string>
    <string name="imTypeOther" msgid="5377007495735915478">"其他"</string>
    <string name="imProtocolCustom" msgid="6919453836618749992">"自訂"</string>
    <string name="imProtocolAim" msgid="7050360612368383417">"AIM"</string>
    <string name="imProtocolMsn" msgid="144556545420769442">"Windows Live"</string>
    <string name="imProtocolYahoo" msgid="8271439408469021273">"Yahoo"</string>
    <string name="imProtocolSkype" msgid="9019296744622832951">"Skype"</string>
    <string name="imProtocolQq" msgid="8887484379494111884">"QQ"</string>
    <string name="imProtocolGoogleTalk" msgid="3808393979157698766">"Google Talk"</string>
    <string name="imProtocolIcq" msgid="1574870433606517315">"ICQ"</string>
    <string name="imProtocolJabber" msgid="2279917630875771722">"Jabber"</string>
    <string name="imProtocolNetMeeting" msgid="8287625655986827971">"網路會議"</string>
    <string name="orgTypeWork" msgid="29268870505363872">"公司"</string>
    <string name="orgTypeOther" msgid="3951781131570124082">"其他"</string>
    <string name="orgTypeCustom" msgid="225523415372088322">"自訂"</string>
    <string name="relationTypeCustom" msgid="3542403679827297300">"自訂"</string>
    <string name="relationTypeAssistant" msgid="6274334825195379076">"助理"</string>
    <string name="relationTypeBrother" msgid="8757913506784067713">"兄弟"</string>
    <string name="relationTypeChild" msgid="1890746277276881626">"子女"</string>
    <string name="relationTypeDomesticPartner" msgid="6904807112121122133">"同居人"</string>
    <string name="relationTypeFather" msgid="5228034687082050725">"父親"</string>
    <string name="relationTypeFriend" msgid="7313106762483391262">"好友"</string>
    <string name="relationTypeManager" msgid="6365677861610137895">"經理"</string>
    <string name="relationTypeMother" msgid="4578571352962758304">"母親"</string>
    <string name="relationTypeParent" msgid="4755635567562925226">"父母"</string>
    <string name="relationTypePartner" msgid="7266490285120262781">"夥伴"</string>
    <string name="relationTypeReferredBy" msgid="101573059844135524">"介紹人"</string>
    <string name="relationTypeRelative" msgid="1799819930085610271">"親戚"</string>
    <string name="relationTypeSister" msgid="1735983554479076481">"姊妹"</string>
    <string name="relationTypeSpouse" msgid="394136939428698117">"配偶"</string>
    <string name="sipAddressTypeCustom" msgid="2473580593111590945">"自訂"</string>
    <string name="sipAddressTypeHome" msgid="6093598181069359295">"住家"</string>
    <string name="sipAddressTypeWork" msgid="6920725730797099047">"公司"</string>
    <string name="sipAddressTypeOther" msgid="4408436162950119849">"其他"</string>
    <string name="keyguard_password_enter_pin_code" msgid="3037685796058495017">"輸入 PIN 碼"</string>
    <string name="keyguard_password_enter_puk_code" msgid="4800725266925845333">"輸入 PUK 碼和新 PIN 碼"</string>
    <string name="keyguard_password_enter_puk_prompt" msgid="1341112146710087048">"PUK 碼"</string>
    <string name="keyguard_password_enter_pin_prompt" msgid="8027680321614196258">"新 PIN 碼"</string>
    <string name="keyguard_password_entry_touch_hint" msgid="7858547464982981384"><font size="17">"輕觸即可輸入密碼"</font></string>
    <string name="keyguard_password_enter_password_code" msgid="1054721668279049780">"輸入密碼即可解鎖"</string>
    <string name="keyguard_password_enter_pin_password_code" msgid="6391755146112503443">"輸入 PIN 即可解鎖"</string>
    <string name="keyguard_password_wrong_pin_code" msgid="2422225591006134936">"PIN 碼不正確。"</string>
    <string name="keyguard_label_text" msgid="861796461028298424">"如要解鎖,請按 Menu 鍵,然後按 0。"</string>
    <string name="emergency_call_dialog_number_for_display" msgid="696192103195090970">"緊急電話號碼"</string>
    <string name="lockscreen_carrier_default" msgid="8963839242565653192">"沒有服務。"</string>
    <string name="lockscreen_screen_locked" msgid="7288443074806832904">"螢幕已鎖定。"</string>
    <string name="lockscreen_instructions_when_pattern_enabled" msgid="46154051614126049">"按下 [Menu] 解鎖或撥打緊急電話。"</string>
    <string name="lockscreen_instructions_when_pattern_disabled" msgid="686260028797158364">"按下 Menu 鍵解鎖。"</string>
    <string name="lockscreen_pattern_instructions" msgid="7478703254964810302">"畫出解鎖圖形"</string>
    <string name="lockscreen_emergency_call" msgid="5347633784401285225">"緊急電話"</string>
    <string name="lockscreen_return_to_call" msgid="5244259785500040021">"返回通話"</string>
    <string name="lockscreen_pattern_correct" msgid="9039008650362261237">"正確!"</string>
    <string name="lockscreen_pattern_wrong" msgid="4317955014948108794">"再試一次"</string>
    <string name="lockscreen_password_wrong" msgid="5737815393253165301">"再試一次"</string>
    <string name="faceunlock_multiple_failures" msgid="754137583022792429">"已超過人臉解鎖嘗試次數上限"</string>
    <string name="lockscreen_plugged_in" msgid="8057762828355572315">"充電中 (<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="PERCENT">%%</xliff:g>)"</string>
    <string name="lockscreen_charged" msgid="4938930459620989972">"充電完成。"</string>
    <string name="lockscreen_battery_short" msgid="4477264849386850266">"<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="PERCENT">%%</xliff:g>"</string>
    <string name="lockscreen_low_battery" msgid="1482873981919249740">"請連接充電器。"</string>
    <string name="lockscreen_missing_sim_message_short" msgid="7381499217732227295">"沒有 SIM  卡。"</string>
    <string name="lockscreen_missing_sim_message" product="tablet" msgid="151659196095791474">"平板電腦中沒有 SIM 卡。"</string>
    <string name="lockscreen_missing_sim_message" product="default" msgid="2186920585695169078">"手機未插入 SIM 卡。"</string>
    <string name="lockscreen_missing_sim_instructions" msgid="5372787138023272615">"插入 SIM 卡。"</string>
    <string name="lockscreen_missing_sim_instructions_long" msgid="3526573099019319472">"找不到或無法讀取 SIM 卡。請插入 SIM 卡。"</string>
    <string name="lockscreen_permanent_disabled_sim_instructions" msgid="910904643433151371">"您的 SIM 卡已遭永久停用。"\n"請與您的無線網路服務供應商聯絡,以取得其他 SIM 卡。"</string>
    <string name="lockscreen_transport_prev_description" msgid="201594905152746886">"[上一首曲目] 按鈕"</string>
    <string name="lockscreen_transport_next_description" msgid="6089297650481292363">"[下一首曲目] 按鈕"</string>
    <string name="lockscreen_transport_pause_description" msgid="7659088786780128001">"[暫停] 按鈕"</string>
    <string name="lockscreen_transport_play_description" msgid="5888422938351019426">"[播放] 按鈕"</string>
    <string name="lockscreen_transport_stop_description" msgid="4562318378766987601">"[停止] 按鈕"</string>
    <string name="emergency_calls_only" msgid="6733978304386365407">"僅可撥打緊急電話"</string>
    <string name="lockscreen_network_locked_message" msgid="143389224986028501">"網路已鎖定"</string>
    <string name="lockscreen_sim_puk_locked_message" msgid="7441797339976230">"SIM 的 PUK 已鎖定。"</string>
    <string name="lockscreen_sim_puk_locked_instructions" msgid="8127916255245181063">"參閱《使用者指南》或與客戶服務中心聯絡。"</string>
    <string name="lockscreen_sim_locked_message" msgid="8066660129206001039">"SIM 卡已鎖定。"</string>
    <string name="lockscreen_sim_unlock_progress_dialog_message" msgid="595323214052881264">"解鎖 SIM 卡中..."</string>
    <string name="lockscreen_too_many_failed_attempts_dialog_message" msgid="6481623830344107222">"您的解鎖圖形已畫錯 <xliff:g id="NUMBER_0">%d</xliff:g> 次。"\n\n"請在 <xliff:g id="NUMBER_1">%d</xliff:g> 秒後再試一次。"</string>
    <string name="lockscreen_too_many_failed_password_attempts_dialog_message" msgid="2725973286239344555">"您的密碼已輸錯 <xliff:g id="NUMBER_0">%d</xliff:g> 次。"\n\n"請在 <xliff:g id="NUMBER_1">%d</xliff:g> 秒後再試一次。"</string>
    <string name="lockscreen_too_many_failed_pin_attempts_dialog_message" msgid="6216672706545696955">"您的 PIN 已輸錯 <xliff:g id="NUMBER_0">%d</xliff:g> 次。"\n\n"請在 <xliff:g id="NUMBER_1">%d</xliff:g> 秒後再試一次。"</string>
    <string name="lockscreen_failed_attempts_almost_glogin" product="tablet" msgid="9191611984625460820">"您的解鎖圖形已畫錯 <xliff:g id="NUMBER_0">%d</xliff:g> 次,如果再嘗試 <xliff:g id="NUMBER_1">%d</xliff:g> 次仍未成功,系統就會要求您使用您的 Google 登入資訊解除平板電腦的鎖定狀態。"\n\n"請在 <xliff:g id="NUMBER_2">%d</xliff:g> 秒後再試一次。"</string>
    <string name="lockscreen_failed_attempts_almost_glogin" product="default" msgid="2590227559763762751">"您的解鎖圖形已畫錯 <xliff:g id="NUMBER_0">%d</xliff:g> 次,如果再試 <xliff:g id="NUMBER_1">%d</xliff:g> 次仍未成功,系統就會要求您使用您的 Google 登入資訊解除手機的鎖定狀態。"\n\n"請在 <xliff:g id="NUMBER_2">%d</xliff:g> 秒後再試一次。"</string>
    <string name="lockscreen_failed_attempts_almost_at_wipe" product="tablet" msgid="6128106399745755604">"您嘗試解除這個平板電腦的鎖定已失敗 <xliff:g id="NUMBER_0">%d</xliff:g> 次,目前還剩 <xliff:g id="NUMBER_1">%d</xliff:g> 次機會。如果失敗次數超過限制,平板電腦將恢復原廠設定,所有使用者資料都會遺失。"</string>
    <string name="lockscreen_failed_attempts_almost_at_wipe" product="default" msgid="8603565142156826565">"您嘗試解除這支手機的鎖定已失敗 <xliff:g id="NUMBER_0">%d</xliff:g> 次,目前還剩 <xliff:g id="NUMBER_1">%d</xliff:g> 次機會。如果失敗次數超過限制,手機將恢復原廠設定,所有使用者資料都會遺失。"</string>
    <string name="lockscreen_failed_attempts_now_wiping" product="tablet" msgid="280873516493934365">"您嘗試解除這個平板電腦的鎖定已失敗 <xliff:g id="NUMBER">%d</xliff:g> 次,平板電腦現在將恢復原廠設定。"</string>
    <string name="lockscreen_failed_attempts_now_wiping" product="default" msgid="3025504721764922246">"您嘗試解除這支手機的鎖定已失敗 <xliff:g id="NUMBER">%d</xliff:g> 次,手機現在將恢復原廠設定。"</string>
    <string name="lockscreen_too_many_failed_attempts_countdown" msgid="6251480343394389665">"<xliff:g id="NUMBER">%d</xliff:g> 秒後再試一次。"</string>
    <string name="lockscreen_forgot_pattern_button_text" msgid="2626999449610695930">"忘記解鎖圖形?"</string>
    <string name="lockscreen_glogin_forgot_pattern" msgid="2588521501166032747">"帳戶解鎖"</string>
    <string name="lockscreen_glogin_too_many_attempts" msgid="2751368605287288808">"圖形嘗試次數過多"</string>
    <string name="lockscreen_glogin_instructions" msgid="3931816256100707784">"如要解除鎖定,請使用 Google 帳戶登入。"</string>
    <string name="lockscreen_glogin_username_hint" msgid="8846881424106484447">"使用者名稱 (電子郵件)"</string>
    <string name="lockscreen_glogin_password_hint" msgid="5958028383954738528">"密碼"</string>
    <string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"登入"</string>
    <string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"使用者名稱或密碼錯誤。"</string>
    <string name="lockscreen_glogin_account_recovery_hint" msgid="1696924763690379073">"忘了使用者名稱或密碼?"\n"請造訪 "<b>"google.com/accounts/recovery"</b>"。"</string>
    <string name="lockscreen_glogin_checking_password" msgid="7114627351286933867">"檢查中..."</string>
    <string name="lockscreen_unlock_label" msgid="737440483220667054">"解除封鎖"</string>
    <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"開啟音效"</string>
    <string name="lockscreen_sound_off_label" msgid="996822825154319026">"關閉音效"</string>
    <string name="lockscreen_access_pattern_start" msgid="3941045502933142847">"已開始繪製解鎖圖形"</string>
    <string name="lockscreen_access_pattern_cleared" msgid="5583479721001639579">"已清除解鎖圖形"</string>
    <string name="lockscreen_access_pattern_cell_added" msgid="6756031208359292487">"已加入 1 格"</string>
    <string name="lockscreen_access_pattern_detected" msgid="4988730895554057058">"已畫出解鎖圖形"</string>
    <string name="password_keyboard_label_symbol_key" msgid="992280756256536042">"?123"</string>
    <string name="password_keyboard_label_alpha_key" msgid="8001096175167485649">"ABC"</string>
    <string name="password_keyboard_label_alt_key" msgid="1284820942620288678">"ALT"</string>
    <string name="hour_ampm" msgid="4584338083529355982">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%P</xliff:g>"</string>
    <string name="hour_cap_ampm" msgid="2083465992940444366">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%p</xliff:g>"</string>
    <string name="factorytest_failed" msgid="5410270329114212041">"出廠測試失敗"</string>
    <string name="factorytest_not_system" msgid="4435201656767276723">"只有安裝在 /system/app 裡的程式才能支援 FACTORY_TEST 操作。"</string>
    <string name="factorytest_no_action" msgid="872991874799998561">"找不到提供 FACTORY_TEST 的程式。"</string>
    <string name="factorytest_reboot" msgid="6320168203050791643">"重新開機"</string>
    <string name="js_dialog_title" msgid="1987483977834603872">"「<xliff:g id="TITLE">%s</xliff:g>」網頁指出:"</string>
    <string name="js_dialog_title_default" msgid="6961903213729667573">"JavaScript"</string>
    <string name="js_dialog_before_unload" msgid="730366588032430474">"離開這個頁面?"\n\n"<xliff:g id="MESSAGE">%s</xliff:g>"\n\n"輕觸 [確定] 離開這個頁面,或輕觸 [取消] 停留在這個頁面。"</string>
    <string name="save_password_label" msgid="6860261758665825069">"確認"</string>
    <string name="double_tap_toast" msgid="4595046515400268881">"提示:輕按兩下即可縮放。"</string>
    <string name="autofill_this_form" msgid="4616758841157816676">"自動填入功能"</string>
    <string name="setup_autofill" msgid="7103495070180590814">"設定自動填入功能"</string>
    <string name="autofill_address_name_separator" msgid="6350145154779706772">" //*** Empty segment here as a separator ***//"</string>
    <string name="autofill_address_summary_name_format" msgid="3268041054899214945">"$1$2$3"</string>
    <string name="autofill_address_summary_separator" msgid="7483307893170324129">", "</string>
    <string name="autofill_address_summary_format" msgid="4874459455786827344">"$1$2$3"</string>
    <string name="autofill_province" msgid="2231806553863422300">"省"</string>
    <string name="autofill_postal_code" msgid="4696430407689377108">"郵遞區號"</string>
    <string name="autofill_state" msgid="6988894195520044613">"州/省"</string>
    <string name="autofill_zip_code" msgid="8697544592627322946">"郵遞區號"</string>
    <string name="autofill_county" msgid="237073771020362891">"縣/市"</string>
    <string name="autofill_island" msgid="4020100875984667025">"島"</string>
    <string name="autofill_district" msgid="8400735073392267672">"行政區"</string>
    <string name="autofill_department" msgid="5343279462564453309">"省"</string>
    <string name="autofill_prefecture" msgid="2028499485065800419">"縣"</string>
    <string name="autofill_parish" msgid="8202206105468820057">"教區"</string>
    <string name="autofill_area" msgid="3547409050889952423">"區"</string>
    <string name="autofill_emirate" msgid="2893880978835698818">"大公國"</string>
    <string name="permlab_readHistoryBookmarks" msgid="1284843728203412135">"讀取瀏覽器的記錄與書籤"</string>
    <string name="permdesc_readHistoryBookmarks" msgid="4577476392604595921">"允許應用程式讀取瀏覽器造訪過的所有網址,以及瀏覽器的所有書籤。"</string>
    <string name="permlab_writeHistoryBookmarks" msgid="9009434109836280374">"寫入瀏覽器的記錄與書籤"</string>
    <string name="permdesc_writeHistoryBookmarks" product="tablet" msgid="1757103804824209530">"允許應用程式修改平板電腦上儲存的瀏覽記錄或書籤。請注意,惡意應用程式可能利用此功能清除或修改您的瀏覽器資料。"</string>
    <string name="permdesc_writeHistoryBookmarks" product="default" msgid="6693764355720719197">"允許應用程式修改手機上儲存的瀏覽記錄或書籤。請注意,惡意應用程式可能利用此功能清除或修改您的瀏覽器資料。"</string>
    <string name="permlab_setAlarm" msgid="5924401328803615165">"在鬧鐘應用程式中設定鬧鈴"</string>
    <string name="permdesc_setAlarm" msgid="316392039157473848">"允許應用程式在安裝的鬧鐘應用程式中設定鬧鐘,某些鬧鐘應用程式可能無法執行這項功能。"</string>
    <string name="permlab_addVoicemail" msgid="5525660026090959044">"新增語音留言"</string>
    <string name="permdesc_addVoicemail" msgid="6604508651428252437">"允許應用程式將訊息新增至您的語音信箱收件匣。"</string>
    <string name="permlab_writeGeolocationPermissions" msgid="5962224158955273932">"修改瀏覽器地理資訊的權限"</string>
    <string name="permdesc_writeGeolocationPermissions" msgid="1083743234522638747">"允許應用程式修改瀏覽器的地理位置權限。請注意,惡意應用程式可能利用此功能允許將您的位置資訊任意傳送給某些網站。"</string>
    <string name="permlab_packageVerificationAgent" msgid="5568139100645829117">"驗證套件"</string>
    <string name="permdesc_packageVerificationAgent" msgid="8437590190990843381">"允許應用程式驗證是否可安裝特定套件。"</string>
    <string name="permlab_bindPackageVerifier" msgid="4187786793360326654">"繫結至套件驗證程序"</string>
    <string name="permdesc_bindPackageVerifier" msgid="3180741773233862126">"允許應用程式要求驗證套件 (一般應用程式不需使用)。"</string>
    <string name="permlab_serialPort" msgid="546083327654631076">"存取序列埠"</string>
    <string name="permdesc_serialPort" msgid="2991639985224598193">"允許應用程式使用 SerialManager API 存取序列埠。"</string>
    <string name="permlab_accessContentProvidersExternally" msgid="5077774297943409285">"從外部存取內容供應端"</string>
    <string name="permdesc_accessContentProvidersExternally" msgid="4544346486697853685">"允許應用程式透過文字指令介面存取內容供應端 (一般應用程式不需這項權限)。"</string>
    <string name="permlab_updateLock" msgid="3527558366616680889">"不建議自動更新裝置"</string>
    <string name="permdesc_updateLock" msgid="1655625832166778492">"允許應用程式提供資訊,建議系統何時適合透過非互動方式重新啟動並升級裝置。"</string>
    <string name="save_password_message" msgid="767344687139195790">"是否記住此密碼?"</string>
    <string name="save_password_notnow" msgid="6389675316706699758">"現在不要"</string>
    <string name="save_password_remember" msgid="6491879678996749466">"記住"</string>
    <string name="save_password_never" msgid="8274330296785855105">"永不"</string>
    <string name="open_permission_deny" msgid="7374036708316629800">"您沒有開啟這個頁面的權限。"</string>
    <string name="text_copied" msgid="4985729524670131385">"文字已複製到剪貼簿。"</string>
    <string name="more_item_label" msgid="4650918923083320495">"更多"</string>
    <string name="prepend_shortcut_label" msgid="2572214461676015642">"[Menu] +"</string>
    <string name="menu_space_shortcut_label" msgid="2410328639272162537">"空白鍵"</string>
    <string name="menu_enter_shortcut_label" msgid="2743362785111309668">"輸入"</string>
    <string name="menu_delete_shortcut_label" msgid="3658178007202748164">"刪除"</string>
    <string name="search_go" msgid="8298016669822141719">"搜尋"</string>
    <string name="searchview_description_search" msgid="6749826639098512120">"搜尋"</string>
    <string name="searchview_description_query" msgid="5911778593125355124">"搜尋查詢"</string>
    <string name="searchview_description_clear" msgid="1330281990951833033">"清除查詢"</string>
    <string name="searchview_description_submit" msgid="2688450133297983542">"提交查詢"</string>
    <string name="searchview_description_voice" msgid="2453203695674994440">"語音搜尋"</string>
    <string name="oneMonthDurationPast" msgid="7396384508953779925">"1 個月以前"</string>
    <string name="beforeOneMonthDurationPast" msgid="909134546836499826">"1 個月前"</string>
  <plurals name="num_seconds_ago">
    <item quantity="one" msgid="4869870056547896011">"1 秒以前"</item>
    <item quantity="other" msgid="3903706804349556379">"<xliff:g id="COUNT">%d</xliff:g> 秒前"</item>
  </plurals>
  <plurals name="num_minutes_ago">
    <item quantity="one" msgid="3306787433088810191">"1 分鐘以前"</item>
    <item quantity="other" msgid="2176942008915455116">"<xliff:g id="COUNT">%d</xliff:g> 分鐘前"</item>
  </plurals>
  <plurals name="num_hours_ago">
    <item quantity="one" msgid="9150797944610821849">"1 小時以前"</item>
    <item quantity="other" msgid="2467273239587587569">"<xliff:g id="COUNT">%d</xliff:g> 小時前"</item>
  </plurals>
  <plurals name="last_num_days">
    <item quantity="other" msgid="3069992808164318268">"最近 <xliff:g id="COUNT">%d</xliff:g> 天"</item>
  </plurals>
    <string name="last_month" msgid="3959346739979055432">"上個月"</string>
    <string name="older" msgid="5211975022815554840">"較舊"</string>
  <plurals name="num_days_ago">
    <item quantity="one" msgid="861358534398115820">"昨天"</item>
    <item quantity="other" msgid="2479586466153314633">"<xliff:g id="COUNT">%d</xliff:g> 天前"</item>
  </plurals>
  <plurals name="in_num_seconds">
    <item quantity="one" msgid="2729745560954905102">"1 秒內"</item>
    <item quantity="other" msgid="1241926116443974687">"在 <xliff:g id="COUNT">%d</xliff:g> 秒內"</item>
  </plurals>
  <plurals name="in_num_minutes">
    <item quantity="one" msgid="8793095251325200395">"1 分鐘內"</item>
    <item quantity="other" msgid="3330713936399448749">"在 <xliff:g id="COUNT">%d</xliff:g> 分鐘內"</item>
  </plurals>
  <plurals name="in_num_hours">
    <item quantity="one" msgid="7164353342477769999">"1 小時內"</item>
    <item quantity="other" msgid="547290677353727389">"<xliff:g id="COUNT">%d</xliff:g> 小時內"</item>
  </plurals>
  <plurals name="in_num_days">
    <item quantity="one" msgid="5413088743009839518">"明天"</item>
    <item quantity="other" msgid="5109449375100953247">"<xliff:g id="COUNT">%d</xliff:g> 天內"</item>
  </plurals>
  <plurals name="abbrev_num_seconds_ago">
    <item quantity="one" msgid="1849036840200069118">"1 秒以前"</item>
    <item quantity="other" msgid="3699169366650930415">"<xliff:g id="COUNT">%d</xliff:g> 秒以前"</item>
  </plurals>
  <plurals name="abbrev_num_minutes_ago">
    <item quantity="one" msgid="6361490147113871545">"1 分鐘以前"</item>
    <item quantity="other" msgid="851164968597150710">"<xliff:g id="COUNT">%d</xliff:g> 分鐘以前"</item>
  </plurals>
  <plurals name="abbrev_num_hours_ago">
    <item quantity="one" msgid="4796212039724722116">"1 小時以前"</item>
    <item quantity="other" msgid="6889970745748538901">"<xliff:g id="COUNT">%d</xliff:g> 小時前"</item>
  </plurals>
  <plurals name="abbrev_num_days_ago">
    <item quantity="one" msgid="8463161711492680309">"昨天"</item>
    <item quantity="other" msgid="3453342639616481191">"<xliff:g id="COUNT">%d</xliff:g> 天前"</item>
  </plurals>
  <plurals name="abbrev_in_num_seconds">
    <item quantity="one" msgid="5842225370795066299">"1 秒內"</item>
    <item quantity="other" msgid="5495880108825805108">"<xliff:g id="COUNT">%d</xliff:g> 秒內"</item>
  </plurals>
  <plurals name="abbrev_in_num_minutes">
    <item quantity="one" msgid="562786149928284878">"1 分鐘內"</item>
    <item quantity="other" msgid="4216113292706568726">"<xliff:g id="COUNT">%d</xliff:g> 分鐘內"</item>
  </plurals>
  <plurals name="abbrev_in_num_hours">
    <item quantity="one" msgid="3274708118124045246">"1 小時內"</item>
    <item quantity="other" msgid="3705373766798013406">"<xliff:g id="COUNT">%d</xliff:g> 小時內"</item>
  </plurals>
  <plurals name="abbrev_in_num_days">
    <item quantity="one" msgid="2178576254385739855">"明天"</item>
    <item quantity="other" msgid="2973062968038355991">"<xliff:g id="COUNT">%d</xliff:g> 天內"</item>
  </plurals>
    <string name="preposition_for_date" msgid="9093949757757445117">"於 <xliff:g id="DATE">%s</xliff:g>"</string>
    <string name="preposition_for_time" msgid="5506831244263083793">"於<xliff:g id="TIME">%s</xliff:g>"</string>
    <string name="preposition_for_year" msgid="5040395640711867177">"於 <xliff:g id="YEAR">%s</xliff:g> 年"</string>
    <string name="day" msgid="8144195776058119424">"天"</string>
    <string name="days" msgid="4774547661021344602">"天"</string>
    <string name="hour" msgid="2126771916426189481">"小時"</string>
    <string name="hours" msgid="894424005266852993">"小時"</string>
    <string name="minute" msgid="9148878657703769868">"分鐘"</string>
    <string name="minutes" msgid="5646001005827034509">"分鐘"</string>
    <string name="second" msgid="3184235808021478">"秒"</string>
    <string name="seconds" msgid="3161515347216589235">"秒"</string>
    <string name="week" msgid="5617961537173061583">"週"</string>
    <string name="weeks" msgid="6509623834583944518">"週"</string>
    <string name="year" msgid="4001118221013892076">"年"</string>
    <string name="years" msgid="6881577717993213522">"年"</string>
    <string name="VideoView_error_title" msgid="3534509135438353077">"影片發生問題"</string>
    <string name="VideoView_error_text_invalid_progressive_playback" msgid="3186670335938670444">"這部影片的格式無效,因此無法在此裝置中串流播放。"</string>
    <string name="VideoView_error_text_unknown" msgid="3450439155187810085">"無法播放這部影片。"</string>
    <string name="VideoView_error_button" msgid="2822238215100679592">"確定"</string>
    <string name="relative_time" msgid="1818557177829411417">"<xliff:g id="DATE">%1$s</xliff:g>,<xliff:g id="TIME">%2$s</xliff:g>"</string>
    <string name="noon" msgid="7245353528818587908">"中午"</string>
    <string name="Noon" msgid="3342127745230013127">"中午"</string>
    <string name="midnight" msgid="7166259508850457595">"午夜"</string>
    <string name="Midnight" msgid="5630806906897892201">"午夜"</string>
    <string name="elapsed_time_short_format_mm_ss" msgid="4431555943828711473">"<xliff:g id="MINUTES">%1$02d</xliff:g>:<xliff:g id="SECONDS">%2$02d</xliff:g>"</string>
    <string name="elapsed_time_short_format_h_mm_ss" msgid="1846071997616654124">"<xliff:g id="HOURS">%1$d</xliff:g>:<xliff:g id="MINUTES">%2$02d</xliff:g>:<xliff:g id="SECONDS">%3$02d</xliff:g>"</string>
    <string name="selectAll" msgid="6876518925844129331">"全部選取"</string>
    <string name="cut" msgid="3092569408438626261">"剪下"</string>
    <string name="copy" msgid="2681946229533511987">"複製"</string>
    <string name="paste" msgid="5629880836805036433">"貼上"</string>
    <string name="replace" msgid="5781686059063148930">"取代…"</string>
    <string name="delete" msgid="6098684844021697789">"刪除"</string>
    <string name="copyUrl" msgid="2538211579596067402">"複製網址"</string>
    <string name="selectTextMode" msgid="1018691815143165326">"選取文字"</string>
    <string name="textSelectionCABTitle" msgid="5236850394370820357">"選取文字"</string>
    <string name="addToDictionary" msgid="9090375111134433012">"新增至字典"</string>
    <string name="deleteText" msgid="7070985395199629156">"刪除"</string>
    <string name="inputMethod" msgid="1653630062304567879">"輸入法"</string>
    <string name="editTextMenuTitle" msgid="4909135564941815494">"文字動作"</string>
    <string name="low_internal_storage_view_title" msgid="1399732408701697546">"儲存空間即將不足"</string>
    <string name="low_internal_storage_view_text" product="tablet" msgid="4231085657068852042">"平板電腦的儲存空間即將不足。"</string>
    <string name="low_internal_storage_view_text" product="default" msgid="635106544616378836">"手機儲存空間即將不足。"</string>
    <string name="ok" msgid="5970060430562524910">"確定"</string>
    <string name="cancel" msgid="6442560571259935130">"取消"</string>
    <string name="yes" msgid="5362982303337969312">"確定"</string>
    <string name="no" msgid="5141531044935541497">"取消"</string>
    <string name="dialog_alert_title" msgid="2049658708609043103">"注意"</string>
    <string name="loading" msgid="7933681260296021180">"載入中..."</string>
    <string name="capital_on" msgid="1544682755514494298">"開啟"</string>
    <string name="capital_off" msgid="6815870386972805832">"關閉"</string>
    <string name="whichApplication" msgid="4533185947064773386">"選擇要使用的應用程式"</string>
    <string name="alwaysUse" msgid="4583018368000610438">"設為預設應用程式。"</string>
    <string name="clearDefaultHintMsg" msgid="3252584689512077257">"前往 [系統設定] &gt; [應用程式] &gt; [下載] 清除預設值。"</string>
    <string name="chooseActivity" msgid="7486876147751803333">"選擇一種動作"</string>
    <string name="chooseUsbActivity" msgid="6894748416073583509">"選取要以 USB 裝置存取的應用程式"</string>
    <string name="noApplications" msgid="2991814273936504689">"沒有應用程式可執行這項操作。"</string>
    <string name="aerr_title" msgid="1905800560317137752"></string>
    <string name="aerr_application" msgid="932628488013092776">"很抱歉,<xliff:g id="APPLICATION">%1$s</xliff:g> 已停止。"</string>
    <string name="aerr_process" msgid="4507058997035697579">"很抱歉,處理程序 <xliff:g id="PROCESS">%1$s</xliff:g> 已停止。"</string>
    <string name="anr_title" msgid="4351948481459135709"></string>
    <string name="anr_activity_application" msgid="1904477189057199066">"<xliff:g id="APPLICATION">%2$s</xliff:g> 沒有回應。"\n\n"您要結束嗎?"</string>
    <string name="anr_activity_process" msgid="5776209883299089767">"<xliff:g id="ACTIVITY">%1$s</xliff:g> 活動沒有回應。"\n\n"您要結束嗎?"</string>
    <string name="anr_application_process" msgid="8941757607340481057">"<xliff:g id="APPLICATION">%1$s</xliff:g> 沒有回應。您要結束嗎?"</string>
    <string name="anr_process" msgid="6513209874880517125">"<xliff:g id="PROCESS">%1$s</xliff:g> 處理程序沒有回應。"\n\n"您要結束嗎?"</string>
    <string name="force_close" msgid="8346072094521265605">"確定"</string>
    <string name="report" msgid="4060218260984795706">"回報"</string>
    <string name="wait" msgid="7147118217226317732">"等待"</string>
    <string name="webpage_unresponsive" msgid="3272758351138122503">"網頁沒有回應。"\n\n"您要結束嗎?"</string>
    <string name="launch_warning_title" msgid="1547997780506713581">"應用程式已重新導向"</string>
    <string name="launch_warning_replace" msgid="6202498949970281412">"「<xliff:g id="APP_NAME">%1$s</xliff:g>」現在正在執行。"</string>
    <string name="launch_warning_original" msgid="188102023021668683">"「<xliff:g id="APP_NAME">%1$s</xliff:g>」原先已啟動。"</string>
    <string name="screen_compat_mode_scale" msgid="3202955667675944499">"比例"</string>
    <string name="screen_compat_mode_show" msgid="4013878876486655892">"一律顯示"</string>
    <string name="screen_compat_mode_hint" msgid="1064524084543304459">"前往 [系統設定] &gt; [應用程式] &gt; [下載] 重新啟用這個模式。"</string>
    <string name="smv_application" msgid="3307209192155442829">"應用程式 <xliff:g id="APPLICATION">%1$s</xliff:g> (處理程序 <xliff:g id="PROCESS">%2$s</xliff:g>) 已違反其自行強制實施的嚴格模式 (StrictMode) 政策。"</string>
    <string name="smv_process" msgid="5120397012047462446">"處理程序 <xliff:g id="PROCESS">%1$s</xliff:g> 已違反其自行強制實施的嚴格模式 (StrictMode) 政策。"</string>
    <string name="android_upgrading_title" msgid="1584192285441405746">"正在升級 Android..."</string>
    <string name="android_upgrading_apk" msgid="7904042682111526169">"正在最佳化第 <xliff:g id="NUMBER_0">%1$d</xliff:g> 個應用程式 (共 <xliff:g id="NUMBER_1">%2$d</xliff:g> 個)。"</string>
    <string name="android_upgrading_starting_apps" msgid="451464516346926713">"正在啟動應用程式。"</string>
    <string name="android_upgrading_complete" msgid="1405954754112999229">"啟動完成。"</string>
    <string name="heavy_weight_notification" msgid="9087063985776626166">"<xliff:g id="APP">%1$s</xliff:g> 執行中"</string>
    <string name="heavy_weight_notification_detail" msgid="1721681741617898865">"輕觸即可切換應用程式"</string>
    <string name="heavy_weight_switcher_title" msgid="7153167085403298169">"切換應用程式?"</string>
    <string name="heavy_weight_switcher_text" msgid="7022631924534406403">"其他應用程式已在執行中,您必須停止執行該應用程式,才能啟動新的應用程式。"</string>
    <string name="old_app_action" msgid="493129172238566282">"返回 <xliff:g id="OLD_APP">%1$s</xliff:g>"</string>
    <string name="old_app_description" msgid="2082094275580358049">"請勿啟動新的應用程式。"</string>
    <string name="new_app_action" msgid="5472756926945440706">"啟動 <xliff:g id="OLD_APP">%1$s</xliff:g>"</string>
    <string name="new_app_description" msgid="1932143598371537340">"停止舊的應用程式且不儲存。"</string>
    <string name="sendText" msgid="5209874571959469142">"選取傳送文字內容的方式"</string>
    <string name="volume_ringtone" msgid="6885421406845734650">"鈴聲音量"</string>
    <string name="volume_music" msgid="5421651157138628171">"媒體音量"</string>
    <string name="volume_music_hint_playing_through_bluetooth" msgid="9165984379394601533">"透過藍牙播放"</string>
    <string name="volume_music_hint_silent_ringtone_selected" msgid="8310739960973156272">"已將鈴聲設為靜音"</string>
    <string name="volume_call" msgid="3941680041282788711">"來電音量"</string>
    <string name="volume_bluetooth_call" msgid="2002891926351151534">"藍牙通話音量"</string>
    <string name="volume_alarm" msgid="1985191616042689100">"鬧鐘音量"</string>
    <string name="volume_notification" msgid="2422265656744276715">"通知音量"</string>
    <string name="volume_unknown" msgid="1400219669770445902">"音量"</string>
    <string name="volume_icon_description_bluetooth" msgid="6538894177255964340">"藍牙音量"</string>
    <string name="volume_icon_description_ringer" msgid="3326003847006162496">"鈴聲音量"</string>
    <string name="volume_icon_description_incall" msgid="8890073218154543397">"通話音量"</string>
    <string name="volume_icon_description_media" msgid="4217311719665194215">"媒體音量"</string>
    <string name="volume_icon_description_notification" msgid="7044986546477282274">"通知音量"</string>
    <string name="ringtone_default" msgid="3789758980357696936">"預設鈴聲"</string>
    <string name="ringtone_default_with_actual" msgid="8129563480895990372">"預設鈴聲 (<xliff:g id="ACTUAL_RINGTONE">%1$s</xliff:g>)"</string>
    <string name="ringtone_silent" msgid="4440324407807468713">"靜音"</string>
    <string name="ringtone_picker_title" msgid="3515143939175119094">"鈴聲"</string>
    <string name="ringtone_unknown" msgid="5477919988701784788">"未知的鈴聲"</string>
  <plurals name="wifi_available">
    <item quantity="one" msgid="6654123987418168693">"已偵測到 Wi-Fi 網路"</item>
    <item quantity="other" msgid="4192424489168397386">"已偵測到 Wi-Fi 網路"</item>
  </plurals>
  <plurals name="wifi_available_detailed">
    <item quantity="one" msgid="1634101450343277345">"開啟可用 Wi-Fi 網路"</item>
    <item quantity="other" msgid="7915895323644292768">"開啟可用 Wi-Fi 網路"</item>
  </plurals>
    <string name="wifi_available_sign_in" msgid="4029489716605255386">"登入 WiFi 網路"</string>
    <!-- no translation found for wifi_available_sign_in_detailed (6797764740339907572) -->
    <skip />
    <string name="wifi_watchdog_network_disabled" msgid="7904214231651546347">"無法連線至 Wi-Fi"</string>
    <string name="wifi_watchdog_network_disabled_detailed" msgid="5548780776418332675">" 的網際網路連線狀況不佳。"</string>
    <string name="wifi_p2p_dialog_title" msgid="97611782659324517">"Wi-Fi Direct"</string>
    <string name="wifi_p2p_turnon_message" msgid="2909250942299627244">"啟動 WiFi Direct 作業,這會關閉 WiFi 用戶端/無線基地台作業。"</string>
    <string name="wifi_p2p_failed_message" msgid="3763669677935623084">"無法啟動 WiFi Direct。"</string>
    <string name="wifi_p2p_enabled_notification_title" msgid="2068321881673734886">"Wi-Fi Direct 已開啟"</string>
    <string name="wifi_p2p_enabled_notification_message" msgid="1638949953993894335">"輕觸即可設定"</string>
    <string name="accept" msgid="1645267259272829559">"接受"</string>
    <string name="decline" msgid="2112225451706137894">"拒絕"</string>
    <string name="wifi_p2p_invitation_sent_title" msgid="1318975185112070734">"邀請函已傳送"</string>
    <string name="wifi_p2p_invitation_to_connect_title" msgid="4958803948658533637">"連線邀請"</string>
    <string name="wifi_p2p_from_message" msgid="570389174731951769">"寄件者:"</string>
    <string name="wifi_p2p_to_message" msgid="248968974522044099">"收件者:"</string>
    <string name="wifi_p2p_enter_pin_message" msgid="5920929550367828970">"請輸入必要的 PIN:"</string>
    <string name="wifi_p2p_show_pin_message" msgid="8530563323880921094">"PIN:"</string>
    <string name="select_character" msgid="3365550120617701745">"插入字元"</string>
    <string name="sms_control_title" msgid="7296612781128917719">"傳送 SMS 簡訊"</string>
    <!-- no translation found for sms_control_message (3867899169651496433) -->
    <skip />
    <!-- no translation found for sms_control_yes (3663725993855816807) -->
    <skip />
    <!-- no translation found for sms_control_no (625438561395534982) -->
    <skip />
    <!-- no translation found for sms_short_code_confirm_title (1666863092640877318) -->
    <skip />
    <!-- no translation found for sms_premium_short_code_confirm_title (3811263856304367838) -->
    <skip />
    <!-- no translation found for sms_short_code_confirm_message (5616409294907295407) -->
    <skip />
    <!-- no translation found for sms_premium_short_code_confirm_message (6214083016284738667) -->
    <skip />
    <!-- no translation found for sms_short_code_confirm_allow (8957573662645722940) -->
    <skip />
    <!-- no translation found for sms_short_code_confirm_deny (6374609298084435887) -->
    <skip />
    <!-- no translation found for sms_short_code_confirm_report (2588793956061677070) -->
    <skip />
    <string name="sim_removed_title" msgid="6227712319223226185">"SIM 卡已移除"</string>
    <string name="sim_removed_message" msgid="2333164559970958645">"您必須先插入有效的 SIM 卡再重新啟動手機,才能使用行動網路。"</string>
    <string name="sim_done_button" msgid="827949989369963775">"完成"</string>
    <string name="sim_added_title" msgid="3719670512889674693">"SIM 卡已新增"</string>
    <string name="sim_added_message" msgid="6599945301141050216">"請重新啟動裝置,才能使用行動網路。"</string>
    <string name="sim_restart_button" msgid="4722407842815232347">"重新啟動"</string>
    <string name="time_picker_dialog_title" msgid="8349362623068819295">"設定時間"</string>
    <string name="date_picker_dialog_title" msgid="5879450659453782278">"日期設定"</string>
    <string name="date_time_set" msgid="5777075614321087758">"設定"</string>
    <string name="date_time_done" msgid="2507683751759308828">"完成"</string>
    <string name="default_permission_group" msgid="2690160991405646128">"預設值"</string>
    <string name="perms_new_perm_prefix" msgid="8257740710754301407"><font size="12" fgcolor="#ffffa3a3">"新增:"</font></string>
    <string name="no_permissions" msgid="7283357728219338112">"無須許可"</string>
    <string name="perms_hide" msgid="7283915391320676226"><b>" 隱藏"</b></string>
    <string name="perms_show_all" msgid="2671791163933091180"><b>"顯示全部"</b></string>
    <string name="usb_storage_activity_title" msgid="4465055157209648641">"USB 大量儲存裝置"</string>
    <string name="usb_storage_title" msgid="5901459041398751495">"USB 已連接"</string>
    <string name="usb_storage_message" product="nosdcard" msgid="3308538094316477839">"您已透過 USB 與電腦建立連線。如要在電腦和 Android 的 USB 儲存裝置之間複製檔案,請輕觸下方按鈕。"</string>
    <string name="usb_storage_message" product="default" msgid="805351000446037811">"您已透過 USB 與電腦建立連線。如要在電腦和 Android 的 SD 卡之間複製檔案,請輕觸下方按鈕。"</string>
    <string name="usb_storage_button_mount" msgid="1052259930369508235">"開啟 USB 儲存裝置"</string>
    <string name="usb_storage_error_message" product="nosdcard" msgid="3017045217365540658">"使用 USB 儲存裝置做為 USB 大量儲存裝置時發生問題。"</string>
    <string name="usb_storage_error_message" product="default" msgid="2876018512716970313">"使用 SD 卡做為 USB 大量儲存裝置時發生問題。"</string>
    <string name="usb_storage_notification_title" msgid="8175892554757216525">"USB 已連接"</string>
    <string name="usb_storage_notification_message" msgid="939822783828183763">"輕觸即可將檔案複製到電腦或複製電腦中的檔案。"</string>
    <string name="usb_storage_stop_notification_title" msgid="2336058396663516017">"關閉 USB 儲存裝置"</string>
    <string name="usb_storage_stop_notification_message" msgid="1656852098555623822">"輕觸即可關閉 USB 儲存裝置。"</string>
    <string name="usb_storage_stop_title" msgid="660129851708775853">"USB 儲存空間使用中"</string>
    <string name="usb_storage_stop_message" product="nosdcard" msgid="4264025280777219521">"關閉 USB 儲存裝置前,請先從電腦卸載 (退出) Android 手機的 USB 儲存裝置。"</string>
    <string name="usb_storage_stop_message" product="default" msgid="8043969782460613114">"關閉 USB 儲存裝置前,請先從電腦卸載 (退出) Android 手機的 SD 卡。"</string>
    <string name="usb_storage_stop_button_mount" msgid="7060218034900696029">"關閉 USB 儲存裝置"</string>
    <string name="usb_storage_stop_error_message" msgid="1970374898263063836">"關閉 USB 儲存裝置時發生問題。請檢查您是否已卸載 USB Host,然後再試一次。"</string>
    <string name="dlg_confirm_kill_storage_users_title" msgid="963039033470478697">"開啟 USB 儲存裝置"</string>
    <string name="dlg_confirm_kill_storage_users_text" msgid="5100428757107469454">"如果您開啟 USB 儲存裝置,則某些正在使用中的應用程式會停止運作,而且可能無法使用,直到關閉 USB 儲存裝置後才會恢復正常。"</string>
    <string name="dlg_error_title" msgid="7323658469626514207">"USB 操作失敗"</string>
    <string name="dlg_ok" msgid="7376953167039865701">"確定"</string>
    <string name="usb_mtp_notification_title" msgid="3699913097391550394">"已視為媒體裝置連線"</string>
    <string name="usb_ptp_notification_title" msgid="1960817192216064833">"已視為相機連線"</string>
    <string name="usb_cd_installer_notification_title" msgid="6774712827892090754">"已視為安裝程式連線"</string>
    <string name="usb_accessory_notification_title" msgid="7848236974087653666">"已連接 USB 配件"</string>
    <string name="usb_notification_message" msgid="2290859399983720271">"輕觸即可顯示其他 USB 選項。"</string>
    <string name="extmedia_format_title" product="nosdcard" msgid="9020092196061007262">"將 USB 儲存裝置格式化?"</string>
    <string name="extmedia_format_title" product="default" msgid="3648415921526526069">"將 SD 卡格式化?"</string>
    <string name="extmedia_format_message" product="nosdcard" msgid="3934016853425761078">"USB 儲存裝置上儲存的所有檔案即將遭到清除。這項動作無法復原!"</string>
    <string name="extmedia_format_message" product="default" msgid="14131895027543830">"儲存卡上的所有資料都會消失。"</string>
    <string name="extmedia_format_button_format" msgid="4131064560127478695">"格式化"</string>
    <string name="adb_active_notification_title" msgid="6729044778949189918">"USB 偵錯模式已啟用"</string>
    <string name="adb_active_notification_message" msgid="1016654627626476142">"輕觸即可停用 USB 偵錯。"</string>
    <string name="select_input_method" msgid="4653387336791222978">"選擇輸入法"</string>
    <string name="configure_input_methods" msgid="9091652157722495116">"設定輸入法"</string>
    <!-- no translation found for use_physical_keyboard (6203112478095117625) -->
    <skip />
    <!-- no translation found for hardware (7517821086888990278) -->
    <skip />
    <string name="fast_scroll_alphabet" msgid="5433275485499039199">" ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
    <string name="fast_scroll_numeric_alphabet" msgid="4030170524595123610">" 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
    <string name="candidates_style" msgid="4333913089637062257"><u>"待選項目"</u></string>
    <string name="ext_media_checking_notification_title" product="nosdcard" msgid="3449816005351468560">"正在準備 USB 儲存裝置"</string>
    <string name="ext_media_checking_notification_title" product="default" msgid="5457603418970994050">"正在準備 SD 卡"</string>
    <string name="ext_media_checking_notification_message" msgid="8287319882926737053">"正在檢查錯誤。"</string>
    <string name="ext_media_nofs_notification_title" product="nosdcard" msgid="7788040745686229307">"USB 儲存裝置無內容"</string>
    <string name="ext_media_nofs_notification_title" product="default" msgid="780477838241212997">"SD 卡為空白"</string>
    <string name="ext_media_nofs_notification_message" product="nosdcard" msgid="7840121067427269500">"USB 儲存裝置無內容,或使用不受支援的檔案系統。"</string>
    <string name="ext_media_nofs_notification_message" product="default" msgid="8641065641786923604">"SD 卡無內容,或使用不受支援的檔案系統。"</string>
    <string name="ext_media_unmountable_notification_title" product="nosdcard" msgid="2090046769532713563">"USB 儲存裝置已毀損"</string>
    <string name="ext_media_unmountable_notification_title" product="default" msgid="6410723906019100189">"SD 卡已損壞"</string>
    <string name="ext_media_unmountable_notification_message" product="nosdcard" msgid="1795917578395333280">"USB 儲存裝置已損壞。請嘗試將儲存裝置重新格式化。"</string>
    <string name="ext_media_unmountable_notification_message" product="default" msgid="1753898567525568253">"SD 記憶卡已損壞。請嘗試將記憶卡重新格式化。"</string>
    <string name="ext_media_badremoval_notification_title" product="nosdcard" msgid="1661683031330951073">"USB 儲存裝置未正常移除"</string>
    <string name="ext_media_badremoval_notification_title" product="default" msgid="6872152882604407837">"SD 卡未正常移除"</string>
    <string name="ext_media_badremoval_notification_message" product="nosdcard" msgid="4329848819865594241">"請先卸載 USB 儲存裝置,再將其移除,以免資料遺失。"</string>
    <string name="ext_media_badremoval_notification_message" product="default" msgid="7260183293747448241">"請先卸載 SD 卡,再將其移除,以免資料遺失。"</string>
    <string name="ext_media_safe_unmount_notification_title" product="nosdcard" msgid="3967973893270360230">"USB 儲存裝置已可安全移除"</string>
    <string name="ext_media_safe_unmount_notification_title" product="default" msgid="6729801130790616200">"可安全移除 SD 卡"</string>
    <string name="ext_media_safe_unmount_notification_message" product="nosdcard" msgid="6142195361606493530">"您現在可以安全地移除 USB 儲存裝置。"</string>
    <string name="ext_media_safe_unmount_notification_message" product="default" msgid="568841278138377604">"您現在可以安全地移除 SD 卡。"</string>
    <string name="ext_media_nomedia_notification_title" product="nosdcard" msgid="4486377230140227651">"USB 儲存裝置已移除"</string>
    <string name="ext_media_nomedia_notification_title" product="default" msgid="8902518030404381318">"已移除 SD 卡"</string>
    <string name="ext_media_nomedia_notification_message" product="nosdcard" msgid="6921126162580574143">"USB 儲存裝置已移除,請插入新媒體。"</string>
    <string name="ext_media_nomedia_notification_message" product="default" msgid="3870120652983659641">"SD 卡已移除,請插入新的 SD 卡。"</string>
    <string name="activity_list_empty" msgid="1675388330786841066">"找不到相符的活動。"</string>
    <string name="permlab_pkgUsageStats" msgid="8787352074326748892">"更新元件使用統計資料"</string>
    <string name="permdesc_pkgUsageStats" msgid="1106612424254277630">"允許應用程式修改收集到的元件使用統計資料 (不建議一般應用程式使用)。"</string>
    <string name="permlab_copyProtectedData" msgid="4341036311211406692">"複製內容"</string>
    <string name="permdesc_copyProtectedData" msgid="4390697124288317831">"允許觸發預設容器服務,以便複製內容 (不建議一般應用程式使用)。"</string>
    <string name="tutorial_double_tap_to_zoom_message_short" msgid="4070433208160063538">"輕觸兩下即可控制縮放"</string>
    <string name="gadget_host_error_inflating" msgid="4882004314906466162">"無法新增小工具。"</string>
    <string name="ime_action_go" msgid="8320845651737369027">"開始"</string>
    <string name="ime_action_search" msgid="658110271822807811">"搜尋"</string>
    <string name="ime_action_send" msgid="2316166556349314424">"傳送"</string>
    <string name="ime_action_next" msgid="3138843904009813834">"下一頁"</string>
    <string name="ime_action_done" msgid="8971516117910934605">"完成"</string>
    <string name="ime_action_previous" msgid="1443550039250105948">"上一步"</string>
    <string name="ime_action_default" msgid="2840921885558045721">"執行"</string>
    <string name="dial_number_using" msgid="5789176425167573586">"使用 <xliff:g id="NUMBER">%s</xliff:g>"\n"撥號"</string>
    <string name="create_contact_using" msgid="4947405226788104538">"建立手機號碼為 <xliff:g id="NUMBER">%s</xliff:g>"\n"的聯絡人"</string>
    <string name="grant_credentials_permission_message_header" msgid="2106103817937859662">"下列一或多個應用程式要求取得今後都可存取您帳戶的權限。"</string>
    <string name="grant_credentials_permission_message_footer" msgid="3125211343379376561">"您確定要允許這個要求嗎?"</string>
    <string name="grant_permissions_header_text" msgid="6874497408201826708">"存取權限要求"</string>
    <string name="allow" msgid="7225948811296386551">"允許"</string>
    <string name="deny" msgid="2081879885755434506">"拒絕"</string>
    <string name="permission_request_notification_title" msgid="6486759795926237907">"已要求權限"</string>
    <string name="permission_request_notification_with_subtitle" msgid="8530393139639560189">"帳戶 <xliff:g id="ACCOUNT">%s</xliff:g> 已提出"\n"權限要求。"</string>
    <string name="input_method_binding_label" msgid="1283557179944992649">"輸入法"</string>
    <string name="sync_binding_label" msgid="3687969138375092423">"同步處理"</string>
    <string name="accessibility_binding_label" msgid="4148120742096474641">"協助工具"</string>
    <string name="wallpaper_binding_label" msgid="1240087844304687662">"桌布"</string>
    <string name="chooser_wallpaper" msgid="7873476199295190279">"變更桌布"</string>
    <string name="vpn_title" msgid="19615213552042827">"VPN 已啟用"</string>
    <string name="vpn_title_long" msgid="6400714798049252294">"<xliff:g id="APP">%s</xliff:g> 已啟用 VPN"</string>
    <string name="vpn_text" msgid="3011306607126450322">"輕觸即可管理網路。"</string>
    <string name="vpn_text_long" msgid="6407351006249174473">"已連線至 <xliff:g id="SESSION">%s</xliff:g>,輕觸即可管理網路。"</string>
    <string name="upload_file" msgid="2897957172366730416">"選擇檔案"</string>
    <string name="no_file_chosen" msgid="6363648562170759465">"未選擇任何檔案"</string>
    <string name="reset" msgid="2448168080964209908">"重設"</string>
    <string name="submit" msgid="1602335572089911941">"提交"</string>
    <string name="car_mode_disable_notification_title" msgid="3164768212003864316">"已啟用車用模式"</string>
    <string name="car_mode_disable_notification_message" msgid="8035230537563503262">"輕觸即可結束車用模式。"</string>
    <string name="tethered_notification_title" msgid="3146694234398202601">"網路共用或無線基地台已啟用"</string>
    <string name="tethered_notification_message" msgid="6857031760103062982">"輕觸即可設定。"</string>
    <string name="back_button_label" msgid="2300470004503343439">"返回"</string>
    <string name="next_button_label" msgid="1080555104677992408">"繼續"</string>
    <string name="skip_button_label" msgid="1275362299471631819">"略過"</string>
    <string name="throttle_warning_notification_title" msgid="4890894267454867276">"高行動資料用量"</string>
    <string name="throttle_warning_notification_message" msgid="3340822228599337743">"輕觸即可進一步瞭解行動數據用量。"</string>
    <string name="throttled_notification_title" msgid="6269541897729781332">"已達行動資料上限"</string>
    <string name="throttled_notification_message" msgid="5443457321354907181">"輕觸即可進一步瞭解行動數據用量。"</string>
    <string name="no_matches" msgid="8129421908915840737">"沒有相符項目"</string>
    <string name="find_on_page" msgid="1946799233822820384">"在頁面中尋找"</string>
  <plurals name="matches_found">
    <item quantity="one" msgid="8167147081136579439">"1 個相符項目"</item>
    <item quantity="other" msgid="4641872797067609177">"第 <xliff:g id="INDEX">%d</xliff:g> 個相符項目 (共 <xliff:g id="TOTAL">%d</xliff:g> 個相符項目)"</item>
  </plurals>
    <string name="action_mode_done" msgid="7217581640461922289">"完成"</string>
    <string name="progress_unmounting" product="nosdcard" msgid="3923810448507612746">"正在卸載 USB 儲存裝置..."</string>
    <string name="progress_unmounting" product="default" msgid="1327894998409537190">"正在卸載 SD 卡..."</string>
    <string name="progress_erasing" product="nosdcard" msgid="4521573321524340058">"正在清除 USB 儲存裝置..."</string>
    <string name="progress_erasing" product="default" msgid="6596988875507043042">"正在清除 SD 卡..."</string>
    <string name="format_error" product="nosdcard" msgid="6299769563624776948">"無法清除 USB 儲存裝置。"</string>
    <string name="format_error" product="default" msgid="7315248696644510935">"無法清除 SD 卡。"</string>
    <string name="media_bad_removal" msgid="7960864061016603281">"SD 卡尚未卸載就已移除。"</string>
    <string name="media_checking" product="nosdcard" msgid="418188720009569693">"USB 儲存裝置目前正在接受檢查。"</string>
    <string name="media_checking" product="default" msgid="7334762503904827481">"SD 卡目前正在接受檢查。"</string>
    <string name="media_removed" msgid="7001526905057952097">"SD 卡已移除。"</string>
    <string name="media_shared" product="nosdcard" msgid="5830814349250834225">"電腦目前正在使用 USB 儲存裝置。"</string>
    <string name="media_shared" product="default" msgid="5706130568133540435">"電腦目前正在使用 SD 卡。"</string>
    <string name="media_unknown_state" msgid="729192782197290385">"外部媒體狀態不明。"</string>
    <string name="share" msgid="1778686618230011964">"分享"</string>
    <string name="find" msgid="4808270900322985960">"尋找"</string>
    <string name="websearch" msgid="4337157977400211589">"網頁搜尋"</string>
    <string name="gpsNotifTicker" msgid="5622683912616496172">"<xliff:g id="NAME">%s</xliff:g> 的地點要求"</string>
    <string name="gpsNotifTitle" msgid="5446858717157416839">"位置要求"</string>
    <string name="gpsNotifMessage" msgid="1374718023224000702">"要求者:<xliff:g id="NAME">%1$s</xliff:g> (<xliff:g id="SERVICE">%2$s</xliff:g>)"</string>
    <string name="gpsVerifYes" msgid="2346566072867213563">"是"</string>
    <string name="gpsVerifNo" msgid="1146564937346454865">"否"</string>
    <string name="sync_too_many_deletes" msgid="5296321850662746890">"已超過刪除上限"</string>
    <string name="sync_too_many_deletes_desc" msgid="496551671008694245">"帳戶 <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="2572600103122596243">"刪除這些項目"</string>
    <string name="sync_undo_deletes" msgid="2941317360600338602">"復原刪除"</string>
    <string name="sync_do_nothing" msgid="3743764740430821845">"暫不執行"</string>
    <string name="choose_account_label" msgid="5655203089746423927">"選擇帳戶"</string>
    <string name="add_account_label" msgid="2935267344849993553">"新增帳戶"</string>
    <string name="choose_account_text" msgid="6303348737197849675">"您要使用哪個帳戶?"</string>
    <string name="add_account_button_label" msgid="3611982894853435874">"新增帳戶"</string>
    <string name="number_picker_increment_button" msgid="2412072272832284313">"增加"</string>
    <string name="number_picker_decrement_button" msgid="476050778386779067">"減少"</string>
    <string name="number_picker_increment_scroll_mode" msgid="3073101067441638428">"<xliff:g id="VALUE">%s</xliff:g> 輕觸並按住。"</string>
    <string name="number_picker_increment_scroll_action" msgid="9101473045891835490">"向上滑動即可增加,向下滑動即可減少。"</string>
    <string name="time_picker_increment_minute_button" msgid="8865885114028614321">"增加分鐘數"</string>
    <string name="time_picker_decrement_minute_button" msgid="6246834937080684791">"減少分鐘數"</string>
    <string name="time_picker_increment_hour_button" msgid="3652056055810223139">"增加小時數"</string>
    <string name="time_picker_decrement_hour_button" msgid="1377479863429214792">"減少小時數"</string>
    <string name="time_picker_increment_set_pm_button" msgid="4147590696151230863">"設定 PM 值"</string>
    <string name="time_picker_decrement_set_am_button" msgid="8302140353539486752">"設定 AM 值"</string>
    <string name="date_picker_increment_month_button" msgid="5369998479067934110">"增加月數"</string>
    <string name="date_picker_decrement_month_button" msgid="1832698995541726019">"減少月數"</string>
    <string name="date_picker_increment_day_button" msgid="7130465412308173903">"增加日數"</string>
    <string name="date_picker_decrement_day_button" msgid="4131881521818750031">"減少日數"</string>
    <string name="date_picker_increment_year_button" msgid="6318697384310808899">"增加年數"</string>
    <string name="date_picker_decrement_year_button" msgid="4482021813491121717">"減少年數"</string>
    <string name="keyboardview_keycode_alt" msgid="4856868820040051939">"Alt 鍵"</string>
    <string name="keyboardview_keycode_cancel" msgid="1203984017245783244">"取消"</string>
    <string name="keyboardview_keycode_delete" msgid="3337914833206635744">"Delete 鍵"</string>
    <string name="keyboardview_keycode_done" msgid="1992571118466679775">"完成"</string>
    <string name="keyboardview_keycode_mode_change" msgid="4547387741906537519">"模式變更"</string>
    <string name="keyboardview_keycode_shift" msgid="2270748814315147690">"Shift 鍵"</string>
    <string name="keyboardview_keycode_enter" msgid="2985864015076059467">"Enter 鍵"</string>
    <string name="activitychooserview_choose_application" msgid="2125168057199941199">"選擇應用程式"</string>
    <string name="shareactionprovider_share_with" msgid="806688056141131819">"分享對象:"</string>
    <string name="shareactionprovider_share_with_application" msgid="5627411384638389738">"與「<xliff:g id="APPLICATION_NAME">%s</xliff:g>」分享"</string>
    <string name="content_description_sliding_handle" msgid="415975056159262248">"滑動控制。持續輕觸。"</string>
    <string name="description_direction_up" msgid="7169032478259485180">"向上滑動即可<xliff:g id="TARGET_DESCRIPTION">%s</xliff:g>。"</string>
    <string name="description_direction_down" msgid="5087739728639014595">"向下滑動即可<xliff:g id="TARGET_DESCRIPTION">%s</xliff:g>。"</string>
    <string name="description_direction_left" msgid="7207478719805562165">"向左滑動即可<xliff:g id="TARGET_DESCRIPTION">%s</xliff:g>。"</string>
    <string name="description_direction_right" msgid="8034433242579600980">"向右滑動即可<xliff:g id="TARGET_DESCRIPTION">%s</xliff:g>。"</string>
    <string name="description_target_unlock" msgid="2228524900439801453">"解除鎖定"</string>
    <string name="description_target_camera" msgid="969071997552486814">"相機"</string>
    <string name="description_target_silent" msgid="893551287746522182">"靜音"</string>
    <string name="description_target_soundon" msgid="30052466675500172">"開啟音效"</string>
    <string name="description_target_search" msgid="3091587249776033139">"搜尋"</string>
    <string name="description_target_unlock_tablet" msgid="3833195335629795055">"滑動即可解鎖。"</string>
    <string name="keyboard_headset_required_to_hear_password" msgid="7011927352267668657">"連接耳機即可聽取系統朗讀密碼按鍵。"</string>
    <string name="keyboard_password_character_no_headset" msgid="2859873770886153678">"點。"</string>
    <string name="action_bar_home_description" msgid="5293600496601490216">"瀏覽首頁"</string>
    <string name="action_bar_up_description" msgid="2237496562952152589">"向上瀏覽"</string>
    <string name="action_menu_overflow_description" msgid="2295659037509008453">"更多選項"</string>
    <string name="storage_internal" msgid="4891916833657929263">"內部儲存空間"</string>
    <string name="storage_sd_card" msgid="3282948861378286745">"SD 卡"</string>
    <string name="storage_usb" msgid="3017954059538517278">"USB 儲存裝置"</string>
    <string name="extract_edit_menu_button" msgid="8940478730496610137">"編輯"</string>
    <string name="data_usage_warning_title" msgid="1955638862122232342">"資料用量警告"</string>
    <string name="data_usage_warning_body" msgid="2814673551471969954">"輕觸即可查看使用量和設定。"</string>
    <string name="data_usage_3g_limit_title" msgid="7093334419518706686">"已停用 2G-3G 數據"</string>
    <string name="data_usage_4g_limit_title" msgid="7636489436819470761">"已停用 4G 數據"</string>
    <string name="data_usage_mobile_limit_title" msgid="7869402519391631884">"已停用行動數據"</string>
    <string name="data_usage_wifi_limit_title" msgid="8992154736441284865">"Wi-Fi 數據已停用"</string>
    <string name="data_usage_limit_body" msgid="3317964706973601386">"輕觸即可啟用。"</string>
    <string name="data_usage_3g_limit_snoozed_title" msgid="7026739121138005231">"已超過 2G-3G 數據上限"</string>
    <string name="data_usage_4g_limit_snoozed_title" msgid="1106562779311209039">"已超過 4G 數據上限"</string>
    <string name="data_usage_mobile_limit_snoozed_title" msgid="279240572165412168">"已超過行動數據上限"</string>
    <string name="data_usage_wifi_limit_snoozed_title" msgid="8743856006384825974">"已超過 Wi-Fi 數據上限"</string>
    <string name="data_usage_limit_snoozed_body" msgid="7035490278298441767">"<xliff:g id="SIZE">%s</xliff:g> 超過規定上限。"</string>
    <string name="data_usage_restricted_title" msgid="5965157361036321914">"已限制背景資料"</string>
    <string name="data_usage_restricted_body" msgid="6741521330997452990">"輕觸即可解除限制。"</string>
    <string name="ssl_certificate" msgid="6510040486049237639">"安全性憑證"</string>
    <string name="ssl_certificate_is_valid" msgid="6825263250774569373">"憑證有效。"</string>
    <string name="issued_to" msgid="454239480274921032">"發佈至:"</string>
    <string name="common_name" msgid="2233209299434172646">"常用名稱:"</string>
    <string name="org_name" msgid="6973561190762085236">"機構:"</string>
    <string name="org_unit" msgid="7265981890422070383">"機構單位:"</string>
    <string name="issued_by" msgid="2647584988057481566">"發佈者:"</string>
    <string name="validity_period" msgid="8818886137545983110">"有效期間:"</string>
    <string name="issued_on" msgid="5895017404361397232">"發佈日期:"</string>
    <string name="expires_on" msgid="3676242949915959821">"到期日:"</string>
    <string name="serial_number" msgid="758814067660862493">"序號:"</string>
    <string name="fingerprints" msgid="4516019619850763049">"指紋"</string>
    <string name="sha256_fingerprint" msgid="4391271286477279263">"SHA-256 指紋"</string>
    <string name="sha1_fingerprint" msgid="7930330235269404581">"SHA-1 指紋"</string>
    <string name="activity_chooser_view_see_all" msgid="4292569383976636200">"全部顯示"</string>
    <string name="activity_chooser_view_dialog_title_default" msgid="4710013864974040615">"選擇活動"</string>
    <string name="share_action_provider_share_with" msgid="5247684435979149216">"分享活動"</string>
    <string name="status_bar_device_locked" msgid="3092703448690669768">"裝置已鎖定。"</string>
    <string name="list_delimeter" msgid="3975117572185494152">"、 "</string>
    <string name="sending" msgid="3245653681008218030">"傳送中..."</string>
    <string name="launchBrowserDefault" msgid="2057951947297614725">"啟動「瀏覽器」嗎?"</string>
    <string name="SetupCallDefault" msgid="5834948469253758575">"接聽電話嗎?"</string>
</resources>