answer/i18n/en_US.yaml

183 lines
4.9 KiB
YAML
Raw Normal View History

2022-09-27 17:59:05 +08:00
base:
success:
2022-10-28 15:47:46 +08:00
other: "Success."
2022-09-27 17:59:05 +08:00
unknown:
2022-10-28 15:47:46 +08:00
other: "Unknown error."
2022-09-27 17:59:05 +08:00
request_format_error:
2022-10-28 15:47:46 +08:00
other: "Request format is not valid."
2022-09-27 17:59:05 +08:00
unauthorized_error:
2022-10-28 15:47:46 +08:00
other: "Unauthorized."
2022-09-27 17:59:05 +08:00
database_error:
2022-10-28 15:47:46 +08:00
other: "Data server error."
2022-09-27 17:59:05 +08:00
email:
2022-10-28 15:47:46 +08:00
other: "Email"
2022-09-27 17:59:05 +08:00
password:
2022-10-28 15:47:46 +08:00
other: "Password"
2022-09-27 17:59:05 +08:00
email_or_password_wrong_error: &email_or_password_wrong
2022-10-28 15:47:46 +08:00
other: "Email and password do not match."
2022-09-27 17:59:05 +08:00
error:
admin:
email_or_password_wrong: *email_or_password_wrong
answer:
not_found:
2022-10-28 15:47:46 +08:00
other: "Answer do not found."
2022-09-27 17:59:05 +08:00
comment:
edit_without_permission:
2022-10-28 15:47:46 +08:00
other: "Comment are not allowed to edit."
2022-09-27 17:59:05 +08:00
not_found:
2022-10-28 15:47:46 +08:00
other: "Comment not found."
2022-09-27 17:59:05 +08:00
email:
duplicate:
2022-10-28 15:47:46 +08:00
other: "Email already exists."
2022-09-27 17:59:05 +08:00
need_to_be_verified:
2022-10-28 15:47:46 +08:00
other: "Email should be verified."
2022-09-27 17:59:05 +08:00
verify_url_expired:
2022-10-28 15:47:46 +08:00
other: "Email verified URL has expired, please resend the email."
2022-09-27 17:59:05 +08:00
lang:
not_found:
2022-10-28 15:47:46 +08:00
other: "Language file not found."
2022-09-27 17:59:05 +08:00
object:
captcha_verification_failed:
2022-10-28 15:47:46 +08:00
other: "Captcha wrong."
2022-09-27 17:59:05 +08:00
disallow_follow:
2022-10-28 15:47:46 +08:00
other: "You are not allowed to follow."
2022-09-27 17:59:05 +08:00
disallow_vote:
2022-10-28 15:47:46 +08:00
other: "You are not allowed to vote."
2022-09-27 17:59:05 +08:00
disallow_vote_your_self:
2022-10-28 15:47:46 +08:00
other: "You can't vote for your own post."
2022-09-27 17:59:05 +08:00
not_found:
2022-10-28 15:47:46 +08:00
other: "Object not found."
2022-10-24 11:21:37 +08:00
verification_failed:
2022-10-28 15:47:46 +08:00
other: "Verification failed."
2022-10-24 11:21:37 +08:00
email_or_password_incorrect:
2022-10-28 15:47:46 +08:00
other: "Email and password do not match."
2022-10-24 11:21:37 +08:00
old_password_verification_failed:
2022-10-28 15:47:46 +08:00
other: "The old password verification failed"
2022-10-24 11:21:37 +08:00
new_password_same_as_previous_setting:
2022-10-28 15:47:46 +08:00
other: "The new password is the same as the previous one."
2022-09-27 17:59:05 +08:00
question:
not_found:
2022-10-28 15:47:46 +08:00
other: "Question not found."
2022-09-27 17:59:05 +08:00
rank:
fail_to_meet_the_condition:
2022-10-28 15:47:46 +08:00
other: "Rank fail to meet the condition."
2022-09-27 17:59:05 +08:00
report:
handle_failed:
2022-10-28 15:47:46 +08:00
other: "Report handle failed."
2022-09-27 17:59:05 +08:00
not_found:
2022-10-28 15:47:46 +08:00
other: "Report not found."
2022-09-27 17:59:05 +08:00
tag:
not_found:
2022-10-28 15:47:46 +08:00
other: "Tag not found."
2022-09-27 17:59:05 +08:00
theme:
not_found:
2022-10-28 15:47:46 +08:00
other: "Theme not found."
2022-09-27 17:59:05 +08:00
user:
email_or_password_wrong:
other: *email_or_password_wrong
not_found:
2022-10-28 15:47:46 +08:00
other: "User not found."
2022-09-27 17:59:05 +08:00
suspended:
2022-10-28 15:47:46 +08:00
other: "User has been suspended."
2022-10-14 17:01:06 +08:00
username_invalid:
2022-10-28 15:47:46 +08:00
other: "Username is invalid."
2022-10-14 17:01:06 +08:00
username_duplicate:
2022-10-28 15:47:46 +08:00
other: "Username is already in use."
2022-10-28 15:21:23 +08:00
set_avatar:
other: "Avatar set failed."
2022-09-27 17:59:05 +08:00
2022-11-03 20:09:04 +08:00
config:
read_config_failed:
other: "Read config failed"
database:
connection_failed:
other: "Database connection failed"
install:
create_config_failed:
other: "Cant create the config.yaml file."
2022-09-27 17:59:05 +08:00
report:
spam:
name:
other: "spam"
description:
2022-10-08 11:21:22 +08:00
other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
2022-09-27 17:59:05 +08:00
rude:
name:
other: "rude or abusive"
description:
other: "A reasonable person would find this content inappropriate for respectful discourse."
duplicate:
name:
other: "a duplicate"
description:
other: "This question has been asked before and already has an answer."
not_answer:
name:
other: "not an answer"
description:
2022-10-08 11:21:22 +08:00
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."
2022-09-27 17:59:05 +08:00
not_need:
name:
other: "no longer needed"
description:
2022-10-08 11:21:22 +08:00
other: "This comment is outdated, conversational or not relevant to this post."
2022-09-27 17:59:05 +08:00
other:
name:
other: "something else"
description:
other: "This post requires staff attention for another reason not listed above."
question:
close:
duplicate:
name:
other: "spam"
description:
other: "This question has been asked before and already has an answer."
guideline:
name:
other: "a community-specific reason"
description:
other: "This question doesn't meet a community guideline."
multiple:
name:
other: "needs details or clarity"
description:
other: "This question currently includes multiple questions in one. It should focus on one problem only."
other:
name:
other: "something else"
description:
other: "This post requires another reason not listed above."
notification:
action:
update_question:
2022-10-08 11:21:22 +08:00
other: "updated question"
2022-09-27 17:59:05 +08:00
answer_the_question:
2022-10-08 11:21:22 +08:00
other: "answered question"
2022-09-27 17:59:05 +08:00
update_answer:
2022-10-08 11:21:22 +08:00
other: "updated answer"
2022-09-27 17:59:05 +08:00
adopt_answer:
2022-10-08 11:21:22 +08:00
other: "accepted answer"
2022-09-27 17:59:05 +08:00
comment_question:
2022-10-08 11:21:22 +08:00
other: "commented question"
2022-09-27 17:59:05 +08:00
comment_answer:
2022-10-08 11:21:22 +08:00
other: "commented answer"
2022-09-27 17:59:05 +08:00
reply_to_you:
2022-10-08 11:21:22 +08:00
other: "replied to you"
2022-09-27 17:59:05 +08:00
mention_you:
2022-10-08 11:21:22 +08:00
other: "mentioned you"
2022-09-27 17:59:05 +08:00
your_question_is_closed:
2022-10-28 15:47:46 +08:00
other: "Your question has been closed"
2022-09-27 17:59:05 +08:00
your_question_was_deleted:
2022-10-28 15:47:46 +08:00
other: "Your question has been deleted"
2022-09-27 17:59:05 +08:00
your_answer_was_deleted:
2022-10-28 15:47:46 +08:00
other: "Your answer has been deleted"
2022-09-27 17:59:05 +08:00
your_comment_was_deleted:
2022-10-28 15:47:46 +08:00
other: "Your comment has been deleted"
2022-11-03 20:09:04 +08:00