-
Notifications
You must be signed in to change notification settings - Fork 0
/
zh-hans.json
5193 lines (5193 loc) · 510 KB
/
zh-hans.json
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
{
"": "",
" Est. Usable Raw Capacity": "估计可用原始容量",
" as of {dateTime}": "截至 {dateTime}",
"\"Power On Hours\" are how many hours have passed while the disk has been powered on. \"Power On Hours Ago\" is how many power on hours have passed since each test.": "上电时间 是指磁盘自开机以来经过的小时数。累计上电时间 是指自每次测试以来经过的开机小时数。",
"({n, plural, =1 {# widget} other {# widgets}})": "({n} 个小部件)",
"...": "",
"... Make sure the TrueNAS system is powered on and connected to the network.": "请确保 TrueNAS 系统已通电并连接到网络。",
"1m Average": "1分钟平均",
"2FA": "双因素认证 (2FA)",
"2FA Settings": "2FA 设置",
"<a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteEndpoints.html\" target=\"_blank\">S3 API endpoint URL</a>. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of <a href=\"https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_website_region_endpoints\" target=\"_blank\">Simple Storage Service Website Endpoints</a>.": "<a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteEndpoints.html\" target=\"_blank\">S3 API 端点 URL</a>。在使用 AWS 时,端点字段可以为空,以使用该区域的默认端点, 可用的存储桶会自动获取。有关 <a href=\"https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_website_region_endpoints\" target=\"_blank\">简单存储服务网站端点</a> 的列表,请参阅 AWS 文档。",
"<b>WARNING:</b> Rolling the dataset back destroys data on the dataset <i>and</i> can destroy additional snapshots that are related to the dataset. <b>This can result in permanent data loss!</b> Do not roll back until all desired data and snapshots are backed up.": "<b>警告:</b> 将数据集回滚会破坏数据集上的数据 <i>并且</i> 可能会破坏与该数据集相关的其他快照。<b>这可能导致永久数据丢失!</b> 在备份所有所需的数据和快照之前,请勿进行回滚。",
"<i>Yes:</i> Disables the <b>Password</b> fields. The account cannot use password-based logins for services. For example, disabling the password prevents using account credentials to log in to an SMB share or open an SSH session on the system. The <b>Lock User</b> and <b>Permit Sudo</b> options are also removed.<br><br> <i>No:</i> Requires adding a <b>Password</b> to the account. The account can use the saved <b>Password</b> to authenticate with password-based services.": "<i>是:</i>禁用 <b>密码</b> 字段。该帐户无法使用基于密码的登录服务。例如,禁用密码会阻止使用帐户凭据登录到 SMB 共享或在系统上打开 SSH 会话。同时,<b>锁定用户</b> 和 <b>允许 Sudo</b> 选项也被移除。<br><br> <i>否:</i> 需要为帐户新增一个 <b>密码</b>。该帐户可以使用保存的 <b>密码</b> 来进行基于密码的服务认证。",
"<p>The system will restart to perform this operation!</p> <p><font color=\"red\">All passwords are reset when the uploaded configuration database file was saved without the Password Secret Seed. </font></p>": "<p>系统将重新启动以执行此操作!</p> <p><font color=\"red\">当上传的配置备份文件在没有密钥种子的情况下被保存时,所有密码将被重置。</font></p>",
"A single bandwidth limit or bandwidth limit schedule in rclone format. Separate entries by pressing <code>Enter</code>. Example: <samp>08:00,512</samp> <samp>12:00,10MB</samp> <samp>13:00,512</samp> <samp>18:00,30MB</samp> <samp>23:00,off</samp>. Units can be specified with a suffix of <samp>b</samp> (default), <samp>k</samp>, <samp>M</samp>, or <samp>G</samp>. See <a href=\"https://rclone.org/docs/#bwlimit-bandwidth-spec\" target=\"_blank\">rclone --bwlimit</a>.": "按 rclone 格式的 单个带宽限制 或 带宽限制计划。通过按 <code>Enter</code> 键分隔条目。例如: <samp>08:00,512</samp> <samp>12:00,10MB</samp> <samp>13:00,512</samp> <samp>18:00,30MB</samp> <samp>23:00,off</samp>。单位可以使用后缀 <samp>b</samp>(默认为此), <samp>k</samp>, <samp>M</samp> 或 <samp>G</samp> 来指定。请参阅 <a href=\"https://rclone.org/docs/#bwlimit-bandwidth-spec\" target=\"_blank\">rclone --bwlimit</a>。",
"ACL": "ACL(访问控制列表)",
"ACL Editor": "ACL 编辑器",
"ACL Mode": "ACL 模式",
"ACME Certificate Created": "ACME 证书已创建",
"ACME DNS Authenticator": "ACME DNS 验证器",
"ACME DNS-Authenticator": "ACME DNS 验证器",
"ACME Server Directory URI": "ACME 服务器目录 URI",
"AD Timeout": "AD 超时",
"AD users and groups by default will have a domain name prefix (`DOMAIN\\`). In some edge cases this may cause erratic behavior from some clients and applications that are poorly designed and cannot handle the prefix. Set only if required for a specific application or client. Note that using this setting is not recommended as it may cause collisions with local user account names.": "AD 用户和组默认将具有域名前缀(`DOMAIN\\`)。在某些特定情况下,这可能会导致某些客户和应用程序的不稳定行为,特别是那些设计不佳且无法处理该前缀的应用程序。仅在特定应用或客户端需要时设置此项。请注意,使用此设置并不推荐,因为可能会与本地用户帐户名称发生冲突。",
"Abort Job": "停止任务",
"Aborting...": "正在停止……",
"Accept": "接受",
"Ace has errors.": "Ace 有错误。",
"Active Directory is disabled.": "AD 已禁用。",
"Active IP Addresses": "活动 IP 地址",
"Add ACME DNS-Authenticator": "新增 ACME DNS 验证器",
"Add Alert": "新增警报",
"Add Backup Credential": "新增备份凭据",
"Add Certificate Signing Requests": "新增证书签名请求(CSR)",
"Add Cloud Backup": "新增云备份",
"Add Cloud Credential": "新增云凭据",
"Add Credential": "新增凭据",
"Add Custom App": "新增自定义应用程序",
"Add Disk Test": "新增磁盘测试",
"Add Expansion Shelf": "新增扩展机柜",
"Add Exporter": "新增导出器",
"Add Filesystem": "新增文件系统",
"Add Image": "新增图像",
"Add Item": "新增项目",
"Add Kernel Parameters": "新增内核参数",
"Add Key": "新增密钥",
"Add Local Group": "新增本地组",
"Add Local User": "新增本地用户",
"Add New": "新增",
"Add Periodic S.M.A.R.T. Test": "新增定期 S.M.A.R.T. 测试",
"Add Pool": "新增池",
"Add Privilege": "新增权限",
"Add SMB Share": "新增 SMB 共享",
"Add SPN": "新增 SPN",
"Add SSH Connection": "新增 SSH 连接",
"Add SSH Keypair": "新增 SSH 密钥对",
"Add Share": "新建共享",
"Add Smart Test": "新增 S.M.A.R.T. 测试",
"Add Snapshot Task": "新增快照任务",
"Add TrueCloud Backup Task": "新增 TrueCloud 备份任务",
"Add Tunable": "新增可调参数",
"Add VM": "新增虚拟机",
"Add Virtual Machine": "新增虚拟机",
"Add Volume": "新增卷",
"Add Widget": "新增小部件",
"Add iSCSI": "新增 iSCSI 共享",
"Add the required no. of disks to get a vdev size estimate": "新增所需数量的磁盘以获取 vdev 大小估算",
"Add to trusted store": "添加到可信存储区",
"Add user linked API Key": "新增用户 API Key",
"Add {item}": "新增 {item}",
"Adding, removing, or changing hardware components.": "添加、移除或更改硬件组件。",
"Additional Domains:": "附加域:",
"Additional Hardware": "额外硬件",
"Additional Parameters String": "附加参数字符串",
"Address Pool": "地址池",
"Address Pools": "地址池",
"Adjust Resilver Priority": "调整一致性重建优先级",
"Adjust Scrub Priority": "调整巡检优先级",
"Admin Password": "管理员密码",
"Admin Username": "管理员用户名",
"Administrators": "管理员",
"Administrators Group": "管理员组",
"Admins": "管理员",
"Alert List Write": "编辑警报列表",
"Aliases": "别名",
"All Users": "所有用户",
"All disks healthy.": "所有磁盘状态正常。",
"Allow Anonymous Binding": "允许匿名绑定",
"Allow Anonymous Login": "允许匿名登录",
"Allow DNS Updates": "允许 DNS 更新",
"Allow Directory Service users to access WebUI": "允许 AD 用户访问 WebUI",
"Allow Local User Login": "允许本地用户登录",
"Allow Transfer Resumption": "允许恢复传输",
"Allow Trusted Domains": "允许受信任的域名",
"Allow clients to access the TrueNAS server if they are members of domains that have a trust relationship with the domain to which TrueNAS is joined. This requires valid idmap backend configuration for all trusted domains.": "允许客户端访问TrueNAS服务器,如果它们是与TrueNAS所加入域具有信任关系的域的成员。这要求对所有受信任域进行有效的 idmap 后端配置。",
"Allow non-unique serialed disks (not recommended)": "允许非唯一序列号的磁盘(不推荐)",
"Allowed Address": "允许的地址",
"Allowed IP Addressed": "允许的 IP 地址",
"Allowed IP Addresses Settings": "允许的IP地址设置",
"Allowed Initiators": "允许的发起者",
"Also Include Naming Schema": "还包括命名方案",
"Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "或者,您可以先在向导中配置 VDEVs,然后打开手动选择进行调整。",
"Always Chroot": "始终 Chroot",
"An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "当启用“限制池到单个机箱”时,必须选择一个机箱。",
"An instance of this app already installed. Click the badge to see installed apps.": "该应用的一个实例已经安装。点击徽章查看已安装的应用。",
"An update is already applied. Please restart the system.": "更新已应用。请重新启动系统。",
"Anonymous User Download Bandwidth": "匿名用户下载带宽",
"Anonymous User Upload Bandwidth": "匿名用户上传带宽",
"App": "应用程序",
"App Info": "应用信息",
"App Network": "网络",
"App is restarted": "应用程序已重新启动",
"App is restarting": "应用程序正在重启",
"Application CPU Usage": "CPU使用率",
"Application Information": "应用程序信息",
"Application Memory": "内存",
"Application Network": "网络",
"Application name must have the following: 1) Lowercase alphanumeric characters can be specified 2) Name must start with an alphabetic character and can end with alphanumeric character 3) Hyphen '-' is allowed but not as the first or last character e.g abc123, abc, abcd-1232": "应用程序名称必须满足以下要求: 1) 可以使用小写字母和数字字符 2) 名称必须以字母字符开头,可以以字母或数字字符结尾 3) 允许使用连字符 '-',但不能作为第一个或最后一个字符,例如 abc123、abc、abcd-1232",
"Applied Dataset Quota": "配置的数据集配额",
"Apply Owner": "设置所有者",
"Apply Pending update": "应用待处理更新",
"Apply Quotas to Selected Groups": "应用配额到选定组",
"Apply Quotas to Selected Users": "应用配额到选定用户",
"Apply To Groups": "应用到组",
"Apply To Users": "应用到用户",
"Apply updates and restart system after downloading.": "下载后应用更新并重启系统。",
"Applying important system or security updates.": "应用重要的系统或安全更新。",
"Arbitrary Text": "任意文本",
"Arch": "架构",
"Are you sure you want to restore the default set of widgets?": "您确定要恢复默认的小工具设置吗?",
"Asymmetric Logical Unit Access (ALUA)": "非对称逻辑单元访问 (ALUA)",
"Attach images (optional)": "附加镜像(可选)",
"Attaching Disk to Boot Pool": "将磁盘附加到启动池",
"Audit Entry": "审计条目",
"Audit Logging": "审计日志记录",
"Audit Settings": "审核设置",
"Authentication Protocol": "认证协议",
"Authentication Type": "认证类型",
"Authority Key Config": "权限密钥配置",
"Auto Refresh": "自动刷新",
"Automatically restart the system after the update is applied.": "在应用更新后自动重启系统。",
"Autostart": "自动启动",
"Available Memory": "可用内存",
"Back to Discover Page": "返回发现页面",
"Back to Support": "返回支持页面",
"Backup": "备份",
"Backup Config": "备份配置",
"Backup Credential": "备份凭据",
"Backup to Cloud or another TrueNAS via links below": "通过以下链接备份到云或其他TrueNAS。",
"Bandwidth": "带宽",
"Base": "基础",
"Base Image": "基础镜像",
"Basic Constraints Config": "基本约束配置",
"Batch Operations": "批量操作",
"Before updating, please read the release notes.": "在更新之前,请阅读发布说明。",
"Bind": "绑定",
"Bind Interfaces": "绑定接口",
"Block I/O": "块I/O",
"Block I/O read and writes": "块 I/O 读写",
"Boot Environment": "启动环境",
"Boot Pool Condition": "启动池状态",
"Boot Pool Disk Replaced": "引导池磁盘已更换",
"Bridge Members": "桥接成员",
"Bridge Settings": "桥接设置",
"Browse": "浏览",
"Browse to an existing file. Create a new file by browsing to a dataset and appending /<i>(filename.ext)</i> to the path.": "浏览到现有文件。通过浏览数据集并在路径后追加 /<i>(文件名.扩展名)</i> 来创建新文件。",
"Browser time: {time}": "浏览器时间:{time}",
"Bug": "错误",
"Bulk Actions": "批量操作",
"By snapshot creation time": "按快照创建时间",
"CD-ROM Path": "光盘路径",
"CLI": "命令行界面 (CLI)",
"CN Realm": "CN 领域",
"CPU & Memory": "CPU与内存",
"CPU Overview": "CPU 概述",
"CPU Recent Usage": "CPU 最近使用情况",
"CPU Stats": "CPU 统计信息",
"CPU Temperature Per Core": "每个核心的CPU温度",
"CPU Usage Per Core": "每核CPU使用率",
"CPU Utilization": "CPU 利用率",
"CSR": "证书签名请求 CSR",
"CSR deleted": "CSR 已删除",
"Caches": "缓存",
"Cannot be enabled for built-in users.": "无法为内置用户启用。",
"Capabilities": "能力",
"Categories": "类别",
"Caution: Allocating too much memory can slow the system or prevent VMs from running.": "注意:分配过多的内存可能会导致系统变慢或阻止虚拟机运行。",
"Certificate Options": "证书选项",
"Certificate Subject": "证书名称",
"Change log": "变更日志",
"Check": "检查",
"Check Alerts for more details.": "查看警报以获取更多详细信息。",
"Check App Details": "检查应用程序详情",
"Check for Software Updates": "检查软件更新",
"Check for docker image updates": "检查 Docker 镜像更新",
"Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click <i>APPLY PENDING UPDATE</i> to install the downloaded update.": "每天检查更新服务器以获取所选版本的任何更新。如果有可用更新,自动下载该更新。点击<i>应用待定更新</i>以安装下载的更新。",
"Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "检查{name}和 {n} 个其他磁盘。",
"Check {name}.": "检查 {name}。",
"Child Shares": "子数据集共享",
"Choose <i>Master</i> if the UPS is plugged directly into the system serial port. The UPS will remain the last item to shut down. Choose <i>Slave</i> to have this system shut down before <i>Master</i>. See the <a href=\"{url}\" target=\"_blank\">Network UPS Tools Overview</a>.": "如果UPS直接插入系统串口,请选择<i>主设备</i>。UPS将是最后关闭的项目。选择<i>从设备</i>可以使该系统在<i>主设备</i>之前关闭。请参阅<a href=\"{url}\" target=\"_blank\">网络UPS工具概述</a>。",
"Choose Shell Details": "选择 Shell 详情",
"Clear": "清除",
"Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "点击“新增”以指定此共享的NFS客户端主机。如果网络和主机都为空,则该共享将对所有人开放。",
"Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "点击“新增”以指定该共享的NFS客户端网络范围。如果网络和主机都为空,则该共享将对所有人开放。",
"Click Add to add first VDEV.": "点击“新增”以创建第一个VDEV。",
"Click to give {index} star rating.": "点击给{index}星评级。",
"Close Feedback Dialog": "关闭反馈对话框",
"Close Inspect VDEVs Dialog": "关闭检查 VDEVs 对话框",
"Close Instance Form": "关闭实例表单",
"Close scheduler": "关闭调度器",
"Close {formType} Form": "关闭 {formType} 表单",
"Cloud Backup": "云备份",
"Cloud Backup Read": "读取云备份",
"Cloud Backup Restored Successfully": "云备份恢复成功",
"Cloud Backup Snapshot": "云备份快照",
"Cloud Backup Write": "编辑云备份",
"Cloud Backup «{name}» has started.": "云备份 «{name}» 已启动。",
"Cloud Credential": "云凭据",
"Cloud Sync Task": "云同步任务",
"Cloud Sync Task Wizard": "云同步任务向导",
"Cloud Sync to Storj or similar provider": "云同步到Storj或类似的服务提供商",
"Cloud Sync «{name}» has been deleted.": "云同步 «{name}» 已被删除。",
"Cloud Sync «{name}» has been restored.": "云同步 «{name}» 已被恢复。",
"Collapse": "折叠",
"Command Line Interface": "命令行界面",
"Command: {command}": "命令:{command}",
"Completed Jobs": "已完成的任务",
"Compress Connections": "压缩连接",
"Computer Account OU": "计算机账户组织单位",
"Config Email": "配置邮箱",
"Configuration": "配置",
"Configure Access": "配置访问权限",
"Configure Alerts": "配置警报",
"Configure Allowed IP Addresses": "配置允许的 IP 地址",
"Configure Audit": "配置审计",
"Configure Console": "配置控制台",
"Configure Email": "配置电子邮件",
"Configure Global Two Factor Authentication": "配置全局双因素身份验证",
"Configure Isolated GPU Devices": "配置隔离的 GPU 设备",
"Configure Kernel": "配置内核",
"Configure Notifications": "配置通知",
"Configure Replication": "配置复制",
"Configure Self-Encrypting Drive": "配置自加密驱动器(SED)",
"Configure Sessions": "配置会话",
"Configure Storage": "配置存储",
"Configure Syslog": "配置 Syslog",
"Configure dashboard to edit this widget.": "配置仪表板以编辑此小部件。",
"Configure iSCSI": "配置 iSCSI",
"Configuring NFS exports of root-level datasets may lead to storage reconfiguration issues. Consider creating a dataset instead.": "配置根级数据集的 NFS 共享可能会导致存储重配置问题。建议改为创建一个数据集。",
"Configuring SMB exports of root-level datasets may lead to storage reconfiguration issues. Consider creating a dataset instead.": "配置根级数据集的 SMB 共享可能会导致存储重配置问题。建议考虑创建一个数据集。",
"Connect using:": "使用以下连接:",
"Connecting to TrueNAS": "连接到 TrueNAS",
"Console Menu": "控制台菜单",
"Console Settings": "控制台设置",
"Container ID": "容器ID",
"Container Logs": "容器日志",
"Container Shell": "容器 Shell",
"Containers (WIP)": "容器(进行中)",
"Continue in background": "在后台继续执行",
"Contract Type": "合同类型",
"Controller": "控制器",
"Controller Type": "控制器类型",
"Controls": "控件",
"Cooling": "冷却",
"Copies": "副本",
"Crashed": "崩溃",
"Create ACME DNS-Authenticator": "创建 ACME DNS 验证器",
"Create Alert": "创建警报",
"Create Backup Credential": "创建备份凭据",
"Create CSR": "创建 CSR",
"Create Certificate": "创建证书",
"Create Certificate Authority": "创建证书授权机构",
"Create Certificate Signing Requests": "创建证书签名请求",
"Create Cloud Backup": "创建云备份",
"Create Cloud Credential": "创建云凭证",
"Create Cloud Sync Task": "创建云同步任务",
"Create Credential": "创建凭证",
"Create Cron Job": "创建定时任务",
"Create DNS Authenticator": "创建 DNS 验证器",
"Create Disk Test": "创建磁盘测试",
"Create Exporter": "创建导出器",
"Create Group": "创建组",
"Create Idmap": "创建 Idmap",
"Create Init/Shutdown Script": "创建初始化/关闭脚本",
"Create Instance": "创建实例",
"Create Interface": "创建接口",
"Create Kerberos Keytab": "创建 Kerberos 密钥表",
"Create Kerberos Realm": "创建 Kerberos 领域",
"Create Kernel Parameters": "创建内核参数",
"Create Key": "创建密钥",
"Create NTP Server": "创建NTP服务器",
"Create New Instance": "创建新实例",
"Create Periodic S.M.A.R.T. Test": "创建定期 S.M.A.R.T. 测试",
"Create Periodic Snapshot Task": "创建定期快照任务",
"Create Privilege": "创建权限",
"Create Replication Task": "创建复制任务",
"Create Reporting Exporter": "创建报告导出器",
"Create Rsync Task": "创建 Rsync 任务",
"Create SSH Connection": "创建 SSH 连接",
"Create SSH Keypair": "创建 SSH 密钥对",
"Create Scrub Task": "创建数据巡检任务",
"Create Share": "创建共享",
"Create Smart Test": "创建 S.M.A.R.T. 测试",
"Create Snapshot Task": "创建快照任务",
"Create Static Route": "创建静态路由",
"Create Sysctl": "创建 Sysctl",
"Create TrueCloud Backup Task": "创建 TrueCloud 备份任务",
"Create Tunable": "创建可调参数",
"Create User": "创建用户",
"Create VM": "创建虚拟机",
"Create Zvol": "创建 Zvol",
"Create boot environment": "新建启动环境",
"Create iSCSI": "创建 iSCSI",
"Created": "创建",
"Created by: {creationSource} ({creationType})": "创建者: {creationSource} ({creationType})",
"Created date": "创建日期",
"Creating custom app": "创建自定义应用程序",
"Credentials have been successfully added.": "凭据已成功添加。",
"Cron Job": "计划任务",
"Cronjob": "计划任务",
"Current Sensor": "当前传感器",
"Current Train:": "当前通道:",
"Custom ({customTransfers})": "自定义 ({customTransfers})",
"Custom App via YAML": "通过YAML自定义应用程序",
"Custom Config": "自定义配置",
"Custom Name": "自定义名称",
"Custom Reason": "自定义原因",
"Custom Transfers": "自定义传输",
"Custom app config in YAML format.": "自定义应用程序配置采用YAML格式。",
"Custom schedule": "自定义计划",
"Customer Name": "客户名称",
"DNS Timeout": "DNS 超时",
"DS Groups": "DS 组",
"DS Groups Name": "DS 组名称",
"Data Topology": "数据拓扑",
"Data Written": "已写入数据",
"Dataset Capacity Management": "数据集容量管理",
"Dataset Data Protection": "数据集数据保护",
"Dataset Information": "数据集信息",
"Dataset Name": "数据集名称",
"Dataset Permissions": "数据集权限",
"Dataset Preset": "数据集预设",
"Dataset Quota": "数据集配额",
"Dataset Roles": "数据集角色",
"Dataset ZFS Encryption": "数据集 ZFS 加密",
"Dataset is locked": "数据集已锁定",
"Dataset is shared via NFS": "数据集通过 NFS 共享。",
"Dataset is shared via SMB": "数据集通过 SMB 共享。",
"Dataset is shared via SMB as {shares}": "数据集通过 SMB 共享为 {shares}。",
"Dataset is shared via iSCSI": "数据集通过 iSCSI 共享。",
"Dataset rolled back to snapshot {name}.": "数据集已回滚到快照 {name}。",
"Dataset {name} was created.": "数据集 {name} 已创建。",
"Deduplication is experimental in 24.10 and not fully supported. When enabled, data is permanently stored with this memory-intensive method and cannot be undone. Take extreme caution and ensure you have adequate data backups before enabling this feature.": "去重在 24.10 中是实验性的,并且不完全支持。启用后,数据将以这种内存密集型的方法永久存储,无法撤消。请极为谨慎,确保在启用此功能之前有足够的数据备份。",
"Default Route": "默认路由",
"Default widgets restored": "默认小部件已恢复",
"Default – follow upstream / TrueNAS default": "默认 - 跟随上游 / TrueNAS 默认设置",
"Defect": "缺陷",
"Delay VM Boot Until SPICE Connects": "延迟虚拟机启动直到 SPICE 连接。",
"Delete Alert Service <b>\"{name}\"</b>?": "删除警报服务 <b>\"{name}\"</b>?",
"Delete All Selected": "删除所有选定项",
"Delete Cloud Backup <b>\"{name}\"</b>?": "删除云备份 <b>\"{name}\"</b>?",
"Delete Snapshot": "删除快照",
"Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "删除所有依赖于已导出存储池的 TrueNAS 配置。受影响的配置可能包括服务(如适用,见上文)、应用程序、共享和计划的数据保护任务。",
"Delete dataset {name}": "删除数据集 {name}",
"Delete group": "删除组",
"Delete raw file": "删除原始文件",
"Delete selections": "删除选择项",
"Delete user primary group `{name}`": "删除用户主组 `{name}`",
"Delete zvol device": "删除 zvol 设备",
"Delete zvol {name}": "删除 zvol {name}",
"Deleted {n, plural, one {# snapshot} other {# snapshots}}": "删除了 {n} 个快照",
"Descriptor": "描述符",
"Desired – encrypt transport if supported by client during session negotiation": "期望 - 在会话协商期间,如果客户端支持,则加密传输。",
"Destroy the ZFS filesystem for pool data. This is a permanent operation. You will be unable to re-mount data from the exported pool.": "销毁池数据的 ZFS 文件系统。这是一个永久性操作。您将无法重新挂载来自已导出池的数据。",
"Device removed": "设备已移除",
"Device «{disk}» has been detached.": "设备 «{disk}» 已被卸载。",
"Device «{name}» was successfully attached.": "设备 «{name}» 已成功连接。",
"Directory Mask": "目录掩码",
"Directory Permissions": "目录权限",
"Disable": "禁用",
"Disable AD User / Group Cache": "禁用 AD 用户 / 组缓存",
"Disable LDAP User/Group Cache": "禁用 LDAP 用户/组缓存",
"Disabled in Disk Settings": "在磁盘设置中禁用",
"Discover Remote Host Key": "发现远程主机密钥",
"Disk Details for {disk}": "{disk} 的磁盘详情",
"Disk Details for {disk} ({descriptor})": "{disk} ({descriptor}) 的磁盘详细信息",
"Disk I/O": "磁盘I/O",
"Disk IO": "磁盘IO",
"Disk Sector Size": "扇区大小",
"Disk Tests": "磁盘测试",
"Disks on {enclosure}": "{enclosure}上的磁盘",
"Disks w/ZFS Errors": "带有ZFS错误的磁盘",
"Disks with exported pools": "含有导出池的磁盘",
"Dismiss": "忽略",
"Dismiss All Alerts": "忽略所有警报",
"Dispersal Strategy": "分散策略",
"Display Login": "显示登录",
"Distributed Hot Spares": "分布式热备份",
"Do any of them look similar?": "它们中有没有看起来相似的?",
"Docker Hub Rate Limit Warning": "Docker Hub 速率限制警告",
"Docker Image": "Docker 镜像",
"Docker Write": "修改 Docker",
"Docs": "文档",
"Domain Account Password": "域账户密码",
"Domain Name System": "域名系统 DNS",
"Domain:": "域:",
"Door Lock": "门锁",
"Download Authorized Keys": "下载授权密钥",
"Download Config": "下载配置",
"Download Configuration": "下载配置",
"Drag & drop disks to add or remove them": "拖放磁盘以添加或移除它们",
"Drive Bay {n}": "驱动器托架 {n}",
"Drive Details": "驱动器详细信息",
"Drive Details {disk}": "驱动器详细信息 {disk}",
"Drop session": "结束会话",
"Dry run completed.": "模拟运行完成。",
"EXPIRED": "过期",
"EXPIRES TODAY": "今天到期",
"Edit Custom App": "编辑自定义应用程序",
"Edit Disk(s)": "编辑磁盘",
"Edit Expansion Shelf": "编辑扩展机架",
"Edit Label": "编辑标签",
"Edit Trim": "编辑 TRIM",
"Edit TrueCloud Backup Task": "编辑 TrueCloud 备份任务",
"Edit group": "编辑组",
"Element": "元素",
"Elements": "元素",
"Empty drive cage": "空驱动托架",
"Enable Apple SMB2/3 Protocol Extensions": "启用 Apple SMB2/3 协议扩展",
"Enable Atime": "启用访问时间(Atime)",
"Enable FXP": "启用 FXP",
"Enable Kernel Debug": "启用内核调试",
"Enable Learning": "启用学习",
"Enable NFS over RDMA": "启用基于 RDMA 的 NFS",
"Enable TLS": "启用 TLS",
"Enable passwordless sudo for zfs commands": "为 zfs 命令启用无密码 sudo 权限",
"Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "启用服务器支持 NFSv3 或 NFSv4,或同时支持 NFSv3 和 NFSv4 客户端。",
"Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "启用服务器端的组成员管理。该选项允许服务器根据服务器端查找来确定组 ID,而不仅仅依赖于 NFS 客户端提供的信息。这可以支持超过 16 个组,并提供更准确的组成员资格。",
"Enable this TrueCloud Backup Task. Unset to disable this TrueCloud Backup Task without deleting it.": "启用此 TrueCloud 备份任务。取消设置以禁用此 TrueCloud 备份任务而不删除它。",
"Enclosure Options": "机箱选项",
"Enclosure Read": "只读机箱",
"Enclosure Services Controller Electronics": "机柜服务控制器电子设备",
"Enclosure Unavailable": "机箱不可用",
"Enclosure Write": "修改机箱",
"Encryption Mode": "加密模式",
"Encryption Protocol": "加密协议",
"Encryption Root": "加密根",
"Encryption Standard": "加密标准",
"End session": "结束会话",
"Ensure that ACL permissions are validated for all users and groups. Disabling this may allow configurations that do not provide the intended access. It is recommended to keep this option enabled.": "确保对所有用户和组验证ACL权限。禁用此设置可能会允许不提供预期访问权限的配置。建议保持此选项启用。",
"Enter a SPICE password to automatically pass to the SPICE session.": "输入 SPICE 密码以自动传递给 SPICE 会话。",
"Enter a list of chat IDs separated by space, comma or semicolon. To find your chat ID send a message to the bot, group or channel and visit <a href=\"https://api.telegram.org/bot(BOT_TOKEN)/getUpdates\" target=\"_blank\">https://api.telegram.org/bot(BOT_TOKEN)/getUpdates</a>.": "输入一个由空格、逗号或分号分隔的聊天ID列表。要找到你的聊天ID,可以向机器人、群组或频道发送消息,并访问 <a href=\"https://api.telegram.org/bot(BOT_TOKEN)/getUpdates\" target=\"_blank\">https://api.telegram.org/bot(BOT_TOKEN)/getUpdates</a>。",
"Enter a name of the TrueCloud Backup Task.": "输入 TrueCloud 备份任务的名称。",
"Enter a password for the SPICE display.": "请输入 SPICE 显示的密码。",
"Enter a shell glob pattern to match files and directories to exclude from the backup.": "输入一个 shell 通配符模式,以匹配要从备份中排除的文件和目录。",
"Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "输入一个电子邮件地址以覆盖管理员帐户的默认电子邮件。如果留空,将使用管理员帐户的电子邮件地址。",
"Enter the name of the new bucket. Only lowercase letters, numbers, and hyphens are allowed.": "输入新桶的名称。只允许使用小写字母、数字和短横线。",
"Enter the number of last kept backups.": "输入最后保留备份的数量。",
"Error ({code})": "错误 ({code})",
"Error when loading similar apps.": "加载类似应用时出错。",
"Error:": "错误:",
"Eula": "最终用户许可协议",
"Exclude Child Datasets": "排除子数据集",
"Exclude by pattern": "按模式排除",
"Excluded Paths": "排除路径",
"Exec": "执行",
"Exit": "退出",
"Exited": "已退出",
"Expiration Date": "到期日期",
"Expires date": "到期日期",
"Export All Keys": "导出所有密钥",
"Export Config": "导出配置",
"Export Configuration": "导出配置",
"Export File": "导出文件",
"Export Key": "导出密钥",
"Exporter": "导出器",
"Exporters": "导出器",
"Extending VDEV": "扩展 VDEV",
"Extends the validity of OTP by that many windows of intervals before and after the current interval": "通过在当前时间区间之前和之后扩展有效性,使 OTP 的有效期延长了那么多窗口区间。",
"Extra Constraints": "额外限制条件",
"FIPS Settings": "FIPS 设置",
"Failed Disks:": "故障磁盘:",
"Failed Jobs": "失败的任务",
"Failed to load datasets": "无法加载数据集",
"Failover Group": "故障切换组",
"Failover Now": "立即故障切换",
"Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "建议进行故障转移以使新的 FIPS 设置生效。您想现在进行故障转移吗?",
"Fatal error! Check logs.": "致命错误!请检查日志。",
"Feature Request": "功能请求",
"Features": "特点",
"Feedback Type": "反馈类型",
"Fetching Encryption Summary for {dataset}": "获取 {dataset} 的加密摘要",
"File Mask": "文件掩码",
"File Permissions": "文件权限",
"First Page": "第一页",
"Flags Advanced": "高级标志",
"Flags Basic": "基本标志",
"Flash Identify Light": "点亮定位灯",
"For performance reasons SHA512 is recommended over SHA256 for datasets with deduplication enabled.": "出于性能考虑,对于启用去重的数据集,建议使用SHA512而不是SHA256。",
"Force using <a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-2.html\" target=\"_blank\">Signature Version 2</a> to sign API requests. Set this only if your AWS provider does not support default version 4 signatures.": "强制使用 <a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-2.html\" target=\"_blank\">签名版本 2</a> 来签署 API 请求。仅在您的 AWS 提供商不支持默认的版本 4 签名时设置此项。",
"Forums": "论坛",
"Four quarter widgets in two by two grid": "两个两列两行的四个四分之一部件",
"Free RAM": "可用内存",
"Free Space": "可用空间",
"From Email": "来自电子邮件",
"From Name": "从名称",
"Front": "字体",
"General Settings": "常规设置",
"Generate": "生成",
"Generate CSR": "生成CSR",
"Generate Certificate": "生成证书",
"Generate Certificate Signing Requests": "生成证书签名请求",
"Generate New Password": "生成新密码",
"Get Support": "获取支持",
"Global 2FA Enable": "全局两因素认证启用",
"Global Config": "全局配置",
"Global Configuration Settings": "全局配置设置",
"Global Settings": "全局设置",
"Gmail": "Gmail",
"Gmail credentials have been applied.": "Gmail 凭据已应用。",
"Go To Dataset": "转到数据集",
"Go To Encryption Root": "转到加密根目录",
"Go to Datasets": "转到数据集",
"Go to Documentation": "前往文档",
"Go to Jobs Page": "前往任务页面",
"Go to Storage": "前往存储管理",
"Group Bind Path": "组绑定路径",
"Group Members": "组成员",
"Group Quota Manager": "组配额管理器",
"Guest Account": "访客帐户",
"HA is Disabled": "高可用性已禁用",
"HTTP Port": "HTTP 端口",
"HTTP Proxy:": "HTTP 代理:",
"HTTPS Port": "HTTPS 端口",
"HTTPS Redirect": "HTTPS 重定向",
"Hardware Change": "硬件更改",
"Healthy": "健康",
"Hide Job": "隐藏任务",
"Hide Password": "隐藏密码",
"High usage necessitating a system reset.": "系统过载需要重启系统。",
"Highlighted path is {node}. Press 'Space' to {expand}. Press 'Enter' to {select}.": "高亮路径是 {node}。按 '空格键' 来 {expand}。按 '回车键' 来 {select}。",
"Home Widgets": "主页小工具",
"Host Mounts": "主机挂载",
"Hostname Database": "主机名数据库",
"Hostname Database:": "主机名数据库:",
"Hostname – Active": "活动主机名",
"Hostname – Passive": "被动主机名",
"Hostname:": "主机名:",
"Hostname: {hostname}": "主机名: {hostname}",
"I would like to": "我想要",
"IP of 1st Redfish management interface.": "第一个 Redfish 管理接口的 IP 。",
"IPs": "IP 地址",
"IPv4": "IPv4",
"IPv4 Network": "IPv4 网络",
"IPv6": "IPv6",
"IPv6 Address": "IPv6 地址",
"IPv6 Network": "IPv6 网络",
"ISCSI Associated Target": "iSCSI 关联目标",
"Identify": "定位",
"Identify Light": "定位灯",
"Identify light is off.": "定位灯已关闭。",
"Identify light is on.": "定位等已点亮。",
"Idmap Backend": "Idmap 后端",
"If URL above fails to open, it may be due to the unavailability of Basic HTTP authentication in your browser.": "如果上述 URL 无法打开,可能是由于您的浏览器不支持 HTTP 简单身份验证。",
"If automatic login has failed, please try the following credentials manually.": "如果自动登录失败,请手动尝试以下凭据。",
"If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "如果下载文件时出现错误“此文件已被识别为恶意软件或垃圾邮件,无法下载”,错误代码为“cannotDownloadAbusiveFile”,则启用此标志以表示您已承认下载该文件的风险,TrueNAS 将仍然下载该文件。",
"If set, the value will be used to override the default DNS domain name for NFSv4. Specifies the \"Domain\" idmapd.conf setting.": "如果设置,则该值将用于覆盖 NFSv4 的默认 DNS 域名。指定 \"Domain\" idmapd.conf 设置。",
"If you can't use QR code, use this text code instead": "如果您无法使用二维码,请使用此文本代码。",
"Ignore Builtin": "忽略内置功能",
"Ignore List": "忽略列表",
"Image": "图像",
"Implementation Domain": "实现域",
"Implementation Name": "实现名称",
"Import Config": "导入配置",
"Import Configuration": "导入配置",
"Import File": "导入文件",
"Improvement": "改进",
"Include Dataset Properties": "包含数据集属性",
"Include everything": "包括所有内容",
"Include from subfolder": "包含子文件夹",
"Include or exclude files and directories from the backup.": "从备份中包含或排除文件和目录。",
"Include/Exclude": "包含/排除",
"Included Paths": "包含的路径",
"Incoming / Outgoing network traffic": "进出网络流量",
"Incoming [{networkInterfaceName}]": "入站 [{networkInterfaceName}]",
"Increase logging verbosity related to the active directory service in /var/log/middlewared.log": "在 /var/log/middlewared.log 中增加与活动目录服务相关的日志详细程度。",
"Inherit encryption properties from parent": "从父级继承加密属性",
"Inherit from DHCP": "使用 DHCP",
"Inherited Quotas": "继承配额",
"Init/Shutdown Script": "开机/关机脚本",
"Initialized": "已初始化",
"Initializing...": "初始化中...",
"Install Another Instance": "安装另一个实例",
"Install NVIDIA Drivers": "安装 NVIDIA 驱动程序",
"Install via YAML": "通过YAML进行安装",
"Instance Configuration": "实例配置",
"Instance saved": "实例已保存",
"Integrate Snapshots with VMware": "VMware 集成快照",
"Internal": "内部",
"Invalid CPU configuration.": "无效 CPU 配置",
"Invalid Date": "无效日期",
"Invalid pool name (please refer to <a href=\"https://openzfs.github.io/openzfs-docs/man/8/zpool-create.8.html#DESCRIPTION\" target=\"_blank\">the documentation</a> for valid rules for pool name)": "无效的池名称(请参阅<a href=\"https://openzfs.github.io/openzfs-docs/man/8/zpool-create.8.html#DESCRIPTION\" target=\"_blank\">文档</a>以获取有效的池名称规则)",
"Ipmi": "IPMI(智能平台管理接口)",
"Isolated GPU Devices Settings": "隔离 GPU 设备设置",
"Issue": "问题",
"JBOF": "JBOF",
"Jira": "Jira",
"Job": "任务",
"Job aborted": "任务已中止",
"Jobs History": "任务历史",
"Jobs in progress": "进行中的任务",
"Joining": "加入",
"Keep Last": "保留最后一次",
"Kerberos Keytabs": "Kerberos 密钥表",
"Kerberos Principal": "Kerberos 主体",
"Kernel Parameters": "内核参数",
"Kernel Settings": "内核设置",
"Key Usage Config": "密钥使用配置",
"Key not set": "密钥未设置",
"Key set": "键集",
"Keyhash": "密钥哈希",
"Keypairs": "密钥对",
"LACPDU Rate": "LACPDU 速率",
"LBA of First Error": "首个错误的逻辑块地址 (LBA)",
"LDAP Domain": "LDAP 域",
"LDAP Realm": "LDAP 领域",
"LDAP Server": "LDAP 服务器",
"LDAP Timeout": "LDAP 超时",
"LDAP User DN": "LDAP 用户 DN",
"LDAP User DN Password": "LDAP 用户 DN 密码",
"LDAP configuration updated": "LDAP 配置已更新",
"LDAP is disabled.": "LDAP 已禁用。",
"LINK STATE DOWN": "链路离线",
"LINK STATE UNKNOWN": "链接状态未知",
"LINK STATE UP": "链路在线",
"Label": "标签",
"Lan": "局域网",
"Languages other than <i>English</i> are provided by the community and may be incomplete. <a href=\"https://github.com/truenas/webui/blob/master/TRANSLATING.md\" target=\"_blank\">Learn how to contribute.</a>": "除了<i>英语</i>以外的语言由社区提供,可能不完整。<a href=\"https://github.com/truenas/webui/blob/master/TRANSLATING.md\" target=\"_blank\">了解如何贡献。</a>",
"Last Page": "最后一页",
"Last Resilver": "最后一致性重建",
"Last Scan": "最后扫描",
"Last Scrub Date": "上次巡检时间",
"Last Scrub Run": "上次巡检",
"Last successful": "上次成功",
"Last {result} Test": "最后 {result} 测试",
"Latest version": "最新版本",
"Layout": "布局",
"Leaving": "离开",
"Legacy OS: Extent block size 512b, TPC enabled, no Xen compat mode, SSD speed": "传统操作系统:数据区块大小 512 字节,启用 TPC,无 Xen 兼容模式,SSD 速度",
"Legacy feature. <br><br>Privileges are the same as the guest account. Guest access is disabled by default in Windows 10 version 1709 and Windows Server version 1903. Additional client-side configuration is required to provide guest access to these clients.<br><br> <i>MacOS clients:</i> Attempting to connect as a user that does not exist in TrueNAS <i>does not</i> automatically connect as the guest account. The <b>Connect As:</b> <i>Guest</i> option must be specifically chosen in MacOS to log in as the guest account. See the <a href=\"https://support.apple.com/guide/mac-help/connect-mac-shared-computers-servers-mchlp1140/\" target=\"_blank\">Apple documentation</a> for more details.": "传统功能。<br><br>权限与访客帐户相同。Windows 10 版本 1709 和 Windows Server 版本 1903 默认禁用访客访问。需要额外的客户端配置才能为这些客户端提供访客访问。<br><br><i>MacOS 客户端:</i>尝试以在 TrueNAS 中不存在的用户身份连接<i>并不会</i>自动以访客帐户连接。必须在 MacOS 中明确选择<b>作为连接:</b><i>访客</i>选项以以访客帐户登录。有关更多详细信息,请参见<a href=\"https://support.apple.com/guide/mac-help/connect-mac-shared-computers-servers-mchlp1140/\" target=\"_blank\">苹果文档</a>。",
"License Update": "许可证更新",
"Licensed Serials": "授权序列号",
"Light status is unknown.": "灯光状态未知。",
"Limit": "限制",
"Limit Pool To A Single Enclosure": "将池限制到单个机箱",
"Limit To {name} Enclosure": "限制到 {name} 机箱",
"Link Aggregation Interfaces": "链路聚合接口",
"Link Aggregation Protocol": "链路聚合协议",
"Linked Service": "链接服务",
"Local Groups Name": "本地组名称",
"Local Master": "本地主控器",
"Local User Download Bandwidth": "本地用户下载带宽",
"Log In": "登录",
"Log in to Gmail to set up Oauth credentials.": "设置 Oauth 凭据来登录 Gmail。",
"Logging in...": "登录中...",
"Login Banner": "登录横幅",
"Login was canceled. Please try again if you want to connect your account.": "登录已取消。如果您想连接您的账户,请重试。",
"Logoff": "注销",
"Logs Details": "日志详情",
"Low Capacity": "低容量",
"MAC Address": "MAC地址",
"MOTD": "MOTD",
"Machine": "机器",
"Machine Time: {machineTime} \n Browser Time: {browserTime}": "机器时间: {machineTime} \n 浏览器时间: {browserTime}",
"Mail Server Port": "邮件服务器端口",
"Main menu": "主菜单",
"Maintenance Window": "维护窗口",
"Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "使该组在SMB协议(及共享ACL编辑器)上可供权限编辑器使用。它不用于SMB身份验证或确定用户会话令牌或内部权限检查。",
"Manage Advanced Settings": "管理高级设置",
"Manage Apps Settings": "管理应用设置",
"Manage Groups Server-side": "管理服务器的组",
"Manage NFS Shares": "管理 NFS 共享",
"Manage S.M.A.R.T. Tasks": "管理 S.M.A.R.T. 任务",
"Manage SMB Shares": "管理 SMB 共享",
"Manage Snapshots Tasks": "管理快照任务",
"Manage VM Settings": "管理虚拟机设置",
"Manage iSCSI Shares": "管理 iSCSI 共享",
"Manage members of {name} group": "管理 {name} 组的成员",
"Managed by TrueCommand": "由 TrueCommand 管理",
"Manual Test": "手动测试",
"Manual Upgrade": "手动升级",
"Mapall Group": "映射组",
"Mapall User": "映射用户",
"Maproot Group": "映射 root 组",
"Maproot User": "映射 root 用户",
"Masquerade Address": "伪装地址",
"Maximize Dispersal": "最大分散",
"Maximize Enclosure Dispersal": "最大机箱分散",
"Maximum Passive Port": "被动端口(高位)",
"Memory Stats": "内存状态",
"Memory Utilization": "内存利用率",
"Memory usage of app": "App 的内存使用情况",
"Metadata (Special) Small Block Size": "元数据(特殊)小块大小",
"Metrics": "指标",
"Minimum Passive Port": "被动端口(低位)",
"Mixed Capacity": "多种容量",
"Mixing disks of different sizes in a vdev is not recommended.": "在 vdev 中混合不同大小的磁盘是不建议的。",
"Modern OS: Extent block size 4k, TPC enabled, no Xen compat mode, SSD speed": "现代操作系统:扩展块大小 4k,启用 TPC,无 Xen 兼容模式,SSD 速度",
"More info...": "更多信息...",
"Move all items to the left side list": "移动所有项目到左侧列表",
"Move all items to the right side list": "移动所有项目到右侧列表",
"Move selected items to the left side list": "将选定的项目移动到左侧列表",
"Move selected items to the right side list": "将选定的项目移动到右侧列表",
"Move widget down": "向下移动小部件",
"Move widget up": "向上移动小部件",
"Multichannel": "多通道",
"Multiple Errors": "多个错误",
"Must be part of the pool to check errors.": "必须是池的一部分才能检查错误。",
"NFS Share": "NFS 共享",
"NFS3 Session": "NFS3 会话",
"NFS4 Session": "NFS4 会话",
"NIC To Attach": "要附加的网卡(NIC)",
"NS": "NS",
"NTP Server": "时间同步服务器(NTP)",
"NVMe-oF Expansion Shelves": "NVMe-oF 扩展机架",
"Name ^ \"Local\" AND \"Web Shell Access\" = true": "名称 ^ \"本地\" AND \"网络shell访问\" = true",
"Name must start and end with a lowercase alphanumeric character. Hyphen is allowed in the middle e.g abc123, abc, abcd-1232": "名称必须以小写字母和数字字符开头和结束。中间允许有短横线,例如 abc123、abc、abcd-1232。",
"Name ~ \"admin\"": "名称 ~ \"admin\"",
"Nameserver": "域名服务器",
"Nameservers": "域名服务器",
"Negotiate – only encrypt transport if explicitly requested by the SMB client": "协商 - 仅在SMB客户端明确请求时加密传输",
"Netcat Active Side": "Netcat 活动侧",
"Netcat Active Side Connect Address": "Netcat 主动侧连接地址",
"Netcat Active Side Listen Address": "Netcat 主动侧监听地址",
"Netcat Active Side Max Port": "Netcat 活动端最大端口",
"Netcat Active Side Min Port": "Netcat 活动端最小端口",
"Netdata": "Netdata",
"Network Configuration": "网络配置",
"Network I/O": "网络 I/O",
"Network Interface Card": "网卡",
"Network Reconnection Issue": "网络重连问题",
"Network Reset": "网络重置",
"Network Settings": "网络设置",
"Network Stats": "网络统计",
"Network Traffic": "网络流量",
"Network Usage": "网络使用情况",
"Network Utilization": "网络利用率",
"Network interface {interface} not found.": "未找到网络接口 {interface}。",
"Network interfaces do not match between storage controllers.": "存储控制器之间的网络接口不匹配。",
"Network size of each docker network which will be cut off from base subnet.": "每个 Docker 网络的网络大小,将从基础子网中分配。",
"New ACME DNS-Authenticator": "新的 ACME DNS 验证器",
"New Alert": "新警报",
"New Backup Credential": "新的备份凭据",
"New Bucket Name": "新存储桶名称",
"New CSR": "新的CSR",
"New Certificate": "新证书",
"New Certificate Authority": "新的证书授权机构",
"New Certificate Signing Requests": "新的证书签名请求",
"New Cloud Backup": "新的云备份",
"New Cloud Sync Task": "新的云同步任务",
"New Could Credential": "新可以凭证",
"New Credential": "新凭据",
"New Cron Job": "新的定时任务",
"New DNS Authenticator": "新的DNS身份验证器",
"New Dataset": "新数据集",
"New Disk Test": "新磁盘测试",
"New Exporter": "新导出器",
"New Group": "新建组",
"New Idmap": "新 Idmap",
"New Init/Shutdown Script": "新的开机/关机脚本",
"New Interface": "新接口",
"New Kerberos Keytab": "新的 Kerberos 密钥表",
"New Kerberos Realm": "新 Kerberos 域",
"New Kernel Parameters": "新内核参数",
"New Key": "新密钥",
"New NFS Share": "新的 NFS 共享",
"New NTP Server": "新 NTP 服务器",
"New Periodic S.M.A.R.T. Test": "新的定期 S.M.A.R.T. 测试",
"New Periodic Snapshot Task": "新的周期性快照任务",
"New Replication Task": "新复制任务",
"New Reporting Exporter": "新的报告导出器",
"New Rsync Task": "新建 Rsync 任务",
"New SMB Share": "新的 SMB 共享",
"New SSH Keypair": "新的 SSH 密钥对",
"New Scrub Task": "新数据巡检任务",
"New Share": "新共享",
"New Smart Test": "新 S.M.A.R.T. 测试",
"New Snapshot Task": "新快照任务",
"New Static Route": "新静态路由",
"New Sysctl": "新 Sysctl",
"New TrueCloud Backup Task": "新的 TrueCloud 备份任务",
"New Tunable": "新的可调参数",
"New User": "新用户",
"New VM": "新虚拟机",
"New Virtual Machine": "新虚拟机",
"New Widget": "新小部件",
"New Zvol": "新建 Zvol",
"New iSCSI": "新的 iSCSI",
"New password": "新密码",
"New widgets and layouts.": "新的小部件和布局。",
"Newsletter": "通讯简报",
"Next Page": "下一页",
"No Changelog": "无更新日志",
"No Enclosure Dispersal Strategy": "无机箱分散策略",
"No VDEVs added.": "未新增任何 VDEV。",
"No available licensed Expansion Shelves ": "没有已授权的扩展机箱",
"No containers are available.": "没有可用的容器。",
"No disks available.": "没有可用的磁盘。",
"No enclosure": "无机箱",
"No images found": "未找到图片",
"No items have been added yet.": "尚未新增任何项目。",
"No jobs running.": "没有正在运行的任务。",
"No logs available": "没有可用的日志",
"No logs yet": "尚无日志",
"No options": "没有选项",
"No options are passed": "没有传递任何选项",
"No results found in {section}": "在 {section} 中未找到结果。",
"No similar apps found.": "未找到类似的应用程序。",
"No temperature data was reported by the system. There can be a number of reasons why this might occur.": "系统未报告任何温度数据。出现这种情况可能有多种原因。",
"No unused disks": "没有未使用的磁盘",
"No update found.": "未找到更新。",
"No vdev info for this disk": "没有这块磁盘的 vdev 信息。",
"No volume mounts": "没有卷挂载",
"None requested": "没有请求。",
"Not Shared": "未共享",
"Notes": "注释",
"Now/Restart": "当前/下次启动",
"OS": "操作系统",
"Ok": "好的",
"Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "一旦选择了机箱,所有其他 VDEV 创建步骤将限制磁盘选择选项为所选机箱中的磁盘。如果更改了机箱选择,所有磁盘选择将被重置。",
"One half widget and two quarter widgets below": "一个半小部件和两个四分之一小部件在下面",
"One large widget": "一个大型小组件",
"One-Time Password (if necessary)": "一次性密码(如果有必要)",
"Only Replicate Snapshots Matching Schedule": "仅复制与计划匹配的快照",
"Only disks that are at least {size} are shown.": "只有大小至少为 {size} 的磁盘会被显示。",
"Only first {number} examples are shown.": "仅显示前 {number} 个示例。",
"Only image(s) will be updated": "仅会更新镜像。",
"OpenStack Swift": "OpenStack Swift",
"Opened at": "打开于",
"Operation": "操作",
"Operation will change permissions on path: {path}": "操作将更改路径上的权限:{path}",
"Optional IP": "可选 IP",
"Optional IP of 2nd Redfish management interface.": "第二个 Redfish 管理接口的可选 IP。",
"Options cannot be loaded": "无法加载选项",
"Other Devices": "其他设备",
"Other Execute": "其他执行",
"Other Read": "其他读取",
"Other Write": "其他写入",
"Other node is currently configuring the system dataset.": "另一个节点正在配置系统数据集。",
"Outbound Network:": "出站网络:",
"Outgoing Mail Server": "外发邮件服务器",
"Outgoing [{networkInterfaceName}]": "出站 [{networkInterfaceName}]",
"Override Admin Email": "覆盖管理员邮箱",
"Owner Group": "所有者组",
"Parent": "父级",
"Parent Interface": "父接口",
"Parent Path": "父路径",
"Pattern": "模式",
"Pause Scrub": "暂停数据巡检",
"Pending Sync": "待同步",
"Percentage of total core utilization": "总核心利用率的百分比",
"Percentage used of dataset quota at which to generate a critical alert.": "生成报错的数据集配额使用百分比。",
"Percentage used of dataset quota at which to generate a warning alert.": "生成警告的数据集配额使用百分比。",
"Perform Reverse DNS Lookups": "执行 rDNS 查找",
"Performance Optimization": "性能优化",
"Permissions Advanced": "高级权限",
"Permissions Basic": "基础权限",
"Permissions Editor": "权限编辑器",
"Permissions cannot be modified on a locked dataset.": "在锁定的数据集中无法修改权限。",
"Permissions cannot be modified on a read-only dataset.": "在只读数据集上无法修改权限。",
"Permissions cannot be modified on a root dataset.": "根数据集上的权限无法修改。",
"Permissions saved.": "权限已保存。",
"Photo Library API client secret generated from the <a href=\"https://developers.google.com/identity/protocols/oauth2\" target=\"_blank\">Google API Console</a>": "从 <a href=\"https://developers.google.com/identity/protocols/oauth2\" target=\"_blank\">Google API 控制台</a> 生成的照片库 API 客户端 secret",
"Please describe:\n1. Steps to reproduce\n2. Expected Result\n3. Actual Result\n\nPlease use English for your report.": "请描述:\n1. 重现步骤\n2. 预期结果\n3. 实际结果\n\n请使用英语撰写您的报告。",
"Please specify whether to install NVIDIA driver or not.": "请选择是否安装 NVIDIA 驱动程序。",
"Pool Usage": "池使用情况",
"Pool Wizard": "池向导",
"Pool does not exist": "池不存在",
"Pool imported successfully.": "池导入成功。",
"Pool is not selected": "未选择池",
"Pool {name} is {status}.": "池 {name} 的状态是 {status}。",
"Pool «{pool}» has been exported/disconnected successfully.": "池 «{pool}» 已成功导出/断开连接。",
"Pools:": "池:",
"Post Script": "运行后脚本",
"Power Menu": "电源菜单",
"Power On Hours Ago": "累计上电时间",
"Power Outage": "停电",
"Power Supply": "电源供应",
"Pre Script": "运行前脚本",
"Preset": "预设",
"Previous Page": "前一页",
"Priority Code Point": "优先级代码点",
"Privacy Passphrase": "隐私密码短语",
"Privacy Protocol": "隐私协议",
"Privilege": "特权",
"Processor": "处理器",
"Product": "产品",
"Product ID": "产品编号",
"Promote": "推广",
"Prompt": "提示",
"Properties Exclude": "排除属性",
"Properties Override": "覆盖属性",
"Provisioning Type": "配置类型",
"Proxy": "代理",
"Quotas set for {n, plural, one {# group} other {# groups}}": "为 {n} 个组设置的配额",
"Quotas set for {n, plural, one {# user} other {# users}}": "为 {n} 个用户设置配额",
"Range Size": "大小范围",
"Raw Filesize": "原始文件大小",
"Re-Open": "重新打开",
"Re-Open All Alerts": "重新打开所有警报",
"Read Only": "只读",
"Rear": "后面",
"Reason": "原因",
"Reboot of the other node is required for FIPS changes.": "需要重新启动另一个节点以应用FIPS更改。",
"Reboot of this node is required for FIPS changes.": "此节点需要重启以应用FIPS更改。",
"Received: {received}/s Sent: {sent}/s": "接收: {received}/s 发送: {sent}/s",
"Recent Searches": "最近搜索记录",
"Record Size": "记录大小",
"Redfish administrative password.": "Redfish 管理密码。",
"Redfish administrative username.": "Redfish 管理用户名。",
"Refresh Catalog": "刷新目录",
"Regularly scheduled system checks and updates.": "定期进行系统检查和更新。",
"Reject": "拒绝",
"Release": "发布",
"Release Notes": "发布说明",
"Remote Host Key": "远程主机密钥",
"Remove file": "删除文件",
"Remove file?": "删除文件吗?",
"Remove iXVolumes": "删除 iXVolumes",
"Remove preset": "移除预设",
"Remove this error to try again": "消除此错误以重试",
"Remove {label} item": "删除 {label} 项目",
"Remove {value} from recent searches": "从最近的搜索中移除 {value}",
"Renew Certificate Days Before Expiry": "在到期前续订证书的天数",
"Replication Settings": "复制设置",
"Replication Task": "复制任务",
"Replication Task Manager": "复制任务管理器",
"Report Bug": "报告错误",
"Reporting Exporter": "报告导出器",
"Require IDENT Authentication": "需要 IDENT 认证",
"Required reset to fix system operation issues.": "需要重置以修复系统操作问题。",
"Required restart after new software installation.": "安装新软件后需要重启。",
"Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "要求 - 始终加密传输(如果客户端不支持加密,则拒绝访问 - 与 SMB1 服务器不兼容)",
"Reserved for Dataset": "保留用于数据集",
"Reserved for Dataset & Children": "保留给数据集及其子项",
"Reset Default Config": "重置默认配置",
"Reset Defaults": "重置为默认设置",
"Reset Zoom": "重置缩放",
"Reset password": "重置密码",
"Resilver configuration saved": "一致性重建配置已保存",
"Resilvering:": "一致性重建进行中:",
"Resolution": "解决方案",
"Restart After Update": "更新后重启",
"Restart App": "重启应用程序",
"Restart Now": "立即重启",
"Restart Standby": "重启待机模式",
"Restart is recommended for new FIPS setting to take effect. Would you like to restart now?": "建议重启以使新的 FIPS 设置生效。您现在想要重启吗?",
"Restart is required after changing this setting.": "更改此设置后需要重新启动。",
"Restart of a remote system is required for new FIPS setting to take effect. Would you like to restart standby now?": "需要重新启动远程系统以使新的 FIPS 设置生效。您是否想立即重启备用系统?",
"Restart standby TrueNAS controller": "重启备用的 TrueNAS 控制器",
"Restart to improve system performance speed.": "重新启动以提高系统性能速度。",
"Restart to re-establish network connections.": "重启以重新建立网络连接。",
"Restarting Standby": "重启备用机",
"Restore Config": "恢复配置",
"Restore Config Defaults": "恢复配置默认值",
"Restore Default": "恢复默认设置",
"Restore Default Config": "恢复默认配置",
"Restore Default Configuration": "恢复默认配置",
"Restore Defaults": "恢复默认设置",
"Restore default set of widgets": "恢复默认的小部件设置",
"Restore default widgets": "恢复默认小部件",
"Restore from Snapshot": "从快照恢复",
"Restores files to the selected directory.": "将文件恢复到选定目录。",
"Restoring backup": "恢复备份",
"Restrict PAM": "限制 PAM",
"Resume Scrub": "恢复数据巡检",
"Retry": "重试",
"Review": "评审",
"Root TCP Socket": "根 TCP 套接字",
"Routing": "路由",
"Rsync Task": "Rsync 任务",
"Rsync Task Manager": "Rsync 任务管理器",
"Rsync to another server": "将数据同步到另一台服务器",
"Run As Context": "以上下文身份运行",
"Run «{name}» Cloud Backup now?": "现在运行 «{name}» 云备份吗?",
"Running Jobs": "运行任务",
"S.M.A.R.T. Options": "S.M.A.R.T. 选项",
"S.M.A.R.T. Tasks": "S.M.A.R.T. 任务",
"SAS Connector": "SAS 连接器",
"SAS Expander": "SAS 扩展器",
"SED User": "SED 用户",
"SFTP Log Facility": "SFTP 日志设施",
"SFTP Log Level": "SFTP 日志级别",
"SID": "SID ",
"SMB Group": "SMB 组",
"SMB Lock": "SMB 锁",
"SMB Locks": "SMB 锁",
"SMB Name": "SMB 名称",
"SMB Notification": "SMB 通知",