Files
opensourcepos/app/Language/ru/Enum.php
T
objecttothis 2fd86291ba fix(i18n): standardize Russian language file formatting and improve translations
- 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>
2026-08-24 16:31:11 +04:00

12 lines
550 B
PHP

<?php
return [
'half_down' => 'Округление половины вниз',
'half_even' => 'Округление половины к четному',
'half_five' => 'Округление половины к пяти',
'half_odd' => 'Округление половины к нечетному',
'half_up' => 'Округление половины вверх',
'round_down' => 'Округление в меньшую сторону',
'round_up' => 'Округление в большую сторону',
];