Files
tbbank-new/lang/vendor/filament-panels/tk/auth/pages/email-verification/email-verification-prompt.php
2025-10-22 20:08:22 +05:00

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ň.',
],
],
];