about summary refs log tree commit diff
path: root/app/views/user_mailer/confirmation_instructions.ru.text.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.text.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.text.erb')
-rw-r--r--app/views/user_mailer/confirmation_instructions.ru.text.erb12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/user_mailer/confirmation_instructions.ru.text.erb b/app/views/user_mailer/confirmation_instructions.ru.text.erb
new file mode 100644
index 000000000..884f75401
--- /dev/null
+++ b/app/views/user_mailer/confirmation_instructions.ru.text.erb
@@ -0,0 +1,12 @@
+Добро пожаловать, <%= @resource.email %> !
+
+Вы только что завели аккаунт на <%= @instance %>.
+
+Чтобы подтвердить создание аккаунта, пожалуйста, перейдите по этой ссылке:
+<%= confirmation_url(@resource, confirmation_token: @token) %>
+
+Также просим Вас прочитать об условиях использования аккаунта здесь: <%= terms_url %>
+
+Искренне Ваши,
+
+Команда <%= @instance %>