mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-21 10:15:01 -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>
7 lines
193 B
PHP
7 lines
193 B
PHP
<?php
|
|
|
|
return [
|
|
'no_permission_module' => 'У вас нет разрешения на доступ к модулю',
|
|
'unknown' => 'Неизвестная ошибка',
|
|
];
|