2022-11-09 13:19:44 +08:00
# 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."
2022-09-27 17:59:05 +08:00
email :
2022-11-09 13:19:44 +08:00
other : "Email"
password :
other : "Password"
2022-09-27 17:59:05 +08:00
2022-11-09 13:19:44 +08:00
email_or_password_wrong_error : &email_or_password_wrong
other : "Email and password do not match."
2022-09-27 17:59:05 +08:00
2022-11-22 16:54:28 +08:00
error :
admin :
email_or_password_wrong : *email_or_password_wrong
answer :
not_found :
other : "Answer do not found."
cannot_deleted :
other : "No permission to delete."
cannot_update :
other : "No permission to update."
comment :
edit_without_permission :
other : "Comment are not allowed to edit."
not_found :
other : "Comment not found."
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."
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."
question :
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."
rank :
fail_to_meet_the_condition :
other : "Rank fail to meet the condition."
report :
handle_failed :
other : "Report handle failed."
not_found :
other : "Report not found."
tag :
not_found :
other : "Tag not found."
theme :
not_found :
other : "Theme not found."
user :
email_or_password_wrong :
other : *email_or_password_wrong
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."
2022-09-27 17:59:05 +08:00
2022-11-22 16:54:28 +08:00
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."
2022-11-09 13:19:44 +08:00
report :
spam :
2022-09-27 17:59:05 +08:00
name :
other : "spam"
2022-11-09 13:19:44 +08:00
description :
other : "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
rude :
name :
other : "rude or abusive"
description :
other : "A reasonable person would find this content inappropriate for respectful discourse."
duplicate :
name :
other : "a duplicate"
2022-09-27 17:59:05 +08:00
description :
other : "This question has been asked before and already has an answer."
2022-11-09 13:19:44 +08:00
not_answer :
2022-09-27 17:59:05 +08:00
name :
2022-11-09 13:19:44 +08:00
other : "not an answer"
2022-09-27 17:59:05 +08:00
description :
2022-11-09 13:19:44 +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."
not_need :
2022-09-27 17:59:05 +08:00
name :
2022-11-09 13:19:44 +08:00
other : "no longer needed"
2022-09-27 17:59:05 +08:00
description :
2022-11-09 13:19:44 +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 :
2022-11-09 13:19:44 +08:00
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."
2022-09-27 17:59:05 +08:00
2022-11-09 13:19:44 +08:00
notification :
action :
update_question :
other : "updated question"
answer_the_question :
other : "answered question"
update_answer :
other : "updated answer"
adopt_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"
2022-11-08 17:44:32 +08:00
# The following fields are used for interface presentation(Front-end)
ui :
how_to_format :
2022-11-10 11:21:42 +08:00
title : How to Format
description : >-
<ul class="mb-0"><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>
2022-11-08 17:44:32 +08:00
pagination :
prev : Prev
next : Next
page_title :
question : Question
questions : Questions
tag : Tag
tags : Tags
tag_wiki : tag wiki
edit_tag : Edit Tag
ask_a_question : Add 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
2022-11-10 11:21:42 +08:00
maintenance : Website Maintenance
2022-11-08 17:44:32 +08:00
notifications :
title : Notifications
inbox : Inbox
achievement : Achievements
all_read : Mark all as read
show_more : Show more
suspended :
title : Your Account has been Suspended
2022-11-10 11:13:51 +08:00
until_time : "Your account was suspended until {{ time }}."
2022-11-08 17:44:32 +08:00
forever : This user was suspended forever.
end : You don't meet a community guideline.
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 (optional)
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 4MB.
description :
label : Description (optional)
tab_url : Image URL
form_url :
fields :
url :
label : Image URL
msg :
empty : Image URL cannot be empty.
name :
label : Description (optional)
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 (optional)
btn_cancel : Cancel
btn_confirm : Add
ordered_list :
text : Numbered List
unordered_list :
text : Bulleted List
table :
text : Table
heading : Heading
cell : Cell
close_modal :
title : I am closing this post as...
btn_cancel : Cancel
btn_submit : Submit
remark :
empty : Cannot be empty.
msg :
empty : Please select a reason.
report_modal :
flag_title : I am flagging to report this post as...
close_title : I am closing this post as...
review_question_title : Review question
review_answer_title : Review answer
review_comment_title : Review comment
btn_cancel : Cancel
btn_submit : Submit
remark :
empty : Cannot be empty.
msg :
empty : Please select a reason.
tag_modal :
title : Create new tag
form :
fields :
display_name :
label : Display Name
msg :
empty : Display name cannot be empty.
range : Display name up to 35 characters.
slug_name :
label : URL Slug
description : 'Must use the character set "a-z", "0-9", "+ # - ."'
msg :
empty : URL slug cannot be empty.
range : URL slug up to 35 characters.
character : URL slug contains unallowed character set.
description :
label : Description (optional)
btn_cancel : Cancel
btn_submit : Submit
tag_info :
created_at : Created
edited_at : Edited
synonyms :
title : Synonyms
text : The following tags will be remapped to
empty : No synonyms found.
btn_add : Add a synonym
btn_edit : Edit
btn_save : Save
synonyms_text : The following tags will be remapped to
delete :
title : Delete this tag
content : >-
<p>We do not allowed deleting tag with posts.</p><p>Please remove this tag
from the posts first.</p>
content2 : Are you sure you wish to delete?
close : Close
edit_tag :
title : Edit Tag
default_reason : Edit tag
form :
fields :
revision :
label : Revision
display_name :
label : Display Name
slug_name :
label : URL Slug
info : 'Must use the character set "a-z", "0-9", "+ # - ."'
description :
label : Description
edit_summary :
label : Edit Summary
placeholder : >-
Briefly explain your changes (corrected spelling, fixed grammar,
improved formatting)
btn_save_edits : Save edits
btn_cancel : Cancel
dates :
long_date : MMM D
2022-11-10 11:13:51 +08:00
long_date_with_year : "MMM D, YYYY"
long_date_with_time : "MMM D, YYYY [at] HH:mm"
2022-11-08 17:44:32 +08:00
now : now
2022-11-10 11:13:51 +08:00
x_seconds_ago : "{{count}}s ago"
x_minutes_ago : "{{count}}m ago"
x_hours_ago : "{{count}}h ago"
2022-11-08 17:44:32 +08:00
hour : hour
day : day
comment :
btn_add_comment : Add comment
reply_to : Reply to
btn_reply : Reply
btn_edit : Edit
btn_delete : Delete
btn_flag : Flag
btn_save_edits : Save edits
btn_cancel : Cancel
show_more : Show more comment
tip_question : >-
Use comments to ask for more information or suggest improvements. Avoid
answering questions in comments.
tip_answer : >-
Use comments to reply to other users or notify them of changes. If you are
adding new information, edit your post instead of commenting.
edit_answer :
title : Edit Answer
default_reason : Edit answer
form :
fields :
revision :
label : Revision
answer :
label : Answer
edit_summary :
label : Edit Summary
placeholder : >-
Briefly explain your changes (corrected spelling, fixed grammar,
improved formatting)
btn_save_edits : Save edits
btn_cancel : Cancel
tags :
title : Tags
sort_buttons :
popular : Popular
name : Name
newest : newest
button_follow : Follow
button_following : Following
tag_label : questions
search_placeholder : Filter by tag name
no_description : The tag has no description.
more : More
ask :
title : Add Question
edit_title : Edit Question
default_reason : Edit question
similar_questions : Similar questions
form :
fields :
revision :
label : Revision
title :
label : Title
placeholder : Be specific and imagine you're asking a question to another person
msg :
empty : Title cannot be empty.
range : Title up to 150 characters
body :
label : Body
msg :
empty : Body cannot be empty.
tags :
label : Tags
msg :
empty : Tags cannot be empty.
answer :
label : Answer
msg :
empty : Answer cannot be empty.
btn_post_question : Post your question
btn_save_edits : Save edits
answer_question : Answer your own question
post_question&answer : Post your question and answer
tag_selector :
add_btn : Add tag
create_btn : Create new tag
search_tag : Search tag
2022-11-10 11:13:51 +08:00
hint : "Describe what your question is about, at least one tag is required."
2022-11-08 17:44:32 +08:00
no_result : No tags matched
2022-11-18 10:36:46 +08:00
tag_required_text : Required tag (at least one)
2022-11-08 17:44:32 +08:00
header :
nav :
question : Questions
tag : Tags
user : Users
profile : Profile
setting : Settings
logout : Log out
admin : Admin
search :
placeholder : Search
footer :
build_on : >-
Built on <1> Answer </1>- the open-source software that power Q&A
communities<br />Made with love © 2022 Answer
upload_img :
name : Change
loading : loading...
pic_auth_code :
title : Captcha
placeholder : Type the text above
msg :
empty : Captcha cannot be empty.
inactive :
first : >-
You're almost done! We sent an activation mail to <bold>{{mail}}</bold>.
Please follow the instructions in the mail to activate your account.
2022-11-10 11:13:51 +08:00
info : "If it doesn't arrive, check your spam folder."
2022-11-08 17:44:32 +08:00
another : >-
We sent another activation email to you at <bold>{{mail}}</bold>. It might
take a few minutes for it to arrive; be sure to check your spam folder.
btn_name : Resend activation email
change_btn_name : Change email
msg :
empty : Cannot be empty.
login :
page_title : Welcome to Answer
info_sign : Don't have an account? <1>Sign up</1>
info_login : Already have an account? <1>Log in</1>
2022-11-16 11:38:13 +08:00
agreements : By registering, you agree to the <1>privacy policy</1> and <3>terms of service</3>.
2022-11-08 17:44:32 +08:00
forgot_pass : Forgot password?
name :
label : Name
msg :
empty : Name cannot be empty.
range : Name up to 30 characters.
email :
label : Email
msg :
empty : Email cannot be empty.
password :
label : Password
msg :
empty : Password cannot be empty.
different : The passwords entered on both sides are inconsistent
account_forgot :
page_title : Forgot Your Password
btn_name : Send me recovery email
send_success : >-
If an account matches <strong>{{mail}}</strong>, you should receive an email
with instructions on how to reset your password shortly.
email :
label : Email
msg :
empty : Email cannot be empty.
change_email :
page_title : Welcome to Answer
btn_cancel : Cancel
btn_update : Update email address
send_success : >-
If an account matches <strong>{{mail}}</strong>, you should receive an email
with instructions on how to reset your password shortly.
email :
label : New Email
msg :
empty : Email cannot be empty.
password_reset :
page_title : Password Reset
btn_name : Reset my password
reset_success : >-
You successfully changed your password; you will be redirected to the log in
page.
link_invalid : >-
Sorry, this password reset link is no longer valid. Perhaps your password is
already reset?
to_login : Continue to log in page
password :
label : Password
msg :
empty : Password cannot be empty.
length : The length needs to be between 8 and 32
different : The passwords entered on both sides are inconsistent
password_confirm :
label : Confirm New Password
settings :
page_title : Settings
nav :
profile : Profile
notification : Notifications
account : Account
interface : Interface
profile :
btn_name : Update profile
display_name :
label : Display Name
msg : Display name cannot be empty.
msg_range : Display name up to 30 characters
username :
label : Username
caption : People can mention you as "@username".
msg : Username cannot be empty.
msg_range : Username up to 30 characters
character : 'Must use the character set "a-z", "0-9", " - . _"'
avatar :
label : Profile Image
gravatar : Gravatar
gravatar_text : You can change image on <1>gravatar.com</1>
custom : Custom
btn_refresh : Refresh
custom_text : You can upload your image.
default : Default
msg : Please upload an avatar
bio :
label : About Me (optional)
website :
label : Website (optional)
2022-11-10 11:13:51 +08:00
placeholder : "https://example.com"
2022-11-08 17:44:32 +08:00
msg : Website incorrect format
location :
label : Location (optional)
2022-11-10 11:13:51 +08:00
placeholder : "City, Country"
2022-11-08 17:44:32 +08:00
notification :
email :
label : Email Notifications
2022-11-10 11:13:51 +08:00
radio : "Answers to your questions, comments, and more"
2022-11-08 17:44:32 +08:00
account :
change_email_btn : Change email
change_pass_btn : Change password
change_email_info : >-
We've sent an email to that address. Please follow the confirmation
instructions.
email :
label : Email
msg : Email cannot be empty.
password_title : Password
current_pass :
label : Current Password
msg :
empty : Current Password cannot be empty.
length : The length needs to be between 8 and 32.
different : The two entered passwords do not match.
new_pass :
label : New Password
pass_confirm :
label : Confirm New Password
interface :
lang :
label : Interface Language
text : User interface language. It will change when you refresh the page.
toast :
update : update success
update_password : Password changed successfully.
flag_success : Thanks for flagging.
related_question :
title : Related Questions
btn : Add question
answers : answers
question_detail :
Asked : Asked
asked : asked
update : Modified
edit : edited
Views : Viewed
Follow : Follow
Following : Following
answered : answered
closed_in : Closed in
show_exist : Show existing question.
answers :
title : Answers
score : Score
newest : Newest
btn_accept : Accept
btn_accepted : Accepted
write_answer :
title : Your Answer
btn_name : Post your answer
confirm_title : Continue to answer
continue : Continue
confirm_info : >-
<p>Are you sure you want to add another answer?</p><p>You could use the
edit link to refine and improve your existing answer, instead.</p>
empty : Answer cannot be empty.
delete :
title : Delete this post
question : >-
We do not recommend <strong>deleting questions with answers</strong> because
doing so deprives future readers of this knowledge.</p><p>Repeated deletion
of answered questions can result in your account being blocked from asking.
Are you sure you wish to delete?
answer_accepted : >-
<p>We do not recommend <strong>deleting accepted answer</strong> because
doing so deprives future readers of this knowledge. </p> Repeated deletion
of accepted answers can result in your account being blocked from answering.
Are you sure you wish to delete?
other : Are you sure you wish to delete?
tip_question_deleted : This post has been deleted
tip_answer_deleted : This answer has been deleted
btns :
confirm : Confirm
cancel : Cancel
save : Save
delete : Delete
login : Log in
signup : Sign up
logout : Log out
verify : Verify
add_question : Add question
search :
title : Search Results
keywords : Keywords
options : Options
follow : Follow
following : Following
2022-11-10 11:13:51 +08:00
counts : "{{count}} Results"
2022-11-08 17:44:32 +08:00
more : More
sort_btns :
relevance : Relevance
newest : Newest
active : Active
score : Score
2022-11-09 10:29:15 +08:00
more : More
2022-11-08 17:44:32 +08:00
tips :
title : Advanced Search Tips
2022-11-10 11:13:51 +08:00
tag : "<1>[tag]</1> search withing a tag"
user : "<1>user:username</1> search by author"
answer : "<1>answers:0</1> unanswered questions"
score : "<1>score:3</1> posts with a 3+ score"
question : "<1>is:question</1> search questions"
is_answer : "<1>is:answer</1> search answers"
2022-11-08 17:44:32 +08:00
empty : We couldn't find anything. <br /> Try different or less specific keywords.
share :
name : Share
copy : Copy link
via : Share post via...
copied : Copied
facebook : Share to Facebook
twitter : Share to Twitter
cannot_vote_for_self : You can't vote for your own post
modal_confirm :
title : Error...
account_result :
page_title : Welcome to Answer
success : Your new account is confirmed; you will be redirected to the home page.
link : Continue to homepage
invalid : >-
Sorry, this account confirmation link is no longer valid. Perhaps your
account is already active?
confirm_new_email : Your email has been updated.
confirm_new_email_invalid : >-
Sorry, this confirmation link is no longer valid. Perhaps your email was
already changed?
question :
following_tags : Following Tags
edit : Edit
save : Save
follow_tag_tip : Follow tags to curate your list of questions.
hot_questions : Hot Questions
all_questions : All Questions
2022-11-10 11:13:51 +08:00
x_questions : "{{ count }} Questions"
x_answers : "{{ count }} answers"
2022-11-08 17:44:32 +08:00
questions : Questions
answers : Answers
newest : Newest
active : Active
frequent : Frequent
score : Score
unanswered : Unanswered
modified : modified
answered : answered
asked : asked
closed : closed
follow_a_tag : Follow a tag
more : More
personal :
overview : Overview
answers : Answers
answer : answer
questions : Questions
question : question
bookmarks : Bookmarks
reputation : Reputation
comments : Comments
votes : Votes
newest : Newest
score : Score
edit_profile : Edit Profile
2022-11-10 11:13:51 +08:00
visited_x_days : "Visited {{ count }} days"
2022-11-08 17:44:32 +08:00
viewed : Viewed
joined : Joined
last_login : Seen
about_me : About Me
2022-11-10 11:13:51 +08:00
about_me_empty : "// Hello, World !"
2022-11-08 17:44:32 +08:00
top_answers : Top Answers
top_questions : Top Questions
stats : Stats
list_empty : No posts found.<br />Perhaps you'd like to select a different tab?
accepted : Accepted
answered : answered
asked : asked
upvote : upvote
downvote : downvote
mod_short : Mod
mod_long : Moderators
x_reputation : reputation
x_votes : votes received
x_answers : answers
x_questions : questions
install :
title : Answer
next : Next
done : Done
config_yaml_error : Can’ t create the config.yaml file.
lang :
2022-11-08 18:05:35 +08:00
label : Please Choose a Language
2022-11-08 17:44:32 +08:00
db_type :
label : Database Engine
db_username :
label : Username
placeholder : root
msg : Username cannot be empty.
db_password :
label : Password
placeholder : root
msg : Password cannot be empty.
db_host :
label : Database Host
2022-11-10 11:13:51 +08:00
placeholder : "db:3306"
2022-11-08 17:44:32 +08:00
msg : Database Host cannot be empty.
db_name :
label : Database Name
placeholder : answer
msg : Database Name cannot be empty.
db_file :
label : Database File
placeholder : /data/answer.db
msg : Database File cannot be empty.
config_yaml :
title : Create config.yaml
label : The config.yaml file created.
description : >-
You can create the <1>config.yaml</1> file manually in the
<1>/var/wwww/xxx/</1> directory and paste the following text into it.
2022-11-10 11:13:51 +08:00
info : "After you’ ve done that, click “Next” button."
2022-11-08 17:44:32 +08:00
site_information : Site Information
admin_account : Admin Account
site_name :
label : Site Name
msg : Site Name cannot be empty.
site_url :
label : Site URL
text : The address of your site.
msg :
empty : Site URL cannot be empty.
incorrect : Site URL incorrect format.
contact_email :
label : Contact Email
text : Email address of key contact responsible for this site.
msg :
empty : Contact Email cannot be empty.
incorrect : Contact Email incorrect format.
admin_name :
label : Name
msg : Name cannot be empty.
admin_password :
label : Password
text : >-
You will need this password to log in. Please store it in a secure
location.
msg : Password cannot be empty.
admin_email :
label : Email
text : You will need this email to log in.
msg :
empty : Email cannot be empty.
incorrect : Email incorrect format.
ready_title : Your Answer is Ready!
ready_description : >-
If you ever feel like changing more settings, visit <1>admin section</1>;
find it in the site menu.
2022-11-10 11:13:51 +08:00
good_luck : "Have fun, and good luck!"
2022-11-08 18:05:35 +08:00
warn_title : Warning
warn_description : >-
2022-11-08 17:44:32 +08:00
The file <1>config.yaml</1> already exists. If you need to reset any of the
2022-11-08 18:05:35 +08:00
configuration items in this file, please delete it first.
install_now : You may try <1>installing now</1>.
2022-11-08 17:44:32 +08:00
installed : Already installed
installed_description : >-
You appear to have already installed. To reinstall please clear your old
database tables first.
2022-11-10 14:57:05 +08:00
db_failed : Database connection failed
db_failed_description : >-
This either means that the database information in your <1>config.yaml</1> file is incorrect or that contact with the database server could not be established. This could mean your host’ s database server is down.
2022-09-27 17:59:05 +08:00
2022-11-08 17:44:32 +08:00
page_404 :
2022-11-10 11:13:51 +08:00
description : "Unfortunately, this page doesn't exist."
2022-11-08 17:44:32 +08:00
back_home : Back to homepage
page_50X :
description : The server encountered an error and could not complete your request.
back_home : Back to homepage
page_maintenance :
2022-11-10 11:13:51 +08:00
description : "We are under maintenance, we’ ll be back soon."
2022-11-16 11:38:13 +08:00
nav_menus :
dashboard : Dashboard
contents : Contents
questions : Questions
answers : Answers
users : Users
flags : Flags
settings : Settings
general : General
interface : Interface
smtp : SMTP
branding : Branding
legal : Legal
write : Write
tos : Terms of Service
privacy : Privacy
2022-11-08 17:44:32 +08:00
admin :
admin_header :
title : Admin
dashboard :
title : Dashboard
2022-11-08 18:05:35 +08:00
welcome : Welcome to Answer Admin!
2022-11-08 17:44:32 +08:00
site_statistics : Site Statistics
2022-11-10 11:13:51 +08:00
questions : "Questions:"
answers : "Answers:"
comments : "Comments:"
votes : "Votes:"
active_users : "Active users:"
flags : "Flags:"
2022-11-08 17:44:32 +08:00
site_health_status : Site Health Status
2022-11-10 11:13:51 +08:00
version : "Version:"
https : "HTTPS:"
uploading_files : "Uploading files:"
smtp : "SMTP:"
timezone : "Timezone:"
2022-11-08 17:44:32 +08:00
system_info : System Info
2022-11-10 11:13:51 +08:00
storage_used : "Storage used:"
uptime : "Uptime:"
2022-11-08 17:44:32 +08:00
answer_links : Answer Links
documents : Documents
feedback : Feedback
review : Review
config : Config
update_to : Update to
latest : Latest
check_failed : Check failed
2022-11-10 11:13:51 +08:00
"yes": "Yes"
"no": "No"
2022-11-08 17:44:32 +08:00
not_allowed : Not allowed
allowed : Allowed
enabled : Enabled
disabled : Disabled
flags :
title : Flags
pending : Pending
completed : Completed
flagged : Flagged
created : Created
action : Action
review : Review
change_modal :
title : Change user status to...
btn_cancel : Cancel
btn_submit : Submit
normal_name : normal
normal_description : A normal user can ask and answer questions.
suspended_name : suspended
suspended_description : A suspended user can't log in.
deleted_name : deleted
2022-11-10 11:13:51 +08:00
deleted_description : "Delete profile, authentication associations."
2022-11-08 17:44:32 +08:00
inactive_name : inactive
inactive_description : An inactive user must re-validate their email.
confirm_title : Delete this user
confirm_content : Are you sure you want to delete this user? This is permanent!
confirm_btn : Delete
msg :
empty : Please select a reason.
status_modal :
2022-11-10 11:13:51 +08:00
title : "Change {{ type }} status to..."
2022-11-08 17:44:32 +08:00
normal_name : normal
normal_description : A normal post available to everyone.
closed_name : closed
2022-11-10 11:13:51 +08:00
closed_description : "A closed question can't answer, but still can edit, vote and comment."
2022-11-08 17:44:32 +08:00
deleted_name : deleted
deleted_description : All reputation gained and lost will be restored.
btn_cancel : Cancel
btn_submit : Submit
btn_next : Next
users :
title : Users
name : Name
email : Email
reputation : Reputation
created_at : Created Time
delete_at : Deleted Time
suspend_at : Suspended Time
status : Status
action : Action
change : Change
all : All
inactive : Inactive
suspended : Suspended
deleted : Deleted
normal : Normal
filter :
2022-11-10 11:13:51 +08:00
placeholder : "Filter by name, user:id"
2022-11-08 17:44:32 +08:00
questions :
page_title : Questions
normal : Normal
closed : Closed
deleted : Deleted
post : Post
votes : Votes
answers : Answers
created : Created
status : Status
action : Action
change : Change
filter :
2022-11-10 11:13:51 +08:00
placeholder : "Filter by title, question:id"
2022-11-08 17:44:32 +08:00
answers :
page_title : Answers
normal : Normal
deleted : Deleted
post : Post
votes : Votes
created : Created
status : Status
action : Action
change : Change
filter :
2022-11-10 11:13:51 +08:00
placeholder : "Filter by title, answer:id"
2022-11-08 17:44:32 +08:00
general :
page_title : General
name :
label : Site Name
msg : Site name cannot be empty.
2022-11-10 11:13:51 +08:00
text : "The name of this site, as used in the title tag."
2022-11-08 17:44:32 +08:00
site_url :
label : Site URL
msg : Site url cannot be empty.
2022-11-08 18:05:35 +08:00
validate : Please enter a valid URL.
2022-11-08 17:44:32 +08:00
text : The address of your site.
short_description :
label : Short Site Description (optional)
msg : Short site description cannot be empty.
2022-11-10 11:13:51 +08:00
text : "Short description, as used in the title tag on homepage."
2022-11-08 17:44:32 +08:00
description :
label : Site Description (optional)
msg : Site description cannot be empty.
2022-11-10 11:13:51 +08:00
text : "Describe this site in one sentence, as used in the meta description tag."
2022-11-08 17:44:32 +08:00
contact_email :
label : Contact Email
msg : Contact email cannot be empty.
2022-11-08 18:05:35 +08:00
validate : Contact email is not valid.
2022-11-08 17:44:32 +08:00
text : Email address of key contact responsible for this site.
interface :
page_title : Interface
logo :
label : Logo (optional)
msg : Site logo cannot be empty.
text : You can upload your image or <1>reset</1> it to the site title text.
theme :
label : Theme
msg : Theme cannot be empty.
text : Select an existing theme.
language :
label : Interface Language
msg : Interface language cannot be empty.
text : User interface language. It will change when you refresh the page.
time_zone :
label : Timezone
msg : Timezone cannot be empty.
2022-11-08 18:05:35 +08:00
text : Choose a city in the same timezone as you.
2022-11-08 17:44:32 +08:00
smtp :
page_title : SMTP
from_email :
label : From Email
msg : From email cannot be empty.
text : The email address which emails are sent from.
from_name :
label : From Name
msg : From name cannot be empty.
text : The name which emails are sent from.
smtp_host :
label : SMTP Host
msg : SMTP host cannot be empty.
text : Your mail server.
encryption :
label : Encryption
msg : Encryption cannot be empty.
text : For most servers SSL is the recommended option.
ssl : SSL
none : None
smtp_port :
label : SMTP Port
msg : SMTP port must be number 1 ~ 65535.
text : The port to your mail server.
smtp_username :
label : SMTP Username
msg : SMTP username cannot be empty.
smtp_password :
label : SMTP Password
msg : SMTP password cannot be empty.
test_email_recipient :
label : Test Email Recipients
text : Provide email address that will receive test sends.
msg : Test email recipients is invalid
smtp_authentication :
label : SMTP Authentication
msg : SMTP authentication cannot be empty.
2022-11-11 10:22:00 +08:00
"yes": "Yes"
"no": "No"
2022-11-10 12:19:34 +08:00
branding :
page_title : Branding
2022-11-16 12:07:05 +08:00
logo :
label : Logo
msg : Logo cannot be empty.
text : The logo image at the top left of your site. Use a wide rectangular image with a height of 56 and an aspect ratio greater than 3:1. If left blank, the site title text will be shown.
mobile_logo :
label : Mobile Logo (optional)
text : The logo used on mobile version of your site. Use a wide rectangular image with a height of 56. If left blank, the image from the “logo” setting will be used.
square_icon :
label : Square Icon
msg : Square icon cannot be empty.
text : Image used as the base for metadata icons. Should ideally be larger than 512x512.
favicon :
label : Favicon (optional)
text : A favicon for your site. To work correctly over a CDN it must be a png. Will be resized to 32x32. If left blank, “square icon” will be used.
2022-11-11 10:22:00 +08:00
legal :
page_title : Legal
terms_of_service :
label : Terms of Service
text : "You can add terms of service content here. If you already have a document hosted elsewhere, provide the full URL here."
privacy_policy :
label : Privacy Policy
text : "You can add privacy policy content here. If you already have a document hosted elsewhere, provide the full URL here."
2022-11-15 10:43:21 +08:00
write :
page_title : Write
recommend_tags :
label : Recommend Tags
text : "Please input tag slug above, one tag per line."
required_tag :
2022-11-21 10:46:07 +08:00
title : Required Tag
2022-11-18 19:08:18 +08:00
label : Set recommend tag as required
text : "Every new question must have at least one recommend tag."
2022-11-15 10:43:21 +08:00
reserved_tags :
label : Reserved Tags
text : "Reserved tags can only be added to a post by moderator."
2022-11-10 11:13:51 +08:00
form :
empty : cannot be empty
invalid : is invalid
btn_submit : Save
2022-11-15 16:32:35 +08:00
not_found_props : "Required property {{ key }} not found."