Files
opensourcepos/app/Language/az/Plugins.php
objec 8c1c9d85dc Language Refactor
- Correct key name in language files.
- Update translations.
- Correct key usage.

Signed-off-by: objec <objecttothis@gmail.com>
2026-04-29 14:54:16 +04:00

28 lines
1.3 KiB
PHP
Raw Permalink 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 [
'actions' => 'Əməliyyatlar',
'active' => 'Aktiv',
'configure' => 'Konfiqurasiya',
'description' => 'Təsvir',
'disable' => 'Deaktiv et',
'disable_failed' => 'Plagini deaktiv etmək alınmadı',
'disabled' => 'Plagin uğurla deaktiv edildi',
'enable' => 'Aktiv et',
'enable_failed' => 'Plagini aktiv etmək alınmadı',
'enabled' => 'Plagin uğurla aktiv edildi',
'inactive' => 'Deaktiv',
'management' => 'Plagin idarəetməsi',
'name' => 'Plagin adı',
'no_config' => 'Bu plaginin konfiqurasiya seçimləri yoxdur',
'no_plugins_to_display' => 'Göstəriləcək plagin yoxdur',
'not_found' => 'Plagin tapılmadı',
'plugins' => 'Plaginlər',
'settings_save_failed' => 'Plagin parametrlərini saxlamaq alınmadı',
'settings_saved' => 'Plagin parametrləri uğurla saxlandı',
'status' => 'Status',
'uninstall' => 'Sil',
'uninstall_failed' => 'Plagini silmək alınmadı',
'uninstalled' => 'Plagin uğurla silindi',
'version' => 'Versiya',
];