mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-12 20:18:02 -04:00
* Fix typo in stock location translation * Fix typo in stock location key * Fix typo in Language Receivings files stock_location * Add Swahili-TZ Language Files * Add Swahili-KE Language Files
49 lines
1.2 KiB
PHP
49 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
"su" => "J2",
|
|
"mo" => "J3",
|
|
"tu" => "J4",
|
|
"we" => "J5",
|
|
"th" => "Al",
|
|
"fr" => "Ij",
|
|
"sa" => "Jm",
|
|
"sun" => "Jm2",
|
|
"mon" => "Jm3",
|
|
"tue" => "Jm4",
|
|
"wed" => "Jm5",
|
|
"thu" => "Alh",
|
|
"fri" => "Iju",
|
|
"sat" => "Jmo",
|
|
"sunday" => "Jumapili",
|
|
"monday" => "Jumatatu",
|
|
"tuesday" => "Jumanne",
|
|
"wednesday" => "Jumatano",
|
|
"thursday" => "Alhamisi",
|
|
"friday" => "Ijumaa",
|
|
"saturday" => "Jumamosi",
|
|
"jan" => "Jan",
|
|
"feb" => "Feb",
|
|
"mar" => "Mac",
|
|
"apr" => "Apr",
|
|
"may" => "Mei",
|
|
"jun" => "Jun",
|
|
"jul" => "Jul",
|
|
"aug" => "Ago",
|
|
"sep" => "Sep",
|
|
"oct" => "Okt",
|
|
"nov" => "Nov",
|
|
"dec" => "Des",
|
|
"january" => "Januari",
|
|
"february" => "Februari",
|
|
"march" => "Machi",
|
|
"april" => "Aprili",
|
|
"mayl" => "Mei",
|
|
"june" => "Juni",
|
|
"july" => "Julai",
|
|
"august" => "Agosti",
|
|
"september" => "Septemba",
|
|
"october" => "Oktoba",
|
|
"november" => "Novemba",
|
|
"december" => "Disemba",
|
|
]; |