Files
opensourcepos/app/Language/ru/Messages.php
2024-06-15 17:19:15 +02:00

16 lines
906 B
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" => "Сообщение не отправлено: ",
];