-
-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Just wanted to add Kiswahili version of this.
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?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 ziliyopita', | ||
'from_now' => ':time kwanzia sasa', | ||
'after' => ':time baada', | ||
'before' => ':time kabla', | ||
'year' => 'mwaka 1|miaka :count', | ||
'month' => 'mwezi 1|miezi :count', | ||
'week' => 'wiki 1|wiki :count', | ||
'day' => 'siku 1|siku :count', | ||
'hour' => 'saa 1|masaa :count', | ||
'minute' => 'dakika 1|dakika :count', | ||
'second' => 'sekunde 1|sekunde :count', | ||
|
||
'january' => 'Januari', | ||
'february' => 'Febuari', | ||
'march' => 'Machi', | ||
'april' => 'Aprili', | ||
'may' => 'Mei', | ||
'june' => 'Juni', | ||
'july' => 'Julai', | ||
'august' => 'Agosti', | ||
'september' => 'Septemba', | ||
'october' => 'Oktoba', | ||
'november' => 'Novemba', | ||
'december' => 'Disemba', | ||
|
||
'monday' => 'Jumatatu', | ||
'tuesday' => 'Jumanne', | ||
'wednesday' => 'Jumatano', | ||
'thursday' => 'Alhamisi', | ||
'friday' => 'Ijumaa', | ||
'saturday' => 'Jumamosi', | ||
'sunday' => 'Jumapili', | ||
]; |