mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-27 03:27:55 -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" => "ផ្ញើរសារ",
|
|
"successfully_sent" => "ការផ្ញើរសារបានជោគជ័យទៅកាន់: ",
|
|
"unsuccessfully_sent" => "ការផ្ញើរសារមិនបានជោគជ័យទៅកាន់: ",
|
|
];
|