mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-21 02:07:23 -04:00
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:
1 parent
9d59f8cc7e
commit
64ca4ef020
1 file changed
+2
-2
@@ -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' => 'Единица измерения',
|
||||
|
||||
Reference in new issue
Block a user