Skip to content

Commit

Permalink
Merge f018a85 into 1db4d58
Browse files Browse the repository at this point in the history
  • Loading branch information
SamAsEnd committed Jul 25, 2017
2 parents 1db4d58 + f018a85 commit bacd3a6
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Languages
This package contains language files for the following languages:

- Albanian
- Amharic
- Arabic
- Azerbaijani
- Bangla
Expand Down
48 changes: 48 additions & 0 deletions src/Lang/am.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Date Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the date library. Each line can
| have a singular and plural translation separated by a '|'.
|
*/

'ago' => 'αŠ¨α‹›αˆ¬ :time α‰ αŠα‰΅',
'from_now' => 'αŠ¨α‹›αˆ¬ :time α‰ αŠ‹αˆ‹',
'after' => 'ከ :time α‰ αŠ‹αˆ‹',
'before' => 'ከ :time α‰ αŠα‰΅',
'year' => '1 αŠ αˆ˜α‰΅|:count αŠ αˆ˜α‰³α‰΅',
'month' => '1 α‹ˆαˆ­|:count α‹ˆαˆ«α‰΅',
'week' => '1 αˆ³αˆαŠ•α‰΅|:count αˆ³αˆαŠ•α‰³α‰΅',
'day' => '1 α‰€αŠ•|:count α‰€αŠ“α‰΅',
'hour' => '1 αˆ°αŠ α‰΅|:count αˆ°α‹“α‰³α‰΅',
'minute' => '1 ደቂቃ|:count α‹°α‰‚α‰ƒα‹Žα‰½',
'second' => ':count αˆ°αŠ¨αŠ•α‹΅',

'january' => 'αŒ₯ር',
'february' => 'α‹¨αŠ«α‰²α‰΅',
'march' => 'αˆ˜αŒ‹α‰’α‰΅',
'april' => 'αˆšα‹«α‹α‹«',
'may' => 'αŒαŠ•α‰¦α‰΅',
'june' => 'αˆ°αŠ”',
'july' => 'ሐምሌ',
'august' => 'ነሐሴ',
'september' => 'መሡከረም',
'october' => 'αŒ₯α‰…αˆα‰΅',
'november' => 'αŠ…α‹³αˆ­',
'december' => 'α‰³αŠ…αˆ£αˆ₯',

'monday' => 'ሰኞ',
'tuesday' => 'αˆ›αŠ­αˆ°αŠž',
'wednesday' => 'αˆ¨α‰‘α‹•',
'thursday' => 'αˆ“αˆ™αˆ΅',
'friday' => 'α‹“αˆ­α‰₯',
'saturday' => 'α‰…α‹³αˆœ',
'sunday' => 'αŠ₯αˆ‘α‹΅',

];

0 comments on commit bacd3a6

Please sign in to comment.