diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 000000000..f7fdf9dc1
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,5 @@
+# Security Policy
+
+## Reporting a Vulnerability
+
+Please report security issues to `security@answer.dev`
\ No newline at end of file
diff --git a/i18n/af_ZA.yaml b/i18n/af_ZA.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/af_ZA.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/ar_SA.yaml b/i18n/ar_SA.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/ar_SA.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/az_AZ.yaml b/i18n/az_AZ.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/az_AZ.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/bal_BA.yaml b/i18n/bal_BA.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/bal_BA.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/ban_ID.yaml b/i18n/ban_ID.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/ban_ID.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/bn_BD.yaml b/i18n/bn_BD.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/bn_BD.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/bs_BA.yaml b/i18n/bs_BA.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/bs_BA.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/ca_ES.yaml b/i18n/ca_ES.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/ca_ES.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/cs_CZ.yaml b/i18n/cs_CZ.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/cs_CZ.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/da_DK.yaml b/i18n/da_DK.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/da_DK.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/de_DE.yaml b/i18n/de_DE.yaml
index 82cf138fd..318f948fc 100644
--- a/i18n/de_DE.yaml
+++ b/i18n/de_DE.yaml
@@ -585,7 +585,8 @@ ui:
msg:
empty: Cannot be empty.
login:
- page_title: Welcome to Answer
+ page_title: Welcome to {{site_name}}
+ login_to_continue: Log in to continue
info_sign: Don't have an account? <1>Sign up1>
info_login: Already have an account? <1>Log in1>
agreements: By registering, you agree to the <1>privacy policy1> and <3>terms of service3>.
@@ -1222,14 +1223,14 @@ ui:
branding:
page_title: Branding
logo:
- label: Logo
+ label: Logo (optional)
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
+ label: Square Icon (optional)
msg: Square icon cannot be empty.
text: Image used as the base for metadata icons. Should ideally be larger than 512x512.
favicon:
diff --git a/i18n/el_GR.yaml b/i18n/el_GR.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/el_GR.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/en_US.yaml b/i18n/en_US.yaml
index e0e16aa01..ac0b6254d 100644
--- a/i18n/en_US.yaml
+++ b/i18n/en_US.yaml
@@ -149,7 +149,7 @@ backend:
other: "Create table failed"
install:
create_config_failed:
- other: "Can’t create the config.yaml file."
+ other: "Can't create the config.yaml file."
report:
spam:
name:
@@ -492,7 +492,7 @@ ui:
btn_flag: Flag
btn_save_edits: Save edits
btn_cancel: Cancel
- show_more: Show more comment
+ show_more: Show more comments
tip_question: >-
Use comments to ask for more information or suggest improvements. Avoid
answering questions in comments.
@@ -679,12 +679,12 @@ ui:
display_name:
label: Display Name
msg: Display name cannot be empty.
- msg_range: Display name up to 30 characters
+ 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
+ msg_range: Username up to 30 characters.
character: 'Must use the character set "a-z", "0-9", " - . _"'
avatar:
label: Profile Image
@@ -851,7 +851,7 @@ ui:
unsubscribe:
page_title: Unsubscribe
success_title: Unsubscribe Successful
- success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ success_desc: You have been successfully removed from this subscriber list and won't receive any further emails from us.
link: Change settings
question:
following_tags: Following Tags
@@ -913,7 +913,7 @@ ui:
title: Answer
next: Next
done: Done
- config_yaml_error: Can’t create the config.yaml file.
+ config_yaml_error: Can't create the config.yaml file.
lang:
label: Please Choose a Language
db_type:
@@ -944,7 +944,7 @@ ui:
desc: >-
You can create the <1>config.yaml1> file manually in the
<1>/var/wwww/xxx/1> directory and paste the following text into it.
- info: "After you’ve done that, click “Next” button."
+ info: After you've done that, click "Next" button.
site_information: Site Information
admin_account: Admin Account
site_name:
@@ -993,7 +993,7 @@ ui:
database tables first.
db_failed: Database connection failed
db_failed_desc: >-
- This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host's database server is down.
page_404:
desc: "Unfortunately, this page doesn't exist."
@@ -1002,7 +1002,7 @@ ui:
desc: The server encountered an error and could not complete your request.
back_home: Back to homepage
page_maintenance:
- desc: "We are under maintenance, we’ll be back soon."
+ desc: "We are under maintenance, we'll be back soon."
nav_menus:
dashboard: Dashboard
contents: Contents
@@ -1136,7 +1136,7 @@ ui:
password:
label: Password
text: The user will be logged out and need to login again.
- msg: Password must be at 8 - 32 characters in length.
+ msg: Password must be at 8-32 characters in length.
btn_cancel: Cancel
btn_submit: Submit
user_modal:
@@ -1145,13 +1145,13 @@ ui:
fields:
display_name:
label: Display Name
- msg: display_name must be at 4 - 30 characters in length.
+ msg: Display Name must be at 3-30 characters in length.
email:
label: Email
msg: Email is not valid.
password:
label: Password
- msg: Password must be at 8 - 32 characters in length.
+ msg: Password must be at 8-32 characters in length.
btn_cancel: Cancel
btn_submit: Submit
@@ -1272,14 +1272,14 @@ ui:
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.
+ 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 (optional)
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.
+ 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.
legal:
page_title: Legal
terms_of_service:
diff --git a/i18n/es_ES.yaml b/i18n/es_ES.yaml
index 39e8c2b63..e4053c2ac 100644
--- a/i18n/es_ES.yaml
+++ b/i18n/es_ES.yaml
@@ -2,7 +2,7 @@
backend:
base:
success:
- other: "Success."
+ other: "Completado."
unknown:
other: "Error desconocido."
request_format_error:
@@ -88,17 +88,17 @@ backend:
other: "Sin permiso para actualizar."
rank:
fail_to_meet_the_condition:
- other: "Rank fail to meet the condition."
+ other: "El rango no cumple la condición."
report:
handle_failed:
- other: "Report handle failed."
+ other: "Error en el manejador del reporte."
not_found:
- other: "Report not found."
+ other: "Informe no encontrado."
tag:
not_found:
other: "Etiqueta no encontrada."
recommend_tag_not_found:
- other: "Recommend Tag is not exist."
+ other: "Etiqueta recomendada no existe."
recommend_tag_enter:
other: "Por favor, introduce al menos una de las etiquetas requeridas."
not_contain_synonym_tags:
@@ -109,13 +109,13 @@ backend:
other: "No se puede establecer como sinónimo de una etiqueta la propia etiqueta."
smtp:
config_from_name_cannot_be_email:
- other: "The From Name cannot be a email address."
+ other: "¡Su nombre de usuario no puede ser una dirección de correo electrónico!"
theme:
not_found:
other: "Tema no encontrado."
revision:
review_underway:
- other: "Can't edit currently, there is a version in the review queue."
+ other: "No se puede editar actualmente, hay una versión en la cola de revisiones."
no_permission:
other: "Sin permiso para revisar."
user:
@@ -236,9 +236,30 @@ backend:
#The following fields are used for interface presentation(Front-end)
ui:
how_to_format:
- title: How to Format
+ title: Cómo formatear
desc: >-
-
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+
+
Para hacer enlaces
+
+ <https://url.com>
[Title](https://url.com)
+
+
+
+
Colocar saltos de línea entre párrafos
+
_cursiva_ o **negrita**
+
Indentar el código con 4 espacios
+
Citar colocando > al inicio de la línea
+
Escape con backticks `como _esto_`
+
Crear barreras de código con backticks `
+
+
+ ```
+ código aquí
+ ```
+
+
+
+
pagination:
prev: Anterior
next: Siguiente
@@ -287,13 +308,13 @@ ui:
chart:
text: Gráfica
flow_chart: Diagrama de flujo
- sequence_diagram: Sequence diagram
- class_diagram: Class diagram
- state_diagram: State diagram
- entity_relationship_diagram: Entity relationship diagram
- user_defined_diagram: User defined diagram
+ sequence_diagram: Diagrama de secuencia
+ class_diagram: Diagrama de clase
+ state_diagram: Diagrama de estado
+ entity_relationship_diagram: Diagrama de relación de entidad
+ user_defined_diagram: Diagrama definido por el usuario
gantt_chart: Diagrama de Gantt
- pie_chart: Pie chart
+ pie_chart: Grafico de torta
code:
text: Código
add_code: Añadir código
@@ -381,7 +402,7 @@ ui:
heading: Encabezado
cell: Celda
close_modal:
- title: I am closing this post as...
+ title: Estoy cerrando este post como...
btn_cancel: Cancelar
btn_submit: Enviar
remark:
@@ -389,11 +410,11 @@ ui:
msg:
empty: Por favor selecciona una razón.
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
+ flag_title: Estoy marcando este post como...
+ close_title: Estoy cerrando este post como...
+ review_question_title: Revisar pregunta
+ review_answer_title: Revisar respuesta
+ review_comment_title: Revisar comentario
btn_cancel: Cancelar
btn_submit: Enviar
remark:
@@ -408,7 +429,7 @@ ui:
label: Nombre a mostrar
msg:
empty: El nombre a mostrar no puede estar vacío.
- range: Display name up to 35 characters.
+ range: Nombre a mostrar con un máximo de 35 caracteres.
slug_name:
label: URL amigable
desc: 'Debe usar el conjunto de caracteres "a-z", "0-9", "+ # - ."'
@@ -426,16 +447,16 @@ ui:
history: Historial
synonyms:
title: Sinónimos
- text: The following tags will be remapped to
+ text: Las siguientes etiquetas serán reasignadas a
empty: No se encontraron sinónimos.
btn_add: Añadir un sinónimo
btn_edit: Editar
btn_save: Guardar
- synonyms_text: The following tags will be remapped to
+ synonyms_text: Las siguientes etiquetas serán reasignadas a
delete:
title: Eliminar esta etiqueta
content: >-
-
We do not allowed deleting tag with posts.
Please remove this tag from the posts first.
+
No se permite la eliminación de etiquetas con posts.
Por favor antes elimina esta etiqueta del post.
content2: '¿Estás seguro de que deseas borrarlo?'
close: Cerrar
edit_tag:
@@ -508,16 +529,16 @@ ui:
tag_label: preguntas
search_placeholder: Filtrar por nombre de etiqueta
no_desc: La etiqueta no tiene descripción.
- more: More
+ more: Mas
ask:
- title: Add Question
- edit_title: Edit Question
- default_reason: Edit question
+ title: Agregar una pregunta
+ edit_title: Editar pregunta
+ default_reason: Editar pregunta
similar_questions: Preguntas similares
form:
fields:
revision:
- label: Revision
+ label: Revisión
title:
label: Título
placeholder: Sé preciso e imagina que le estás preguntando esto a una persona
@@ -585,7 +606,8 @@ ui:
msg:
empty: No puede estar en blanco.
login:
- page_title: Bienvenido a Answer
+ page_title: Bienvenido a {{site_name}}
+ login_to_continue: Inicia sesión para continuar
info_sign: '¿No tienes cuenta? <1>Regístrate1>'
info_login: '¿Ya tienes una cuenta? <1>Inicia sesión1>'
agreements: Al registrarte, aceptas la <1>política de privacidad1> y los <3>términos de servicio3>.
@@ -666,7 +688,7 @@ ui:
custom: Propia
btn_refresh: Actualizar
custom_text: Puedes subir tu propia imagen.
- default: System
+ default: Sistema
msg: Por favor, sube una imagen
bio:
label: Sobre mí (opcional)
@@ -693,11 +715,11 @@ ui:
msg: El correo electrónico no puede estar vacío.
password_title: Password
current_pass:
- label: Current Password
+ label: Contraseña actual
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.
+ empty: La contraseña actual no puede estar vacía.
+ length: El largo necesita estar entre 8 y 32 caracteres.
+ different: Las contraseñas no coinciden.
new_pass:
label: Nueva Contraseña
pass_confirm:
@@ -712,7 +734,7 @@ ui:
update_password: Contraseña cambiada con éxito.
flag_success: Gracias por reportar.
forbidden_operate_self: No puedes modificar tu propio usuario
- review: Your revision will show after review.
+ review: Tu revisión será visible luego de ser aprobada.
related_question:
title: Preguntas relacionadas
btn: Añadir pregunta
@@ -726,7 +748,7 @@ ui:
Follow: Seguir
Following: Siguiendo
answered: respondida
- closed_in: Closed in
+ closed_in: Cerrado el
show_exist: Mostrar una pregunta existente.
answers:
title: Respuestas
@@ -750,9 +772,13 @@ ui:
delete:
title: Eliminar esta publicación
question: >-
- We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ No recomendamos borrar preguntas con respuestas porque esto priva a los lectores futuros de este conocimiento.
+
+ El borrado repetido de preguntas respondidas puede resultar en que tu cuenta se bloquee para hacer preguntas. ¿Estás seguro de que deseas borrarlo?
answer_accepted: >-
-
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
Repeated deletion of accepted answers can result in your account being blocked from answering. Are you sure you wish to delete?
+
No recomendamos borrar la respuesta aceptada porque esto priva a los lectores futuros de este conocimiento.
+
+ El borrado repetido de respuestas aceptadas puede resultar en que tu cuenta se bloquee para responder. ¿Estás seguro de que deseas borrarlo?
other: '¿Estás seguro de que deseas borrarlo?'
tip_question_deleted: Esta publicación ha sido eliminada
tip_answer_deleted: Esta respuesta ha sido eliminada
@@ -782,13 +808,13 @@ ui:
newest: Más reciente
active: Activas
score: Puntuación
- more: More
+ more: Mas
tips:
- title: Advanced Search Tips
- tag: "<1>[tag]1> search withing a tag"
- user: "<1>user:username1> search by author"
- answer: "<1>answers:01> unanswered questions"
- score: "<1>score:31> posts with a 3+ score"
+ title: Consejos de búsqueda avanzada
+ tag: "<1>[tag]1> búsqueda por etiquetas"
+ user: "<1>user:username1> búsqueda por autor"
+ answer: "<1>answers:01> preguntas sin responder"
+ score: "<1>score:31> Publicaciones con un puntaje de 3 o más"
question: "<1>is:question1> buscar preguntas"
is_answer: "<1>is:answer1> buscar respuestas"
empty: No pudimos encontrar nada. Prueba a buscar con palabras diferentes o menos específicas.
@@ -810,14 +836,14 @@ ui:
Lo sentimos, este link de confirmación de cuenta ya no es válido. ¿Quizás tu cuenta ya está activa?
confirm_new_email: Tu email ha sido actualizado.
confirm_new_email_invalid: >-
- Sorry, this confirmation link is no longer valid. Perhaps your email was already changed?
+ Lo siento, este enlace de confirmación ya no es válido. ¿Quizás ya se haya cambiado tu correo electrónico?
unsubscribe:
page_title: Desuscribir
success_title: Desuscrito con éxito
success_desc: Has sido eliminado con éxito de esta lista de suscriptores y no recibirás más correos electrónicos nuestros.
link: Cambiar ajustes
question:
- following_tags: Following Tags
+ following_tags: Etiquetas seguidas
edit: Editar
save: Guardar
follow_tag_tip: Sigue etiquetas para personalizar tu lista de preguntas.
@@ -828,8 +854,8 @@ ui:
questions: Preguntas
answers: Respuestas
newest: Más reciente
- active: Active
- frequent: Frequent
+ active: Activo
+ frequent: Frecuente
score: Puntuación
unanswered: Sin respuesta
modified: modificada
@@ -852,8 +878,8 @@ ui:
score: Puntuación
edit_profile: Editar perfil
visited_x_days: "Visitado {{ count }} días"
- viewed: Viewed
- joined: Joined
+ viewed: Visto
+ joined: Unido
last_login: Seen
about_me: Sobre mí
about_me_empty: "// ¡Hola Mundo!"
@@ -1222,14 +1248,14 @@ ui:
branding:
page_title: Branding
logo:
- label: Logo
+ label: Logo (optional)
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
+ label: Square Icon (optional)
msg: Square icon cannot be empty.
text: Image used as the base for metadata icons. Should ideally be larger than 512x512.
favicon:
diff --git a/i18n/fi_FI.yaml b/i18n/fi_FI.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/fi_FI.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/fr_FR.yaml b/i18n/fr_FR.yaml
index 42935cdf1..09b47b3f7 100644
--- a/i18n/fr_FR.yaml
+++ b/i18n/fr_FR.yaml
@@ -81,7 +81,7 @@ backend:
not_found:
other: "Question non trouvée."
cannot_deleted:
- other: "Pas de permission de suppression."
+ other: "Pas de permission pour supprimer."
cannot_close:
other: "Pas de permission pour fermer."
cannot_update:
@@ -98,11 +98,11 @@ backend:
not_found:
other: "Tag non trouvé."
recommend_tag_not_found:
- other: "L'étiquette de recommandation n'existe pas."
+ other: "Le tag de recommandation n'existe pas."
recommend_tag_enter:
- other: "Veuillez entrer au moins une étiquette."
+ other: "Veuillez entrer au moins un des tags requis."
not_contain_synonym_tags:
- other: "Ne dois pas contenir d'étiquettes synonymes."
+ other: "Ne dois pas contenir de tags synonymes."
cannot_update:
other: "Pas de permission pour mettre à jour."
cannot_set_synonym_as_itself:
@@ -117,11 +117,11 @@ backend:
review_underway:
other: "Impossible d'éditer actuellement, il y a une version dans la file d'attente des revues."
no_permission:
- other: "Vous n'êtes pas autorisé à répondre."
+ other: "Vous n'êtes pas autorisé à Vérifier."
user:
email_or_password_wrong:
other:
- other: L'e-mail et le mot de passe ne correspondent pas.
+ other: L'email et le mot de passe ne correspondent pas.
not_found:
other: "Utilisateur non trouvé."
suspended:
@@ -238,7 +238,7 @@ ui:
how_to_format:
title: Comment mettre en forme
desc: >-
-
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+
Pour faire des liens
<https://url.com>
[Title](https://url.com)
mettre des retour entre les paragraphes
_italic_ or **gras**
indenter le code par 4 espaces
citation en plaçant > au début de la ligne
guillemets inversés `comme_ca_`
créer une banière de code avec les guillemets inversés `
``` code ici ```
pagination:
prev: Préc
next: Suivant
@@ -356,7 +356,7 @@ ui:
indent:
text: Indentation
outdent:
- text: Outdent
+ text: Désindenter
italic:
text: Mise en valeur
link:
@@ -407,7 +407,7 @@ ui:
display_name:
label: Nom d'affichage
msg:
- empty: Display name cannot be empty.
+ empty: Le nom d'affichage ne peut être vide.
range: Le nom doit contenir moins de 35 caractères.
slug_name:
label: URL simplifiée
@@ -431,41 +431,41 @@ ui:
btn_add: Ajouter un synonyme
btn_edit: Modifier
btn_save: Enregistrer
- synonyms_text: The following tags will be remapped to
+ synonyms_text: Les balises suivantes seront remappées en
delete:
title: Supprimer cette étiquette
content: >-
-
We do not allowed deleting tag with posts.
Please remove this tag from the posts first.
- content2: Are you sure you wish to delete?
- close: Close
+
Nous ne permettons pas de supprimer le tag avec les posts.
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/hu_HU.yaml b/i18n/hu_HU.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/hu_HU.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/hy_AM.yaml b/i18n/hy_AM.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/hy_AM.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/i18n.yaml b/i18n/i18n.yaml
index bcbfaa9ca..87db71009 100644
--- a/i18n/i18n.yaml
+++ b/i18n/i18n.yaml
@@ -1,26 +1,26 @@
# all support language
language_options:
- - label: "简体中文(CN)"
- value: "zh_CN"
- - label: "繁體中文(CN)"
- value: "zh_TW"
- label: "English(US)"
value: "en_US"
- - label: "Deutsch(DE)"
- value: "de_DE"
- label: "Español(ES)"
value: "es_ES"
+ - label: "Português(PT)"
+ value: "pt_PT"
+ - label: "Deutsch(DE)"
+ value: "de_DE"
- label: "Français(FR)"
value: "fr_FR"
- - label: "Italiano(IT)"
- value: "it_IT"
- label: "日本語(JA)"
value: "ja_JP"
- - label: "한국어(KO)"
- value: "ko_KR"
- - label: "Português(PT)"
- value: "pt_PT"
+ - label: "Italiano(IT)"
+ value: "it_IT"
- label: "Русский(RU)"
value: "ru_RU"
+ - label: "简体中文(CN)"
+ value: "zh_CN"
+ - label: "繁體中文(CN)"
+ value: "zh_TW"
+ - label: "한국어(KO)"
+ value: "ko_KR"
- label: "Tiếng Việt(VI)"
value: "vi_VN"
diff --git a/i18n/id_ID.yaml b/i18n/id_ID.yaml
new file mode 100644
index 000000000..b320c846f
--- /dev/null
+++ b/i18n/id_ID.yaml
@@ -0,0 +1,1353 @@
+#The following fields are used for back-end
+backend:
+ base:
+ success:
+ other: "Sukses."
+ unknown:
+ other: "Kesalahan tidak diketahui."
+ request_format_error:
+ other: "Permintaan tidak sah."
+ unauthorized_error:
+ other: "Tidak diizinkan."
+ database_error:
+ other: "Kesalahan data server."
+ role:
+ name:
+ user:
+ other: "Pengguna"
+ admin:
+ other: "Admin"
+ moderator:
+ other: "Moderator"
+ description:
+ user:
+ other: "Default tanpa akses khusus."
+ admin:
+ other: "Memiliki hak penuh untuk mengakses website."
+ moderator:
+ other: "Memiliki hak penuh pada semua pertanyaan, kecuali pengaturan Admin."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email dan kata sandi tidak cocok."
+ error:
+ admin:
+ email_or_password_wrong:
+ other: Email dan kata sandi tidak cocok.
+ answer:
+ not_found:
+ other: "Jawaban tidak ditemukan."
+ cannot_deleted:
+ other: "Tidak memiliki izin untuk menghapus."
+ cannot_update:
+ other: "Tidak memiliki izin untuk memperbaharui."
+ comment:
+ edit_without_permission:
+ other: "Komentar tidak boleh diedit."
+ not_found:
+ other: "Komentar tidak ditemukan."
+ email:
+ duplicate:
+ other: "Email telah terdaftar."
+ need_to_be_verified:
+ other: "Email harus terverifikasi."
+ verify_url_expired:
+ other: "URL verifikasi email telah kadaluwarsa, silahkan kirim ulang."
+ lang:
+ not_found:
+ other: "Bahasa tidak ditemukan."
+ object:
+ captcha_verification_failed:
+ other: "Captcha salah."
+ disallow_follow:
+ other: "Anda tidak diizinkan untuk mengikuti."
+ disallow_vote:
+ other: "Anda tidak diizinkan untuk melakukan voring."
+ disallow_vote_your_self:
+ other: "Anda tidak dapat melakukan voting untuk ulasan Anda sendiri."
+ not_found:
+ other: "Objek tidak ditemukan."
+ verification_failed:
+ other: "Verifikasi gagal."
+ email_or_password_incorrect:
+ other: "Email dan kata sandi tidak cocok."
+ old_password_verification_failed:
+ other: "Verifikasi password lama, gagal"
+ new_password_same_as_previous_setting:
+ other: "Password baru sama dengan password yang sebelumnya."
+ question:
+ not_found:
+ other: "Pertanyaan tidak ditemukan."
+ cannot_deleted:
+ other: "Tidak memiliki izin untuk menghapus."
+ cannot_close:
+ other: "Tidak memiliki izin untuk menutup."
+ cannot_update:
+ other: "Tidak memiliki izin untuk memperbaharui."
+ rank:
+ fail_to_meet_the_condition:
+ other: "Peringkat gagal memenuhi syarat."
+ report:
+ handle_failed:
+ other: "Laporan penanganan gagal."
+ not_found:
+ other: "Laporan tidak ditemukan."
+ tag:
+ not_found:
+ other: "Tag tidak ditemukan."
+ recommend_tag_not_found:
+ other: "Tag rekomendasi tidak ada."
+ recommend_tag_enter:
+ other: "Silahkan isi setidaknya satu tag yang diperlukan."
+ not_contain_synonym_tags:
+ other: "Tidak boleh mengandung Tag sinonim."
+ cannot_update:
+ other: "Tidak memiliki izin untuk memperbaharui."
+ cannot_set_synonym_as_itself:
+ other: "Anda tidak bisa menetapkan sinonim dari tag saat ini dengan tag yang sama."
+ smtp:
+ config_from_name_cannot_be_email:
+ other: "Nama Pengguna tidak bisa menjadi alamat email."
+ theme:
+ not_found:
+ other: "Tema tidak ditemukan."
+ revision:
+ review_underway:
+ other: "Tidak dapat mengedit saat ini, sedang ada review versi pada antrian."
+ no_permission:
+ other: "Tidak memiliki izin untuk merevisi."
+ user:
+ email_or_password_wrong:
+ other:
+ other: Email dan kata sandi tidak cocok.
+ not_found:
+ other: "Pengguna tidak ditemukan."
+ suspended:
+ other: "Pengguna ini telah ditangguhkan."
+ username_invalid:
+ other: "Nama pengguna tidak valid."
+ username_duplicate:
+ other: "Nama pengguna sudah digunakan."
+ set_avatar:
+ other: "Set avatar gagal."
+ cannot_update_your_role:
+ other: "Anda tidak dapat memodifikasi role anda sendiri."
+ not_allowed_registration:
+ other: "Website tidak membuka pendaftaran baru untuk saat ini"
+ config:
+ read_config_failed:
+ other: "Gagal membaca konfigurasi"
+ database:
+ connection_failed:
+ other: "Koneksi ke database gagal"
+ create_table_failed:
+ other: "Gagal membuat tabel"
+ install:
+ create_config_failed:
+ other: "Tidak dapat membuat konfigurasi pada file .YAML."
+ report:
+ spam:
+ name:
+ other: "Spam"
+ desc:
+ other: "Posting ini adalah iklan, atau vandalisme. Tidak berguna atau relevan dengan topik saat ini."
+ rude:
+ name:
+ other: "kasar atau kejam"
+ desc:
+ other: "Orang yang berakal sehat akan menganggap konten ini tidak pantas untuk wacana yang terhormat."
+ duplicate:
+ name:
+ other: "Duplikat"
+ desc:
+ other: "Pertanyaan ini telah ditanyakan sebelumnya dan sudah ada jawabannya."
+ not_answer:
+ name:
+ other: "bukan jawaban"
+ desc:
+ other: "Ini diposting sebagai jawaban, tetapi tidak menjawab pertanyaan. Itu mungkin berupa suntingan, komentar, pertanyaan lain, atau telah dihapus sepenuhnya."
+ not_need:
+ name:
+ other: "tidak Dibutuhkan Lagi"
+ desc:
+ other: "Komentar ini kedaluwarsa, sesuai percakapan, atau tidak relevan dengan postingan ini."
+ other:
+ name:
+ other: "lainnya"
+ desc:
+ other: "Posting ini membutuhkan perhatian staf karena alasan lain yang tidak tercantum di atas."
+ question:
+ close:
+ duplicate:
+ name:
+ other: "spam"
+ desc:
+ other: "Pertanyaan ini telah ditanyakan sebelumnya dan sudah ada jawabannya."
+ guideline:
+ name:
+ other: "a community-specific reason"
+ desc:
+ other: "Pertanyaan ini tidak sesuai dengan pedoman komunitas."
+ multiple:
+ name:
+ other: "membutuhkan detail atau kejelasan"
+ desc:
+ other: "Pertanyaan ini mencakup beberapa pertanyaan pada satu post. Pertanyaan harus fokus pada satu masalah saja."
+ other:
+ name:
+ other: "lainnya"
+ desc:
+ other: "Posting ini membutuhkan alasan lain yang tidak tercantum di atas."
+ operation_type:
+ asked:
+ other: "ditanyakan"
+ answered:
+ other: "dijawab"
+ modified:
+ other: "dimodifikasi"
+ notification:
+ action:
+ update_question:
+ other: "pertanyaan yang diperbaharui"
+ answer_the_question:
+ other: "pertanyaan yang dijawab"
+ update_answer:
+ other: "jawaban yang diperbaharui"
+ accept_answer:
+ other: "pertanyaan yanag diterima"
+ comment_question:
+ other: "pertanyaan yang dikomentari"
+ comment_answer:
+ other: "jawaban yang dikomentari"
+ reply_to_you:
+ other: "membalas Anda"
+ mention_you:
+ other: "menyebutmu"
+ your_question_is_closed:
+ other: "Pertanyaanmu telah ditutup"
+ your_question_was_deleted:
+ other: "Pertanyaanmu telah dihapus"
+ your_answer_was_deleted:
+ other: "Jawabanmu telah dihapus"
+ your_comment_was_deleted:
+ other: "Komentarmu telah dihapus"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: Cara memformat
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ pagination:
+ prev: Sebelumnya
+ next: Selanjutnya
+ page_title:
+ question: Pertanyaan
+ questions: Pertanyaan
+ tag: Tag
+ tags: Tags
+ tag_wiki: tag wiki
+ edit_tag: Ubah Tag
+ ask_a_question: Tambahkan Pertanyaan
+ edit_question: Sunting Pertanyaan
+ edit_answer: Sunting jawaban
+ search: Cari
+ posts_containing: Postingan mengandung
+ settings: Pengaturan
+ notifications: Pemberitahuan
+ login: Log In
+ sign_up: Daftar
+ account_recovery: Pemulihan Akun
+ account_activation: Aktivasi Akun
+ confirm_email: Konfirmasi email
+ account_suspended: Akun Ditangguhkan
+ admin: Admin
+ change_email: Modifikasi email
+ install: Instalasi Answer
+ upgrade: Meng-upgrade Answer
+ maintenance: Pemeliharaan Website
+ users: Pengguna
+ notifications:
+ title: Pemberitahuan
+ inbox: Kotak Masuk
+ achievement: Pencapaian
+ all_read: Tandai Semua Jika Sudah Dibaca
+ show_more: Tampilkan lebih banyak
+ suspended:
+ title: Akun Anda telah ditangguhkan
+ until_time: "Akun anda ditangguhkan sampai {{ time }}."
+ forever: Pengguna ini ditangguhkan selamanya.
+ end: Anda tidak sesuai dengan syarat pedoman komunitas.
+ editor:
+ blockquote:
+ text: Blockquote
+ bold:
+ text: Strong
+ chart:
+ text: Chart
+ flow_chart: Diagram alir
+ 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: Tambahkan sample code
+ form:
+ fields:
+ code:
+ label: Code
+ msg:
+ empty: Code tidak boleh kosong.
+ language:
+ label: Bahasa (opsional)
+ placeholder: Deteksi otomatis
+ btn_cancel: Batal
+ btn_confirm: Tambah
+ 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: Gambar
+ add_image: Tambahkan gambar
+ tab_image: Unggah gambar
+ form_image:
+ fields:
+ file:
+ label: File Gambar
+ btn: Pilih gambar
+ msg:
+ empty: File tidak boleh kosong.
+ only_image: Hanya file Gambar yang diperbolehkan.
+ max_size: Ukuran file tidak boleh melebihi 4MB.
+ desc:
+ label: Deskripsi (opsional)
+ tab_url: URL gambar
+ form_url:
+ fields:
+ url:
+ label: URL gambar
+ msg:
+ empty: URL gambar tidak boleh kosong.
+ name:
+ label: Deskripsi (opsional)
+ btn_cancel: Batal
+ btn_confirm: Tambah
+ uploading: Sedang mengunggah
+ 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: Batal
+ btn_confirm: Tambah
+ ordered_list:
+ text: Numbered List
+ unordered_list:
+ text: Bulleted List
+ table:
+ text: Table
+ heading: Heading
+ cell: Cell
+ close_modal:
+ title: Postingan ini saya tutup sebagai...
+ btn_cancel: Batal
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Dibuat
+ edited_at: Disunting
+ history: Riwayat
+ synonyms:
+ title: Sinonim
+ text: Tag berikut akan dipetakan ulang ke
+ empty: Sinonim tidak ditemukan.
+ btn_add: Tambahkan sinonim
+ btn_edit: Sunting
+ btn_save: Simpan
+ synonyms_text: Tag berikut akan dipetakan ulang ke
+ delete:
+ title: Hapus tagar ini
+ content: >-
+
Sebagai gantinya, Anda dapat menggunakan tautan edit untuk menyaring dan menyempurnakan jawaban anda.
+ empty: Jawaban tidak boleh kosong.
+ reopen:
+ title: Buka kembali postingan ini
+ content: Kamu yakin ingin membuka kembali?
+ success: Postingan ini telah dibuka kembali
+ delete:
+ title: Hapus pos ini
+ question: >-
+ Kami tidak menyarankan menghapus pertanyaan dengan jawaban karena hal itu menghilangkan pengetahuan ini dari pembaca di masa mendatang.
Penghapusan berulang atas pertanyaan yang dijawab dapat mengakibatkan akun Anda diblokir untuk bertanya. Apakah Anda yakin ingin menghapus?
+ answer_accepted: >-
+
Kami tidak menyarankan menghapus jawaban yang diterima karena hal itu menghilangkan pengetahuan ini dari pembaca di masa mendatang.
Penghapusan berulang dari jawaban yang diterima dapat menyebabkan akun Anda diblokir dari menjawab. Apakah Anda yakin ingin menghapus?
+ other: Anda yakin ingin menghapusnya?
+ tip_question_deleted: Kiriman ini sudah dihapus
+ tip_answer_deleted: Jawaban ini telah dihapus
+ btns:
+ confirm: Konfirmasi
+ cancel: Batal
+ save: Simpan
+ delete: Hapus
+ login: Masuk
+ signup: Daftar
+ logout: Keluar
+ verify: Verifikasi
+ add_question: Tambahkan pertanyaan
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ questions: Questions
+ answers: Jawaban
+ newest: Terbaru
+ active: Aktif
+ frequent: Sering
+ score: Nilai
+ unanswered: Belum dijawab
+ modified: diubah
+ answered: dijawab
+ asked: ditanyakan
+ closed: ditutup
+ follow_a_tag: Ikuti tagar
+ more: Lebih
+ personal:
+ overview: Ringkasan
+ answers: Jawaban
+ answer: jawaban
+ questions: Pertanyaan
+ question: pertanyaan
+ bookmarks: Bookmarks
+ reputation: Reputasi
+ comments: Komentar
+ votes: Vote
+ newest: Terbaru
+ score: Nilai
+ edit_profile: Ubah profil
+ visited_x_days: "Dikunjungi {{ count }} hari"
+ viewed: Dilihat
+ joined: Bergabung
+ last_login: Dilihat
+ about_me: Tentang Saya
+ about_me_empty: "// Hello, World !"
+ top_answers: Jawaban terpopuler
+ top_questions: Pertanyaan terpopuler
+ stats: Statistik
+ list_empty: Postingan tidak ditemukan. Mungkin Anda ingin memilih tab lain?
+ accepted: Diterima
+ answered: dijawab
+ asked: ditanyakan
+ upvote: upvote
+ downvote: downvote
+ mod_short: Mod
+ mod_long: Moderator
+ x_reputation: reputasi
+ x_votes: vote diterima
+ x_answers: jawaban
+ x_questions: pertanyaan
+ install:
+ title: Jawaban
+ next: Selanjutnya
+ done: Selesai
+ config_yaml_error: Tidak dapat membuat konfigurasi file .yaml
+ lang:
+ label: Silakan pilih Bahasa
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Koneksi ke database gagal
+ db_failed_desc: >-
+ Ini berarti bahwa informasi database dalam file <1>config.yaml1> Anda salah atau koneksi ke server database tidak dapat dilakukan. Ini bisa berarti server database Anda sedang down.
+ page_404:
+ desc: "Sayangnya, halaman ini tidak ada."
+ back_home: Kembali ke beranda
+ page_50X:
+ desc: Server mengalami kesalahan internal dan tidak dapat menyelesaikan permintaan Anda.
+ back_home: Kembali ke beranda
+ page_maintenance:
+ desc: "Sedang dalam perbaikan, akan kembali secepatnya."
+ nav_menus:
+ dashboard: Dasbor
+ contents: Konten
+ questions: Pertanyaan
+ answers: Jawaban
+ users: Pengguna
+ flags: Flags
+ settings: Pengaturan
+ general: Umum
+ interface: Interface
+ smtp: SMTP
+ branding: Branding
+ legal: Legal
+ write: Write
+ tos: Terms of Service
+ privacy: Privasi
+ seo: SEO
+ customize: Kostumisasi
+ themes: Tema
+ css-html: CSS/HTML
+ login: Masuk
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dasbor
+ welcome: Selamat datang di Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Pertanyaan:"
+ answers: "Jawaban:"
+ comments: "Komentar:"
+ votes: "Vote:"
+ active_users: "Pengguna aktif:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Versi:"
+ https: "HTTPS:"
+ uploading_files: "Mengunggah berkas:"
+ smtp: "SMTP:"
+ timezone: "Zona Waktu:"
+ system_info: Informasi Sistem
+ storage_used: "Penyimpanan yang terpakai:"
+ uptime: "Uptime:"
+ answer_links: Tautan Answer
+ documents: Dokumen
+ feedback: Masukan
+ support: Dukungan
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Waktu Pembuatan
+ delete_at: Waktu Penghapusan
+ suspend_at: Waktu penundaan
+ status: Status
+ role: Role
+ action: Action
+ change: Ubah
+ all: Semua
+ staff: Staf
+ inactive: Tidak Aktif
+ suspended: Ditangguhkan
+ deleted: Dihapus
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: Pengguna
+ filter:
+ placeholder: "Filter berdasarkan nama, user:id"
+ set_new_password: Atur password baru
+ change_status: Ubah status
+ change_role: Ubah role
+ show_logs: Tampilkan log
+ add_user: Tambahkan pengguna
+ new_password_modal:
+ title: Atur password baru
+ form:
+ fields:
+ password:
+ label: Password
+ text: Pengguna akan keluar dan harus masuk lagi.
+ msg: Panjang kata sandi minimal 8 - 32 karakter.
+ btn_cancel: Batal
+ btn_submit: Kirim
+ user_modal:
+ title: Tambahkan pengguna baru
+ form:
+ fields:
+ display_name:
+ label: Nama
+ msg: panjang nama minimal 4 - 30 karakter.
+ email:
+ label: Email
+ msg: Email tidak sah.
+ password:
+ label: Kata sandi
+ msg: Panjang kata sandi minimal 8 - 32 karakter.
+ btn_cancel: Batal
+ btn_submit: Kirim
+ questions:
+ page_title: Pertanyaan
+ normal: Normal
+ closed: Ditutup
+ deleted: Dihapus
+ post: Post
+ votes: Vote
+ answers: Jawaban
+ created: Dibuat
+ status: Status
+ action: Action
+ change: Ubah
+ filter:
+ placeholder: "Filter berdasarkan judul, question:id"
+ answers:
+ page_title: Jawaban
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enkripsi
+ msg: Enkripsi tidak boleh kosong.
+ text: For most servers SSL is the recommended option.
+ ssl: SSL
+ none: Tidak ada
+ smtp_port:
+ label: SMTP Port
+ msg: SMTP port must be number 1 ~ 65535.
+ text: Port untuk server email Anda.
+ smtp_username:
+ label: SMTP Username
+ msg: Nama Pengguna SMTP tidak boleh kosong.
+ smtp_password:
+ label: SMTP Password
+ msg: Password SMTP tidak boleh kosong.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/it_IT.yaml b/i18n/it_IT.yaml
index f5202afef..7246318cf 100644
--- a/i18n/it_IT.yaml
+++ b/i18n/it_IT.yaml
@@ -129,7 +129,7 @@ backend:
username_invalid:
other: "utente non valido"
username_duplicate:
- other: "utente già in uso"
+ other: "Nome utente già in uso"
set_avatar:
other: "Inserimento dell'Avatar non riuscito."
cannot_update_your_role:
@@ -585,7 +585,8 @@ ui:
msg:
empty: Cannot be empty.
login:
- page_title: Welcome to Answer
+ page_title: Welcome to {{site_name}}
+ login_to_continue: Log in to continue
info_sign: Don't have an account? <1>Sign up1>
info_login: Already have an account? <1>Log in1>
agreements: By registering, you agree to the <1>privacy policy1> and <3>terms of service3>.
@@ -1222,14 +1223,14 @@ ui:
branding:
page_title: Branding
logo:
- label: Logo
+ label: Logo (optional)
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
+ label: Square Icon (optional)
msg: Square icon cannot be empty.
text: Image used as the base for metadata icons. Should ideally be larger than 512x512.
favicon:
diff --git a/i18n/ja_JP.yaml b/i18n/ja_JP.yaml
index 05383dbbd..8352bc909 100644
--- a/i18n/ja_JP.yaml
+++ b/i18n/ja_JP.yaml
@@ -585,7 +585,8 @@ ui:
msg:
empty: Cannot be empty.
login:
- page_title: Welcome to Answer
+ page_title: Welcome to {{site_name}}
+ login_to_continue: Log in to continue
info_sign: Don't have an account? <1>Sign up1>
info_login: Already have an account? <1>Log in1>
agreements: By registering, you agree to the <1>privacy policy1> and <3>terms of service3>.
@@ -1222,14 +1223,14 @@ ui:
branding:
page_title: Branding
logo:
- label: Logo
+ label: Logo (optional)
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
+ label: Square Icon (optional)
msg: Square icon cannot be empty.
text: Image used as the base for metadata icons. Should ideally be larger than 512x512.
favicon:
diff --git a/i18n/ko_KR.yaml b/i18n/ko_KR.yaml
index 05383dbbd..8352bc909 100644
--- a/i18n/ko_KR.yaml
+++ b/i18n/ko_KR.yaml
@@ -585,7 +585,8 @@ ui:
msg:
empty: Cannot be empty.
login:
- page_title: Welcome to Answer
+ page_title: Welcome to {{site_name}}
+ login_to_continue: Log in to continue
info_sign: Don't have an account? <1>Sign up1>
info_login: Already have an account? <1>Log in1>
agreements: By registering, you agree to the <1>privacy policy1> and <3>terms of service3>.
@@ -1222,14 +1223,14 @@ ui:
branding:
page_title: Branding
logo:
- label: Logo
+ label: Logo (optional)
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
+ label: Square Icon (optional)
msg: Square icon cannot be empty.
text: Image used as the base for metadata icons. Should ideally be larger than 512x512.
favicon:
diff --git a/i18n/nl_NL.yaml b/i18n/nl_NL.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/nl_NL.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/no_NO.yaml b/i18n/no_NO.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/no_NO.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/pl_PL.yaml b/i18n/pl_PL.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/pl_PL.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/pt_BR.yaml b/i18n/pt_BR.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/pt_BR.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/pt_PT.yaml b/i18n/pt_PT.yaml
index ef655a141..feee702d2 100644
--- a/i18n/pt_PT.yaml
+++ b/i18n/pt_PT.yaml
@@ -585,7 +585,8 @@ ui:
msg:
empty: Cannot be empty.
login:
- page_title: Welcome to Answer
+ page_title: Welcome to {{site_name}}
+ login_to_continue: Log in to continue
info_sign: Don't have an account? <1>Sign up1>
info_login: Already have an account? <1>Log in1>
agreements: By registering, you agree to the <1>privacy policy1> and <3>terms of service3>.
@@ -1222,14 +1223,14 @@ ui:
branding:
page_title: Branding
logo:
- label: Logo
+ label: Logo (optional)
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
+ label: Square Icon (optional)
msg: Square icon cannot be empty.
text: Image used as the base for metadata icons. Should ideally be larger than 512x512.
favicon:
diff --git a/i18n/ro_RO.yaml b/i18n/ro_RO.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/ro_RO.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/ru_RU.yaml b/i18n/ru_RU.yaml
index 05383dbbd..c1ff0c98b 100644
--- a/i18n/ru_RU.yaml
+++ b/i18n/ru_RU.yaml
@@ -2,122 +2,122 @@
backend:
base:
success:
- other: "Success."
+ other: "Выполнено."
unknown:
- other: "Unknown error."
+ other: "Неизвестная ошибка."
request_format_error:
- other: "Request format is not valid."
+ other: "Формат файла не корректен."
unauthorized_error:
- other: "Unauthorized."
+ other: "Авторизация не выполнена."
database_error:
- other: "Data server error."
+ other: "Ошибка сервера данных."
role:
name:
user:
- other: "User"
+ other: "Пользователь"
admin:
- other: "Admin"
+ other: "Администратор"
moderator:
- other: "Moderator"
+ other: "Модератор"
description:
user:
- other: "Default with no special access."
+ other: "По умолчанию, без специального доступа."
admin:
- other: "Have the full power to access the site."
+ other: "Имейте все полномочия для доступа к сайту."
moderator:
- other: "Has access to all posts except admin settings."
+ other: "Имеет доступ ко всем сообщениям, кроме настроек администратора."
email:
- other: "Email"
+ other: "Эл. почта"
password:
- other: "Password"
+ other: "Пароль"
email_or_password_wrong_error:
- other: "Email and password do not match."
+ other: "Неверное имя пользователя или пароль."
error:
admin:
email_or_password_wrong:
- other: Email and password do not match.
+ other: Неверное имя пользователя или пароль.
answer:
not_found:
- other: "Answer do not found."
+ other: "Ответ не найден."
cannot_deleted:
- other: "No permission to delete."
+ other: "Недостаточно прав для удаления."
cannot_update:
- other: "No permission to update."
+ other: "Нет прав для обновления."
comment:
edit_without_permission:
- other: "Comment are not allowed to edit."
+ other: "Комментарий не может редактироваться."
not_found:
- other: "Comment not found."
+ other: "Комментарий не найден."
email:
duplicate:
- other: "Email already exists."
+ other: "Адрес электронной почты уже существует."
need_to_be_verified:
- other: "Email should be verified."
+ other: "Адрес электронной почты должен быть подтвержден."
verify_url_expired:
- other: "Email verified URL has expired, please resend the email."
+ other: "Срок действия подтверждённого адреса электронной почты истек, пожалуйста, отправьте письмо повторно."
lang:
not_found:
- other: "Language file not found."
+ other: "Языковой файл не найден."
object:
captcha_verification_failed:
- other: "Captcha wrong."
+ other: "Captcha введена неверно."
disallow_follow:
- other: "You are not allowed to follow."
+ other: "Вы не можете подписаться."
disallow_vote:
- other: "You are not allowed to vote."
+ other: "Вы не можете голосовать."
disallow_vote_your_self:
- other: "You can't vote for your own post."
+ other: "Вы не можете голосовать за собственный отзыв."
not_found:
- other: "Object not found."
+ other: "Объект не найден."
verification_failed:
- other: "Verification failed."
+ other: "Проверка не удалась."
email_or_password_incorrect:
- other: "Email and password do not match."
+ other: "Email или пароль не совпадают."
old_password_verification_failed:
- other: "The old password verification failed"
+ other: "Не удалось подтвердить старый пароль"
new_password_same_as_previous_setting:
- other: "The new password is the same as the previous one."
+ other: "Пароль не может быть таким же как прежний."
question:
not_found:
- other: "Question not found."
+ other: "Вопрос не найден."
cannot_deleted:
- other: "No permission to delete."
+ other: "Недостаточно прав для удаления."
cannot_close:
- other: "No permission to close."
+ other: "Нет разрешения на закрытие."
cannot_update:
- other: "No permission to update."
+ other: "Нет разрешения на обновление."
rank:
fail_to_meet_the_condition:
- other: "Rank fail to meet the condition."
+ other: "Ранг не соответствует условию."
report:
handle_failed:
- other: "Report handle failed."
+ other: "Не удалось обработать отчет."
not_found:
- other: "Report not found."
+ other: "Отчет не найден."
tag:
not_found:
- other: "Tag not found."
+ other: "Тег не найден."
recommend_tag_not_found:
- other: "Recommend Tag is not exist."
+ other: "Рекомендуемый тег не существует."
recommend_tag_enter:
- other: "Please enter at least one required tag."
+ other: "Пожалуйста, введите хотя бы один тег."
not_contain_synonym_tags:
- other: "Should not contain synonym tags."
+ other: "Не должно содержать теги синонимы."
cannot_update:
- other: "No permission to update."
+ other: "Нет прав для обновления."
cannot_set_synonym_as_itself:
- other: "You cannot set the synonym of the current tag as itself."
+ other: "Вы не можете установить синоним текущего тега."
smtp:
config_from_name_cannot_be_email:
- other: "The From Name cannot be a email address."
+ other: "Имя пользователя не может быть адрес электронной почты."
theme:
not_found:
- other: "Theme not found."
+ other: "Тема не найдена."
revision:
review_underway:
- other: "Can't edit currently, there is a version in the review queue."
+ other: "В настоящее время не удается редактировать версию, в очереди на проверку."
no_permission:
- other: "No permission to Revision."
+ other: "Нет прав на ревизию."
user:
email_or_password_wrong:
other:
@@ -241,68 +241,68 @@ ui:
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
pagination:
prev: Prev
- next: 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
- maintenance: Website Maintenance
- users: Users
+ question: Вопрос
+ questions: Вопросы
+ tag: Тэг
+ tags: Теги
+ tag_wiki: wiki тэг
+ 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: Изменить Email
+ install: Установка ответа
+ upgrade: Обновить ответ
+ maintenance: Обслуживание сайта
+ users: Пользователи
notifications:
- title: Notifications
- inbox: Inbox
- achievement: Achievements
- all_read: Mark all as read
- show_more: Show more
+ title: Уведомления
+ inbox: Входящие
+ achievement: Достижения
+ all_read: Отметить всё как прочитанное
+ show_more: Показать еще
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.
+ title: Ваш аккаунт заблокирован
+ until_time: "Ваша учетная запись была заблокирована до {{ time }}."
+ forever: Этот пользователь был навсегда заблокирован.
+ end: Вы не соответствуете правилам сообщества.
editor:
blockquote:
- text: Blockquote
+ text: Цитата
bold:
- text: Strong
+ text: Жирный
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
+ text: Диаграмма
+ flow_chart: Блок-схема
+ sequence_diagram: Диаграмма последовательности
+ class_diagram: Диаграмма классов
+ state_diagram: Диаграмма состояний
+ entity_relationship_diagram: Диаграмма связей сущностей
+ user_defined_diagram: Пользовательская диаграмма
+ gantt_chart: Диаграмма Гантта
+ pie_chart: Круговая диаграмма
code:
- text: Code Sample
- add_code: Add code sample
+ text: Фрагмент кода
+ add_code: Добавить пример кода
form:
fields:
code:
- label: Code
+ label: Код
msg:
- empty: Code cannot be empty.
+ empty: Код не может быть пустым.
language:
label: Language (optional)
placeholder: Automatic detection
@@ -385,79 +385,79 @@ ui:
btn_cancel: Cancel
btn_submit: Submit
remark:
- empty: Cannot be empty.
+ empty: Не может быть пустым.
msg:
- empty: Please select a reason.
+ empty: Пожалуйста, выбери причину.
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
+ flag_title: Я помечаю, чтобы пожаловаться на эту публикацию как...
+ close_title: Я закрываю этот пост как...
+ review_question_title: Проверить вопрос
+ review_answer_title: Проверить ответ
+ review_comment_title: Просмотр комментариев
+ btn_cancel: Отмена
+ btn_submit: Отправить
remark:
- empty: Cannot be empty.
+ empty: Не может быть пустым.
msg:
- empty: Please select a reason.
+ empty: Пожалуйста, выбери причину.
tag_modal:
- title: Create new tag
+ title: Создать новый тег
form:
fields:
display_name:
- label: Display Name
+ label: Показывать имя
msg:
- empty: Display name cannot be empty.
- range: Display name up to 35 characters.
+ empty: Отображаемое название не может быть пустым.
+ range: Отображаемое имя до 35 символов.
slug_name:
- label: URL Slug
- desc: 'Must use the character set "a-z", "0-9", "+ # - ."'
+ label: Идентификатор URL
+ desc: 'Необходимо использовать набор символов "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.
+ empty: URL не может быть пустым.
+ range: URL slug до 35 символов.
+ character: URL slug содержит недопустимый набор символов.
desc:
- label: Description (optional)
- btn_cancel: Cancel
- btn_submit: Submit
+ label: Описание (опционально)
+ btn_cancel: Отмена
+ btn_submit: Отправить
tag_info:
- created_at: Created
- edited_at: Edited
- history: History
+ created_at: Создано
+ edited_at: Отредактировано
+ history: История
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
+ title: Синонимы
+ text: Следующие теги будут переназначены на
+ empty: Синонимы не найдены.
+ btn_add: Добавить синоним
+ btn_edit: Редактировать
+ btn_save: Сохранить
+ synonyms_text: Следующие теги будут переназначены на
delete:
- title: Delete this tag
+ title: Удалить этот тег
content: >-
-
We do not allowed deleting tag with posts.
Please remove this tag from the posts first.
- content2: Are you sure you wish to delete?
- close: Close
+
Мы не разрешаем удалять тег с сообщениями.
Пожалуйста, сначала удалите этот тег из сообщений
+ content2: Вы действительно хотите удалить?
+ close: Закрыть
edit_tag:
- title: Edit Tag
- default_reason: Edit tag
+ title: Изменить тег
+ default_reason: Правка тега
form:
fields:
revision:
- label: Revision
+ label: Редакция
display_name:
- label: Display Name
+ label: Показывать имя
slug_name:
- label: URL Slug
- info: 'Must use the character set "a-z", "0-9", "+ # - ."'
+ label: Идентификатор URL
+ info: 'Необходимо использовать набор символов "a-z", "0-9", "+ # - ."'
desc:
- label: Description
+ label: Описание
edit_summary:
- label: Edit Summary
+ label: Изменить краткое описание
placeholder: >-
- Briefly explain your changes (corrected spelling, fixed grammar, improved formatting)
- btn_save_edits: Save edits
- btn_cancel: Cancel
+ Кратко опишите ваши изменения (исправленная орфография, исправленная грамматика, улучшенное форматирование)
+ btn_save_edits: Сохранить изменения
+ btn_cancel: Отмена
dates:
long_date: MMM D
long_date_with_year: "MMM D, YYYY"
@@ -585,7 +585,8 @@ ui:
msg:
empty: Cannot be empty.
login:
- page_title: Welcome to Answer
+ page_title: Welcome to {{site_name}}
+ login_to_continue: Log in to continue
info_sign: Don't have an account? <1>Sign up1>
info_login: Already have an account? <1>Log in1>
agreements: By registering, you agree to the <1>privacy policy1> and <3>terms of service3>.
@@ -1222,14 +1223,14 @@ ui:
branding:
page_title: Branding
logo:
- label: Logo
+ label: Logo (optional)
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
+ label: Square Icon (optional)
msg: Square icon cannot be empty.
text: Image used as the base for metadata icons. Should ideally be larger than 512x512.
favicon:
diff --git a/i18n/sq_AL.yaml b/i18n/sq_AL.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/sq_AL.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/sr_SP.yaml b/i18n/sr_SP.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/sr_SP.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/sv_SE.yaml b/i18n/sv_SE.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/sv_SE.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/tr_TR.yaml b/i18n/tr_TR.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/tr_TR.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/uk_UA.yaml b/i18n/uk_UA.yaml
new file mode 100644
index 000000000..8352bc909
--- /dev/null
+++ b/i18n/uk_UA.yaml
@@ -0,0 +1,1353 @@
+#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."
+ 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."
+ email:
+ other: "Email"
+ password:
+ other: "Password"
+ email_or_password_wrong_error:
+ other: "Email and password do not match."
+ error:
+ admin:
+ 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."
+ 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."
+ 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."
+ cannot_set_synonym_as_itself:
+ other: "You cannot set the synonym of the current tag as itself."
+ 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 Revision."
+ user:
+ 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"
+ 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."
+ report:
+ spam:
+ name:
+ other: "spam"
+ desc:
+ other: "This post is an advertisement, or vandalism. It is not useful or relevant to the current topic."
+ rude:
+ name:
+ other: "rude or abusive"
+ desc:
+ other: "A reasonable person would find this content inappropriate for respectful discourse."
+ duplicate:
+ name:
+ other: "a duplicate"
+ desc:
+ other: "This question has been asked before and already has an answer."
+ not_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."
+ not_need:
+ name:
+ other: "no longer needed"
+ desc:
+ other: "This comment is outdated, conversational or not relevant to this post."
+ other:
+ name:
+ other: "something else"
+ desc:
+ other: "This post requires staff attention for another reason not listed above."
+ 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"
+ 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"
+#The following fields are used for interface presentation(Front-end)
+ui:
+ how_to_format:
+ title: How to Format
+ desc: >-
+
to make links
<https://url.com>
[Title](https://url.com)
put returns between paragraphs
_italic_ or **bold**
indent code by 4 spaces
quote by placing > at start of line
backtick escapes `like _this_`
create code fences with backticks `
``` code here ```
+ 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
+ maintenance: Website Maintenance
+ users: Users
+ notifications:
+ title: Notifications
+ inbox: Inbox
+ achievement: Achievements
+ all_read: Mark all as read
+ show_more: Show more
+ 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.
+ 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.
+ desc:
+ 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
+ desc: '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.
+ desc:
+ label: Description (optional)
+ btn_cancel: Cancel
+ btn_submit: Submit
+ tag_info:
+ created_at: Created
+ edited_at: Edited
+ history: History
+ 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: >-
+
You could use the edit link to refine and improve your existing answer, instead.
+ empty: Answer cannot be empty.
+ reopen:
+ title: Reopen this post
+ content: Are you sure you want to reopen?
+ success: This post has been reopened
+ delete:
+ title: Delete this post
+ question: >-
+ We do not recommend deleting questions with answers because doing so deprives future readers of this knowledge.
Repeated deletion of answered questions can result in your account being blocked from asking. Are you sure you wish to delete?
+ answer_accepted: >-
+
We do not recommend deleting accepted answer because doing so deprives future readers of this knowledge.
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
+ approve: Approve
+ reject: Reject
+ skip: Skip
+ search:
+ title: Search Results
+ keywords: Keywords
+ options: Options
+ follow: Follow
+ following: Following
+ counts: "{{count}} Results"
+ more: More
+ sort_btns:
+ relevance: Relevance
+ newest: Newest
+ active: Active
+ score: Score
+ more: More
+ tips:
+ title: Advanced Search Tips
+ tag: "<1>[tag]1> search withing a tag"
+ user: "<1>user:username1> search by author"
+ answer: "<1>answers:01> unanswered questions"
+ score: "<1>score:31> posts with a 3+ score"
+ question: "<1>is:question1> search questions"
+ is_answer: "<1>is:answer1> search answers"
+ empty: We couldn't find anything. 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?
+ unsubscribe:
+ page_title: Unsubscribe
+ success_title: Unsubscribe Successful
+ success_desc: You have been successfully removed from this subscriber list and won’t receive any further emails from us.
+ link: Change settings
+ 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
+ x_questions: "{{ count }} Questions"
+ x_answers: "{{ count }} answers"
+ 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
+ visited_x_days: "Visited {{ count }} days"
+ viewed: Viewed
+ joined: Joined
+ last_login: Seen
+ about_me: About Me
+ about_me_empty: "// Hello, World !"
+ top_answers: Top Answers
+ top_questions: Top Questions
+ stats: Stats
+ list_empty: No posts found. 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:
+ label: Please Choose a Language
+ 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
+ placeholder: "db:3306"
+ 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.
+ desc: >-
+ You can create the <1>config.yaml1> file manually in the <1>/var/wwww/xxx/1> directory and paste the following text into it.
+ info: "After you’ve done that, click “Next” button."
+ 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_desc: >-
+ If you ever feel like changing more settings, visit <1>admin section1>; find it in the site menu.
+ good_luck: "Have fun, and good luck!"
+ warn_title: Warning
+ warn_desc: >-
+ The file <1>config.yaml1> already exists. If you need to reset any of the configuration items in this file, please delete it first.
+ install_now: You may try <1>installing now1>.
+ installed: Already installed
+ installed_desc: >-
+ You appear to have already installed. To reinstall please clear your old database tables first.
+ db_failed: Database connection failed
+ db_failed_desc: >-
+ This either means that the database information in your <1>config.yaml1> file is incorrect or that contact with the database server could not be established. This could mean your host’s database server is down.
+ page_404:
+ desc: "Unfortunately, this page doesn't exist."
+ back_home: Back to homepage
+ page_50X:
+ desc: The server encountered an error and could not complete your request.
+ back_home: Back to homepage
+ page_maintenance:
+ desc: "We are under maintenance, we’ll be back soon."
+ 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
+ seo: SEO
+ customize: Customize
+ themes: Themes
+ css-html: CSS/HTML
+ login: Login
+ admin:
+ admin_header:
+ title: Admin
+ dashboard:
+ title: Dashboard
+ welcome: Welcome to Answer Admin!
+ site_statistics: Site Statistics
+ questions: "Questions:"
+ answers: "Answers:"
+ comments: "Comments:"
+ votes: "Votes:"
+ active_users: "Active users:"
+ flags: "Flags:"
+ site_health_status: Site Health Status
+ version: "Version:"
+ https: "HTTPS:"
+ uploading_files: "Uploading files:"
+ smtp: "SMTP:"
+ timezone: "Timezone:"
+ system_info: System Info
+ storage_used: "Storage used:"
+ uptime: "Uptime:"
+ answer_links: Answer Links
+ documents: Documents
+ feedback: Feedback
+ support: Support
+ review: Review
+ config: Config
+ update_to: Update to
+ latest: Latest
+ check_failed: Check failed
+ "yes": "Yes"
+ "no": "No"
+ 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_desc: A normal user can ask and answer questions.
+ suspended_name: suspended
+ suspended_desc: A suspended user can't log in.
+ deleted_name: deleted
+ deleted_desc: "Delete profile, authentication associations."
+ inactive_name: inactive
+ inactive_desc: 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:
+ title: "Change {{ type }} status to..."
+ normal_name: normal
+ normal_desc: A normal post available to everyone.
+ closed_name: closed
+ closed_desc: "A closed question can't answer, but still can edit, vote and comment."
+ deleted_name: deleted
+ deleted_desc: All reputation gained and lost will be restored.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ btn_next: Next
+ user_role_modal:
+ title: Change user role to...
+ btn_cancel: Cancel
+ btn_submit: Submit
+ users:
+ title: Users
+ name: Name
+ email: Email
+ reputation: Reputation
+ created_at: Created Time
+ delete_at: Deleted Time
+ suspend_at: Suspended Time
+ status: Status
+ role: Role
+ action: Action
+ change: Change
+ all: All
+ staff: Staff
+ inactive: Inactive
+ suspended: Suspended
+ deleted: Deleted
+ normal: Normal
+ Moderator: Moderator
+ Admin: Admin
+ User: User
+ filter:
+ placeholder: "Filter by name, user:id"
+ set_new_password: Set new password
+ change_status: Change status
+ change_role: Change role
+ show_logs: Show logs
+ add_user: Add user
+ new_password_modal:
+ title: Set new password
+ form:
+ fields:
+ password:
+ label: Password
+ text: The user will be logged out and need to login again.
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ user_modal:
+ title: Add new user
+ form:
+ fields:
+ display_name:
+ label: Display Name
+ msg: display_name must be at 4 - 30 characters in length.
+ email:
+ label: Email
+ msg: Email is not valid.
+ password:
+ label: Password
+ msg: Password must be at 8 - 32 characters in length.
+ btn_cancel: Cancel
+ btn_submit: Submit
+ 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:
+ placeholder: "Filter by title, question:id"
+ answers:
+ page_title: Answers
+ normal: Normal
+ deleted: Deleted
+ post: Post
+ votes: Votes
+ created: Created
+ status: Status
+ action: Action
+ change: Change
+ filter:
+ placeholder: "Filter by title, answer:id"
+ general:
+ page_title: General
+ name:
+ label: Site Name
+ msg: Site name cannot be empty.
+ text: "The name of this site, as used in the title tag."
+ site_url:
+ label: Site URL
+ msg: Site url cannot be empty.
+ validate: Please enter a valid URL.
+ text: The address of your site.
+ short_desc:
+ label: Short Site Description (optional)
+ msg: Short site description cannot be empty.
+ text: "Short description, as used in the title tag on homepage."
+ desc:
+ label: Site Description (optional)
+ msg: Site description cannot be empty.
+ text: "Describe this site in one sentence, as used in the meta description tag."
+ contact_email:
+ label: Contact Email
+ msg: Contact email cannot be empty.
+ validate: Contact email is not valid.
+ 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>reset1> 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.
+ text: Choose a city in the same timezone as you.
+ 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: Enable authentication
+ title: SMTP Authentication
+ msg: SMTP authentication cannot be empty.
+ "yes": "Yes"
+ "no": "No"
+ branding:
+ page_title: Branding
+ logo:
+ label: Logo (optional)
+ 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 (optional)
+ 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.
+ 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."
+ write:
+ page_title: Write
+ recommend_tags:
+ label: Recommend Tags
+ text: "Please input tag slug above, one tag per line."
+ required_tag:
+ title: Required Tag
+ label: Set recommend tag as required
+ text: "Every new question must have at least one recommend tag."
+ reserved_tags:
+ label: Reserved Tags
+ text: "Reserved tags can only be added to a post by moderator."
+ seo:
+ page_title: SEO
+ permalink:
+ label: Permalink
+ text: Custom URL structures can improve the usability, and forward-compatibility of your links.
+ robots:
+ label: robots.txt
+ text: This will permanently override any related site settings.
+ themes:
+ page_title: Themes
+ themes:
+ label: Themes
+ text: Select an existing theme.
+ navbar_style:
+ label: Navbar Style
+ text: Select an existing theme.
+ primary_color:
+ label: Primary Color
+ text: Modify the colors used by your themes
+ css_and_html:
+ page_title: CSS and HTML
+ custom_css:
+ label: Custom CSS
+ text: This will insert as
+ head:
+ label: Head
+ text: This will insert before
+ header:
+ label: Header
+ text: This will insert after
+ footer:
+ label: Footer
+ text: This will insert before .
+ login:
+ page_title: Login
+ membership:
+ title: Membership
+ label: Allow new registrations
+ text: Turn off to prevent anyone from creating a new account.
+ private:
+ title: Private
+ label: Login required
+ text: Only logged in users can access this community.
+ form:
+ empty: cannot be empty
+ invalid: is invalid
+ btn_submit: Save
+ not_found_props: "Required property {{ key }} not found."
+ page_review:
+ review: Review
+ proposed: proposed
+ question_edit: Question edit
+ answer_edit: Answer edit
+ tag_edit: Tag edit
+ edit_summary: Edit summary
+ edit_question: Edit question
+ edit_answer: Edit answer
+ edit_tag: Edit tag
+ empty: No review tasks left.
+ timeline:
+ undeleted: undeleted
+ deleted: deleted
+ downvote: downvote
+ upvote: upvote
+ accept: accept
+ cancelled: cancelled
+ commented: commented
+ rollback: rollback
+ edited: edited
+ answered: answered
+ asked: asked
+ closed: closed
+ reopened: reopened
+ created: created
+ title: "History for"
+ tag_title: "Timeline for"
+ show_votes: "Show votes"
+ n_or_a: N/A
+ title_for_question: "Timeline for"
+ title_for_answer: "Timeline for answer to {{ title }} by {{ author }}"
+ title_for_tag: "Timeline for tag"
+ datetime: Datetime
+ type: Type
+ by: By
+ comment: Comment
+ no_data: "We couldn't find anything."
+ users:
+ title: Users
+ users_with_the_most_reputation: Users with the highest reputation scores
+ users_with_the_most_vote: Users who voted the most
+ staffs: Our community staff
+ reputation: reputation
+ votes: votes
+
+
diff --git a/i18n/vi_VN.yaml b/i18n/vi_VN.yaml
index 05383dbbd..8352bc909 100644
--- a/i18n/vi_VN.yaml
+++ b/i18n/vi_VN.yaml
@@ -585,7 +585,8 @@ ui:
msg:
empty: Cannot be empty.
login:
- page_title: Welcome to Answer
+ page_title: Welcome to {{site_name}}
+ login_to_continue: Log in to continue
info_sign: Don't have an account? <1>Sign up1>
info_login: Already have an account? <1>Log in1>
agreements: By registering, you agree to the <1>privacy policy1> and <3>terms of service3>.
@@ -1222,14 +1223,14 @@ ui:
branding:
page_title: Branding
logo:
- label: Logo
+ label: Logo (optional)
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
+ label: Square Icon (optional)
msg: Square icon cannot be empty.
text: Image used as the base for metadata icons. Should ideally be larger than 512x512.
favicon:
diff --git a/i18n/zh_CN.yaml b/i18n/zh_CN.yaml
index a02320efa..ba0770ef7 100644
--- a/i18n/zh_CN.yaml
+++ b/i18n/zh_CN.yaml
@@ -405,17 +405,17 @@ ui:
form:
fields:
display_name:
- label: 显示名称(别名)
+ label: 显示名称
msg:
- empty: 不能为空
- range: 不能超过 35 个字符
+ empty: 显示名称不能为空。
+ range: 显示名称不能超过 35 个字符。
slug_name:
label: URL 固定链接
- desc: '必须使用字符集 "a-z"、"0-9"、"+ # - ."'
+ desc: '必须由 "a-z", "0-9", "+ # - ." 组成'
msg:
- empty: 不能为空
- range: 不能超过 35 个字符
- character: 包含非法字符
+ empty: URL 固定链接不能为空。
+ range: URL 固定链接不能超过 35 个字符。
+ character: URL 固定链接包含非法字符。
desc:
label: 描述(可选)
btn_cancel: 取消
@@ -446,7 +446,7 @@ ui:
revision:
label: 编辑历史
display_name:
- label: 名称
+ label: 显示名称
slug_name:
label: URL 固定链接
info: '必须由 "a-z", "0-9", "+ # - ." 组成'
@@ -585,7 +585,8 @@ ui:
msg:
empty: 不能为空
login:
- page_title: 欢迎来到 Answer
+ page_title: 欢迎来到 {{site_name}}
+ login_to_continue: 登录以继续
info_sign: 没有账户?<1>注册1>
info_login: 已经有一个账户?<1>登录1>
agreements: 登录即表示您同意<1>隐私政策1>和<3>服务条款3>。
@@ -614,7 +615,7 @@ ui:
msg:
empty: 邮箱不能为空
change_email:
- page_title: 欢迎来到 Answer
+ page_title: 欢迎来到 {{site_name}}
btn_cancel: 取消
btn_update: 更新电子邮件地址
send_success: >-
@@ -651,8 +652,8 @@ ui:
btn_name: 保存
display_name:
label: 昵称
- msg: 昵称不能为空
- msg_range: 昵称不能超过 30 个字符
+ msg: 昵称不能为空。
+ msg_range: 昵称不能超过 30 个字符。
username:
label: 用户名
caption: 用户之间可以通过 "@用户名" 进行交互。
@@ -803,7 +804,7 @@ ui:
modal_confirm:
title: 发生错误...
account_result:
- page_title: 欢迎来到 Answer
+ page_title: 欢迎来到 {{site_name}}
success: 你的账号已通过验证,即将返回首页。
link: 返回首页
invalid: >-
@@ -1102,7 +1103,7 @@ ui:
fields:
display_name:
label: 昵称
- msg: 昵称的长度必须是4-30个字符。
+ msg: 昵称的长度必须是 3-30 个字符。
email:
label: 邮箱
msg: 电子邮箱无效。
@@ -1222,14 +1223,14 @@ ui:
branding:
page_title: 品牌
logo:
- label: 图标
+ label: Logo (可选)
msg: 图标不能为空。
text: 在你的网站左上方的Logo图标。使用一个高度为56,长宽比大于3:1的宽长方形图像。如果留空,将显示网站标题文本。
mobile_logo:
label: 移动端图标(可选)
text: 在你的网站的移动版上使用的标志。使用一个高度为56的宽矩形图像。如果留空,将使用 "Logo"设置中的图像。
square_icon:
- label: 方形图标
+ label: 方形图标 (可选)
msg: 方形图标不能为空。
text: 用作元数据图标的基础的图像。最好是大于512x512。
favicon:
@@ -1247,7 +1248,7 @@ ui:
page_title: 编辑
recommend_tags:
label: 推荐标签
- text: "请输入以上标签,每行一个标签。"
+ text: "请在上方输入标签固定链接,每行一个标签。"
required_tag:
title: 必需的标签
label: 根据需要设置推荐标签
diff --git a/i18n/zh_TW.yaml b/i18n/zh_TW.yaml
index d406ea071..abd8aea14 100644
--- a/i18n/zh_TW.yaml
+++ b/i18n/zh_TW.yaml
@@ -10,24 +10,24 @@ backend:
unauthorized_error:
other: "未授權。"
database_error:
- other: "Data server error."
+ other: "資料庫錯誤。"
role:
name:
user:
- other: "User"
+ other: "使用者"
admin:
- other: "Admin"
+ other: "管理者"
moderator:
- other: "Moderator"
+ other: "版主"
description:
user:
- other: "Default with no special access."
+ other: "預設沒有特別閱讀權限"
admin:
- other: "Have the full power to access the site."
+ other: "擁有所有權限"
moderator:
- other: "Has access to all posts except admin settings."
+ other: "可以訪問除了管理員設定以外的所有貼文"
email:
- other: "Email"
+ other: "電子郵件"
password:
other: "密碼"
email_or_password_wrong_error:
@@ -38,37 +38,37 @@ backend:
other: 電子郵箱和密碼不匹配。
answer:
not_found:
- other: "Answer do not found."
+ other: "無答案。"
cannot_deleted:
- other: "No permission to delete."
+ other: "無刪除權限。"
cannot_update:
- other: "No permission to update."
+ other: "無更新權限。"
comment:
edit_without_permission:
- other: "Comment are not allowed to edit."
+ other: "不允許編輯評論。"
not_found:
- other: "Comment not found."
+ other: "無評論。"
email:
duplicate:
- other: "Email already exists."
+ other: "該電子郵件已被使用"
need_to_be_verified:
- other: "Email should be verified."
+ other: "需驗證電子郵件信箱。"
verify_url_expired:
- other: "Email verified URL has expired, please resend the email."
+ other: "電子郵件驗證網址已過期,請重發確認郵件。"
lang:
not_found:
- other: "Language file not found."
+ other: "無此語系檔。"
object:
captcha_verification_failed:
- other: "Captcha wrong."
+ other: "驗證碼錯誤。"
disallow_follow:
- other: "You are not allowed to follow."
+ other: "你不能追蹤"
disallow_vote:
- other: "You are not allowed to vote."
+ other: "你不能投票"
disallow_vote_your_self:
- other: "You can't vote for your own post."
+ other: "你不能為自己的貼文投票"
not_found:
- other: "Object not found."
+ other: "找不到物件"
verification_failed:
other: "驗證失敗。"
email_or_password_incorrect:
@@ -88,7 +88,7 @@ backend:
other: "沒有更新的權限。"
rank:
fail_to_meet_the_condition:
- other: "Rank fail to meet the condition."
+ other: "無法為條件排序"
report:
handle_failed:
other: "Report handle failed."
@@ -585,7 +585,8 @@ ui:
msg:
empty: Cannot be empty.
login:
- page_title: Welcome to Answer
+ page_title: Welcome to {{site_name}}
+ login_to_continue: Log in to continue
info_sign: Don't have an account? <1>Sign up1>
info_login: Already have an account? <1>Log in1>
agreements: By registering, you agree to the <1>privacy policy1> and <3>terms of service3>.
@@ -1222,14 +1223,14 @@ ui:
branding:
page_title: Branding
logo:
- label: Logo
+ label: Logo (optional)
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
+ label: Square Icon (optional)
msg: Square icon cannot be empty.
text: Image used as the base for metadata icons. Should ideally be larger than 512x512.
favicon: