mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-10 00:34:17 -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.8 KiB
PHP
26 lines
1.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
"gcaptcha" => "ฉันไม่ใช่หุ่นยนต์นะ",
|
|
"go" => "เข้าสู่ระบบ",
|
|
"invalid_gcaptcha" => "กรุณาแสดงตัวตนว่าคุณไม่ใช่หุ่นยนต์",
|
|
"invalid_installation" => "การติดตั้งไม่ถูกต้องตรวจสอบการตั้งค่าที่ไฟล์ php.ini ของคุณ",
|
|
"invalid_username_and_password" => "ชื่อผู้ใช้งานและ/หรือรหัสผ่านเข้าระบบไม่ถูกต้อง",
|
|
"login" => "ลงชื่อเข้าใช้",
|
|
"logout" => "ออกจากระบบ",
|
|
"migration_needed" => "การย้ายฐานข้อมูลไปยัง {0} จะเริ่มต้นหลังจากเข้าสู่ระบบ",
|
|
"migration_required" => "",
|
|
"migration_auth_message" => "",
|
|
"migration_initializing" => "",
|
|
"migration_running" => "",
|
|
"migration_complete" => "",
|
|
"migration_complete_login" => "",
|
|
"migration_failed" => "",
|
|
"migration_error_connection" => "",
|
|
"migration_complete_redirect" => "",
|
|
"password" => "รหัสผ่าน",
|
|
"required_username" => "จำเป็นต้องระบุชื่อผู้ใช้งาน",
|
|
"username" => "ชื่อผู้ใช้",
|
|
"welcome" => "ยินดีต้อนรับสู่ {0}!",
|
|
];
|