forked from mattermost/mattermost
-
Notifications
You must be signed in to change notification settings - Fork 1
/
zh_TW.json
5046 lines (5046 loc) · 159 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
[
{
"id": "April",
"translation": "四月"
},
{
"id": "August",
"translation": "八月"
},
{
"id": "December",
"translation": "十二月"
},
{
"id": "February",
"translation": "二月"
},
{
"id": "January",
"translation": "一月"
},
{
"id": "July",
"translation": "七月"
},
{
"id": "June",
"translation": "六月"
},
{
"id": "March",
"translation": "三月"
},
{
"id": "May",
"translation": "五月"
},
{
"id": "November",
"translation": "十一月"
},
{
"id": "October",
"translation": "十月"
},
{
"id": "September",
"translation": "九月"
},
{
"id": "api.admin.add_certificate.no_file.app_error",
"translation": "要求中的 'certificate' 欄位沒有檔案"
},
{
"id": "api.admin.add_certificate.open.app_error",
"translation": "無法開啟憑證檔案"
},
{
"id": "api.admin.add_certificate.saving.app_error",
"translation": "無法儲存憑證檔案"
},
{
"id": "api.admin.file_read_error",
"translation": "讀取記錄檔時遇到錯誤"
},
{
"id": "api.admin.get_brand_image.not_available.app_error",
"translation": "自訂品牌於此伺服器未設定或不支援"
},
{
"id": "api.admin.get_brand_image.storage.app_error",
"translation": "影像儲存位置尚未設定。"
},
{
"id": "api.admin.init.debug",
"translation": "初始化管理 API 路徑"
},
{
"id": "api.admin.recycle_db_end.warn",
"translation": "資料庫連線回收完成"
},
{
"id": "api.admin.recycle_db_start.warn",
"translation": "嘗試回收資料庫連線"
},
{
"id": "api.admin.remove_certificate.delete.app_error",
"translation": "嘗試刪除憑證時發生錯誤。請確定位於 config/{{.Filename}} 的檔案存在。"
},
{
"id": "api.admin.saml.metadata.app_error",
"translation": "在建立服務提供者的中繼資料時發生錯誤"
},
{
"id": "api.admin.test_email.body",
"translation": "<br/><br/><br/>看起來您的 Mattermost 電子郵件設定正確!"
},
{
"id": "api.admin.test_email.missing_server",
"translation": "須填入 SMTP 伺服器"
},
{
"id": "api.admin.test_email.reenter_password",
"translation": "SMTP 伺服器連線參數有所變更,請重新輸入 SMTP 密碼以測試連線。"
},
{
"id": "api.admin.test_email.subject",
"translation": "Mattermost - 測試電子郵件設定"
},
{
"id": "api.admin.upload_brand_image.array.app_error",
"translation": "要求的 'image' 欄位為空陣列"
},
{
"id": "api.admin.upload_brand_image.no_file.app_error",
"translation": "要求的 'image' 欄位沒有檔案"
},
{
"id": "api.admin.upload_brand_image.not_available.app_error",
"translation": "自訂品牌於此伺服器未設定或不支援"
},
{
"id": "api.admin.upload_brand_image.parse.app_error",
"translation": "無法解析 multipart 表單"
},
{
"id": "api.admin.upload_brand_image.storage.app_error",
"translation": "無法上傳圖片。尚未設定圖片儲存位置。"
},
{
"id": "api.admin.upload_brand_image.too_large.app_error",
"translation": "無法上傳檔案。檔案過大。"
},
{
"id": "api.api.init.parsing_templates.debug",
"translation": "解析伺服器樣版:%v"
},
{
"id": "api.api.init.parsing_templates.error",
"translation": "解析伺服器樣板 %v 失敗"
},
{
"id": "api.api.render.error",
"translation": "樣板 %v 產生時遇到錯誤 err=%v"
},
{
"id": "api.auth.unable_to_get_user.app_error",
"translation": "無法取得使用者以檢查權限。"
},
{
"id": "api.channel.add_member.added",
"translation": "%v 由 %v 邀請加入頻道"
},
{
"id": "api.channel.add_member.find_channel.app_error",
"translation": "尋找頻道失敗"
},
{
"id": "api.channel.add_member.find_user.app_error",
"translation": "尋找將被加入的使用者失敗"
},
{
"id": "api.channel.add_member.user_adding.app_error",
"translation": "尋找新增中的使用者失敗"
},
{
"id": "api.channel.add_user.to.channel.failed.app_error",
"translation": "新增使用者至頻道失敗"
},
{
"id": "api.channel.add_user.to.channel.failed.deleted.app_error",
"translation": "無法將使用者新增到頻道。使用者已從團隊中移除。"
},
{
"id": "api.channel.add_user_to_channel.deleted.app_error",
"translation": "頻道已被封存或刪除"
},
{
"id": "api.channel.add_user_to_channel.type.app_error",
"translation": "無法加入使用者至此類型頻道"
},
{
"id": "api.channel.can_manage_channel.private_restricted_system_admin.app_error",
"translation": "只有系統管理員能建立與管理私人群組。"
},
{
"id": "api.channel.can_manage_channel.private_restricted_team_admin.app_error",
"translation": "只有團隊和系統管理員能建立與管理私人群組。"
},
{
"id": "api.channel.can_manage_channel.public_restricted_system_admin.app_error",
"translation": "只有系統管理員能建立與管理公開頻道。"
},
{
"id": "api.channel.can_manage_channel.public_restricted_team_admin.app_error",
"translation": "只有團隊和系統管理員能建立與管理公開頻道。"
},
{
"id": "api.channel.create_channel.direct_channel.app_error",
"translation": "必須使用 createDirectChannel API 服務來建立直接訊息頻道"
},
{
"id": "api.channel.create_channel.invalid_character.app_error",
"translation": "在非直接訊息的頻道不可使用字元'__'作為頻道名稱"
},
{
"id": "api.channel.create_default_channels.off_topic",
"translation": "閒聊"
},
{
"id": "api.channel.create_default_channels.town_square",
"translation": "公眾大廳"
},
{
"id": "api.channel.create_direct_channel.invalid_user.app_error",
"translation": "無效的其他使用者 ID"
},
{
"id": "api.channel.delete_channel.archived",
"translation": "%v 已封存頻道。"
},
{
"id": "api.channel.delete_channel.cannot.app_error",
"translation": "無法刪除預設的頻道 {{.Channel}}"
},
{
"id": "api.channel.delete_channel.deleted.app_error",
"translation": "頻道已被封存或刪除"
},
{
"id": "api.channel.delete_channel.failed_post.error",
"translation": "張貼封存訊息失敗 %v"
},
{
"id": "api.channel.delete_channel.failed_send.app_error",
"translation": "傳送封存訊息失敗"
},
{
"id": "api.channel.delete_channel.incoming_webhook.error",
"translation": "刪除傳入的 Webhook 遇到錯誤 id=%v"
},
{
"id": "api.channel.delete_channel.outgoing_webhook.error",
"translation": "刪除傳出的 Webhook 遇到錯誤 id=%v"
},
{
"id": "api.channel.delete_channel.permissions.app_error",
"translation": "您沒有適當的權限"
},
{
"id": "api.channel.get_channel.wrong_team.app_error",
"translation": "在 team_id={{.TeamId}} 中不存在 channel_id={{.ChannelId}} 的頻道"
},
{
"id": "api.channel.get_channel_counts.app_error",
"translation": "無法從資料庫取得頻道數量"
},
{
"id": "api.channel.get_channel_extra_info.deleted.app_error",
"translation": "頻道已被封存或刪除"
},
{
"id": "api.channel.get_channel_extra_info.member_limit.app_error",
"translation": "解析成員限制失敗"
},
{
"id": "api.channel.get_channels.error",
"translation": "取得使用者 id=%v 資訊時遇到錯誤,強制登出"
},
{
"id": "api.channel.init.debug",
"translation": "正在初始化頻道 API 路徑"
},
{
"id": "api.channel.join_channel.permissions.app_error",
"translation": "您沒有適當的權限"
},
{
"id": "api.channel.join_channel.post_and_forget",
"translation": "%v 加入頻道。"
},
{
"id": "api.channel.leave.default.app_error",
"translation": "無法退出預設的頻道 {{.Channel}}"
},
{
"id": "api.channel.leave.direct.app_error",
"translation": "無法退出直接訊息頻道"
},
{
"id": "api.channel.leave.last_member.app_error",
"translation": "您是最後一位成員,請移除私人群組而不是退出。"
},
{
"id": "api.channel.leave.left",
"translation": "%v 退出頻道。"
},
{
"id": "api.channel.post_update_channel_header_message_and_forget.join_leave.error",
"translation": "張貼 加入/退出 訊息 %v 失敗"
},
{
"id": "api.channel.post_update_channel_header_message_and_forget.removed",
"translation": "%s 已移除了頻道標題 (原為: %s)"
},
{
"id": "api.channel.post_update_channel_header_message_and_forget.retrieve_user.error",
"translation": "嘗試儲存更新的頻道標題訊息 %v 時取得使用者資訊失敗"
},
{
"id": "api.channel.post_update_channel_header_message_and_forget.updated_from",
"translation": "%s 將原頻道標題由 %s 改為 %s"
},
{
"id": "api.channel.post_update_channel_header_message_and_forget.updated_to",
"translation": "%s 已更新頻道標題為:%s"
},
{
"id": "api.channel.post_user_add_remove_message_and_forget.error",
"translation": "張貼 加入/退出 訊息 %v 失敗"
},
{
"id": "api.channel.remove_member.permissions.app_error",
"translation": "您沒有適當的權限 "
},
{
"id": "api.channel.remove_member.removed",
"translation": "%v 已從頻道中移除。"
},
{
"id": "api.channel.remove_member.unable.app_error",
"translation": "無法刪除使用者。"
},
{
"id": "api.channel.remove_member.user.app_error",
"translation": "找不到要移除的使用者"
},
{
"id": "api.channel.remove_user_from_channel.deleted.app_error",
"translation": "頻道已被封存或刪除"
},
{
"id": "api.channel.update_channel.deleted.app_error",
"translation": "頻道已被封存或刪除"
},
{
"id": "api.channel.update_channel.permission.app_error",
"translation": "您沒有適當的權限"
},
{
"id": "api.channel.update_channel.tried.app_error",
"translation": "已對預設頻道 {{.Channel}} 嘗試執行無效的更新"
},
{
"id": "api.channel.update_last_viewed_at.get_unread_count_for_channel.errord",
"translation": "無法計算未讀訊息數量:user_id=%v, channel_id=%v, err=%v"
},
{
"id": "api.command.admin_only.app_error",
"translation": "整合功能被限定為只有管理員可以設定。"
},
{
"id": "api.command.delete.app_error",
"translation": "沒有適當的權限刪除命令"
},
{
"id": "api.command.disabled.app_error",
"translation": "命令已被系統管理員停用。"
},
{
"id": "api.command.duplicate_trigger.app_error",
"translation": "此觸發關鍵字已被使用。請選擇另外的關鍵字。"
},
{
"id": "api.command.execute_command.debug",
"translation": "執行 cmd=%v userId=%v"
},
{
"id": "api.command.execute_command.failed.app_error",
"translation": "附帶觸發器 '{{.Trigger}}' 的命令執行失敗"
},
{
"id": "api.command.execute_command.failed_empty.app_error",
"translation": "附帶觸發器 '{{.Trigger}}' 的命令回傳了空回應"
},
{
"id": "api.command.execute_command.failed_resp.app_error",
"translation": "附帶觸發器 '{{.Trigger}}' 的命令回傳了 {{.Status}}"
},
{
"id": "api.command.execute_command.not_found.app_error",
"translation": "找不到附帶觸發器 '{{.Trigger}}' 的命令"
},
{
"id": "api.command.execute_command.save.app_error",
"translation": "儲存命令回傳值至頻道時發生錯誤"
},
{
"id": "api.command.execute_command.start.app_error",
"translation": "找不到附帶觸發器的命令"
},
{
"id": "api.command.init.debug",
"translation": "正在初始化命令 API 路徑"
},
{
"id": "api.command.invite_people.desc",
"translation": "送個邀請函給您的 Mattermost 團隊"
},
{
"id": "api.command.invite_people.email_off",
"translation": "電子郵件還沒設定好,沒有任何邀請被送出"
},
{
"id": "api.command.invite_people.fail",
"translation": "寄送邀請函時遇到錯誤"
},
{
"id": "api.command.invite_people.hint",
"translation": "[[email protected] ...]"
},
{
"id": "api.command.invite_people.name",
"translation": "invite_people"
},
{
"id": "api.command.invite_people.no_email",
"translation": "請輸入一個或多個有效的電子郵件地址"
},
{
"id": "api.command.invite_people.sent",
"translation": "邀請函已送出"
},
{
"id": "api.command.regen.app_error",
"translation": "沒有適當的權限重新產生命令 Token"
},
{
"id": "api.command_away.desc",
"translation": "將狀態設定為「離開」"
},
{
"id": "api.command_away.name",
"translation": "離開"
},
{
"id": "api.command_away.success",
"translation": "現在狀態為「離開」"
},
{
"id": "api.command_collapse.desc",
"translation": "開啟圖片預覽的自動折疊功能"
},
{
"id": "api.command_collapse.name",
"translation": "折疊"
},
{
"id": "api.command_echo.create.app_error",
"translation": "無法建立 /echo 訊息 err=%v"
},
{
"id": "api.command_echo.delay.app_error",
"translation": "延遲必須在10000秒以內"
},
{
"id": "api.command_echo.desc",
"translation": "從您的帳號回應文字"
},
{
"id": "api.command_echo.high_volume.app_error",
"translation": "過量的回應要求, 無法處理"
},
{
"id": "api.command_echo.hint",
"translation": "'訊息' [延遲秒數]"
},
{
"id": "api.command_echo.name",
"translation": "回應"
},
{
"id": "api.command_expand.desc",
"translation": "關閉圖片預覽的自動折疊功能"
},
{
"id": "api.command_expand.name",
"translation": "展開"
},
{
"id": "api.command_expand_collapse.fail.app_error",
"translation": "展開預覽時發生錯誤"
},
{
"id": "api.command_join.desc",
"translation": "加入公開頻道"
},
{
"id": "api.command_join.fail.app_error",
"translation": "加入頻道時發生錯誤。"
},
{
"id": "api.command_join.hint",
"translation": "[頻道名稱]"
},
{
"id": "api.command_join.list.app_error",
"translation": "列表頻道時發生錯誤。"
},
{
"id": "api.command_join.missing.app_error",
"translation": "找不到頻道"
},
{
"id": "api.command_join.name",
"translation": "加入"
},
{
"id": "api.command_join.success",
"translation": "已加入頻道。"
},
{
"id": "api.command_logout.desc",
"translation": "登出 Mattermost"
},
{
"id": "api.command_logout.fail_message",
"translation": "登出失敗"
},
{
"id": "api.command_logout.name",
"translation": "登出"
},
{
"id": "api.command_logout.success_message",
"translation": "登出..."
},
{
"id": "api.command_me.desc",
"translation": "執行動作"
},
{
"id": "api.command_me.hint",
"translation": "[訊息]"
},
{
"id": "api.command_me.name",
"translation": "我"
},
{
"id": "api.command_msg.desc",
"translation": "直接傳訊給使用者"
},
{
"id": "api.command_msg.dm_fail.app_error",
"translation": "建立直接傳訊時遇到錯誤。"
},
{
"id": "api.command_msg.fail.app_error",
"translation": "傳訊使用者時遇到錯誤。"
},
{
"id": "api.command_msg.hint",
"translation": "@[使用者帳號] '訊息'"
},
{
"id": "api.command_msg.list.app_error",
"translation": "列表使用者時遇到錯誤。"
},
{
"id": "api.command_msg.missing.app_error",
"translation": "找不到使用者"
},
{
"id": "api.command_msg.name",
"translation": "訊息"
},
{
"id": "api.command_msg.success",
"translation": "已傳訊給使用者。"
},
{
"id": "api.command_offline.desc",
"translation": "將狀態設定為「離線」"
},
{
"id": "api.command_offline.name",
"translation": "離線"
},
{
"id": "api.command_offline.success",
"translation": "現在狀態為「離線」"
},
{
"id": "api.command_online.desc",
"translation": "將狀態設定為「上線」"
},
{
"id": "api.command_online.name",
"translation": "上線"
},
{
"id": "api.command_online.success",
"translation": "現在狀態為「上線」"
},
{
"id": "api.command_shortcuts.browser",
"translation": "#### 瀏覽器內建命令\n\nALT+LEFT:瀏覽紀錄的前一個頻道\nALT+RIGHT:瀏覽紀錄的下一個頻道\nCTRL+PLUS:增加字體尺寸(放大)\nCTRL+MINUS:減少字體尺寸(縮小)\nSHIFT+UP (在輸入欄):標記現在到上一行同位置之間的文字\nSHIFT+DOWN (在輸入欄):標記現在到下一行同位置之間的文字\nSHIFT+ENTER (在輸入欄):新增一行\n"
},
{
"id": "api.command_shortcuts.browser_mac",
"translation": "#### 瀏覽器內建命令\n\nCMD+[:瀏覽紀錄的前一個頻道\nCMD+]:瀏覽紀錄的下一個頻道\nCMD+PLUS:增加字體尺寸(放大)\nCMD+MINUS:減少字體尺寸(縮小)\nSHIFT+UP (在輸入欄):標記現在到上一行同位置之間的文字\nSHIFT+DOWN (在輸入欄):標記現在到下一行同位置之間的文字\nSHIFT+ENTER (在輸入欄):新增一行\n"
},
{
"id": "api.command_shortcuts.desc",
"translation": "顯示鍵盤快捷鍵列表"
},
{
"id": "api.command_shortcuts.files",
"translation": "#### 檔案\n\nCTRL+U:上傳檔案\n\n"
},
{
"id": "api.command_shortcuts.files_mac",
"translation": "#### 檔案\n\nCMD+U:上傳檔案\n\n"
},
{
"id": "api.command_shortcuts.msgs",
"translation": "#### 訊息\n\nESC:將當前頻道所有訊息設為已讀\nCTRL+UP (在空的輸入欄):顯示上一個您輸入的訊息或是斜線命令\nCTRL+DOWN (在空的輸入欄):顯示下一個您輸入的訊息或是斜線命令\nUP (在空的輸入欄):編輯當前頻道您的上一個訊息\n@[文字]+TAB:自動完成以[文字]起始的@使用者帳號\n:[文字]+TAB:自動完成以[文字]起始的顏文字\n\n"
},
{
"id": "api.command_shortcuts.msgs_mac",
"translation": "#### 訊息\n\nESC:將當前頻道所有訊息設為已讀\nCMD+UP (在空的輸入欄):顯示上一個您輸入的訊息或是斜線命令\nCMD+DOWN (在空的輸入欄):顯示下一個您輸入的訊息或是斜線命令\nUP (在空的輸入欄):編輯當前頻道您的上一個訊息\n@[文字]+TAB:自動完成以[文字]起始的@使用者帳號\n:[文字]+TAB:自動完成以[文字]起始的顏文字\n\n"
},
{
"id": "api.command_shortcuts.name",
"translation": "快捷鍵"
},
{
"id": "api.command_shortcuts.nav",
"translation": "### 鍵盤快捷鍵\n\n#### 瀏覽\n\nALT+UP:側邊欄裡面上一個頻道或直接訊息\nALT+DOWN:側邊欄裡面下一個頻道或直接訊息\nALT+SHIFT+UP:側邊欄裡面上一個有未讀訊息的頻道或直接訊息\nALT+SHIFT+DOWN:側邊欄裡面下一個有未讀訊息的頻道或直接訊息\nCTRL+K:開啟快速切換頻道對話框\nCTRL+SHIFT+A:開啟帳號設定\nCTRL+SHIFT+M:開啟最近提及您的訊息\n\n"
},
{
"id": "api.command_shortcuts.nav_mac",
"translation": "### 鍵盤快捷鍵\n\n#### 瀏覽\n\nALT+UP:側邊欄裡面上一個頻道或直接訊息\nALT+DOWN:側邊欄裡面下一個頻道或直接訊息\nALT+SHIFT+UP:側邊欄裡面上一個有未讀訊息的頻道或直接訊息\nALT+SHIFT+DOWN:側邊欄裡面下一個有未讀訊息的頻道或直接訊息\nCMD+K:開啟快速切換頻道對話框\nCMD+SHIFT+A:開啟帳號設定\nCMD+SHIFT+M:開啟最近提及您的訊息\n\n"
},
{
"id": "api.command_shrug.desc",
"translation": "把 ¯\\_(ツ)_/¯ 加到訊息內"
},
{
"id": "api.command_shrug.hint",
"translation": "[訊息]"
},
{
"id": "api.command_shrug.name",
"translation": "聳肩"
},
{
"id": "api.context.404.app_error",
"translation": "抱歉,無法找到頁面。"
},
{
"id": "api.context.invalid_param.app_error",
"translation": "無效的 {{.Name}} 參數"
},
{
"id": "api.context.invalid_team_url.debug",
"translation": "團隊網址在不正確的時機被存取。團隊網址不應於在 API 函式或與團隊無關的用途中被使用"
},
{
"id": "api.context.invalid_token.error",
"translation": "無效的工作階段 token=%v, err=%v"
},
{
"id": "api.context.last_activity_at.error",
"translation": "更新 user_id=%v 與 session_id=%v 的 LastActivityAt 失敗, 錯誤=%v"
},
{
"id": "api.context.log.error",
"translation": "%v:%v code=%v rid=%v uid=%v ip=%v %v [細節: %v]"
},
{
"id": "api.context.permissions.app_error",
"translation": "您沒有適當的權限"
},
{
"id": "api.context.session_expired.app_error",
"translation": "無效或逾期的工作階段,請重新登入。"
},
{
"id": "api.context.system_permissions.app_error",
"translation": "您沒有適當的權限 (系統)"
},
{
"id": "api.context.token_provided.app_error",
"translation": "工作階段並非使用 OAuth 協定,查詢字串中卻出現了 Token"
},
{
"id": "api.context.unknown.app_error",
"translation": "發生未知的錯誤。請聯繫支援單位。"
},
{
"id": "api.email_batching.add_notification_email_to_batch.channel_full.app_error",
"translation": "批次郵件的接收頻道已滿。請增加 EmailBatchingBufferSize。"
},
{
"id": "api.email_batching.add_notification_email_to_batch.disabled.app_error",
"translation": "批次郵件已被系統管理員停用"
},
{
"id": "api.email_batching.check_pending_emails.finished_running",
"translation": "完成批次郵件處理。尚有 %v 使用者的通知等待處理。"
},
{
"id": "api.email_batching.check_pending_emails.status.app_error",
"translation": "找不到批次郵件通知收件人的狀態"
},
{
"id": "api.email_batching.render_batched_post.channel.app_error",
"translation": "找不到批次郵件通知文章的頻道"
},
{
"id": "api.email_batching.render_batched_post.date",
"translation": "{{.Month}} {{.Day}},{{.Hour}}:{{.Minute}} {{.Timezone}}"
},
{
"id": "api.email_batching.render_batched_post.direct_message",
"translation": "直接訊息"
},
{
"id": "api.email_batching.render_batched_post.go_to_post",
"translation": "前往發文"
},
{
"id": "api.email_batching.render_batched_post.sender.app_error",
"translation": "找不到批次郵件通知文章的發文者"
},
{
"id": "api.email_batching.send_batched_email_notification.body_text",
"translation": {
"one": "您有 1 筆新的訊息。您有 {{.Count}} 筆新的訊息。",
"other": ""
}
},
{
"id": "api.email_batching.send_batched_email_notification.preferences.app_error",
"translation": "找不到批次郵件通知收件人的顯示偏好"
},
{
"id": "api.email_batching.send_batched_email_notification.send.app_error",
"translation": "無法寄送批次通知郵件給 %v: %v"
},
{
"id": "api.email_batching.send_batched_email_notification.subject",
"translation": {
"one": "[{{.SiteName}}] {{.Year}} {{.Month}} {{.Day}} 的新通知[{{.SiteName}}] {{.Year}} {{.Month}} {{.Day}} 的新通知",
"other": ""
}
},
{
"id": "api.email_batching.send_batched_email_notification.user.app_error",
"translation": "找不到批次郵件通知的收件人"
},
{
"id": "api.email_batching.start.starting",
"translation": "開始批次郵件處理。每 %v 秒檢查未處理郵件。"
},
{
"id": "api.emoji.create.duplicate.app_error",
"translation": "無法建立繪文字,已存在相同名稱的繪文字。"
},
{
"id": "api.emoji.create.parse.app_error",
"translation": "無法新增繪文字。無法理解要求。"
},
{
"id": "api.emoji.create.permissions.app_error",
"translation": "沒有適當的權限建立繪文字。"
},
{
"id": "api.emoji.create.too_large.app_error",
"translation": "無法建立繪文字。圖片必須小於64KB。"
},
{
"id": "api.emoji.delete.permissions.app_error",
"translation": "沒有適當的權限刪除繪文字。"
},
{
"id": "api.emoji.disabled.app_error",
"translation": "自訂繪文字已被系統管理員停用。"
},
{
"id": "api.emoji.get_image.decode.app_error",
"translation": "無法解碼繪文字圖像檔案。"
},
{
"id": "api.emoji.get_image.read.app_error",
"translation": "無法讀取繪文字圖像檔案。"
},
{
"id": "api.emoji.init.debug",
"translation": "正在初始化繪文字 API 路徑"
},
{
"id": "api.emoji.storage.app_error",
"translation": "檔案儲存位置設定不正確。請設定為 S3 或是本地儲存。"
},
{
"id": "api.emoji.upload.image.app_error",
"translation": "無法新增繪文字。檔案必須是PNG、JPEG或GIF。"
},
{
"id": "api.emoji.upload.large_image.app_error",
"translation": "無法建立繪文字。圖片長寬皆須小於等於128像素。"
},
{
"id": "api.file.file_upload.exceeds",
"translation": "檔案大小超出最大影像限制。"
},
{
"id": "api.file.get_file.not_found.app_error",
"translation": "找不到檔案。"
},
{
"id": "api.file.get_file.public_disabled.app_error",
"translation": "公開連結已被系統管理員停用"
},
{
"id": "api.file.get_file.public_invalid.app_error",
"translation": "此公開連結不是有效連結"
},
{
"id": "api.file.get_public_link.disabled.app_error",
"translation": "公開連結已停用"
},
{
"id": "api.file.handle_images_forget.decode.error",
"translation": "無法解碼影像 channelId=%v userId=%v filename=%v err=%v"
},
{
"id": "api.file.handle_images_forget.encode_jpeg.error",
"translation": "無法將圖片編碼成 jpeg channelId=%v userId=%v filename=%v err=%v"
},
{
"id": "api.file.handle_images_forget.encode_preview.error",
"translation": "無法將圖片編碼成預覽 jpg channelId=%v userId=%v filename=%v err=%v"
},
{
"id": "api.file.handle_images_forget.upload_preview.error",
"translation": "無法上傳預覽 channelId=%v userId=%v filename=%v err=%v"
},
{
"id": "api.file.handle_images_forget.upload_thumb.error",
"translation": "無法上傳縮圖 channelId=%v userId=%v filename=%v err=%v"
},
{
"id": "api.file.init.debug",
"translation": "正在初始化檔案 API 路徑"
},
{
"id": "api.file.move_file.configured.app_error",
"translation": "檔案儲存位置設定不正確。請設定為 S3 或是本地儲存。"
},
{
"id": "api.file.move_file.delete_from_s3.app_error",
"translation": "無法從 S3 刪除檔案。"
},
{
"id": "api.file.move_file.get_from_s3.app_error",
"translation": "無法從 S3 取得檔案。"
},
{
"id": "api.file.move_file.rename.app_error",
"translation": "無法移動本地端的檔案。"
},
{
"id": "api.file.open_file_write_stream.configured.app_error",
"translation": "檔案儲存位置設定不正確。請設定為 S3 或是本地儲存。"
},
{
"id": "api.file.open_file_write_stream.creating_dir.app_error",
"translation": "建立新檔案的目錄時遇到錯誤"
},
{
"id": "api.file.open_file_write_stream.local_server.app_error",
"translation": "寫入本地儲存時遇到錯誤"
},
{
"id": "api.file.open_file_write_stream.s3.app_error",
"translation": "不支援 S3。"
},
{
"id": "api.file.read_file.configured.app_error",
"translation": "檔案儲存位置設定不正確。請設定為 S3 或是本地儲存。"
},
{
"id": "api.file.read_file.get.app_error",
"translation": "無法從 S3 取得檔案"
},
{
"id": "api.file.read_file.reading_local.app_error",
"translation": "從本地儲存讀取時遇到錯誤"
},
{
"id": "api.file.upload_file.image.app_error",
"translation": "無法上傳圖片檔案。"
},
{
"id": "api.file.upload_file.large_image.app_error",
"translation": "無法上傳圖片檔案。檔案太大。"
},
{
"id": "api.file.upload_file.storage.app_error",
"translation": "無法上傳檔案。尚未設定圖片儲存位置。"
},
{
"id": "api.file.upload_file.too_large.app_error",
"translation": "檔案太大無法上傳。"
},
{
"id": "api.file.write_file.configured.app_error",
"translation": "檔案儲存位置設定不正確。請設定為 S3 或是本地儲存。"
},
{
"id": "api.file.write_file.s3.app_error",
"translation": "寫入 S3 時遇到錯誤"
},
{
"id": "api.file.write_file_locally.create_dir.app_error",
"translation": "建立新檔案的目錄時遇到錯誤"
},
{
"id": "api.file.write_file_locally.writing.app_error",
"translation": "寫入本地儲存時遇到錯誤"
},
{
"id": "api.general.init.debug",
"translation": "正在初始化一般 API 路徑"
},
{
"id": "api.import.import_post.saving.debug",
"translation": "儲存訊息時遇到錯誤。user=%v, message=%v"
},
{
"id": "api.import.import_user.join_team.error",
"translation": "匯入過程於加入團隊時失敗 err=%v"
},
{
"id": "api.import.import_user.joining_default.error",
"translation": "加入預設頻道時遇到錯誤 user_id=%s, team_id=%s, err=%v"
},
{
"id": "api.import.import_user.saving.error",
"translation": "儲存使用者時遇到錯誤 err=%v"
},
{
"id": "api.import.import_user.set_email.error",
"translation": "設定電子郵件為已驗證時失敗 err=%v"
},
{
"id": "api.license.add_license.array.app_error",
"translation": "要求中的 'license' 欄位為空陣列"
},
{
"id": "api.license.add_license.expired.app_error",
"translation": "授權不是已過期就是還沒啟用。"
},
{
"id": "api.license.add_license.invalid.app_error",
"translation": "無效的授權檔案。"
},
{
"id": "api.license.add_license.invalid_count.app_error",
"translation": "無法計算使用者總人數。"
},
{
"id": "api.license.add_license.no_file.app_error",
"translation": "要求中的 'license' 欄位沒有檔案"
},
{
"id": "api.license.add_license.open.app_error",
"translation": "無法開啟授權檔案"
},
{
"id": "api.license.add_license.save.app_error",
"translation": "授權沒有正確的儲存。"
},
{
"id": "api.license.add_license.save_active.app_error",
"translation": "啟用授權 ID 無法正確儲存。"
},
{
"id": "api.license.add_license.unique_users.app_error",
"translation": "此授權只支援 {{.Users}} 位使用者,而您的系統有 {{.Count}} 位使用者。使用者人數是根據電子郵件位址計算。使用者總數量在 站台報告 -> 顯示統計。"
},
{
"id": "api.license.init.debug",
"translation": "正在初始化授權 API 路徑"
},
{