forked from mattermost/mattermost
-
Notifications
You must be signed in to change notification settings - Fork 1
/
zh_CN.json
5046 lines (5046 loc) · 157 KB
/
zh_CN.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": "请求中图片为空"
},
{
"id": "api.admin.upload_brand_image.no_file.app_error",
"translation": "请求中缺失图片文件"
},
{
"id": "api.admin.upload_brand_image.not_available.app_error",
"translation": "此服务器不支持或没有正确配置自定义品牌"
},
{
"id": "api.admin.upload_brand_image.parse.app_error",
"translation": "不能解析混合表单"
},
{
"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接口服务"
},
{
"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": "获取用户配置出错 for 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": "没有重新生成命令令牌的权限"
},
{
"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": "me"
},
{
"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+向左键:您历史里的上一个频道\nALT+向右键:您历史里的下一个频道\nCTRL+加号:加大字体大小 (放大)\nCTRL+减号:减小字体大小 (缩小)\nSHIFT+向上键 (在输入框):高亮字到上一行\nSHIFT+向下键 (在输入框):高亮字到下一行\nSHIFT+回车 (在输入框):创建新一行\n"
},
{
"id": "api.command_shortcuts.browser_mac",
"translation": "#### 浏览器自带命令\n\nCMD +[:您历史里的上一个频道\nCMD +]:您历史里的下一个频道\nCMD +加号:加大字体大小 (放大)\nCMD +减号:减小字体大小 (缩小)\nSHIFT+向上键 (在输入框):高亮字到上一行\nSHIFT+向下键 (在输入框):高亮字到下一行\nSHIFT+回车 (在输入框):创建新一行\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+向上键 (在空输入框):重输入您上个输入的消息或斜杠命令\nCTRL+向下键 (在空输入框):重输入您下个输入的消息或斜杠命令\n向上键 (在空输入框):编辑你在本频道发的上一条消息\n@[字]+TAB:自动完成以[字]开头的 @用户名\n:[字]+TAB: 自动完成以[字]开头的表情符\n\n"
},
{
"id": "api.command_shortcuts.msgs_mac",
"translation": "#### 消息\n\nESC:标此频道所有消息为已读\nCMD +向上键 (在空输入框):重输入您上个输入的消息或斜杠命令\nCMD +向下键 (在空输入框):重输入您下个输入的消息或斜杠命令\n向上键 (在空输入框):编辑你在本频道发的上一条消息\n@[字]+TAB:自动完成以[字]开头的 @用户名\n:[字]+TAB: 自动完成以[字]开头的表情符\n\n"
},
{
"id": "api.command_shortcuts.name",
"translation": "快捷键"
},
{
"id": "api.command_shortcuts.nav",
"translation": "### 键盘快捷键\n\n#### 导航\n\nALT+向上键:左栏中上一频道或私信\nALT+向下键:左栏中下一频道或私信\nALT+SHIFT+向上键:左栏中上一个有未读消息的频道或私信\nALT+SHIFT+向下键:左栏中下一个有未读消息的频道或私信\nCTRL+K:打开快速频道切换对话框\nCTRL+SHIFT+A:打开帐号设定\nCTRL+SHIFT+M:打开最近提及\n\n"
},
{
"id": "api.command_shortcuts.nav_mac",
"translation": "### 键盘快捷键\n\n#### 导航\n\nALT+向上键:左栏中上一频道或私信\nALT+向下键:左栏中下一频道或私信\nALT+SHIFT+向上键:左栏中上一个有未读消息的频道或私信\nALT+SHIFT+向下键:左栏中下一个有未读消息的频道或私信\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": "shrug"
},
{
"id": "api.context.404.app_error",
"translation": "对不起,我们找不到该页面。"
},
{
"id": "api.context.invalid_param.app_error",
"translation": "无效 {{.Name}} 参数"
},
{
"id": "api.context.invalid_team_url.debug",
"translation": "团队URL访问无效。团队URL不能在api函数或者和不相干的团队中使用"
},
{
"id": "api.context.invalid_token.error",
"translation": "无效的会话令牌=%v,err=%v"
},
{
"id": "api.context.last_activity_at.error",
"translation": "不能更新LastActivityAt user_id=%v and session_id=%v, err=%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但是查询字符串中提供的令牌"
},
{
"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": "{{.Hour}}:{{.Minute}} {{.Timezone}}, {{.Month}} {{.Day}}"
},
{
"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": "你有一条新消息。您有{{.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}}] {{.Month}} {{.Day}}, {{.Year}} 的新通知[{{.SiteName}}] {{.Month}} {{.Day}}, {{.Year}} 的新通知",
"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": "请求中‘许可证’空数组"
},
{
"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": "请求中没有'许可证'文件"
},
{
"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路由"
},
{