From 64ca4ef020093414c2ef7071fbfe5b8724b9fc01 Mon Sep 17 00:00:00 2001 From: objecttothis <17935339+objecttothis@users.noreply.github.com> Date: Mon, 24 Aug 2026 17:00:10 +0400 Subject: [PATCH] fix(i18n): correct Russian translations for attribute-related messages - Updated wording for "definition_successful_adding" and "definition_successful_updating" in Russian Attributes.php to ensure clarity and accuracy. Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com> --- app/Language/ru/Attributes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Language/ru/Attributes.php b/app/Language/ru/Attributes.php index a98a3fdb5..459ec313b 100644 --- a/app/Language/ru/Attributes.php +++ b/app/Language/ru/Attributes.php @@ -13,9 +13,9 @@ return [ 'definition_name' => 'Добавить атрибут', 'definition_name_required' => 'Название атрибута обязательное поле', 'definition_one_or_multiple' => 'атрибут(ы)', - 'definition_successful_adding' => 'Вы успешно добавили товар', + 'definition_successful_adding' => 'Вы успешно добавили атрибут', 'definition_successful_deleted' => 'Успешно удалено', - 'definition_successful_updating' => 'Обновлено успешно', + 'definition_successful_updating' => 'Вы успешно обновили атрибут', 'definition_type' => 'Тип атрибута', 'definition_type_required' => 'Тип атрибута обязательное поле', 'definition_unit' => 'Единица измерения',