Files
opensourcepos/app/Language/ru/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
1.0 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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" => "Сообщение не отправлено: ",
];