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