Files
opensourcepos/app/Language/ru/Error.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

7 lines
193 B
PHP

<?php
return [
'no_permission_module' => 'У вас нет разрешения на доступ к модулю',
'unknown' => 'Неизвестная ошибка',
];