-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathzh_CN.yaml
More file actions
2468 lines (2462 loc) · 76.7 KB
/
zh_CN.yaml
File metadata and controls
2468 lines (2462 loc) · 76.7 KB
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
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# The following fields are used for back-end
backend:
base:
success:
other: 成功。
unknown:
other: 未知错误。
request_format_error:
other: 请求格式错误。
unauthorized_error:
other: 未授权。
database_error:
other: 数据服务器错误。
forbidden_error:
other: 禁止访问。
duplicate_request_error:
other: 重复提交。
action:
report:
other: 举报
edit:
other: 编辑
delete:
other: 删除
close:
other: 关闭
reopen:
other: 重新打开
forbidden_error:
other: 禁止访问。
pin:
other: 置顶
hide:
other: 列表隐藏
unpin:
other: 取消置顶
show:
other: 列表显示
invite_someone_to_answer:
other: 编辑
undelete:
other: 撤消删除
merge:
other: 合并
role:
name:
user:
other: 用户
admin:
other: 管理员
moderator:
other: 版主
description:
user:
other: 默认没有特殊权限。
admin:
other: 拥有管理网站的全部权限。
moderator:
other: 拥有除访问后台管理以外的所有权限。
privilege:
level_1:
description:
other: 级别 1(少量声望要求,适合私有团队、群组)
level_2:
description:
other: 级别 2(低声望要求,适合初启动的社区)
level_3:
description:
other: 级别 3(高声望要求,适合成熟的社区)
level_custom:
description:
other: 自定义等级
rank_question_add_label:
other: 提问
rank_answer_add_label:
other: 写答案
rank_comment_add_label:
other: 写评论
rank_report_add_label:
other: 举报
rank_comment_vote_up_label:
other: 点赞评论
rank_link_url_limit_label:
other: 每次发布超过 2 个链接
rank_question_vote_up_label:
other: 点赞问题
rank_answer_vote_up_label:
other: 点赞答案
rank_question_vote_down_label:
other: 点踩问题
rank_answer_vote_down_label:
other: 点踩答案
rank_invite_someone_to_answer_label:
other: 邀请回答
rank_tag_add_label:
other: 创建新标签
rank_tag_edit_label:
other: 编辑标签描述(需要审核)
rank_question_edit_label:
other: 编辑别人的问题(需要审核)
rank_answer_edit_label:
other: 编辑别人的答案(需要审核)
rank_question_edit_without_review_label:
other: 编辑别人的问题无需审核
rank_answer_edit_without_review_label:
other: 编辑别人的答案无需审核
rank_question_audit_label:
other: 审核问题编辑
rank_answer_audit_label:
other: 审核回答编辑
rank_tag_audit_label:
other: 审核标签编辑
rank_tag_edit_without_review_label:
other: 编辑标签描述无需审核
rank_tag_synonym_label:
other: 管理标签同义词
email:
other: 邮箱
e_mail:
other: 邮箱
password:
other: 密码
pass:
other: 密码
old_pass:
other: 当前密码
original_text:
other: 本帖
email_or_password_wrong_error:
other: 邮箱和密码不匹配。
error:
common:
invalid_url:
other: 无效的 URL。
status_invalid:
other: 无效状态。
password:
space_invalid:
other: 密码不得含有空格。
admin:
cannot_update_their_password:
other: 你无法修改自己的密码。
cannot_edit_their_profile:
other: 您不能修改您的个人资料。
cannot_modify_self_status:
other: 你无法修改自己的状态。
email_or_password_wrong:
other: 邮箱和密码不匹配。
answer:
not_found:
other: 没有找到答案。
cannot_deleted:
other: 没有删除权限。
cannot_update:
other: 没有更新权限。
question_closed_cannot_add:
other: 问题已关闭,无法添加。
content_cannot_empty:
other: 回答内容不能为空。
comment:
edit_without_permission:
other: 不允许编辑评论。
not_found:
other: 评论未找到。
cannot_edit_after_deadline:
other: 评论时间太久,无法修改。
content_cannot_empty:
other: 评论内容不能为空。
email:
duplicate:
other: 邮箱已存在。
need_to_be_verified:
other: 邮箱需要验证。
verify_url_expired:
other: 邮箱验证的网址已过期,请重新发送邮件。
illegal_email_domain_error:
other: 此邮箱不在允许注册的邮箱域中。请使用其他邮箱尝试。
lang:
not_found:
other: 语言文件未找到。
object:
captcha_verification_failed:
other: 验证码错误。
disallow_follow:
other: 你不能关注。
disallow_vote:
other: 你不能投票。
disallow_vote_your_self:
other: 你不能为自己的帖子投票。
not_found:
other: 对象未找到。
verification_failed:
other: 验证失败。
email_or_password_incorrect:
other: 邮箱和密码不匹配。
old_password_verification_failed:
other: 旧密码验证失败。
new_password_same_as_previous_setting:
other: 新密码和旧密码相同。
already_deleted:
other: 该帖子已被删除。
meta:
object_not_found:
other: Meta 对象未找到
question:
already_deleted:
other: 该帖子已被删除。
under_review:
other: 您的帖子正在等待审核。它将在它获得批准后可见。
not_found:
other: 问题未找到。
cannot_deleted:
other: 没有删除权限。
cannot_close:
other: 没有关闭权限。
cannot_update:
other: 没有更新权限。
content_cannot_empty:
other: 内容不能为空。
content_less_than_minimum:
other: 输入的内容不足。
rank:
fail_to_meet_the_condition:
other: 声望值未达到要求。
vote_fail_to_meet_the_condition:
other: 感谢投票。你至少需要 {{.Rank}} 声望才能投票。
no_enough_rank_to_operate:
other: 你至少需要 {{.Rank}} 声望才能执行此操作。
report:
handle_failed:
other: 报告处理失败。
not_found:
other: 报告未找到。
tag:
already_exist:
other: 标签已存在。
not_found:
other: 标签未找到。
recommend_tag_not_found:
other: 推荐标签不存在。
recommend_tag_enter:
other: 请选择至少一个必选标签。
not_contain_synonym_tags:
other: 不应包含同义词标签。
cannot_update:
other: 没有更新权限。
is_used_cannot_delete:
other: 你不能删除这个正在使用的标签。
cannot_set_synonym_as_itself:
other: 你不能将当前标签设为自己的同义词。
minimum_count:
other: 没有输入足够的标签。
smtp:
config_from_name_cannot_be_email:
other: 发件人名称不能是邮箱地址。
theme:
not_found:
other: 主题未找到。
revision:
review_underway:
other: 目前无法编辑,有一个版本在审阅队列中。
no_permission:
other: 无权限修改。
user:
external_login_missing_user_id:
other: 第三方平台没有提供唯一的 UserID,所以你不能登录,请联系网站管理员。
external_login_unbinding_forbidden:
other: 请在移除此登录之前为你的账户设置登录密码。
email_or_password_wrong:
other:
other: 邮箱和密码不匹配。
not_found:
other: 用户未找到。
suspended:
other: 用户已被封禁。
username_invalid:
other: 用户名无效。
username_duplicate:
other: 用户名已被使用。
set_avatar:
other: 头像设置错误。
cannot_update_your_role:
other: 你不能修改自己的角色。
not_allowed_registration:
other: 该网站暂未开放注册。
not_allowed_login_via_password:
other: 该网站暂不支持密码登录。
access_denied:
other: 拒绝访问
page_access_denied:
other: 您没有权限访问此页面。
add_bulk_users_format_error:
other: "发生错误,{{.Field}} 格式错误,在 '{{.Content}}' 行数 {{.Line}}. {{.ExtraMessage}}"
add_bulk_users_amount_error:
other: "一次性添加的用户数量应在 1-{{.MaxAmount}} 之间。"
status_suspended_forever:
other: "<strong>该用户已被永久封禁。</strong>该用户不符合社区准则。"
status_suspended_until:
other: "<strong>该用户已被封禁至 {{.SuspendedUntil}}。</strong>该用户不符合社区准则。"
status_deleted:
other: "该用户已被删除。"
status_inactive:
other: "该用户未激活。"
config:
read_config_failed:
other: 读取配置失败
database:
connection_failed:
other: 数据库连接失败
create_table_failed:
other: 创建表失败
install:
create_config_failed:
other: 无法创建 config.yaml 文件。
upload:
unsupported_file_format:
other: 不支持的文件格式。
site_info:
config_not_found:
other: 未找到网站的该配置信息。
badge:
object_not_found:
other: 没有找到徽章对象
reason:
spam:
name:
other: 垃圾信息
desc:
other: 这个帖子是一个广告,或是破坏性行为。它对当前的主题无帮助或无关。
rude_or_abusive:
name:
other: 粗鲁或辱骂的
desc:
other: "一个有理智的人都会认为这种内容不适合进行尊重性的讨论。"
a_duplicate:
name:
other: 重复内容
desc:
other: 该问题有人问过,而且已经有了答案。
placeholder:
other: 输入已有的问题链接
not_a_answer:
name:
other: 不是答案
desc:
other: "该帖是作为答案发布的,但它并没有试图回答这个问题。总之,它可能应该是个编辑、评论、另一个问题或者需要被删除。"
no_longer_needed:
name:
other: 不再需要
desc:
other: 该评论已过时,对话性质或与此帖子无关。
something:
name:
other: 其他原因
desc:
other: 此帖子需要工作人员注意,因为是上述所列以外的其他理由。
placeholder:
other: 让我们具体知道你关心的什么
community_specific:
name:
other: 社区特定原因
desc:
other: 该问题不符合社区准则。
not_clarity:
name:
other: 需要细节或澄清
desc:
other: 该问题目前涵盖多个问题。它应该侧重在一个问题上。
looks_ok:
name:
other: 看起来没问题
desc:
other: 这个帖子是好的,不是低质量。
needs_edit:
name:
other: 需要编辑,我已做了修改。
desc:
other: 改进和纠正你自己帖子中的问题。
needs_close:
name:
other: 需要关闭
desc:
other: 关闭的问题不能回答,但仍然可以编辑、投票和评论。
needs_delete:
name:
other: 需要删除
desc:
other: 该帖子将被删除。
question:
close:
duplicate:
name:
other: 垃圾信息
desc:
other: 此问题以前就有人问过,而且已经有了答案。
guideline:
name:
other: 社区特定原因
desc:
other: 该问题不符合社区准则。
multiple:
name:
other: 需要细节或澄清
desc:
other: 该问题目前涵盖多个问题。它应该只集中在一个问题上。
other:
name:
other: 其他原因
desc:
other: 该帖子存在上面没有列出的另一个原因。
operation_type:
asked:
other: 提问于
answered:
other: 回答于
modified:
other: 修改于
deleted_title:
other: 删除的问题
questions_title:
other: 问题
tag:
tags_title:
other: 标签
no_description:
other: 此标签没有描述。
notification:
action:
update_question:
other: 更新了问题
answer_the_question:
other: 回答了问题
update_answer:
other: 更新了答案
accept_answer:
other: 采纳了答案
comment_question:
other: 评论了问题
comment_answer:
other: 评论了答案
reply_to_you:
other: 回复了你
mention_you:
other: 提到了你
your_question_is_closed:
other: 你的问题已被关闭
your_question_was_deleted:
other: 你的问题已被删除
your_answer_was_deleted:
other: 你的答案已被删除
your_comment_was_deleted:
other: 你的评论已被删除
up_voted_question:
other: 点赞问题
down_voted_question:
other: 点踩问题
up_voted_answer:
other: 点赞答案
down_voted_answer:
other: 点踩回答
up_voted_comment:
other: 点赞评论
invited_you_to_answer:
other: 邀请你回答
earned_badge:
other: 你获得 "{{.BadgeName}}" 徽章
email_tpl:
change_email:
title:
other: "[{{.SiteName}}] 确认你的新邮箱地址"
body:
other: "请点击以下链接确认你在 {{.SiteName}} 上的新邮箱地址:<br>\n<a href='{{.ChangeEmailUrl}}' target='_blank'>{{.ChangeEmailUrl}}</a><br><br>\n\n如果你没有请求此更改,请忽略此邮件。\n\n--<br>\n这是系统自动发送的电子邮件,请勿回复,因为您的回复将不会被看到<br><br>"
new_answer:
title:
other: "[{{.SiteName}}] {{.DisplayName}} 回答了你的问题"
body:
other: "<a href='{{.AnswerUrl}}'>{{.QuestionTitle}}</a><br><br>\n\n{{.DisplayName}}:<br>\n<blockquote>{{.AnswerSummary}}</blockquote><br>\n<a href='{{.AnswerUrl}}'>在 {{.SiteName}} 上查看</a><br><br>\n\n--<br>\n这是系统自动发送的电子邮件,请勿回复,因为您的回复将不会被看到<br><br>\n\n<small><a href='{{.UnsubscribeUrl}}'>取消订阅</a></small>"
invited_you_to_answer:
title:
other: "[{{.SiteName}}] {{.DisplayName}} 邀请您回答问题"
body:
other: "<a href='{{.InviteUrl}}'>{{.QuestionTitle}}</a><br><br>\n\n{{.DisplayName}}:<br>\n<blockquote>我想你可能知道答案。</blockquote><br>\n<a href='{{.InviteUrl}}'>在 {{.SiteName}} 上查看</a><br><br>\n\n--<br>\n这是系统自动发送的电子邮件,请勿回复,因为您的回复将不会被看到<br><br>\n\n<small><a href='{{.UnsubscribeUrl}}'>取消订阅</a></small>"
new_comment:
title:
other: "[{{.SiteName}}] {{.DisplayName}} 评论了你的帖子"
body:
other: "<a href='{{.CommentUrl}}'>{{.QuestionTitle}}</a><br><br>\n\n{{.DisplayName}}:<br>\n<blockquote>{{.CommentSummary}}</blockquote><br>\n<a href='{{.CommentUrl}}'>在 {{.SiteName}} 上查看</a><br><br>\n\n--<br>\n这是系统自动发送的电子邮件,请勿回复,因为您的回复将不会被看到<br><br>\n\n<small><a href='{{.UnsubscribeUrl}}'>取消订阅</a></small>"
new_question:
title:
other: "[{{.SiteName}}] 新问题: {{.QuestionTitle}}"
body:
other: "<a href='{{.QuestionUrl}}'>{{.QuestionTitle}}</a><br><br>\n<small>{{.Tags}}</small><br><br>\n\n--<br>\n这是系统自动发送的电子邮件,请勿回复,因为您的回复将不会被看到 <br><br>\n\n<small><a href='{{.UnsubscribeUrl}}'>取消订阅</a></small>"
pass_reset:
title:
other: "[{{.SiteName }}] 重置密码"
body:
other: "有人要求在 [{{.SiteName}}] 上重置你的密码。<br><br>\n\n如果这不是你的操作,请安心忽略此电子邮件。<br><br>\n\n请点击以下链接设置一个新密码:<br>\n<a href='{{.PassResetUrl}}' target='_blank'>{{.PassResetUrl}}</a>\n\n如果你没有请求此更改,请忽略此邮件。\n"
register:
title:
other: "[{{.SiteName}}] 确认你的新账户"
body:
other: "欢迎加入 {{.SiteName}}!<br><br>\n\n请点击以下链接确认并激活你的新账户:<br>\n<a href='{{.RegisterUrl}}' target='_blank'>{{.RegisterUrl}}</a><br><br>\n\n如果上面的链接不能点击,请将其复制并粘贴到你的浏览器地址栏中。\n<br><br>\n\n--<br>\n这是系统自动发送的电子邮件,请勿回复,因为您的回复将不会被看到"
test:
title:
other: "[{{.SiteName}}] 测试邮件"
body:
other: "这是测试电子邮件。\n<br><br>\n\n-<br>\n注意:这是一个自动的系统电子邮件, 请不要回复此消息,因为您的回复将不会被看到。"
action_activity_type:
upvote:
other: 点赞
upvoted:
other: 点赞
downvote:
other: 点踩
downvoted:
other: 点踩
accept:
other: 采纳
accepted:
other: 已采纳
edit:
other: 编辑
review:
queued_post:
other: 排队的帖子
flagged_post:
other: 举报的帖子
suggested_post_edit:
other: 建议的编辑
reaction:
tooltip:
other: "{{ .Names }} 以及另外 {{ .Count }} 个..."
badge:
default_badges:
autobiographer:
name:
other: 自传作者
desc:
other: 填写了 <a href="{{ .ProfileURL }}" target="_blank">个人资料</a> 信息。
certified:
name:
other: 已认证
desc:
other: 完成了我们的新用户教程。
editor:
name:
other: 编辑者
desc:
other: 首次帖子编辑。
first_flag:
name:
other: 第一次举报
desc:
other: 第一次举报一个帖子
first_upvote:
name:
other: 第一次投票
desc:
other: 第一次投票了一个帖子。
first_link:
name:
other: 第一个链接
desc:
other: 第一次添加了一个链接到另一个帖子。
first_reaction:
name:
other: 第一个响应
desc:
other: 第一次表情回应帖子
first_share:
name:
other: 首次分享
desc:
other: 首次分享了一个帖子。
scholar:
name:
other: 学者
desc:
other: 问了一个问题并接受了一个答案。
commentator:
name:
other: 评论员
desc:
other: 留下5条评论。
new_user_of_the_month:
name:
other: 月度用户
desc:
other: 本月杰出用户
read_guidelines:
name:
other: 阅读指南
desc:
other: 阅读[社区准则]。
reader:
name:
other: 读者
desc:
other: 用10个以上的答案在主题中阅读每个答案。
welcome:
name:
other: 欢迎
desc:
other: 获得一个点赞投票
nice_share:
name:
other: 好分享
desc:
other: 分享了一个拥有25个唯一访客的帖子。
good_share:
name:
other: 好分享
desc:
other: 分享了一个拥有300个唯一访客的帖子。
great_share:
name:
other: 优秀的分享
desc:
other: 分享了一个拥有1000个唯一访客的帖子。
out_of_love:
name:
other: 失去爱好
desc:
other: 一天内使用了 50 个赞。
higher_love:
name:
other: 更高的爱好
desc:
other: 一天内使用了 50 个赞 5 次。
crazy_in_love:
name:
other: 爱情疯狂的
desc:
other: 一天内使用了 50 个赞 20 次。
promoter:
name:
other: 推荐人
desc:
other: 邀请用户。
campaigner:
name:
other: 宣传者
desc:
other: 邀请了3个基本用户。
champion:
name:
other: 冠军
desc:
other: 邀请了5个成员。
thank_you:
name:
other: 谢谢
desc:
other: 有 20 个赞成票的帖子,并投了 10 个赞成票。
gives_back:
name:
other: 返回
desc:
other: 拥有100个投票赞成的职位并放弃了100个投票。
empathetic:
name:
other: 情随境迁
desc:
other: 拥有500个投票赞成的职位并放弃了1000个投票。
enthusiast:
name:
other: 狂热
desc:
other: 连续访问10天。
aficionado:
name:
other: Aficionado
desc:
other: 连续访问100天。
devotee:
name:
other: Devotee
desc:
other: 连续访问365天。
anniversary:
name:
other: 周年纪念日
desc:
other: 活跃成员一年至少发布一次。
appreciated:
name:
other: 欣赏
desc:
other: 在 20 个帖子中获得 1个投票
respected:
name:
other: 尊敬
desc:
other: 100个员额获得2次补票。
admired:
name:
other: 仰慕
desc:
other: 300个员额获得5次补票。
solved:
name:
other: 已解决
desc:
other: 接受答案。
guidance_counsellor:
name:
other: 指导顾问
desc:
other: 接受答案。
know_it_all:
name:
other: 万事通
desc:
other: 接受50个答案。
solution_institution:
name:
other: 解决方案机构
desc:
other: 有150个答案被接受。
nice_answer:
name:
other: 好答案
desc:
other: 回答得分为10或以上。
good_answer:
name:
other: 好答案
desc:
other: 回答得分为25或更多。
great_answer:
name:
other: 优秀答案
desc:
other: 回答得分为50或以上。
nice_question:
name:
other: 好问题
desc:
other: 问题得分为10或以上。
good_question:
name:
other: 好问题
desc:
other: 问题得分为25或更多。
great_question:
name:
other: 很棒的问题
desc:
other: 问题得分为50或更多。
popular_question:
name:
other: 热门问题
desc:
other: 问题有 500 个浏览量。
notable_question:
name:
other: 值得关注问题
desc:
other: 问题有 1,000 个浏览量。
famous_question:
name:
other: 著名的问题
desc:
other: 问题有 5,000 个浏览量。
popular_link:
name:
other: 热门链接
desc:
other: 发布了一个带有50个点击的外部链接。
hot_link:
name:
other: 热门链接
desc:
other: 发布了一个带有300个点击的外部链接。
famous_link:
name:
other: 著名链接
desc:
other: 发布了一个带有100个点击的外部链接。
default_badge_groups:
getting_started:
name:
other: 完成初始化
community:
name:
other: Community 专题
posting:
name:
other: 发帖
# The following fields are used for interface presentation(Front-end)
ui:
how_to_format:
title: 如何排版
desc: >-
<ul class="mb-0"><li><p class="mb-2">引用问题或答案: <code>#4</code></p></li><li><p class="mb-2">添加链接</p><pre class="mb-2"><code><https://url.com><br/><br/>[标题](https://url.com)</code></pre></li><li><p class="mb-2">段落之间使用空行分隔</p></li><li><p class="mb-2"><em>_斜体_</em> 或者 **<strong>粗体</strong>**</p></li><li><p class="mb-2">使用 个空格缩进代码</p></li><li><p class="mb-2">在行首添加 <code>></code> 表示引用</p></li><li><p class="mb-2">反引号进行转义 <code>`像 _这样_`</code></p></li><li><p class="mb-2">使用 <code>```</code> 创建代码块</p><pre class="mb-0"><code>```<br/>这是代码块<br/>```</code></pre></li></ul>
pagination:
prev: 上一页
next: 下一页
page_title:
question: 问题
questions: 问题
tag: 标签
tags: 标签
tag_wiki: 标签维基
create_tag: 创建标签
edit_tag: 编辑标签
ask_a_question: 创建问题
edit_question: 编辑问题
edit_answer: 编辑回答
search: 搜索
posts_containing: 帖子包含
settings: 设置
notifications: 通知
login: 登录
sign_up: 注册
account_recovery: 账号恢复
account_activation: 账号激活
confirm_email: 确认电子邮件
account_suspended: 账号已被封禁
admin: 后台管理
change_email: 修改邮箱
install: Answer 安装
upgrade: Answer 升级
maintenance: 网站维护
users: 用户
oauth_callback: 处理中
http_404: HTTP 错误 404
http_50X: HTTP 错误 500
http_403: HTTP 错误 403
logout: 退出
posts: 帖子
ai_assistant: AI 助手
ai_assistant:
description: 有问题?问它并获得答案、观点和建议。
recent_conversations: 新对话
show_more: 显示更多
new: 新聊天
ai_generate: 来自帖子的 AI,可能不准确。
copy: 复制
ask_a_follow_up: 提出后续问题
ask_placeholder: 提问
notifications:
title: 通知
inbox: 收件箱
achievement: 成就
new_alerts: 新通知
all_read: 全部标记为已读
show_more: 显示更多
someone: 有人
inbox_type:
all: 全部
posts: 帖子
invites: 邀请
votes: 投票
answer: 回答
question: 问题
badge_award: 徽章
suspended:
title: 你的账号账号已被封禁
until_time: "你的账号被封禁直到 {{ time }}。"
forever: 你的账号已被永久封禁。
end: 你违反了我们的社区准则。
contact_us: 联系我们
editor:
blockquote:
text: 引用
bold:
text: 粗体
chart:
text: 图表
flow_chart: 流程图
sequence_diagram: 时序图
class_diagram: 类图
state_diagram: 状态图
entity_relationship_diagram: 实体关系图
user_defined_diagram: 用户自定义图表
gantt_chart: 甘特图
pie_chart: 饼图
code:
text: 代码块
add_code: 添加代码块
form:
fields:
code:
label: 代码块
msg:
empty: 代码块不能为空
language:
label: 语言
placeholder: 自动识别
btn_cancel: 取消
btn_confirm: 添加
formula:
text: 公式
options:
inline: 行内公式
block: 块级公式
heading:
text: 标题
options:
h1: 标题 1
h2: 标题 2
h3: 标题 3
h4: 标题 4
h5: 标题 5
h6: 标题 6
help:
text: 帮助
hr:
text: 水平线
image:
text: 图片
add_image: 添加图片
tab_image: 上传图片
form_image:
fields:
file:
label: 图像文件
btn: 选择图片
msg:
empty: 请选择图片文件。
only_image: 只能上传图片文件。
max_size: 文件大小不能超过 {{size}} MB。
desc:
label: 描述
tab_url: 图片地址
form_url:
fields:
url:
label: 图片地址
msg:
empty: 图片地址不能为空
name:
label: 描述
btn_cancel: 取消
btn_confirm: 添加
uploading: 上传中
indent:
text: 缩进
outdent:
text: 减少缩进
italic:
text: 斜体
link:
text: 超链接
add_link: 添加超链接
form:
fields:
url:
label: 链接
msg:
empty: 链接不能为空。
name:
label: 描述
btn_cancel: 取消
btn_confirm: 添加
ordered_list:
text: 有序列表
unordered_list:
text: 无序列表
table:
text: 表格
heading: 表头
cell: 单元格
file:
text: 附件
not_supported: "不支持的文件类型。请尝试上传其他类型的文件如: {{file_type}}。"
max_size: "上传文件超过 {{size}} MB。"
close_modal:
title: 关闭原因是...
btn_cancel: 取消
btn_submit: 提交
remark:
empty: 不能为空。
msg:
empty: 请选择一个原因。
report_modal:
flag_title: 我举报这篇帖子的原因是...
close_title: 我关闭这篇帖子的原因是...
review_question_title: 审查问题
review_answer_title: 审查回答
review_comment_title: 审查评论
btn_cancel: 取消