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>
This commit is contained in:
objecttothis committed 2026-08-24 17:00:10 +04:00
1 parent 9d59f8cc7e
commit 64ca4ef020
1 file changed
+2 -2
+2 -2
View File
@@ -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' => 'Единица измерения',