diff --git a/config/locales/client.ru.yml b/config/locales/client.ru.yml new file mode 100644 index 0000000..33293f2 --- /dev/null +++ b/config/locales/client.ru.yml @@ -0,0 +1,10 @@ +en: + js: + solved: + allow_accepted_answers: "Разрешить ответы" + accept_answer: "Пометить как ответ" + has_accepted_answer: "В этой теме есть ответ" + unaccept_answer: "Убрать ответ" + accepted_answer: "Подтвержденный ответ" + accepted_html: "{{username}} ответил в post #{{post_number}}" + accepted_notification: "
{{username}} {{description}}
" diff --git a/config/locales/server.ru.yml b/config/locales/server.ru.yml new file mode 100644 index 0000000..430f613 --- /dev/null +++ b/config/locales/server.ru.yml @@ -0,0 +1,8 @@ +en: + site_settings: + allow_solved_on_all_topics: "Разрешить пользователям отмечать ответы в темах (управляется в свойствах раздела)" + reports: + accepted_solutions: + title: "Отмеченные" + xaxis: "День" + yaxis: "Всего"