54 lines
1.1 KiB
PHP
54 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'title' => 'ወደ ሲስተሙ ይግቡ',
|
|
'heading' => 'ግባ',
|
|
'actions' => [
|
|
|
|
'register' => [
|
|
|
|
'before' => 'ወይም',
|
|
'label' => 'በመለያ ይመዝገቡ',
|
|
],
|
|
'request_password_reset' => [
|
|
|
|
'label' => 'የይለፍ ቃልዎን ረሱ?',
|
|
],
|
|
],
|
|
'form' => [
|
|
|
|
'email' => [
|
|
|
|
'label' => 'የ ኢሜል አድራሻ',
|
|
],
|
|
'password' => [
|
|
|
|
'label' => 'የይለፍ ቃል',
|
|
],
|
|
'remember' => [
|
|
|
|
'label' => 'አስታውሰኝ',
|
|
],
|
|
'actions' => [
|
|
|
|
'authenticate' => [
|
|
|
|
'label' => 'ግባ',
|
|
],
|
|
],
|
|
],
|
|
'messages' => [
|
|
|
|
'failed' => 'እነዚህ ምስክርነቶች(ያስገቡት መረጃ) ከኛ መዝገቦች ጋር አይዛመዱም።',
|
|
],
|
|
'notifications' => [
|
|
|
|
'throttled' => [
|
|
|
|
'title' => 'በጣም ብዙ የመግባት ሙከራዎች',
|
|
'body' => 'እባክዎ በ:seconds ሰከንዶች ውስጥ እንደገና ይሞክሩ።',
|
|
],
|
|
],
|
|
];
|