Files
opensourcepos/app/Language/it/Error.php
T
objecttothis bffac9a3d5 fix(i18n): add localized error messages and improve error reporting in security_helper
- Add missing translations for error messages across multiple language files.
- Update `security_helper` to use localized exception messages with placeholders.

Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
2026-09-08 21:53:37 +02:00

12 lines
647 B
PHP

<?php
return [
'no_permission_module' => 'Non hai l\'autorizzazione per accedere al modulo denominato',
'unable_to_create_env_file' => 'Impossibile creare {filePath} per configurare throttle.key',
'unable_to_lock_file' => 'Impossibile bloccare {filePath}: {reason}',
'unable_to_open_lock_file' => 'Impossibile aprire {filePath}: {reason}',
'unable_to_persist_throttle_key' => 'Impossibile salvare throttle.key in {filePath}',
'unable_to_read_env_file' => 'Impossibile leggere {filePath} per configurare throttle.key',
'unknown' => 'Errore sconosciuto',
];