mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-16 13:27:56 -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
684 B
PHP
17 lines
684 B
PHP
<?php
|
|
|
|
return [
|
|
"first_name" => "名",
|
|
"last_name" => "姓",
|
|
"message" => "Message",
|
|
"message_placeholder" => "Your Message here...",
|
|
"message_required" => "Message required",
|
|
"multiple_phones" => "(In case of multiple recipients, enter mobile numbers separated by commas)",
|
|
"phone" => "电话号码",
|
|
"phone_number_required" => "电话号码是比填的",
|
|
"phone_placeholder" => "Mobile Number(s) here...",
|
|
"sms_send" => "Send SMS",
|
|
"successfully_sent" => "信息成功发送到 ",
|
|
"unsuccessfully_sent" => "Message unsuccessfully sent to: ",
|
|
];
|