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
This commit is contained in:
parent
66a3979cba
commit
cbd673601c
11 changed files with 268 additions and 2 deletions
3
app/views/user_mailer/password_change.th.html.erb
Normal file
3
app/views/user_mailer/password_change.th.html.erb
Normal file
|
@ -0,0 +1,3 @@
|
|||
<p>สวัสดี <%= @resource.email %>!</p>
|
||||
|
||||
<p>เราติดต่อเข้ามาเพื่อจะแจ้งให้คุณทราบว่าพาสเวิร์ด Mastodon เปลี่ยนแล้ว </p>
|
3
app/views/user_mailer/password_change.th.text.erb
Normal file
3
app/views/user_mailer/password_change.th.text.erb
Normal file
|
@ -0,0 +1,3 @@
|
|||
สวัสดี <%= @resource.email %>!
|
||||
|
||||
เราติดต่อมาเพื่อแจ้งให้คุณทราบว่า พาสเวิร์ดของคุณถูกเปลี่ยนแล้ว
|
|
@ -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>
|
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue