summaryrefslogtreecommitdiffstats
path: root/l10n-zh-CN/browser/browser/preferences/preferences.ftl
blob: b6385ad6fb9d25d85bbff6e3443b09e80dd726dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

do-not-track-description = 向网站发出“请勿跟踪”信号,示明您不想被跟踪
do-not-track-description2 =
    .label = 向网站发出“请勿跟踪”请求
    .accesskey = d
do-not-track-learn-more = 详细了解
do-not-track-option-default-content-blocking-known =
    .label = 仅当 { -brand-short-name } 设置为拦截已知跟踪器时
do-not-track-option-always =
    .label = 一律发送
global-privacy-control-description =
    .label = 要求网站不许出售或共享我的数据
    .accesskey = s
non-technical-privacy-header = 网站隐私首选项
# Do not translate.
# "Global Privacy Control" or "GPC" are a web platform feature name and abbreviation
# included to facilitate power-user search of the about:preferences page.
global-privacy-control-search = Global Privacy Control (GPC)
settings-page-title = 设置
# This is used to determine the width of the search field in about:preferences,
# in order to make the entire placeholder string visible
#
# Please keep the placeholder string short to avoid truncation.
#
# Notice: The value of the `.style` attribute is a CSS string, and the `width`
# is the name of the CSS property. It is intended only to adjust the element's width.
# Do not translate.
search-input-box2 =
    .style = width: 15.4em
    .placeholder = 在设置中查找
managed-notice = 您的浏览器正由组织管理。
category-list =
    .aria-label = 分类
pane-general-title = 常规
category-general =
    .tooltiptext = { pane-general-title }
pane-home-title = 主页
category-home =
    .tooltiptext = { pane-home-title }
pane-search-title = 搜索
category-search =
    .tooltiptext = { pane-search-title }
pane-privacy-title = 隐私与安全
category-privacy =
    .tooltiptext = { pane-privacy-title }
pane-sync-title3 = 同步
category-sync3 =
    .tooltiptext = { pane-sync-title3 }
pane-experimental-title = { -brand-short-name } 实验
category-experimental =
    .tooltiptext = { -brand-short-name } 实验
pane-experimental-subtitle = 三思而后行
pane-experimental-search-results-header = { -brand-short-name } 实验:三思而后行
pane-experimental-description2 = 更改高级配置的设置可能会影响 { -brand-short-name } 的性能和安全性。
pane-experimental-reset =
    .label = 恢复默认设置
    .accesskey = R
help-button-label = { -brand-short-name } 帮助
addons-button-label = 扩展和主题
focus-search =
    .key = f
close-button =
    .aria-label = 关闭

## Browser Restart Dialog

feature-enable-requires-restart = 必须重启 { -brand-short-name } 才能启用此功能。
feature-disable-requires-restart = 必须重启 { -brand-short-name } 才能禁用此功能。
should-restart-title = 重启 { -brand-short-name }
should-restart-ok = 立即重启 { -brand-short-name }
cancel-no-restart-button = 取消
restart-later = 稍后重启浏览器

## Extension Control Notifications
##
## These strings are used to inform the user
## about changes made by extensions to browser settings.
##
## <img data-l10n-name="icon"/> is going to be replaced by the extension icon.
##
## Variables:
##   $name (string) - Name of the extension

# This string is shown to notify the user that the password manager setting
# is being controlled by an extension
extension-controlling-password-saving = <img data-l10n-name="icon"/> <strong>{ $name }</strong> 控制此设置。
# This string is shown to notify the user that their notifications permission
# is being controlled by an extension.
extension-controlling-web-notifications = <img data-l10n-name="icon"/> <strong>{ $name }</strong> 控制此设置。
# This string is shown to notify the user that Container Tabs
# are being enabled by an extension.
extension-controlling-privacy-containers = <img data-l10n-name="icon"/> <strong>{ $name }</strong> 需启用身份标签页功能。
# This string is shown to notify the user that their content blocking "All Detected Trackers"
# preferences are being controlled by an extension.
extension-controlling-websites-content-blocking-all-trackers = <img data-l10n-name="icon"/> <strong>{ $name }</strong> 控制此设置。
# This string is shown to notify the user that their proxy configuration preferences
# are being controlled by an extension.
extension-controlling-proxy-config = <img data-l10n-name ="icon"/> <strong>{ $name }</strong> 会控制 { -brand-short-name } 如何连接互联网。
# This string is shown after the user disables an extension to notify the user
# how to enable an extension that they disabled.
#
# <img data-l10n-name="addons-icon"/> will be replaced with Add-ons icon
# <img data-l10n-name="menu-icon"/> will be replaced with Menu icon
extension-controlled-enable = 要启用该扩展,请从 <img data-l10n-name="menu-icon"/> 菜单打开 <img data-l10n-name="addons-icon"/> 附加组件页面。

## Preferences UI Search Results

search-results-header = 搜索结果
# `<span data-l10n-name="query"></span>` will be replaced by the search term.
search-results-empty-message2 = 很抱歉,没有找到有关“<span data-l10n-name="query"></span>”的设置。
search-results-help-link = 需要帮助?访问 <a data-l10n-name="url">{ -brand-short-name } 技术支持</a>

## General Section

startup-header = 启动
always-check-default =
    .label = 总是检查 { -brand-short-name } 是否是您的默认浏览器
    .accesskey = w
is-default = { -brand-short-name } 目前是您的默认浏览器
is-not-default = { -brand-short-name } 目前不是您的默认浏览器
set-as-my-default-browser =
    .label = 设为默认…
    .accesskey = D
startup-restore-windows-and-tabs =
    .label = 打开先前的窗口和标签页
    .accesskey = s
windows-launch-on-login =
    .label = 启动电脑时自动打开 { -brand-short-name }
    .accesskey = O
windows-launch-on-login-disabled = 此首选项在 Windows 中被禁用。请在系统设置中打开<a data-l10n-name="startup-link">启动应用</a>以更改。
startup-restore-warn-on-quit =
    .label = 退出浏览器时向您确认
disable-extension =
    .label = 禁用扩展
preferences-data-migration-header = 导入浏览器数据
preferences-data-migration-description = 将书签、密码、历史记录和自动填写数据导入 { -brand-short-name }。
preferences-data-migration-button =
    .label = 导入数据
    .accesskey = m
tabs-group-header = 标签页
ctrl-tab-recently-used-order =
    .label = 按下 Ctrl+Tab 时,依照最近使用顺序循环切换标签页
    .accesskey = T
open-new-link-as-tabs =
    .label = 在标签页中打开链接而非新窗口
    .accesskey = w
confirm-on-close-multiple-tabs =
    .label = 关闭多个标签页时向您确认
    .accesskey = m
# This string is used for the confirm before quitting preference.
# Variables:
#   $quitKey (string) - the quit keyboard shortcut, and formatted
#                       in the same manner as it would appear,
#                       for example, in the File menu.
confirm-on-quit-with-key =
    .label = 按 { $quitKey } 退出时向您确认
    .accesskey = b
warn-on-open-many-tabs =
    .label = 打开多个标签页可能拖慢 { -brand-short-name } 前提醒我
    .accesskey = d
switch-to-new-tabs =
    .label = 新建标签页打开链接、图像、媒体时,立即切换过去
    .accesskey = h
