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
812 B
PHP
17 lines
812 B
PHP
<?php
|
|
|
|
return [
|
|
"first_name" => "Tên",
|
|
"last_name" => "Họ",
|
|
"message" => "Tin nhắn",
|
|
"message_placeholder" => "Tin nhắn của bạn ở đây...",
|
|
"message_required" => "Cần tin nhắn",
|
|
"multiple_phones" => "(Trong trường hợp gửi cho nhiều người, nhập danh sách điện thoại ngăn cách nhau bởi dấu phẩy)",
|
|
"phone" => "Số điện thoại",
|
|
"phone_number_required" => "Cần số điện thoại",
|
|
"phone_placeholder" => "Các số di động ở đây...",
|
|
"sms_send" => "Gửi SMS",
|
|
"successfully_sent" => "Tin nhắn được gửi thành công cho: ",
|
|
"unsuccessfully_sent" => "Tin nhắn được gửi không thành công cho: ",
|
|
];
|