feat: add routes, lang, tests, stubs, docs, and docker configurations

This commit is contained in:
2026-05-21 16:05:16 +07:00
parent fad70d096b
commit 28a06315b8
3385 changed files with 177070 additions and 0 deletions
@@ -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 ሰከንድ ውስጥ እንደገና ይሞክሩ።',
],
],
];