show-tabs-in-taskbar =
    .label = 在 Windows 任务栏上显示标签页预览图
    .accesskey = k
browser-containers-enabled =
    .label = 启用身份标签页
    .accesskey = n
browser-containers-learn-more = 详细了解
browser-containers-settings =
    .label = 设置…
    .accesskey = i
containers-disable-alert-title = 关闭所有身份标签页?

## Variables:
##   $tabCount (number) - Number of tabs

containers-disable-alert-desc =
    { $tabCount ->
        [one] 如果您现在禁用身份标签页,将有 { $tabCount } 个容器标签页被关闭。您确实要禁用身份标签页吗?
       *[other] 如果您现在禁用身份标签页,将有 { $tabCount } 个容器标签页被关闭。您确实要禁用身份标签页吗?
    }
containers-disable-alert-ok-button =
    { $tabCount ->
        [one] 关闭 { $tabCount } 个身份标签页
       *[other] 关闭 { $tabCount } 个身份标签页
    }

##

containers-disable-alert-cancel-button = 保持启用
containers-remove-alert-title = 移除此身份?
# Variables:
#   $count (number) - Number of tabs that will be closed.
containers-remove-alert-msg = 如果您现在移除此身份,{ $count } 个身份标签页将被关闭。您是否确定移除此身份?
containers-remove-ok-button = 移除此身份
containers-remove-cancel-button = 不移除此身份
settings-tabs-show-image-in-preview =
    .label = 悬停在标签页上时显示预览图
    .accessKey = h

## General Section - Language & Appearance

language-and-appearance-header = 语言与外观
preferences-web-appearance-header = 网站外观
preferences-web-appearance-description = 某些网站可依照您的偏好调整自身配色,您可在下方选择要使用的网站配色方案。
preferences-web-appearance-choice-auto = 自动
preferences-web-appearance-choice-light = 浅色
preferences-web-appearance-choice-dark = 深色
preferences-web-appearance-choice-tooltip-auto =
    .title = 依照系统设置和 { -brand-short-name } 主题,自动更改网站背景和内容外观。
preferences-web-appearance-choice-tooltip-light =
    .title = 在网站背景和内容使用浅色外观。
preferences-web-appearance-choice-tooltip-dark =
    .title = 在网站背景和内容使用深色外观。
preferences-web-appearance-choice-input-auto =
    .aria-description = { preferences-web-appearance-choice-tooltip-auto.title }
preferences-web-appearance-choice-input-light =
    .aria-description = { preferences-web-appearance-choice-tooltip-light.title }
preferences-web-appearance-choice-input-dark =
    .aria-description = { preferences-web-appearance-choice-tooltip-dark.title }
# This can appear when using windows HCM or "Override colors: always" without
# system colors.
preferences-web-appearance-override-warning = 您的颜色选择将覆盖网站外观。<a data-l10n-name="colors-link">管理颜色</a>
# This can appear when using windows HCM or "Override colors: always" without
# system colors.
preferences-web-appearance-override-warning2 =
    .message = 您的颜色选择将覆盖网站外观。
# This message contains one link. It can be moved within the sentence as needed
# to adapt to your language, but should not be changed.
preferences-web-appearance-footer = 到<a data-l10n-name="themes-link">扩展和主题</a>管理 { -brand-short-name } 主题
preferences-colors-header = 颜色
preferences-colors-description = 覆盖 { -brand-short-name } 的默认文本、网站背景、链接颜色。
preferences-colors-manage-button =
    .label = 管理颜色…
    .accesskey = C
preferences-fonts-header = 字体
default-font = 默认字体
    .accesskey = D
default-font-size = 字号
    .accesskey = S
advanced-fonts =
    .label = 高级…
    .accesskey = A
# Zoom is a noun, and the message is used as header for a group of options
preferences-zoom-header = 全局缩放
preferences-default-zoom = 默认缩放
    .accesskey = z
# Variables:
#   $percentage (number) - Zoom percentage value
preferences-default-zoom-value =
    .label = { $percentage }%
preferences-zoom-text-only =
    .label = 仅缩放文本
    .accesskey = t
preferences-text-zoom-override-warning =
    .message = 警告:若选择“仅缩放文本”,而默认缩放比例不设为 100%,则可能导致某些网站或内容异常。
language-header = 语言
choose-language-description = 选择您想要优先使用哪种语言显示页面
choose-button =
    .label = 选择…
    .accesskey = o
choose-browser-language-description = 选择 { -brand-short-name } 显示菜单、消息和通知时使用的语言。
manage-browser-languages-button =
    .label = 设置备用语言…
    .accesskey = l
confirm-browser-language-change-description = 重启 { -brand-short-name } 以应用这些更改
confirm-browser-language-change-button = 应用并重启浏览器
translate-web-pages =
    .label = 翻译网页内容
    .accesskey = T
fx-translate-web-pages = { -translations-brand-name }
# The <img> element is replaced by the logo of the provider
# used to provide machine translations for web pages.
translate-attribution = 翻译由 <img data-l10n-name="logo"/> 提供
translate-exceptions =
    .label = 例外…
    .accesskey = x
# Variables:
#    $localeName (string) - Localized name of the locale to be used.
use-system-locale =
    .label = 根据您操作系统的“{ $localeName }”首选项设置日期、时间、数字格式和单位制。
check-user-spelling =
    .label = 在您输入时检查拼写
    .accesskey = t

## General Section - Files and Applications

files-and-applications-title = 文件与应用程序
download-header = 下载
download-save-where = 保存文件至
    .accesskey = v
download-choose-folder =
    .label =
        { PLATFORM() ->
            [macos] 选择…
           *[other] 浏览…
        }
    .accesskey =
        { PLATFORM() ->
            [macos] e
           *[other] o
        }
download-always-ask-where =
    .label = 总是询问保存至何处
    .accesskey = A
applications-header = 应用程序
applications-description = 选择 { -brand-short-name } 如何处理这些文件。
applications-filter =
    .placeholder = 搜索文件类型或应用程序
applications-type-column =
    .label = 内容类型
    .accesskey = T
applications-action-column =
    .label = 操作
    .accesskey = A
# Variables:
#   $extension (String) - file extension (e.g .TXT)
applications-file-ending = { $extension } 文件
applications-action-save =
    .label = 保存文件
# Variables:
#   $app-name (String) - Name of an application (e.g Adobe Acrobat)
applications-use-app =
    .label = 使用 { $app-name }
# Variables:
#   $app-name (String) - Name of an application (e.g Adobe Acrobat)
applications-use-app-default =
    .label = 使用“{ $app-name }”处理(默认)
applications-use-os-default =
    .label =
        { PLATFORM() ->
            [macos] 使用 macOS 应用程序
            [windows] 使用 Windows 应用程序
           *[other] 使用系统默认应用程序
        }
applications-use-other =
    .label = 使用其他…
applications-select-helper = 选择助手应用程序
applications-manage-app =
    .label = 应用程序详细信息…
applications-always-ask =
    .label = 每次都问我
# Variables:
#   $type-description (string) - Description of the type (e.g "Portable Document Format")
#   $type (string) - The MIME type (e.g application/binary)
applications-type-description-with-type = { $type-description } ({ $type })
# Variables:
#   $extension (string) - File extension (e.g .TXT)
#   $type (string) - The MIME type (e.g application/binary)
applications-file-ending-with-type = { applications-file-ending } ({ $type })
# Variables:
#   $plugin-name (string) - Name of a plugin (e.g Adobe Flash)
applications-use-plugin-in =
    .label = 使用 { $plugin-name } (在 { -brand-short-name } 中)
