-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathen_US.yaml
More file actions
2504 lines (2498 loc) · 78.8 KB
/
en_US.yaml
File metadata and controls
2504 lines (2498 loc) · 78.8 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: Success.
unknown:
other: Unknown error.
request_format_error:
other: Request format is not valid.
unauthorized_error:
other: Unauthorized.
database_error:
other: Data server error.
forbidden_error:
other: Forbidden.
duplicate_request_error:
other: Duplicate submission.
action:
report:
other: Flag
edit:
other: Edit
delete:
other: Delete
close:
other: Close
reopen:
other: Reopen
forbidden_error:
other: Forbidden.
pin:
other: Pin
hide:
other: Unlist
unpin:
other: Unpin
show:
other: List
invite_someone_to_answer:
other: Edit
undelete:
other: Undelete
merge:
other: Merge
role:
name:
user:
other: User
admin:
other: Admin
moderator:
other: Moderator
description:
user:
other: Default with no special access.
admin:
other: Have the full power to access the site.
moderator:
other: Has access to all posts except admin settings.
privilege:
level_1:
description:
other: Level 1 (less reputation required for private team, group)
level_2:
description:
other: Level 2 (low reputation required for startup community)
level_3:
description:
other: Level 3 (high reputation required for mature community)
level_custom:
description:
other: Custom Level
rank_question_add_label:
other: Ask question
rank_answer_add_label:
other: Write answer
rank_comment_add_label:
other: Write comment
rank_report_add_label:
other: Flag
rank_comment_vote_up_label:
other: Upvote comment
rank_link_url_limit_label:
other: Post more than 2 links at a time
rank_question_vote_up_label:
other: Upvote question
rank_answer_vote_up_label:
other: Upvote answer
rank_question_vote_down_label:
other: Downvote question
rank_answer_vote_down_label:
other: Downvote answer
rank_invite_someone_to_answer_label:
other: Invite someone to answer
rank_tag_add_label:
other: Create new tag
rank_tag_edit_label:
other: Edit tag description (need to review)
rank_question_edit_label:
other: Edit other's question (need to review)
rank_answer_edit_label:
other: Edit other's answer (need to review)
rank_question_edit_without_review_label:
other: Edit other's question without review
rank_answer_edit_without_review_label:
other: Edit other's answer without review
rank_question_audit_label:
other: Review question edits
rank_answer_audit_label:
other: Review answer edits
rank_tag_audit_label:
other: Review tag edits
rank_tag_edit_without_review_label:
other: Edit tag description without review
rank_tag_synonym_label:
other: Manage tag synonyms
email:
other: Email
e_mail:
other: Email
password:
other: Password
pass:
other: Password
old_pass:
other: Current password
original_text:
other: This post
email_or_password_wrong_error:
other: Email and password do not match.
error:
common:
invalid_url:
other: Invalid URL.
status_invalid:
other: Invalid status.
password:
space_invalid:
other: Password cannot contain spaces.
admin:
cannot_update_their_password:
other: You cannot modify your password.
cannot_edit_their_profile:
other: You cannot modify your profile.
cannot_modify_self_status:
other: You cannot modify your status.
email_or_password_wrong:
other: Email and password do not match.
answer:
not_found:
other: Answer do not found.
cannot_deleted:
other: No permission to delete.
cannot_update:
other: No permission to update.
question_closed_cannot_add:
other: Questions are closed and cannot be added.
content_cannot_empty:
other: Answer content cannot be empty.
comment:
edit_without_permission:
other: Comment are not allowed to edit.
not_found:
other: Comment not found.
cannot_edit_after_deadline:
other: The comment time has been too long to modify.
content_cannot_empty:
other: Comment content cannot be empty.
email:
duplicate:
other: Email already exists.
need_to_be_verified:
other: Email should be verified.
verify_url_expired:
other: Email verified URL has expired, please resend the email.
illegal_email_domain_error:
other: Email is not allowed from that email domain. Please use another one.
lang:
not_found:
other: Language file not found.
object:
captcha_verification_failed:
other: Captcha wrong.
disallow_follow:
other: You are not allowed to follow.
disallow_vote:
other: You are not allowed to vote.
disallow_vote_your_self:
other: You can't vote for your own post.
not_found:
other: Object not found.
verification_failed:
other: Verification failed.
email_or_password_incorrect:
other: Email and password do not match.
old_password_verification_failed:
other: The old password verification failed
new_password_same_as_previous_setting:
other: The new password is the same as the previous one.
already_deleted:
other: This post has been deleted.
meta:
object_not_found:
other: Meta object not found
question:
already_deleted:
other: This post has been deleted.
under_review:
other: Your post is awaiting review. It will be visible after it has been approved.
not_found:
other: Question not found.
cannot_deleted:
other: No permission to delete.
cannot_close:
other: No permission to close.
cannot_update:
other: No permission to update.
content_cannot_empty:
other: Content cannot be empty.
content_less_than_minimum:
other: Not enough content entered.
rank:
fail_to_meet_the_condition:
other: Reputation rank fail to meet the condition.
vote_fail_to_meet_the_condition:
other: Thanks for the feedback. You need at least {{.Rank}} reputation to cast a vote.
no_enough_rank_to_operate:
other: You need at least {{.Rank}} reputation to do this.
report:
handle_failed:
other: Report handle failed.
not_found:
other: Report not found.
tag:
already_exist:
other: Tag already exists.
not_found:
other: Tag not found.
recommend_tag_not_found:
other: Recommend tag is not exist.
recommend_tag_enter:
other: Please enter at least one required tag.
not_contain_synonym_tags:
other: Should not contain synonym tags.
cannot_update:
other: No permission to update.
is_used_cannot_delete:
other: You cannot delete a tag that is in use.
cannot_set_synonym_as_itself:
other: You cannot set the synonym of the current tag as itself.
minimum_count:
other: Not enough tags were entered.
smtp:
config_from_name_cannot_be_email:
other: The from name cannot be a email address.
theme:
not_found:
other: Theme not found.
revision:
review_underway:
other: Can't edit currently, there is a version in the review queue.
no_permission:
other: No permission to revise.
user:
external_login_missing_user_id:
other: The third-party platform does not provide a unique UserID, so you cannot login, please contact the website administrator.
external_login_unbinding_forbidden:
other: Please set a login password for your account before you remove this login.
email_or_password_wrong:
other:
other: Email and password do not match.
not_found:
other: User not found.
suspended:
other: User has been suspended.
username_invalid:
other: Username is invalid.
username_duplicate:
other: Username is already in use.
set_avatar:
other: Avatar set failed.
cannot_update_your_role:
other: You cannot modify your role.
not_allowed_registration:
other: Currently the site is not open for registration.
not_allowed_login_via_password:
other: Currently the site is not allowed to login via password.
access_denied:
other: Access denied
page_access_denied:
other: You do not have access to this page.
add_bulk_users_format_error:
other: "Error {{.Field}} format near '{{.Content}}' at line {{.Line}}. {{.ExtraMessage}}"
add_bulk_users_amount_error:
other: "The number of users you add at once should be in the range of 1-{{.MaxAmount}}."
status_suspended_forever:
other: "<strong>This user was suspended forever.</strong> This user doesn't meet a community guideline."
status_suspended_until:
other: "<strong>This user was suspended until {{.SuspendedUntil}}.</strong> This user doesn't meet a community guideline."
status_deleted:
other: "This user was deleted."
status_inactive:
other: "This user is inactive."
config:
read_config_failed:
other: Read config failed
database:
connection_failed:
other: Database connection failed
create_table_failed:
other: Create table failed
install:
create_config_failed:
other: Can't create the config.yaml file.
upload:
unsupported_file_format:
other: Unsupported file format.
site_info:
config_not_found:
other: Site config not found.
badge:
object_not_found:
other: Badge object not found
reason:
spam:
name:
other: spam
desc:
other: This post is an advertisement, or vandalism. It is not useful or relevant to the current topic.
rude_or_abusive:
name:
other: rude or abusive
desc:
other: "A reasonable person would find this content inappropriate for respectful discourse."
a_duplicate:
name:
other: a duplicate
desc:
other: This question has been asked before and already has an answer.
placeholder:
other: Enter the existing question link
not_a_answer:
name:
other: not an answer
desc:
other: "This was posted as an answer, but it does not attempt to answer the question. It should possibly be an edit, a comment, another question,or deleted altogether."
no_longer_needed:
name:
other: no longer needed
desc:
other: This comment is outdated, conversational or not relevant to this post.
something:
name:
other: something else
desc:
other: This post requires staff attention for another reason not listed above.
placeholder:
other: Let us know specifically what you are concerned about
community_specific:
name:
other: a community-specific reason
desc:
other: This question doesn't meet a community guideline.
not_clarity:
name:
other: needs details or clarity
desc:
other: This question currently includes multiple questions in one. It should focus on one problem only.
looks_ok:
name:
other: looks OK
desc:
other: This post is good as-is and not low quality.
needs_edit:
name:
other: needs edit, and I did it
desc:
other: Improve and correct problems with this post yourself.
needs_close:
name:
other: needs close
desc:
other: A closed question can't answer, but still can edit, vote and comment.
needs_delete:
name:
other: needs delete
desc:
other: This post will be deleted.
question:
close:
duplicate:
name:
other: spam
desc:
other: This question has been asked before and already has an answer.
guideline:
name:
other: a community-specific reason
desc:
other: This question doesn't meet a community guideline.
multiple:
name:
other: needs details or clarity
desc:
other: This question currently includes multiple questions in one. It should focus on one problem only.
other:
name:
other: something else
desc:
other: This post requires another reason not listed above.
operation_type:
asked:
other: asked
answered:
other: answered
modified:
other: modified
deleted_title:
other: Deleted question
questions_title:
other: Questions
tag:
tags_title:
other: Tags
no_description:
other: The tag has no description.
notification:
action:
update_question:
other: updated question
answer_the_question:
other: answered question
update_answer:
other: updated answer
accept_answer:
other: accepted answer
comment_question:
other: commented question
comment_answer:
other: commented answer
reply_to_you:
other: replied to you
mention_you:
other: mentioned you
your_question_is_closed:
other: Your question has been closed
your_question_was_deleted:
other: Your question has been deleted
your_answer_was_deleted:
other: Your answer has been deleted
your_comment_was_deleted:
other: Your comment has been deleted
up_voted_question:
other: upvoted question
down_voted_question:
other: downvoted question
up_voted_answer:
other: upvoted answer
down_voted_answer:
other: downvoted answer
up_voted_comment:
other: upvoted comment
invited_you_to_answer:
other: invited you to answer
earned_badge:
other: You've earned the "{{.BadgeName}}" badge
email_tpl:
change_email:
title:
other: "[{{.SiteName}}] Confirm your new email address"
body:
other: "Confirm your new email address for {{.SiteName}} by clicking on the following link:<br>\n<a href='{{.ChangeEmailUrl}}' target='_blank'>{{.ChangeEmailUrl}}</a><br><br>\n\nIf you did not request this change, please ignore this email.<br><br>\n\n--<br>\nNote: This is an automatic system email, please do not reply to this message as your response will not be seen."
new_answer:
title:
other: "[{{.SiteName}}] {{.DisplayName}} answered your question"
body:
other: "<a href='{{.AnswerUrl}}'>{{.QuestionTitle}}</a><br><br>\n\n{{.DisplayName}}:<br>\n<blockquote>{{.AnswerSummary}}</blockquote><br>\n<a href='{{.AnswerUrl}}'>View it on {{.SiteName}}</a><br><br>\n\n--<br>\nNote: This is an automatic system email, please do not reply to this message as your response will not be seen.<br><br>\n\n<small><a href='{{.UnsubscribeUrl}}'>Unsubscribe</a></small>"
invited_you_to_answer:
title:
other: "[{{.SiteName}}] {{.DisplayName}} invited you to answer"
body:
other: "<a href='{{.InviteUrl}}'>{{.QuestionTitle}}</a><br><br>\n\n{{.DisplayName}}:<br>\n<blockquote>I think you may know the answer.</blockquote><br>\n<a href='{{.InviteUrl}}'>View it on {{.SiteName}}</a><br><br>\n\n--<br>\nNote: This is an automatic system email, please do not reply to this message as your response will not be seen.<br><br>\n\n<small><a href='{{.UnsubscribeUrl}}'>Unsubscribe</a></small>"
new_comment:
title:
other: "[{{.SiteName}}] {{.DisplayName}} commented on your post"
body:
other: "<a href='{{.CommentUrl}}'>{{.QuestionTitle}}</a><br><br>\n\n{{.DisplayName}}:<br>\n<blockquote>{{.CommentSummary}}</blockquote><br>\n<a href='{{.CommentUrl}}'>View it on {{.SiteName}}</a><br><br>\n\n--<br>\nNote: This is an automatic system email, please do not reply to this message as your response will not be seen.<br><br>\n\n<small><a href='{{.UnsubscribeUrl}}'>Unsubscribe</a></small>"
new_question:
title:
other: "[{{.SiteName}}] New question: {{.QuestionTitle}}"
body:
other: "<a href='{{.QuestionUrl}}'>{{.QuestionTitle}}</a><br>\n<small>{{.Tags}}</small><br><br>\n\n--<br>\nNote: This is an automatic system email, please do not reply to this message as your response will not be seen.<br><br>\n\n<small><a href='{{.UnsubscribeUrl}}'>Unsubscribe</a></small>"
pass_reset:
title:
other: "[{{.SiteName }}] Password reset"
body:
other: "Somebody asked to reset your password on {{.SiteName}}.<br><br>\n\nIf it was not you, you can safely ignore this email.<br><br>\n\nClick the following link to choose a new password:<br>\n<a href='{{.PassResetUrl}}' target='_blank'>{{.PassResetUrl}}</a>\n<br><br>\n\n--<br>\nNote: This is an automatic system email, please do not reply to this message as your response will not be seen."
register:
title:
other: "[{{.SiteName}}] Confirm your new account"
body:
other: "Welcome to {{.SiteName}}!<br><br>\n\nClick the following link to confirm and activate your new account:<br>\n<a href='{{.RegisterUrl}}' target='_blank'>{{.RegisterUrl}}</a><br><br>\n\nIf the above link is not clickable, try copying and pasting it into the address bar of your web browser.\n<br><br>\n\n--<br>\nNote: This is an automatic system email, please do not reply to this message as your response will not be seen."
test:
title:
other: "[{{.SiteName}}] Test Email"
body:
other: "This is a test email.\n<br><br>\n\n--<br>\nNote: This is an automatic system email, please do not reply to this message as your response will not be seen."
action_activity_type:
upvote:
other: upvote
upvoted:
other: upvoted
downvote:
other: downvote
downvoted:
other: downvoted
accept:
other: accept
accepted:
other: accepted
edit:
other: edit
review:
queued_post:
other: Queued post
flagged_post:
other: Flagged post
suggested_post_edit:
other: Suggested edits
reaction:
tooltip:
other: "{{ .Names }} and {{ .Count }} more..."
badge:
default_badges:
autobiographer:
name:
other: Autobiographer
desc:
other: Filled out <a href="{{ .ProfileURL }}" target="_blank">profile</a> information.
certified:
name:
other: Certified
desc:
other: Completed our new user tutorial.
editor:
name:
other: Editor
desc:
other: First post edit.
first_flag:
name:
other: First Flag
desc:
other: First flagged a post.
first_upvote:
name:
other: First Upvote
desc:
other: First up voted a post.
first_link:
name:
other: First Link
desc:
other: First added a link to another post.
first_reaction:
name:
other: First Reaction
desc:
other: First reacted to the post.
first_share:
name:
other: First Share
desc:
other: First shared a post.
scholar:
name:
other: Scholar
desc:
other: Asked a question and accepted an answer.
commentator:
name:
other: Commentator
desc:
other: Leave 5 comments.
new_user_of_the_month:
name:
other: New User of the Month
desc:
other: Outstanding contributions in their first month.
read_guidelines:
name:
other: Read Guidelines
desc:
other: Read the [community guidelines].
reader:
name:
other: Reader
desc:
other: Read every answers in a topic with more than 10 answers.
welcome:
name:
other: Welcome
desc:
other: Received a up vote.
nice_share:
name:
other: Nice Share
desc:
other: Shared a post with 25 unique visitors.
good_share:
name:
other: Good Share
desc:
other: Shared a post with 300 unique visitors.
great_share:
name:
other: Great Share
desc:
other: Shared a post with 1000 unique visitors.
out_of_love:
name:
other: Out of Love
desc:
other: Used 50 up votes in a day.
higher_love:
name:
other: Higher Love
desc:
other: Used 50 up votes in a day 5 times.
crazy_in_love:
name:
other: Crazy in Love
desc:
other: Used 50 up votes in a day 20 times.
promoter:
name:
other: Promoter
desc:
other: Invited a user.
campaigner:
name:
other: Campaigner
desc:
other: Invited 3 basic users.
champion:
name:
other: Champion
desc:
other: Invited 5 members.
thank_you:
name:
other: Thank You
desc:
other: Has 20 up voted posts and gave 10 up votes.
gives_back:
name:
other: Gives Back
desc:
other: Has 100 up voted posts and gave 100 up votes.
empathetic:
name:
other: Empathetic
desc:
other: Has 500 up voted posts and gave 1000 up votes.
enthusiast:
name:
other: Enthusiast
desc:
other: Visited 10 consecutive days.
aficionado:
name:
other: Aficionado
desc:
other: Visited 100 consecutive days.
devotee:
name:
other: Devotee
desc:
other: Visited 365 consecutive days.
anniversary:
name:
other: Anniversary
desc:
other: Active member for a year, posted at least once.
appreciated:
name:
other: Appreciated
desc:
other: Received 1 up vote on 20 posts.
respected:
name:
other: Respected
desc:
other: Received 2 up votes on 100 posts.
admired:
name:
other: Admired
desc:
other: Received 5 up votes on 300 posts.
solved:
name:
other: Solved
desc:
other: Have an answer be accepted.
guidance_counsellor:
name:
other: Guidance Counsellor
desc:
other: Have 10 answers be accepted.
know_it_all:
name:
other: Know-it-All
desc:
other: Have 50 answers be accepted.
solution_institution:
name:
other: Solution Institution
desc:
other: Have 150 answers be accepted.
nice_answer:
name:
other: Nice Answer
desc:
other: Answer score of 10 or more.
good_answer:
name:
other: Good Answer
desc:
other: Answer score of 25 or more.
great_answer:
name:
other: Great Answer
desc:
other: Answer score of 50 or more.
nice_question:
name:
other: Nice Question
desc:
other: Question score of 10 or more.
good_question:
name:
other: Good Question
desc:
other: Question score of 25 or more.
great_question:
name:
other: Great Question
desc:
other: Question score of 50 or more.
popular_question:
name:
other: Popular Question
desc:
other: Question with 500 views.
notable_question:
name:
other: Notable Question
desc:
other: Question with 1,000 views.
famous_question:
name:
other: Famous Question
desc:
other: Question with 5,000 views.
popular_link:
name:
other: Popular Link
desc:
other: Posted an external link with 50 clicks.
hot_link:
name:
other: Hot Link
desc:
other: Posted an external link with 300 clicks.
famous_link:
name:
other: Famous Link
desc:
other: Posted an external link with 100 clicks.
default_badge_groups:
getting_started:
name:
other: Getting Started
community:
name:
other: Community
posting:
name:
other: Posting
# The following fields are used for interface presentation(Front-end)
ui:
how_to_format:
title: How to Format
desc: >-
<ul class="mb-0"><li><p class="mb-2">mention a post: <code>#post_id</code></p></li>
<li><p class="mb-2">to make links</p><pre
class="mb-2"><code><https://url.com><br/><br/>[Title](https://url.com)</code></pre></li><li><p
class="mb-2">put returns between paragraphs</p></li><li><p
class="mb-2"><em>_italic_</em> or **<strong>bold</strong>**</p></li><li><p
class="mb-2">indent code by 4 spaces</p></li><li><p class="mb-2">quote by
placing <code>></code> at start of line</p></li><li><p
class="mb-2">backtick escapes <code>`like _this_`</code></p></li><li><p
class="mb-2">create code fences with backticks <code>`</code></p><pre
class="mb-0"><code>```<br/>code here<br/>```</code></pre></li></ul>
pagination:
prev: Prev
next: Next
page_title:
question: Question
questions: Questions
tag: Tag
tags: Tags
tag_wiki: tag wiki
create_tag: Create Tag
edit_tag: Edit Tag
ask_a_question: Create Question
edit_question: Edit Question
edit_answer: Edit Answer
search: Search
posts_containing: Posts containing
settings: Settings
notifications: Notifications
login: Log In
sign_up: Sign Up
account_recovery: Account Recovery
account_activation: Account Activation
confirm_email: Confirm Email
account_suspended: Account Suspended
admin: Admin
change_email: Modify Email
install: Answer Installation
upgrade: Answer Upgrade
maintenance: Website Maintenance
users: Users
oauth_callback: Processing
http_404: HTTP Error 404
http_50X: HTTP Error 500
http_403: HTTP Error 403
logout: Log Out
posts: Posts
ai_assistant: AI Assistant
ai_assistant:
description: Got a question? Ask it and get answers, perspectives, and recommendations.
recent_conversations: Recent Conversations
show_more: Show more
new: New chat
ai_generate: AI-generated from posts and may not be accurate.
copy: Copy
ask_a_follow_up: Ask a follow-up
ask_placeholder: Ask a question
notifications:
title: Notifications
inbox: Inbox
achievement: Achievements
new_alerts: New alerts
all_read: Mark all as read
show_more: Show more
someone: Someone
inbox_type:
all: All
posts: Posts
invites: Invites
votes: Votes
answer: Answer
question: Question
badge_award: Badge
suspended:
title: Your Account has been Suspended
until_time: "Your account was suspended until {{ time }}."
forever: This user was suspended forever.
end: You don't meet a community guideline.
contact_us: Contact us
editor:
blockquote:
text: Blockquote
bold:
text: Strong
chart:
text: Chart
flow_chart: Flow chart
sequence_diagram: Sequence diagram
class_diagram: Class diagram
state_diagram: State diagram
entity_relationship_diagram: Entity relationship diagram
user_defined_diagram: User defined diagram
gantt_chart: Gantt chart
pie_chart: Pie chart
code:
text: Code Sample
add_code: Add code sample
form:
fields:
code:
label: Code
msg:
empty: Code cannot be empty.
language:
label: Language
placeholder: Automatic detection
btn_cancel: Cancel
btn_confirm: Add
formula:
text: Formula
options:
inline: Inline formula
block: Block formula
heading:
text: Heading
options:
h1: Heading 1
h2: Heading 2
h3: Heading 3
h4: Heading 4
h5: Heading 5
h6: Heading 6
help:
text: Help
hr:
text: Horizontal rule
image:
text: Image
add_image: Add image
tab_image: Upload image
form_image:
fields:
file:
label: Image file
btn: Select image
msg:
empty: File cannot be empty.
only_image: Only image files are allowed.
max_size: File size cannot exceed {{size}} MB.
desc:
label: Description
tab_url: Image URL
form_url:
fields:
url:
label: Image URL
msg:
empty: Image URL cannot be empty.
name:
label: Description
btn_cancel: Cancel
btn_confirm: Add
uploading: Uploading
indent:
text: Indent
outdent:
text: Outdent
italic:
text: Emphasis
link:
text: Hyperlink
add_link: Add hyperlink
form:
fields:
url:
label: URL
msg:
empty: URL cannot be empty.
name:
label: Description
btn_cancel: Cancel
btn_confirm: Add
ordered_list:
text: Numbered list
unordered_list:
text: Bulleted list
table:
text: Table
heading: Heading
cell: Cell
file:
text: Attach files
not_supported: "Don’t support that file type. Try again with {{file_type}}."
max_size: "Attach files size cannot exceed {{size}} MB."
close_modal:
title: I am closing this post as...
btn_cancel: Cancel
btn_submit: Submit