From 9d59f8cc7e2a42b3c070bb9162dfc33441b7a584 Mon Sep 17 00:00:00 2001 From: objecttothis <17935339+objecttothis@users.noreply.github.com> Date: Mon, 24 Aug 2026 16:56:35 +0400 Subject: [PATCH] fix(i18n): correct Azerbaijani and English translations for attribute-related messages - Updated wording for "definition_successful_adding" and "definition_successful_updating" in Azerbaijani and English to ensure consistency and accuracy. Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com> --- app/Language/az/Attributes.php | 2 +- app/Language/en/Attributes.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Language/az/Attributes.php b/app/Language/az/Attributes.php index 478395312..a9d5f8f59 100644 --- a/app/Language/az/Attributes.php +++ b/app/Language/az/Attributes.php @@ -13,7 +13,7 @@ return [ 'definition_name' => 'Atribut əlavə et', 'definition_name_required' => 'Atribut adı tələb olunan sahədir', 'definition_one_or_multiple' => 'atribut(lar)', - 'definition_successful_adding' => 'Malı uğurla əlavə etdiniz', + 'definition_successful_adding' => 'Atributu uğurla əlavə etdiniz', 'definition_successful_deleted' => 'Uğurla sildiniz', 'definition_successful_updating' => 'Atributu uğurla yenilədiniz', 'definition_type' => 'Atribut Tipi', diff --git a/app/Language/en/Attributes.php b/app/Language/en/Attributes.php index b3ab1fde9..fbf64daa6 100644 --- a/app/Language/en/Attributes.php +++ b/app/Language/en/Attributes.php @@ -13,9 +13,9 @@ return [ "definition_name" => "Add Attribute", "definition_name_required" => "Attribute name is a required field", "definition_one_or_multiple" => "attribute(s)", - "definition_successful_adding" => "You have successfully added item", + "definition_successful_adding" => "You have successfully added the attribute.", "definition_successful_deleted" => "You have successfully deleted", - "definition_successful_updating" => "You have successfully updated attribute", + "definition_successful_updating" => "You have successfully updated the attribute", "definition_type" => "Attribute Type", "definition_type_required" => "Attribute type is a required field", "definition_unit" => "Measurement Unit",