applications-open-inapp =
    .label = 用 { -brand-short-name } 打开

## The strings in this group are used to populate
## selected label element based on the string from
## the selected menu item.

applications-use-plugin-in-label =
    .value = { applications-use-plugin-in.label }
applications-action-save-label =
    .value = { applications-action-save.label }
applications-use-app-label =
    .value = { applications-use-app.label }
applications-open-inapp-label =
    .value = { applications-open-inapp.label }
applications-always-ask-label =
    .value = { applications-always-ask.label }
applications-use-app-default-label =
    .value = { applications-use-app-default.label }
applications-use-other-label =
    .value = { applications-use-other.label }
applications-use-os-default-label =
    .value = { applications-use-os-default.label }

##

applications-handle-new-file-types-description = { -brand-short-name } 应如何处理其他文件?
applications-save-for-new-types =
    .label = 保存文件
    .accesskey = S
applications-ask-before-handling =
    .label = 询问要打开还是保存文件
    .accesskey = A
drm-content-header = 采用数字版权管理(DRM)的内容
play-drm-content =
    .label = 播放采用 DRM 的内容
    .accesskey = P
play-drm-content-learn-more = 详细了解
update-application-title = { -brand-short-name } 更新
update-application-description = 让 { -brand-short-name } 保持最新,持续拥有最强的性能、稳定性和安全性。
# Variables:
# $version (string) - Firefox version
update-application-version = 版本: { $version } <a data-l10n-name="learn-more">新版变化</a>
update-history =
    .label = 显示更新历史…
    .accesskey = p
update-application-allow-description = 允许 { -brand-short-name }:
update-application-auto =
    .label = 自动安装更新(推荐)
    .accesskey = A
update-application-check-choose =
    .label = 检查更新,但由您决定是否安装
    .accesskey = C
update-application-manual =
    .label = 不检查更新(不推荐)
    .accesskey = N
update-application-background-enabled =
    .label = 当 { -brand-short-name } 未运行时
    .accesskey = W
update-application-warning-cross-user-setting = 此设置将影响使用这份 { -brand-short-name } 程序的所有 Windows 账户及 { -brand-short-name } 配置文件。
update-application-use-service =
    .label = 使用后台服务静默安装更新
    .accesskey = b
update-application-suppress-prompts =
    .label = 减少更新通知提醒
    .accesskey = n
update-setting-write-failure-title2 = 保存“更新”设置时出错
# Variables:
#   $path (string) - Path to the configuration file
# The newlines between the main text and the line containing the path is
# intentional so the path is easier to identify.
update-setting-write-failure-message2 =
    { -brand-short-name } 遇到错误,未能保存此更改。请注意,更改此更新设置需要写入下列文件的权限。您或系统管理员可以通过授予用户组对此文件的完全控制权来解决此错误。
    
    无法写入文件:{ $path }
update-in-progress-title = 正在更新
update-in-progress-message = 您要继续 { -brand-short-name } 的此次更新吗?
update-in-progress-ok-button = 放弃
# Continue is the cancel button so pressing escape or using a platform standard
# method of closing the UI will not discard the update.
update-in-progress-cancel-button = 继续

## General Section - Performance

performance-title = 性能
performance-use-recommended-settings-checkbox =
    .label = 使用推荐的性能设置
    .accesskey = U
performance-use-recommended-settings-desc = 自动选择适合此计算机配置的设置。
performance-settings-learn-more = 详细了解
performance-allow-hw-accel =
    .label = 自动启用硬件加速
    .accesskey = r
performance-limit-content-process-option = 内容进程限制
    .accesskey = L
performance-limit-content-process-enabled-desc = 调高内容进程数量可以改善使用多个标签页时的性能,但也将消耗更多内存。
performance-limit-content-process-blocked-desc = 仅在多进程 { -brand-short-name } 时可修改进程数量。 <a data-l10n-name="learn-more">了解如何检查多进程的启用状况</a>
# Variables:
#   $num (number) - Default value of the `dom.ipc.processCount` pref.
performance-default-content-process-count =
    .label = { $num } (默认)

## General Section - Browsing

browsing-title = 浏览
browsing-use-autoscroll =
    .label = 使用自动滚屏
    .accesskey = a
browsing-use-smooth-scrolling =
    .label = 使用平滑滚动
    .accesskey = m
browsing-gtk-use-non-overlay-scrollbars =
    .label = 总是显示滚动条
    .accesskey = o
browsing-always-underline-links =
    .label = 总是为链接添加下划线
    .accesskey = u
browsing-use-onscreen-keyboard =
    .label = 在需要时显示触摸键盘
    .accesskey = k
browsing-use-cursor-navigation =
    .label = 一律使用键盘方向键浏览网页(键盘浏览模式)
    .accesskey = c
browsing-use-full-keyboard-navigation =
    .label = 使用 Tab 键在表单控件和链接只见移动焦点
    .accesskey = t
browsing-search-on-start-typing =
    .label = 若在文本框外输入,则在页面中查找文本
    .accesskey = x
browsing-picture-in-picture-toggle-enabled =
    .label = 启用画中画视频控件
    .accesskey = E
browsing-picture-in-picture-learn-more = 详细了解
browsing-media-control =
    .label = 通过键盘、耳机或虚拟界面控制媒体
    .accesskey = v
browsing-media-control-learn-more = 详细了解
browsing-cfr-recommendations =
    .label = 在您浏览时推荐扩展
    .accesskey = R
browsing-cfr-features =
    .label = 在您浏览时推荐新功能
    .accesskey = f
browsing-cfr-recommendations-learn-more = 详细了解

## General Section - Proxy

network-settings-title = 网络设置
network-proxy-connection-description = 配置 { -brand-short-name } 如何连接互联网。
network-proxy-connection-learn-more = 详细了解
network-proxy-connection-settings =
    .label = 设置…
    .accesskey = e

## Home Section

home-new-windows-tabs-header = 新窗口和标签页
home-new-windows-tabs-description2 = 选择您打开主页、新窗口和新标签页时要看到的内容。

## Home Section - Home Page Customization

home-homepage-mode-label = 主页和新窗口
home-newtabs-mode-label = 新标签页
home-restore-defaults =
    .label = 恢复默认设置
    .accesskey = R
home-mode-choice-default-fx =
    .label = { -firefox-home-brand-name }(默认)
home-mode-choice-custom =
    .label = 自定义网址…
home-mode-choice-blank =
    .label = 空白页
home-homepage-custom-url =
    .placeholder = 粘贴一个网址…
# This string has a special case for '1' and [other] (default). If necessary for
# your language, you can add {$tabCount} to your translations and use the
# standard CLDR forms, or only use the form for [other] if both strings should
# be identical.
use-current-pages =
    .label =
        { $tabCount ->
            [1] 使用当前页面
           *[other] 使用当前所有页面
        }
    .accesskey = C
choose-bookmark =
    .label = 使用书签…
    .accesskey = B

## Home Section - Firefox Home Content Customization

