mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-28 20:17:53 -05: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.2 KiB
PHP
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" => "ส่งข้อความไม่สำเร็จถึง: ",
|
|
];
|