32 lines
1.1 KiB
PHP
32 lines
1.1 KiB
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 ሰከንድ ውስጥ እንደገና ይሞክሩ።',
|
|
],
|
|
],
|
|
];
|