-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzh_SIMPLIFIED.json
1319 lines (1319 loc) · 77.2 KB
/
zh_SIMPLIFIED.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
{
"about": "刷新",
"account": "账户",
"account_settings": "账户设置",
"acknowledge": "确认",
"action": "操作",
"actions": "操作",
"active": "正在处理",
"activity": "活动",
"activity_changed": "活动已{enabled, select, true {启用} other {停用}}",
"add": "添加",
"add_a_description": "添加描述",
"add_a_location": "添加位置",
"add_a_name": "添加名称",
"add_a_title": "添加标题",
"add_exclusion_pattern": "添加排除规则",
"add_import_path": "添加导入路径",
"add_location": "添加地点",
"add_more_users": "添加更多用户",
"add_partner": "添加同伴",
"add_path": "添加路径",
"add_photos": "添加照片",
"add_to": "添加到...",
"add_to_album": "添加到相册",
"add_to_shared_album": "添加到共享相册",
"added_to_archive": "添加到归档",
"added_to_favorites": "添加到收藏",
"added_to_favorites_count": "添加{count, number}项到收藏",
"admin": {
"add_exclusion_pattern_description": "添加排除规则。支持使用 *、** 和 ? 通配符。比如要忽略任何名为 “Raw” 的文件夹中的所有文件,请使用 “**/Raw/**”;要忽略所有以 “.tif” 结尾的文件,请使用 “**/*.tif”;要忽略绝对路径,请使用 “/path/to/ignore/**”。",
"asset_offline_description": "磁盘上已找不到此外部库项目,已将其移至回收站。如果文件已在库中移动,请检查时间线中是否有对应项目。要恢复此项目,请确保 Immich 可以访问以下文件路径并执行“扫描库”任务。",
"authentication_settings": "认证设置",
"authentication_settings_description": "管理密码、OAuth 和其它认证设置",
"authentication_settings_disable_all": "确定要禁用所有的登录方式?该操作将完全禁止登录。",
"authentication_settings_reenable": "如需再次启用,使用 <link>服务器指令</link>。",
"background_task_job": "后台任务",
"backup_database": "备份数据库",
"backup_database_enable_description": "启用数据库备份",
"backup_keep_last_amount": "要保留的先前备份数量",
"backup_settings": "备份设置",
"backup_settings_description": "管理数据库备份设置",
"check_all": "检查全部",
"cleared_jobs": "已清理任务:{job}",
"config_set_by_file": "当前配置已通过配置文件设置",
"confirm_delete_library": "确定要删除图库“{library}”吗?",
"confirm_delete_library_assets": "确定要删除该图库吗?这将删除所有包含在Immich中的{count, plural, one {#个项目} other {#个项目}},且无法撤销。但文件仍将保留在磁盘中。",
"confirm_email_below": "输入“{email}”来确认",
"confirm_reprocess_all_faces": "确定要对全部照片重新进行面部识别吗?这将同时清除所有已命名人物。",
"confirm_user_password_reset": "确定要重置用户“{user}”的密码吗?",
"create_job": "创建任务",
"cron_expression": "Cron表达式",
"cron_expression_description": "使用 cron 格式设置扫描间隔。更多详细信息请参阅 <link>Crontab Guru</link>",
"cron_expression_presets": "Cron 表达式预设",
"disable_login": "禁用登录",
"duplicate_detection_job_description": "对照片进行机器学习处理来检测相似项目,依赖于智能搜索",
"exclusion_pattern_description": "排除规则允许在扫描图库时忽略文件和文件夹。如果有包含不想导入的文件的文件夹,例如RAW文件,排除规则将非常有用。",
"external_library_created_at": "外部图库(创建于{date})",
"external_library_management": "外部图库管理",
"face_detection": "人脸检测",
"face_detection_description": "使用机器学习检测项目中的人脸(视频只检测其缩略图中的人脸)。选择“刷新”将会(重新)处理所有项目。选择“重置”还会清除所有当前面部数据。选择“缺失”将尚未处理的项目进行排队处理。人脸检测完成后,检测到的人脸将排队进行面部识别,将它们分组到现有的或新的人物中。",
"facial_recognition_job_description": "将检测到的人脸按照人物分组。这一步将在人脸检测完成后执行。选择“重置”将会(重新)分组所有面孔。选择“缺失”将尚未分配的人脸置于队列中。",
"failed_job_command": "{command}命令执行失败的任务:{job}",
"force_delete_user_warning": "警告:这将立即移除用户以及其所有项目。该操作无法撤销且文件无法恢复。",
"forcing_refresh_library_files": "强制刷新所有图库文件",
"image_format": "格式",
"image_format_description": "WebP 文件比 JPEG 文件小,但编码速度较慢。",
"image_prefer_embedded_preview": "嵌入式预览",
"image_prefer_embedded_preview_setting_description": "在可用时,使用 RAW 照片的嵌入式预览作为图像处理的输入。这可能为某些图像产生更准确的颜色,但预览的质量取决于相机,图像可能具有更多的压缩失真。",
"image_prefer_wide_gamut": "广色域",
"image_prefer_wide_gamut_setting_description": "对缩略图使用 Display P3。这可以更好地保留宽色域图像的鲜艳度,但在旧设备和旧版浏览器上图像可能会显得不同。sRGB 图像保持为 sRGB 以避免颜色偏移。",
"image_preview_description": "去除元数据的中尺寸图像,用于单一项目查看和机器学习",
"image_preview_quality_description": "预览质量从 1 到 100。越高越好,但会产生更大的文件,并且会降低系统的响应能力。设置较低的值可能会影响机器学习的质量。",
"image_preview_title": "预览设置",
"image_quality": "质量",
"image_resolution": "分辨率",
"image_resolution_description": "更高的分辨率可以保留更多细节,但编码时间更长,文件体积更大,而且会降低系统的响应速度。",
"image_settings": "图片设置",
"image_settings_description": "管理生成图像的质量和分辨率",
"image_thumbnail_description": "去除元数据的小缩略图,用于浏览主时间线等照片组",
"image_thumbnail_quality_description": "缩略图质量从 1 到 100。越高越好,但会产生更大的文件,并且会降低系统的响应能力。",
"image_thumbnail_title": "缩略图设置",
"job_concurrency": "{job}并发",
"job_created": "任务已创建",
"job_not_concurrency_safe": "此任务并发并不安全。",
"job_settings": "任务设置",
"job_settings_description": "管理任务并发",
"job_status": "任务状态",
"jobs_delayed": "{jobCount, plural, other {#项任务已推迟}}",
"jobs_failed": "{jobCount, plural, other {#项失败}}",
"library_created": "已创建图库:{library}",
"library_deleted": "图库已删除",
"library_import_path_description": "指定一个要导入的文件夹。将扫描此文件夹(包括子文件夹)中的图像和视频。",
"library_scanning": "定期扫描",
"library_scanning_description": "配置定期扫描图库",
"library_scanning_enable_description": "启用定期扫描图库",
"library_settings": "外部图库",
"library_settings_description": "管理外部图库设置",
"library_tasks_description": "执行图库任务",
"library_watching_enable_description": "监控外部图库文件变化",
"library_watching_settings": "监控图库(实验性)",
"library_watching_settings_description": "自动监控文件变化",
"logging_enable_description": "启用日志记录",
"logging_level_description": "启用的日志级别。",
"logging_settings": "日志",
"machine_learning_clip_model": "CLIP模型",
"machine_learning_clip_model_description": "支持的CLIP模型名称见 <link>此处</link>。注意,更换模型后需要对所有图片重新运行“智能检索”任务。",
"machine_learning_duplicate_detection": "重复项检测",
"machine_learning_duplicate_detection_enabled": "启用重复检测",
"machine_learning_duplicate_detection_enabled_description": "如果禁用此功能,完全相同的项目仍将被去重。",
"machine_learning_duplicate_detection_setting_description": "使用CLIP向量匹配(关键词相似度)来查找可能的重复项",
"machine_learning_enabled": "启用机器学习",
"machine_learning_enabled_description": "如果禁用,无论以下如何设置,所有机器学习功能将被禁用。",
"machine_learning_facial_recognition": "人脸识别",
"machine_learning_facial_recognition_description": "检测、识别并将图像中的人脸分组",
"machine_learning_facial_recognition_model": "人脸识别模型",
"machine_learning_facial_recognition_model_description": "机器学习模型按规模大小降序排列。更大的模型速度更慢,占用的内存更多,但效果更好。请注意,在更换模型后,必须对所有图像重新运行人脸检测。",
"machine_learning_facial_recognition_setting": "启用人脸识别",
"machine_learning_facial_recognition_setting_description": "如果禁用此功能,图片将不会被编码并用于人脸识别,也不会在探索页面显示人物列表。",
"machine_learning_max_detection_distance": "最大检测距离",
"machine_learning_max_detection_distance_description": "两张图片被认为是重复的最大距离范围是0.001到0.1。较高的值将检测出更多的重复图片,但可能导致误报。",
"machine_learning_max_recognition_distance": "最大识别距离",
"machine_learning_max_recognition_distance_description": "将此阈值设定在0到2之间,可以优化系统的识别精度。选择一个较低的阈值,有助于保持面孔的独特性,避免错误地将两个不同的人识别为同一人。相反,适当提高阈值可以减少将同一人误分为多个面孔的情况。在这个选择过程中,我们倾向于更低的阈值,因为合并错误识别的面孔要比分离同一个面孔中的多个人更简单。",
"machine_learning_min_detection_score": "最低检测分数",
"machine_learning_min_detection_score_description": "面部被检测到的最小置信度分数范围是0到1。较低的值将检测到更多的面孔,但可能导致误报。",
"machine_learning_min_recognized_faces": "识别的最少人脸数",
"machine_learning_min_recognized_faces_description": "创建新人物所需最少识别的数量。提高这个值可以使面部识别更精确,但也增加了面孔未能被分配到对应人物的可能性。",
"machine_learning_settings": "机器学习设置",
"machine_learning_settings_description": "管理机器学习功能和设置",
"machine_learning_smart_search": "智能搜索",
"machine_learning_smart_search_description": "使用CLIP以文搜图、智能搜图",
"machine_learning_smart_search_enabled": "启用智能搜索",
"machine_learning_smart_search_enabled_description": "如果禁用,则不会对图像编码以用于智能搜索。",
"machine_learning_url_description": "机器学习服务器的URL",
"manage_concurrency": "管理任务并发",
"manage_log_settings": "管理日志设置",
"map_dark_style": "深色模式",
"map_enable_description": "启用地图功能",
"map_gps_settings": "地图与GPS设置",
"map_gps_settings_description": "管理地图与GPS(反向地理编码)设置",
"map_implications": "地图功能依赖于外部瓦片服务(tiles.immich.cloud)",
"map_light_style": "浅色模式",
"map_manage_reverse_geocoding_settings": "管理<link>反向地理编码</link>设置",
"map_reverse_geocoding": "反向地理编码",
"map_reverse_geocoding_enable_description": "启用反向地理编码",
"map_reverse_geocoding_settings": "反向地理编码设置",
"map_settings": "地图",
"map_settings_description": "管理地图设置",
"map_style_description": "地图主题 style.json 的 URL",
"metadata_extraction_job": "提取元数据",
"metadata_extraction_job_description": "从每个项目中提取元数据信息,如GPS、人脸和分辨率",
"metadata_faces_import_setting": "启用人脸导入",
"metadata_faces_import_setting_description": "从图片的EXIF和辅助元数据中导入人脸",
"metadata_settings": "元数据设置",
"metadata_settings_description": "管理元数据设置",
"migration_job": "迁移",
"migration_job_description": "将项目和人脸识别的缩略图迁移到最新的文件夹结构",
"no_paths_added": "无已添加路径",
"no_pattern_added": "无已添加规则",
"note_apply_storage_label_previous_assets": "提示:要将存储标签应用于之前上传的项目,需要运行",
"note_cannot_be_changed_later": "注意:此项一旦设定,以后无法更改!",
"note_unlimited_quota": "提示:输入0表示无限制",
"notification_email_from_address": "发件人地址",
"notification_email_from_address_description": "发件人邮箱,例如:“张三 <[email protected]>”",
"notification_email_host_description": "服务器地址(例如:smtp.qq.com)",
"notification_email_ignore_certificate_errors": "忽略证书错误",
"notification_email_ignore_certificate_errors_description": "忽略TLS证书验证错误(不建议)",
"notification_email_password_description": "与邮件服务器进行身份验证时使用的密码",
"notification_email_port_description": "邮件服务器端口(例如25、465或587)",
"notification_email_sent_test_email_button": "发送测试邮件并保存",
"notification_email_setting_description": "发送邮件通知设置",
"notification_email_test_email": "发送测试邮件",
"notification_email_test_email_failed": "发送测试邮件失败,请检查你输入的信息",
"notification_email_test_email_sent": "已向{email}发送了一封测试邮件,请注意查收。",
"notification_email_username_description": "与邮件服务器进行身份验证时使用的用户名",
"notification_enable_email_notifications": "启用邮件通知",
"notification_settings": "通知设置",
"notification_settings_description": "管理通知设置,包括邮件",
"oauth_auto_launch": "自动启动",
"oauth_auto_launch_description": "在登录页面自动启动OAuth登录",
"oauth_auto_register": "自动注册",
"oauth_auto_register_description": "使用OAuth登录后自动注册新用户",
"oauth_button_text": "按钮名称",
"oauth_client_id": "客户端ID",
"oauth_client_secret": "客户端密钥",
"oauth_enable_description": "使用OAuth登录",
"oauth_issuer_url": "发行方网址",
"oauth_mobile_redirect_uri": "移动端重定向 URI",
"oauth_mobile_redirect_uri_override": "移动端重定向 URI 覆盖",
"oauth_mobile_redirect_uri_override_description": "当 OAuth 提供商不允许使用移动 URI 时启用,如“'{callback}'”",
"oauth_profile_signing_algorithm": "配置文件签名算法",
"oauth_profile_signing_algorithm_description": "用于签署用户配置文件的算法。",
"oauth_scope": "范围",
"oauth_settings": "OAuth",
"oauth_settings_description": "管理OAuth登录设置",
"oauth_settings_more_details": "关于此功能的更多详细信息,请查看<link>相关文档</link>。",
"oauth_signing_algorithm": "签名算法",
"oauth_storage_label_claim": "存储标签声明",
"oauth_storage_label_claim_description": "自动将用户的存储标签设置为此项的值。",
"oauth_storage_quota_claim": "存储配额声明",
"oauth_storage_quota_claim_description": "自动将用户的存储配额设置为此项的值。",
"oauth_storage_quota_default": "默认存储配额(GB)",
"oauth_storage_quota_default_description": "没有提供声明时,要使用的配额大小(GB)(输入0表示无限制)。",
"offline_paths": "离线文件",
"offline_paths_description": "这可能是由于手动删除了不属于外部图库的文件。",
"password_enable_description": "使用邮箱和密码登录",
"password_settings": "密码登录",
"password_settings_description": "管理密码登录设置",
"paths_validated_successfully": "所有路径验证成功",
"person_cleanup_job": "清理人物",
"quota_size_gib": "配额大小(GB)",
"refreshing_all_libraries": "刷新所有图库",
"registration": "注册管理员",
"registration_description": "由于您是系统上的第一个用户,您将被指定为管理员并负责管理任务,由您来创建新的用户。",
"repair_all": "修复所有",
"repair_matched_items": "匹配到 {count, plural, one {#个项目} other {#个项目}}",
"repaired_items": "已修复{count, plural, one {#个项目} other {#个项目}}",
"require_password_change_on_login": "要求用户首次登录时更改密码",
"reset_settings_to_default": "恢复默认设置",
"reset_settings_to_recent_saved": "恢复到最近保存的设置",
"scanning_library": "扫描图库",
"search_jobs": "搜索任务...",
"send_welcome_email": "发送欢迎邮件",
"server_external_domain_settings": "外部域名",
"server_external_domain_settings_description": "共享链接域名,包括 http(s)://",
"server_settings": "服务器设置",
"server_settings_description": "管理服务器设置",
"server_welcome_message": "欢迎消息",
"server_welcome_message_description": "显示在登录页面上的消息。",
"sidecar_job": "辅助元数据",
"sidecar_job_description": "从文件系统中发现或同步辅助元数据",
"slideshow_duration_description": "显示每张图像的秒数",
"smart_search_job_description": "对项目进行机器学习处理以用于智能搜索",
"storage_template_date_time_description": "使用项目的创建时间戳作为日期时间信息",
"storage_template_date_time_sample": "采样时间{date}",
"storage_template_enable_description": "启用存储模板",
"storage_template_hash_verification_enabled": "哈希校验已启用",
"storage_template_hash_verification_enabled_description": "启用哈希校验,如果您不知道此项的作用请不要禁用此功能",
"storage_template_migration": "存储模板转换",
"storage_template_migration_description": "应用当前的<link>{template}</link>到之前上传的项目",
"storage_template_migration_info": "模板修改将只作用于新的项目。如也需应用此模板到之前上传的项目,请运行<link>{job}</link>。",
"storage_template_migration_job": "存储模板转换任务",
"storage_template_more_details": "关于本功能的更多细节,请参见<template-link>存储模板</template-link>及其<implications-link>实现方式</implications-link>",
"storage_template_onboarding_description": "启用后,本功能将根据用户定义的模板自动整理文件。出于稳定性考虑,本功能默认是禁用的。更多详细信息请参见 <link>文档</link>。",
"storage_template_path_length": "路径的字符长度及限制:<b>{length, number}</b>/{limit, number}",
"storage_template_settings": "存储模板",
"storage_template_settings_description": "管理上传项目文件夹结构和文件名",
"storage_template_user_label": "<code>{label}</code>是用户的存储标签",
"system_settings": "系统设置",
"tag_cleanup_job": "清理标签",
"theme_custom_css_settings": "自定义CSS",
"theme_custom_css_settings_description": "可以通过CSS自定义Immich外观。",
"theme_settings": "主题设置",
"theme_settings_description": "管理Immich web界面的定制",
"these_files_matched_by_checksum": "这些文件与校验匹配",
"thumbnail_generation_job": "生成缩略图",
"thumbnail_generation_job_description": "为每个项目生成不同尺寸的缩略图,并为每个人物生成缩略图",
"transcoding_acceleration_api": "加速器API",
"transcoding_acceleration_api_description": "这个API将与您的设备交互,以加速转码过程。此设置为“尽力而为”——如果转码失败,将回到软件转码。VP9是否工作取决于您的硬件配置。",
"transcoding_acceleration_nvenc": "NVENC(需要 NVIDIA GPU)",
"transcoding_acceleration_qsv": "Quick Sync(需要Intel 7代及以上的 CPU)",
"transcoding_acceleration_rkmpp": "RKMPP(仅适用于 Rockchip SOCs)",
"transcoding_acceleration_vaapi": "VAAPI",
"transcoding_accepted_audio_codecs": "支持的音频编解码器",
"transcoding_accepted_audio_codecs_description": "选择不需要转码的音频编解码器。仅用于特定的转码策略。",
"transcoding_accepted_containers": "支持的容器",
"transcoding_accepted_containers_description": "选择哪些容器格式不需要重新混合为 MP4。仅适用于特定的转码策略。",
"transcoding_accepted_video_codecs": "支持的视频编解码器",
"transcoding_accepted_video_codecs_description": "选择不需要转码的视频编解码器。仅用于特定的转码策略。",
"transcoding_advanced_options_description": "大多数用户不需要更改的选项",
"transcoding_audio_codec": "音频编解码器",
"transcoding_audio_codec_description": "Opus是最高质量的选择,但与旧设备或软件的兼容性较低。",
"transcoding_bitrate_description": "视频超过最大码率或格式不兼容",
"transcoding_codecs_learn_more": "要了解此处使用的术语详情,请参见FFmpeg文档<h264-link>H.264编解码</h264-link>、<hevc-link>HEVC编解码</hevc-link> 和 <vp9-link>VP9编解码</vp9-link>。",
"transcoding_constant_quality_mode": "恒定质量模式",
"transcoding_constant_quality_mode_description": "ICQ比CQP更好,但一些硬件加速设备不支持这种模式。当使用基于质量的编码时,此选项将为首选指定的模式。使用NVENC时忽略此选项,因为NVENC不支持ICQ。",
"transcoding_constant_rate_factor": "恒定码率系数(-crf)",
"transcoding_constant_rate_factor_description": "视频质量水平。H.264的典型值为23,HEVC为28,VP9为31,AV1为35。越低画面质量越好,但产生的文件越大。",
"transcoding_disabled_description": "不要对任何视频进行转码,在某些客户端上可能会无法播放",
"transcoding_hardware_acceleration": "硬件加速",
"transcoding_hardware_acceleration_description": "(实验性功能)速度更快,但在相同码率下质量会降低",
"transcoding_hardware_decoding": "硬件解码",
"transcoding_hardware_decoding_setting_description": "启用端到端加速,而不仅仅是加速编码。可能并不适用于所有视频。",
"transcoding_hevc_codec": "HEVC 编解码器",
"transcoding_max_b_frames": "最大B帧数",
"transcoding_max_b_frames_description": "较高的值可以提高压缩效率,但会减慢编码速度。可能与旧设备上的硬件加速不兼容。0表示将禁用B帧,-1表示将自动设置此参数。",
"transcoding_max_bitrate": "最高码率",
"transcoding_max_bitrate_description": "设置最大比特率可以使文件大小更可控,而对质量的影响很小。在720p时,VP9或HEVC的典型值为2600k,而H.264的典型值则为4500k。如果此项设置为0,则不限制最大比特率。",
"transcoding_max_keyframe_interval": "最大关键帧间隔",
"transcoding_max_keyframe_interval_description": "设置关键帧之间的最大帧距离。较低的值会降低压缩效率,但可以提高搜索速度,并且可能在快速运动的场景中提高画质。0表示将自动设置此参数。",
"transcoding_optimal_description": "视频超过目标分辨率或格式不支持",
"transcoding_preferred_hardware_device": "首选硬件设备",
"transcoding_preferred_hardware_device_description": "仅适用于VAAPI和QSV。设置用于硬件转码的dri节点。",
"transcoding_preset_preset": "预设(-preset)",
"transcoding_preset_preset_description": "压缩速度。较慢的预设会产生更小的文件,并在目标特定比特率时提高质量。VP9请忽略faster以上的速度。",
"transcoding_reference_frames": "参考帧",
"transcoding_reference_frames_description": "在压缩给定帧时参考的帧数。较高的值可以提高压缩效率,但会减慢编码速度。0表示将自动设置此参数。",
"transcoding_required_description": "仅限不兼容格式的视频",
"transcoding_settings": "视频转码设置",
"transcoding_settings_description": "管理视频文件的分辨率和编码信息",
"transcoding_target_resolution": "目标分辨率",
"transcoding_target_resolution_description": "更高的分辨率可以保留更多细节,但编码时间更长,文件体积更大,且可能降低应用程序的响应速度。",
"transcoding_temporal_aq": "时间自适应量化",
"transcoding_temporal_aq_description": "仅适用于NVENC。提高高细节、低动态场景的质量。可能与旧设备不兼容。",
"transcoding_threads": "线程数",
"transcoding_threads_description": "设定值越高,编码速度越快,留给其它任务(Docker外宿主机的任务等)的计算能力越少。此值不应大于CPU核心的数量。0表示最大限度地提高利用率。",
"transcoding_tone_mapping": "色调映射",
"transcoding_tone_mapping_description": "在将HDR视频转换为SDR时,尝试保持其外观。每种算法在颜色、细节和亮度方面做出了不同的权衡。Hable算法保留细节,Mobius算法保留颜色,而Reinhard算法保留亮度。",
"transcoding_transcode_policy": "转码策略",
"transcoding_transcode_policy_description": "视频转码策略。HDR视频将始终进行转码(除非禁用了转码功能)。",
"transcoding_two_pass_encoding": "二次编码",
"transcoding_two_pass_encoding_setting_description": "分两次进行转码,以生成更好的编码视频。当启用最大比特率(与H.264和HEVC一起工作所需)时,此模式使用基于最大比特率的比特率范围,并忽略CRF。对于VP9,如果禁用了最大比特率,则可以使用CRF(注:CRF,全称为constant rate factor,是指保证“一定质量”,智能分配码率,包括同一帧内分配码率、帧间分配码率)。",
"transcoding_video_codec": "视频编解码器",
"transcoding_video_codec_description": "VP9具有很高的效率和网络兼容性,但转码需要更长的时间。HEVC的性能相似,但网络兼容性较低。H.264转码快速且具有广泛的兼容性,但产生的文件要大得多。AV1是最高效的编解码器,但在较旧的设备上缺乏支持。",
"trash_enabled_description": "启用回收站",
"trash_number_of_days": "天数",
"trash_number_of_days_description": "回收站中项目永久删除的天数",
"trash_settings": "回收站设置",
"trash_settings_description": "管理回收站设置",
"untracked_files": "未被扫描的文件",
"untracked_files_description": "这些文件未被系统扫描。 这可能是移动失败、上传中断或因bug而落下",
"user_cleanup_job": "清理用户",
"user_delete_delay": "<b>{user}</b>的账户及项目将在{delay, plural, one {#天} other {#天}}后自动永久删除。",
"user_delete_delay_settings": "延期删除",
"user_delete_delay_settings_description": "删除用户后永久删除账户及其所有项目的天数。用户删除作业在午夜运行,检查是否有用户可以删除。对该设置的更改将在下次执行时开始计算。",
"user_delete_immediately": "<b>{user}</b>的账户及项目将<b>立即</b>永久删除。",
"user_delete_immediately_checkbox": "立即删除检索到的用户及项目",
"user_management": "用户管理",
"user_password_has_been_reset": "该用户的密码被重置:",
"user_password_reset_description": "请向用户提供临时密码,并告知他们下次登录时需要更改密码。",
"user_restore_description": "账户“<b>{user}</b>”将被恢复。",
"user_restore_scheduled_removal": "恢复用户 - 计划于{date, date, long}删除",
"user_settings": "用户设置",
"user_settings_description": "管理用户设置",
"user_successfully_removed": "用户“{email}”已被成功删除。",
"version_check_enabled_description": "启用版本检测",
"version_check_implications": "版本检查功能依赖于与 github.com 的定期通信",
"version_check_settings": "版本检查",
"version_check_settings_description": "启用或禁用新版本通知",
"video_conversion_job": "视频转码",
"video_conversion_job_description": "对视频进行转码,以兼容更多的浏览器和设备"
},
"admin_email": "管理员邮箱",
"admin_password": "管理员密码",
"administration": "管理",
"advanced": "高级",
"age_months": "{months, plural, one {#个月} other {#个月}}",
"age_year_months": "1岁{months, plural, one {#个月} other {#个月}}",
"age_years": "{years, plural, other {#岁}}",
"album_added": "相册已添加",
"album_added_notification_setting_description": "当您被添加到共享相册时,接收电子邮件通知",
"album_cover_updated": "相册封面已更新",
"album_delete_confirmation": "确定要删除相册“{album}”吗?",
"album_delete_confirmation_description": "如果该相册是共享的,其他用户将无法再访问它。",
"album_info_updated": "相册信息已更新",
"album_leave": "退出相册?",
"album_leave_confirmation": "确定要退出相册“{album}”吗?",
"album_name": "相册名称",
"album_options": "相册设置",
"album_remove_user": "移除用户?",
"album_remove_user_confirmation": "你确定要移除“{user}”吗?",
"album_share_no_users": "看起来您已与所有用户共享了此相册,或者您根本没有任何用户可共享。",
"album_updated": "相册已更新",
"album_updated_setting_description": "当共享相册有新项目时接收邮件通知",
"album_user_left": "离开“{album}”",
"album_user_removed": "已移除“{user}”",
"album_with_link_access": "拥有此链接的任何人均可查看本相册中的照片和人物。",
"albums": "相册",
"albums_count": "{count, plural, one {{count, number} 个相册} other {{count, number} 个相册}}",
"all": "全部",
"all_albums": "所有相册",
"all_people": "全部人物",
"all_videos": "所有视频",
"allow_dark_mode": "允许深色模式",
"allow_edits": "允许编辑",
"allow_public_user_to_download": "允许所有用户下载",
"allow_public_user_to_upload": "允许所有用户上传",
"anti_clockwise": "逆时针",
"api_key": "API 密钥",
"api_key_description": "该应用密钥只会显示一次。请确保在关闭窗口前复制下来。",
"api_key_empty": "API Key的名称不可以为空",
"api_keys": "API 密钥",
"app_settings": "应用设置",
"appears_in": "出现于",
"archive": "归档",
"archive_or_unarchive_photo": "归档或取消归档照片",
"archive_size": "归档大小",
"archive_size_description": "配置下载归档大小(GB)",
"archived_count": "{count, plural, other {已归档 # 项}}",
"are_these_the_same_person": "是同一个人吗?",
"are_you_sure_to_do_this": "确定要这样做吗?",
"asset_added_to_album": "已添加至相册",
"asset_adding_to_album": "正在添加至相册...",
"asset_description_updated": "项目描述已更新",
"asset_filename_is_offline": "项目“{filename}”已离线",
"asset_has_unassigned_faces": "项目中有未分配的人脸",
"asset_hashing": "哈希校验中...",
"asset_offline": "项目离线",
"asset_offline_description": "磁盘上已找不到该外部项目。请联系您的 Immich 管理员寻求帮助。",
"asset_skipped": "已跳过",
"asset_skipped_in_trash": "已回收",
"asset_uploaded": "已上传",
"asset_uploading": "上传中...",
"assets": "项目",
"assets_added_count": "已添加{count, plural, one {#个项目} other {#个项目}}",
"assets_added_to_album_count": "已添加{count, plural, one {#个项目} other {#个项目}}到相册",
"assets_added_to_name_count": "已添加{count, plural, one {#个项目} other {#个项目}}到{hasName, select, true {<b>{name}</b>} other {新相册}}",
"assets_count": "{count, plural, one {#个项目} other {#个项目}}",
"assets_moved_to_trash_count": "已移动{count, plural, one {#个项目} other {#个项目}}到回收站",
"assets_permanently_deleted_count": "已永久删除{count, plural, one {#个项目} other {#个项目}}",
"assets_removed_count": "已移除{count, plural, one {#个项目} other {#个项目}}",
"assets_restore_confirmation": "确定要恢复回收站中的所有项目吗?该操作无法撤消!请注意,脱机项目无法通过这种方式恢复。",
"assets_restored_count": "已恢复{count, plural, one {#个项目} other {#个项目}}",
"assets_trashed_count": "{count, plural, one {#个项目} other {#个项目}}已放入回收站",
"assets_were_part_of_album_count": "{count, plural, one {项目} other {项目}}已经在相册中",
"authorized_devices": "已授权设备",
"back": "返回",
"back_close_deselect": "返回、关闭或反选",
"backward": "后退",
"birthdate_saved": "出生日期保存成功",
"birthdate_set_description": "出生日期用于计算照片中该人物在拍照时的年龄。",
"blurred_background": "背景模糊",
"bugs_and_feature_requests": "Bug和特性要求",
"build": "构建版本",
"build_image": "镜像版本",
"bulk_delete_duplicates_confirmation": "您确定要批量删除{count, plural, one {#个重复项目} other {#个重复项目}}吗?这将保留每个组中最大的项目并永久删除所有其它重复项目。注意:该操作无法被撤消!",
"bulk_keep_duplicates_confirmation": "您确定要保留{count, plural, one {#个重复项目} other {#个重复项目}}吗?这将清空所有重复记录,但不会删除任何内容。",
"bulk_trash_duplicates_confirmation": "您确定要批量删除{count, plural, one {#个重复项目} other {#个重复项目}}吗?这将保留每组中最大的项目并删除所有其它重复项目。",
"buy": "购买Immich",
"camera": "相机",
"camera_brand": "相机品牌",
"camera_model": "相机型号",
"cancel": "取消",
"cancel_search": "取消搜索",
"cannot_merge_people": "无法合并人物",
"cannot_undo_this_action": "注意:该操作无法被撤消!",
"cannot_update_the_description": "无法更新描述",
"change_date": "更改日期",
"change_expiration_time": "更改过期时间",
"change_location": "更改位置",
"change_name": "更改名称",
"change_name_successfully": "更改名称成功",
"change_password": "修改密码",
"change_password_description": "这是您第一次登录系统或有人要求更改您的密码。请在下面输入新密码。",
"change_your_password": "修改您的密码",
"changed_visibility_successfully": "更改可见性成功",
"check_all": "检查所有",
"check_logs": "检查日志",
"choose_matching_people_to_merge": "选择匹配的人进行合并",
"city": "城市",
"clear": "清空",
"clear_all": "清空全部",
"clear_all_recent_searches": "清除所有最近搜索",
"clear_message": "清空消息",
"clear_value": "删除内容",
"clockwise": "顺时针",
"close": "关闭",
"collapse": "折叠",
"collapse_all": "全部折叠",
"color": "颜色",
"color_theme": "颜色主题",
"comment_deleted": "评论已删除",
"comment_options": "评论选项",
"comments_and_likes": "评论 & 点赞",
"comments_are_disabled": "评论已禁用",
"confirm": "确认",
"confirm_admin_password": "确认管理员密码",
"confirm_delete_shared_link": "您确定要删除此共享链接吗?",
"confirm_keep_this_delete_others": "除此项目外,堆叠中的所有其它项目都将被删除。您确定要继续吗?",
"confirm_password": "确认密码",
"contain": "包含",
"context": "以文搜图",
"continue": "继续",
"copied_image_to_clipboard": "已复制图片至剪贴板。",
"copied_to_clipboard": "已复制到剪切板!",
"copy_error": "复制出错",
"copy_file_path": "复制文件路径",
"copy_image": "复制图片",
"copy_link": "复制链接",
"copy_link_to_clipboard": "复制链接到剪贴板",
"copy_password": "复制密码",
"copy_to_clipboard": "复制到剪贴板",
"country": "国家",
"cover": "封面",
"covers": "封面",
"create": "创建",
"create_album": "创建相册",
"create_library": "创建图库",
"create_link": "创建链接",
"create_link_to_share": "创建共享链接",
"create_link_to_share_description": "获得此链接的任何人都可看到选择的照片",
"create_new_person": "创建新人物",
"create_new_person_hint": "指派已选择项目到新的人物",
"create_new_user": "创建新用户",
"create_tag": "创建标签",
"create_tag_description": "创建一个新标签。对于嵌套标签,请输入标签的完整路径,包括正斜杠(/)。",
"create_user": "创建用户",
"created": "已创建",
"current_device": "当前设备",
"custom_locale": "自定义地区",
"custom_locale_description": "日期和数字显示格式跟随语言和地区",
"dark": "深色",
"date_after": "开始日期",
"date_and_time": "日期与时间",
"date_before": "结束日期",
"date_of_birth_saved": "出生日期保存成功",
"date_range": "日期范围",
"day": "日",
"deduplicate_all": "删除所有重复项",
"default_locale": "默认地区",
"default_locale_description": "根据您的浏览器地区设置日期和数字显示格式",
"delete": "删除",
"delete_album": "删除相册",
"delete_api_key_prompt": "确定删除此API key吗?",
"delete_duplicates_confirmation": "你要永久删除这些重复项吗?",
"delete_key": "删除密钥",
"delete_library": "删除图库",
"delete_link": "删除链接",
"delete_others": "删除其它",
"delete_shared_link": "删除共享链接",
"delete_tag": "删除标签",
"delete_tag_confirmation_prompt": "您确定要删除“{tagName}”标签吗?",
"delete_user": "删除用户",
"deleted_shared_link": "共享链接已删除",
"deletes_missing_assets": "删除磁盘中丢失的项目",
"description": "描述",
"details": "详情",
"direction": "方向",
"disabled": "已禁用",
"disallow_edits": "不允许编辑",
"discord": "Discord聊天",
"discover": "发现",
"dismiss_all_errors": "忽略所有错误",
"dismiss_error": "忽略错误",
"display_options": "显示选项",
"display_order": "显示顺序",
"display_original_photos": "显示原始照片",
"display_original_photos_setting_description": "在网络与原始格式兼容的情况下,查看图片或视频时优先显示原始文件而不是缩略图。这可能导致照片显示速度变慢。",
"do_not_show_again": "不再显示该信息",
"documentation": "文档",
"done": "完成",
"download": "下载",
"download_include_embedded_motion_videos": "内嵌视频",
"download_include_embedded_motion_videos_description": "将实况照片中的内嵌视频作为单独文件纳入",
"download_settings": "下载",
"download_settings_description": "管理项目下载相关设置",
"downloading": "下载中",
"downloading_asset_filename": "下载项目“{filename}”",
"drop_files_to_upload": "拖放文件以上传",
"duplicates": "重复项",
"duplicates_description": "审查每组疑似重复项并标记哪些是重复的(如果有的话)",
"duration": "时长",
"edit": "编辑",
"edit_album": "编辑相册",
"edit_avatar": "编辑头像",
"edit_date": "编辑日期",
"edit_date_and_time": "编辑日期和时间",
"edit_exclusion_pattern": "编辑排除规则",
"edit_faces": "编辑人脸",
"edit_import_path": "编辑导入路径",
"edit_import_paths": "编辑导入路径",
"edit_key": "编辑 API Key",
"edit_link": "编辑链接",
"edit_location": "编辑位置",
"edit_name": "编辑名称",
"edit_people": "编辑人物",
"edit_tag": "编辑标签",
"edit_title": "编辑标题",
"edit_user": "编辑用户",
"edited": "已编辑",
"editor": "编辑器",
"editor_close_without_save_prompt": "此更改不会被保存",
"editor_close_without_save_title": "关闭编辑器?",
"editor_crop_tool_h2_aspect_ratios": "长宽比",
"editor_crop_tool_h2_rotation": "旋转",
"email": "邮箱",
"empty_trash": "清空回收站",
"empty_trash_confirmation": "确定要清空回收站?这将永久删除回收站中的所有项目。\n注意:该操作无法撤消!",
"enable": "启用",
"enabled": "已启用",
"end_date": "结束日期",
"error": "错误",
"error_loading_image": "加载图片时出错",
"error_title": "错误 - 好像出了问题",
"errors": {
"cannot_navigate_next_asset": "无法导航到下一个项目",
"cannot_navigate_previous_asset": "无法导航到上一个项目",
"cant_apply_changes": "无用应用更改",
"cant_change_activity": "无法{enabled, select, true {禁用} other {启用}}活动",
"cant_change_asset_favorite": "无法修改项目的收藏属性",
"cant_change_metadata_assets_count": "无法修改{count, plural, one {#个项目} other {#个项目}}的元数据",
"cant_get_faces": "无法获取人脸",
"cant_get_number_of_comments": "无法获取评论数量",
"cant_search_people": "无法检索人物",
"cant_search_places": "无法检索地点",
"cleared_jobs": "已删除任务:{job}",
"error_adding_assets_to_album": "添加项目到相册时出错",
"error_adding_users_to_album": "添加用户到相册时出错",
"error_deleting_shared_user": "删除共享用户时出错",
"error_downloading": "下载“{filename}”时出错",
"error_hiding_buy_button": "隐藏购买按钮时出错",
"error_removing_assets_from_album": "从相册中移除项目时出错,请到控制台获取更详细信息",
"error_selecting_all_assets": "选择所有项目时出错",
"exclusion_pattern_already_exists": "已存在相同排除规则。",
"failed_job_command": "{command} 命令执行失败: {job}",
"failed_to_create_album": "创建相册失败",
"failed_to_create_shared_link": "创建共享链接失败",
"failed_to_edit_shared_link": "编辑共享链接失败",
"failed_to_get_people": "无法获取人物",
"failed_to_keep_this_delete_others": "无法保留该项目并删除其它项目",
"failed_to_load_asset": "加载项目失败",
"failed_to_load_assets": "加载项目失败",
"failed_to_load_people": "加载人物失败",
"failed_to_remove_product_key": "移除产品密钥失败",
"failed_to_stack_assets": "无法堆叠项目",
"failed_to_unstack_assets": "无法取消堆叠项目",
"import_path_already_exists": "此导入路径已存在。",
"incorrect_email_or_password": "邮箱或密码错误",
"paths_validation_failed": "{paths, plural, one {#条路径} other {#条路径}} 校验失败",
"profile_picture_transparent_pixels": "个人资料图片不可以包含透明像素。请放大或移动此图片。",
"quota_higher_than_disk_size": "设置的配额大于磁盘容量",
"repair_unable_to_check_items": "无法选择 {count, select, one {个项目} other {个项目}}",
"unable_to_add_album_users": "无法添加用户至相册",
"unable_to_add_assets_to_shared_link": "无法添加项目到共享链接",
"unable_to_add_comment": "无法添加评论",
"unable_to_add_exclusion_pattern": "无法添加排除规则",
"unable_to_add_import_path": "无法添加导入路径",
"unable_to_add_partners": "无法添加同伴",
"unable_to_add_remove_archive": "无法{archived, select, true {从归档中移除} other {添加项目到归档}}",
"unable_to_add_remove_favorites": "无法{favorite, select, true {添加项目到收藏} other {从收藏中移除}}",
"unable_to_archive_unarchive": "无法{archived, select, true {归档} other {取消归档}}",
"unable_to_change_album_user_role": "无法更改相册用户规则",
"unable_to_change_date": "无法更改日期",
"unable_to_change_favorite": "无法修改项目的收藏属性",
"unable_to_change_location": "无法更改位置",
"unable_to_change_password": "无法修改密码",
"unable_to_change_visibility": "无法修改{count, plural, one {#个人} other {#个人}}的可见性",
"unable_to_complete_oauth_login": "无法完成OAuth登录",
"unable_to_connect": "无法连接",
"unable_to_connect_to_server": "无法连接至服务器",
"unable_to_copy_to_clipboard": "无法复制到剪切板,确保你在使用https访问网页",
"unable_to_create_admin_account": "无法创建管理员账户",
"unable_to_create_api_key": "无法创建新的API Key",
"unable_to_create_library": "无法创建图库",
"unable_to_create_user": "无法创建用户",
"unable_to_delete_album": "无法删除相册",
"unable_to_delete_asset": "无法删除项目",
"unable_to_delete_assets": "无法删除项目",
"unable_to_delete_exclusion_pattern": "无法删除排除规则",
"unable_to_delete_import_path": "无法删除导入路径",
"unable_to_delete_shared_link": "无法删除共享链接",
"unable_to_delete_user": "无法删除用户",
"unable_to_download_files": "无法下载文件",
"unable_to_edit_exclusion_pattern": "无法编辑排除规则",
"unable_to_edit_import_path": "无法编辑导入路径",
"unable_to_empty_trash": "无法清空回收站",
"unable_to_enter_fullscreen": "无法进入全屏",
"unable_to_exit_fullscreen": "无法退出全屏",
"unable_to_get_comments_number": "无法获取评论数量",
"unable_to_get_shared_link": "获取共享链接失败",
"unable_to_hide_person": "无法隐藏人物",
"unable_to_link_motion_video": "无法链接到动态视频",
"unable_to_link_oauth_account": "无法关联OAuth账户",
"unable_to_load_album": "无法加载相册",
"unable_to_load_asset_activity": "无法加载项目活动",
"unable_to_load_items": "无法加载项目",
"unable_to_load_liked_status": "无法加载点赞状态",
"unable_to_log_out_all_devices": "无法从所有设备登出",
"unable_to_log_out_device": "无法从设备登出",
"unable_to_login_with_oauth": "无法使用OAuth登录",
"unable_to_play_video": "无法播放视频",
"unable_to_reassign_assets_existing_person": "无法将项目指派给{name, select, null {已存在的人物} other {{name}}}",
"unable_to_reassign_assets_new_person": "无法重新指派项目给新的人物",
"unable_to_refresh_user": "无法刷新用户",
"unable_to_remove_album_users": "无法从相册中移除用户",
"unable_to_remove_api_key": "无法移除API Key",
"unable_to_remove_assets_from_shared_link": "无法从共享链接中移除项目",
"unable_to_remove_deleted_assets": "无法移除离线文件",
"unable_to_remove_library": "无法移除图库",
"unable_to_remove_partner": "无法移除同伴",
"unable_to_remove_reaction": "无法移除回应",
"unable_to_repair_items": "无法修复项目",
"unable_to_reset_password": "无法重置密码",
"unable_to_resolve_duplicate": "无法解决重复项",
"unable_to_restore_assets": "无法恢复项目",
"unable_to_restore_trash": "无法恢复回收站",
"unable_to_restore_user": "无法恢复用户",
"unable_to_save_album": "无法保存相册",
"unable_to_save_api_key": "无法保存API Key",
"unable_to_save_date_of_birth": "无法保存出生日期",
"unable_to_save_name": "无法保存名称",
"unable_to_save_profile": "无法保存配置文件",
"unable_to_save_settings": "无法保存设置",
"unable_to_scan_libraries": "无法扫描库",
"unable_to_scan_library": "无法扫描库",
"unable_to_set_feature_photo": "无法设置人物头像",
"unable_to_set_profile_picture": "无法设置个人资料图片",
"unable_to_submit_job": "无法提交任务",
"unable_to_trash_asset": "无法放入回收站",
"unable_to_unlink_account": "无法取消账户链接",
"unable_to_unlink_motion_video": "无法取消链接动态视频",
"unable_to_update_album_cover": "无法更新相册封面",
"unable_to_update_album_info": "无法更新相册信息",
"unable_to_update_library": "无法更新库",
"unable_to_update_location": "无法更新位置",
"unable_to_update_settings": "无法更新设置",
"unable_to_update_timeline_display_status": "无法更新时间轴显示状态",
"unable_to_update_user": "无法更新用户",
"unable_to_upload_file": "无法上传文件"
},
"exif": "Exif信息",
"exit_slideshow": "退出幻灯片放映",
"expand_all": "全部展开",
"expire_after": "有效期至",
"expired": "已过期",
"expires_date": "{date}过期",
"explore": "探索",
"explorer": "资源管理器",
"export": "导出",
"export_as_json": "导出为JSON",
"extension": "扩展",
"external": "外部的",
"external_libraries": "外部图库",
"face_unassigned": "未指派",
"favorite": "收藏",
"favorite_or_unfavorite_photo": "收藏或取消收藏照片",
"favorites": "收藏夹",
"feature_photo_updated": "人物头像已更新",
"features": "功能",
"features_setting_description": "管理App功能",
"file_name": "文件名",
"file_name_or_extension": "文件名",
"filename": "文件名",
"filetype": "文件类型",
"filter_people": "过滤人物",
"find_them_fast": "按名称快速搜索",
"fix_incorrect_match": "修复不正确的匹配",
"folders": "文件夹",
"folders_feature_description": "在文件夹视图中浏览文件系统上的照片和视频",
"forward": "向前",
"general": "通用",
"get_help": "获取帮助",
"getting_started": "入门",
"go_back": "返回",
"go_to_search": "前往搜索",
"group_albums_by": "相册分组依据...",
"group_no": "未分组",
"group_owner": "按所有者分组",
"group_year": "按年分组",
"has_quota": "配额大小",
"hi_user": "你好,{name}({email})",
"hide_all_people": "隐藏所有人物",
"hide_gallery": "隐藏相册",
"hide_named_person": "隐藏人物“{name}”",
"hide_password": "隐藏密码",
"hide_person": "隐藏人物",
"hide_unnamed_people": "隐藏未命名的人物",
"host": "服务器",
"hour": "时",
"image": "图片",
"image_alt_text_date": "在{date}拍摄的{isVideo, select, true {视频} other {照片}}",
"image_alt_text_date_1_person": "{date}拍摄的包含{person1}的{isVideo, select, true {视频} other {照片}}",
"image_alt_text_date_2_people": "{date}拍摄的包含{person1}和{person2}的{isVideo, select, true {视频} other {照片}}",
"image_alt_text_date_3_people": "{date}拍摄的包含{person1}、{person2}和{person3}的{isVideo, select, true {视频} other {照片}}",
"image_alt_text_date_4_or_more_people": "{date}拍摄的包含{person1}、{person2}及{additionalCount, number}个其他人物的{isVideo, select, true {视频} other {照片}}",
"image_alt_text_date_place": "{date}在{country}{city}拍摄的{isVideo, select, true {视频} other {照片}}",
"image_alt_text_date_place_1_person": "{date}在{country}{city}拍摄的包含{person1}的{isVideo, select, true {视频} other {照片}}",
"image_alt_text_date_place_2_people": "{date}在{country}{city}拍摄的包含{person1}和{person2}的{isVideo, select, true {视频} other {照片}}",
"image_alt_text_date_place_3_people": "{date}在{country}{city}拍摄的包含{person1}、{person2}和{person3}的{isVideo, select, true {视频} other {照片}}",
"image_alt_text_date_place_4_or_more_people": "{date}在{country}{city}拍摄的包含{person1}、{person2}及其他{additionalCount, number}个人物的{isVideo, select, true {视频} other {照片}}",
"immich_logo": "Immich Logo",
"immich_web_interface": "Immich Web界面",
"import_from_json": "从JSON导入",
"import_path": "导入路径",
"in_albums": "在{count, plural, one {#个相册} other {#个相册}}中",
"in_archive": "在归档中",
"include_archived": "包括已归档",
"include_shared_albums": "包括共享相册",
"include_shared_partner_assets": "包括同伴共享项目",
"individual_share": "个人分享",
"info": "信息",
"interval": {
"day_at_onepm": "每天下午1点",
"hours": "每 {hours, plural, one {小时} other {{hours, number} 小时}}",
"night_at_midnight": "每晚0点",
"night_at_twoam": "每晚凌晨2点"
},
"invite_people": "邀请人员",
"invite_to_album": "邀请加入相册",
"items_count": "{count, plural, one {#个项目} other {#个项目}}",
"jobs": "任务",
"keep": "保留",
"keep_all": "保留所有",
"keep_this_delete_others": "保留这个,删除其它",
"kept_this_deleted_others": "保留该项目并删除 {count, plural, one {# 个项目} other {# 个项目}}",
"keyboard_shortcuts": "键盘快捷键",
"language": "语言",
"language_setting_description": "选择您的语言偏好",
"last_seen": "最后查看",
"latest_version": "最新版本",
"latitude": "纬度",
"leave": "离开",
"let_others_respond": "允许他人回应",
"level": "等级",
"library": "图库",
"library_options": "图库选项",
"light": "浅色",
"like_deleted": "已删除的收藏",
"link_motion_video": "链接动态视频",
"link_options": "链接选项",
"link_to_oauth": "链接到OAuth",
"linked_oauth_account": "绑定OAuth账户",
"list": "列表",
"loading": "加载中",
"loading_search_results_failed": "加载搜索结果失败",
"log_out": "注销",
"log_out_all_devices": "注销所有设备",
"logged_out_all_devices": "从所有设备注销",
"logged_out_device": "从设备注销",
"login": "登录",
"login_has_been_disabled": "登录已禁用。",
"logout_all_device_confirmation": "确定要从所有设备注销?",
"logout_this_device_confirmation": "确定要从本设备注销?",
"longitude": "经度",
"look": "样式",
"loop_videos": "循环视频",
"loop_videos_description": "启用在详细信息中自动循环播放视频。",
"main_branch_warning": "您当前使用的是开发版;我们强烈建议您使用正式发行版(release版)!",
"make": "品牌",
"manage_shared_links": "管理共享链接",
"manage_sharing_with_partners": "管理与同伴的共享",
"manage_the_app_settings": "管理应用设置",
"manage_your_account": "管理你的账户",
"manage_your_api_keys": "管理你的 API 密钥",
"manage_your_devices": "管理已登录设备",
"manage_your_oauth_connection": "管理你的 OAuth 连接",
"map": "地图",
"map_marker_for_images": "{country} {city}的图像地图标记",
"map_marker_with_image": "带图像的地图标记",
"map_settings": "地图设置",
"matches": "匹配",
"media_type": "媒体类型",
"memories": "回忆",
"memories_setting_description": "管理回忆中的内容",
"memory": "回忆",
"memory_lane_title": "记忆线{title}",
"menu": "菜单",
"merge": "合并",
"merge_people": "合并人物",
"merge_people_limit": "每次最多只能合并 5 个人",
"merge_people_prompt": "你想合并这些人吗?该操作不可逆(无法被撤销)。",
"merge_people_successfully": "合并人物成功",
"merged_people_count": "已合并{count, plural, one {#个人} other {#个人}}",
"minimize": "最小化",
"minute": "分",
"missing": "缺失",
"model": "型号",
"month": "月",
"more": "更多",
"moved_to_trash": "已放入回收站",
"my_albums": "我的相册",
"name": "名称",
"name_or_nickname": "名称或昵称",
"never": "永不过期",
"new_album": "新相册",
"new_api_key": "新API Key",
"new_password": "新密码",
"new_person": "新人物",
"new_user_created": "已创建新用户",
"new_version_available": "有新版本发布啦",
"newest_first": "最新优先",
"next": "下一个",
"next_memory": "下一个",
"no": "否",
"no_albums_message": "创建相册以整理照片和视频",
"no_albums_with_name_yet": "貌似你还没有此名字的相册。",
"no_albums_yet": "貌似你还没有创建相册。",
"no_archived_assets_message": "归档照片和视频以便在照片视图中隐藏它们",
"no_assets_message": "点击上传您的第一张照片",
"no_duplicates_found": "未发现重复项。",
"no_exif_info_available": "没有可用的EXIF信息",
"no_explore_results_message": "上传更多照片来探索。",
"no_favorites_message": "添加到收藏夹,快速查找最佳图片和视频",
"no_libraries_message": "创建外部图库来查看你的照片和视频",
"no_name": "未命名",
"no_places": "无位置",
"no_results": "无结果",
"no_results_description": "尝试使用同义词或更通用的关键词",
"no_shared_albums_message": "创建相册以共享照片和视频",
"not_in_any_album": "不在任何相册中",
"note_apply_storage_label_to_previously_uploaded assets": "提示:要将存储标签应用于之前上传的项目,需要运行",
"note_unlimited_quota": "注:输入 0 表示无限配额",
"notes": "提示",
"notification_toggle_setting_description": "启用邮件通知",
"notifications": "通知",
"notifications_setting_description": "管理通知",
"oauth": "OAuth",
"official_immich_resources": "Immich 官方资源",
"offline": "离线",
"offline_paths": "离线文件",
"offline_paths_description": "这些结果可能是由于手动删除了不属于外部图库的文件造成的。",
"ok": "确定",
"oldest_first": "最旧优先",
"onboarding": "盛大开启",
"onboarding_privacy_description": "以下(可选)功能依赖外部服务,可随时在管理设置中禁用。",
"onboarding_theme_description": "选择服务的颜色主题。稍后可以在设置中进行修改。",
"onboarding_welcome_description": "我们在启用服务前先做一些通用设置。",
"onboarding_welcome_user": "欢迎你,{user}",
"online": "在线",
"only_favorites": "仅显示已收藏",
"open_in_map_view": "在地图视图中打开",
"open_in_openstreetmap": "在OpenStreetMap中打开",
"open_the_search_filters": "打开搜索过滤器",
"options": "选项",
"or": "或",
"organize_your_library": "整理你的图库",
"original": "原图",
"other": "其它",
"other_devices": "其它设备",
"other_variables": "其它变量",
"owned": "已拥有",
"owner": "所有者",
"partner": "同伴",
"partner_can_access": "{partner}可以访问",
"partner_can_access_assets": "除归档和删除之外的所有照片和视频",
"partner_can_access_location": "定位照片拍摄位置",
"partner_sharing": "同伴共享",
"partners": "同伴",
"password": "密码",
"password_does_not_match": "密码不匹配",
"password_required": "需要密码",
"password_reset_success": "密码重置成功",
"past_durations": {
"days": "{days, plural, one {天} other {#天}}前",
"hours": "{hours, plural, one {小时} other {#小时}}前",
"years": "{years, plural, one {年} other {#年}}前"
},
"path": "路径",
"pattern": "模式",
"pause": "暂停",
"pause_memories": "暂停回忆",
"paused": "已暂停",
"pending": "待处理",
"people": "人物",
"people_edits_count": "{count, plural, one {#个人物} other {#个人物}}已编辑",
"people_feature_description": "按人物分组进行浏览照片和视频",
"people_sidebar_description": "在侧边栏中显示“人物”链接",
"permanent_deletion_warning": "永久删除警告",
"permanent_deletion_warning_setting_description": "当永久删除项目时显示警告",
"permanently_delete": "永久删除",
"permanently_delete_assets_count": "永久删除{count, plural, one {项目} other {项目}}",
"permanently_delete_assets_prompt": "确定要永久删除 {count, plural, one {此项目?} other {这<b>#</b>个项目?}} 该操作会同时将 {count, plural, one {它} other {它们}} 从其所在相册中移除。",
"permanently_deleted_asset": "永久删除的项目",
"permanently_deleted_assets_count": "{count, plural, one {#个项目} other {#个项目}}已删除",
"person": "人物",
"person_hidden": "{name}{hidden, select, true {(已隐藏)} other {}}",
"photo_shared_all_users": "看起来您已与所有用户共享了此相册,或者您根本没有任何用户可共享。",
"photos": "照片",
"photos_and_videos": "照片 & 视频",
"photos_count": "{count, plural, one {{count, number}张照片} other {{count, number}张照片}}",
"photos_from_previous_years": "前几年的照片",
"pick_a_location": "选择位置",
"place": "地点",
"places": "地点",
"play": "播放",
"play_memories": "播放回忆",
"play_motion_photo": "播放动态图片",
"play_or_pause_video": "播放或暂停视频",
"port": "端口",
"preset": "预设",
"preview": "预览",
"previous": "上一个",
"previous_memory": "上一个",
"previous_or_next_photo": "上一张或下一张照片",
"primary": "首要",
"privacy": "隐私",
"profile_image_of_user": "{user}的个人资料图片",
"profile_picture_set": "个人资料图片已设置。",
"public_album": "公开相册",
"public_share": "公开共享",
"purchase_account_info": "支持者",
"purchase_activated_subtitle": "感谢您对 Immich 和开源软件的支持",
"purchase_activated_time": "激活于{date, date}",
"purchase_activated_title": "您的密钥已成功激活",
"purchase_button_activate": "激活",
"purchase_button_buy": "购买",
"purchase_button_buy_immich": "购买 Immich",
"purchase_button_never_show_again": "不再显示",
"purchase_button_reminder": "30天内不再显示",
"purchase_button_remove_key": "移除密钥",
"purchase_button_select": "选择",
"purchase_failed_activation": "激活失败!请检查您的邮箱以获取正确的产品密钥!",
"purchase_individual_description_1": "适用于个人",
"purchase_individual_description_2": "支持者状态",
"purchase_individual_title": "个人",
"purchase_input_suggestion": "已有一个产品密钥?请在下方输入密钥",
"purchase_license_subtitle": "购买 Immich 以支持此服务的持续发展",
"purchase_lifetime_description": "终身许可",
"purchase_option_title": "购买选项",
"purchase_panel_info_1": "开发 Immich 需要大量的时间和精力,我们有全职工程师在努力将其做到最好。我们的使命是通过开源软件和道德商业实践,为开发者提供可持续的收入来源,并创建一个尊重隐私的生态系统,提供一个可以真正替代现有剥削性云服务的选择。",
"purchase_panel_info_2": "由于我们承诺不添加付费功能,此次购买不会为您提供 Immich 的任何额外功能。我们依靠像您这样的用户来支持 Immich 的持续开发。",