mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-06-03 21:24:58 -04:00
* 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
17 lines
834 B
PHP
17 lines
834 B
PHP
<?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!",
|
||
];
|