mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-21 10:15:01 -04:00
- Replaced inconsistent double quotes with single quotes across all keys/values for better alignment with project conventions. - Fixed translation errors, updated missing strings, and corrected inaccuracies in multiple modules such as Attributes, Calendar, Employees, etc. - Enhanced clarity and consistency in phrases while ensuring accurate localization. Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
17 lines
1.0 KiB
PHP
17 lines
1.0 KiB
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' => 'Сообщение не отправлено: ',
|
|
];
|