feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
<?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 ሰከንድ ውስጥ እንደገና ይሞክሩ።',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user