36 lines
786 B
PHP
36 lines
786 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'title' => 'Verifiera din mejladress',
|
|
|
|
'heading' => 'Verifiera din mejladress',
|
|
|
|
'actions' => [
|
|
|
|
'resend_notification' => [
|
|
'label' => 'Skicka igen',
|
|
],
|
|
|
|
],
|
|
|
|
'messages' => [
|
|
'notification_not_received' => 'Inte fått meddelandet vi skickade?',
|
|
'notification_sent' => 'Vi skickade ett meddelande till :email med instruktioner på hur du verifierar din mejladress.',
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'notification_resent' => [
|
|
'title' => 'Vi skickade meddelandet igen.',
|
|
],
|
|
|
|
'notification_resend_throttled' => [
|
|
'title' => 'För många försök att skicka igen',
|
|
'body' => 'Vänligen försök igen om :seconds sekunder.',
|
|
],
|
|
|
|
],
|
|
|
|
];
|