mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
11 lines
320 B
PHP
11 lines
320 B
PHP
<?php
|
|
return [
|
|
"enum_half_down" => "نیمه پایین",
|
|
"enum_half_even" => "نیمه حتی",
|
|
"enum_half_five" => "نیمی از پنج",
|
|
"enum_half_odd" => "نیمی عجیب",
|
|
"enum_half_up" => "نیمه بالا",
|
|
"enum_round_down" => "دور پایین",
|
|
"enum_round_up" => "دور بالا",
|
|
];
|