Skip to content

Commit 031367e

Browse files
committed
feat(localization): update category name translations for clarity
1 parent db11d3f commit 031367e

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

lib/l10n/app_localizations.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,10 +1034,10 @@ abstract class AppLocalizations {
10341034
/// **'No categories found.'**
10351035
String get noCategoriesFound;
10361036

1037-
/// Column header for category name
1037+
/// Label for the category name field in forms and tables.
10381038
///
10391039
/// In en, this message translates to:
1040-
/// **'Name'**
1040+
/// **'Category Name'**
10411041
String get categoryName;
10421042

10431043
/// Column header for description

lib/l10n/app_localizations_ar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ class AppLocalizationsAr extends AppLocalizations {
544544
String get noCategoriesFound => 'لم يتم العثور على فئات.';
545545

546546
@override
547-
String get categoryName => 'الاسم';
547+
String get categoryName => 'اسم الفئة';
548548

549549
@override
550550
String get description => 'الوصف';

lib/l10n/app_localizations_en.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ class AppLocalizationsEn extends AppLocalizations {
542542
String get noCategoriesFound => 'No categories found.';
543543

544544
@override
545-
String get categoryName => 'Name';
545+
String get categoryName => 'Category Name';
546546

547547
@override
548548
String get description => 'Description';

lib/l10n/arb/app_ar.arb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -648,9 +648,9 @@
648648
"@noCategoriesFound": {
649649
"description": "رسالة عند عدم العثور على فئات"
650650
},
651-
"categoryName": "الاسم",
651+
"categoryName": "اسم الفئة",
652652
"@categoryName": {
653-
"description": "رأس العمود لاسم الفئة"
653+
"description": "تسمية حقل اسم الفئة في النماذج والجداول."
654654
},
655655
"description": "الوصف",
656656
"@description": {
@@ -787,8 +787,7 @@
787787
"cannotUpdateHeadlineError": "لا يمكن التحديث: لم يتم تحميل بيانات العنوان الأصلية.",
788788
"@cannotUpdateHeadlineError": {
789789
"description": "رسالة خطأ عند فشل تحديث العنوان بسبب عدم تحميل البيانات الأصلية"
790-
}
791-
,
790+
},
792791
"createHeadline": "إنشاء عنوان",
793792
"@createHeadline": {
794793
"description": "عنوان صفحة إنشاء عنوان"

lib/l10n/arb/app_en.arb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,9 +648,9 @@
648648
"@noCategoriesFound": {
649649
"description": "Message when no categories are found"
650650
},
651-
"categoryName": "Name",
651+
"categoryName": "Category Name",
652652
"@categoryName": {
653-
"description": "Column header for category name"
653+
"description": "Label for the category name field in forms and tables."
654654
},
655655
"description": "Description",
656656
"@description": {

0 commit comments

Comments
 (0)