about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorKoala Yeung <koalay@gmail.com>2017-05-08 21:56:00 +0800
committerEugen Rochko <eugen@zeonfederated.com>2017-05-08 15:56:00 +0200
commitcbd673601c5f762d71f65404c3b7ad5b3751ee8c (patch)
tree81d6e698e4d370dde4b1dd0476ecf511640b8d0c /app
parent66a3979cbad92d20cdf0bfabc7184d3744ad89ae (diff)
Add Thai langauge (#2903)
* Updated Thai language

* locale: remove unused translation in Thai

* locale: add Thai to settings menu and application

* locale: fix activerecord.th.yml format
Diffstat (limited to 'app')
-rw-r--r--app/helpers/settings_helper.rb1
-rw-r--r--app/views/user_mailer/password_change.th.html.erb3
-rw-r--r--app/views/user_mailer/password_change.th.text.erb3
-rw-r--r--app/views/user_mailer/reset_password_instructions.th.html.erb8
-rw-r--r--app/views/user_mailer/reset_password_instructions.th.text.erb8
5 files changed, 23 insertions, 0 deletions
diff --git a/app/helpers/settings_helper.rb b/app/helpers/settings_helper.rb
index aff4c8a19..2f8b923e4 100644
--- a/app/helpers/settings_helper.rb
+++ b/app/helpers/settings_helper.rb
@@ -25,6 +25,7 @@ module SettingsHelper
     pt: 'Português',
     'pt-BR': 'Português do Brasil',
     ru: 'Русский',
+    th: 'ภาษาไทย',
     tr: 'Türkçe',
     uk: 'Українська',
     'zh-CN': '简体中文',
diff --git a/app/views/user_mailer/password_change.th.html.erb b/app/views/user_mailer/password_change.th.html.erb
new file mode 100644
index 000000000..948b1508a
--- /dev/null
+++ b/app/views/user_mailer/password_change.th.html.erb
@@ -0,0 +1,3 @@
+<p>สวัสดี <%= @resource.email %>!</p>
+
+<p>เราติดต่อเข้ามาเพื่อจะแจ้งให้คุณทราบว่าพาสเวิร์ด Mastodon เปลี่ยนแล้ว </p>
diff --git a/app/views/user_mailer/password_change.th.text.erb b/app/views/user_mailer/password_change.th.text.erb
new file mode 100644
index 000000000..0d28a207c
--- /dev/null
+++ b/app/views/user_mailer/password_change.th.text.erb
@@ -0,0 +1,3 @@
+สวัสดี <%= @resource.email %>!
+
+เราติดต่อมาเพื่อแจ้งให้คุณทราบว่า พาสเวิร์ดของคุณถูกเปลี่ยนแล้ว
diff --git a/app/views/user_mailer/reset_password_instructions.th.html.erb b/app/views/user_mailer/reset_password_instructions.th.html.erb
new file mode 100644
index 000000000..1fe1c2725
--- /dev/null
+++ b/app/views/user_mailer/reset_password_instructions.th.html.erb
@@ -0,0 +1,8 @@
+<p>สวัสดี <%= @resource.email %>!</p>
+
+<p>มีการแจ้งขอลิงค์เปลี่ยนแปลงพาสเวิร์ดเข้า Mastodon ของคุณ. คุณสามารถแก้ไขพาสเวิร์ดได้ผ่านทางลิงค์ด้านล่างนี้.</p>
+
+<p><%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %></p>
+
+<p>ถ้าคุณไม่ได้เป็นคนขอลิงค์นี้, กรุณาข้ามเมล์นี้ไป.</p>
+<p>พาร์สเวิร์ดของคุณจะยังไม่ถูกเปลี่ยนจนกว่าคุณจะเข้าไปในลิงค์ด้านบนนี้เพื่อสร้างพาสเวิร์ดใหม่.</p>
diff --git a/app/views/user_mailer/reset_password_instructions.th.text.erb b/app/views/user_mailer/reset_password_instructions.th.text.erb
new file mode 100644
index 000000000..fe73b0165
--- /dev/null
+++ b/app/views/user_mailer/reset_password_instructions.th.text.erb
@@ -0,0 +1,8 @@
+Hello <%= @resource.email %>!
+
+Someone has requested a link to change your password on Mastodon. You can do this through the link below.
+
+<%= edit_password_url(@resource, reset_password_token: @token) %>
+
+If you didn't request this, please ignore this email.
+Your password won't change until you access the link above and create a new one.