home-prefs-content-header2 = { -firefox-home-brand-name }内容
home-prefs-content-description2 = 选择要在您的 { -firefox-home-brand-name }上显示的内容。
home-prefs-search-header =
    .label = 网络搜索
home-prefs-shortcuts-header =
    .label = 快捷方式
home-prefs-shortcuts-description = 您保存或访问过的网站
home-prefs-shortcuts-by-option-sponsored =
    .label = 赞助商网站

## Variables:
##  $provider (string) - Name of the corresponding content provider, e.g "Pocket".

home-prefs-recommended-by-header =
    .label = { $provider } 推荐
home-prefs-recommended-by-description-new = 由 { -brand-product-name } 旗下 { $provider } 策划的特别内容
home-prefs-recommended-by-header-generic =
    .label = 推荐文章
home-prefs-recommended-by-description-generic = 由 { -brand-product-name } 系列产品推荐的精选内容

##

home-prefs-recommended-by-learn-more = 使用方法
home-prefs-recommended-by-option-sponsored-stories =
    .label = 赞助内容
home-prefs-recommended-by-option-recent-saves =
    .label = 显示近期保存内容
home-prefs-highlights-option-visited-pages =
    .label = 访问过的页面
home-prefs-highlights-options-bookmarks =
    .label = 书签
home-prefs-highlights-option-most-recent-download =
    .label = 最近下载
home-prefs-highlights-option-saved-to-pocket =
    .label = 保存在 { -pocket-brand-name } 的页面
home-prefs-recent-activity-header =
    .label = 近期动态
home-prefs-recent-activity-description = 近期访问的网站与内容精选
# For the "Snippets" feature traditionally on about:home.
# Alternative translation options: "Small Note" or something that
# expresses the idea of "a small message, shortened from something else,
# and non-essential but also not entirely trivial and useless.
home-prefs-snippets-header =
    .label = 只言片语
home-prefs-snippets-description-new = 来自 { -vendor-short-name } 和 { -brand-product-name } 的使用窍门与快讯
# Variables:
#   $num (number) - Number of rows displayed
home-prefs-sections-rows-option =
    .label = { $num } 行

## Search Section

search-bar-header = 搜索栏
search-bar-hidden =
    .label = 使用地址栏完成搜索和访问
search-bar-shown =
    .label = 添加搜索栏到工具栏
search-engine-default-header = 默认搜索引擎
search-engine-default-desc-2 = 这是地址栏和搜索栏中的默认搜索引擎,您可以随时切换。
search-engine-default-private-desc-2 = 为隐私窗口选择不同的默认搜索引擎
search-separate-default-engine =
    .label = 在隐私窗口中使用此搜索引擎
    .accesskey = U
search-suggestions-header = 搜索建议
search-suggestions-desc = 选择搜索引擎建议的呈现方式。
search-suggestions-option =
    .label = 提供搜索建议
    .accesskey = s
search-show-suggestions-option =
    .label = 显示搜索建议
    .accesskey = S
search-show-suggestions-url-bar-option =
    .label = 在地址栏结果中显示搜索建议
    .accesskey = l
# With this option enabled, on the search results page
# the URL will be replaced by the search terms in the address bar
# when using the current default search engine.
search-show-search-term-option =
    .label = 默认搜索引擎下,搜索结果页的地址栏中显示搜索词而非网址
# This string describes what the user will observe when the system
# prioritizes search suggestions over browsing history in the results
# that extend down from the address bar. In the original English string,
# "ahead" refers to location (appearing most proximate to), not time
# (appearing before).
search-show-suggestions-above-history-option =
    .label = 在地址栏显示的结果中,将搜索建议显示在浏览历史上方
search-show-suggestions-private-windows =
    .label = 在隐私窗口中显示搜索建议
suggestions-addressbar-settings-generic2 = 更改其他地址栏建议设置
search-suggestions-cant-show = 由于您已经设置 { -brand-short-name } 不记录浏览历史,地址栏中将不会显示搜索建议。
search-one-click-header2 = 快捷搜索
search-one-click-desc = 请选择在地址栏和搜索栏输入关键词时,您希望显示在下方的其他可选用的搜索引擎。
search-choose-engine-column =
    .label = 搜索引擎
search-choose-keyword-column =
    .label = 关键词
search-restore-default =
    .label = 恢复默认搜索引擎
    .accesskey = d
search-remove-engine =
    .label = 移除
    .accesskey = R
search-add-engine =
    .label = 添加
    .accesskey = A
search-find-more-link = 寻找更多搜索引擎
# This warning is displayed when the chosen keyword is already in use
# ('Duplicate' is an adjective)
search-keyword-warning-title = 关键词重复
# Variables:
#   $name (string) - Name of a search engine.
search-keyword-warning-engine = 您选择的关键词已用于“{ $name }”,请换一个。
search-keyword-warning-bookmark = 您选择的关键词已用于某个书签,请换一个。

## Containers Section

containers-back-button2 =
    .aria-label = 回到设置
containers-header = 身份标签页
containers-add-button =
    .label = 添加新身份
    .accesskey = A
containers-new-tab-check =
    .label = 每次新建标签页时选择身份
    .accesskey = S
containers-settings-button =
    .label = 设置
containers-remove-button =
    .label = 移除

## Firefox account - Signed out. Note that "Sync" and "Firefox account" are now
## more discrete ("signed in" no longer means "and sync is connected").

sync-signedout-caption = 让您个性化的网络体验随身相伴
sync-signedout-description2 = 在您的各种设备间同步您的书签、历史记录、标签页、密码、附加组件与设置。
sync-signedout-account-signin3 =
    .label = 登录同步服务…
    .accesskey = i
# This message contains two links and two icon images.
#   `<img data-l10n-name="android-icon"/>` - Android logo icon
#   `<a data-l10n-name="android-link">` - Link to Android Download
#   `<img data-l10n-name="ios-icon">` - iOS logo icon
#   `<a data-l10n-name="ios-link">` - Link to iOS Download
#
# They can be moved within the sentence as needed to adapt
# to your language, but should not be changed or translated.
sync-mobile-promo = 在 <img data-l10n-name="android-icon"/> <a data-l10n-name="android-link">Android</a> 和 <img data-l10n-name="ios-icon"/> <a data-l10n-name="ios-link">iOS</a> 设备上安装 Firefox,让您的个性体验随身相伴。

## Firefox account - Signed in

sync-profile-picture =
    .tooltiptext = 更改头像
sync-sign-out =
    .label = 退出登录…
    .accesskey = g
sync-manage-account = 管理账户
    .accesskey = o

## Variables
## $email (string) - Email used for Firefox account

sync-signedin-unverified = { $email } 未验证。
sync-signedin-login-failure = 请登录以重新绑定 { $email }

##

sync-resend-verification =
    .label = 重发验证邮件
    .accesskey = d
sync-verify-account =
    .label = 验证账户
    .accesskey = V
sync-remove-account =
    .label = 移除账户
    .accesskey = p
sync-sign-in =
    .label = 登录
    .accesskey = g

## Sync section - enabling or disabling sync.

prefs-syncing-on = 同步:开启
prefs-syncing-off = 同步:关闭
prefs-sync-turn-on-syncing =
    .label = 开启同步...
    .accesskey = s
prefs-sync-offer-setup-label2 = 在您的各种设备间同步您的书签、历史记录、标签页、密码、附加组件与设置。
prefs-sync-now =
    .labelnotsyncing = 立即同步
    .accesskeynotsyncing = N
    .labelsyncing = 正在同步...
