about summary refs log tree commit diff
path: root/app/views/user_mailer
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/user_mailer')
-rw-r--r--app/views/user_mailer/confirmation_instructions.ja.html.erb5
-rw-r--r--app/views/user_mailer/confirmation_instructions.ja.text.erb5
-rw-r--r--app/views/user_mailer/password_change.ja.html.erb3
-rw-r--r--app/views/user_mailer/password_change.ja.text.erb3
-rw-r--r--app/views/user_mailer/reset_password_instructions.ja.html.erb8
-rw-r--r--app/views/user_mailer/reset_password_instructions.ja.text.erb8
6 files changed, 32 insertions, 0 deletions
diff --git a/app/views/user_mailer/confirmation_instructions.ja.html.erb b/app/views/user_mailer/confirmation_instructions.ja.html.erb
new file mode 100644
index 000000000..bbb44b2cc
--- /dev/null
+++ b/app/views/user_mailer/confirmation_instructions.ja.html.erb
@@ -0,0 +1,5 @@
+<p>ようこそ<%= @resource.email %>さん</p>
+
+<p>以下のリンクをクリックしてMastodonアカウントのメールアドレスを確認してください</p>
+
+<p><%= link_to 'メールアドレスの確認', confirmation_url(@resource, confirmation_token: @token) %></p>
diff --git a/app/views/user_mailer/confirmation_instructions.ja.text.erb b/app/views/user_mailer/confirmation_instructions.ja.text.erb
new file mode 100644
index 000000000..ad8abee2d
--- /dev/null
+++ b/app/views/user_mailer/confirmation_instructions.ja.text.erb
@@ -0,0 +1,5 @@
+ようこそ<%= @resource.email %>さん
+
+以下のリンクをクリックしてMastodonアカウントのメールアドレスを確認してください
+
+<%= confirmation_url(@resource, confirmation_token: @token) %>
diff --git a/app/views/user_mailer/password_change.ja.html.erb b/app/views/user_mailer/password_change.ja.html.erb
new file mode 100644
index 000000000..3aa83f187
--- /dev/null
+++ b/app/views/user_mailer/password_change.ja.html.erb
@@ -0,0 +1,3 @@
+<p>こんにちは<%= @resource.email %>さん</p>
+
+<p>Mastodonアカウントのパスワードが変更されました。</p>
diff --git a/app/views/user_mailer/password_change.ja.text.erb b/app/views/user_mailer/password_change.ja.text.erb
new file mode 100644
index 000000000..aa29b9b2b
--- /dev/null
+++ b/app/views/user_mailer/password_change.ja.text.erb
@@ -0,0 +1,3 @@
+こんにちは<%= @resource.email %>さん
+
+Mastodonアカウントのパスワードが変更されました。
diff --git a/app/views/user_mailer/reset_password_instructions.ja.html.erb b/app/views/user_mailer/reset_password_instructions.ja.html.erb
new file mode 100644
index 000000000..156758ef5
--- /dev/null
+++ b/app/views/user_mailer/reset_password_instructions.ja.html.erb
@@ -0,0 +1,8 @@
+<p>こんにちは<%= @resource.email %>さん</p>
+
+<p>Mastodonアカウントのパスワードの変更がリクエストされました。以下のリンクをクリックして操作を完了できます。</p>
+
+<p><%= link_to 'パスワードを変更', edit_password_url(@resource, reset_password_token: @token) %></p>
+
+<p>このメールに見に覚えのない場合は無視してください。</p>
+<p>上記のリンクにアクセスし、変更をしない限りパスワードは変更されません。</p>
diff --git a/app/views/user_mailer/reset_password_instructions.ja.text.erb b/app/views/user_mailer/reset_password_instructions.ja.text.erb
new file mode 100644
index 000000000..5fb0eba04
--- /dev/null
+++ b/app/views/user_mailer/reset_password_instructions.ja.text.erb
@@ -0,0 +1,8 @@
+こんにちは<%= @resource.email %>さん
+
+Mastodonアカウントのパスワードの変更がリクエストされました。以下のリンクをクリックして操作を完了できます。
+
+<%= edit_password_url(@resource, reset_password_token: @token) %>
+
+このメールに見に覚えのない場合は無視してください。
+上記のリンクにアクセスし、変更をしない限りパスワードは変更されません。