Skip to content

Instantly share code, notes, and snippets.

@SamAsEnd
Created October 18, 2018 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SamAsEnd/fadbc4be9e644d0568b6b624de83df6b to your computer and use it in GitHub Desktop.
Save SamAsEnd/fadbc4be9e644d0568b6b624de83df6b to your computer and use it in GitHub Desktop.
Laravel am language
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'እነዚህ የመለያ ዝርዝሮች ከመዛግብቶቻችን ጋር አይመሳሰሉም.',
'throttle' => 'በጣም ብዙ የመግቢያ ሙከራዎች ተከናውኗል. እባክዎ ከ :seconds ሴኮንዶች በኋላ እንደገና ይሞክሩ.',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment