about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authorÖzcan Zafer AYAN <ozcanzaferayan@gmail.com>2017-05-07 17:20:53 +0300
committerEugen Rochko <eugen@zeonfederated.com>2017-05-07 16:20:53 +0200
commit983593ddf4b2f61f3c3a6cd1fddbb1905592600e (patch)
tree94c88b779483f893a24c4ac88cd84a2bfb802250 /app/views
parentf14df434352c5bfa522e868eb292a33afd36da28 (diff)
Add Turkish yml file (#2878)
* Add Turkish yml file

* Add translation files for Turkish

* Deleted click_to_edit key and val

Deleted click_to_edit: Düzenlemek için ilgili ayara tıklayınız line
Diffstat (limited to 'app/views')
-rw-r--r--app/views/user_mailer/confirmation_instructions.tr.html.erb15
-rw-r--r--app/views/user_mailer/confirmation_instructions.tr.text.erb13
-rw-r--r--app/views/user_mailer/password_change.tr.html.erb8
-rw-r--r--app/views/user_mailer/password_change.tr.text.erb8
-rw-r--r--app/views/user_mailer/reset_password_instructions.tr.html.erb14
-rw-r--r--app/views/user_mailer/reset_password_instructions.tr.text.erb13
6 files changed, 71 insertions, 0 deletions
diff --git a/app/views/user_mailer/confirmation_instructions.tr.html.erb b/app/views/user_mailer/confirmation_instructions.tr.html.erb
new file mode 100644
index 000000000..7879f0d29
--- /dev/null
+++ b/app/views/user_mailer/confirmation_instructions.tr.html.erb
@@ -0,0 +1,15 @@
+
+<p> Aramıza hoşgeldin <%= @resource.email %> </p>
+
+<p>Bu sunucumuzda yeni bir hesap oluşturduğunu görüyoruz: <%= @instance %>.</p>
+
+<p>Siz olduğunuzu teyit edebilmemiz için lütfen aşağıdaki linke tıklaman yeterli: <br>
+
+<%= link_to 'Hesabımı doğrula', confirmation_url(@resource, confirmation_token: @token) %>
+
+<p>Ayrıca  <%= link_to 'kullanım şartları ve koşullarımızı', terms_url %> inceleyebilirsin.</p>
+
+<p>En içten dileklerimizle,<p>
+
+<p> <%= @instance %> ekibi</p>
+
diff --git a/app/views/user_mailer/confirmation_instructions.tr.text.erb b/app/views/user_mailer/confirmation_instructions.tr.text.erb
new file mode 100644
index 000000000..01b1c69e2
--- /dev/null
+++ b/app/views/user_mailer/confirmation_instructions.tr.text.erb
@@ -0,0 +1,13 @@
+Aramıza hoşgeldin <%= @resource.email %>
+
+Bu sunucumuzda yeni bir hesap oluşturduğunu görüyoruz: <%= @instance %>.
+
+Siz olduğunuzu teyit edebilmemiz için lütfen aşağıdaki linke tıklayınız:
+
+<%= confirmation_url(@resource, confirmation_token: @token) %>
+
+Ayrıca kullanım şartları ve koşulları sayfamızı inceleyebilirsin <%= terms_url %>
+
+En içten dileklerimizle,
+
+<%= @instance %> ekibi
diff --git a/app/views/user_mailer/password_change.tr.html.erb b/app/views/user_mailer/password_change.tr.html.erb
new file mode 100644
index 000000000..40f55c484
--- /dev/null
+++ b/app/views/user_mailer/password_change.tr.html.erb
@@ -0,0 +1,8 @@
+<p>Merhaba <%= @resource.email %>!</p>
+
+<p> <%= @instance %>'deki parolanızın değiştirildiğini hatırlatmak isteriz.</p>
+
+<p>En içten dileklerimizle,<p>
+
+<p> <%= @instance %> ekibi</p>
+
diff --git a/app/views/user_mailer/password_change.tr.text.erb b/app/views/user_mailer/password_change.tr.text.erb
new file mode 100644
index 000000000..873c5f962
--- /dev/null
+++ b/app/views/user_mailer/password_change.tr.text.erb
@@ -0,0 +1,8 @@
+Merhaba <%= @resource.email %>!
+
+<%= @instance %>'deki parolanızın değiştirildiğini hatırlatmak isteriz.
+
+En içten dileklerimizle,
+
+<%= @instance %> ekibi
+
diff --git a/app/views/user_mailer/reset_password_instructions.tr.html.erb b/app/views/user_mailer/reset_password_instructions.tr.html.erb
new file mode 100644
index 000000000..d19c6c498
--- /dev/null
+++ b/app/views/user_mailer/reset_password_instructions.tr.html.erb
@@ -0,0 +1,14 @@
+<p>Merhaba <%= @resource.email %></p>
+
+<p>Biri <%= @instance %> üzerinden sizin hesabınız için parola değişim isteği gönderdi. Aşağıdaki linke tıklayarak bunu gerçekleştirebilirsiniz.</p>
+
+<p><%= link_to 'Parolamı değiştir', edit_password_url(@resource, reset_password_token: @token) %></p>
+
+<p>Eğer bu isteği siz göndermediyseniz, lütfen bu e-postayı görmezden geliniz.</p>
+
+<p>Siz bu linke tıklayıp yeni bir parola girene kadar parolanız değişmeyecektir.</p>
+
+<p>En içten dileklerimizle,<p>
+
+<p> <%= @instance %> ekibi</p>
+
diff --git a/app/views/user_mailer/reset_password_instructions.tr.text.erb b/app/views/user_mailer/reset_password_instructions.tr.text.erb
new file mode 100644
index 000000000..a0b84b9a4
--- /dev/null
+++ b/app/views/user_mailer/reset_password_instructions.tr.text.erb
@@ -0,0 +1,13 @@
+Merhaba <%= @resource.email %>
+
+Biri <%= @instance %> üzerinden sizin hesabınız için parola değişim isteği gönderdi. Aşağıdaki linke tıklayarak bunu gerçekleştirebilirsiniz.
+
+<%= edit_password_url(@resource, reset_password_token: @token) %>
+
+Eğer bu isteği siz göndermediyseniz, lütfen bu e-postayı görmezden geliniz.
+Siz bu linke tıklayıp yeni bir parola girene kadar parolanız değişmeyecektir.
+
+En içten dileklerimizle,
+
+<%= @instance %> ekibi
+