prefs-sync-now-button =
    .label = 立即同步
    .accesskey = N
prefs-syncing-button =
    .label = 正在同步...

## The list of things currently syncing.

sync-syncing-across-devices-heading = 您目前与已连接的设备同步以下项目:
sync-currently-syncing-bookmarks = 书签
sync-currently-syncing-history = 历史记录
sync-currently-syncing-tabs = 打开的标签页
sync-currently-syncing-logins-passwords = 登录名和密码
sync-currently-syncing-passwords = 密码
sync-currently-syncing-addresses = 邮政地址
sync-currently-syncing-creditcards = 信用卡
sync-currently-syncing-payment-methods = 付款方式
sync-currently-syncing-addons = 附加组件
sync-currently-syncing-settings = 设置
sync-change-options =
    .label = 更改…
    .accesskey = C

## The "Choose what to sync" dialog.

sync-choose-what-to-sync-dialog3 =
    .title = 选择要同步的项目
    .style = min-width: 36em;
    .buttonlabelaccept = 保存更改
    .buttonaccesskeyaccept = S
    .buttonlabelextra2 = 断开连接…
    .buttonaccesskeyextra2 = D
sync-choose-dialog-subtitle = 对同步项目的更改会同步到所有已连接的设备上。
sync-engine-bookmarks =
    .label = 书签
    .accesskey = m
sync-engine-history =
    .label = 历史记录
    .accesskey = r
sync-engine-tabs =
    .label = 打开的标签页
    .tooltiptext = 所有同步的设备上打开的标签页
    .accesskey = t
sync-engine-logins-passwords =
    .label = 登录名和密码
    .tooltiptext = 您存入的用户名和密码
    .accesskey = L
sync-engine-passwords =
    .label = 密码
    .tooltiptext = 保存的密码
    .accesskey = P
sync-engine-addresses =
    .label = 邮政地址
    .tooltiptext = 您已保存的邮政地址(仅限桌面版)
    .accesskey = e
sync-engine-creditcards =
    .label = 信用卡
    .tooltiptext = 姓名、号码、有效期限(仅限桌面版)
    .accesskey = C
sync-engine-payment-methods2 =
    .label = 付款方式
    .tooltiptext = 姓名、卡号、有效期
    .accesskey = n
sync-engine-addons =
    .label = 附加组件
    .tooltiptext = 用于 Firefox 桌面版的扩展和主题
    .accesskey = A
sync-engine-settings =
    .label = 设置
    .tooltiptext = 您更改过的常规、隐私与安全等设置
    .accesskey = s

## The device name controls.

sync-device-name-header = 设备名称
sync-device-name-change =
    .label = 更改设备名称…
    .accesskey = h
sync-device-name-cancel =
    .label = 取消
    .accesskey = n
sync-device-name-save =
    .label = 保存
    .accesskey = v
sync-connect-another-device = 连接其他设备

## These strings are shown in a desktop notification after the
## user requests we resend a verification email.

sync-verification-sent-title = 已发出验证邮件
# Variables:
#   $email (String): Email address of user's Firefox account.
sync-verification-sent-body = 验证链接已发送到 { $email }。
sync-verification-not-sent-title = 无法发送验证邮件
sync-verification-not-sent-body = 我们目前无法发送验证邮件,请稍后再试。

## Privacy Section

privacy-header = 浏览器隐私

## Privacy Section - Logins and Passwords

# The search keyword isn't shown to users but is used to find relevant settings in about:preferences.
pane-privacy-logins-and-passwords-header = 登录信息与密码
    .searchkeywords = { -lockwise-brand-short-name }
# Checkbox to control whether UI is shown to users to save or fill logins/passwords.
forms-ask-to-save-logins =
    .label = 向您询问是否保存网站的登录名和密码
    .accesskey = r

## Privacy Section - Passwords

# "Logins" is the former term for "Passwords". Users should find password settings
# by searching for the former term "logins". It's not displayed in the UI.
pane-privacy-passwords-header = 密码
    .searchkeywords = 登录信息
# Checkbox to control whether UI is shown to users to save or fill logins/passwords.
forms-ask-to-save-passwords =
    .label = 询问是否保存密码
    .accesskey = A
forms-exceptions =
    .label = 例外…
    .accesskey = x
forms-generate-passwords =
    .label = 建议并生成高强度密码
    .accesskey = u
forms-suggest-passwords =
    .label = 建议高强度密码…
    .accesskey = S
forms-breach-alerts =
    .label = 显示有关网站密码外泄的提醒
    .accesskey = b
forms-breach-alerts-learn-more-link = 详细了解
preferences-relay-integration-checkbox =
    .label = 建议使用 { -relay-brand-name } 马甲邮箱以保护您的电子邮箱
preferences-relay-integration-checkbox2 =
    .label = 建议使用 { -relay-brand-name } 马甲邮箱来保护邮箱地址
    .accesskey = r
relay-integration-learn-more-link = 详细了解
# Checkbox which controls filling saved logins into fields automatically when they appear, in some cases without user interaction.
forms-fill-logins-and-passwords =
    .label = 自动填写登录名和密码
    .accesskey = i
forms-saved-logins =
    .label = 已保存的登录信息…
    .accesskey = L
# Checkbox which controls filling saved logins into fields automatically when they appear, in some cases without user interaction.
forms-fill-usernames-and-passwords =
    .label = 自动填写用户名和密码
    .accesskey = F
forms-saved-passwords =
    .label = 保存的密码
    .accesskey = d
forms-primary-pw-use =
    .label = 使用主密码
    .accesskey = U
forms-primary-pw-learn-more-link = 详细了解
# This string uses the former name of the Primary Password feature
# ("Master Password" in English) so that the preferences can be found
# when searching for the old name. The accesskey is unused.
forms-master-pw-change =
    .label = 修改主密码…
    .accesskey = M
forms-primary-pw-change =
    .label = 更改主密码…
    .accesskey = P
# Leave this message empty if the translation for "Primary Password" matches
# "Master Password" in your language. If you're editing the FTL file directly,
# use { "" } as the value.
forms-primary-pw-former-name = { "" }
forms-primary-pw-fips-title = 您正处于 FIPS 模式。该模式需要一个非空的主密码。
forms-master-pw-fips-desc = 密码修改失败
forms-windows-sso =
    .label = 允许面向 Microsoft 账户(个人/工作/学校)的 Windows 单点登录
forms-windows-sso-learn-more-link = 详细了解
forms-windows-sso-desc = 在您的设备设置中管理账户
windows-passkey-settings-label = 在系统设置中管理通行密钥

## OS Authentication dialog

# This message can be seen by trying to add a Primary Password.
primary-password-os-auth-dialog-message-win = 请输入 Windows 登录凭据,以创建主密码。这有助于保护您的账户安全。
# This message can be seen by trying to add a Primary Password.
# The macOS strings are preceded by the operating system with "Firefox is trying to "
# and includes subtitle of "Enter password for the user "xxx" to allow this." These
# notes are only valid for English. Please test in your locale.
primary-password-os-auth-dialog-message-macosx = 创建主密码
master-password-os-auth-dialog-caption = { -brand-full-name }

## Privacy section - Autofill

