forked from mattermost/mattermost-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzh-TW.json
3173 lines (3173 loc) · 268 KB
/
zh-TW.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.buildnumber": "編譯序號:",
"about.copyright": "版權所有 2015-{currentYear} Mattermost, Inc. 保留所有權利",
"about.database": "資料庫:",
"about.date": "編譯日期:",
"about.dbversion": "資料庫結構描述版本:",
"about.enterpriseEditione1": "企業版",
"about.enterpriseEditionLearn": "學習更多關於企業版:",
"about.enterpriseEditionSt": "防火牆內側也可運行的溝通模式。",
"about.hash": "編譯 Hash:",
"about.hashee": "企業版編譯 Hash:",
"about.hashwebapp": "網頁程式建置雜湊:",
"about.licensed": "授權給:",
"about.notice": "藉由在[伺服器](!https://about.mattermost.com/platform-notice-txt/)、[桌面](!https://about.mattermost.com/desktop-notice-txt/)與[行動裝置](!https://about.mattermost.com/mobile-notice-txt/)上使用的開源軟體,才得以實現 Mattermost。",
"about.privacy": "Privacy Policy",
"about.teamEditionLearn": "加入 Mattermost 社群:",
"about.teamEditionSt": "您的團隊溝通皆在同處,隨時隨地皆可搜尋與存取。",
"about.teamEditiont0": "團隊版",
"about.teamEditiont1": "企業版",
"about.title": "關於 Mattermost",
"about.tos": "服務條款",
"about.version": "Mattermost版本:",
"access_history.title": "存取紀錄",
"activity_log_modal.android": "Android",
"activity_log_modal.androidNativeApp": "Android 原生應用程式",
"activity_log_modal.androidNativeClassicApp": "Android 原生傳統程式",
"activity_log_modal.desktop": "原生桌面應用程式",
"activity_log_modal.iphoneNativeApp": "iPhone 原生應用程式",
"activity_log_modal.iphoneNativeClassicApp": "iPhone 原生傳統程式",
"activity_log.activeSessions": "使用中的工作階段",
"activity_log.browser": "瀏覽器:{browser}",
"activity_log.firstTime": "第一次活動:{date}, {time}",
"activity_log.lastActivity": "最後一次活動紀錄:{date}, {time}",
"activity_log.logout": "登出",
"activity_log.moreInfo": "更多資訊",
"activity_log.os": "作業系統:{os}",
"activity_log.sessionId": "工作階段 ID:{id}",
"activity_log.sessionsDescription": "當使用新的瀏覽器登入時工作階段會被建立。工作階段讓您可以在系統管理員設定的時間內不用重複登入。如果想先行登出,請使用下方的 '登出' 按鈕以結束工作階段。",
"add_command.autocomplete": "自動完成",
"add_command.autocomplete.help": "在自動完成列表上顯示斜線命令(非必須)。",
"add_command.autocompleteDescription": "自動完成的描述",
"add_command.autocompleteDescription.help": "斜線命令在自動完成列表上的簡短敘述(非必須)。",
"add_command.autocompleteHint": "自動完成的提示",
"add_command.autocompleteHint.help": "斜線命令的參數,在自動完成列表上顯示為說明。(非必須)",
"add_command.cancel": "取消",
"add_command.description": "說明",
"add_command.description.help": "內送 Webhook 的敘述。",
"add_command.displayName": "標題",
"add_command.displayName.help": "選擇在斜線命令設定頁面顯示的標題。最長 64 字元。",
"add_command.doneHelp": "已設定斜線命令。以下的 Token 將會隨著外送資料一起送出。請用它來確認該要求來自您的 Mattermost 團隊 (如需詳細資訊,請參閱[說明文件](!https://docs.mattermost.com/developer/slash-commands.html))。",
"add_command.iconUrl": "回應圖示",
"add_command.iconUrl.help": "選擇圖片以置換此斜線命令回應貼文時所用的個人圖像(非必須)。輸入.png或.jpg檔案(長寬皆至少為128像素)的網址。",
"add_command.method": "要求方法",
"add_command.method.get": "GET",
"add_command.method.help": "發送給要求請的命令要求類型。",
"add_command.method.post": "POST",
"add_command.save": "儲存",
"add_command.saving": "儲存中...",
"add_command.token": "**Token**:{token}",
"add_command.trigger": "命令觸發關鍵字",
"add_command.trigger.help": "觸發關鍵字必須是唯一的,且不能以斜線開頭或包含空白。",
"add_command.trigger.helpExamples": "如:client、employee、patient、weather",
"add_command.trigger.helpReserved": "保留字:{link}",
"add_command.trigger.helpReservedLinkText": "請看內建斜線命令",
"add_command.triggerInvalidLength": "觸發關鍵字必須包含{min}到{max}個字",
"add_command.triggerInvalidSlash": "觸發關鍵字不可用/(斜線)開頭",
"add_command.triggerInvalidSpace": "觸發關鍵字不可包含空白",
"add_command.triggerRequired": "需要填入觸發關鍵字",
"add_command.url": "要求網址",
"add_command.url.help": "當斜線命令執行時,用以接收 HTTP POST 或 GET 事件請求的回呼網址。",
"add_command.urlRequired": "要求網址為必填",
"add_command.username": "回應使用者名稱",
"add_command.username.help": "填入名稱以置換此斜線命令回應貼文時所用的使用者名稱(非必須),使用者名稱最多包含22個小寫、數字、\"-\"、\"_\"或\".\"等字元。",
"add_emoji.cancel": "取消",
"add_emoji.header": "新增",
"add_emoji.image": "圖片",
"add_emoji.image.button": "選擇",
"add_emoji.image.help": "為繪文字選取圖片。圖片格式為 gif、png 或 jpeg,檔案大小不超過 1 MB。尺寸會在保持長寬比下自動調整為符合 128x128 像素。",
"add_emoji.imageRequired": "繪文字需要圖片",
"add_emoji.name": "名字",
"add_emoji.name.help": "為繪文字選擇名稱,名稱以最多64個小寫英數字跟'-'和'_'組成。",
"add_emoji.nameInvalid": "繪文字的名字只能含有小寫英數跟'-'和'_'。",
"add_emoji.nameRequired": "繪文字需要名字。",
"add_emoji.nameTaken": "這個名字已被系統繪文字所使用。請選其他的名字。",
"add_emoji.preview": "預覽",
"add_emoji.preview.sentence": "這句話帶有 {image} 。",
"add_emoji.save": "儲存",
"add_emoji.saving": "儲存中...",
"add_incoming_webhook.cancel": "取消",
"add_incoming_webhook.channel": "頻道",
"add_incoming_webhook.channel.help": "接收 Webhook 內容的公開或私人頻道。設定 Webhook 時您必須屬於該私人頻道。",
"add_incoming_webhook.channelLocked": "鎖定至此頻道",
"add_incoming_webhook.channelLocked.help": "如果啟用,內送 Webhook 只能發布訊息至選取的頻道。",
"add_incoming_webhook.channelRequired": "必須是有效的頻道",
"add_incoming_webhook.description": "說明",
"add_incoming_webhook.description.help": "內送 Webhook 的敘述。",
"add_incoming_webhook.displayName": "標題",
"add_incoming_webhook.displayName.help": "選擇在 Webhook 設定頁面顯示的標題。最長 64 字元。",
"add_incoming_webhook.doneHelp": "已設定內送 Webhook。請發送資料至以下的網址 (如需詳細資訊,請參閱[說明文件](!https://docs.mattermost.com/developer/webhooks-incoming.html))。",
"add_incoming_webhook.icon_url": "個人圖像",
"add_incoming_webhook.icon_url.help": "選擇此外部整合發布訊息時將使用的個人圖像。請輸入至少為 128x128 的 png 或 jpg 檔案網址。",
"add_incoming_webhook.save": "儲存",
"add_incoming_webhook.saving": "儲存中...",
"add_incoming_webhook.url": "**URL**:{url}",
"add_incoming_webhook.username": "使用者名稱",
"add_incoming_webhook.username.help": "選擇此外部整合發布訊息時將使用的使用者名稱。使用者名稱最多可以 22 個字元,可以包含小寫字母、數字及符號\"-\"、\"_\"、\".\"。",
"add_oauth_app.callbackUrls.help": "在使用者同意或是拒絕授權給應用程式之後使用者將會被重導向至此重導向網址,同時該網址將會處理授權碼或是存取 Token。必須是以 http:// 或 https:// 開頭的有效網址。",
"add_oauth_app.callbackUrlsRequired": "請填入一或多個回呼網址",
"add_oauth_app.clientId": "**用戶端ID**:{id}",
"add_oauth_app.clientSecret": "**用戶端密碼**:{secret}",
"add_oauth_app.description.help": "OAuth 2.0 應用程式的敘述。",
"add_oauth_app.descriptionRequired": "請填入 OAuth 2.0 應用程式的敘述。",
"add_oauth_app.doneHelp": "OAuth 2.0 應用程式設定完畢。當應用程式要求授權時,請用下面的用戶端 ID 跟密碼 (詳請參閱[文件](!https://docs.mattermost.com/developer/oauth-2-0-applications.html))。",
"add_oauth_app.doneUrlHelp": "以下為您所授權的重導向網址。",
"add_oauth_app.header": "新增",
"add_oauth_app.homepage.help": "OAuth 2.0 應用程式的首頁網址。請根據伺服器設定選擇 HTTP 或 HTTPS。",
"add_oauth_app.homepageRequired": "請填入 OAuth 2.0 應用程式的首頁網址。",
"add_oauth_app.icon.help": "(非必須) 指向 OAuth 2.0 應用程式的圖片的網址。請確定在網址中使用了 HTTP 或 HTTPS。",
"add_oauth_app.name.help": "OAuth 2.0 應用程式的顯示名稱,最多64個字元。",
"add_oauth_app.nameRequired": "請填入 OAuth 2.0 應用程式的名字。",
"add_oauth_app.trusted.help": "信任時,此 OAuth 2.0 應用程式將被 Mattermost 伺服器信任且不需要使用者同意授權。不信任時,將會出現新的視窗詢問使用者同意或是拒絕授權。",
"add_oauth_app.url": "**URL**:{url}",
"add_outgoing_webhook.callbackUrls": "回呼網址(一行一個)",
"add_outgoing_webhook.callbackUrls.help": "訊息將會被發送至此網址。如果此網址是私人的,請用 {link} 新增。",
"add_outgoing_webhook.callbackUrls.helpLinkText": "受信任的內部連線",
"add_outgoing_webhook.callbackUrlsRequired": "請填入一或多個回呼網址",
"add_outgoing_webhook.cancel": "取消",
"add_outgoing_webhook.channel": "頻道",
"add_outgoing_webhook.channel.help": "發送訊息至 Webhook 的公開頻道。有設定一個以上的觸發關鍵字時此項非必須。",
"add_outgoing_webhook.content_Type": "內容型態",
"add_outgoing_webhook.contentType.help1": "選擇請求送出時的內容型態。",
"add_outgoing_webhook.contentType.help2": "如果選擇了 application/x-www-form-urlencoded,伺服器將會以 URL 格式編碼請求內文的參數。",
"add_outgoing_webhook.contentType.help3": "如果選擇了 application/json,伺服器將以 JSON 格式發送請求。",
"add_outgoing_webhook.description": "說明",
"add_outgoing_webhook.description.help": "外寄 Webhook 的敘述。",
"add_outgoing_webhook.displayName": "標題",
"add_outgoing_webhook.displayName.help": "選擇在 Webhook 設定頁面顯示的標題。最長 64 字元。",
"add_outgoing_webhook.doneHelp": "已設定外寄 Webhook。以下的 Token 將會隨著外送資料一起送出。請用它來確認該要求來自您的 Mattermost 團隊 (如需詳細資訊,請參閱[說明文件](!https://docs.mattermost.com/developer/webhooks-outgoing.html))。",
"add_outgoing_webhook.icon_url": "個人圖像",
"add_outgoing_webhook.icon_url.help": "選擇此外部整合發布訊息時將使用的個人圖像。請輸入至少為 128x128 的 png 或 jpg 檔案網址。",
"add_outgoing_webhook.save": "儲存",
"add_outgoing_webhook.saving": "儲存中...",
"add_outgoing_webhook.token": "**Token**:{token}",
"add_outgoing_webhook.triggerWords": "關鍵觸發字(一行一個)",
"add_outgoing_webhook.triggerWords.help": "以觸發關鍵字開頭的訊息將會觸發外寄 Webhook。有選擇頻道時此項非必須。",
"add_outgoing_webhook.triggerWordsOrChannelRequired": "請填入有效的頻道或觸發關鍵字清單",
"add_outgoing_webhook.triggerWordsTriggerWhen": "觸發於",
"add_outgoing_webhook.triggerWordsTriggerWhen.help": "選擇何時觸發外寄 Webook:訊息的第一個字完全符合觸發關鍵字,或是訊息以觸發關鍵字開頭。",
"add_outgoing_webhook.triggerWordsTriggerWhenFullWord": "第一個字完全符合觸發關鍵字",
"add_outgoing_webhook.triggerWordsTriggerWhenStartsWith": "第一個字以觸發關鍵字為開頭",
"add_outgoing_webhook.username": "使用者名稱",
"add_outgoing_webhook.username.help": "選擇此外部整合發布訊息時將使用的使用者名稱。使用者名稱最多可以 22 個字元,可以包含小寫字母、數字及符號\"-\"、\"_\"、\".\"。",
"add_teams_to_scheme.confirmation.accept": "是,移動團隊",
"add_teams_to_scheme.confirmation.message": "此團隊已在其他的團隊配置中出現,請確定要將其移至此團隊配置。",
"add_teams_to_scheme.confirmation.title": "團隊覆蓋配置變更?",
"add_teams_to_scheme.title": "新增團隊至**選取團隊**列表",
"add_user_to_channel_modal.add": "新增",
"add_user_to_channel_modal.cancel": "取消",
"add_user_to_channel_modal.help": "輸入以尋找頻道。 用↑↓ 瀏覽、 ↵ 選擇、ESC取消。",
"add_user_to_channel_modal.membershipExistsError": "{name}已是頻道成員",
"add_user_to_channel_modal.title": "將{name}加入頻道",
"add_users_to_team.title": "新增成員至團隊 {teamName}",
"admin.advance.cluster": "高可用性",
"admin.advance.experimental": "Experimental",
"admin.advance.metrics": "效能監視",
"admin.audits.reload": "重新載入使用者活動記錄",
"admin.audits.title": "使用者活動記錄",
"admin.authentication.email": "電子郵件認證",
"admin.authentication.gitlab": "GitLab",
"admin.authentication.ldap": "AD/LDAP",
"admin.authentication.oauth": "OAuth 2.0",
"admin.authentication.saml": "SAML 2.0",
"admin.banner.heading": "註:",
"admin.client_versions.androidLatestVersion": "最新的 Android 版本",
"admin.client_versions.androidLatestVersionHelp": "最新放出的 Android 版本",
"admin.client_versions.androidMinVersion": "最低 Android 版本",
"admin.client_versions.androidMinVersionHelp": "最低相容的 Android 版本",
"admin.client_versions.desktopLatestVersion": "最新的桌面版本",
"admin.client_versions.desktopLatestVersionHelp": "最新放出的桌面版本",
"admin.client_versions.desktopMinVersion": "最低桌面版本",
"admin.client_versions.desktopMinVersionHelp": "最低相容的桌面版本",
"admin.client_versions.iosLatestVersion": "最新的 iOS 版本",
"admin.client_versions.iosLatestVersionHelp": "最新放出的 iOS 版本",
"admin.client_versions.iosMinVersion": "最低 iOS 版本",
"admin.client_versions.iosMinVersionHelp": "最低相容的 iOS 版本",
"admin.cluster.ClusterName": "叢集名稱:",
"admin.cluster.ClusterNameDesc": "根據名稱加入的叢集。只有同樣叢集名稱的節點會互相加入。此功能用以支援藍綠部署或使用相同資料庫的預備環境。",
"admin.cluster.ClusterNameEx": "如:\"正式環境\"或\"預備環境\"",
"admin.cluster.enableDescription": "啟用時,Mattermost 將會運行於高可用性模式。請參閱[說明文件](!http://docs.mattermost.com/deployment/cluster.html)以了解如何設定 Mattermost 的高可用性。",
"admin.cluster.enableTitle": "啟用高可用性模式:",
"admin.cluster.GossipPort": "Gossip 通訊埠:",
"admin.cluster.GossipPortDesc": "給 Gossip 協定用的通訊埠。此通訊埠必須允許 UDP 以及 TCP。",
"admin.cluster.GossipPortEx": "如:\":8075\"",
"admin.cluster.loadedFrom": "此設定檔是從節點 ID {clusterId} 讀取。如果您是經由負載平衡器存取系統控制台且遇到了問題,請參閱[文件](!http://docs.mattermost.com/deployment/cluster.html)中的疑難排解指引。",
"admin.cluster.noteDescription": "變更此段落設定必須重啟伺服器以生效。",
"admin.cluster.OverrideHostname": "覆蓋主機名稱:",
"admin.cluster.OverrideHostnameDesc": "預設值 <blank> 將會嘗試從作業系統取得主機名稱或是使用 IP 位置作為名稱。此設定可用以覆蓋本伺服器的主機名稱。除非必要,否則不建議覆蓋該值。此設定在必要時也可設定為 IP 位置。",
"admin.cluster.OverrideHostnameEx": "如:\"app-server-01\"",
"admin.cluster.should_not_change": "警告:這些設定可能不會跟此叢集內其他的伺服器同步。高可用性節點間通訊在所有伺服器的 config.json 被修改成一樣並重新啟動 Mattermost 之前不會開始。如何從叢集中增加或移除伺服器請看[文件](!http://docs.mattermost.com/deployment/cluster.html)。如果您是經由負載平衡器存取系統控制台且遇到了問題,請參閱[文件](!http://docs.mattermost.com/deployment/cluster.html)中的疑難排解指引。",
"admin.cluster.status_table.config_hash": "設定檔 MD5",
"admin.cluster.status_table.hostname": "主機名稱",
"admin.cluster.status_table.reload": " 重新讀取叢集狀態",
"admin.cluster.status_table.status": "狀態",
"admin.cluster.status_table.url": "Gossip 位址",
"admin.cluster.status_table.version": "版本",
"admin.cluster.StreamingPort": "串流通訊埠:",
"admin.cluster.StreamingPortDesc": "用以在伺服器之間串流資料的通訊埠。",
"admin.cluster.StreamingPortEx": "如:\":8075\"",
"admin.cluster.unknown": "不明",
"admin.cluster.UseExperimentalGossip": "使用實驗性質的 Gossiop:",
"admin.cluster.UseExperimentalGossipDesc": "啟用時,伺服器將嘗試在 Gossip 通訊埠上用 Gossip 協定互相溝通。停用時伺服器將嘗試在串流通訊埠上溝通。停用時 Gossip 通訊埠與協定依然會被用於判定叢集健康上。",
"admin.cluster.UseIpAddress": "使用 IP 位址:",
"admin.cluster.UseIpAddressDesc": "啟用時本叢集將嘗試用 IP 位址溝通而非使用主機名稱。",
"admin.compliance_reports.desc": "工作名稱:",
"admin.compliance_reports.emails": "電子郵件地址:",
"admin.compliance_reports.from": "發信人:",
"admin.compliance_reports.keywords": "關鍵字:",
"admin.compliance_reports.reload": "重新讀取規範報告",
"admin.compliance_reports.run": "執行檢查規範",
"admin.compliance_reports.title": "規範報告",
"admin.compliance_reports.to": "收件者:",
"admin.compliance_table.desc": "說明",
"admin.compliance_table.download": "下載",
"admin.compliance_table.params": "參數",
"admin.compliance_table.records": "記錄",
"admin.compliance_table.status": "狀態",
"admin.compliance_table.timestamp": "時間戳記",
"admin.compliance_table.type": "類型",
"admin.compliance_table.userId": "要求者",
"admin.compliance.directoryDescription": "規範報告的寫入目錄,若空白,則設定為 ./data/。",
"admin.compliance.directoryExample": "如:\"./data/\"",
"admin.compliance.directoryTitle": "規範報告目錄:",
"admin.compliance.enableDailyDesc": "若啟用,Mattermost 會每日產生規範報告。",
"admin.compliance.enableDailyTitle": "啟用每日報告:",
"admin.compliance.enableDesc": "啟用時,Mattermost 允許從**規範與審計**分頁產生規範報告。詳情請閱[文件](!https://docs.mattermost.com/administration/compliance.html)。",
"admin.compliance.enableTitle": "啟用規範報告:",
"admin.compliance.newComplianceExportBanner": "此功能已被新功能[規範報告匯出]({siteURL}/admin_console/compliance/message_export)取代,在未來將被移除。我們建議移轉至新系統。",
"admin.compliance.title": "規範設定",
"admin.complianceExport.createJob.help": "立刻開始規範報告匯出工作",
"admin.complianceExport.createJob.title": "立刻執行規範報告匯出工作",
"admin.complianceExport.exportFormat.actiance": "Actiance XML",
"admin.complianceExport.exportFormat.csv": "CSV",
"admin.complianceExport.exportFormat.description": "規範匯出的格式。對應到想要匯入資料的系統。 使用 Actiance XML 或 CSV 時規範匯出將把檔案寫至[本地儲存目錄]({siteURL}/admin_console/files/storage)下 \"exports\" 子目錄。使用 Global Relay EML 時將會被寄送至設定的電子郵件位址。",
"admin.complianceExport.exportFormat.globalrelay": "Global Relay EML",
"admin.complianceExport.exportFormat.title": "匯出格式:",
"admin.complianceExport.exportJobStartTime.description": "設定每日規範報告匯出工作的開始時間。請選擇一個較少人使用系統的時間。必須為 HH:MM 格式的 24 小時制時間。",
"admin.complianceExport.exportJobStartTime.example": "如:\"02:00\"",
"admin.complianceExport.exportJobStartTime.title": "規範報告匯出時間:",
"admin.complianceExport.globalRelayCustomerType.a10.description": "A10/Type 10",
"admin.complianceExport.globalRelayCustomerType.a9.description": "A9/Type 9",
"admin.complianceExport.globalRelayCustomerType.description": "Global Relay 您的組織所擁有的客戶帳號類型。",
"admin.complianceExport.globalRelayCustomerType.title": "Global Relay 客戶帳號:",
"admin.complianceExport.globalRelayEmailAddress.description": "Global Relay 監看新規範匯出的電子郵件地址。",
"admin.complianceExport.globalRelayEmailAddress.example": "如:\"globalrelay@mattermost.com\"",
"admin.complianceExport.globalRelayEmailAddress.title": "Global Relay 電子郵件地址:",
"admin.complianceExport.globalRelaySmtpPassword.description": "SMTP 使用者名稱對應的密碼。",
"admin.complianceExport.globalRelaySmtpPassword.example": "如:\"globalRelayPassword\"",
"admin.complianceExport.globalRelaySmtpPassword.title": "Global Relay SMTP 密碼:",
"admin.complianceExport.globalRelaySmtpUsername.description": "用以與 SMTP 伺服器認證的使用者名稱。",
"admin.complianceExport.globalRelaySmtpUsername.example": "如:\"globalRelayUser\"",
"admin.complianceExport.globalRelaySmtpUsername.title": "Global Relay SMTP 使用者名稱:",
"admin.complianceExport.messagesExportedCount": "匯出了 {count} 筆訊息。",
"admin.complianceExport.title": "規範報告匯出 (Beta)",
"admin.connectionSecurityNone": "無",
"admin.connectionSecurityNoneDescription": "Mattermost 將使用不安全的連線。",
"admin.connectionSecurityStart": "STARTTLS",
"admin.connectionSecurityStartDescription": "不安全的連線,嘗試提升為 TLS 安全連線",
"admin.connectionSecurityTitle": "連線安全:",
"admin.connectionSecurityTls": "TLS",
"admin.connectionSecurityTlsDescription": "加密 Mattermost 和伺服器之間的通訊。",
"admin.customization.androidAppDownloadLinkDesc": "新增下載 Android 應用程式的連結。用行動網頁瀏覽器存取站台的使用者將會看到提示頁面以下載應用程式。此欄留空則不會出現提示頁面。",
"admin.customization.androidAppDownloadLinkTitle": "Android 應用程式下載連結:",
"admin.customization.announcement": "公告橫幅",
"admin.customization.announcement.allowBannerDismissalDesc": "啟用時,使用者可以關閉橫幅直到有新內容。停用時,除非系統管理員關閉,橫幅將保持可視。",
"admin.customization.announcement.allowBannerDismissalTitle": "允許關閉橫幅:",
"admin.customization.announcement.bannerColorTitle": "橫幅顏色:",
"admin.customization.announcement.bannerTextColorTitle": "橫幅文字顏色:",
"admin.customization.announcement.bannerTextDesc": "公告橫幅中出現的文字。",
"admin.customization.announcement.bannerTextTitle": "橫幅文字:",
"admin.customization.announcement.enableBannerDesc": "啟用所有團隊都可見的公告橫幅。",
"admin.customization.announcement.enableBannerTitle": "啟用公告橫幅:",
"admin.customization.appDownloadLinkDesc": "新增前往 Mattermost 應用程式下載頁面的連結。當有連結時主選單將會新增 \"下載 Mattermost 應用程式\" 讓使用者前往下載頁面。此欄留空則主選單不會出現該選項。",
"admin.customization.appDownloadLinkTitle": "Mattermost 應用程式下載頁面連結:",
"admin.customization.customBrand": "自訂品牌",
"admin.customization.customUrlSchemes": "自訂網址配置:",
"admin.customization.customUrlSchemesDesc": "允許訊息內文將開頭為自訂網址配置的連結視為超連結,以逗號分隔。\"http\"、\"https\"、\"ftp\"、\"tel\"以及\"mailto\"在預設情況下即視為超連結。",
"admin.customization.emoji": "繪文字",
"admin.customization.enableCustomEmojiDesc": "允許使用者新增用於訊息當中的自訂繪文字。允許之後,自訂繪文字設定的檢視方式為:變更到一個團隊,按頻道側邊欄上面的三個點,然後選擇\"自訂繪文字\"。",
"admin.customization.enableCustomEmojiTitle": "啟用自訂繪文字:",
"admin.customization.enableEmojiPickerDesc": "繪文字選擇器讓使用者選擇繪文字作為互動或在訊息中使用。在有大量自動繪文字時啟用繪文字選擇器可能會對效能有不良影響。",
"admin.customization.enableEmojiPickerTitle": "啟用繪文字選擇器:",
"admin.customization.enableGifPickerDesc": "允許使用者從繪文字選擇器經由 Gfycat 整合選取 GIF。",
"admin.customization.enableGifPickerTitle": "啟用 GIF 選擇器:",
"admin.customization.enableLinkPreviewsDesc": "在可行時於訊息下方顯示網站內容的預覽。使用者可以在 帳號設定 > 顯示 > 網站連結預覽 停用預覽功能。此設定只對有 OpenGraph 資料的網站有效,不會應用到圖片連結或 YouTube 預覽。",
"admin.customization.enableLinkPreviewsTitle": "啟用連結預覽:",
"admin.customization.gfycatApiKey": "Gfycat API 鍵:",
"admin.customization.gfycatApiKeyDescription": "於 [https://developers.gfycat.com/signup/#](!https://developers.gfycat.com/signup/#) 要求 API 金鑰。在此欄位輸入經由電子郵件傳送的用戶端 ID。空白時使用 Gfycat 提供的預設 API 金鑰。",
"admin.customization.gfycatApiSecret": "Gfycat API 金鑰:",
"admin.customization.gfycatApiSecretDescription": "Gfycat 為了 API 鍵產生的 API 金鑰。空白時,使用 Gfycat 提供的預設 API 金鑰。",
"admin.customization.gif": "GIF (Beta)",
"admin.customization.iosAppDownloadLinkDesc": "新增下載 iOS 應用程式的連結。用行動網頁瀏覽器存取站台的使用者將會看到提示頁面以下載應用程式。此欄留空則不會出現提示頁面。",
"admin.customization.iosAppDownloadLinkTitle": "iOS 應用程式下載連結:",
"admin.customization.nativeAppLinks": "Mattermost 應用程式連結",
"admin.customization.posts": "訊息",
"admin.customization.support": "法律與支援",
"admin.data_retention.confirmChangesModal.clarification": "一旦刪除,將無法取得訊息與檔案。",
"admin.data_retention.confirmChangesModal.confirm": "確定設定",
"admin.data_retention.confirmChangesModal.description": "您確定要套用下列的資料保留原則:",
"admin.data_retention.confirmChangesModal.description.itemFileDeletion": "所有的檔案會在 {days} 天後永久刪除。",
"admin.data_retention.confirmChangesModal.description.itemFileIndefinite": "無限期保留所有檔案。",
"admin.data_retention.confirmChangesModal.description.itemMessageDeletion": "所有的訊息會在 {days} 天後被永久刪除。",
"admin.data_retention.confirmChangesModal.description.itemMessageIndefinite": "無限期保留所有訊息。",
"admin.data_retention.confirmChangesModal.title": "確認資料保留原則",
"admin.data_retention.createJob.help": "馬上開始資料保留刪除工作",
"admin.data_retention.createJob.title": "立刻執行刪除工作",
"admin.data_retention.deletionJobStartTime.description": "設定每日資料保留工作的開始時間。請選擇一個較少人使用系統的時間。必須為 HH:MM 格式的 24 小時制時間。",
"admin.data_retention.deletionJobStartTime.example": "如:\"02:00\"",
"admin.data_retention.deletionJobStartTime.title": "資料刪除時間:",
"admin.data_retention.enableFileDeletion.description": "設定在頻道跟直接傳訊上傳的檔案在 Mattermost 中保存多久。",
"admin.data_retention.enableFileDeletion.title": "檔案保留:",
"admin.data_retention.enableMessageDeletion.description": "設定在頻道跟直接傳訊的訊息在 Mattermost 中保存多久。 ",
"admin.data_retention.enableMessageDeletion.title": "訊息保留:",
"admin.data_retention.fileRetentionDays.description": "設定 Mattermost 保留上傳的檔案多少天。比這時間久的檔案將會在深夜被刪除。最小時間為一天。",
"admin.data_retention.fileRetentionDays.example": "如:\"60\"",
"admin.data_retention.keepFilesForTime": "保留檔案一定時間",
"admin.data_retention.keepFilesIndefinitely": "一直保留所有檔案",
"admin.data_retention.keepMessageForTime": "保留訊息一定時間",
"admin.data_retention.keepMessagesIndefinitely": "一直保留所有訊息",
"admin.data_retention.messageRetentionDays.description": "設定 Mattermost 保留訊息多少天。比這時間久的訊息(包括附加檔案)將會在深夜被刪除。最小時間為一天。",
"admin.data_retention.messageRetentionDays.example": "如:\"60\"",
"admin.data_retention.note.description": "注意:一旦檔案或訊息被刪除了,這行為將無法挽回。設定自訂資料保留政策時請小心。詳情請閱{documentationLink}。",
"admin.data_retention.note.description.documentationLinkText": "說明文件",
"admin.data_retention.title": "資料保留政策",
"admin.database.title": "資料庫設定",
"admin.developer.title": "開發者設定",
"admin.elasticsearch.bulkIndexingTitle": "批次索引:",
"admin.elasticsearch.connectionUrlDescription": "Elasticsearch 伺服器的位址。{documentationLink}",
"admin.elasticsearch.connectionUrlExample": "如:\"https://elasticsearch.example.org:9200\"",
"admin.elasticsearch.connectionUrlExample.documentationLinkText": "請參閱設定伺服器步驟的文件",
"admin.elasticsearch.connectionUrlTitle": "伺服器連線位址:",
"admin.elasticsearch.createJob.help": "將從舊至新依序對資料庫中所有的訊息建立索引。在建立索引時 Elasticsearch 依然可用,但是在建立索引完成前檢索結果可能會不完整。",
"admin.elasticsearch.createJob.title": "開始索引",
"admin.elasticsearch.elasticsearch_test_button": "測試連線",
"admin.elasticsearch.enableAutocompleteDescription": "需要成功連至 Elasticsearch 伺服器的連線。啟用時 Elasticsearch 將會使用最新的索引執行檢索。在對現有的訊息資料庫完成批次索引前檢索結果可能為不完全的結果。停用時檢索將使用資料庫搜尋。",
"admin.elasticsearch.enableAutocompleteTitle": "啟用 Elasticsearch 檢索:",
"admin.elasticsearch.enableIndexingDescription": "啟用時,新訊息將會被自動索引。在\"啟用 Elasticsearch 檢索\"前,檢索將會使用資料庫搜尋。{documentationLink}",
"admin.elasticsearch.enableIndexingDescription.documentationLinkText": "Elasticsearch 詳情請參閱文件。",
"admin.elasticsearch.enableIndexingTitle": "啟用 Elasticsearch 索引:",
"admin.elasticsearch.enableSearchingDescription": "需要成功連至 Elasticsearch 伺服器的連線。啟用時 Elasticsearch 將會使用最新的索引執行檢索。在對現有的訊息資料庫完成批次索引前檢索結果可能為不完全的結果。停用時檢索將使用資料庫搜尋。",
"admin.elasticsearch.enableSearchingTitle": "啟用 Elasticsearch 檢索:",
"admin.elasticsearch.password": "如:\"yourpassword\"",
"admin.elasticsearch.passwordDescription": "(非必要) 用以跟 Elasticsearch 伺服器認證的密碼。",
"admin.elasticsearch.passwordTitle": "伺服器密碼:",
"admin.elasticsearch.percentComplete": "完成{percent}%",
"admin.elasticsearch.purgeIndexesButton": "清除索引",
"admin.elasticsearch.purgeIndexesButton.error": "清除索引時失敗:{error}",
"admin.elasticsearch.purgeIndexesButton.label": "清除索引:",
"admin.elasticsearch.purgeIndexesButton.success": "成功的清除索引",
"admin.elasticsearch.purgeIndexesHelpText": "清除將會將 Elasticsearch 伺服器上的索引完全移除。在對現有訊息的資料庫重新批次索引前檢索結果可能會不完整。",
"admin.elasticsearch.sniffDescription": "啟用時,探查將自動找尋並連接叢集中全部的資料節點。",
"admin.elasticsearch.sniffTitle": "啟用叢集探查:",
"admin.elasticsearch.testConfigSuccess": "測試成功。設定已儲存。",
"admin.elasticsearch.testHelpText": "測試 Mattermost 伺服器是否可連線至給定的 Elasticsearch 伺服器。測試連線將只在測試成功時才儲存設定。詳細的錯誤訊息請看紀錄檔。",
"admin.elasticsearch.title": "Elasticsearch",
"admin.elasticsearch.usernameDescription": "(非必要) 用以跟 Elasticsearch 伺服器認證的使用者名稱。",
"admin.elasticsearch.usernameExample": "如:\"elastic\"",
"admin.elasticsearch.usernameTitle": "伺服器使用者名稱:",
"admin.email.agreeHPNS": " 我理解並接受 Mattermost 託管推播通知服務 的[使用條款](!https://about.mattermost.com/hpns-terms/) 與 [隱私政策](!https://about.mattermost.com/hpns-privacy/)。",
"admin.email.allowEmailSignInDescription": "啟用時 Mattermost 允許使用者用他們的電子郵件與密碼登入。",
"admin.email.allowEmailSignInTitle": "啟用電子郵件登入:",
"admin.email.allowSignupDescription": "啟用時 Mattermost 允許團隊以電子郵件與密碼註冊帳號。應該只在想限制使用者以 AD/LDAP、SAML 或 GitLab 一類的單一登入服務註冊時,設為停用。",
"admin.email.allowSignupTitle": "啟用以電子郵件建立帳號:",
"admin.email.allowUsernameSignInDescription": "啟用時以電子郵件登入的使用者可以用帳號與密碼登入。此設定不會影響 AD/LDAP 登入。",
"admin.email.allowUsernameSignInTitle": "啟用以使用者名稱登入:",
"admin.email.connectionSecurityTest": "測試連線",
"admin.email.easHelp": "從[企業應用程式商店](!https://about.mattermost.com/default-enterprise-app-store)瞭解編譯與佈署自已的行動應用程式。",
"admin.email.emailSuccess": "成功傳送電子郵件。請檢查收件匣並確認。",
"admin.email.enableEmailBatching.clusterEnabled": "高可用性模式啟用時不能啟用批次郵件。",
"admin.email.enableEmailBatching.siteURL": "啟用批次郵件前必須先設定站台網址 (**設定 > 站台網址**)。",
"admin.email.enableEmailBatchingDesc": "啟用時,使用者的電子郵件通知將會把多個直接傳訊以及提及合併成單一通知郵件。批次將以預設的15分鐘間隔作業,可以在 帳號設定 > 通知 設定。",
"admin.email.enableEmailBatchingTitle": "啟用批次郵件:",
"admin.email.enablePreviewModeBannerDescription": "啟用時,將會顯示預覽模式橫幅,使用者將可以知道電子郵件通知被停用。停用時,將不會顯示預覽模式橫幅給使用者。",
"admin.email.enablePreviewModeBannerTitle": "啟用預覽模式橫幅:",
"admin.email.enableSMTPAuthDesc": "啟用時使用者名稱與密碼將被用與跟 SMTP 伺服器認證。",
"admin.email.enableSMTPAuthTitle": "啟用 SMTP 認證:",
"admin.email.fullPushNotification": "發送完整的訊息片段",
"admin.email.genericNoChannelPushNotification": "以使用者發送一般說明",
"admin.email.genericPushNotification": "以使用者與頻道名稱發送一般說明",
"admin.email.mhpns": "使用有在線時間 SLA 的 HPNS 連線以發送推播通知給 iOS 與 Android 應用程式",
"admin.email.mhpnsHelp": "自 iTunes 下載 [Mattermost iOS app](!https://about.mattermost.com/mattermost-ios-app/)。 自 Google Play 下載 [Mattermost Android app](!https://about.mattermost.com/mattermost-android-app/)。了解更多關於 [HPNS](!https://about.mattermost.com/default-hpns/)。",
"admin.email.mtpns": "使用 TPNS 連線以發送推播通知給 iOS 與 Android 應用程式",
"admin.email.mtpnsHelp": "自 iTunes 下載 [Mattermost iOS app](!https://about.mattermost.com/mattermost-ios-app/)。 自 Google Play 下載 [Mattermost Android app](!https://about.mattermost.com/mattermost-android-app/)。了解更多關於 [TPNS](!https://about.mattermost.com/default-tpns/)。",
"admin.email.notification.contents.full": "發送完整訊息內容",
"admin.email.notification.contents.full.description": "郵件通知將包含寄送者跟頻道名稱。通常用於在 Mattermost 含有機敏訊息且政策要求不得儲存於郵件時為了合乎規範而設定。",
"admin.email.notification.contents.generic": "發送僅含有寄送者名稱的一般說明",
"admin.email.notification.contents.generic.description": "郵件通知只包含寄送者,將不帶有頻道及訊息內容。通常用於在 Mattermost 含有機敏訊息且政策要求不得儲存於郵件時為了合乎規範而設定。",
"admin.email.notification.contents.title": "電子郵件通知內容:",
"admin.email.notificationDisplayDescription": "從 Mattermost 傳送通知電子郵件時發件者的顯示名稱。",
"admin.email.notificationDisplayExample": "例如:\"Mattermost 通知\"、\"系統\"、\"勿回信\"",
"admin.email.notificationDisplayTitle": "通知顯示名稱:",
"admin.email.notificationEmailDescription": "從 Mattermost 傳送通知電子郵件時發件者的電子郵件地址。",
"admin.email.notificationEmailExample": "例如:\"mattermost@yourcompany.com\"、\"admin@yourcompany.com\"",
"admin.email.notificationEmailTitle": "通知信寄件人地址:",
"admin.email.notificationOrganization": "通知信信尾地址:",
"admin.email.notificationOrganizationDescription": "顯示於來自 Mattermost 通知信的組織名稱跟地址。如:\"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"。如果這欄為空,信將不會顯示組織名稱跟地址。",
"admin.email.notificationOrganizationExample": "如:\"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"",
"admin.email.notificationsDescription": "一般在正式環境設為啟用。啟用時 Mattermost 將嘗試寄送電子郵件通知。開發者可以將此欄位設為停用以略過電子郵件設定達到更快速的開發。",
"admin.email.notificationsTitle": "啟用電子郵件通知:",
"admin.email.pushContentDesc": "\"以使用者發送一般說明 \"在推播通知中只包含發送訊息的使用者名稱,不包含頻道名稱跟訊息。 \"以使用者與頻道名稱發送一般說明\"在推播通知中包含發送訊息的使用者名稱以及頻道名稱,但不包含訊息。 \"發送完整的訊息片段\"將在推播通知中包含訊息節錄,該節錄可能帶有訊息當中的機密資訊。如果推播通知服務在防火牆之外,我們*強烈建議*此選項僅在使用\"https\"協定時選用以確保連線加密。",
"admin.email.pushContentTitle": "推播內容:",
"admin.email.pushOff": "不要發送推播通知",
"admin.email.pushOffHelp": "詳細設置請參閱[推播通知文件](!https://about.mattermost.com/default-mobile-push-notifications/)。",
"admin.email.pushServerEx": "例如:\"https://push-test.mattermost.com\"",
"admin.email.pushServerTitle": "推播通知伺服器:",
"admin.email.pushTitle": "啟用推播通知:",
"admin.email.replyToAddressDescription": "Email address used in the Reply-To header when sending notification emails from Mattermost.",
"admin.email.replyToAddressTitle": "Notification Reply-To Address: ",
"admin.email.requireVerificationDescription": "正式環境通常設為啟用。啟用時 Mattermost 會在帳號建立之後允許登入之前要求驗證電子郵件地址。開發人員可以設為關閉,用以跳過電子郵件驗證加速開發。",
"admin.email.requireVerificationTitle": "需要驗證電子郵件地址:",
"admin.email.selfPush": "手動輸入推播通知服務位址",
"admin.email.skipServerCertificateVerification.description": "啟用時 Mattermost 將不會驗證電子郵件伺服器憑證。",
"admin.email.skipServerCertificateVerification.title": "跳過驗證伺服器憑證:",
"admin.email.smtpPasswordDescription": "SMTP 使用者名稱對應的密碼。",
"admin.email.smtpPasswordExample": "例如:\"您的密碼\"、\"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"",
"admin.email.smtpPasswordTitle": "SMTP 伺服器密碼:",
"admin.email.smtpPortDescription": "SMTP 電子郵件伺服器連接埠:",
"admin.email.smtpPortExample": "如:\"25\", \"465\", \"587\"",
"admin.email.smtpPortTitle": "SMTP 伺服器連接埠:",
"admin.email.smtpServerDescription": "SMTP 電子郵件伺服器位置。",
"admin.email.smtpServerExample": "例如:\"smtp.yourcompany.com\"、\"email-smtp.us-east-1.amazonaws.com\"",
"admin.email.smtpServerTitle": "SMTP 伺服器:",
"admin.email.smtpUsernameDescription": "用以與 SMTP 伺服器認證的使用者名稱。",
"admin.email.smtpUsernameExample": "例如:\"admin@yourcompany.com\"、\"AKIADTOVBGERKLCBV\"",
"admin.email.smtpUsernameTitle": "SMTP 伺服器使用者名稱:",
"admin.email.testing": "測試中...",
"admin.experimental.allowCustomThemes.desc": "Enables the **Display > Theme > Custom Theme** section in Account Settings.",
"admin.experimental.allowCustomThemes.title": "Allow Custom Themes",
"admin.experimental.clientSideCertCheck.desc": "When **primary**, after the client side certificate is verified, user’s email is retrieved from the certificate and is used to log in without a password. When **secondary**, after the client side certificate is verified, user’s email is retrieved from the certificate and matched against the one supplied by the user. If they match, the user logs in with regular email/password credentials.",
"admin.experimental.clientSideCertCheck.title": "Client-Side Certification Login Method",
"admin.experimental.clientSideCertEnable.desc": "Enables client-side certification for your Mattermost server. See [documentation](!https://docs.mattermost.com/deployment/certificate-based-authentication.html) to learn more.",
"admin.experimental.clientSideCertEnable.title": "Enable Client-Side Certification",
"admin.experimental.closeUnusedDirectMessages.desc": "When true, direct message conversations with no activity for 7 days will be hidden from the sidebar. When false, conversations remain in the sidebar until they are manually closed.",
"admin.experimental.closeUnusedDirectMessages.title": "Autoclose Direct Messages in Sidebar",
"admin.experimental.defaultTheme.desc": "Set a default theme that applies to all new users on the system.",
"admin.experimental.defaultTheme.title": "Default Theme",
"admin.experimental.disablePostMetadata.desc": "Load channels with more accurate scroll positioning by loading post metadata. Enabling this setting may increase channel and post load times.",
"admin.experimental.disablePostMetadata.title": "Disable Post Metadata",
"admin.experimental.emailBatchingBufferSize.desc": "Specify the maximum number of notifications batched into a single email.",
"admin.experimental.emailBatchingBufferSize.example": "如:\"25\"",
"admin.experimental.emailBatchingBufferSize.title": "Email Batching Buffer Size",
"admin.experimental.emailBatchingInterval.desc": "Specify the maximum frequency, in seconds, which the batching job checks for new notifications. Longer batching intervals will increase performance.",
"admin.experimental.emailBatchingInterval.example": "如:\"30\"",
"admin.experimental.emailBatchingInterval.title": "Email Batching Interval",
"admin.experimental.enableChannelViewedMessages.desc": "This setting determines whether `channel_viewed` WebSocket events are sent, which synchronize unread notifications across clients and devices. Disabling the setting in larger deployments may improve server performance.",
"admin.experimental.enableChannelViewedMessages.title": "Enable Channel Viewed WebSocket Messages",
"admin.experimental.enablePreviewFeatures.desc": "When true, preview features can be enabled from **Account Settings > Advanced > Preview pre-release features**. When false, disables and hides preview features from **Account Settings > Advanced > Preview pre-release features**.",
"admin.experimental.enablePreviewFeatures.title": "Enable Preview Features",
"admin.experimental.enableThemeSelection.desc": "Enables the **Display > Theme** tab in Account Settings so users can select their theme.",
"admin.experimental.enableThemeSelection.title": "Enable Theme Selection",
"admin.experimental.enableTutorial.desc": "When true, users are prompted with a tutorial when they open Mattermost for the first time after account creation. When false, the tutorial is disabled, and users are placed in Town Square when they open Mattermost for the first time after account creation.",
"admin.experimental.enableTutorial.title": "Enable Tutorial",
"admin.experimental.enableUserDeactivation.desc": "When true, users may deactivate their own account from **Account Settings > Advanced**. If a user deactivates their own account, they will get an email notification confirming they were deactivated. When false, users may not deactivate their own account.",
"admin.experimental.enableUserDeactivation.title": "Enable Account Deactivation",
"admin.experimental.enableUserTypingMessages.desc": "This setting determines whether \"user is typing...\" messages are displayed below the message box. Disabling the setting in larger deployments may improve server performance.",
"admin.experimental.enableUserTypingMessages.title": "Enable User Typing Messages",
"admin.experimental.enableXToLeaveChannelsFromLHS.desc": "When true, users can leave Public and Private Channels by clicking the “x” beside the channel name. When false, users must use the **Leave Channel** option from the channel menu to leave channels.",
"admin.experimental.enableXToLeaveChannelsFromLHS.title": "Enable X to Leave Channels from Left-Hand Sidebar",
"admin.experimental.experimentalChannelOrganization.desc": "Enables channel sidebar organization options in **Account Settings > Sidebar > Channel grouping and sorting** including options for grouping unread channels, sorting channels by most recent post and combining all channel types into a single list.",
"admin.experimental.experimentalChannelOrganization.title": "Sidebar Organization",
"admin.experimental.experimentalEnableAuthenticationTransfer.desc": "When true, users can change their sign-in method to any that is enabled on the server, either via Account Settings or the APIs. When false, Users cannot change their sign-in method, regardless of which authentication options are enabled.",
"admin.experimental.experimentalEnableAuthenticationTransfer.title": "Allow Authentication Transfer",
"admin.experimental.experimentalEnableAutomaticReplies.desc": "When true, users can enable Automatic Replies in **Account Settings > Notifications**. Users set a custom message that will be automatically sent in response to Direct Messages. When false, disables the Automatic Direct Message Replies feature and hides it from Account Settings.",
"admin.experimental.experimentalEnableAutomaticReplies.title": "Enable Automatic Replies",
"admin.experimental.experimentalEnableDefaultChannelLeaveJoinMessages.desc": "This setting determines whether team leave/join system messages are posted in the default town-square channel.",
"admin.experimental.experimentalEnableDefaultChannelLeaveJoinMessages.title": "Enable Default Channel Leave/Join System Messages",
"admin.experimental.experimentalEnableHardenedMode.desc": "Enables a hardened mode for Mattermost that makes user experience trade-offs in the interest of security. See [documentation](!https://docs.mattermost.com/administration/config-settings.html#enable-hardened-mode-experimental) to learn more.",
"admin.experimental.experimentalEnableHardenedMode.title": "Enable Hardened Mode",
"admin.experimental.experimentalHideTownSquareinLHS.desc": "When true, hides Town Square in the left-hand sidebar if there are no unread messages in the channel. When false, Town Square is always visible in the left-hand sidebar even if all messages have been read.",
"admin.experimental.experimentalHideTownSquareinLHS.title": "Town Square is Hidden in Left-Hand Sidebar",
"admin.experimental.experimentalLdapGroupSync.desc": "When true, enables **AD/LDAP Group Sync** configurable under **Access Controls > Groups**. See [documentation](!https://docs.mattermost.com/deployment/ldap-group-sync.html) to learn more.",
"admin.experimental.experimentalLdapGroupSync.title": "Enable AD/LDAP Group Sync",
"admin.experimental.experimentalPrimaryTeam.desc": "The primary team of which users on the server are members. When a primary team is set, the options to join other teams or leave the primary team are disabled.",
"admin.experimental.experimentalPrimaryTeam.example": "如:\"nickname\"",
"admin.experimental.experimentalPrimaryTeam.title": "Primary Team",
"admin.experimental.experimentalTimezone.desc": "Select the timezone used for timestamps in the user interface and email notifications. When true, the Timezone setting is visible in the Account Settings and a time zone is automatically assigned in the next active session. When false, the Timezone setting is hidden in the Account Settings.",
"admin.experimental.experimentalTimezone.title": "時區",
"admin.experimental.experimentalTownSquareIsReadOnly.desc": "When true, only System Admins can post in Town Square. Other members are not able to post, reply, upload files, emoji react or pin messages to Town Square, nor are able to change the channel name, header or purpose. When false, anyone can post in Town Square.",
"admin.experimental.experimentalTownSquareIsReadOnly.title": "Town Square is Read-Only",
"admin.experimental.linkMetadataTimeoutMilliseconds.desc": "The number of milliseconds to wait for metadata from a third-party link. Used with Post Metadata.",
"admin.experimental.linkMetadataTimeoutMilliseconds.example": "如:\"2000\"",
"admin.experimental.linkMetadataTimeoutMilliseconds.title": "Link Metadata Timeout",
"admin.experimental.timeBetweenUserTypingUpdatesMilliseconds.desc": "The number of milliseconds to wait between emitting user typing websocket events.",
"admin.experimental.timeBetweenUserTypingUpdatesMilliseconds.example": "如:\"2000\"",
"admin.experimental.timeBetweenUserTypingUpdatesMilliseconds.title": "User Typing Timeout",
"admin.experimental.useChannelInEmailNotifications.desc": "When true, channel and team name appears in email notification subject lines. Useful for servers using only one team. When false, only team name appears in email notification subject line.",
"admin.experimental.useChannelInEmailNotifications.title": "Use Channel Name in Email Notifications",
"admin.experimental.userStatusAwayTimeout.desc": "This setting defines the number of seconds after which the user’s status indicator changes to \"Away\", when they are away from Mattermost.",
"admin.experimental.userStatusAwayTimeout.example": "如:\"30\"",
"admin.experimental.userStatusAwayTimeout.title": "User Status Away Timeout",
"admin.false": "否",
"admin.field_names.allowBannerDismissal": "允許關閉橫幅:",
"admin.field_names.bannerColor": "橫幅顏色:",
"admin.field_names.bannerText": "橫幅文字:",
"admin.field_names.bannerTextColor": "橫幅文字顏色:",
"admin.field_names.enableBanner": "啟用公告橫幅:",
"admin.field_names.enableCommands": "啟用自訂斜線命令:",
"admin.field_names.enableConfirmNotificationsToChannel": "顯示 @channel 跟 @all 確認對話欄:",
"admin.field_names.enableIncomingWebhooks": "啟用內送 Webhook:",
"admin.field_names.enableOAuthServiceProvider": "啟用 OAuth 2.0 服務提供者:",
"admin.field_names.enableOutgoingWebhooks": "啟用外寄 Webhook:",
"admin.field_names.enablePostIconOverride": "允許外部整合功能置換個人圖像:",
"admin.field_names.enablePostUsernameOverride": "允許外部整合功能置換使用者名稱:",
"admin.field_names.enableUserAccessTokens": "啟用個人存取 Token:",
"admin.field_names.enableUserCreation": "啟用建立帳號:",
"admin.field_names.maxChannelsPerTeam": "團隊最大頻道數:",
"admin.field_names.maxNotificationsPerChannel": "單一頻道最大通知數:",
"admin.field_names.maxUsersPerTeam": "每個團隊最大人數:",
"admin.field_names.postEditTimeLimit": "編輯訊息時間限制",
"admin.field_names.restrictCreationToDomains": "限制僅有特定的電子郵件網域能建立帳號:",
"admin.field_names.restrictDirectMessage": "允許直接訊息的對象為:",
"admin.field_names.teammateNameDisplay": "團隊成員名稱顯示",
"admin.file_upload.chooseFile": "選擇檔案",
"admin.file_upload.noFile": "未上傳任何檔案",
"admin.file_upload.uploadFile": "上傳",
"admin.file.enableFileAttachments": "允許檔案分享:",
"admin.file.enableFileAttachmentsDesc": "停用時,關閉此伺服器的檔案分享。所有的用戶端與裝置將禁止附加檔案及圖片於訊息,包括行動裝置。",
"admin.file.enableMobileDownloadDesc": "停用時,關閉行動裝置 App 的檔案下載。使用者依然可以由行動裝置的網頁瀏覽器下載檔案。",
"admin.file.enableMobileDownloadTitle": "允許從行動裝置下載檔案:",
"admin.file.enableMobileUploadDesc": "停用時,關閉行動裝置 App 的上傳檔案。如果啟用允許檔案分享,使用者依然可以由行動裝置的網頁瀏覽器上傳檔案。 ",
"admin.file.enableMobileUploadTitle": "允許從行動裝置上傳檔案:",
"admin.files.storage": "儲存區",
"admin.general.configuration": "設定",
"admin.general.localization": "語言",
"admin.general.localization.availableLocalesDescription": "設定在帳號設定中使用者可以使用哪些語言 (留空則為全部支援的語言) 。如果要手動增加新語言,必須包含**預設的用戶端語言**在內。 想要幫忙翻譯嘛?加入[Mattermost 翻譯伺服器](!http://translate.mattermost.com/)來幫忙。",
"admin.general.localization.availableLocalesNoResults": "找不到任何資料",
"admin.general.localization.availableLocalesNotPresent": "用戶端的預設語言必須包含在可用語言中",
"admin.general.localization.availableLocalesTitle": "可用語言:",
"admin.general.localization.clientLocaleDescription": "新建使用者及未登入頁面的預設語言。",
"admin.general.localization.clientLocaleTitle": "預設的用戶端語言:",
"admin.general.localization.serverLocaleDescription": "系統訊息跟紀錄的預設語言。此設定需要重新啟動伺服器才有效。",
"admin.general.localization.serverLocaleTitle": "預設的伺服器語言:",
"admin.general.log": "記錄",
"admin.general.policy.allowEditPostAlways": "任何時間",
"admin.general.policy.allowEditPostNever": "永不",
"admin.general.policy.allowEditPostTimeLimit": "秒內可編輯",
"admin.general.privacy": "隱私",
"admin.general.usersAndTeams": "使用者與團隊",
"admin.gitlab.authTitle": "認證端點:",
"admin.gitlab.clientIdDescription": "經由上方指示取得該值以登入 GitLab。",
"admin.gitlab.clientIdExample": "如:\"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"",
"admin.gitlab.clientIdTitle": "應用程式識別碼:",
"admin.gitlab.clientSecretDescription": "經由上方指示取得該值以登入 GitLab。",
"admin.gitlab.clientSecretExample": "如:\"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"",
"admin.gitlab.clientSecretTitle": "應用程式金鑰:",
"admin.gitlab.enableDescription": "啟用時,Mattermost 允許用 GitLab OAuth 建立團隊與帳號。 1. 登入 GitLab 帳號並至個人檔案設定 -> 應用程式。2. 輸入轉址位址 \"<您的 mattermost 網址>/login/gitlab/complete\" (例:http://localhost:8065/login/gitlab/complete) 以及 \"<您的 mattermost 網址>/signup/gitlab/complete\"。3. 然後使用 GitLab 的 \"Application Secret Key\" 與 \"Application ID\" 欄位以完成下面的選項。4. 完成下面的端點網址。",
"admin.gitlab.EnableMarkdownDesc": "1. 登入 GitLab 帳號並至個人檔案設定 -> 應用程式。2. 輸入轉址位址 \"<您的 mattermost 網址>/login/gitlab/complete\" (例:http://localhost:8065/login/gitlab/complete) 以及 \"<您的 mattermost 網址>/signup/gitlab/complete\"。3. 然後使用 GitLab 的 \"Application Secret Key\" 與 \"Application ID\" 欄位以完成下面的選項。4. 完成下面的端點網址。",
"admin.gitlab.enableTitle": "啟用以 GitLab 認證:",
"admin.gitlab.siteUrl": "GitLab 網站 URL:",
"admin.gitlab.siteUrlDescription": "輸入 GitLab 的 URL,如 https://example.com:3000。如果 GitLab 沒有設定 SSL,用 http:// 作為 URL開頭。",
"admin.gitlab.siteUrlExample": "如:https://",
"admin.gitlab.tokenTitle": "Token 端點:",
"admin.gitlab.userTitle": "使用者 API 端點:",
"admin.google.authTitle": "認證端點:",
"admin.google.clientIdDescription": "在 Google 註冊應用程式時收到的用戶端 ID。",
"admin.google.clientIdExample": "如:\"7602141235235-url0fhs1mayfasbmop5qlfns8dh4.apps.googleusercontent.com\"",
"admin.google.clientIdTitle": "用戶端 ID:",
"admin.google.clientSecretDescription": "在 Google 註冊應用程式時收到的用戶端密鑰。",
"admin.google.clientSecretExample": "如:\"H8sz0Az-dDs2p15-7QzD231\"",
"admin.google.clientSecretTitle": "用戶端密碼:",
"admin.google.EnableMarkdownDesc": "1. [登入](!https://accounts.google.com/login) Google帳號。2. 前往 [https://console.developers.google.com](!https://console.developers.google.com),按左側邊列的**憑證**並輸入\"Mattermost - 您的公司名稱\"作為**專案名稱**,按**建立**。3. 按 **OAuth 同意畫面** 標題並輸入 \"Mattermost\" 作為 **向使用者顯示的產品名稱**。 按 **儲存**。4. 在 **憑證** 標題下,按 **建立憑證**,選擇 **OAuth 用戶端 ID** 並選擇 **網路應用程式**。\n5. 在 **限制** 的 **已授權的重新導向 URI** 中輸入 **您的 Mattermost 網址/signup/google/complete** (如: http://localhost:8065/signup/google/complete)。 按 **建立**。6. 將 **用戶端 ID** 跟 **用戶端密鑰** 貼至下面的欄位,按下**儲存**。7. 最後,前往 [Google+ API](!https://console.developers.google.com/apis/api/plus/overview) 並按 **啟用**。這可能需要花上幾分鐘以在 Google 的系統完成散佈。",
"admin.google.tokenTitle": "Token 端點:",
"admin.google.userTitle": "使用者 API 端點:",
"admin.group_settings.group_detail.group_configuration": "群組設定",
"admin.group_settings.group_detail.groupProfileDescription": "群組的名稱。",
"admin.group_settings.group_detail.groupProfileTitle": "群組資料",
"admin.group_settings.group_detail.groupTeamsAndChannelsDescription": "設定預設團隊與頻道給群組成員。加入的團隊將會包含預設頻道、公眾大廳與閒聊。在不設定團隊的情況下添加頻道會將隱含的團隊添加到下面的列表中,但不會特別添加到群組。",
"admin.group_settings.group_detail.groupTeamsAndChannelsTitle": "團隊與群組成員",
"admin.group_settings.group_detail.groupUsersDescription": "在 Mattermost 當中與此群組有所關聯的使用者列表。",
"admin.group_settings.group_detail.groupUsersTitle": "使用者",
"admin.group_settings.group_detail.introBanner": "設定預設團隊和頻道,並查看屬於群組的使用者。",
"admin.group_settings.group_details.add_channel": "新增頻道",
"admin.group_settings.group_details.add_team": "新增團隊",
"admin.group_settings.group_details.add_team_or_channel": "新增團隊或頻道",
"admin.group_settings.group_details.group_profile.name": "名字:",
"admin.group_settings.group_details.group_teams_and_channels_row.remove": "移除",
"admin.group_settings.group_details.group_teams_and_channels_row.remove.confirm_body": "Removing this membership will prevent future users in this group from being added to the '{name}' {displayType}. Please note this action will not remove the existing group users from the '{name}' {displayType}.",
"admin.group_settings.group_details.group_teams_and_channels_row.remove.confirm_button": "Yes, Remove",
"admin.group_settings.group_details.group_teams_and_channels_row.remove.confirm_header": "Remove Membership from the '{name}' {displayType}?",
"admin.group_settings.group_details.group_teams_and_channels.no-teams-or-channels-speicified": "尚未指定任何團隊或頻道",
"admin.group_settings.group_details.group_users.email": "電子郵件地址:",
"admin.group_settings.group_details.group_users.no-users-found": "找不到任何使用者",
"admin.group_settings.group_details.menuAriaLabel": "新增團隊或頻道",
"admin.group_settings.group_profile.group_teams_and_channels.name": "名字",
"admin.group_settings.group_profile.group_users.ldapConnector": "AD/LDAP 連接器用來設定同步和管理該組及其使用者。 [點選此處查看](/admin_console/authentication/ldap)",
"admin.group_settings.group_row.configure": "設定",
"admin.group_settings.group_row.edit": "編輯",
"admin.group_settings.group_row.link_failed": "連結失敗",
"admin.group_settings.group_row.linked": "已連結",
"admin.group_settings.group_row.linking": "連結中",
"admin.group_settings.group_row.not_linked": "尚未連結",
"admin.group_settings.group_row.unlink_failed": "解除連結失敗",
"admin.group_settings.group_row.unlinking": "解除連結中",
"admin.group_settings.groups_list.link_selected": "連結選擇的群組",
"admin.group_settings.groups_list.mappingHeader": "Mattermost Linking",
"admin.group_settings.groups_list.nameHeader": "名字",
"admin.group_settings.groups_list.no_groups_found": "沒有找到任何群組",
"admin.group_settings.groups_list.paginatorCount": "{startCount, number} 至 {endCount, number} ,共 {total, number}",
"admin.group_settings.groups_list.unlink_selected": "解除連結選擇的群組",
"admin.group_settings.groupsPageTitle": "群組",
"admin.group_settings.introBanner": "群組是一種組織使用者並將操作套用於該群組中所有使用者的方法。\n詳情請參閱[文件](!https://www.mattermost.com/default-ad-ldap-groups)。",
"admin.group_settings.ldapGroupsDescription": "從 AD/LDAP 連結和設定群組到 Mattermost。 請確定已設定過[群組過濾器](/admin_console/authentication/ldap)。",
"admin.group_settings.ldapGroupsTitle": "AD/LDAP 群組",
"admin.image.amazonS3BucketDescription": "輸入 AWS S3 儲存貯體的名稱.",
"admin.image.amazonS3BucketExample": "如:\"mattermost-media\"",
"admin.image.amazonS3BucketTitle": "Amazon S3 儲存貯體:",
"admin.image.amazonS3EndpointDescription": "相容於 S3 的儲存提供者的主機名稱。預設為`s3.amazonaws.com`。",
"admin.image.amazonS3EndpointExample": "如:\"s3.amazonaws.com\"",
"admin.image.amazonS3EndpointTitle": "Amazon S3 端點:",
"admin.image.amazonS3IdDescription": "僅在不想用 [IAM 角色](!https://about.mattermost.com/default-iam-role) 與 S3 認證時需要設定。輸入您的 Amazon EC2 管理員所提供的存取金鑰 ID。(非必須)",
"admin.image.amazonS3IdExample": "如:\"AKIADTOVBGERKLCBV\"",
"admin.image.amazonS3IdTitle": "Amazon S3 存取金鑰識別碼:",
"admin.image.amazonS3RegionDescription": "建立 S3 儲存貯體時選用的 AWS 區域。如果沒有設定區域,Mattermost 將會嘗試從 AWS 取得適當的區域,如果無法取得時將設為 'us-east-1'。",
"admin.image.amazonS3RegionExample": "如:\"us-east-1\"",
"admin.image.amazonS3RegionTitle": "Amazon S3 區域:",
"admin.image.amazonS3SecretDescription": "Amazon S3 存取金鑰 ID 所對應的存取金鑰。(非必須)",
"admin.image.amazonS3SecretExample": "如:\"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"",
"admin.image.amazonS3SecretTitle": "Amazon S3 Secret 存取金鑰:",
"admin.image.amazonS3SSEDescription": "啟用時,用 Amazon S3 管理的金鑰進行伺服器端加密以在 Amazon S3 上加密檔案。詳情請參閱[文件](!https://about.mattermost.com/default-server-side-encryption)。",
"admin.image.amazonS3SSETitle": "啟用 Amazon S3 伺服器端加密:",
"admin.image.amazonS3SSLDescription": "關閉時,允許不安全的連線至 Amazon S3。預設為只允許安全連線。",
"admin.image.amazonS3SSLTitle": "啟用 Amazon S3 安全連線:",
"admin.image.amazonS3TraceDescription": "(開發模式) 啟用時,系統日誌將紀錄額外的除錯訊息。",
"admin.image.amazonS3TraceTitle": "啟用 Amazon S3 除錯:",
"admin.image.enableProxy": "啟用圖片代理伺服器:",
"admin.image.enableProxyDescription": "啟用時,將使用圖片代理伺服器以讀取所有 Markdown 當中的圖片。",
"admin.image.localDescription": "檔案跟圖片寫入的目錄。如果留白則預設為 ./data/。",
"admin.image.localExample": "如:\"./data/\"",
"admin.image.localTitle": "本地儲存目錄:",
"admin.image.maxFileSizeDescription": "最大所容許的訊息附件檔案大小(MB)。注意:請確認伺服器記憶體能夠承受設定。大檔案會增加伺服器崩潰以及由於網路問題而上傳失敗的風險。",
"admin.image.maxFileSizeExample": "50",
"admin.image.maxFileSizeTitle": "最大檔案大小:",
"admin.image.proxyOptions": "遠端圖片代理伺服器選項:",
"admin.image.proxyOptionsDescription": "額外選項如網址簽名金鑰。詳情請參照所使用的圖片代理伺服器文件。",
"admin.image.proxyType": "圖像代理類型:",
"admin.image.proxyTypeDescription": "設定圖像代理以在讀取 Markdown 圖片時藉由代理讀取。圖像代理可以防止使用者以不安全的方式讀取圖片、提供快取機制以增進效能以及自動調整影像。請參閱[說明文件](!https://about.mattermost.com/default-image-proxy-documentation)。",
"admin.image.proxyURL": "圖片代理伺服器 URL:",
"admin.image.proxyURLDescription": "圖像代理伺服器網址。",
"admin.image.publicLinkDescription": "32字元的 Salt 用來簽署公開的圖片連結。於安裝時隨機產生。按\"重新產生\"建立新的 Salt。",
"admin.image.publicLinkTitle": "公開連結的 Salt:",
"admin.image.shareDescription": "允許使用者分享檔案與照片的公開連結。",
"admin.image.shareTitle": "啟用公開檔案連結:",
"admin.image.storeAmazonS3": "Amazon S3",
"admin.image.storeDescription": "檔案跟圖片所存放的儲存系統。 選擇 \"Amazon S3\" 會啟用對應欄位以填入 Amazon 的認證跟儲存貯體的詳細資料。 選擇 \"本地檔案系統\" 會啟用對應欄位以填入本地檔案目錄。",
"admin.image.storeLocal": "本地端檔案系統",
"admin.image.storeTitle": "檔案儲存系統:",
"admin.integrations.custom": "自訂整合",
"admin.integrations.external": "外部服務",
"admin.jobTable.cancelButton": "取消",
"admin.jobTable.headerExtraInfo": "詳細資料",
"admin.jobTable.headerFinishAt": "完成時間",
"admin.jobTable.headerRunTime": "執行時間",
"admin.jobTable.headerStatus": "狀態",
"admin.jobTable.jobId": "工作 ID:",
"admin.jobTable.lastActivityAt": "最後一次執行時間:",
"admin.jobTable.runLengthMinutes": " 分",
"admin.jobTable.runLengthSeconds": " 秒",
"admin.jobTable.statusCanceled": "已取消",
"admin.jobTable.statusCanceling": "取消工作中...",
"admin.jobTable.statusError": "錯誤",
"admin.jobTable.statusInProgress": "進行中",
"admin.jobTable.statusPending": "等待處理",
"admin.jobTable.statusSuccess": "成功",
"admin.ldap.baseDesc": "BaseDN 是 Mattermost 在 AD/LDAP 樹搜尋使用者的起始點的識別名。",
"admin.ldap.baseEx": "如:\"ou=Unit Name,dc=corp,dc=example,dc=com\"",
"admin.ldap.baseTitle": "BaseDN:",
"admin.ldap.bindPwdDesc": "\"綁定使用者名稱\"的密碼:",
"admin.ldap.bindPwdTitle": "綁定密碼:",
"admin.ldap.bindUserDesc": "AD/LDAP 搜尋時使用的使用者名稱。一般這應該是一個專為 Mattermost 而建的帳號。這帳號應該被限制為只能讀取被 BaseDN 欄位所限定的 AD/LDAP 樹。",
"admin.ldap.bindUserTitle": "綁定使用者名稱:",
"admin.ldap.emailAttrDesc": "用於設定 Mattermost 使用者電子郵件位址的 AD/LDAP 伺服器屬性。",
"admin.ldap.emailAttrEx": "如:\"mail\"或\"userPrincipalName\"",
"admin.ldap.emailAttrTitle": "電子郵件位址屬性:",
"admin.ldap.enableDesc": "啟用時,Mattermost 允許使用 AD/LDAP 登入",
"admin.ldap.enableSyncDesc": "啟用時,Mattermost 會定期從 AD/LDAP 同步使用者資料。停用時使用者資料將在使用者登入時從 AD/LDAP 更新。",
"admin.ldap.enableSyncTitle": "啟用 AD/LDAP 同步:",
"admin.ldap.enableTitle": "啟用 AD/LDAP 登入:",
"admin.ldap.firstnameAttrDesc": "(非必須) 用於設定 Mattermost 使用者名字的 AD/LDAP 伺服器屬性。當設定之後由於將會跟 LDAP 伺服器同步名字,使用者將無法編輯。留白時使用者可以在帳號設定中設定他們自己的名字。",
"admin.ldap.firstnameAttrEx": "如:\"givenName\"",
"admin.ldap.firstnameAttrTitle": "名字屬性:",
"admin.ldap.groupDisplayNameAttributeDesc": "(非必須) 用於填入群組名稱的 AD/LDAP 伺服器屬性。空白時預設為“Common name”。",
"admin.ldap.groupDisplayNameAttributeEx": "如:\"cn\"",
"admin.ldap.groupDisplayNameAttributeTitle": "群組顯示名稱屬性:",
"admin.ldap.groupFilterEx": "例如:\"(objectClass=group)\"",
"admin.ldap.groupFilterFilterDesc": "(非必須) 輸入在搜索群組物件時使用的AD/LDAP 過濾器。只有該查詢選出的群組才會被用於 Mattermost。從[群組](/admin_console/access-control/groups)中,選擇應連結和設定的 AD/LDAP 群組。",
"admin.ldap.groupFilterTitle": "群組過濾器:",
"admin.ldap.groupIdAttributeDesc": "作為群組唯一辨識碼的AD/LDAP伺服器屬性。此 AD/LDAP 屬性值應當為一不變值。",
"admin.ldap.groupIdAttributeEx": "如:\"entryUUID\"",
"admin.ldap.groupIdAttributeTitle": "群組 ID 屬性:",
"admin.ldap.idAttrDesc": "用於設定 Mattermost 唯一識別碼的 AD/LDAP 伺服器屬性。其應為 AD/LDAP 中不會改變的屬性。如果使用者的 ID 屬性改變了,將會產生一個跟舊帳號沒有關聯的新 Mattermost 帳號。 如果需要在使用者已經登入後改變此欄位,請用 [platform ldap idmigrate](!https://about.mattermost.com/default-platform-ldap-idmigrate) 命令列工具。",
"admin.ldap.idAttrEx": "如:\"objectGUID\"",
"admin.ldap.idAttrTitle": "ID 的屬性:",
"admin.ldap.jobExtraInfo.addedGroupMembers": "已新增 {groupMemberAddCount, number} 位群組成員。",
"admin.ldap.jobExtraInfo.deactivatedUsers": "停用 {deleteCount, number} 位使用者。",
"admin.ldap.jobExtraInfo.deletedGroupMembers": "已刪除 {groupMemberDeleteCount, number} 位群組成員。",
"admin.ldap.jobExtraInfo.deletedGroups": "已刪除 {groupDeleteCount, number} 個群組。",
"admin.ldap.jobExtraInfo.updatedUsers": "已更新 {updateCount, number} 位使用者。",
"admin.ldap.lastnameAttrDesc": "(非必須) 用於設定 Mattermost 使用者姓氏的 AD/LDAP 伺服器屬性。當設定之後由於將會跟 LDAP 伺服器同步姓氏,使用者將無法編輯。留白時使用者可以在帳號設定中設定他們自己的姓氏。",
"admin.ldap.lastnameAttrEx": "如:\"sn\"",
"admin.ldap.lastnameAttrTitle": "姓氏屬性:",
"admin.ldap.ldap_test_button": "AD/LDAP Test",
"admin.ldap.loginAttrDesc": "用於設定 Mattermost 登入名稱的 AD/LDAP 伺服器屬性。一般此屬性跟上面的使用者名稱屬性一樣。 如果團隊一般使用 網域/使用者名稱 來登入其他利用 AD/LDAP 登入的服務,您可輸入 domain/username 以維持一致性。",
"admin.ldap.loginAttrTitle": "登入帳號的屬性:",
"admin.ldap.loginIdAttrEx": "如:\"sAMAccountName\"",
"admin.ldap.loginNameDesc": "顯示在登入頁面上登入欄位的提示字。預設為\"AD/LDAP 使用者名稱\"。",
"admin.ldap.loginNameEx": "如:\"AD/LDAP 使用者名稱\"",
"admin.ldap.loginNameTitle": "登入欄位名:",
"admin.ldap.maxPageSizeEx": "如:\"2000\"",
"admin.ldap.maxPageSizeHelpText": "Mattermost 向 AD/LDAP 伺服器請求使用者資料時單次最多的數量。0表示無上限。",
"admin.ldap.maxPageSizeTitle": "最大分頁大小:",
"admin.ldap.nicknameAttrDesc": "(非必須) 用於設定 Mattermost 使用者暱稱的 AD/LDAP 伺服器屬性。當設定之後由於將會跟 LDAP 伺服器同步暱稱,使用者將無法編輯。留白時使用者可以在帳號設定中設定他們自己的暱稱。",
"admin.ldap.nicknameAttrEx": "如:\"nickname\"",
"admin.ldap.nicknameAttrTitle": "匿稱的屬性:",
"admin.ldap.portDesc": "Masttermost 連接 AD/LDAP 伺服器的連接埠。預設為389。",
"admin.ldap.portEx": "如:\"389\"",
"admin.ldap.portTitle": "AD/LDAP 連接埠:",
"admin.ldap.positionAttrDesc": "(非必須) 用於設定 Mattermost 使用者職位的 AD/LDAP 伺服器屬性。當設定之後由於將會跟 LDAP 伺服器同步職位,使用者將無法編輯。留白時使用者可以在帳號設定中設定他們自己的職位。",
"admin.ldap.positionAttrEx": "如:\"title\"",
"admin.ldap.positionAttrTitle": "職位屬性:",
"admin.ldap.queryDesc": "查詢 AD/LDAP 伺服器的逾時設定。如果因為 AD/LDAP 伺服器太慢而出現逾時錯誤,請加大其值。",
"admin.ldap.queryEx": "如:\"60\"",
"admin.ldap.queryTitle": "查詢逾時設定(秒):",
"admin.ldap.serverDesc": "AD/LDAP 伺服器的網域或 IP 位址。",
"admin.ldap.serverEx": "如:\"10.0.0.23\"",
"admin.ldap.serverTitle": "AD/LDAP 伺服器:",
"admin.ldap.skipCertificateVerification": "跳過驗證憑證:",
"admin.ldap.skipCertificateVerificationDesc": "TLS 或 STARTTLS 連線時跳過驗證憑證。不建議使用於需要 TLS 的正式環境。測試用設定。",
"admin.ldap.sync_button": "開始 AD/LDAP 同步",
"admin.ldap.syncIntervalHelpText": "AD/LDAP 同步更新 Mattermost 使用者資料以反應 AD/LDAP 伺服器上的變更。舉例來說,當 AD/LDAP 伺服器上一個使用者名字有所改變,這個改變會在執行同步的時更新 Mattermost。在 AD/LDAP 伺服器上被移除或是停用的帳號,其對應的 Mattermost 帳號會被設定成“停用”,並且撤銷帳號的工作階段。Mattermost 根據輸入的間隔執行同步。如,如果輸入60,Mattermost將會每 60 分鐘同步一次。",
"admin.ldap.syncIntervalTitle": "同步間隔(分):",
"admin.ldap.syncNowHelpText": "馬上開始 AD/LDAP 同步。下面表格為每次同步的狀態。請看 \"系統控制台 > 紀錄\" 跟[文件](!https://mattermost.com/default-ldap-docs)以解決問題。",
"admin.ldap.testFailure": "AD/LDAP 測試失敗:{error}",
"admin.ldap.testHelpText": "測試 Mattermost 伺服器是否能連線至指定的 AD/LDAP 伺服器。請看 \"系統控制台 > 紀錄\" 跟[文件](!https://mattermost.com/default-ldap-docs)以解決問題。 ",
"admin.ldap.testSuccess": "AD/LDAP Test Successful",
"admin.ldap.userFilterDisc": "(非必須)輸入 AD/LDAP 過濾條件用來搜尋使用者。只有該條件找出來的用戶可以存取 Mattermost。對 Active Directory,排除被關閉的使用者的條件為 (&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2)))。",
"admin.ldap.userFilterEx": "例如:\"(objectClass=user)\"",
"admin.ldap.userFilterTitle": "使用者過濾條件:",
"admin.ldap.usernameAttrDesc": "用於設定 Mattermost 使用者名稱的 AD/LDAP 伺服器屬性。這有可能跟 ID 為同一個屬性。",
"admin.ldap.usernameAttrEx": "如:\"sAMAccountName\"",
"admin.ldap.usernameAttrTitle": "使用者名稱的屬性:",
"admin.license.choose": "選擇檔案",
"admin.license.edition": "版本:",
"admin.license.key": "授權金鑰:",
"admin.license.keyRemove": "移除企業授權並降級伺服器",
"admin.license.noFile": "未上傳任何檔案",
"admin.license.removing": "授權移除中...",
"admin.license.title": "版本與授權",
"admin.license.type": "授權:",
"admin.license.upload": "上傳",
"admin.license.uploadDesc": "上傳授權金鑰讓 Mattermost 升級本機為企業版。[造訪我們](!http://mattermost.com)瞭解更多企業版的優點或採購授權金鑰。",
"admin.license.uploading": "上傳授權中...",
"admin.log.consoleDescription": "正式環境一般設為停用。開發者可以將此設為開啟以根據控制台記錄等級輸出記錄到控制台。開啟時伺服器會將訊息寫到標準輸出(stdout)。",
"admin.log.consoleJsonTitle": "控制台記錄以 JSON 格式輸出:",
"admin.log.consoleTitle": "輸出記錄到主控台:",
"admin.log.enableDiagnostics": "啟用診斷與錯誤報告:",
"admin.log.enableDiagnosticsDescription": "啟用此功能以傳送錯誤報告以及診斷訊息給 Mattermost 公司用以改進 Mattermost 的效能跟品質。如需關於隱私政策的詳細資訊,請至[隱私政策](!https://about.mattermost.com/default-privacy-policy/)。",
"admin.log.enableWebhookDebugging": "啟用 Webhook 除錯:",
"admin.log.enableWebhookDebuggingDescription": "啟用時,發送 Webhook 除錯訊息至伺服器紀錄。設定{boldedLogLevel} 為 'DEBUG' 以輸出內送 Webhook 的請求內文。",
"admin.log.fileDescription": "正式環境通常設為啟用。啟用時被記錄的事件將會被寫入至記錄檔案目錄下的 mattermost.log 檔案。記錄檔會在一萬行時交替並封存至同目錄下,以時間及序號命名該封存檔案。如:mattermost.2017-03-31.001。修改此設定後需要重新啟動伺服器以生效。",
"admin.log.fileJsonTitle": "檔案記錄以 JSON 格式輸出:",
"admin.log.fileLevelDescription": "此設定決定怎樣的事件才會輸出到記錄檔案。ERROR:只輸出錯誤訊息。INFO:輸出錯誤訊息以及啟動跟初始化前後的訊息。DEBUG:輸出各種細節以便開發者除錯。",
"admin.log.fileLevelTitle": "檔案記錄等級:",
"admin.log.fileTitle": "輸出記錄到檔案:",
"admin.log.jsonDescription": "啟用時,事件紀錄將會用電腦可讀的 JSON 格式寫下。停用時紀錄會以純文字形式紀錄。變更此設定必須重啟伺服器以生效。",
"admin.log.levelDescription": "本設定決定記錄輸出到控制台的等級,ERROR:只輸出錯誤訊息。INFO:輸出錯誤訊息與啟動到初始化的訊息。 DEBUG:輸出開發時除錯的一切相關訊息。",
"admin.log.levelTitle": "控制台記錄等級:",
"admin.log.locationDescription": "紀錄檔的位置。空白時將會被儲存在 ./logs 目錄下。設定的路徑必須存在且 Mattermost 擁有寫入權限。變更此設定必須重啟伺服器以生效。",
"admin.log.locationPlaceholder": "輸入檔案位置",
"admin.log.locationTitle": "記錄檔案目錄:",
"admin.log.logLevel": "紀錄等級",
"admin.logs.bannerDesc": "前往 報告 > 使用者 並在搜尋過濾條件貼上 ID 以根據使用者 ID 或 Token ID 查詢使用者。",
"admin.logs.next": "下一頁",
"admin.logs.prev": "上一頁",
"admin.logs.reload": "重新載入",
"admin.logs.title": "主機記錄",
"admin.manage_roles.additionalRoles": "為此帳號選取額外的權限。[關於角色與權限](!https://about.mattermost.com/default-permissions).",
"admin.manage_roles.allowUserAccessTokens": "允許此帳號產生 [個人存取 Token](!https://about.mattermost.com/default-user-access-tokens)。",
"admin.manage_roles.allowUserAccessTokensDesc": "移除此權限不會刪除現存 Token。請到使用者的管理 Token 選單已刪除它們。",
"admin.manage_roles.cancel": "取消",
"admin.manage_roles.manageRolesTitle": "管理角色",
"admin.manage_roles.postAllPublicRole": "允許在所有的公開頻道發布訊息。",
"admin.manage_roles.postAllPublicRoleTitle": "post:channels",
"admin.manage_roles.postAllRole": "允許在所有的頻道發布訊息,包含直接通訊。",
"admin.manage_roles.postAllRoleTitle": "post:all",
"admin.manage_roles.save": "儲存",
"admin.manage_roles.saveError": "無法儲存角色。",
"admin.manage_roles.systemAdmin": "系統管理員",
"admin.manage_roles.systemMember": "成員",
"admin.manage_tokens.manageTokensTitle": "管理個人存取 Token",
"admin.manage_tokens.userAccessTokensDescription": "個人存取 Token 的功能類似工作階段 Token,可被外部整合用於 [與 Mattermost 互動](!https://about.mattermost.com/default-api-authentication)。使用者被停用後 Token 將被停用。詳情請參閱 [個人存取 Token](!https://about.mattermost.com/default-user-access-tokens)。",
"admin.manage_tokens.userAccessTokensIdLabel": "Token ID:",
"admin.manage_tokens.userAccessTokensNameLabel": "Token 敘述:",
"admin.manage_tokens.userAccessTokensNone": "沒有個人存取 Token。",
"admin.metrics.enableDescription": "啟用時,Mattermost 會啟用效能監視的收集與分析。詳細如何設定 Mattermost 的效能監視,請參閱[文件](!http://docs.mattermost.com/deployment/metrics.html)。",
"admin.metrics.enableTitle": "啟用效能監視:",
"admin.metrics.listenAddressDesc": "伺服器將監聽以公開效能計量值的位址。",
"admin.metrics.listenAddressEx": "如:\":8065\"",
"admin.metrics.listenAddressTitle": "監聽位址:",
"admin.mfa.bannerDesc": "[多重要素驗證](!https://docs.mattermost.com/deployment/auth.html)僅適用於 AD/LDAP 或電子郵件登入帳號。如果使用其他登入方式,多重要素驗證應該在認證提供者處設定。",
"admin.mfa.title": "多重要素驗證",
"admin.nav.administratorsGuide": "系統管理員指南",
"admin.nav.commercialSupport": "商業支援",
"admin.nav.menuAriaLabel": "Admin Console Menu",
"admin.nav.switch": "選擇團隊",
"admin.nav.troubleshootingForum": "疑難排解論壇",
"admin.notifications.email": "電子郵件",
"admin.notifications.push": "行動推播",
"admin.oauth.gitlab": "GitLab",
"admin.oauth.google": "Google Apps",
"admin.oauth.off": "不允許經由 OAuth 2.0 提供者登入",
"admin.oauth.office365": "Office 365 (Beta)",
"admin.oauth.providerDescription": "啟用時,Mattermost 將可以作為一個 OAuth 2.0 服務提供者以授權外部應用程式的 API 要求。詳請參閱[文件](!https://docs.mattermost.com/developer/oauth-2-0-applications.html)。",
"admin.oauth.providerTitle": "啟用 OAuth 2.0 服務提供者:",
"admin.oauth.select": "選擇 OAuth 2.0 服務提供者:",
"admin.office365.authTitle": "認證端點:",
"admin.office365.clientIdDescription": "在 Microsoft 註冊應用程式時收到的應用程式/用戶端識別碼。",
"admin.office365.clientIdExample": "如:\"adf3sfa2-ag3f-sn4n-ids0-sh1hdax192qq\"",
"admin.office365.clientIdTitle": "應用程式識別碼:",
"admin.office365.clientSecretDescription": "在 Microsoft 註冊應用程式時收到的應用程式密碼。",
"admin.office365.clientSecretExample": "如:\"shAieM47sNBfgl20f8ci294\"",
"admin.office365.clientSecretTitle": "應用程式密碼:",
"admin.office365.EnableMarkdownDesc": "1. [登入](!https://login.microsoftonline.com/) Microsoft 或 Office 365 帳號。請確定該帳號跟其他使用者的登入帳號在同一個[租用戶](!https://msdn.microsoft.com/en-us/library/azure/jj573650.aspx#Anchor_0)下。2. 前往 [https://apps.dev.microsoft.com](!https://apps.dev.microsoft.com),按 **前往應用程式列表** > **新增應用程式** 並用 \"Mattermost - 您的公司名稱\" 作為**應用程式名稱**。3. 在 **應用程式密碼** 下,按 **產生新密碼** 並黏貼至底下的**應用程式密碼**欄位。4. 在 **平台** 下,按 **新增平台** 選擇 **Web** 並在 **重新導向 URI** 欄位輸入 **您的-mattermost-網址/signup/office365/complete** (如:http://localhost:8065/signup/office365/complete)。同時取消 **允許隱含流程**。5. 最後,按下 **儲存** 並貼上底下的**應用程式識別碼**欄位。",
"admin.office365.tokenTitle": "Token 端點:",
"admin.office365.userTitle": "使用者 API 端點:",
"admin.password.lowercase": "至少一個小寫英文字母",
"admin.password.minimumLength": "密碼最短長度:",
"admin.password.minimumLengthDescription": "有效密碼所應有的最少字元數目。必須是大於或等於{min}且小於或等於{max}的整數。",
"admin.password.minimumLengthExample": "如:\"5\"",
"admin.password.number": "至少一個數字",
"admin.password.preview": "錯誤訊息預覽",
"admin.password.symbol": "至少一個符號(\"~!@#$%^&*()\")",
"admin.password.uppercase": "至少一個大寫英文字母",
"admin.permissions.documentationLinkText": "說明文件",
"admin.permissions.group.delete_posts.description": "刪除自己與其他人的訊息",
"admin.permissions.group.delete_posts.name": "刪除訊息",
"admin.permissions.group.edit_posts.description": "編輯自己與其他人的訊息",
"admin.permissions.group.edit_posts.name": "編輯訊息",
"admin.permissions.group.integrations.description": "管理 OAuth 2.0,斜線命令,Webhook 以及繪文字。",
"admin.permissions.group.integrations.name": "整合與自訂",
"admin.permissions.group.posts.description": "寫、編輯以及刪除訊息。",
"admin.permissions.group.posts.name": "管理訊息",
"admin.permissions.group.private_channel.description": "建立以及封存頻道,管理設定與成員。",
"admin.permissions.group.private_channel.name": "管理私人頻道",
"admin.permissions.group.public_channel.description": "加入、建立以及封存頻道,管理設定與成員。",
"admin.permissions.group.public_channel.name": "管理公開頻道",
"admin.permissions.group.reactions.description": "新增與刪除訊息互動",
"admin.permissions.group.reactions.name": "訊息互動",
"admin.permissions.group.send_invites.description": "新增團隊成員,發送電子郵件邀請以及分享團隊邀請連結。",
"admin.permissions.group.send_invites.name": "新增團隊成員",
"admin.permissions.group.teams_team_scope.description": "管理團隊成員。",
"admin.permissions.group.teams_team_scope.name": "團隊",
"admin.permissions.group.teams.description": "建立團隊與管理成員。",
"admin.permissions.group.teams.name": "團隊",
"admin.permissions.inherited_from": "繼承自<a>{name}</a>",
"admin.permissions.introBanner": "權限配置對團隊、頻道管理員以及其他人設定預設權限。詳情請參閱[文件](!https://about.mattermost.com/default-advanced-permissions)。",
"admin.permissions.loadingMoreSchemes": "載入中…",
"admin.permissions.loadMoreSchemes": "讀取更多配置",
"admin.permissions.permission.assign_system_admin_role.description": "指派系統管理員角色",
"admin.permissions.permission.assign_system_admin_role.name": "指派系統管理員角色",
"admin.permissions.permission.create_direct_channel.description": "建立直接傳訊頻道",
"admin.permissions.permission.create_direct_channel.name": "建立直接傳訊頻道",
"admin.permissions.permission.create_emojis.description": "Create custom emoji.",
"admin.permissions.permission.create_emojis.name": "啟用自訂繪文字",
"admin.permissions.permission.create_group_channel.description": "建立群組頻道",
"admin.permissions.permission.create_group_channel.name": "建立群組頻道",
"admin.permissions.permission.create_private_channel.description": "建立私人頻道",
"admin.permissions.permission.create_private_channel.name": "建立頻道",
"admin.permissions.permission.create_public_channel.description": "建立公開頻道",
"admin.permissions.permission.create_public_channel.name": "建立頻道",
"admin.permissions.permission.create_team.description": "建立團隊",
"admin.permissions.permission.create_team.name": "建立團隊",
"admin.permissions.permission.create_user_access_token.description": "建立使用者存取 Token",
"admin.permissions.permission.create_user_access_token.name": "建立使用者存取 Token",
"admin.permissions.permission.delete_emojis.description": "刪除自訂繪文字",
"admin.permissions.permission.delete_emojis.name": "刪除自訂繪文字",
"admin.permissions.permission.delete_others_emojis.description": "Delete others' custom emoji.",
"admin.permissions.permission.delete_others_emojis.name": "Delete Others' Custom Emoji",
"admin.permissions.permission.delete_others_posts.description": "可以刪除其他使用者的訊息。",
"admin.permissions.permission.delete_others_posts.name": "刪除其他人的訊息",
"admin.permissions.permission.delete_post.description": "作者可以刪除自己的訊息。",
"admin.permissions.permission.delete_post.name": "刪除自己的訊息",
"admin.permissions.permission.delete_private_channel.description": "封存私人頻道",
"admin.permissions.permission.delete_private_channel.name": "封存頻道",
"admin.permissions.permission.delete_public_channel.description": "封存私人頻道",
"admin.permissions.permission.delete_public_channel.name": "封存頻道",
"admin.permissions.permission.edit_other_users.description": "編輯其他使用者",
"admin.permissions.permission.edit_other_users.name": "編輯其他使用者",
"admin.permissions.permission.edit_others_posts.description": "允許使用者編輯他人的訊息",
"admin.permissions.permission.edit_others_posts.name": "編輯其他人的訊息",
"admin.permissions.permission.edit_post.description": "{editTimeLimitButton} 在發布後,允許使用者編輯他們自己的訊息。",
"admin.permissions.permission.edit_post.name": "編輯自己的訊息",
"admin.permissions.permission.import_team.description": "匯入團隊",
"admin.permissions.permission.import_team.name": "匯入團隊",
"admin.permissions.permission.list_team_channels.description": "表列團隊頻道",
"admin.permissions.permission.list_team_channels.name": "表列團隊頻道",
"admin.permissions.permission.list_users_without_team.description": "表列使用者",
"admin.permissions.permission.list_users_without_team.name": "表列使用者",
"admin.permissions.permission.manage_channel_roles.description": "管理頻道角色",
"admin.permissions.permission.manage_channel_roles.name": "管理頻道角色",
"admin.permissions.permission.manage_incoming_webhooks.description": "新增、編輯及刪除內送與外寄 Webhook",
"admin.permissions.permission.manage_incoming_webhooks.name": "啟用內送 Webhook:",
"admin.permissions.permission.manage_jobs.description": "管理工作",
"admin.permissions.permission.manage_jobs.name": "管理工作",
"admin.permissions.permission.manage_oauth.description": "新增、編輯與刪除 OAuth 2.0 應用程式 Token。",
"admin.permissions.permission.manage_oauth.name": "管理 OAuth 應用程式",
"admin.permissions.permission.manage_outgoing_webhooks.description": "新增、編輯及刪除內送與外寄 Webhook",
"admin.permissions.permission.manage_outgoing_webhooks.name": "啟用外寄 Webhook:",
"admin.permissions.permission.manage_private_channel_members.description": "新增與移除私人頻道成員。",
"admin.permissions.permission.manage_private_channel_members.name": "管理頻道成員",
"admin.permissions.permission.manage_private_channel_properties.description": "更新私人頻道名稱、標題與用途。",
"admin.permissions.permission.manage_private_channel_properties.name": "管理頻道設定",
"admin.permissions.permission.manage_public_channel_members.description": "新增與移除公開頻道成員。",
"admin.permissions.permission.manage_public_channel_members.name": "管理頻道成員",
"admin.permissions.permission.manage_public_channel_properties.description": "更新公開頻道名稱、標題與用途。",
"admin.permissions.permission.manage_public_channel_properties.name": "管理頻道設定",
"admin.permissions.permission.manage_roles.description": "管理角色",
"admin.permissions.permission.manage_roles.name": "管理角色",
"admin.permissions.permission.manage_slash_commands.description": "新增、編輯與刪除自訂斜線命令。",
"admin.permissions.permission.manage_slash_commands.name": "管理斜線命令",
"admin.permissions.permission.manage_system.description": "管理系統",
"admin.permissions.permission.manage_system.name": "管理系統",
"admin.permissions.permission.manage_team_roles.description": "管理團隊角色",
"admin.permissions.permission.manage_team_roles.name": "管理團隊角色",
"admin.permissions.permission.manage_team.description": "管理團隊",
"admin.permissions.permission.manage_team.name": "管理團隊",
"admin.permissions.permission.permanent_delete_user.description": "永久刪除使用者",
"admin.permissions.permission.permanent_delete_user.name": "永久刪除使用者",
"admin.permissions.permission.read_channel.description": "讀取頻道",
"admin.permissions.permission.read_channel.name": "讀取頻道",
"admin.permissions.permission.read_user_access_token.description": "讀取使用者存取 Token",
"admin.permissions.permission.read_user_access_token.name": "讀取使用者存取 Token",
"admin.permissions.permission.remove_user_from_team.description": "將使用者從團隊移除",
"admin.permissions.permission.remove_user_from_team.name": "將使用者從團隊移除",
"admin.permissions.permission.revoke_user_access_token.description": "撤銷使用者存取 Token",
"admin.permissions.permission.revoke_user_access_token.name": "撤銷使用者存取 Token",
"admin.permissions.permission.upload_file.description": "上傳檔案",
"admin.permissions.permission.upload_file.name": "上傳檔案",
"admin.permissions.permission.view_team.description": "檢視團隊",
"admin.permissions.permission.view_team.name": "檢視團隊",
"admin.permissions.permissionSchemes": "權限配置",
"admin.permissions.permissionSchemes.cancel": "取消",
"admin.permissions.permissionsSchemeSummary.delete": "刪除",
"admin.permissions.permissionsSchemeSummary.deleteConfirmButton": "是,刪除",
"admin.permissions.permissionsSchemeSummary.deleteConfirmQuestion": "使用此配置團隊的權限將被重置為系統配置的預設值。請確認要刪除配置 {schemeName}",
"admin.permissions.permissionsSchemeSummary.deleteSchemeTitle": "刪除配置 {scheme} ?",
"admin.permissions.permissionsSchemeSummary.deleting": "正在刪除...",
"admin.permissions.permissionsSchemeSummary.edit": "編輯",
"admin.permissions.permissionsSchemeSummary.moreTeams": "還有 {number} ",
"admin.permissions.permissionsTree.description": "說明",
"admin.permissions.permissionsTree.permission": "權限",
"admin.permissions.roles.all_users.name": "全體成員",
"admin.permissions.roles.channel_admin.name": "頻道管理員",
"admin.permissions.roles.channel_user.name": "頻道使用者",
"admin.permissions.roles.system_admin.name": "系統管理員",
"admin.permissions.roles.system_user.name": "系統使用者",
"admin.permissions.roles.team_admin.name": "團隊管理員",
"admin.permissions.roles.team_user.name": "團隊使用者",
"admin.permissions.systemScheme": "系統配置",
"admin.permissions.systemScheme.allMembersDescription": "授予所有成員的權限,包含管理員以及新建立的使用者。",
"admin.permissions.systemScheme.allMembersTitle": "全體成員",
"admin.permissions.systemScheme.channelAdminsDescription": "授予頻道建立者以及頻道管理員的權限。",
"admin.permissions.systemScheme.channelAdminsTitle": "頻道管理員",
"admin.permissions.systemScheme.introBanner": "設定團隊、頻道管理員以及其他人的預設權限。此配置將被所有團隊繼承,除非個別團隊有[團隊覆蓋配置](!https://about.mattermost.com/default-team-override-scheme)。",
"admin.permissions.systemScheme.resetDefaultsButton": "重置為預設值",
"admin.permissions.systemScheme.resetDefaultsButtonModalBody": "在此頁所有被選取的將被重置回預設值。請確認要重置。",
"admin.permissions.systemScheme.resetDefaultsButtonModalTitle": "重置為預設值?",
"admin.permissions.systemScheme.resetDefaultsConfirmationButton": "是,重置",
"admin.permissions.systemScheme.systemAdminsDescription": "系統管理員將擁有全部的權限。",
"admin.permissions.systemScheme.systemAdminsTitle": "系統管理員",
"admin.permissions.systemScheme.teamAdminsDescription": "授予團隊建立者以及團隊管理員的權限。",
"admin.permissions.systemScheme.teamAdminsTitle": "團隊管理員",
"admin.permissions.systemSchemeBannerButton": "編輯配置",
"admin.permissions.systemSchemeBannerText": "設定被所有團隊繼承的預設權限,除非個別團隊有[團隊覆蓋配置](!https://about.mattermost.com/default-team-override-scheme)。 ",
"admin.permissions.systemSchemeBannerTitle": "系統配置",
"admin.permissions.teamOverrideSchemesBannerText": "當特定團隊需要除了[系統配置](!https://about.mattermost.com/default-system-scheme)以外的權限時使用。",
"admin.permissions.teamOverrideSchemesInProgress": "移轉工作執行中:在權限移轉完成前無法使用團隊覆蓋配置。詳情請參閱{documentationLink}。",
"admin.permissions.teamOverrideSchemesNewButton": "新團隊覆蓋配置",
"admin.permissions.teamOverrideSchemesNoJobsEnabled": "移轉工作暫停中:在工作伺服器可以執行權限移轉前無法使用團隊覆蓋配置。此工作將會在啟用工作伺服器時自動開始。詳情請參閱{documentationLink}。",
"admin.permissions.teamOverrideSchemesNoSchemes": "尚未建立團隊覆蓋配置。",
"admin.permissions.teamOverrideSchemesTitle": "團隊覆蓋配置",
"admin.permissions.teamScheme": "團隊配置",
"admin.permissions.teamScheme.addTeams": "新增團隊",
"admin.permissions.teamScheme.introBanner": "[團隊覆蓋配置](!https://about.mattermost.com/default-team-override-scheme)設定特定團隊中團隊、頻道管理員以及其他人的權限。當特定團隊需要除了[系統配置](!https://about.mattermost.com/default-system-scheme)以外的權限時使用團隊覆蓋配置。 ",
"admin.permissions.teamScheme.noTeams": "尚未選取團隊。請新增團隊至此列表。",
"admin.permissions.teamScheme.removeTeam": "移除",
"admin.permissions.teamScheme.schemeDescriptionLabel": "配置敘述:",
"admin.permissions.teamScheme.schemeDescriptionPlaceholder": "配置敘述",
"admin.permissions.teamScheme.schemeDetailsDescription": "設定此配置的名稱跟敘述",
"admin.permissions.teamScheme.schemeDetailsTitle": "配置詳情",
"admin.permissions.teamScheme.schemeNameLabel": "配置名稱:",
"admin.permissions.teamScheme.selectTeamsDescription": "選擇需要權限特例的團隊",