Files
opensourcepos/app/Language/th/Messages.php
BudsieBuds e83c23cf0c Improve code style and PSR-12 compliance (#4204)
* 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
2025-05-02 19:37:06 +02:00

17 lines
1.2 KiB
PHP

<?php
return [
"first_name" => "ชื่อ",
"last_name" => "นามสกุล",
"message" => "ข้อความ",
"message_placeholder" => "ข้อความของคุณ ...",
"message_required" => "ต้องระบุข้อความ",
"multiple_phones" => "(ในกรณีที่มีผู้รับหลายคนให้ป้อนหมายเลขโทรศัพท์มือถือคั่นด้วยเครื่องหมายจุลภาค)",
"phone" => "หมายเลขโทรศัพท์",
"phone_number_required" => "จำเป็นต้องระบุหมายเลขโทรศัพท์",
"phone_placeholder" => "ระบุหมายเลขโทรศัพท์มือถือ",
"sms_send" => "ส่งข้อความ SMS",
"successfully_sent" => "ส่งข้อความสำเร็จแล้วถึง: ",
"unsuccessfully_sent" => "ส่งข้อความไม่สำเร็จถึง: ",
];