pane-privacy-autofill-header = 自动填写
autofill-addresses-checkbox = 保存和自动填写密码
    .accesskey = a
autofill-saved-addresses-button = 保存的地址
    .accesskey = S
autofill-payment-methods-checkbox-message = 保存和填写付款方式
    .accesskey = m
autofill-payment-methods-checkbox-submessage = 包括信用卡和借记卡
    .accesskey = I
autofill-saved-payment-methods-button = 保存的付款方式
    .accesskey = v
autofill-reauth-checkbox =
    { PLATFORM() ->
        [macos] 需要进行 macOS 身份验证以填写和编辑付款方式。
        [windows] 需要进行 Windows 身份验证以填写和编辑付款方式。
        [linux] 需要进行 Linux 身份验证以填写和编辑付款方式。
       *[other] 需要进行身份验证以填写和编辑付款方式。
    }
    .accesskey = o

## Privacy Section - History

history-header = 历史记录
# This label is followed, on the same line, by a dropdown list of options
# (Remember history, etc.).
# In English it visually creates a full sentence, e.g.
# "Firefox will" + "Remember history".
#
# If this doesn't work for your language, you can translate this message:
#   - Simply as "Firefox", moving the verb into each option.
#     This will result in "Firefox" + "Will remember history", etc.
#   - As a stand-alone message, for example "Firefox history settings:".
history-remember-label = { -brand-short-name } 将
    .accesskey = w
history-remember-option-all =
    .label = 记录历史
history-remember-option-never =
    .label = 不记录历史
history-remember-option-custom =
    .label = 使用自定义设置
history-remember-description = { -brand-short-name } 将记住您的浏览、下载、表单和搜索记录。
history-dontremember-description = { -brand-short-name } 将采用与“隐私浏览模式”相同的设置,不会记录您浏览网络的历史。
history-private-browsing-permanent =
    .label = 一律使用隐私浏览模式
    .accesskey = p
history-remember-browser-option =
    .label = 记住浏览和下载历史
    .accesskey = b
history-remember-search-option =
    .label = 记住搜索和表单历史
    .accesskey = f
history-clear-on-close-option =
    .label = 在 { -brand-short-name } 关闭时清除历史记录
    .accesskey = r
history-clear-on-close-settings =
    .label = 设置…
    .accesskey = t
history-clear-button =
    .label = 清除历史记录…
    .accesskey = s

## Privacy Section - Site Data

sitedata-header = Cookie 和网站数据
sitedata-total-size-calculating = 正在计算网站数据和缓存的大小…
# Variables:
#   $value (number) - Value of the unit (for example: 4.6, 500)
#   $unit (string) - Name of the unit (for example: "bytes", "KB")
sitedata-total-size = 您已存储的 Cookie、网站数据和缓存目前使用了 { $value } { $unit } 磁盘空间。
sitedata-learn-more = 详细了解
sitedata-delete-on-close =
    .label = 关闭 { -brand-short-name } 时删除 Cookie 与网站数据
    .accesskey = C
sitedata-delete-on-close-private-browsing = 永久启用隐私浏览模式后,每次关闭 { -brand-short-name } 时都会清除 Cookie 和网站数据。
sitedata-delete-on-close-private-browsing2 = 根据您的历史记录设置,{ -brand-short-name } 将在关闭浏览器时删除浏览期间产生的 Cookie 和网站数据。
sitedata-allow-cookies-option =
    .label = 接受 Cookie 和网站数据
    .accesskey = A
sitedata-disallow-cookies-option =
    .label = 阻止 Cookie 和网站数据
    .accesskey = B
# This label means 'type of content that is blocked', and is followed by a drop-down list with content types below.
# The list items are the strings named sitedata-block-*-option*.
sitedata-block-desc = 阻止类型
    .accesskey = T
sitedata-option-block-cross-site-trackers =
    .label = 跨站跟踪器
sitedata-option-block-cross-site-tracking-cookies =
    .label = 跨站跟踪性 Cookie
sitedata-option-block-cross-site-cookies =
    .label = 跨站跟踪性 Cookie,并隔离其余跨站 Cookie
sitedata-option-block-unvisited =
    .label = 未访问网站的 Cookie
sitedata-option-block-all-cross-site-cookies =
    .label = 所有跨站 Cookie(可能导致网站异常)
sitedata-option-block-all =
    .label = 所有 Cookie(将会导致网站异常)
sitedata-clear =
    .label = 清除数据…
    .accesskey = l
sitedata-settings =
    .label = 管理数据…
    .accesskey = M
sitedata-cookies-exceptions =
    .label = 管理例外…
    .accesskey = x

## Privacy Section - Cookie Banner Handling

cookie-banner-handling-header = 减少 Cookie 横幅
cookie-banner-handling-description = { -brand-short-name } 会在支持的网站上尽可能拒绝 Cookie 横幅的请求。

## Privacy Section - Cookie Banner Blocking

cookie-banner-blocker-header = Cookie 横幅拦截器
cookie-banner-blocker-description = 当网站询问是否允许在隐私浏览模式中使用 Cookie 时,{ -brand-short-name } 会自动为您拒绝。仅适用于支持该功能的网站。
cookie-banner-learn-more = 详细了解
forms-handle-cookie-banners =
    .label = 减少 Cookie 横幅
cookie-banner-blocker-checkbox-label =
    .label = 自动拒绝 Cookie 横幅

## Privacy Section - Address Bar

addressbar-header = 地址栏
addressbar-suggest = 使用地址栏时,为我建议:
addressbar-locbar-history-option =
    .label = 浏览历史
    .accesskey = H
addressbar-locbar-bookmarks-option =
    .label = 书签
    .accesskey = k
addressbar-locbar-clipboard-option =
    .label = 剪贴板
    .accesskey = C
addressbar-locbar-openpage-option =
    .label = 打开的标签页
    .accesskey = O
# Shortcuts refers to the shortcut tiles on the new tab page, previously known as top sites. Translation should be consistent.
addressbar-locbar-shortcuts-option =
    .label = 快捷方式
    .accesskey = S
addressbar-locbar-topsites-option =
    .label = 常用网站
    .accesskey = T
addressbar-locbar-engines-option =
    .label = 搜索引擎
    .accesskey = a
addressbar-locbar-quickactions-option =
    .label = 快捷操作
    .accesskey = Q
addressbar-suggestions-settings = 更改搜索引擎建议的首选项
addressbar-locbar-showrecentsearches-option =
    .label = 显示近期搜索
    .accesskey = r
addressbar-quickactions-learn-more = 详细了解

## Privacy Section - Content Blocking

content-blocking-enhanced-tracking-protection = 增强型跟踪保护
content-blocking-section-top-level-description = 跟踪器会跟踪您的在线活动,收集您的浏览习惯与兴趣爱好。{ -brand-short-name } 可拦截众多跟踪器和其他恶意脚本。
content-blocking-learn-more = 详细了解
content-blocking-fpi-incompatibility-warning = 您已启用第一方隔离(FPI)功能,会覆盖 { -brand-short-name } 的某些 Cookie 设置。
# There is no need to translate "Resist Fingerprinting (RFP)". This is a
# feature that can only be enabled via about:config, and it's not exposed to
# standard users (e.g. via Settings).
content-blocking-rfp-incompatibility-warning = 您正在使用 Resist Fingerprinting(RFP),这会覆盖 { -brand-short-name } 部分数字指纹跟踪程序保护设置,并可能导致某些网站异常。

