Created
October 18, 2018 12:13
-
-
Save SamAsEnd/63f6324f98008bc1191374edee0c08eb to your computer and use it in GitHub Desktop.
Laravel am
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
return [ | |
/* | |
|-------------------------------------------------------------------------- | |
| Password Reset Language Lines | |
|-------------------------------------------------------------------------- | |
| | |
| The following language lines are the default lines which match reasons | |
| that are given by the password broker for a password update attempt | |
| has failed, such as for an invalid token or invalid new password. | |
| | |
*/ | |
'password' => 'የይለፍ ቃሎችን ቢያንስ ስድስት ፊደላት መሆን እና ማረጋገጫ መዛመድ አለበት!', | |
'reset' => 'የይለፍ ቃልዎ ታድሷል!', | |
'sent' => 'የይለፍ ቃልዎን ዳግም ለማደስ የኢሜል ኢሜይል ተልኳል!', | |
'token' => 'ይህ የይለፍ ቃል ማደሻ ልክ ያልኾነ ነው.', | |
'user' => 'ይህን የኢ-ሜይል አድራሻ የያዘ ደንበኛ ማግኘት አልቻልንም.', | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment