Files
opensourcepos/app/Language/az/Login.php
BudsieBuds e83c23cf0c Improve code style and PSR-12 compliance (#4204)
* Improve code style and PSR-12 compliance
- refactored code formatting to adhere to PSR-12 guidelines
- standardized coding conventions across the codebase
- added missing framework files and reverted markup changes
- reformatted arrays for enhanced readability
- updated language files for consistent styling and clarity
- minor miscellaneous improvements
2025-05-02 19:37:06 +02:00

17 lines
834 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 [
"gcaptcha" => "Mən robot deyiləm.",
"go" => "daxil ol",
"invalid_gcaptcha" => "Robot olmadığınızı təsdiqləyin.",
"invalid_installation" => "Quraşdırma düzgün deyil, php.ini faylını yoxlayın.",
"invalid_username_and_password" => "Yanlış istifadəçi adı və ya şifrə.",
"login" => "Giriş",
"logout" => "Çıxış",
"migration_needed" => "{0} -ə daxil olandan sonra verilənlər bazası miqrasiyası başlayacaq.",
"password" => "Şifrə",
"required_username" => "",
"username" => "İstifadəçi",
"welcome" => "{0} -ə xoş gəlmisiniz!",
];