mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-21 02:07:23 -04:00
- Replaced inconsistent double quotes with single quotes across all keys/values for better alignment with project conventions. - Fixed translation errors, updated missing strings, and corrected inaccuracies in multiple modules such as Attributes, Calendar, Employees, etc. - Enhanced clarity and consistency in phrases while ensuring accurate localization. Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
12 lines
550 B
PHP
12 lines
550 B
PHP
<?php
|
|
|
|
return [
|
|
'half_down' => 'Округление половины вниз',
|
|
'half_even' => 'Округление половины к четному',
|
|
'half_five' => 'Округление половины к пяти',
|
|
'half_odd' => 'Округление половины к нечетному',
|
|
'half_up' => 'Округление половины вверх',
|
|
'round_down' => 'Округление в меньшую сторону',
|
|
'round_up' => 'Округление в большую сторону',
|
|
];
|