36 lines
815 B
PHP
36 lines
815 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'title' => 'E-poçta salgysyny tassyklaň',
|
|
|
|
'heading' => 'E-poçta salgysyny tassyklaň',
|
|
|
|
'actions' => [
|
|
|
|
'resend_notification' => [
|
|
'label' => 'Täzeden iber',
|
|
],
|
|
|
|
],
|
|
|
|
'messages' => [
|
|
'notification_not_received' => 'Biz iberen e-poçta almadyňyzmy?',
|
|
'notification_sent' => 'E-poçta salgysyny nähili tassyklamalydygy barada görkezmeleri öz içine alýan e-poçta :email-e iberdik.',
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'notification_resent' => [
|
|
'title' => 'E-poçta täzeden iberildi.',
|
|
],
|
|
|
|
'notification_resend_throttled' => [
|
|
'title' => 'Täzeden iberiş synanyşyklary köp boldy',
|
|
'body' => ':seconds sekuntdan soň täzeden synanyşyň.',
|
|
],
|
|
|
|
],
|
|
|
|
];
|