mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-13 04:33:30 -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
24 lines
1.2 KiB
PHP
24 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
"all_time" => "Wakati Wote",
|
|
"apply" => "Weka",
|
|
"cancel" => "Ghairi",
|
|
"custom" => "Maalum",
|
|
"from" => "Kutoka",
|
|
"last_30" => "Siku 30 Zilizopita",
|
|
"last_7" => "Siku 7 Zilizopita",
|
|
"last_financial_year" => "Mwaka wa Fedha Uliopita",
|
|
"last_month" => "Mwezi Uliopita",
|
|
"last_year" => "Mwaka Uliopita",
|
|
"same_month_last_year" => "Mwezi huu Mwaka Uliopita",
|
|
"same_month_to_same_day_last_year" => "Mwezi huu hadi Siku hii Mwaka Uliopita",
|
|
"this_financial_year" => "Mwaka wa Fedha wa Sasa",
|
|
"this_month" => "Mwezi wa Sasa",
|
|
"this_year" => "Mwaka wa Sasa",
|
|
"to" => "Hadi",
|
|
"today" => "Leo",
|
|
"today_last_year" => "Leo Mwaka Uliopita",
|
|
"weekstart" => "0",
|
|
"yesterday" => "Jana",
|
|
]; |