Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Kiswahili / Swahili Version #247

Merged
merged 1 commit into from
Jun 30, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions src/Lang/sw.php
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',
];