mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-19 17:27:25 -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
791 B
PHP
12 lines
791 B
PHP
<?php
|
|
|
|
return [
|
|
'no_permission_module' => 'آپ کو اس ماڈیول تک رسائی کی اجازت نہیں ہے',
|
|
'unable_to_create_env_file' => 'throttle.key ترتیب دینے کے لیے {filePath} نہیں بنائی جا سکی',
|
|
'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' => 'throttle.key ترتیب دینے کے لیے {filePath} پڑھی نہیں جا سکی',
|
|
'unknown' => 'غیر متوقع رکاوٹ',
|
|
];
|