mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-18 05:18:05 -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.3 KiB
PHP
26 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
"gcaptcha" => "Tôi không phải là robot.",
|
|
"go" => "Đăng nhập",
|
|
"invalid_gcaptcha" => "Xin vui lòng xác nhận bạn không phải là robot.",
|
|
"invalid_installation" => "Phần cài đặt chưa đúng, kiểm tra tập tin php.ini của bạn.",
|
|
"invalid_username_and_password" => "Tài khoản hoặc mật khẩu không hợp lệ.",
|
|
"login" => "Đăng nhập",
|
|
"logout" => "Đăng xuất",
|
|
"migration_needed" => "Di chuyển cơ sở dữ liệu sang {0} sẽ được bắt đầu sau khi đăng nhập.",
|
|
"migration_required" => "",
|
|
"migration_auth_message" => "",
|
|
"migration_initializing" => "",
|
|
"migration_running" => "",
|
|
"migration_complete" => "",
|
|
"migration_complete_login" => "",
|
|
"migration_failed" => "",
|
|
"migration_error_connection" => "",
|
|
"migration_complete_redirect" => "",
|
|
"password" => "Mật khẩu",
|
|
"required_username" => "",
|
|
"username" => "Tài khoản",
|
|
"welcome" => "Chào mừng đến với {0}!",
|
|
];
|