-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzh_Hant.json
1314 lines (1314 loc) · 76.4 KB
/
zh_Hant.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": "{job} 任務的 {command} 指令執行失敗",
"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": "<link>這裏</link>有份 CLIP 模型名單。註:更換模型後須對所有圖片重新執行「智慧搜尋」作業。",
"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": "機器學習伺服器的網址",
"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)的網址",
"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": "未添加pattern",
"note_apply_storage_label_previous_assets": "註:要將儲存標籤用於先前上傳的檔案,請執行",
"note_cannot_be_changed_later": "註:之後就無法更改嘍!",
"note_unlimited_quota": "註:輸入 0 表示不限制配額",
"notification_email_from_address": "寄件地址",
"notification_email_from_address_description": "寄件者電子郵件地址(例:Immich Photo Server <[email protected]>)",
"notification_email_host_description": "電子郵件伺服器主機(例:smtp.immich.app)",
"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": "預設儲存配額(GiB)",
"oauth_storage_quota_default_description": "未宣告時所使用的配額(單位:GiB)(輸入 0 表示不限制配額)。",
"offline_paths": "失效路徑",
"offline_paths_description": "這些可能是手動刪除非外部圖庫的檔案時所遺留的。",
"password_enable_description": "用電子郵件和密碼登入",
"password_settings": "密碼登入",
"password_settings_description": "管理密碼登入設定",
"paths_validated_successfully": "所有路徑驗證成功",
"person_cleanup_job": "清理人物",
"quota_size_gib": "配額(GiB)",
"refreshing_all_libraries": "正在重新整理所有圖庫",
"registration": "管理者註冊",
"registration_description": "由於您是本系統的首位使用者,因此將您指派爲負責管理本系統的管理者,其他使用者須由您協助建立帳號。",
"repair_all": "全部糾正",
"repair_matched_items": "有 {count, plural, other {# 個項目相符}}",
"repaired_items": "已糾正 {count, plural, 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": "從檔案系統探索或同步側接(Sidecar)元資料",
"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 的網頁界面",
"these_files_matched_by_checksum": "這些檔案的核對和(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": "快速同步(需要第七代或高於第七代的 Intel CPU)",
"transcoding_acceleration_rkmpp": "RKMPP(僅適用於 Rockchip SoC)",
"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 不支持 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": "時間自適應量化(Temporal AQ)",
"transcoding_temporal_aq_description": "僅適用於 NVENC。提高高細節、低運動場景的質量。可能與舊設備不兼容。",
"transcoding_threads": "線程數量",
"transcoding_threads_description": "較高的值會加快編碼速度,但會減少伺服器在運行過程中處理其他任務的空間。此值不應超過 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。",
"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": "這些檔案不會被追蹤。它們可能是移動失誤、上傳中斷或遇到漏洞而遺留的產物",
"user_cleanup_job": "清理使用者",
"user_delete_delay": "<b>{user}</b> 的帳號和項目將於 {delay, plural, 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, other {# 個月大}}",
"age_year_months": "1 歲,{months, plural, 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 金鑰名稱不能爲空",
"api_keys": "API 金鑰",
"app_settings": "應用程式設定",
"appears_in": "出現在",
"archive": "封存",
"archive_or_unarchive_photo": "封存或取消封存照片",
"archive_size": "封存量",
"archive_size_description": "設定要下載的封存量(單位:GiB)",
"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": "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, other {# 個檔案}}加入相簿",
"assets_added_to_name_count": "已將 {count, plural, other {# 個檔案}}加入{hasName, select, true {<b>{name}</b>} other {新相簿}}",
"assets_count": "{count, plural, one {# 個檔案} other {# 個檔案}}",
"assets_moved_to_trash_count": "已將 {count, plural, other {# 個檔案}}丟進垃圾桶",
"assets_permanently_deleted_count": "已永久刪除 {count, plural, one {# 個檔案} other {# 個檔案}}",
"assets_removed_count": "已移除 {count, plural, one {# 個檔案} other {# 個檔案}}",
"assets_restore_confirmation": "確定要還原所有丟掉的檔案嗎?此步驟無法取消喔!註:這無法還原任何離線檔案。",
"assets_restored_count": "已還原 {count, plural, other {# 個檔案}}",
"assets_trashed_count": "已丟掉 {count, plural, 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": "錯誤及功能請求",
"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, 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_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_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": "編輯密鑰",
"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": "確定要清空垃圾桶嗎?這會永久刪除 Immich 垃圾桶中所有的檔案。\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, 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_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, 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 金鑰",
"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 金鑰",
"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 金鑰",
"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": "管理應用程式功能",
"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": "{isVideo, select, true {影片} other {圖片}}拍攝於 {date}",
"image_alt_text_date_1_person": "{isVideo, select, true {影片} other {圖片}} 與 {person1} 一同於 {date} 拍攝",
"image_alt_text_date_2_people": "{isVideo, select, true {影片} other {圖片}} 與 {person1} 和 {person2} 一同於 {date} 拍攝",
"image_alt_text_date_3_people": "{isVideo, select, true {影片} other {圖片}} 與 {person1}、{person2} 和 {person3} 一同於 {date} 拍攝",
"image_alt_text_date_4_or_more_people": "{isVideo, select, true {影片} other {圖片}} 與 {person1}、{person2} 和其他 {additionalCount, number} 人於 {date} 拍攝",
"image_alt_text_date_place": "{date}在 {country} - {city} 拍攝的{isVideo, select, true {影片} other {圖片}}",
"image_alt_text_date_place_1_person": "{isVideo, select, true {影片} other {圖片}} 於 {city}、{country},與 {person1} 一同在 {date} 拍攝",
"image_alt_text_date_place_2_people": "{isVideo, select, true {影片} other {圖片}} 在 {city}、{country},與 {person1} 和 {person2} 一同於 {date} 拍攝",
"image_alt_text_date_place_3_people": "{isVideo, select, true {影片} other {圖片}} 在 {city}、{country},與 {person1}、{person2} 和 {person3} 一同於 {date} 拍攝",
"image_alt_text_date_place_4_or_more_people": "{isVideo, select, true {影片} other {圖片}} 在 {city}、{country},與 {person1}、{person2} 和其他 {additionalCount, number} 人於 {date} 拍攝",
"immich_logo": "Immich 標誌",
"immich_web_interface": "Immich 網頁介面",
"import_from_json": "匯入 JSON",
"import_path": "匯入路徑",
"in_albums": "在 {count, plural, other {# 本相簿}}中",
"in_archive": "已封存",
"include_archived": "包含已封存",
"include_shared_albums": "包含共享相簿",
"include_shared_partner_assets": "包括共享夥伴檔案",
"individual_share": "個別分享",
"info": "資訊",
"interval": {
"day_at_onepm": "每天下午 1 點",
"hours": "每 {hours, plural, other {{hours, number} 小時}}",
"night_at_midnight": "每晚午夜",
"night_at_twoam": "每晚凌晨 2 點"
},
"invite_people": "邀請人員",
"invite_to_album": "邀請至相簿",
"items_count": "{count, plural, other {# 個項目}}",
"jobs": "作業",
"keep": "保留",
"keep_all": "全部保留",
"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": "現在使用的是開發版本;我們強烈建議使用正式發行版!",
"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": "在 {city}、{country} 拍攝圖像的地圖標記",
"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 金鑰",
"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, 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, 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 的。",
"purchase_panel_title": "支援這項專案",
"purchase_per_server": "每臺伺服器",
"purchase_per_user": "每位使用者",
"purchase_remove_product_key": "移除產品金鑰",
"purchase_remove_product_key_prompt": "確定要移除產品金鑰嗎?",