Files
opensourcepos/app/Language/tr/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
606 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'no_permission_module' => 'Bu modüle erişim yetkiniz yok',
'unable_to_create_env_file' => 'throttle.key değerini ayarlamak için {filePath} oluşturulamadı',
'unable_to_lock_file' => '{filePath} kilitlenemedi: {reason}',
'unable_to_open_lock_file' => '{filePath} açılamadı: {reason}',
'unable_to_persist_throttle_key' => 'throttle.key, {filePath} içine kaydedilemedi',
'unable_to_read_env_file' => 'throttle.key değerini ayarlamak için {filePath} okunamadı',
'unknown' => 'bilinmeyen',
];