mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-28 12:07:52 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
50 lines
1.4 KiB
PHP
50 lines
1.4 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" => "دسامبر",
|
|
];
|