commit
de7283a318
@ -0,0 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module MailerHelper
|
||||
end
|
After Width: | Height: | Size: 273 B |
After Width: | Height: | Size: 395 B |
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1 @@
|
||||
require('../styles/mailer.scss');
|
@ -0,0 +1,392 @@
|
||||
@import 'mastodon/variables';
|
||||
@import 'fonts/roboto';
|
||||
|
||||
table,
|
||||
td,
|
||||
div {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
width: 100% !important;
|
||||
min-width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
.email_body {
|
||||
td,
|
||||
div,
|
||||
a,
|
||||
span {
|
||||
line-height: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
&,
|
||||
&:visited,
|
||||
span {
|
||||
text-decoration: none;
|
||||
color: $ui-highlight-color;
|
||||
}
|
||||
|
||||
#outlook & {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
outline: none;
|
||||
border: 0;
|
||||
text-decoration: none;
|
||||
-ms-interpolation-mode: bicubic;
|
||||
clear: both;
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
table {
|
||||
border-spacing: 0;
|
||||
mso-table-lspace: 0;
|
||||
mso-table-rspace: 0;
|
||||
}
|
||||
|
||||
td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.email-table,
|
||||
.content-section,
|
||||
.column,
|
||||
.column-cell {
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
.email-body {
|
||||
font-size: 0 !important;
|
||||
line-height: 100%;
|
||||
text-align: center;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
.email-start {
|
||||
padding-top: 32px;
|
||||
}
|
||||
|
||||
.email-end {
|
||||
padding-bottom: 32px;
|
||||
}
|
||||
|
||||
.email-body,
|
||||
html,
|
||||
body {
|
||||
background-color: lighten($ui-base-color, 4%);
|
||||
}
|
||||
|
||||
.email-container,
|
||||
.email-row,
|
||||
.col-0,
|
||||
.col-1,
|
||||
.col-2,
|
||||
.col-3,
|
||||
.col-4,
|
||||
.col-5,
|
||||
.col-6, {
|
||||
font-size: 0;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
min-width: 0 !important;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.content-cell {
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
min-width: 0 !important;
|
||||
}
|
||||
|
||||
.column-cell {
|
||||
padding-top: 16px;
|
||||
padding-bottom: 16px;
|
||||
vertical-align: top;
|
||||
|
||||
&.button-cell {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.email-container {
|
||||
max-width: 632px;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.email-row {
|
||||
display: block;
|
||||
max-width: 600px !important;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.col-0 {
|
||||
max-width: 50px;
|
||||
}
|
||||
|
||||
.col-1 {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
.col-2 {
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
.col-3 {
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.col-4 {
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
.col-5 {
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
.col-6 {
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
.column-cell,
|
||||
.column-cell td,
|
||||
p {
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
|
||||
@media only screen {
|
||||
font-family: 'mastodon-font-sans-serif', sans-serif !important;
|
||||
}
|
||||
}
|
||||
|
||||
.email-body .column-cell,
|
||||
.column-cell,
|
||||
p {
|
||||
font-size: 15px;
|
||||
line-height: 23px;
|
||||
color: $ui-primary-color;
|
||||
mso-line-height-rule: exactly;
|
||||
text-rendering: optimizelegibility;
|
||||
}
|
||||
|
||||
p {
|
||||
display: block;
|
||||
margin-top: 0;
|
||||
margin-bottom: 16px;
|
||||
|
||||
&.small {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
&.lead {
|
||||
font-size: 19px;
|
||||
line-height: 27px;
|
||||
}
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
color: $ui-secondary-color;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 8px;
|
||||
padding: 0;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 26px;
|
||||
line-height: 36px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 23px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 19px;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
.input {
|
||||
td {
|
||||
background: darken($ui-base-color, 8%);
|
||||
border-radius: 4px;
|
||||
padding: 16px;
|
||||
line-height: 20px;
|
||||
mso-line-height-rule: exactly;
|
||||
border-radius: 4px;
|
||||
text-align: center;
|
||||
font-weight: 500;
|
||||
font-size: 17px;
|
||||
}
|
||||
}
|
||||
|
||||
.content-cell,
|
||||
.blank-cell {
|
||||
width: 100%;
|
||||
font-size: 0;
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
.content-cell {
|
||||
background-color: darken($ui-base-color, 4%);
|
||||
}
|
||||
|
||||
.hero {
|
||||
background-color: $ui-base-color;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.header {
|
||||
border-radius: 5px 5px 0 0;
|
||||
background-color: darken($ui-base-color, 8%);
|
||||
|
||||
.column-cell {
|
||||
text-align: center;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.content-start {
|
||||
padding-top: 32px;
|
||||
}
|
||||
|
||||
.content-end {
|
||||
border-radius: 0 0 5px 5px;
|
||||
padding-top: 16px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
.column-cell,
|
||||
p {
|
||||
color: lighten($ui-base-color, 26%);
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 0;
|
||||
font-size: 13px;
|
||||
|
||||
&.small {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: lighten($ui-base-color, 26%);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
img {
|
||||
opacity: 0.3;
|
||||
}
|
||||
}
|
||||
|
||||
.logo {
|
||||
position: relative;
|
||||
left: -4px;
|
||||
}
|
||||
|
||||
.button {
|
||||
display: table;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
td {
|
||||
line-height: 20px;
|
||||
mso-line-height-rule: exactly;
|
||||
border-radius: 4px;
|
||||
text-align: center;
|
||||
font-weight: 500;
|
||||
font-size: 17px;
|
||||
padding: 0 !important;
|
||||
|
||||
a,
|
||||
a span {
|
||||
color: $primary-text-color;
|
||||
display: block !important;
|
||||
text-align: center !important;
|
||||
vertical-align: top !important;
|
||||
line-height: inherit !important;
|
||||
}
|
||||
|
||||
a {
|
||||
padding: 10px 22px !important;
|
||||
line-height: 26px !important;
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.button-default {
|
||||
background-color: darken($ui-base-color, 8%);
|
||||
}
|
||||
|
||||
.button-primary {
|
||||
background-color: $ui-highlight-color;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.padded {
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
.hero-icon {
|
||||
width: 64px;
|
||||
|
||||
td {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
line-height: 100%;
|
||||
mso-line-height-rule: exactly;
|
||||
padding: 16px;
|
||||
border-radius: 80px;
|
||||
background: $success-green;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 32px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
display: block;
|
||||
line-height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
|
||||
body {
|
||||
min-height: 1024px !important;
|
||||
}
|
||||
}
|
@ -0,0 +1,55 @@
|
||||
!!!
|
||||
%html{ lang: I18n.locale }
|
||||
%head
|
||||
%meta{ 'http-equiv' => 'Content-Type', 'content' => 'text/html; charset=utf-8' }/
|
||||
%meta{ name: 'viewport', content: 'width=device-width, initial-scale=1.0, shrink-to-fit=no' }
|
||||
|
||||
%title/
|
||||
|
||||
= stylesheet_pack_tag 'mailer'
|
||||
%body
|
||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.email-body.email-start
|
||||
.email-container
|
||||
%table.content-section{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.content-cell.header
|
||||
.email-row
|
||||
.col-6
|
||||
%table.column{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.column-cell
|
||||
= link_to root_url do
|
||||
= image_tag asset_pack_path('logo_full.svg'), height: 34, class: 'logo'
|
||||
|
||||
= yield
|
||||
|
||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.email-body.email-end
|
||||
.email-container
|
||||
%table.content-section{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.content-cell.content-end
|
||||
!= " "
|
||||
%tr
|
||||
%td.blank-cell.footer
|
||||
.email-row
|
||||
.col-4
|
||||
%table.column{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%td.column-cell
|
||||
%p= t 'about.hosted_on', domain: site_hostname
|
||||
%p= link_to t('application_mailer.notification_preferences'), settings_notifications_url
|
||||
.col-2
|
||||
%table.column{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%td.column-cell.text-right
|
||||
= link_to root_url do
|
||||
= image_tag asset_pack_path('logo_transparent.svg'), height: 24
|
@ -0,0 +1 @@
|
||||
= yield
|
@ -1,12 +0,0 @@
|
||||
<p>مرحبا <%= @resource.email %> !</p>
|
||||
|
||||
<p>لقد قمت بإنشاء حساب على <%= @instance %>.</p>
|
||||
|
||||
<p>لتأكيد التسجيل يرجى النقر على الرابط التالي : <br>
|
||||
<%= link_to 'تأكيد إنشاء الحساب', confirmation_url(@resource, confirmation_token: @token) %>
|
||||
|
||||
<p>يرجى الإطلاع على <%= link_to 'شروط الإستخدام', terms_url %>.</p>
|
||||
|
||||
<p>مع أجمل التحيات،<p>
|
||||
|
||||
<p>فريق <%= @instance %> </p>
|
@ -1,12 +0,0 @@
|
||||
<p>Benvingut <%= @resource.email %> !</p>
|
||||
|
||||
<p>Has creat un compte a <%= @instance %>.</p>
|
||||
|
||||
<p>Per confirmar la subscripció si us plau fes clic en el següent vincle : <br>
|
||||
<%= link_to 'Confirmar el meu compte', confirmation_url(@resource, confirmation_token: @token) %>
|
||||
|
||||
<p>Si us plau, també fes un cop d'ull als nostres <%= link_to 'termes i condicions', terms_url %>.</p>
|
||||
|
||||
<p>Sincerament,<p>
|
||||
|
||||
<p>L'equip <%= @instance %> </p>
|
@ -1,15 +0,0 @@
|
||||
<p>Welcome <%= @resource.email %> !</p>
|
||||
|
||||
<p>You just created an account on <%= @instance %>.</p>
|
||||
|
||||
<p>To confirm your inscription, please click on the following link : <br>
|
||||
<%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %></p>
|
||||
|
||||
<p>If the above link did not work, copy and paste this URL into your address bar: <br>
|
||||
<span><%= confirmation_url(@resource, confirmation_token: @token) %></span>
|
||||
|
||||
<p>Please also check out our <%= link_to 'terms and conditions', terms_url %>.</p>
|
||||
|
||||
<p>Sincerely,<p>
|
||||
|
||||
<p>The <%= @instance %> team</p>
|
@ -1,12 +0,0 @@
|
||||
<p>¡Bienvenido, <%= @resource.email %>!</p>
|
||||
|
||||
<p>Acabas de crear una cuenta en <%= @instance %>.</p>
|
||||
|
||||
<p>Para confirmar tu registro, por favor ingresa al siguiente enlace:<br>
|
||||
<%= link_to 'Confirmar mi cuenta', confirmation_url(@resource, confirmation_token: @token) %>
|
||||
|
||||
<p>También revisa nuestros <%= link_to 'términos y condiciones', terms_url %>.</p>
|
||||
|
||||
<p>Sinceramente,<p>
|
||||
|
||||
<p>El equipo de <%= @instance %></p>
|
@ -1,12 +0,0 @@
|
||||
<p dir="rtl">خوش آمدید <%= @resource.email %> !</p>
|
||||
|
||||
<p dir="rtl">شما الان در <%= @instance %> حساب باز کردید.</p>
|
||||
|
||||
<p dir="rtl">برای تأیید عضویت، لطفاً روی پیوند زیر کلیک کنید: <br>
|
||||
<%= link_to 'تأیید حساب', confirmation_url(@resource, confirmation_token: @token) %>
|
||||
|
||||
<p dir="rtl">لطفاً همچنین <%= link_to 'شرایط و مقررات استفادهٔ', terms_url %> ما را هم بخوانید.</p>
|
||||
|
||||
<p dir="rtl">با احترام,<p>
|
||||
|
||||
<p dir="rtl">گردانندگان سرور <%= @instance %></p>
|
@ -1,5 +0,0 @@
|
||||
<p>Tervetuloa <%= @resource.email %>!</p>
|
||||
|
||||
<p>Voit vahvistaa Mastodon tilisi klikkaamalla alla olevaa linkkiä:</p>
|
||||
|
||||
<p><%= link_to 'Varmista tilini', confirmation_url(@resource, confirmation_token: @token) %></p>
|
@ -1,14 +0,0 @@
|
||||
<div lang="he" dir="rtl">
|
||||
<p>שלום <%= @resource.email %> !</p>
|
||||
|
||||
<p>הרגע יצרת חשבון בקהילה <%= @instance %>.</p>
|
||||
|
||||
<p>כדי לוודא את הרשמתך, יש ללחוץ על הקישורית הבאה : <br>
|
||||
<%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %>
|
||||
|
||||
<p>יש לעבור גם על תנאי השימוש <%= link_to 'terms and conditions', terms_url %>.</p>
|
||||
|
||||
<p>בתודה מראש,<p>
|
||||
|
||||
<p>צוות ניהול <%= @instance %></p>
|
||||
</div>
|
@ -0,0 +1,76 @@
|
||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.email-body
|
||||
.email-container
|
||||
%table.content-section{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.content-cell.hero
|
||||
.email-row
|
||||
.col-6
|
||||
%table.column{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.column-cell.text-center.padded
|
||||
%table.hero-icon{ align: 'center', cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td
|
||||
= image_tag asset_pack_path('icon_email.svg')
|
||||
|
||||
%h1= t 'devise.mailer.confirmation_instructions.title'
|
||||
|
||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.email-body
|
||||
.email-container
|
||||
%table.content-section{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.content-cell.content-start
|
||||
.email-row
|
||||
.col-6
|
||||
%table.column{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.column-cell.text-center
|
||||
%p= t 'devise.mailer.confirmation_instructions.explanation', host: site_hostname
|
||||
|
||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.email-body
|
||||
.email-container
|
||||
%table.content-section{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.content-cell
|
||||
%table.column{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.column-cell.button-cell
|
||||
%table.button{ align: 'center', cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.button-primary
|
||||
= link_to confirmation_url(@resource, confirmation_token: @token) do
|
||||
%span= t 'devise.mailer.confirmation_instructions.action'
|
||||
|
||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.email-body
|
||||
.email-container
|
||||
%table.content-section{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.content-cell
|
||||
.email-row
|
||||
.col-6
|
||||
%table.column{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.column-cell.text-center
|
||||
%p= t 'devise.mailer.confirmation_instructions.extra_html', terms_path: about_more_url, policy_path: terms_url
|
@ -1,12 +0,0 @@
|
||||
<p>Selamat datang <%= @resource.email %> !</p>
|
||||
|
||||
<p>Anda barus saja membuat akun di <%= @instance %>.</p>
|
||||
|
||||
<p>Untuk mengkonfirmasi, silakan klik link berikut ini : <br>
|
||||
<%= link_to 'Konfirmasikan akun saya', confirmation_url(@resource, confirmation_token: @token) %>
|
||||
|
||||
<p>Silakan cek juga <%= link_to 'ketentuan layanan', terms_url %> kami.</p>
|
||||
|
||||
<p>Hormat kami,<p>
|
||||
|
||||
<p>Tim <%= @instance %></p>
|
@ -1,12 +0,0 @@
|
||||
<p>Benvenuto <%= @resource.email %> !</p>
|
||||
|
||||
<p>Hai appena creato un account su <%= @instance %>.</p>
|
||||
|
||||
<p>Per confermare la tua iscrizione, fai clic sul seguente link: <br>
|
||||
<%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %>
|
||||
|
||||
<p>Per piacere leggi anche i nostri <%= link_to 'terms and conditions', terms_url %>.</p>
|
||||
|
||||
<p>Sinceramente,<p>
|
||||
|
||||
<p>The <%= @instance %> team</p>
|
@ -1,11 +0,0 @@
|
||||
<p>ようこそ<%= @resource.email %>さん</p>
|
||||
|
||||
<p><%= @instance %>にアカウントが作成されました。</p>
|
||||
|
||||
<p>以下のリンクをクリックしてMastodonアカウントのメールアドレスを確認してください。</p>
|
||||
|
||||
<p><%= link_to 'メールアドレスの確認', confirmation_url(@resource, confirmation_token: @token) %></p>
|
||||
|
||||
<p>また、インスタンスの<%= link_to '利用規約', terms_url %>についてもご確認ください。</p>
|
||||
|
||||
<p><%= @instance %> チーム</p>
|
@ -1,13 +0,0 @@
|
||||
<p>안녕하세요 <%= @resource.email %> 님!</p>
|
||||
|
||||
<p><%= @instance %>에 새로 계정을 만들었습니다.</p>
|
||||
|
||||
<p>아래 링크를 눌러 회원가입을 완료 하세요:<br>
|
||||
<%= link_to '계정 활성화', confirmation_url(@resource, confirmation_token: @token) %></p>
|
||||
|
||||
<p>만약 위의 링크가 작동하지 않는다면 아래 URL을 복사하여 주소창에 붙여넣으세요</p>
|
||||
<span><%= confirmation_url(@resource, confirmation_token: @token) %></span>
|
||||
|
||||
<p> <%= link_to '약관', terms_url %>도 확인 바랍니다.</p>
|
||||
|
||||
<p><%= @instance %> 드림</p>
|
@ -1,12 +0,0 @@
|
||||
<p>Welkom <%= @resource.email %> !</p>
|
||||
|
||||
<p>Je hebt zojuist een account aangemaakt op <%= @instance %>.</p>
|
||||
|
||||
<p>Klik op de volgende link om jouw registratie te bevestigen :<br />
|
||||
<%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %> </p>
|
||||
|
||||
<p>Lees ook onze gebruikersvoorwaarden op <%= link_to 'terms and conditions', terms_url %>.</p>
|
||||
|
||||
<p>Vriendelijke groet,</p>
|
||||
|
||||
<p>De beheerder(s) van <%= @instance %></p>
|
@ -1,12 +0,0 @@
|
||||
<p>Velkommen <%= @resource.email %> !</p>
|
||||
|
||||
<p>Du har akkurat opprettet en konto på <%= @instance %>.</p>
|
||||
|
||||
<p>For å bekrefte innskriving i manntallet vennligst trykk på følgende lenke : <br>
|
||||
<%= link_to 'Bekreft min bruker', confirmation_url(@resource, confirmation_token: @token) %>
|
||||
|
||||
<p>Vennligst også les våre <%= link_to 'brukervilkår', terms_url %>.</p>
|
||||
|
||||
<p>Med vennlig hilsen,<p>
|
||||
|
||||
<p>Gjengen bak <%= @instance %> </p>
|
@ -1,12 +0,0 @@
|
||||
<p>Witaj, <%= @resource.email %>!</p>
|
||||
|
||||
<p>Właśnie utworzyłeś konto na instancji <%= @instance %>.</p>
|
||||
|
||||
<p>Aby aktywować konto, odwiedź poniższy link: <br>
|
||||
<%= link_to 'Potwierdź rejestrację', confirmation_url(@resource, confirmation_token: @token) %>
|
||||
|
||||
<p>Pamiętaj przeczytać nasz <%= link_to 'regulamin i zasady użytkowania', terms_url %>.</p>
|
||||
|
||||
<p>Z pozdrowieniami,<p>
|
||||
|
||||
<p>Zespół <%= @instance %></p>
|
@ -1,12 +0,0 @@
|
||||
<p>Boas vindas, <%= @resource.email %>!</p>
|
||||
|
||||
<p>Você acabou de criar uma conta na instância <%= @instance %>.</p>
|
||||
|
||||
<p>Para confirmar o seu cadastro, por favor clique no link a seguir: <br>
|
||||
<%= link_to 'Confirmar cadastro', confirmation_url(@resource, confirmation_token: @token) %>
|
||||
|
||||
<p>Por favor, leia também os nossos <%= link_to 'termos de serviços', terms_url %>.</p>
|
||||
|
||||
<p>Atenciosamente,<p>
|
||||
|
||||
<p>A equipe da instância <%= @instance %></p>
|
@ -1,15 +0,0 @@
|
||||
<p>Dobrodošao <%= @resource.email %> !</p>
|
||||
|
||||
<p>Upravo ste napravili nalog na instanci <%= @instance %>.</p>
|
||||
|
||||
<p>Da potvrdite Vašu registraciju, molimo Vas kliknite na sledeći link: <br>
|
||||
<%= link_to 'Potvrdi moj nalog', confirmation_url(@resource, confirmation_token: @token) %></p>
|
||||
|
||||
<p>Ako link iznad ne radi, kopirajte i nalepite ovu adresu u adresnu traku: <br>
|
||||
<span><%= confirmation_url(@resource, confirmation_token: @token) %></span>
|
||||
|
||||
<p>Takođe pogledajte i <%= link_to 'pravila i uslove korišćenja', terms_url %>.</p>
|
||||
|
||||
<p>S poštovanjem,<p>
|
||||
|
||||
<p><%= @instance %> tim</p>
|
@ -1,15 +0,0 @@
|
||||
<p>Välkommen <%= @resource.email %> !</p>
|
||||
|
||||
<p>Du har precis startat upp ett konto på <%= @instance %>.</p>
|
||||
|
||||
<p>För att bekräfta din inskrift, vänligen klicka på följande länk : <br>
|
||||
<%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %></p>
|
||||
|
||||
<p>Om länken ovan inte fungerar, kopiera och klistra in den här webbadressen i adressfältet: <br>
|
||||
<span><%= confirmation_url(@resource, confirmation_token: @token) %></span>
|
||||
|
||||
<p>Vänligen kolla även våra <%= link_to 'terms and conditions', terms_url %>.</p>
|
||||
|
||||
<p>Vänliga hälsningar,<p>
|
||||
|
||||
<p>Teamet på <%= @instance %></p>
|
@ -1,13 +0,0 @@
|
||||
<p><%= @resource.email %>,你好呀!</p>
|
||||
|
||||
<p>你刚刚在 <%= @instance %> 创建了一个帐户呢。</p>
|
||||
|
||||
<p>点击下面的链接来完成注册啦:<br>
|
||||
<%= link_to '确认帐户', confirmation_url(@resource, confirmation_token: @token) %>
|
||||
|
||||
<p>上面的链接按不动?把下面的链接复制到地址栏再试试:<br>
|
||||
<span><%= confirmation_url(@resource, confirmation_token: @token) %></span>
|
||||
|
||||
<p>记得读一读我们的<%= link_to '使用条款', terms_url %>哦。</p>
|
||||
|
||||
<p>来自 <%= @instance %> 管理团队</p>
|
@ -1,15 +0,0 @@
|
||||
<p>Hello <%= @resource.email %>!</p>
|
||||
|
||||
<% if @resource&.unconfirmed_email? %>
|
||||
<p>We're contacting you to notify you that the email you use on <%= @instance %> is being changed to <%= @resource.unconfirmed_email %>.</p>
|
||||
<% else %>
|
||||
<p>We're contacting you to notify you that the email you use on <%= @instance %> has been changed to <%= @resource.email %>.</p>
|
||||
<% end %>
|
||||
|
||||
<p>
|
||||
If you did not change your email, it is likely that someone has gained access to your account. Please change your password immediately or contact the instance admin if you're locked out of your account.
|
||||
</p>
|
||||
|
||||
<p>Sincerely,<p>
|
||||
|
||||
<p>The <%= @instance %> team</p>
|
@ -0,0 +1,58 @@
|
||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.email-body
|
||||
.email-container
|
||||
%table.content-section{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.content-cell.hero
|
||||
.email-row
|
||||
.col-6
|
||||
%table.column{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.column-cell.text-center.padded
|
||||
%table.hero-icon{ align: 'center', cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td
|
||||
= image_tag asset_pack_path('icon_email.svg')
|
||||
|
||||
%h1= t 'devise.mailer.email_changed.title'
|
||||
%p.lead= t 'devise.mailer.email_changed.explanation'
|
||||
|
||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.email-body
|
||||
.email-container
|
||||
%table.content-section{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.content-cell.content-start
|
||||
%table.column{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.column-cell.input-cell
|
||||
%table.input{ align: 'center', cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td= @resource.unconfirmed_email
|
||||
|
||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.email-body
|
||||
.email-container
|
||||
%table.content-section{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.content-cell
|
||||
.email-row
|
||||
.col-6
|
||||
%table.column{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.column-cell.text-center.padded
|
||||
%p= t 'devise.mailer.email_changed.extra'
|
@ -1,13 +0,0 @@
|
||||
<p>こんにちは<%= @resource.email %>さん</p>
|
||||
|
||||
<% if @resource&.unconfirmed_email? %>
|
||||
<p><%= @instance %>で使っているメールアドレスが<%= @resource.unconfirmed_email %>に変更されようとしています。</p>
|
||||
<% else %>
|
||||
<p><%= @instance %>で使っているメールアドレスが<%= @resource.email %>に変更されました。</p>
|
||||
<% end %>
|
||||
|
||||
<p>
|
||||
メールアドレスを変更した覚えがない場合、誰かがあなたのアカウントにアクセスしたおそれがあります。すぐにパスワードを変更するか、アカウントにアクセスできない場合はインスタンスの管理者に連絡してください。
|
||||
</p>
|
||||
|
||||
<p><%= @instance %>チームより</p>
|
@ -1,15 +0,0 @@
|
||||
<p>Witaj, <%= @resource.email %>!</p>
|
||||
|
||||
<% if @resource&.unconfirmed_email? %>
|
||||
<p>Informujemy, że e-mail używany przez Ciebie na <%= @instance %> został zmieniony na <%= @resource.unconfirmed_email %>.</p>
|
||||
<% else %>
|
||||
<p>Informujemy, że e-mail używany przez Ciebie na <%= @instance %> został zmieniony na <%= @resource.email %>.</p>
|
||||
<% end %>
|
||||
|
||||
<p>
|
||||
Jeżeli to nie Ty, prawdopodobnie ktoś uzyskał dostęp do Twojego konta. Zalecana jest natychmiastowa zmiana hasła lub skontaktowanie się z administratorem, jeżeli nie masz dostępu do swojego konta.
|
||||
</p>
|
||||
|
||||
<p>Z pozdrowieniami,<p>
|
||||
|
||||
<p>Zespół <%= @instance %></p>
|
@ -1,13 +0,0 @@
|
||||
<p><%= @resource.email %>,你好呀!</p>
|
||||
|
||||
<% if @resource&.unconfirmed_email? %>
|
||||
<p>我们发送这封邮件是为了提醒你,你在 <%= @instance %> 上使用的电子邮件地址即将变更为 <%= @resource.unconfirmed_email %>。</p>
|
||||
<% else %>
|
||||
<p>我们发送这封邮件是为了提醒你,你在 <%= @instance %> 上使用的电子邮件地址已经变更为 <%= @resource.unconfirmed_email %>。</p>
|
||||
<% end %>
|
||||
|
||||
<p>
|
||||
如果你并没有请求更改你的电子邮件地址,则他人很有可能已经入侵你的帐户。请立即更改你的密码;如果你已经无法访问你的帐户,请联系实例的管理员请求协助。
|
||||
</p>
|
||||
|
||||
<p>来自 <%= @instance %> 管理团队</p>
|
@ -1,3 +0,0 @@
|
||||
<p>صباح الخير <%= @resource.email %> !</p>
|
||||
|
||||
<p>نود أن نخبرك أنه قد تم تعديل كلمة مرور ماستدون الخاصة بك بنجاح.</p>
|
@ -1,3 +0,0 @@
|
||||
<p>Hola <%= @resource.email %>!</p>
|
||||
|
||||
<p>Aquest correu es per a notificar-te que la teva contrasenya a mastodont.cat ha canviat.</p>
|
@ -1,3 +0,0 @@
|
||||
<p>Hello <%= @resource.email %>!</p>
|
||||
|
||||
<p>We're contacting you to notify you that your password on <%= @instance %> has been changed.</p>
|
@ -1,3 +0,0 @@
|
||||
<p>¡Hola, <%= @resource.email %>!</p>
|
||||
|
||||
<p>Te contactamos para notificarte que tu contraseña en <%= @instance %> ha sido modificada.</p>
|
@ -1,3 +0,0 @@
|
||||
<p dir="rtl">سلام <%= @resource.email %>!</p>
|
||||
|
||||
<p dir="rtl">این پیغام برای این است که به شما بگوییم رمز شما در ماستدون تغییر کرده است.</p>
|
@ -1,3 +0,0 @@
|
||||
<p>Hei <%= @resource.email %>!</p>
|
||||
|
||||
<p>Lähetämme tämän viestin ilmoittaaksemme että salasanasi on vaihdettu.</p>
|
@ -1,3 +0,0 @@
|
||||
<p>Bonjour <%= @resource.email %> !</p>
|
||||
|
||||
<p>Nous vous contactons pour vous informer que votre mot de passe sur Mastodon a bien été modifié.</p>
|
@ -1,4 +0,0 @@
|
||||
<div lang="he" dir="rtl">
|
||||
<p>שלום <%= @resource.email %>!</p>
|
||||
|
||||
<p>רצינו להודיע לך שסיסמתך במסטודון אצלנו הוחלפה.</p>
|
@ -0,0 +1,40 @@
|
||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.email-body
|
||||
.email-container
|
||||
%table.content-section{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.content-cell.hero
|
||||
.email-row
|
||||
.col-6
|
||||
%table.column{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.column-cell.text-center.padded
|
||||
%table.hero-icon{ align: 'center', cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td
|
||||
= image_tag asset_pack_path('icon_lock_open.svg')
|
||||
|
||||
%h1= t 'devise.mailer.password_change.title'
|
||||
%p.lead= t 'devise.mailer.password_change.explanation'
|
||||
|
||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.email-body
|
||||
.email-container
|
||||
%table.content-section{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.content-cell.content-start
|
||||
.email-row
|
||||
.col-6
|
||||
%table.column{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.column-cell.text-center.padded
|
||||
%p= t 'devise.mailer.password_change.extra'
|
@ -1,3 +0,0 @@
|
||||
<p>Hai <%= @resource.email %>!</p>
|
||||
|
||||
<p>Kami menghubungi anda untuk memberitahu bahwa kata sandi anda di Mastodon telah diubah.</p>
|
@ -1,3 +0,0 @@
|
||||
<p>Ciao <%= @resource.email %>!</p>
|
||||
|
||||
<p>Ti stiamo contattando per avvisarti che la tua password su Mastodon è stata cambiata.</p>
|
@ -1,3 +0,0 @@
|
||||
<p>こんにちは<%= @resource.email %>さん</p>
|
||||
|
||||
<p>Mastodonアカウントのパスワードが変更されました。</p>
|
@ -1,3 +0,0 @@
|
||||
<p>Hallo <%= @resource.email %>!</p>
|
||||
|
||||
<p>Hierbij laten we jou weten dat jouw wachtwoord op Mastodon is veranderd.</p>
|
@ -1,3 +0,0 @@
|
||||
<p>Hei <%= @resource.email %>!</p>
|
||||
|
||||
<p>Ditt Mastodon-passord har blitt endret.</p>
|
@ -1,3 +0,0 @@
|
||||
<p>Witaj, <%= @resource.email %>!</p>
|
||||
|
||||
<p>Informujemy, że ostatnio zmieniono Twoje hasło na <%= @instance %>.</p>
|
@ -1,3 +0,0 @@
|
||||
<p>Olá, <%= @resource.email %>!</p>
|
||||
|
||||
<p>Estamos te contatando para te notificar que a sua senha na instância <%= @instance %> foi modificada.</p>
|
@ -1,3 +0,0 @@
|
||||
<p>Zdravo <%= @resource.email %>!</p>
|
||||
|
||||
<p>Želimo samo da Vas obavestimo da je Vaša lozinka na Mastodont instanci <%= @instance %> promenjena.</p>
|
@ -1,3 +0,0 @@
|
||||
<p>Hej <%= @resource.email %>!</p>
|
||||
|
||||
<p>Vi kontaktar dig för att meddela dig att ditt lösenord på <%= @instance %> har blivit ändrat.</p>
|
@ -1,3 +0,0 @@
|
||||
<p>สวัสดี <%= @resource.email %>!</p>
|
||||
|
||||
<p>เราติดต่อเข้ามาเพื่อจะแจ้งให้คุณทราบว่าพาสเวิร์ด Mastodon เปลี่ยนแล้ว </p>
|
@ -1,3 +0,0 @@
|
||||
<p><%= @resource.email %>,你好呀!</p>
|
||||
|
||||
<p>提醒一下,你在 <%= @instance %> 上的密码被更改了哦。</p>
|
@ -1,15 +0,0 @@
|
||||
<p>Hello <%= @resource.unconfirmed_email %>!</p>
|
||||
|
||||
<p>You requested a change to the email address you use on <%= @instance %>.</p>
|
||||
|
||||
<p>To confirm your new email, please click on the following link:<br>
|
||||
<%= link_to 'Confirm my email address', confirmation_url(@resource, confirmation_token: @token) %></p>
|
||||
|
||||
<p>If the above link did not work, copy and paste this URL into your address bar: <br>
|
||||
<span><%= confirmation_url(@resource, confirmation_token: @token) %></span>
|
||||
|
||||
<p>Please also check out our <%= link_to 'terms and conditions', terms_url %>.</p>
|
||||
|
||||
<p>Sincerely,<p>
|
||||
|
||||
<p>The <%= @instance %> team</p>
|
@ -0,0 +1,60 @@
|
||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.email-body
|
||||
.email-container
|
||||
%table.content-section{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.content-cell.hero
|
||||
.email-row
|
||||
.col-6
|
||||
%table.column{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.column-cell.text-center.padded
|
||||
%table.hero-icon{ align: 'center', cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td
|
||||
= image_tag asset_pack_path('icon_email.svg')
|
||||
|
||||
%h1= t 'devise.mailer.reconfirmation_instructions.title'
|
||||
%p.lead= t 'devise.mailer.reconfirmation_instructions.explanation'
|
||||
|
||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.email-body
|
||||
.email-container
|
||||
%table.content-section{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.content-cell.content-start
|
||||
%table.column{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.column-cell.button-cell
|
||||
%table.button{ align: 'center', cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.button-primary
|
||||
= link_to confirmation_url(@resource, confirmation_token: @token) do
|
||||
%span= t 'devise.mailer.confirmation_instructions.action'
|
||||
|
||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.email-body
|
||||
.email-container
|
||||
%table.content-section{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.content-cell
|
||||
.email-row
|
||||
.col-6
|
||||
%table.column{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.column-cell.text-center.padded
|
||||
%p= t 'devise.mailer.reconfirmation_instructions.extra'
|
@ -1,13 +0,0 @@
|
||||
<p>こんにちは<%= @resource.unconfirmed_email %>さん</p>
|
||||
|
||||
<p><%= @instance %>で使っているメールアドレスの変更をあなたがリクエストしました。</p>
|
||||
|
||||
<p>新しいメールアドレスを確認するには次のリンクをクリックしてください:<br>
|
||||
<%= link_to 'わたしのメールアドレスを確認する', confirmation_url(@resource, confirmation_token: @token) %></p>
|
||||
|
||||
<p>上記のリンクがうまくいかなかった場合はこのURLをコピーしてアドレスバーに貼り付けてください:<br>
|
||||
<span><%= confirmation_url(@resource, confirmation_token: @token) %></span>
|
||||
|
||||
<p>また<%= link_to '利用規約', terms_url %>もご確認ください。</p>
|
||||
|
||||
<p><%= @instance %>チームより</p>
|
@ -1,15 +0,0 @@
|
||||
<p>Witaj, <%= @resource.unconfirmed_email %>!</p>
|
||||
|
||||
<p>Dokonano próby zmiany adresu e-mail, którego używasz na <%= @instance %>.</p>
|
||||
|
||||
<p>Aby potwierdzić posiadanie tego adresu e-mail, kliknij na poniższy odnośnik:<br>
|
||||
<%= link_to 'Potwierdź mój adres e-mail', confirmation_url(@resource, confirmation_token: @token) %></p>
|
||||
|
||||
<p>Jeżeli ten odnośnik nie działa, wklej następujący adres w pasek adresu Twojej przeglądarki: <br>
|
||||
<span><%= confirmation_url(@resource, confirmation_token: @token) %></span>
|
||||
|
||||
<p>Pamiętaj o przeczytaniu naszych <%= link_to 'zasad użytkowania', terms_url %>.</p>
|
||||
|
||||
<p>Z pozdrowieniami,<p>
|
||||
|
||||
<p>Zespół <%= @instance %></p>
|
@ -1,13 +0,0 @@
|
||||
<p><%= @resource.email %>,你好呀!</p>
|
||||
|
||||
<p>你正在更改你在 <%= @instance %> 使用的电子邮件地址。</p>
|
||||
|
||||
<p>点击下面的链接以确认操作:<br>
|
||||
<%= link_to '确认我的电子邮件地址', confirmation_url(@resource, confirmation_token: @token) %></p>
|
||||
|
||||
<p>上面的链接按不动?把下面的链接复制到地址栏再试试:<br>
|
||||
<span><%= confirmation_url(@resource, confirmation_token: @token) %></span>
|
||||
|
||||
<p>记得读一读我们的<%= link_to '使用条款', terms_url %>哦。</p>
|
||||
|
||||
<p>来自 <%= @instance %> 管理团队</p>
|
@ -1,8 +0,0 @@
|
||||
<p>صباح الخير <%= @resource.email %> !</p>
|
||||
|
||||
<p>لقد طلب أحدهم رابط تعديل كلمة مرور ماستدون الخاصة بك. يمكنك المتابعة و مواصلة التعديل على الرابط التالي.</p>
|
||||
|
||||
<p><%= link_to 'تعديل الكلمة السرية', edit_password_url(@resource, reset_password_token: @token) %></p>
|
||||
|
||||
<p>يمكنك تجاهل هذه الرسالة إن لم تكن من طلب ذلك.</p>
|
||||
<p>لن يتم تعديل كلمة المرور الخاصة بك و ستبقى نفسها إلا إذا قمت بالضغط على الرابط أعلاه.</p>
|
@ -1,8 +0,0 @@
|
||||
<p>Hola <%= @resource.email %>!</p>
|
||||
|
||||
<p>Algú ha sol·licitat un enllaç per canviar la contrasenya a mastodont.cat. Això es pot fer a través del següent enllaç.</p>
|
||||
|
||||
<p><%= link_to 'Canviar la contrasenya', edit_password_url(@resource, reset_password_token: @token) %></p>
|
||||
|
||||
<p>Si no has sol·licitat aquest canvi, si us plau, ignora aquest correu.</p>
|
||||
<p>La teva contrasenya no canviarà fins que accedeix a l'enllaç de dalt per crear-ne una de nova.</p>
|
@ -1,8 +0,0 @@
|
||||
<p>Hello <%= @resource.email %>!</p>
|
||||
|
||||
<p>Someone has requested a link to change your password on <%= @instance %>. You can do this through the link below.</p>
|
||||
|
||||
<p><%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %></p>
|
||||
|
||||
<p>If you didn't request this, please ignore this email.</p>
|
||||
<p>Your password won't change until you access the link above and create a new one.</p>
|
@ -1,8 +0,0 @@
|
||||
<p>¡Hola, <%= @resource.email %>!</p>
|
||||
|
||||
<p>Alguien pidió un enlace para cambiar tu contraseña en <%= @instance %>. Puedes hacer esto con el siguiente enlace.</p>
|
||||
|
||||
<p><%= link_to 'Cambiar mi contraseña', edit_password_url(@resource, reset_password_token: @token) %></p>
|
||||
|
||||
<p>Si no fuiste tú, por favor ignora este mensaje.</p>
|
||||
<p>Tu contraseña no cambiará hasta que ingreses al enlace y crees una nueva.</p>
|
@ -1,8 +0,0 @@
|
||||
<p dir="rtl">سلام <%= @resource.email %>!</p>
|
||||
|
||||
<p dir="rtl">یک نفر درخواست کرده تا رمز شما در ماستدون عوض شود. برای این کار پیوند زیر را بهکار ببرید.</p>
|
||||
|
||||
<p dir="rtl"><%= link_to 'تغییر رمز', edit_password_url(@resource, reset_password_token: @token) %></p>
|
||||
|
||||
<p dir="rtl">اگر شما چنین درخواستی ندادهاید، لطفاً این ایمیل را نادیده بگیرید.</p>
|
||||
<p dir="rtl">تا وقتی که شما پیوند بالا را نبینید و رمز تازهای نسازید، رمز شما عوض نخواهد شد.</p>
|
@ -1,8 +0,0 @@
|
||||
<p>Hei <%= @resource.email %>!</p>
|
||||
|
||||
<p>Joku on pyytänyt salasanvaihto Mastodonissa. Voit tehdä sen allaolevassa linkissä.</p>
|
||||
|
||||
<p><%= link_to 'Vaihda salasanani', edit_password_url(@resource, reset_password_token: @token) %></p>
|
||||
|
||||
<p>Jos et pyytänyt vaihtoa, poista tämä viesti.</p>
|
||||
<p>Salasanaasi ei vaihdeta ennen kuin menet ylläolevaan linkkiin ja luot uuden.</p>
|
@ -0,0 +1,60 @@
|
||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.email-body
|
||||
.email-container
|
||||
%table.content-section{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.content-cell.hero
|
||||
.email-row
|
||||
.col-6
|
||||
%table.column{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.column-cell.text-center.padded
|
||||
%table.hero-icon{ align: 'center', cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td
|
||||
= image_tag asset_pack_path('icon_lock_open.svg')
|
||||
|
||||
%h1= t 'devise.mailer.reset_password_instructions.title'
|
||||
%p.lead= t 'devise.mailer.reset_password_instructions.explanation'
|
||||
|
||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.email-body
|
||||
.email-container
|
||||
%table.content-section{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.content-cell.content-start
|
||||
%table.column{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.column-cell.button-cell
|
||||
%table.button{ align: 'center', cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.button-primary
|
||||
= link_to edit_password_url(@resource, reset_password_token: @token) do
|
||||
%span= t 'devise.mailer.reset_password_instructions.action'
|
||||
|
||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.email-body
|
||||
.email-container
|
||||
%table.content-section{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.content-cell
|
||||
.email-row
|
||||
.col-6
|
||||
%table.column{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
%tr
|
||||
%td.column-cell.text-center.padded
|
||||
%p= t 'devise.mailer.reset_password_instructions.extra'
|
@ -1,8 +0,0 @@
|
||||
<p>Hai <%= @resource.email %>!</p>
|
||||
|
||||
<p>Seseorang telah melakukan permintaan link untuk merubah kata sandi anda di Mastodon. Anda bisa melakukan ini melalui link dibawah ini.</p>
|
||||
|
||||
<p><%= link_to 'Ubah kata sandi saya', edit_password_url(@resource, reset_password_token: @token) %></p>
|
||||
|
||||
<p>Jika anda tidak memintanya, mohon abaikan email ini.</p>
|
||||
<p>Password anda tidak akan diubah kecuali anda mengakses link di atas dan menggantinya.</p>
|
@ -1,8 +0,0 @@
|
||||
<p>Ciao <%= @resource.email %>!</p>
|
||||
|
||||
<p>Qualcuno ha richiesto un link per cambiare la tua password su Mastodon. Lo puoi fare tramite il link qui sotto.</p>
|
||||
|
||||
<p><%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %></p>
|
||||
|
||||
<p>Se non l'hai richiesto tu, ignora questa email.</p>
|
||||
<p>La tua password non verrà cambiata finché non accedi al link qui sopra e ne crei una nuova.</p>
|
@ -1,8 +0,0 @@
|
||||
<p>こんにちは<%= @resource.email %>さん</p>
|
||||
|
||||
<p>Mastodonアカウントのパスワードの変更がリクエストされました。以下のリンクをクリックして操作を完了できます。</p>
|
||||
|
||||
<p><%= link_to 'パスワードを変更', edit_password_url(@resource, reset_password_token: @token) %></p>
|
||||
|
||||
<p>このメールに身に覚えのない場合は無視してください。</p>
|
||||
<p>上記のリンクにアクセスし、変更をしない限りパスワードは変更されません。</p>
|
@ -1,9 +0,0 @@
|
||||
<p>Hallo <%= @resource.email %>!</p>
|
||||
|
||||
<p>Er heeft iemand een nieuw wachtwoord aangevraagd voor Mastodon. Je kan op de link hieronder klikken om jouw wach
|
||||
twoord te veranderen.</p>
|
||||
|
||||
<p><%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %></p>
|
||||
|
||||
<p>Je kan deze e-mail negeren wanneer jij dit niet hebt aangevraagd.</p>
|
||||
<p>Jouw wachtwoord blijft onveranderd wanneer je niet op bovenstaande link klikt.</p>
|
@ -1,9 +0,0 @@
|
||||
|
||||
<p>Hei <%= @resource.email %>!</p>
|
||||
|
||||
<p>Noen har forespurt en lenke til å bytte passord på din Mastodon-bruker. Du kan gjøre det ved å følge lenken under.</p>
|
||||
|
||||
<p><%= link_to 'Endre mitt passord', edit_password_url(@resource, reset_password_token: @token) %></p>
|
||||
|
||||
<p>Hvis du ikke vil endre ditt passord kan du ignorere denne epost.</p>
|
||||
<p>Passordet ditt blir ikke endret før du følger lenken over og endrer det.</p>
|
@ -1,9 +0,0 @@
|
||||
<p>Witaj, <%= @resource.email %>!</p>
|
||||
|
||||
<p>Ktoś próbował zmienić Twoje hasło na <%= @instance %>. Możesz zrobić to klikając w
|
||||
poniższy link.</p>
|
||||
|
||||
<p><%= link_to 'Zmień moje hasło', edit_password_url(@resource, reset_password_token: @token) %></p>
|
||||
|
||||
<p>Jeżeli to nie Ty, zignoruj ten e-mail.</p>
|
||||
<p>Twoje hasło nie zostanie zmienione, dopóki nie użyjesz linku z podobnej wiadomości.</p>
|
@ -1,8 +0,0 @@
|
||||
<p>Olá, <%= @resource.email %>!</p>
|
||||
|
||||
<p>Alguém solicitou um link para mudar a sua senha na instância <%= @instance %>. Você pode fazer isso através do link abaixo:</p>
|
||||
|
||||
<p><%= link_to 'Mudar a minha senha', edit_password_url(@resource, reset_password_token: @token) %></p>
|
||||
|
||||
<p>Se você não solicitou isso, por favor ignore este e-mail.</p>
|
||||
<p>A senha não será modificada até que você acesse o link acima e crie uma nova.</p>
|
@ -1,8 +0,0 @@
|
||||
<p>Zdravo <%= @resource.email %>!</p>
|
||||
|
||||
<p>Neko je zatražio link za promenu lozinke na instanci <%= @instance %>. Ovo možete uraditi klikom na link ispod.</p>
|
||||
|
||||
<p><%= link_to 'Promeni moju lozinku', edit_password_url(@resource, reset_password_token: @token) %></p>
|
||||
|
||||
<p>Ignorišite ovu poruku, ako niste Vi bili ti koji ste zatražili promenu lozinke.</p>
|
||||
<p>Lozinka se neće promeniti sve dok ne kliknete link iznad i ne napravite novu lozinku.</p>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue