File tree Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -1034,10 +1034,10 @@ abstract class AppLocalizations {
1034
1034
/// **'No categories found.'**
1035
1035
String get noCategoriesFound;
1036
1036
1037
- /// Column header for category name
1037
+ /// Label for the category name field in forms and tables.
1038
1038
///
1039
1039
/// In en, this message translates to:
1040
- /// **'Name'**
1040
+ /// **'Category Name'**
1041
1041
String get categoryName;
1042
1042
1043
1043
/// Column header for description
Original file line number Diff line number Diff line change @@ -544,7 +544,7 @@ class AppLocalizationsAr extends AppLocalizations {
544
544
String get noCategoriesFound => 'لم يتم العثور على فئات.' ;
545
545
546
546
@override
547
- String get categoryName => 'الاسم ' ;
547
+ String get categoryName => 'اسم الفئة ' ;
548
548
549
549
@override
550
550
String get description => 'الوصف' ;
Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ class AppLocalizationsEn extends AppLocalizations {
542
542
String get noCategoriesFound => 'No categories found.' ;
543
543
544
544
@override
545
- String get categoryName => 'Name' ;
545
+ String get categoryName => 'Category Name' ;
546
546
547
547
@override
548
548
String get description => 'Description' ;
Original file line number Diff line number Diff line change 648
648
"@noCategoriesFound": {
649
649
"description": "رسالة عند عدم العثور على فئات"
650
650
},
651
- "categoryName": "الاسم ",
651
+ "categoryName": "اسم الفئة ",
652
652
"@categoryName": {
653
- "description": "رأس العمود لاسم الفئة"
653
+ "description": "تسمية حقل اسم الفئة في النماذج والجداول. "
654
654
},
655
655
"description": "الوصف",
656
656
"@description": {
787
787
"cannotUpdateHeadlineError": "لا يمكن التحديث: لم يتم تحميل بيانات العنوان الأصلية.",
788
788
"@cannotUpdateHeadlineError": {
789
789
"description": "رسالة خطأ عند فشل تحديث العنوان بسبب عدم تحميل البيانات الأصلية"
790
- }
791
- ,
790
+ },
792
791
"createHeadline": "إنشاء عنوان",
793
792
"@createHeadline": {
794
793
"description": "عنوان صفحة إنشاء عنوان"
Original file line number Diff line number Diff line change 648
648
"@noCategoriesFound": {
649
649
"description": "Message when no categories are found"
650
650
},
651
- "categoryName": "Name",
651
+ "categoryName": "Category Name",
652
652
"@categoryName": {
653
- "description": "Column header for category name"
653
+ "description": "Label for the category name field in forms and tables. "
654
654
},
655
655
"description": "Description",
656
656
"@description": {
You can’t perform that action at this time.
0 commit comments