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
779 B
PHP

<?php
return [
'title' => 'Bekreft din e-postadresse',
'heading' => 'Bekreft din e-postadresse',
'actions' => [
'resend_notification' => [
'label' => 'Send på nytt',
],
],
'messages' => [
'notification_not_received' => 'Ikke mottatt e-posten vi sendte?',
'notification_sent' => 'Vi har sendt e-post til :email med informasjon om hvordan du bekrefter din e-postadresse.',
],
'notifications' => [
'notification_resent' => [
'title' => 'Vi har sendt e-post på nytt.',
],
'notification_resend_throttled' => [
'title' => 'For mange forsøk på nye sendinger',
'body' => 'Vennligst prøv igjen om :seconds sekunder.',
],
],
];