Uchiha Bayu Senju 4654a2e350
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
Upload
2025-04-27 23:55:09 +07:00

36 lines
824 B
PHP

<?php
return [
'title' => 'Vahvista sähköpostiosoite',
'heading' => 'Vahvista sähköpostiosoite',
'actions' => [
'resend_notification' => [
'label' => 'Lähetä uudelleen ',
],
],
'messages' => [
'notification_not_received' => 'Etkö saanut lähettämäämme sähköpostia?',
'notification_sent' => 'Sähköpostiin :email on lähetetty viesti joka sisältää ohjeet sähköpostiosoitteen vahvistamiseen.',
],
'notifications' => [
'notification_resent' => [
'title' => 'Sähköposti on lähetetty uudelleen.',
],
'notification_resend_throttled' => [
'title' => 'Liian monta lähetyksen yritystä',
'body' => 'Yritä uudelleen :seconds sekunnin kuluttua.',
],
],
];