mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-02 14:24:27 -04:00
- es-MX: Spanish (Mexico) calendar translations - nb: Norwegian Bokmål calendar translations - he: Hebrew calendar translations - ml: Malayalam calendar translations - tl: Tagalog calendar translations - ar-EG: Arabic (Egypt) calendar translations - ka, lo, ur: Empty placeholders (cannot translate these languages)
49 lines
1.7 KiB
PHP
49 lines
1.7 KiB
PHP
<?php
|
|
|
|
return [
|
|
"su" => "ഞാ",
|
|
"mo" => "തി",
|
|
"tu" => "ചൊ",
|
|
"we" => "ബു",
|
|
"th" => "വ്യാ",
|
|
"fr" => "വെ",
|
|
"sa" => "ശ",
|
|
"sun" => "ഞായർ",
|
|
"mon" => "തിങ്കൾ",
|
|
"tue" => "ചൊവ്വ",
|
|
"wed" => "ബുധൻ",
|
|
"thu" => "വ്യാഴം",
|
|
"fri" => "വെള്ളി",
|
|
"sat" => "ശനി",
|
|
"sunday" => "ഞായറാഴ്ച",
|
|
"monday" => "തിങ്കളാഴ്ച",
|
|
"tuesday" => "ചൊവ്വാഴ്ച",
|
|
"wednesday" => "ബുധനാഴ്ച",
|
|
"thursday" => "വ്യാഴാഴ്ച",
|
|
"friday" => "വെള്ളിയാഴ്ച",
|
|
"saturday" => "ശനിയാഴ്ച",
|
|
"jan" => "ജനു",
|
|
"feb" => "ഫെബ്രു",
|
|
"mar" => "മാർ",
|
|
"apr" => "ഏപ്രി",
|
|
"may" => "മേയ്",
|
|
"jun" => "ജൂൺ",
|
|
"jul" => "ജൂലൈ",
|
|
"aug" => "ആഗ",
|
|
"sep" => "സെപ്റ്റം",
|
|
"oct" => "ഒക്ടോ",
|
|
"nov" => "നവം",
|
|
"dec" => "ഡിസം",
|
|
"january" => "ജനുവരി",
|
|
"february" => "ഫെബ്രുവരി",
|
|
"march" => "മാർച്ച്",
|
|
"april" => "ഏപ്രിൽ",
|
|
"mayl" => "മേയ്",
|
|
"june" => "ജൂൺ",
|
|
"july" => "ജൂലൈ",
|
|
"august" => "ആഗസ്റ്റ്",
|
|
"september" => "സെപ്റ്റംബർ",
|
|
"october" => "ഒക്ടോബർ",
|
|
"november" => "നവംബർ",
|
|
"december" => "ഡിസംബർ",
|
|
]; |