From 7f40ce0d2c454a978064897dbddede05055bd08f Mon Sep 17 00:00:00 2001 From: objecttothis <17935339+objecttothis@users.noreply.github.com> Date: Tue, 25 Aug 2026 17:35:14 +0400 Subject: [PATCH] fix(i18n): improve phrasing for required field messages in Russian translations - Updated wording in Attributes.php and Suppliers.php to enhance clarity and accuracy in required field messages. Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com> --- app/Language/ru/Attributes.php | 4 ++-- app/Language/ru/Suppliers.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Language/ru/Attributes.php b/app/Language/ru/Attributes.php index 459ec313b..ab77b14b9 100644 --- a/app/Language/ru/Attributes.php +++ b/app/Language/ru/Attributes.php @@ -11,13 +11,13 @@ return [ 'definition_group' => 'Группа', 'definition_id' => '№', 'definition_name' => 'Добавить атрибут', - 'definition_name_required' => 'Название атрибута обязательное поле', + 'definition_name_required' => 'Название атрибута — обязательное поле', 'definition_one_or_multiple' => 'атрибут(ы)', 'definition_successful_adding' => 'Вы успешно добавили атрибут', 'definition_successful_deleted' => 'Успешно удалено', 'definition_successful_updating' => 'Вы успешно обновили атрибут', 'definition_type' => 'Тип атрибута', - 'definition_type_required' => 'Тип атрибута обязательное поле', + 'definition_type_required' => 'Тип атрибута — обязательное поле', 'definition_unit' => 'Единица измерения', 'definition_values' => 'Значения атрибута', 'new' => 'Новый атрибут', diff --git a/app/Language/ru/Suppliers.php b/app/Language/ru/Suppliers.php index 23b42bede..06afc0b20 100644 --- a/app/Language/ru/Suppliers.php +++ b/app/Language/ru/Suppliers.php @@ -6,7 +6,7 @@ return [ 'cannot_be_deleted' => 'Не удалось удалить выбранных поставщиков. У одного или нескольких из них есть продажи.', 'category' => 'Категория', 'company_name' => 'Название компании', - 'company_name_required' => 'Название компании обязательное поле для заполнения.', + 'company_name_required' => 'Название компании — обязательное поле для заполнения.', 'confirm_delete' => 'Вы уверены, что хотите удалить выбранных поставщиков?', 'confirm_restore' => 'Вы уверены, что хотите восстановить выбранных поставщиков?', 'cost' => 'Расходы поставщика',