From b69365e397c983f813f1cd14ec34deed9ced0f85 Mon Sep 17 00:00:00 2001 From: Masoud Abkenar Date: Mon, 22 May 2017 00:20:13 +0200 Subject: Persian translation update (#3206) * Persian translation update * Persian translation update: new files * Persian translation update * activerecord.fa.yml language code * Persian translation update * fix indent --- app/views/user_mailer/confirmation_instructions.fa.html.erb | 12 ++++++++++++ app/views/user_mailer/confirmation_instructions.fa.text.erb | 12 ++++++++++++ app/views/user_mailer/password_change.fa.html.erb | 3 +++ app/views/user_mailer/password_change.fa.text.erb | 3 +++ .../user_mailer/reset_password_instructions.fa.html.erb | 8 ++++++++ .../user_mailer/reset_password_instructions.fa.text.erb | 8 ++++++++ 6 files changed, 46 insertions(+) create mode 100644 app/views/user_mailer/confirmation_instructions.fa.html.erb create mode 100644 app/views/user_mailer/confirmation_instructions.fa.text.erb create mode 100644 app/views/user_mailer/password_change.fa.html.erb create mode 100644 app/views/user_mailer/password_change.fa.text.erb create mode 100644 app/views/user_mailer/reset_password_instructions.fa.html.erb create mode 100644 app/views/user_mailer/reset_password_instructions.fa.text.erb (limited to 'app/views') diff --git a/app/views/user_mailer/confirmation_instructions.fa.html.erb b/app/views/user_mailer/confirmation_instructions.fa.html.erb new file mode 100644 index 000000000..cccdaa2c5 --- /dev/null +++ b/app/views/user_mailer/confirmation_instructions.fa.html.erb @@ -0,0 +1,12 @@ +

خوش آمدید <%= @resource.email %> !

+ +

شما الان در <%= @instance %> حساب باز کردید.

+ +

برای تأیید عضویت، لطفاً روی پیوند زیر کلیک کنید:
+<%= link_to 'تأیید حساب', confirmation_url(@resource, confirmation_token: @token) %> + +

لطفاً همچنین <%= link_to 'شرایط و مقررات استفادهٔ', terms_url %> ما را هم بخوانید.

+ +

با احترام,

+ +

گردانندگان سرور <%= @instance %>

diff --git a/app/views/user_mailer/confirmation_instructions.fa.text.erb b/app/views/user_mailer/confirmation_instructions.fa.text.erb new file mode 100644 index 000000000..cbabed06d --- /dev/null +++ b/app/views/user_mailer/confirmation_instructions.fa.text.erb @@ -0,0 +1,12 @@ +خوش آمدید <%= @resource.email %> ! + +شما الان در <%= @instance %> حساب باز کردید. + +برای تأیید عضویت، لطفاً روی پیوند زیر کلیک کنید: +<%= confirmation_url(@resource, confirmation_token: @token) %> + +لطفاً همچنین شرایط و مقررات استفادهٔ ما را هم بخوانید <%= terms_url %> + +با احترام، + +گردانندگان سرور <%= @instance %> diff --git a/app/views/user_mailer/password_change.fa.html.erb b/app/views/user_mailer/password_change.fa.html.erb new file mode 100644 index 000000000..8167ae160 --- /dev/null +++ b/app/views/user_mailer/password_change.fa.html.erb @@ -0,0 +1,3 @@ +

سلام <%= @resource.email %>!

+ +

این پیغام برای این است که به شما بگوییم رمز شما در ماستدون تغییر کرده است.

diff --git a/app/views/user_mailer/password_change.fa.text.erb b/app/views/user_mailer/password_change.fa.text.erb new file mode 100644 index 000000000..0c2995958 --- /dev/null +++ b/app/views/user_mailer/password_change.fa.text.erb @@ -0,0 +1,3 @@ +سلام <%= @resource.email %>! + +این پیغام برای این است که به شما بگوییم رمز شما در ماستدون تغییر کرده است. diff --git a/app/views/user_mailer/reset_password_instructions.fa.html.erb b/app/views/user_mailer/reset_password_instructions.fa.html.erb new file mode 100644 index 000000000..835e81311 --- /dev/null +++ b/app/views/user_mailer/reset_password_instructions.fa.html.erb @@ -0,0 +1,8 @@ +

سلام <%= @resource.email %>!

+ +

یک نفر درخواست کرده تا رمز شما در ماستدون عوض شود. برای این کار پیوند زیر را به‌کار ببرید.

+ +

<%= link_to 'تغییر رمز', edit_password_url(@resource, reset_password_token: @token) %>

+ +

اگر شما چنین درخواستی نداده‌اید، لطفاً این ایمیل را نادیده بگیرید.

+

تا وقتی که شما پیوند بالا را نبینید و رمز تازه‌ای نسازید، رمز شما عوض نخواهد شد.

diff --git a/app/views/user_mailer/reset_password_instructions.fa.text.erb b/app/views/user_mailer/reset_password_instructions.fa.text.erb new file mode 100644 index 000000000..0b01ba906 --- /dev/null +++ b/app/views/user_mailer/reset_password_instructions.fa.text.erb @@ -0,0 +1,8 @@ +سلام <%= @resource.email %>! + +یک نفر درخواست کرده تا رمز شما در ماستدون عوض شود. برای این کار روی پیوند زیر کلیک کنید. + +<%= edit_password_url(@resource, reset_password_token: @token) %> + +اگر شما چنین درخواستی نداده‌اید، لطفاً این ایمیل را نادیده بگیرید. +تا وقتی که شما پیوند بالا را نبینید و رمز تازه‌ای نسازید، رمز شما عوض نخواهد شد. -- cgit