mirror of https://gitee.com/answerdev/answer.git
fix: typo
This commit is contained in:
parent
33066570fa
commit
a445504c91
|
@ -1,91 +1,91 @@
|
||||||
base:
|
base:
|
||||||
success:
|
success:
|
||||||
other: "success"
|
other: "Success."
|
||||||
unknown:
|
unknown:
|
||||||
other: "unknown error"
|
other: "Unknown error."
|
||||||
request_format_error:
|
request_format_error:
|
||||||
other: "request format is not valid"
|
other: "Request format is not valid."
|
||||||
unauthorized_error:
|
unauthorized_error:
|
||||||
other: "unauthorized"
|
other: "Unauthorized."
|
||||||
database_error:
|
database_error:
|
||||||
other: "data server error"
|
other: "Data server error."
|
||||||
|
|
||||||
email:
|
email:
|
||||||
other: "email"
|
other: "Email"
|
||||||
password:
|
password:
|
||||||
other: "password"
|
other: "Password"
|
||||||
|
|
||||||
email_or_password_wrong_error: &email_or_password_wrong
|
email_or_password_wrong_error: &email_or_password_wrong
|
||||||
other: "email or password wrong"
|
other: "Email and password do not match."
|
||||||
|
|
||||||
error:
|
error:
|
||||||
admin:
|
admin:
|
||||||
email_or_password_wrong: *email_or_password_wrong
|
email_or_password_wrong: *email_or_password_wrong
|
||||||
answer:
|
answer:
|
||||||
not_found:
|
not_found:
|
||||||
other: "answer not found"
|
other: "Answer do not found."
|
||||||
comment:
|
comment:
|
||||||
edit_without_permission:
|
edit_without_permission:
|
||||||
other: "comment not allowed to edit"
|
other: "Comment are not allowed to edit."
|
||||||
not_found:
|
not_found:
|
||||||
other: "comment not found"
|
other: "Comment not found."
|
||||||
email:
|
email:
|
||||||
duplicate:
|
duplicate:
|
||||||
other: "email already exists"
|
other: "Email already exists."
|
||||||
need_to_be_verified:
|
need_to_be_verified:
|
||||||
other: "email should be verified"
|
other: "Email should be verified."
|
||||||
verify_url_expired:
|
verify_url_expired:
|
||||||
other: "email verified url is expired, please resend the email"
|
other: "Email verified URL has expired, please resend the email."
|
||||||
lang:
|
lang:
|
||||||
not_found:
|
not_found:
|
||||||
other: "language not found"
|
other: "Language file not found."
|
||||||
object:
|
object:
|
||||||
captcha_verification_failed:
|
captcha_verification_failed:
|
||||||
other: "captcha wrong"
|
other: "Captcha wrong."
|
||||||
disallow_follow:
|
disallow_follow:
|
||||||
other: "You are not allowed to follow"
|
other: "You are not allowed to follow."
|
||||||
disallow_vote:
|
disallow_vote:
|
||||||
other: "You are not allowed to vote"
|
other: "You are not allowed to vote."
|
||||||
disallow_vote_your_self:
|
disallow_vote_your_self:
|
||||||
other: "You can't vote for your own post!"
|
other: "You can't vote for your own post."
|
||||||
not_found:
|
not_found:
|
||||||
other: "object not found"
|
other: "Object not found."
|
||||||
verification_failed:
|
verification_failed:
|
||||||
other: "verification failed"
|
other: "Verification failed."
|
||||||
email_or_password_incorrect:
|
email_or_password_incorrect:
|
||||||
other: "email or password incorrect"
|
other: "Email and password do not match."
|
||||||
old_password_verification_failed:
|
old_password_verification_failed:
|
||||||
other: "the old password verification failed"
|
other: "The old password verification failed"
|
||||||
new_password_same_as_previous_setting:
|
new_password_same_as_previous_setting:
|
||||||
other: "The new password is the same as the previous setting"
|
other: "The new password is the same as the previous one."
|
||||||
question:
|
question:
|
||||||
not_found:
|
not_found:
|
||||||
other: "question not found"
|
other: "Question not found."
|
||||||
rank:
|
rank:
|
||||||
fail_to_meet_the_condition:
|
fail_to_meet_the_condition:
|
||||||
other: "rank fail to meet the condition"
|
other: "Rank fail to meet the condition."
|
||||||
report:
|
report:
|
||||||
handle_failed:
|
handle_failed:
|
||||||
other: "report handle failed"
|
other: "Report handle failed."
|
||||||
not_found:
|
not_found:
|
||||||
other: "report not found"
|
other: "Report not found."
|
||||||
tag:
|
tag:
|
||||||
not_found:
|
not_found:
|
||||||
other: "tag not found"
|
other: "Tag not found."
|
||||||
theme:
|
theme:
|
||||||
not_found:
|
not_found:
|
||||||
other: "theme not found"
|
other: "Theme not found."
|
||||||
user:
|
user:
|
||||||
email_or_password_wrong:
|
email_or_password_wrong:
|
||||||
other: *email_or_password_wrong
|
other: *email_or_password_wrong
|
||||||
not_found:
|
not_found:
|
||||||
other: "user not found"
|
other: "User not found."
|
||||||
suspended:
|
suspended:
|
||||||
other: "user is suspended"
|
other: "User has been suspended."
|
||||||
username_invalid:
|
username_invalid:
|
||||||
other: "username is invalid"
|
other: "Username is invalid."
|
||||||
username_duplicate:
|
username_duplicate:
|
||||||
other: "username is already in use"
|
other: "Username is already in use."
|
||||||
|
|
||||||
report:
|
report:
|
||||||
spam:
|
spam:
|
||||||
|
@ -161,10 +161,10 @@ notification:
|
||||||
mention_you:
|
mention_you:
|
||||||
other: "mentioned you"
|
other: "mentioned you"
|
||||||
your_question_is_closed:
|
your_question_is_closed:
|
||||||
other: "your question has been closed"
|
other: "Your question has been closed"
|
||||||
your_question_was_deleted:
|
your_question_was_deleted:
|
||||||
other: "your question has been deleted"
|
other: "Your question has been deleted"
|
||||||
your_answer_was_deleted:
|
your_answer_was_deleted:
|
||||||
other: "your answer has been deleted"
|
other: "Your answer has been deleted"
|
||||||
your_comment_was_deleted:
|
your_comment_was_deleted:
|
||||||
other: "your comment has been deleted"
|
other: "Your comment has been deleted"
|
||||||
|
|
Loading…
Reference in New Issue