## These strings are used to define the different levels of
## Enhanced Tracking Protection.

# "Standard" in this case is an adjective, meaning "default" or "normal".
enhanced-tracking-protection-setting-standard =
    .label = 标准
    .accesskey = d
enhanced-tracking-protection-setting-strict =
    .label = 严格
    .accesskey = r
enhanced-tracking-protection-setting-custom =
    .label = 自定义
    .accesskey = C

##

content-blocking-etp-standard-desc = 平衡保护和性能。页面将正常加载。
content-blocking-etp-strict-desc = 更强大的保护,但可能导致某些网站异常。
content-blocking-etp-custom-desc = 选择要拦截的跟踪器和脚本。
content-blocking-etp-blocking-desc = { -brand-short-name } 拦截下列项目:
content-blocking-private-windows = 隐私窗口中的跟踪性内容
content-blocking-cross-site-cookies-in-all-windows2 = 所有窗口中的跨站 Cookie
content-blocking-cross-site-tracking-cookies = 跨站跟踪性 Cookie
content-blocking-all-cross-site-cookies-private-windows = 隐私窗口中的跨站 Cookie
content-blocking-cross-site-tracking-cookies-plus-isolate = 跨站跟踪性 Cookie,并隔离其余的 Cookie
content-blocking-social-media-trackers = 社交媒体跟踪器
content-blocking-all-cookies = 所有 Cookie
content-blocking-unvisited-cookies = 未访问网站的 Cookie
content-blocking-all-windows-tracking-content = 所有窗口中的跟踪性内容
content-blocking-all-cross-site-cookies = 所有跨站 Cookie
content-blocking-cryptominers = 加密货币挖矿程序
content-blocking-fingerprinters = 数字指纹跟踪程序
# The known fingerprinters are those that are known for collecting browser fingerprints from user devices. And
# the suspected fingerprinters are those that we are uncertain about browser fingerprinting activities. But they could
# possibly acquire browser fingerprints because of the behavior on accessing APIs that expose browser fingerprints.
content-blocking-known-and-suspected-fingerprinters = 已知的和存疑的数字指纹跟踪程序

# The tcp-rollout strings are no longer used for the rollout but for tcp-by-default in the standard section

# "Contains" here means "isolates", "limits".
content-blocking-etp-standard-tcp-rollout-description = “全方位 Cookie 保护”能够完全隔离每个网站的 Cookie,阻止跟踪器借其跨站跟踪您。
content-blocking-etp-standard-tcp-rollout-learn-more = 详细了解
content-blocking-etp-standard-tcp-title = 包含我们迄今最强大的隐私保护功能 — 全方位 Cookie 保护
content-blocking-warning-title = 注意!
content-blocking-and-isolating-etp-warning-description-2 = 此设置可能会导致某些网站无法显示内容或正常工作。若网站异常,则可能需要关闭该网站的跟踪保护功能,以加载全部内容。
content-blocking-warning-learn-how = 了解要如何做
content-blocking-reload-description = 需要重新加载标签页才能应用变更。
content-blocking-reload-tabs-button =
    .label = 重新加载所有标签页
    .accesskey = R
content-blocking-tracking-content-label =
    .label = 跟踪性内容
    .accesskey = T
content-blocking-tracking-protection-option-all-windows =
    .label = 所有窗口
    .accesskey = A
content-blocking-option-private =
    .label = 仅在隐私窗口中
    .accesskey = p
content-blocking-tracking-protection-change-block-list = 更换拦截列表
content-blocking-cookies-label =
    .label = Cookie
    .accesskey = C
content-blocking-expand-section =
    .tooltiptext = 详细信息
# Cryptomining refers to using scripts on websites that can use a computer’s resources to mine cryptocurrency without a user’s knowledge.
content-blocking-cryptominers-label =
    .label = 加密货币挖矿程序
    .accesskey = y
# Browser fingerprinting is a method of tracking users by the configuration and settings information (their "digital fingerprint")
# that is visible to websites they browse, rather than traditional tracking methods such as IP addresses and unique cookies.
content-blocking-fingerprinters-label =
    .label = 数字指纹跟踪程序
    .accesskey = F
# Browser fingerprinting is a method of tracking users by the configuration and settings information (their "digital fingerprint")
# that is visible to websites they browse, rather than traditional tracking methods such as IP addresses and unique cookies.
#
# The known fingerprinters are those that are known for collecting browser fingerprints from user devices.
content-blocking-known-fingerprinters-label =
    .label = 已知的数字指纹跟踪程序
    .accesskey = K
# The suspected fingerprinters are those that we are uncertain about browser fingerprinting activities. But they could
# possibly acquire browser fingerprints because of the behavior on accessing APIs that expose browser fingerprints.
content-blocking-suspected-fingerprinters-label =
    .label = 存疑的数字指纹跟踪程序
    .accesskey = S

## Privacy Section - Tracking

tracking-manage-exceptions =
    .label = 管理例外…
    .accesskey = x

## Privacy Section - Permissions

permissions-header = 权限
permissions-location = 位置
permissions-location-settings =
    .label = 设置…
    .accesskey = l
permissions-xr = 虚拟现实
permissions-xr-settings =
    .label = 设置…
    .accesskey = t
permissions-camera = 摄像头
permissions-camera-settings =
    .label = 设置…
    .accesskey = c
permissions-microphone = 麦克风
permissions-microphone-settings =
    .label = 设置…
    .accesskey = m
# Short form for "the act of choosing sound output devices and redirecting audio to the chosen devices".
permissions-speaker = 扬声器
permissions-speaker-settings =
    .label = 设置…
    .accesskey = t
permissions-notification = 通知
permissions-notification-settings =
    .label = 设置…
    .accesskey = n
permissions-notification-link = 详细了解
permissions-notification-pause =
    .label = 暂停通知直至下次打开 { -brand-short-name }
    .accesskey = n
permissions-autoplay = 自动播放
permissions-autoplay-settings =
    .label = 设置…
    .accesskey = t
permissions-block-popups =
    .label = 阻止弹出式窗口
    .accesskey = B
# "popup" is a misspelling that is more popular than the correct spelling of
# "pop-up" so it's included as a search keyword, not displayed in the UI.
permissions-block-popups-exceptions-button =
    .label = 例外…
    .accesskey = e
    .searchkeywords = popups 彈出 視窗
permissions-addon-install-warning =
    .label = 当网站尝试安装附加组件时警告您
    .accesskey = W
permissions-addon-exceptions =
    .label = 例外…
    .accesskey = E

## Privacy Section - Data Collection

collection-header = { -brand-short-name } 数据收集与使用
collection-header2 = { -brand-short-name } 数据收集与使用
    .searchkeywords = 遥测
collection-description = 我们力图为您提供选择权,并保证只收集我们为众人提供和改进 { -brand-short-name } 所需的信息。我们仅在征得您的同意后接收个人信息。
collection-privacy-notice = 隐私声明
collection-health-report-telemetry-disabled = 您不再允许 { -vendor-short-name } 捕获技术和交互数据。过去收集的所有数据将在 30 天内删除。
collection-health-report-telemetry-disabled-link = 详细了解
collection-health-report =
    .label = 允许 { -brand-short-name } 向 { -vendor-short-name } 发送技术信息及交互数据
    .accesskey = r
