summaryrefslogtreecommitdiffstats
path: root/res/values-zh-rCN/strings.xml
blob: f3a503aa549f4d1e11e63d3786d97ca96d6cdd27 (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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2009 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="device_info_default">"未知"</string>
    <string name="turn_on_radio">"打开收音机"</string>
    <string name="turn_off_radio">"关闭收音机"</string>
    <string name="turn_on_qxdm">"启用 QXDM SD 日志"</string>
    <string name="turn_off_qxdm">"停用 QXDM SD 日志"</string>
    <string name="radioInfo_menu_viewADN">"查看 SIM 卡地址簿"</string>
    <string name="radioInfo_menu_viewFDN">"查看固定拨号号码"</string>
    <string name="radioInfo_menu_viewSDN">"查看服务拨号号码"</string>
    <string name="radioInfo_menu_getPDP">"获取 PDP 列表"</string>
    <string name="radioInfo_menu_enableData">"启用数据连接"</string>
    <string name="radioInfo_menu_disableData">"停用数据连接"</string>
    <string name="radioInfo_menu_enableDataOnBoot">"启动时启用数据"</string>
    <string name="radioInfo_menu_disableDataOnBoot">"启动时停用数据"</string>
    <string name="radioInfo_service_in">"正在使用中"</string>
    <string name="radioInfo_service_out">"不在服务区"</string>
    <string name="radioInfo_service_emergency">"仅限于紧急电话"</string>
    <string name="radioInfo_service_off">"关闭收音机"</string>
    <string name="radioInfo_roaming_in">"漫游"</string>
    <string name="radioInfo_roaming_not">"非漫游"</string>
    <string name="radioInfo_phone_idle">"空闲"</string>
    <string name="radioInfo_phone_ringing">"响铃"</string>
    <string name="radioInfo_phone_offhook">"正在通话"</string>
    <string name="radioInfo_data_disconnected">"已断开连接"</string>
    <string name="radioInfo_data_connecting">"正在连接"</string>
    <string name="radioInfo_data_connected">"已连接"</string>
    <string name="radioInfo_data_suspended">"已挂起"</string>
    <string name="radioInfo_unknown">"未知"</string>
    <string name="radioInfo_display_packets">"pkts"</string>
    <string name="radioInfo_display_bytes">"字节"</string>
    <string name="radioInfo_display_dbm">"dBm"</string>
    <string name="radioInfo_display_asu">"asu"</string>
    <string name="radioInfo_lac">"LAC"</string>
    <string name="radioInfo_cid">"CID"</string>
    <string name="sdcard_unmount">"卸下 SD 卡"</string>
    <string name="sdcard_format">"格式化 SD 卡"</string>
    <string name="small_font">"小"</string>
    <string name="medium_font">"中"</string>
    <string name="large_font">"大"</string>
    <string name="font_size_save">"确定"</string>
    <string name="sdcard_setting">"SD 卡"</string>
    <string name="battery_info_status_label">"电池状态:"</string>
    <string name="battery_info_scale_label">"电池电量:"</string>
    <string name="battery_info_level_label">"电池电量:"</string>
    <string name="battery_info_health_label">"电池运行状况:"</string>
    <string name="battery_info_technology_label">"电池技术:"</string>
    <string name="battery_info_voltage_label">"电池电压:"</string>
    <string name="battery_info_voltage_units">"mV"</string>
    <string name="battery_info_temperature_label">"电池温度:"</string>
    <string name="battery_info_temperature_units">"° C"</string>
    <string name="battery_info_uptime">"启动后的时间:"</string>
    <string name="battery_info_awake_battery">"电池的唤醒时间:"</string>
    <string name="battery_info_awake_plugged">"充电时的唤醒时间:"</string>
    <string name="battery_info_screen_on">"屏幕开启时间:"</string>
    <string name="battery_info_status_unknown">"未知"</string>
    <string name="battery_info_status_charging">"正在充电"</string>
    <string name="battery_info_status_charging_ac">"(交流电)"</string>
    <string name="battery_info_status_charging_usb">"(USB)"</string>
    <string name="battery_info_status_discharging">"正在放电"</string>
    <string name="battery_info_status_not_charging">"未在充电"</string>
    <string name="battery_info_status_full">"已满"</string>
    <string name="battery_info_health_unknown">"未知"</string>
    <string name="battery_info_health_good">"正常"</string>
    <string name="battery_info_health_overheat">"过热"</string>
    <string name="battery_info_health_dead">"没电"</string>
    <string name="battery_info_health_over_voltage">"过电压"</string>
    <string name="battery_info_health_unspecified_failure">"未知错误"</string>
    <string name="bluetooth">"蓝牙"</string>
    <string name="bluetooth_visibility">"可检测到"</string>
    <string name="bluetooth_is_discoverable">"<xliff:g id="DISCOVERABLE_TIME_PERIOD">%1$s</xliff:g> 秒内可检测到..."</string>
    <string name="bluetooth_not_discoverable">"使设备可检测到"</string>
    <string name="bluetooth_devices">"蓝牙设备"</string>
    <string name="bluetooth_device_name">"设备名称"</string>
    <string name="bluetooth_name_not_set">"无名称集,使用帐户名"</string>
    <string name="bluetooth_scan_for_devices">"扫描查找设备"</string>
    <string name="bluetooth_disconnect_blank">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>将断开连接。"</string>
    <string name="bluetooth_connected">"已连接"</string>
    <string name="bluetooth_disconnected">"已断开连接"</string>
    <string name="bluetooth_disconnecting">"正在断开连接..."</string>
    <string name="bluetooth_connecting">"正在连接..."</string>
    <!-- no translation found for bluetooth_unknown (644716244548801421) -->
    <skip />
    <string name="bluetooth_not_connected">"与此设备配对"</string>
    <string name="bluetooth_pairing">"正在配对..."</string>
    <string name="bluetooth_paired">"已配对但未连接"</string>
    <string name="bluetooth_device">"免提/耳机"</string>
    <string name="progress_scanning">"正在扫描"</string>
    <string name="bluetooth_notif_ticker">"蓝牙配对请求"</string>
    <string name="bluetooth_notif_title">"配对请求"</string>
    <string name="bluetooth_notif_message">"选择要配对的对象 "</string>
    <string name="date_and_time">"日期和时间设置"</string>
    <string name="date_time_12_hour_sample">"下午 1:00"</string>
    <string name="date_time_24_hour_sample">"13:00"</string>
    <string name="date_time_changeTime_text">"更改时间"</string>
    <string name="date_time_changeDate_text">"日期"</string>
    <string name="choose_timezone">"选择时区"</string>
    <!-- no translation found for normal_date_format (1982904221918374153) -->
    <skip />
    <string name="display_preview_label">"预览:"</string>
    <string name="display_font_size_label">"字号:"</string>
    <!-- no translation found for intent_sender_data_label (6332324780477289261) -->
    <skip />
    <string name="intent_sender_sendbroadcast_text">"发送<xliff:g id="BROADCAST">broadcast</xliff:g>"</string>
    <string name="intent_sender_action_label">"<xliff:g id="ACTION">Action</xliff:g>:"</string>
    <string name="intent_sender_startactivity_text">"启动<xliff:g id="ACTIVITY">activity</xliff:g>"</string>
    <string name="intent_sender_resource_label">"<xliff:g id="RESOURCE">Resource</xliff:g>:"</string>
    <string name="intent_sender_account_label">"帐户:"</string>
    <string name="proxy_clear_text">"清除"</string>
    <string name="proxy_port_label">"端口"</string>
    <string name="proxy_defaultView_text">"恢复默认设置"</string>
    <string name="proxy_action_text">"保存"</string>
    <string name="proxy_hostname_label">"主机名"</string>
    <string name="proxy_error">"注意"</string>
    <string name="proxy_error_dismiss">"确定"</string>
    <string name="proxy_error_invalid_host">"您输入的主机名无效。"</string>
    <string name="proxy_error_empty_port">"您必须填写端口字段。"</string>
    <string name="proxy_error_empty_host_set_port">"如果主机字段为空,则端口字段必须为空。"</string>
    <string name="proxy_error_invalid_port">"您输入的端口无效。"</string>
    <string name="radio_info_signal_location_label">"位置:"</string>
    <string name="radio_info_neighboring_location_label">"相邻的 CID:"</string>
    <string name="radio_info_data_attempts_label">"数据尝试次数:"</string>
    <string name="radio_info_gprs_service_label">"GPRS 服务:"</string>
    <string name="radio_info_roaming_label">"漫游:"</string>
    <string name="radio_info_imei_label">"IMEI:"</string>
    <string name="radio_info_call_redirect_label">"呼叫重定向:"</string>
    <string name="radio_info_ppp_resets_label">"启动后重置 PPP 的次数:"</string>
    <string name="radio_info_gsm_disconnects_label">"GSM 断开连接:"</string>
    <string name="radio_info_current_network_label">"当前网络:"</string>
    <string name="radio_info_data_successes_label">"数据成功:"</string>
    <string name="radio_info_ppp_received_label">"已收到 PPP:"</string>
    <string name="radio_info_gsm_service_label">"GSM 服务:"</string>
    <string name="radio_info_signal_strength_label">"信号强度:"</string>
    <string name="radio_info_call_status_label">"呼叫状态:"</string>
    <string name="radio_info_ppp_sent_label">"已发送 PPP:"</string>
    <string name="radio_info_radio_resets_label">"重置收音机:"</string>
    <string name="radio_info_message_waiting_label">"消息等待:"</string>
    <string name="radio_info_phone_number_label">"手机号码:"</string>
    <string name="radio_info_band_mode_label">"选择收音机波段"</string>
    <string name="radio_info_network_type_label">"网络类型:"</string>
    <string name="radio_info_set_perferred_label">"设置首选网络类型:"</string>
    <string name="radio_info_ping_ipaddr">"Ping IP 地址:"</string>
    <string name="radio_info_ping_hostname">"Ping 主机名 (www.google.com):"</string>
    <string name="radio_info_http_client_test">"HTTP 客户端测试:"</string>
    <string name="radio_info_toggle_ciph_label">"切换加密"</string>
    <string name="ping_test_label">"运行 ping 测试"</string>
    <string name="radio_info_smsc_label">"SMSC:"</string>
    <string name="radio_info_smsc_update_label">"更新"</string>
    <string name="radio_info_smsc_refresh_label">"刷新"</string>
    <string name="radio_info_toggle_dns_check_label">"切换 DNS 检查"</string>
    <string name="band_mode_title">"设置 GSM/UMTS 波段"</string>
    <string name="band_mode_loading">"正在载入波段列表..."</string>
    <string name="band_mode_set">"设置"</string>
    <string name="band_mode_failed">"失败"</string>
    <string name="band_mode_succeeded">"成功"</string>
    <string name="sdcard_changes_instructions">"重新连接 USB 线后更改生效"</string>
    <string name="sdcard_settings_screen_mass_storage_text">"启用 USB 大容量存储模式"</string>
    <string name="sdcard_settings_total_bytes_label">"总字节数:"</string>
    <string name="sdcard_settings_not_present_status">"无 SD 卡"</string>
    <string name="sdcard_settings_available_bytes_label">"可用的字节数:"</string>
    <string name="sdcard_settings_mass_storage_status">"SD 卡正用作大容量存储设备"</string>
    <string name="sdcard_settings_unmounted_status">"现在可以安全地卸下 SD 卡"</string>
    <string name="sdcard_settings_bad_removal_status">"SD 卡在使用过程中被移除!"</string>
    <string name="sdcard_settings_used_bytes_label">"已使用的字节数:"</string>
    <string name="sdcard_settings_scanning_status">"正在扫描 SD 卡查找媒体..."</string>
    <string name="sdcard_settings_read_only_status">"安装的 SD 卡为只读"</string>
    <string name="next_label">"下一步"</string>
    <string name="language_picker_title">"语言区域"</string>
    <string name="select_your_language">"选择您使用的语言"</string>
    <string name="activity_picker_label">"选择活动"</string>
    <string name="device_info_label">"设备信息"</string>
    <string name="battery_info_label">"电池信息"</string>
    <string name="battery_history_label">"电池历史记录"</string>
    <string name="display_label">"显示"</string>
    <string name="phone_info_label">"手机信息"</string>
    <string name="sd_card_settings_label">"SD 卡"</string>
    <string name="proxy_settings_label">"代理设置"</string>
    <string name="cancel">"取消"</string>
    <string name="settings_label">"设置"</string>
    <!-- no translation found for settings_shortcut (3672145147925639262) -->
    <skip />
    <string name="airplane_mode">"飞行模式"</string>
    <string name="airplane_mode_summary">"停用所有无线连接"</string>
    <string name="airplane_mode_turning_on">"正在停用无线连接..."</string>
    <string name="airplane_mode_turning_off">"正在启用无线连接..."</string>
    <string name="radio_controls_title">"无线控件"</string>
    <!-- no translation found for radio_controls_summary (2998818677094465517) -->
    <skip />
    <!-- no translation found for roaming (3596055926335478572) -->
    <skip />
    <!-- no translation found for roaming_enable (3737380951525303961) -->
    <skip />
    <!-- no translation found for roaming_disable (1295279574370898378) -->
    <skip />
    <!-- no translation found for roaming_reenable_message (9141007271031717369) -->
    <skip />
    <!-- no translation found for roaming_turn_it_on_button (4387601818162120589) -->
    <skip />
    <!-- no translation found for roaming_warning (1269870211689178511) -->
    <skip />
    <!-- no translation found for roaming_reenable_title (7626425894611573131) -->
    <skip />
    <!-- no translation found for networks (6333316876545927039) -->
    <skip />
    <!-- no translation found for sum_carrier_select (6648929373316748020) -->
    <skip />
    <string name="date_and_time_settings_title">"日期和时间"</string>
    <string name="date_and_time_settings_summary">"设置日期、时间、时区和格式"</string>
    <string name="date_time_auto">"自动"</string>
    <string name="date_time_auto_summaryOn">"使用网络提供的值"</string>
    <string name="date_time_auto_summaryOff">"使用网络提供的值"</string>
    <string name="date_time_24hour">"使用 24 小时格式"</string>
    <string name="date_time_set_time">"设置时间"</string>
    <string name="date_time_set_timezone">"选择时区"</string>
    <string name="date_time_set_date">"设置日期"</string>
    <string name="date_time_date_format">"选择日期格式"</string>
    <string name="zone_list_menu_sort_alphabetically">"按字母顺序排序"</string>
    <string name="zone_list_menu_sort_by_timezone">"按时区排序"</string>
    <string name="security_settings_title">"安全性和位置"</string>
    <!-- no translation found for security_settings_summary (967393342537986570) -->
    <skip />
    <string name="security_passwords_title">"密码"</string>
    <string name="bluetooth_quick_toggle_title">"蓝牙"</string>
    <string name="bluetooth_quick_toggle_summary">"打开蓝牙"</string>
    <string name="bluetooth_settings">"蓝牙设置"</string>
    <string name="bluetooth_settings_title">"蓝牙设置"</string>
    <string name="bluetooth_settings_summary">"管理连接,设置设备名称和可检测性"</string>
    <string name="bluetooth_pin_entry">"蓝牙配对请求"</string>
    <string name="bluetooth_device_info">"蓝牙设备信息"</string>
    <string name="bluetooth_enter_pin_msg">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>"\n\n"输入 PIN 进行配对。"\n"(尝试一下 0000 或 1234。)"</string>
    <string name="bluetooth_error_title">"注意"</string>
    <string name="bluetooth_pairing_error_message">"与<xliff:g id="DEVICE_NAME">%1$s</xliff:g>配对时出现问题。"</string>
    <string name="bluetooth_pairing_pin_error_message">"与<xliff:g id="DEVICE_NAME">%1$s</xliff:g>配对时出现问题,因为输入的 PIN 不正确。"</string>
    <!-- no translation found for bluetooth_pairing_device_down_error_message (6688215193824686741) -->
    <skip />
    <!-- no translation found for bluetooth_pairing_rejected_error_message (1648157108520832454) -->
    <skip />
    <string name="bluetooth_connecting_error_message">"连接到<xliff:g id="DEVICE_NAME">%1$s</xliff:g>时出现问题。"</string>
    <string name="bluetooth_preference_scan_title">"扫描查找设备"</string>
    <string name="bluetooth_device_context_connect">"连接"</string>
    <string name="bluetooth_device_context_disconnect">"断开连接"</string>
    <string name="bluetooth_device_context_pair_connect">"配对和连接"</string>
    <string name="bluetooth_device_context_unpair">"取消配对"</string>
    <string name="bluetooth_device_context_disconnect_unpair">"断开连接和取消配对"</string>
    <string name="bluetooth_device_context_connect_advanced">"选项..."</string>
    <string name="bluetooth_connect_specific_profiles_title">"连接到..."</string>
    <string name="bluetooth_profile_a2dp">"媒体"</string>
    <string name="bluetooth_profile_headset">"手机"</string>
    <string name="bluetooth_summary_connected_to_a2dp">"已连接到媒体音频"</string>
    <string name="bluetooth_summary_connected_to_headset">"已连接到手机音频"</string>
    <string name="bluetooth_summary_connected_to_a2dp_headset">"已连接到手机和媒体音频"</string>
    <string name="bluetooth_device_advanced_title">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>选项"</string>
    <string name="bluetooth_device_advanced_online_mode_title">"连接"</string>
    <string name="bluetooth_device_advanced_online_mode_summary">"连接到蓝牙设备"</string>
    <string name="bluetooth_device_advanced_profile_header_title">"个人资料"</string>
    <string name="bluetooth_a2dp_profile_summary_connected">"已连接到媒体音频"</string>
    <string name="bluetooth_headset_profile_summary_connected">"已连接到手机音频"</string>
    <string name="bluetooth_a2dp_profile_summary_use_for">"用于媒体音频"</string>
    <string name="bluetooth_headset_profile_summary_use_for">"用于手机音频"</string>
    <string name="wifi">"Wi-Fi"</string>
    <string name="wifi_quick_toggle_title">"Wi-Fi"</string>
    <string name="wifi_quick_toggle_summary">"打开 Wi-Fi"</string>
    <string name="wifi_settings">"Wi-Fi 设置"</string>
    <string name="wifi_settings_category">"Wi-Fi 设置"</string>
    <string name="wifi_settings_summary">"设置和管理无线接入点"</string>
    <string name="forget_network">"忘记"</string>
    <string name="wifi_status">"状态"</string>
    <string name="wifi_link_speed">"速度"</string>
    <string name="wifi_signal_3">"最强"</string>
    <string name="wifi_signal_2">"正常"</string>
    <string name="wifi_signal_1">"较强"</string>
    <string name="wifi_signal_0">"弱"</string>
    <string name="security">"安全性"</string>
    <string name="wifi_security_open">"打开"</string>
    <string name="wifi_security_wep">"WEP"</string>
    <string name="wifi_security_wpa">"WPA"</string>
    <string name="wifi_security_wpa2">"WPA2"</string>
    <!-- no translation found for wifi_security_wpa_eap (7485687331651751101) -->
    <skip />
    <!-- no translation found for wifi_security_ieee8021x (8538687609878109005) -->
    <skip />
    <string name="wifi_security_unknown">"未知"</string>
    <!-- no translation found for wifi_security_verbose_open (8117878112088901945) -->
    <skip />
    <!-- no translation found for wifi_security_verbose_wep (9220757688700421508) -->
    <skip />
    <!-- no translation found for wifi_security_verbose_wpa (598697674252714455) -->
    <skip />
    <!-- no translation found for wifi_security_verbose_wpa2 (4116236883347875722) -->
    <skip />
    <!-- no translation found for wifi_security_verbose_wpa_eap (1984821646949066624) -->
    <skip />
    <!-- no translation found for wifi_security_verbose_ieee8021x (5552995793910186310) -->
    <skip />
    <string name="ip_address">"IP 地址"</string>
    <string name="signal">"信号强度"</string>
    <string name="wifi_starting">"正在打开..."</string>
    <string name="wifi_stopping">"正在关闭..."</string>
    <string name="wifi_error">"出错"</string>
    <string name="error_starting">"无法启动 Wi-Fi"</string>
    <string name="error_stopping">"无法停止 Wi-Fi"</string>
    <string name="error_scanning">"无法扫描查找网络"</string>
    <string name="error_connecting">"无法连接到网络"</string>
    <string name="error_saving">"无法保存网络"</string>
    <string name="connect">"连接"</string>
    <string name="connect_to_blank">"连接到 <xliff:g id="NETWORK_NAME">%1$s</xliff:g>"</string>
    <!-- no translation found for please_select_eap (4488240331626456338) -->
    <skip />
    <!-- no translation found for please_select_phase2 (5231074529772044898) -->
    <skip />
    <!-- no translation found for please_type_identity (7061261155499513089) -->
    <skip />
    <!-- no translation found for please_type_anonymous_identity (835061562079965048) -->
    <skip />
    <!-- no translation found for please_select_client_certificate (2137906961594663234) -->
    <skip />
    <!-- no translation found for please_select_ca_certificate (5010815181914420677) -->
    <skip />
    <!-- no translation found for please_type_private_key_passwd (4077744679722504443) -->
    <skip />
    <string name="please_type_passphrase">"无线密码"</string>
    <string name="please_type_hex_key">"WEP 十六进制键(0-9、A-F)"</string>
    <string name="wifi_show_password">"显示密码。"</string>
    <string name="scan_wifi">"扫描"</string>
    <string name="summary_not_in_range">"不在范围内"</string>
    <!-- no translation found for summary_remembered (6079941090549401742) -->
    <skip />
    <string name="summary_connection_failed">"连接失败,请选择重试"</string>
    <string name="wifi_access_points">"Wi-Fi 网络"</string>
    <string name="wifi_type_ssid">"网络 SSID"</string>
    <string name="wifi_security">"安全性"</string>
    <string name="wifi_save_config">"保存"</string>
    <string name="wifi_password_unchanged">"(未更改)"</string>
    <string name="wifi_add_other_network">"添加 Wi-Fi 网络"</string>
    <string name="wifi_notify_open_networks">"网络通知"</string>
    <string name="wifi_notify_open_networks_summary">"开放网络可用时通知我"</string>
    <string name="wifi_password_incorrect_error">"您输入的网络密码不正确,请重试。"</string>
    <string name="wifi_generic_connection_error">"连接网络时出现问题,请重试。"</string>
    <string name="wifi_menu_advanced">"高级"</string>
    <string name="wifi_ip_settings_titlebar">"IP 设置"</string>
    <string name="wifi_ip_settings_menu_save">"保存"</string>
    <string name="wifi_ip_settings_menu_cancel">"取消"</string>
    <string name="wifi_ip_settings_invalid_ip">"请输入有效的 IP 地址。"</string>
    <string name="wifi_use_static_ip">"使用静态 IP"</string>
    <string name="wifi_ip_address">"IP 地址"</string>
    <string name="wifi_dns1">"域名 1"</string>
    <string name="wifi_dns2">"域名 2"</string>
    <string name="wifi_gateway">"网关"</string>
    <string name="wifi_netmask">"网络掩码"</string>
    <string name="wifi_context_menu_connect">"连接到网络"</string>
    <string name="wifi_context_menu_forget">"忘记网络"</string>
    <string name="wifi_context_menu_change_password">"更改密码"</string>
    <string name="wifi_advanced_titlebar">"高级"</string>
    <string name="wifi_setting_num_channels_title">"调整域"</string>
    <string name="wifi_setting_num_channels_summary">"设置要使用的频道个数"</string>
    <string name="wifi_setting_num_channels_error">"设置调整域时出现问题。"</string>
    <string name="wifi_setting_num_channels_channel_phrase">"<xliff:g id="NUM_CHANNELS">%1$d</xliff:g> 个频道"</string>
    <string name="wifi_setting_sleep_policy_title">"Wi-Fi 休眠策略"</string>
    <string name="wifi_setting_sleep_policy_summary">"指定何时从 Wi-Fi 切换到手机数据"</string>
    <string name="wifi_setting_sleep_policy_error">"设置休眠策略时出现问题。"</string>
    <string name="wifi_advanced_mac_address_title">"MAC 地址"</string>
    <string name="fragment_status_scanning">"正在扫描..."</string>
    <string name="fragment_status_connecting">"正在连接到 <xliff:g id="NETWORK_NAME">%1$s</xliff:g>..."</string>
    <string name="fragment_status_authenticating">"正在通过 <xliff:g id="NETWORK_NAME">%1$s</xliff:g> 进行身份验证..."</string>
    <string name="fragment_status_obtaining_ip">"正在从 <xliff:g id="NETWORK_NAME">%1$s</xliff:g> 获取 IP 地址..."</string>
    <string name="fragment_status_connected">"已连接到 <xliff:g id="NETWORK_NAME">%1$s</xliff:g>"</string>
    <string name="fragment_status_disconnecting">"正在断开与 <xliff:g id="NETWORK_NAME">%1$s</xliff:g> 的连接..."</string>
    <string name="fragment_status_disconnected">"已断开连接"</string>
    <string name="fragment_status_failed">"失败"</string>
    <string name="status_scanning">"正在扫描..."</string>
    <string name="status_connecting">"正在连接..."</string>
    <string name="status_authenticating">"正在进行身份验证..."</string>
    <string name="status_obtaining_ip">"正在获取地址..."</string>
    <string name="status_connected">"已连接"</string>
    <string name="status_disconnecting">"正在断开连接..."</string>
    <string name="status_disconnected">"已断开连接"</string>
    <string name="status_failed">"失败"</string>
    <string name="sound_and_display_settings">"声音和显示"</string>
    <string name="sound_settings">"声音设置"</string>
    <string name="sound_and_display_settings_summary">"设置铃声、通知和屏幕亮度"</string>
    <string name="silent_mode_title">"静音模式"</string>
    <string name="silent_mode_summary">"除媒体和闹钟之外,所有声音均设为静音"</string>
    <string name="silent_mode_incl_alarm_summary">"对所有非多媒体声音进行静音处理"</string>
    <string name="ringtone_title">"手机铃声"</string>
    <string name="ringtone_summary">"设置默认来电铃声"</string>
    <string name="ring_volume_title">"铃声音量"</string>
    <string name="ring_volume_summary">"设置来电和通知的音量"</string>
    <string name="vibrate_title">"手机振动"</string>
    <string name="vibrate_summary">"来电时振动手机"</string>
    <string name="notification_sound_title">"通知铃声"</string>
    <string name="notification_sound_summary">"设置默认的通知铃声"</string>
    <string name="incoming_call_volume_title">"来电音量"</string>
    <string name="notification_volume_title">"通知音量"</string>
    <string name="checkbox_notification_same_as_incoming_call">"将来电音量用作通知音量"</string>
    <string name="notification_sound_dialog_title">"选择通知铃声"</string>
    <string name="media_volume_title">"媒体音量"</string>
    <string name="media_volume_summary">"设置音乐和视频的音量"</string>
    <string name="dtmf_tone_enable_title">"操作音"</string>
    <string name="dtmf_tone_enable_summary_on">"使用拨号键盘时发出声音"</string>
    <string name="dtmf_tone_enable_summary_off">"使用拨号键盘时发出声音"</string>
    <string name="sound_effects_enable_title">"操作音选择"</string>
    <string name="sound_effects_enable_summary_on">"进行屏幕选择时发出声音"</string>
    <string name="sound_effects_enable_summary_off">"进行屏幕选择时发出声音"</string>
    <string name="play_media_notification_sounds_enable_title">"SD 卡通知"</string>
    <!-- no translation found for play_media_notification_sounds_enable_summary_on (7675466959375667370) -->
    <skip />
    <!-- no translation found for play_media_notification_sounds_enable_summary_off (8672617597028744693) -->
    <skip />
    <string name="sync_settings">"数据同步"</string>
    <string name="sync_settings_summary">"选择同步哪些应用程序"</string>
    <!-- no translation found for search_settings (1910951467596035063) -->
    <skip />
    <!-- no translation found for search_settings_summary (9205656546570654169) -->
    <skip />
    <string name="display_settings">"显示设置"</string>
    <string name="animations_title">"动画"</string>
    <string name="animations_summary_on">"打开和关闭窗口时显示动画"</string>
    <string name="animations_summary_off">"打开和关闭窗口时显示动画"</string>
    <string name="accelerometer_title">"方向"</string>
    <string name="accelerometer_summary_on">"旋转手机时自动改变显示方向"</string>
    <string name="accelerometer_summary_off">"旋转手机时自动改变方向"</string>
    <string name="brightness">"亮度"</string>
    <string name="brightness_summary">"调整屏幕亮度"</string>
    <string name="screen_timeout">"屏幕待机"</string>
    <string name="screen_timeout_summary">"调整屏幕自动关闭前的延迟"</string>
    <!-- no translation found for compatibility_mode_title (2809863666656220144) -->
    <skip />
    <!-- no translation found for compatibility_mode_summary_on (5152752781240489958) -->
    <skip />
    <!-- no translation found for compatibility_mode_summary_off (2826410352749339514) -->
    <skip />
    <string name="sim_lock_settings">"SIM 卡锁定设置"</string>
    <string name="sim_lock_settings_category">"设置 SIM 卡锁定"</string>
    <string name="sim_lock_settings_title">"SIM 卡锁定"</string>
    <string name="sim_pin_toggle">"锁定 SIM 卡"</string>
    <string name="sim_lock_on">"需要 PIN 才能使用手机"</string>
    <string name="sim_lock_off">"需要 PIN 才能使用手机"</string>
    <string name="sim_pin_change">"更改 SIM 卡 PIN"</string>
    <string name="sim_enter_pin">"SIM 卡 PIN"</string>
    <string name="sim_enable_sim_lock">"锁定 SIM 卡"</string>
    <string name="sim_disable_sim_lock">"解锁 SIM 卡"</string>
    <string name="sim_enter_old">"旧的 SIM 卡 PIN"</string>
    <string name="sim_enter_new">"新的 SIM 卡 PIN"</string>
    <string name="sim_reenter_new">"重新输入新的 PIN"</string>
    <string name="sim_change_pin">"SIM 卡 PIN"</string>
    <string name="sim_bad_pin">"PIN 不正确!"</string>
    <string name="sim_pins_dont_match">"PIN 不匹配!"</string>
    <string name="sim_change_failed">"无法更改 PIN。"\n"PIN 可能不正确。"</string>
    <string name="sim_change_succeeded">"SIM 卡 PIN 更改成功"</string>
    <string name="sim_lock_failed">"无法更改 SIM 卡锁定状态。"\n"PIN 可能不正确。"</string>
    <string name="sim_enter_ok">"确定"</string>
    <string name="sim_enter_cancel">"取消"</string>
    <string name="device_info_settings">"手机状态"</string>
    <string name="system_update_settings_list_item_title">"系统更新"</string>
    <string name="system_update_settings_list_item_summary">"检查是否有系统更新"</string>
    <string name="firmware_version">"固件版本"</string>
    <string name="model_number">"型号"</string>
    <string name="baseband_version">"基带版本"</string>
    <string name="kernel_version">"内核版本"</string>
    <string name="build_number">"版本号"</string>
    <string name="device_info_not_available">"不可用"</string>
    <string name="device_status_activity_title">"状态"</string>
    <string name="device_status">"状态"</string>
    <!-- no translation found for device_status_summary (2599162787451519618) -->
    <skip />
    <string name="storage_settings_title">"SD 卡和手机存储"</string>
    <string name="storage_settings_summary">"卸下 SD 卡,查看可用的存储空间"</string>
    <!-- no translation found for status_number (5123197324870153205) -->
    <skip />
    <!-- no translation found for status_min_number (3519504522179420597) -->
    <skip />
    <!-- no translation found for status_prl_version (8499039751817386529) -->
    <skip />
    <!-- no translation found for status_meid_number (1751442889111731088) -->
    <skip />
    <string name="status_network_type">"手机网络类型"</string>
    <string name="status_data_state">"手机网络状态"</string>
    <string name="status_service_state">"服务状态"</string>
    <string name="status_signal_strength">"信号强度"</string>
    <string name="status_roaming">"漫游"</string>
    <string name="status_operator">"网络"</string>
    <string name="status_wifi_mac_address">"Wi-Fi MAC 地址"</string>
    <string name="status_bt_address">"蓝牙地址"</string>
    <string name="status_unavailable">"不可用"</string>
    <string name="status_up_time">"正常使用时间"</string>
    <string name="status_awake_time">"唤醒时间"</string>
    <string name="internal_memory">"手机内部存储"</string>
    <string name="sd_memory">"SD 卡"</string>
    <string name="memory_available">"可用空间"</string>
    <string name="memory_size">"总存储量"</string>
    <string name="sd_eject">"卸下 SD 卡"</string>
    <string name="sd_eject_summary">"卸下 SD 卡以安全移除"</string>
    <string name="sd_format">"格式化 SD 卡"</string>
    <string name="sd_format_summary">"格式化(清除)SD 卡"</string>
    <string name="sd_unavailable">"不可用"</string>
    <string name="read_only">" (只读)"</string>
    <string name="battery_status_title">"电池状态"</string>
    <string name="battery_level_title">"电池电量"</string>
    <string name="apn_settings">"APN"</string>
    <string name="apn_edit">"修改接入点"</string>
    <string name="apn_not_set">"&lt;未设置&gt;"</string>
    <string name="apn_name">"名称"</string>
    <string name="apn_apn">"APN"</string>
    <string name="apn_http_proxy">"代理"</string>
    <string name="apn_http_port">"端口"</string>
    <string name="apn_user">"用户名"</string>
    <string name="apn_password">"密码"</string>
    <string name="apn_server">"服务器"</string>
    <string name="apn_mmsc">"MMSC"</string>
    <string name="apn_mms_proxy">"彩信代理"</string>
    <string name="apn_mms_port">"彩信端口"</string>
    <string name="apn_mcc">"MCC"</string>
    <string name="apn_mnc">"MNC"</string>
    <string name="apn_type">"APN 类型"</string>
    <string name="menu_delete">"删除 APN"</string>
    <string name="menu_new">"新 APN"</string>
    <string name="menu_save">"保存"</string>
    <string name="menu_cancel">"放弃"</string>
    <string name="error_title">"注意"</string>
    <string name="error_name_empty">"“名称”字段不能为空。"</string>
    <string name="error_apn_empty">"APN 不能为空。"</string>
    <string name="error_mcc_not3">"MCC 字段必须为 3 位数。"</string>
    <string name="error_mnc_not23">"MNC 字段必须为 2 位数或 3 位数。"</string>
    <string name="restore_default_apn">"正在恢复默认 APN 设置"</string>
    <string name="menu_restore">"重置为默认设置"</string>
    <string name="restore_default_apn_completed">"重置默认 APN 设置已完成"</string>
    <string name="master_clear_title">"恢复出厂设置"</string>
    <string name="master_clear_summary">"清除手机上的所有数据"</string>
    <!-- no translation found for master_clear_desc (7823268823499739178) -->
    <skip />
    <string name="master_clear_button_text">"重置手机"</string>
    <!-- no translation found for master_clear_final_desc (6917971132484622696) -->
    <skip />
    <string name="master_clear_final_button_text">"清除全部内容"</string>
    <string name="master_clear_gesture_prompt">"绘制您的解锁图案"</string>
    <string name="master_clear_gesture_explanation">"您必须绘制解锁图案才能确认重置手机。"</string>
    <string name="master_clear_failed">"未执行重置,因为系统清除服务不可用。"</string>
    <string name="media_format_title">"格式化 SD 卡。"</string>
    <string name="media_format_summary">"清除 SD 卡上的所有数据"</string>
    <string name="media_format_desc">"该操作会清除手机上的 SD 卡。您会丢失卡上的所有数据。"</string>
    <string name="media_format_button_text">"格式化 SD 卡"</string>
    <string name="media_format_final_desc">"是否要格式化 SD 卡,以清除所有媒体?该操作不能撤消!"</string>
    <string name="media_format_final_button_text">"清除所有内容"</string>
    <string name="media_format_gesture_prompt">"绘制您的解锁图案"</string>
    <string name="media_format_gesture_explanation">"您必须绘制解锁图案才能确认格式化 SD 卡。"</string>
    <string name="call_settings_title">"通话设置"</string>
    <string name="call_settings_summary">"设置语音信箱、呼叫转接、呼叫等待和来电显示"</string>
    <string name="network_settings_title">"移动网络"</string>
    <string name="network_settings_summary">"设置漫游、网络、APN 的选项"</string>
    <!-- no translation found for location_title (1029961368397484576) -->
    <skip />
    <string name="location_network_based">"使用无线网络"</string>
    <string name="location_networks_disabled">"使用无线网络在应用程序(例如 Google 地图)中查看位置"</string>
    <string name="location_neighborhood_level">"通过 Wi-Fi 和/或移动网络确定 位置"</string>
    <string name="location_gps">"启用 GPS 卫星"</string>
    <string name="location_street_level">"定位时可精确到街道级别(取消选中可节约电量)"</string>
    <string name="location_gps_disabled">"定位到街道级别(需要消耗更多电量并且需要显示天空视图)"</string>
    <!-- no translation found for use_location_title (7585990952633568732) -->
    <skip />
    <!-- no translation found for use_location_summary (4411467143899877395) -->
    <skip />
    <!-- no translation found for use_location_warning_message (5696732842038416151) -->
    <skip />
    <string name="agree">"同意"</string>
    <string name="disagree">"不同意"</string>
    <string name="about_settings">"关于手机"</string>
    <string name="about_settings_summary">"查看法律信息、手机状态和软件版本"</string>
    <string name="legal_information">"法律信息"</string>
    <string name="contributors_title">"活动提供商"</string>
    <string name="copyright_title">"版权"</string>
    <string name="license_title">"许可"</string>
    <string name="terms_title">"条款"</string>
    <!-- no translation found for system_tutorial_list_item_title (9082844446660969729) -->
    <skip />
    <string name="system_tutorial_list_item_summary">"了解如何使用您的手机"</string>
    <string name="settings_license_activity_title">"开放源代码许可"</string>
    <string name="settings_license_activity_unavailable">"载入许可时出现问题。"</string>
    <string name="settings_license_activity_loading">"正在载入..."</string>
    <string name="lock_settings_title">"屏幕解锁图案"</string>
    <string name="lockpattern_change_lock_pattern_label">"更改解锁图案"</string>
    <string name="lockpattern_need_to_unlock">"确认已保存的图案"</string>
    <string name="lockpattern_need_to_unlock_wrong">"很抱歉,请重试:"</string>
    <string name="lockpattern_recording_intro_header">"绘制解锁图案"</string>
    <string name="lockpattern_recording_intro_footer">"按 MENU 获得帮助。"</string>
    <string name="lockpattern_recording_inprogress">"完成后松开手指。"</string>
    <string name="lockpattern_recording_incorrect_too_short">"至少连接 <xliff:g id="NUMBER">%d</xliff:g> 个点,请重试:"</string>
    <string name="lockpattern_pattern_entered_header">"图案已记录!"</string>
    <string name="lockpattern_need_to_confirm">"再次绘制图案进行确认:"</string>
    <string name="lockpattern_pattern_confirmed_header">"您的新解锁图案:"</string>
    <string name="lockpattern_confirm_button_text">"确认"</string>
    <string name="lockpattern_restart_button_text">"重新绘制"</string>
    <string name="lockpattern_retry_button_text">"重试"</string>
    <string name="lockpattern_continue_button_text">"继续"</string>
    <string name="lockpattern_settings_title">"解锁图案"</string>
    <string name="lockpattern_settings_enable_title">"需要图案"</string>
    <string name="lockpattern_settings_enable_summary">"必须绘制图案才能解锁屏幕"</string>
    <string name="lockpattern_settings_enable_visible_pattern_title">"使用可见的图案"</string>
    <string name="lockpattern_settings_enable_tactile_feedback_title">"使用触控反馈"</string>
    <string name="lockpattern_settings_choose_lock_pattern">"设置解锁图案"</string>
    <string name="lockpattern_settings_change_lock_pattern">"更改解锁图案"</string>
    <string name="lockpattern_settings_help_how_to_record">"如何绘制解锁图案"</string>
    <string name="lockpattern_too_many_failed_confirmation_attempts_header">"错误的尝试次数过多!"</string>
    <string name="lockpattern_too_many_failed_confirmation_attempts_footer">"<xliff:g id="NUMBER">%d</xliff:g> 秒后重试。"</string>
    <string name="skip_button_label">"取消"</string>
    <string name="next_button_label">"下一步"</string>
    <string name="lock_title">"保护您的手机"</string>
    <string name="lock_intro_message"><font size="17">"通过创建个人屏幕解锁图案,来保护您的手机不受未经授权的使用。"\n<font height="17">\n</font><b>"1"</b>"  在下一屏幕上,观看示例图案的绘制过程。"\n<font height="17">\n</font><b>"2"</b>"  准备就绪后,绘制您自己的个人解锁图案。可尝试不同的图案,但至少要连接四个点。"\n<font height="17">\n</font><b>"3"</b>"  重新绘制您的图案进行确认。"\n<font height="17">\n</font><b>"可以开始了吗?选择“下一步”"</b>"。"\n<font height="3">\n</font>"要让手机处于不受保护的状态,请选择“取消”。"</font></string>
    <string name="lock_example_title">"示例图案"</string>
    <string name="lock_example_message">"至少连接四个点。"\n\n"准备好后选择“下一步”绘制自己的图案。"</string>
    <string name="manageapplications_settings_title">"管理应用程序"</string>
    <string name="manageapplications_settings_summary">"管理和删除安装的应用程序"</string>
    <string name="applications_settings">"应用程序"</string>
    <string name="applications_settings_summary">"管理应用程序,设置快速启动快捷键"</string>
    <string name="applications_settings_header">"应用程序设置"</string>
    <string name="install_applications">"未知来源"</string>
    <string name="install_unknown_applications">"允许安装非电子市场提供的应用程序"</string>
    <string name="install_all_warning">"您的手机和个人数据更容易受到来自未知来源的应用程序攻击。您同意自己对因使用这些应用程序而造成的手机损坏或数据丢失承担全部责任。"</string>
    <string name="application_info_label">"应用程序信息"</string>
    <string name="storage_label">"存储"</string>
    <string name="auto_launch_label">"默认启动"</string>
    <string name="permissions_label">"权限"</string>
    <string name="cache_header_label">"缓存"</string>
    <string name="clear_cache_btn_text">"清除缓存"</string>
    <string name="cache_size_label">"缓存"</string>
    <string name="controls_label">"控件"</string>
    <string name="force_stop">"强行停止"</string>
    <string name="total_size_label">"总存储空间"</string>
    <string name="application_size_label">"应用程序"</string>
    <string name="data_size_label">"数据"</string>
    <string name="uninstall_text">"卸载"</string>
    <string name="clear_user_data_text">"清除数据"</string>
    <!-- no translation found for app_factory_reset (6635744722502563022) -->
    <skip />
    <string name="auto_launch_enable_text">"您已选择在默认情况下对某些操作启动此应用程序。"</string>
    <string name="auto_launch_disable_text">"无默认设置。"</string>
    <string name="clear_activities">"清除默认设置"</string>
    <string name="unknown">"未知"</string>
    <string name="sort_order_alpha">"排序"</string>
    <string name="sort_order_size">"按大小排序"</string>
    <string name="manage_space_text">"管理空间"</string>
    <string name="filter">"过滤"</string>
    <string name="filter_dlg_title">"选择过滤选项"</string>
    <string name="filter_apps_all">"全部"</string>
    <string name="filter_apps_third_party">"第三方"</string>
    <string name="filter_apps_running">"正在运行"</string>
    <string name="loading">"正在载入..."</string>
    <string name="recompute_size">"正在重新计算大小..."</string>
    <string name="clear_data_dlg_title">"删除"</string>
    <string name="clear_data_dlg_text">"您保存在此应用程序中的所有信息将会永久删除。"</string>
    <string name="dlg_ok">"确定"</string>
    <string name="dlg_cancel">"取消"</string>
    <string name="app_not_found_dlg_title">"找不到应用程序"</string>
    <string name="app_not_found_dlg_text">"在已安装应用程序的列表中找不到该应用程序。"</string>
    <string name="clear_data_failed">"无法清除应用程序数据。"</string>
    <!-- no translation found for app_factory_reset_dlg_title (6116199391150388147) -->
    <skip />
    <!-- no translation found for app_factory_reset_dlg_text (438395129140568893) -->
    <skip />
    <!-- no translation found for clear_failed_dlg_title (2387060805294783175) -->
    <skip />
    <!-- no translation found for clear_failed_dlg_text (7943411157007320290) -->
    <skip />
    <string name="security_settings_desc">"此应用程序有权访问手机上的以下内容:"</string>
    <string name="computing_size">"正在计算..."</string>
    <string name="invalid_size_value">"无法计算包大小"</string>
    <string name="empty_list_msg">"您没有安装任何第三方企业应用套件。"</string>
    <!-- no translation found for version_text (9189073826278676425) -->
    <skip />
    <string name="language_settings">"语言区域和文字"</string>
    <string name="language_settings_summary">"设置语言区域(语言和区域)、文字输入和自动更正选项"</string>
    <string name="language_category">"语言区域设置"</string>
    <string name="text_category">"文字设置"</string>
    <string name="phone_language">"选择语言区域"</string>
    <string name="phone_language_summary">"选择语言和地区"</string>
    <string name="auto_replace">"自动替换"</string>
    <string name="auto_replace_summary">"更正错误输入的字词"</string>
    <string name="auto_caps">"自动大写"</string>
    <string name="auto_caps_summary">"将句首字母大写"</string>
    <string name="auto_punctuate">"自动加标点"</string>
    <string name="hardkeyboard_category">"物理键盘设置"</string>
    <string name="auto_punctuate_summary">"按两次空格键可以插入句号"</string>
    <string name="show_password">"密码可见"</string>
    <string name="show_password_summary">"输入时密码可见"</string>
    <string name="ime_security_warning">"该输入法可能会收集您输入的所有文字,包括密码和信用卡号码等个人数据。它源自 <xliff:g id="IME_APPLICATION_NAME">%1$s</xliff:g> 应用程序。是否要启用该输入法?"</string>
    <string name="user_dict_settings_titlebar">"用户词典"</string>
    <string name="user_dict_settings_title">"用户词典"</string>
    <string name="user_dict_settings_summary">"向用户词典中添加字词以及从用户词典中删除字词"</string>
    <string name="user_dict_settings_add_menu_title">"添加"</string>
    <string name="user_dict_settings_add_dialog_title">"添加到词典"</string>
    <string name="user_dict_settings_edit_dialog_title">"编辑字词"</string>
    <string name="user_dict_settings_context_menu_edit_title">"编辑"</string>
    <string name="user_dict_settings_context_menu_delete_title">"删除"</string>
    <string name="user_dict_settings_empty_text">"用户词典中没有您定义的字词。您可以按 MENU 添加字词。"</string>
    <string name="testing">"测试"</string>
    <string name="testing_phone_info">"手机信息"</string>
    <string name="testing_battery_info">"电池信息"</string>
    <string name="testing_battery_history">"电池历史记录"</string>
    <string name="quick_launch_title">"快速启动"</string>
    <string name="quick_launch_summary">"设置启动应用程序的键盘快捷键"</string>
    <string name="quick_launch_assign_application">"分配应用程序"</string>
    <string name="quick_launch_no_shortcut">"无快捷键"</string>
    <string name="quick_launch_shortcut">"搜索 + <xliff:g id="SHORTCUT_LETTER">%1$s</xliff:g>"</string>
    <string name="quick_launch_clear_dialog_title">"清除"</string>
    <string name="quick_launch_clear_dialog_message">"会清除快捷键 <xliff:g id="SHORTCUT_LETTER">%1$s</xliff:g>(<xliff:g id="APPLICATION_NAME">%2$s</xliff:g>)。"</string>
    <string name="quick_launch_clear_ok_button">"确定"</string>
    <string name="quick_launch_clear_cancel_button">"取消"</string>
    <string name="quick_launch_display_mode_applications">"应用程序"</string>
    <string name="quick_launch_display_mode_shortcuts">"快捷键"</string>
    <string name="input_methods_settings_title">"文字输入"</string>
    <string name="input_methods_settings_summary">"管理文字输入选项"</string>
    <string name="input_methods_settings_label_format">"<xliff:g id="IME_NAME">%1$s</xliff:g> 设置"</string>
    <string name="onscreen_keyboard_settings_summary">"屏幕键盘设置"</string>
    <string name="builtin_keyboard_settings_title">"设备键盘"</string>
    <string name="builtin_keyboard_settings_summary">"内置键盘设置"</string>
    <string name="development_settings_title">"开发"</string>
    <string name="development_settings_summary">"设置用于应用程序开发的选项"</string>
    <string name="enable_adb">"USB 调试"</string>
    <string name="enable_adb_summary">"连接 USB 后启用调试模式"</string>
    <string name="keep_screen_on">"保持唤醒状态"</string>
    <string name="keep_screen_on_summary">"充电时屏幕不会休眠"</string>
    <string name="allow_mock_location">"允许模拟位置"</string>
    <string name="allow_mock_location_summary">"允许模拟位置"</string>
    <!-- no translation found for adb_warning_title (1756027479229533250) -->
    <skip />
    <!-- no translation found for adb_warning_message (5352555112049663033) -->
    <skip />
    <string name="gadget_picker_title">"选择小工具"</string>
    <string name="widget_picker_title">"选择窗口小部件"</string>
    <string name="battery_history_details_for">"有关用户 ID %d 的详情"</string>
    <string name="battery_history_uid">"用户 ID <xliff:g id="USER_ID">%1$d</xliff:g>"</string>
    <string name="battery_history_network_usage">"有关<xliff:g id="APP_NAME">%1$s</xliff:g>的网络使用详情:"</string>
    <string name="battery_history_bytes_received">"收到的字节数:<xliff:g id="BYTES">%1$d</xliff:g>"</string>
    <string name="battery_history_bytes_sent">"发送的字节数:<xliff:g id="BYTES">%1$d</xliff:g>"</string>
    <string name="battery_history_bytes_total">"总字节数:<xliff:g id="BYTES">%1$d</xliff:g>"</string>
    <string name="battery_history_cpu_usage">"有关<xliff:g id="APP_NAME">%1$s</xliff:g>的 CPU 使用详情:"</string>
    <string name="battery_history_user_time">"用户时间:"</string>
    <string name="battery_history_system_time">"系统时间:"</string>
    <string name="battery_history_total_time">"合计时间:"</string>
    <string name="battery_history_starts">"启动次数:<xliff:g id="STARTS">%1$d</xliff:g>"</string>
    <!-- no translation found for battery_history_days (7110262897769622564) -->
    <skip />
    <!-- no translation found for battery_history_hours (7525170329826274999) -->
    <skip />
    <!-- no translation found for battery_history_minutes (1467775596084148610) -->
    <skip />
    <!-- no translation found for battery_history_seconds (4283492130945761685) -->
    <skip />
    <string name="battery_history_packages_sharing_this_uid">"共享该用户 ID 的数据包:"</string>
    <string name="battery_history_no_data">"没有可用的电池使用数据"</string>
    <string name="battery_history_sensor">"传感器:"</string>
    <string name="battery_history_wakelock">"部分激活锁定:"</string>
    <string name="battery_history_used_by_packages">"包使用的传感器:"</string>
    <string name="battery_history_sensor_usage">"<xliff:g id="PACKAGE">%2$s</xliff:g>使用了 <xliff:g id="COUNT">%1$d</xliff:g> 次"</string>
    <string name="battery_history_sensor_usage_multi">"由以下某项使用过 <xliff:g id="COUNT">%1$d</xliff:g> 次:"</string>
    <string name="battery_history_awake_label">"正在运行"</string>
    <string name="battery_history_screen_on_label">"屏幕已开启"</string>
    <string name="battery_history_phone_on_label">"手机已开启"</string>
    <string name="battery_history_awake">"除睡眠状态以外的时间"</string>
    <string name="battery_history_screen_on">"屏幕开启所花费的时间:"</string>
    <string name="battery_history_phone_on">"手机处于开机状态的时间:"</string>
    <string name="battery_history_screen_on_battery">"正在使用电池:"</string>
    <string name="battery_history_screen_on_plugged">"已插入:"</string>
    <string name="usage_stats_label">"使用情况统计"</string>
    <string name="testing_usage_stats">"使用情况统计数据"</string>
    <string name="display_order_text">"排序方式:"</string>
    <string name="app_name_label">"应用程序"</string>
    <string name="launch_count_label">"次数"</string>
    <string name="usage_time_label">"使用时间"</string>
    <!-- no translation found for accessibility_settings_title (4239640930601071058) -->
    <skip />
    <!-- no translation found for accessibility_settings_summary (8185181964847149507) -->
    <skip />
    <!-- no translation found for toggle_accessibility_title (650839277066574497) -->
    <skip />
    <!-- no translation found for accessibility_services_category (8127851026323672607) -->
    <skip />
    <!-- no translation found for no_accessibility_services_summary (694578333333808159) -->
    <skip />
    <!-- no translation found for accessibility_service_security_warning (8386156287296967181) -->
    <skip />
    <!-- no translation found for accessibility_service_disable_warning (8930591383312775132) -->
    <skip />
    <!-- no translation found for power_usage_summary_title (5180282911164282324) -->
    <skip />
    <!-- no translation found for power_usage_summary (7237084831082848168) -->
    <skip />
    <!-- no translation found for battery_since_unplugged (338073389740738437) -->
    <skip />
    <!-- no translation found for battery_since_reset (7464546661121187045) -->
    <skip />
    <!-- no translation found for battery_stats_duration (7464501326709469282) -->
    <skip />
    <!-- no translation found for awake (387122265874485088) -->
    <skip />
    <!-- no translation found for wifi_on_time (4630925382578609056) -->
    <skip />
    <!-- no translation found for bluetooth_on_time (4478515071957280711) -->
    <skip />
    <!-- no translation found for usage_name_percent (1899151069711662289) -->
    <skip />
    <!-- no translation found for details_title (7564809986329021063) -->
    <skip />
    <!-- no translation found for details_subtitle (32593908269911734) -->
    <skip />
    <!-- no translation found for controls_subtitle (390468421138288702) -->
    <skip />
    <!-- no translation found for packages_subtitle (4736416171658062768) -->
    <skip />
    <!-- no translation found for power_screen (2353149143338929583) -->
    <skip />
    <!-- no translation found for power_wifi (2382791137776486974) -->
    <skip />
    <!-- no translation found for power_bluetooth (4373329044379008289) -->
    <skip />
    <!-- no translation found for power_cell (6596471490976003056) -->
    <skip />
    <!-- no translation found for power_phone (5392641106474567277) -->
    <skip />
    <!-- no translation found for power_idle (9055659695602194990) -->
    <skip />
    <!-- no translation found for usage_type_cpu (715162150698338714) -->
    <skip />
    <!-- no translation found for usage_type_cpu_foreground (6500579611933211831) -->
    <skip />
    <!-- no translation found for usage_type_gps (7989688715128160790) -->
    <skip />
    <!-- no translation found for usage_type_phone (9108247984998041853) -->
    <skip />
    <!-- no translation found for usage_type_data_send (2857401966985425427) -->
    <skip />
    <!-- no translation found for usage_type_data_recv (7251090882025234185) -->
    <skip />
    <!-- no translation found for usage_type_audio (6957269406840886290) -->
    <skip />
    <!-- no translation found for usage_type_video (4295357792078579944) -->
    <skip />
    <!-- no translation found for usage_type_on_time (7052979399415080971) -->
    <skip />
    <!-- no translation found for battery_action_stop (649958863744041872) -->
    <skip />
    <!-- no translation found for battery_action_app_details (3275013531871113681) -->
    <skip />
    <!-- no translation found for battery_action_app_settings (350562653472577250) -->
    <skip />
    <!-- no translation found for battery_action_display (5302763261448580102) -->
    <skip />
    <!-- no translation found for battery_action_wifi (5452076674659927993) -->
    <skip />
    <!-- no translation found for battery_action_bluetooth (8374789049507723142) -->
    <skip />
    <!-- no translation found for battery_desc_voice (8980322055722959211) -->
    <skip />
    <!-- no translation found for battery_desc_standby (3009080001948091424) -->
    <skip />
    <!-- no translation found for battery_desc_radio (5479196477223185367) -->
    <skip />
    <!-- no translation found for battery_sugg_radio (8211336978326295047) -->
    <skip />
    <!-- no translation found for battery_desc_display (5432795282958076557) -->
    <skip />
    <!-- no translation found for battery_sugg_display (3370202402045141760) -->
    <skip />
    <!-- no translation found for battery_desc_wifi (1702486494565080431) -->
    <skip />
    <!-- no translation found for battery_sugg_wifi (3003604969548979254) -->
    <skip />
    <!-- no translation found for battery_desc_bluetooth (7535520658674621902) -->
    <skip />
    <!-- no translation found for battery_sugg_bluetooth_basic (144393178427277439) -->
    <skip />
    <!-- no translation found for battery_sugg_bluetooth_headset (8214816222115517479) -->
    <skip />
    <!-- no translation found for battery_desc_apps (8123202939321333639) -->
    <skip />
    <!-- no translation found for battery_sugg_apps_info (6065882899391322442) -->
    <skip />
    <!-- no translation found for battery_sugg_apps_gps (1834412555123982714) -->
    <skip />
    <!-- no translation found for battery_sugg_apps_settings (8021302847272481168) -->
    <skip />
    <!-- no translation found for menu_stats_unplugged (8296577130840261624) -->
    <skip />
    <!-- no translation found for menu_stats_last_unplugged (5922246077592434526) -->
    <skip />
    <!-- no translation found for menu_stats_total (8973377864854807854) -->
    <skip />
    <!-- no translation found for menu_stats_refresh (1676215433344981075) -->
    <skip />
    <!-- no translation found for process_kernel_label (3916858646836739323) -->
    <skip />
    <!-- no translation found for process_mediaserver_label (6500382062945689285) -->
    <skip />
    <!-- no translation found for tts_settings (6454363854545277027) -->
    <skip />
    <!-- no translation found for tts_settings_summary (2627715231944602766) -->
    <skip />
    <!-- no translation found for tts_settings_title (5064947197040356736) -->
    <skip />
    <!-- no translation found for use_default_tts_settings_title (1577063839539732930) -->
    <skip />
    <!-- no translation found for use_default_tts_settings_summary (4253502106159206276) -->
    <skip />
    <!-- no translation found for tts_default_settings_section (5787915620218907443) -->
    <skip />
    <!-- no translation found for tts_default_rate_title (6030550998379310088) -->
    <skip />
    <!-- no translation found for tts_default_rate_summary (4061815292287182801) -->
    <skip />
    <!-- no translation found for tts_default_pitch_title (6135942113172488671) -->
    <skip />
    <!-- no translation found for tts_default_pitch_summary (1328298665182885277) -->
    <skip />
    <!-- no translation found for tts_default_lang_title (8018087612299820556) -->
    <skip />
    <!-- no translation found for tts_default_lang_summary (5219362163902707785) -->
    <skip />
    <!-- no translation found for tts_play_example_title (7094780383253097230) -->
    <skip />
    <!-- no translation found for tts_play_example_summary (8029071615047894486) -->
    <skip />
    <!-- no translation found for tts_install_data_title (4264378440508149986) -->
    <skip />
    <!-- no translation found for tts_install_data_summary (5742135732511822589) -->
    <skip />
    <!-- no translation found for tts_data_installed_summary (9162111552859972809) -->
    <skip />
    <!-- no translation found for tts_demo (405357591189935876) -->
    <skip />
    <!-- no translation found for tts_settings_changed_demo (4926518555912328645) -->
    <skip />
    <!-- no translation found for gadget_title (7455548605888590466) -->
    <skip />
    <!-- no translation found for vpn_settings_activity_title (7276864950701612579) -->
    <skip />
    <!-- no translation found for vpn_connect_to (9040615733700098831) -->
    <skip />
    <!-- no translation found for vpn_username_colon (7854930370861306247) -->
    <skip />
    <!-- no translation found for vpn_password_colon (5716278710848606626) -->
    <skip />
    <!-- no translation found for vpn_a_username (6664733641993968692) -->
    <skip />
    <!-- no translation found for vpn_a_password (1537213632501483753) -->
    <skip />
    <!-- no translation found for vpn_save_username (1408415289165970790) -->
    <skip />
    <!-- no translation found for vpn_connect_button (1699007212602470655) -->
    <skip />
    <!-- no translation found for vpn_yes_button (8034531001149843119) -->
    <skip />
    <!-- no translation found for vpn_no_button (7620339571187119107) -->
    <skip />
    <!-- no translation found for vpn_back_button (192036339792734970) -->
    <skip />
    <!-- no translation found for vpn_mistake_button (1759404628590603933) -->
    <skip />
    <!-- no translation found for vpn_menu_done (93528279226907926) -->
    <skip />
    <!-- no translation found for vpn_menu_cancel (7234451214611202868) -->
    <skip />
    <!-- no translation found for vpn_menu_revert (4407762442281467659) -->
    <skip />
    <!-- no translation found for vpn_menu_connect (1089399414463784218) -->
    <skip />
    <!-- no translation found for vpn_menu_disconnect (8254492450022562235) -->
    <skip />
    <!-- no translation found for vpn_menu_edit (4526245173583195618) -->
    <skip />
    <!-- no translation found for vpn_menu_delete (3326527392609513129) -->
    <skip />
    <!-- no translation found for vpn_error_miss_entering (1467455143582547499) -->
    <skip />
    <!-- no translation found for vpn_error_miss_selecting (953436717902387192) -->
    <skip />
    <!-- no translation found for vpn_error_duplicate_name (2786397299628471911) -->
    <skip />
    <!-- no translation found for vpn_confirm_profile_deletion (8679536635364177239) -->
    <skip />
    <!-- no translation found for vpn_confirm_add_profile_cancellation (3377869170901609182) -->
    <skip />
    <!-- no translation found for vpn_confirm_edit_profile_cancellation (7496760181072204494) -->
    <skip />
    <!-- no translation found for vpn_confirm_reconnect (5748535476278674296) -->
    <skip />
    <!-- no translation found for vpn_unknown_server_dialog_msg (3080742299823671319) -->
    <skip />
    <!-- no translation found for vpn_auth_error_dialog_msg (5476820106624807614) -->
    <skip />
    <!-- no translation found for vpn_type_title (6392933604218676224) -->
    <skip />
    <!-- no translation found for vpn_add_new_vpn (5438260689052714550) -->
    <skip />
    <!-- no translation found for vpn_edit_title_add (2550661826320709266) -->
    <skip />
    <!-- no translation found for vpn_edit_title_edit (1769999313158207723) -->
    <skip />
    <!-- no translation found for vpns (3148141862835492816) -->
    <skip />
    <!-- no translation found for vpn_connecting (8039521381692090116) -->
    <skip />
    <!-- no translation found for vpn_disconnecting (7748050200708257066) -->
    <skip />
    <!-- no translation found for vpn_connected (7641723116362845781) -->
    <skip />
    <!-- no translation found for vpn_connect_hint (7442898962925875181) -->
    <skip />
    <!-- no translation found for vpn_name (1550918148476193076) -->
    <skip />
    <!-- no translation found for vpn_a_name (8445736942405283509) -->
    <skip />
    <!-- no translation found for vpn_profile_added (2157095890825215726) -->
    <skip />
    <!-- no translation found for vpn_profile_replaced (384234123486734768) -->
    <skip />
    <!-- no translation found for vpn_user_certificate_title (6812545893924071742) -->
    <skip />
    <!-- no translation found for vpn_user_certificate (949322691686938888) -->
    <skip />
    <!-- no translation found for vpn_a_user_certificate (8943983437956898649) -->
    <skip />
    <!-- no translation found for vpn_ca_certificate_title (7846466160795589985) -->
    <skip />
    <!-- no translation found for vpn_ca_certificate (465085144064264742) -->
    <skip />
    <!-- no translation found for vpn_a_ca_certificate (3374242520974884295) -->
    <skip />
    <!-- no translation found for vpn_l2tp_secret_string_title (5039677186748940987) -->
    <skip />
    <!-- no translation found for vpn_l2tp_secret (529359749677142076) -->
    <skip />
    <!-- no translation found for vpn_a_l2tp_secret (6612042930810981845) -->
    <skip />
    <!-- no translation found for vpn_ipsec_presharedkey_title (2184060087690539175) -->
    <skip />
    <!-- no translation found for vpn_ipsec_presharedkey (5434316521616673741) -->
    <skip />
    <!-- no translation found for vpn_a_ipsec_presharedkey (1255301923217898418) -->
    <skip />
    <!-- no translation found for vpn_vpn_server_title (8897005887420358913) -->
    <skip />
    <!-- no translation found for vpn_vpn_server (1141754908824209260) -->
    <skip />
    <!-- no translation found for vpn_a_vpn_server (5960906152125045853) -->
    <skip />
    <!-- no translation found for vpn_vpn_server_dialog_title (7850850940160521918) -->
    <skip />
    <!-- no translation found for vpn_dns_search_list_title (1022776976104584251) -->
    <skip />
    <!-- no translation found for vpn_dns_search_list (4230034234026605360) -->
    <skip />
    <!-- no translation found for vpn_field_is_set (1880980734721258127) -->
    <skip />
    <!-- no translation found for vpn_field_not_set (6827205815004809490) -->
    <skip />
    <!-- no translation found for vpn_field_not_set_optional (8665901697706781015) -->
    <skip />
    <!-- no translation found for vpn_enable_field (3348948489989523325) -->
    <skip />
    <!-- no translation found for vpn_disable_field (2286966253789266389) -->
    <skip />
    <!-- no translation found for vpn_is_enabled (5128973727115662815) -->
    <skip />
    <!-- no translation found for vpn_is_disabled (8028085699769751756) -->
    <skip />
    <!-- no translation found for vpn_settings_title (7327468307909556719) -->
    <skip />
    <!-- no translation found for vpn_settings_summary (8849924181594963972) -->
    <skip />
    <!-- no translation found for cstor_settings_category (2284299080682591107) -->
    <skip />
    <!-- no translation found for cstor_access_title (1739505390736236717) -->
    <skip />
    <!-- no translation found for cstor_access_summary (4512681868217546677) -->
    <skip />
    <!-- no translation found for cstor_access_dialog_title (3024256293191879190) -->
    <skip />
    <!-- no translation found for cstor_access_dialog_hint_from_action (679746865623760961) -->
    <skip />
    <!-- no translation found for cstor_set_passwd_title (6156763762703061470) -->
    <skip />
    <!-- no translation found for cstor_set_passwd_summary (5248560429856597398) -->
    <skip />
    <!-- no translation found for cstor_set_passwd_dialog_title (4071157542842979977) -->
    <skip />
    <!-- no translation found for cstor_reset_title (6001600882136794382) -->
    <skip />
    <!-- no translation found for cstor_reset_summary (7509525030771504833) -->
    <skip />
    <!-- no translation found for cstor_reset_hint (5331632794451859788) -->
    <skip />
    <!-- no translation found for cstor_name_credential_dialog_title (1723509156126180662) -->
    <skip />
    <!-- no translation found for cstor_credential_name (2958936431813760259) -->
    <skip />
    <!-- no translation found for cstor_credential_info (6097346149400207440) -->
    <skip />
    <!-- no translation found for cstor_name_credential_hint (6889198058976515785) -->
    <skip />
    <!-- no translation found for cstor_old_password (979282118063084561) -->
    <skip />
    <!-- no translation found for cstor_new_password (6218562692435670047) -->
    <skip />
    <!-- no translation found for cstor_confirm_password (8996028123356342466) -->
    <skip />
    <!-- no translation found for cstor_first_time_hint (1831593416099224962) -->
    <skip />
    <!-- no translation found for cstor_first_time_hint_from_action (4690937025845780557) -->
    <skip />
    <!-- no translation found for cstor_password_error (2917326097260402464) -->
    <skip />
    <!-- no translation found for cstor_password_error_reset_warning (3336370539045905953) -->
    <skip />
    <!-- no translation found for cstor_password_error_reset_warning_plural (6209069679269017200) -->
    <skip />
    <!-- no translation found for cstor_passwords_error (956773958408751155) -->
    <skip />
    <!-- no translation found for cstor_passwords_empty_error (6062539742626760734) -->
    <skip />
    <!-- no translation found for cstor_password_empty_error (7249632576906961482) -->
    <skip />
    <!-- no translation found for cstor_password_verification_error (8553930704493511389) -->
    <skip />
    <!-- no translation found for cstor_name_empty_error (7499971191993770322) -->
    <skip />
    <!-- no translation found for cstor_name_char_error (8048089317968192516) -->
    <skip />
    <!-- no translation found for cstor_is_enabled (4054049098081482785) -->
    <skip />
    <!-- no translation found for cstor_is_added (794788474010251572) -->
    <skip />
    <!-- no translation found for cstor_add_error (7799232544686721435) -->
    <skip />
    <!-- no translation found for emergency_tone_title (1055954530111587114) -->
    <skip />
    <!-- no translation found for emergency_tone_summary (722259232924572153) -->
    <skip />
</resources>