about summary refs log tree commit diff
path: root/app/views/user_mailer/confirmation_instructions.ru.html.erb
diff options
context:
space:
mode:
authorKoala Yeung <koalay@gmail.com>2017-04-27 04:33:54 +0800
committerEugen Rochko <eugen@zeonfederated.com>2017-04-26 22:33:54 +0200
commita23eaf720e08db8503c443816e652b3683525e02 (patch)
treecceea1f2e923b27b2e4a671b40e879199ee52eec /app/views/user_mailer/confirmation_instructions.ru.html.erb
parent9d3fc1281d74380f8e9ce0c275432de6277ec86f (diff)
Update Russian translation (rebased) (#2503)
* Fix syntax error

* Remove two_factor_auth.warning (appears obsolete)

* Add missing strings in ru.yml

A lot of new strings translated, especially for the newly added admin section

* Update Russian translation

* Fix merge conflicts

Redid Works by @rkarabut
Diffstat (limited to 'app/views/user_mailer/confirmation_instructions.ru.html.erb')
-rw-r--r--app/views/user_mailer/confirmation_instructions.ru.html.erb12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/user_mailer/confirmation_instructions.ru.html.erb b/app/views/user_mailer/confirmation_instructions.ru.html.erb
new file mode 100644
index 000000000..2a755460e
--- /dev/null
+++ b/app/views/user_mailer/confirmation_instructions.ru.html.erb
@@ -0,0 +1,12 @@
+<p>Добро пожаловать, <%= @resource.email %> !</p>
+
+<p>Вы только что завели аккаунт на <%= @instance %>.</p>
+
+<p>Чтобы подтвердить создание аккаунта, пожалуйста, перейдите по этой ссылке: <br>
+<%= confirmation_url(@resource, confirmation_token: @token) %></p>
+
+<p>Также просим Вас прочитать об условиях использования аккаунта здесь: <%= terms_url %></p>
+
+<p>Искренне Ваши,</p>
+
+<p>Команда <%= @instance %></p>