collection-health-report-link = 详细了解
collection-studies =
    .label = 允许 { -brand-short-name } 安装并运行一些实验项目
collection-studies-link = 查看 { -brand-short-name } 在进行的实验
addon-recommendations =
    .label = 允许 { -brand-short-name } 提供个性化扩展推荐
addon-recommendations-link = 详细了解
# This message is displayed above disabled data sharing options in developer builds
# or builds with no Telemetry support available.
collection-health-report-disabled = 在此构建配置下数据反馈被禁用
collection-backlogged-crash-reports-with-link = 允许 { -brand-short-name } 代您发送积压的崩溃报告 <a data-l10n-name="crash-reports-link">详细了解</a>
    .accesskey = c
privacy-segmentation-section-header = 增强浏览体验的新功能
privacy-segmentation-section-description = 当我们推出需使用您数据以提供更个性化的上网体验的新功能时:
privacy-segmentation-radio-off =
    .label = 使用 { -brand-product-name } 推荐
privacy-segmentation-radio-on =
    .label = 显示详细信息

## Privacy Section - Security
##
## It is important that wording follows the guidelines outlined on this page:
## https://developers.google.com/safe-browsing/developers_guide_v2#AcceptableUsage

security-header = 安全
security-browsing-protection = 欺诈内容和危险软件防护
security-enable-safe-browsing =
    .label = 拦截危险与诈骗内容
    .accesskey = B
security-enable-safe-browsing-link = 详细了解
security-block-downloads =
    .label = 拦截危险的下载项
    .accesskey = D
security-block-uncommon-software =
    .label = 发现流氓软件或不寻常的软件时发出警告
    .accesskey = C

## Privacy Section - Certificates

certs-header = 证书
certs-enable-ocsp =
    .label = 查询 OCSP 响应服务器,以确认证书当前是否有效
    .accesskey = Q
certs-view =
    .label = 查看证书…
    .accesskey = C
certs-devices =
    .label = 安全设备…
    .accesskey = D
certs-thirdparty-toggle =
    .label = 允许 { -brand-short-name } 自动信任您安装的第三方根证书
    .accesskey = t
space-alert-over-5gb-settings-button =
    .label = 打开设置
    .accesskey = O
space-alert-over-5gb-message2 = <strong>{ -brand-short-name } 运行所需的磁盘空间不足。</strong>网站内容可能无法正常显示。您可以在 设置 > 隐私与安全 > Cookie 和网站数据 中清除已存储的数据。
space-alert-under-5gb-message2 = <strong>{ -brand-short-name } 运行所需的磁盘空间不足。</strong>网站内容可能无法正常显示。点击“详细了解”了解如何优化您的磁盘空间,从而获得更好的浏览体验。

## Privacy Section - HTTPS-Only

httpsonly-header = HTTPS-Only 模式
httpsonly-description = HTTPS 可在 { -brand-short-name } 和您访问的网站之间提供安全、加密的连接。现今,大多数网站都支持 HTTPS,若选择启用 HTTPS-Only 模式,{ -brand-short-name } 将会升级所有连接为 HTTPS。
httpsonly-learn-more = 详细了解
httpsonly-radio-enabled =
    .label = 在所有窗口启用 HTTPS-Only 模式
httpsonly-radio-enabled-pbm =
    .label = 仅在隐私窗口启用 HTTPS-Only 模式
httpsonly-radio-disabled =
    .label = 不启用 HTTPS-Only 模式

## DoH Section

preferences-doh-header = 基于 HTTPS 的 DNS
preferences-doh-description = 基于 HTTPS 的 DNS 会通过加密的连接发送您对域名的请求,从而建立安全 DNS 连接,使他人更难得知您要访问的网站。
preferences-doh-description2 = 基于 HTTPS 的 DNS 会通过加密的连接发送您对域名的请求,从而提供安全 DNS,使他人更难得知您要访问的网站。
# Variables:
#   $status (string) - The status of the DoH connection
preferences-doh-status = 状态:{ $status }
# Variables:
#   $name (string) - The name of the DNS over HTTPS resolver. If a custom resolver is used, the name will be the domain of the URL.
preferences-doh-resolver = 提供方:{ $name }
# This is displayed instead of $name in preferences-doh-resolver
# when the DoH URL is not a valid URL
preferences-doh-bad-url = 无效网址
preferences-doh-steering-status = 使用本地提供方
preferences-doh-status-active = 启用
preferences-doh-status-disabled = 关闭
# Variables:
#   $reason (string) - A string representation of the reason DoH is not active. For example NS_ERROR_UNKNOWN_HOST or TRR_RCODE_FAIL.
preferences-doh-status-not-active = 未启用({ $reason })
preferences-doh-group-message = 安全 DNS 启用策略:
preferences-doh-group-message2 = “基于 HTTPS 的 DNS”启用策略:
preferences-doh-expand-section =
    .tooltiptext = 更多信息
preferences-doh-setting-default =
    .label = 默认保护
    .accesskey = D
preferences-doh-default-desc = 由 { -brand-short-name } 决定何时使用安全 DNS 来保护您的隐私。
preferences-doh-default-detailed-desc-1 = 位于安全 DNS 可用的地区则使用
preferences-doh-default-detailed-desc-2 = 若安全 DNS 提供方出现问题则使用默认 DNS 解析器
preferences-doh-default-detailed-desc-3 = 尽可能使用本地提供方
preferences-doh-default-detailed-desc-4 = 当 VPN、家长控制或企业策略生效时关闭
preferences-doh-default-detailed-desc-5 = 当网络设备告知 { -brand-short-name } 不应使用安全 DNS 时关闭
preferences-doh-setting-enabled =
    .label = 增强保护
    .accesskey = I
preferences-doh-enabled-desc = 由您选择安全 DNS 的提供方并决定何时使用。
preferences-doh-enabled-detailed-desc-1 = 使用您选择的提供方
preferences-doh-enabled-detailed-desc-2 = 只在安全 DNS 出现问题时使用默认 DNS 解析器
preferences-doh-setting-strict =
    .label = 最大保护
    .accesskey = M
preferences-doh-strict-desc = { -brand-short-name } 只会使用安全 DNS。如确实需要使用系统 DNS,您将预先收到安全风险警告。
preferences-doh-strict-detailed-desc-1 = 只使用您选择的提供方
preferences-doh-strict-detailed-desc-2 = 安全 DNS 不可用时发出警告
preferences-doh-strict-detailed-desc-3 = 在无法使用安全 DNS 的情况下,某些网站可能无法加载或功能异常
preferences-doh-setting-off =
    .label = 关闭
    .accesskey = O
preferences-doh-off-desc = 使用默认 DNS 解析器
preferences-doh-checkbox-warn =
    .label = 如果第三方主动阻止安全 DNS,则发出警告
    .accesskey = W
preferences-doh-select-resolver = 选择提供方:
preferences-doh-exceptions-description = { -brand-short-name } 将不再使用安全 DNS 解析这些网站
preferences-doh-manage-exceptions =
    .label = 管理例外…
    .accesskey = x

## The following strings are used in the Download section of settings

desktop-folder-name = 桌面
downloads-folder-name = 下载
choose-download-folder-title = 选择下载文件夹: