#The following fields are used for back-end
backend:
base:
success:
other: Выполнено.
unknown:
other: Неизвестная ошибка.
request_format_error:
other: Формат файла не корректен.
unauthorized_error:
other: Авторизация не выполнена.
database_error:
other: Ошибка сервера данных.
role:
name:
user:
other: Пользователь
admin:
other: Администратор
moderator:
other: Модератор
description:
user:
other: По умолчанию, без специального доступа.
admin:
other: Имейте все полномочия для доступа к сайту.
moderator:
other: Имеет доступ ко всем сообщениям, кроме настроек администратора.
email:
other: Эл. почта
password:
other: Пароль
email_or_password_wrong_error:
other: Неверное имя пользователя или пароль.
error:
admin:
email_or_password_wrong:
other: Неверное имя пользователя или пароль.
answer:
not_found:
other: Ответ не найден.
cannot_deleted:
other: Недостаточно прав для удаления.
cannot_update:
other: Нет прав для обновления.
comment:
edit_without_permission:
other: Комментарий не может редактироваться.
not_found:
other: Комментарий не найден.
cannot_edit_after_deadline:
other: The comment time has been too long to modify.
email:
duplicate:
other: Адрес электронной почты уже существует.
need_to_be_verified:
other: Адрес электронной почты должен быть подтвержден.
verify_url_expired:
other: Срок действия подтверждённого адреса электронной почты истек, пожалуйста, отправьте письмо повторно.
lang:
not_found:
other: Языковой файл не найден.
object:
captcha_verification_failed:
other: Captcha введена неверно.
disallow_follow:
other: Вы не можете подписаться.
disallow_vote:
other: Вы не можете голосовать.
disallow_vote_your_self:
other: Вы не можете голосовать за собственный отзыв.
not_found:
other: Объект не найден.
verification_failed:
other: Проверка не удалась.
email_or_password_incorrect:
other: Email или пароль не совпадают.
old_password_verification_failed:
other: Не удалось подтвердить старый пароль
new_password_same_as_previous_setting:
other: Пароль не может быть таким же как прежний.
question:
not_found:
other: Вопрос не найден.
cannot_deleted:
other: Недостаточно прав для удаления.
cannot_close:
other: Нет разрешения на закрытие.
cannot_update:
other: Нет разрешения на обновление.
rank:
fail_to_meet_the_condition:
other: Ранг не соответствует условию.
report:
handle_failed:
other: Не удалось обработать отчет.
not_found:
other: Отчет не найден.
tag:
not_found:
other: Тег не найден.
recommend_tag_not_found:
other: Рекомендуемый тег не существует.
recommend_tag_enter:
other: Пожалуйста, введите хотя бы один тег.
not_contain_synonym_tags:
other: Не должно содержать теги синонимы.
cannot_update:
other: Нет прав для обновления.
cannot_set_synonym_as_itself:
other: Вы не можете установить синоним текущего тега.
smtp:
config_from_name_cannot_be_email:
other: Имя От не может быть адресом электронной почты.
theme:
not_found:
other: Тема не найдена.
revision:
review_underway:
other: В настоящее время не удается редактировать версию, в очереди на проверку.
no_permission:
other: Нет прав на ревизию.
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.
upload:
unsupported_file_format:
other: Unsupported file format.
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: Следующий
page_title:
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: Уведомления
inbox: Входящие
achievement: Достижения
all_read: Отметить всё как прочитанное
show_more: Показать еще
suspended:
title: Ваш аккаунт заблокирован
until_time: "Ваша учетная запись была заблокирована до {{ time }}."
forever: Этот пользователь был навсегда заблокирован.
end: Вы не соответствуете правилам сообщества.
editor:
blockquote:
text: Цитата
bold:
text: Сильный
chart:
text: Диаграмма
flow_chart: Блок-схема
sequence_diagram: Диаграмма последовательности
class_diagram: Диаграмма классов
state_diagram: Диаграмма состояний
entity_relationship_diagram: Диаграмма связей сущностей
user_defined_diagram: Пользовательская диаграмма
gantt_chart: Диаграмма Гантта
pie_chart: Круговая диаграмма
code:
text: Фрагмент кода
add_code: Добавить пример кода
form:
fields:
code:
label: Код
msg:
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: Не может быть пустым.
msg:
empty: Пожалуйста, выбери причину.
report_modal:
flag_title: Я помечаю, чтобы пожаловаться на эту публикацию как...
close_title: Я закрываю этот пост как...
review_question_title: Проверить вопрос
review_answer_title: Проверить ответ
review_comment_title: Просмотр комментариев
btn_cancel: Отмена
btn_submit: Отправить
remark:
empty: Не может быть пустым.
msg:
empty: Пожалуйста, выбери причину.
tag_modal:
title: Создать новый тег
form:
fields:
display_name:
label: Показывать имя
msg:
empty: Отображаемое название не может быть пустым.
range: Отображаемое имя до 35 символов.
slug_name:
label: Идентификатор URL
desc: 'Необходимо использовать набор символов "a-z", "0-9", "+ # - ."'
msg:
empty: URL slug не может быть пустым.
range: URL slug до 35 символов.
character: URL slug содержит недопустимый набор символов.
desc:
label: Описание (опционально)
btn_cancel: Отмена
btn_submit: Отправить
tag_info:
created_at: Создано
edited_at: Отредактировано
history: История
synonyms:
title: Синонимы
text: Следующие теги будут переназначены на
empty: Синонимы не найдены.
btn_add: Добавить синоним
btn_edit: Редактировать
btn_save: Сохранить
synonyms_text: Следующие теги будут переназначены на
delete:
title: Удалить этот тег
content: >-
You could use the edit link to refine and improve your existing answer, instead.
empty: Answer cannot be empty.
characters: content must be at least 6 characters in length.
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 {{site_name}}
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.
counts:
views: views
votes: votes
answers: answers
accepted: Accepted
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 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.
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