mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-15 23:07:45 -04:00
- 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>
12 lines
761 B
PHP
12 lines
761 B
PHP
<?php
|
|
|
|
return [
|
|
'no_permission_module' => 'شما اجازه دسترسی به ماژول به نام خود را ندارید',
|
|
'unable_to_create_env_file' => 'ایجاد {filePath} برای آمادهسازی throttle.key ممکن نشد',
|
|
'unable_to_lock_file' => 'قفل کردن {filePath} ممکن نشد: {reason}',
|
|
'unable_to_open_lock_file' => 'باز کردن {filePath} ممکن نشد: {reason}',
|
|
'unable_to_persist_throttle_key' => 'ذخیره throttle.key در {filePath} ممکن نشد',
|
|
'unable_to_read_env_file' => 'خواندن {filePath} برای آمادهسازی throttle.key ممکن نشد',
|
|
'unknown' => 'خطای غیر منتظره',
|
|
];
|