Files
opensourcepos/app/Language/vi/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
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: ",
];