mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-26 19:17:51 -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
1008 B
PHP
17 lines
1008 B
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" => "Повідомлення невдало надіслано: ",
|
|
];
|