From cb14a65f7f050a21e1dfa89cdcdd9a425b20d0b3 Mon Sep 17 00:00:00 2001 From: Leylow Lujuo Date: Fri, 30 Jun 2017 10:48:37 +0300 Subject: [PATCH] Create Kiswahili / Swahili Version Just wanted to add Kiswahili version of this. --- src/Lang/sw.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/Lang/sw.php diff --git a/src/Lang/sw.php b/src/Lang/sw.php new file mode 100644 index 0000000..0af8129 --- /dev/null +++ b/src/Lang/sw.php @@ -0,0 +1,45 @@ + ':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', +];