mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-14 10:43:56 -04:00
* fix: Handle empty database on fresh install * feat: Add migration progress bar with jQuery AJAX - Session.php: Switch to file-based sessions when migrations table doesn't exist - OSPOS.php: Catch DatabaseException when config table missing, set defaults - MY_Migration.php: Handle database connection failures gracefully - Load_config.php: Set default language settings when config empty --------- Co-authored-by: Ollama <ollama@steganos.dev>
26 lines
1.2 KiB
PHP
26 lines
1.2 KiB
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.",
|
||
"migration_required" => "",
|
||
"migration_auth_message" => "",
|
||
"migration_initializing" => "",
|
||
"migration_running" => "",
|
||
"migration_complete" => "",
|
||
"migration_complete_login" => "",
|
||
"migration_failed" => "",
|
||
"migration_error_connection" => "",
|
||
"migration_complete_redirect" => "",
|
||
"password" => "Şifrə",
|
||
"required_username" => "",
|
||
"username" => "İstifadəçi",
|
||
"welcome" => "{0} -ə xoş gəlmisiniz!",
|
||
];
|