diff --git a/src/pages/readlater.html b/src/pages/readlater.html index d51e8a4..641ea32 100644 --- a/src/pages/readlater.html +++ b/src/pages/readlater.html @@ -1,6 +1,7 @@ --- subject: "ReadLaterByEmail link" LOGO: "{{ asset('images/logo.png') }}" +LINK: "{{ __('emails.link') }}" IMAGE: "{{ $link->image }}" IMAGE_VAR: "$link->image" COMMENT: "{{ $link->comment }}" @@ -45,7 +46,7 @@ URL: "{{ $link->url }}"

- +
diff --git a/src/pages/resend.html b/src/pages/resend.html index 4fb09d7..af2075c 100644 --- a/src/pages/resend.html +++ b/src/pages/resend.html @@ -1,28 +1,32 @@ --- subject: "ReadLaterByEmail tokens" +TOKEN: "{{ __('emails.token') }}" +TOKENS_QUESTION: "{{ __('emails.tokens_question') }}" +YES: "{{ __('emails.tokens_yes') }}" +NO: "{{ __('emails.tokens_no') }}" LOGO: "{{ asset('images/logo.png') }}" LINK: "{{ $resend_link }}" --- -
Token
+
{{{ TOKEN }}}
- Nous avons reçu une demande de visualisation de Token pour Read Later. Était-ce voulu ? + {{{ TOKENS_QUESTION }}}
- +
- Non (vous pouvez ignorer et supprimer ce mail) + {{{ TOKENS_NO }}}
diff --git a/src/pages/tokens.html b/src/pages/tokens.html index c13c392..cf49c7e 100644 --- a/src/pages/tokens.html +++ b/src/pages/tokens.html @@ -1,15 +1,16 @@ --- subject: "ReadLaterByEmail tokens" LOGO: "{{ asset('images/logo.png') }}" +YOUR_TOKENS: "{{ __('emails.your_tokens') }}" TOKEN_NAME: "{{ $token->token_name }}" API_TOKEN: "{{ $token->api_token }}" DELETE_URL: "{{ URL::temporarySignedRoute('delete', now()->addHour(), ['token' => $token->api_token, 'email' => $user->email]) }}" -DELETE: "{{ __('delete') }}" +DELETE: "{{ __('emails.delete') }}" --- -
Vos tokens
+
{{{ YOUR_TOKENS }}}
diff --git a/src/pages/user_confirmation.html b/src/pages/user_confirmation.html index a94a3f0..cedc840 100644 --- a/src/pages/user_confirmation.html +++ b/src/pages/user_confirmation.html @@ -1,28 +1,32 @@ --- subject: "ReadLaterByEmail tokens" LOGO: "{{ asset('images/logo.png') }}" +CONFIRMATION: "{{ __('emails.confirmation') }}" +ACCOUNT_QUESTION: "{{ __('emails.account_question') }}" +ACCOUNT_YES: "{{ __('emails.account_yes') }}" +ACCOUNT_NO: "{{ __('emails.account_no') }}" LINK: "{{ $confirmation_link }}" --- -
Confirmation
+
{{{ CONFIRMATION }}}
- Nous avons reçu une demande de création de compte pour Read Later. Était-ce voulu ? + {{{ ACCOUNT_QUESTION }}}
- +
- Non (vous pouvez ignorer et supprimer ce mail) + {{{ ACCOUNT_NO }}}