Files
biiproject-kit-v1/lang/vendor/filament-panels/ur/auth/pages/email-verification/email-verification-prompt.php
T

36 lines
970 B
PHP

<?php
return [
'title' => 'اپنا ای میل ایڈریس تصدیق کریں',
'heading' => 'اپنا ای میل ایڈریس تصدیق کریں',
'actions' => [
'resend_notification' => [
'label' => 'دوبارہ بھیجیں',
],
],
'messages' => [
'notification_not_received' => 'ہماری بھیجی گئی ای میل نہیں ملی؟',
'notification_sent' => 'ہم نے :email پر ایک ای میل بھیجی ہے جس میں تصدیق کے لیے ہدایات شامل ہیں۔',
],
'notifications' => [
'notification_resent' => [
'title' => 'ہم نے ای میل دوبارہ بھیج دی ہے۔',
],
'notification_resend_throttled' => [
'title' => 'کافی بار کوشش ہو چکی ہے',
'body' => 'براہ کرم :seconds سیکنڈ بعد دوبارہ کوشش کریں۔',
],
],
];