Skip to content

Instantly share code, notes, and snippets.

@SamAsEnd
Created October 18, 2018 12:13
Show Gist options
  • Save SamAsEnd/63f6324f98008bc1191374edee0c08eb to your computer and use it in GitHub Desktop.
Save SamAsEnd/63f6324f98008bc1191374edee0c08eb to your computer and use it in GitHub Desktop.
Laravel am
<?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