Skip to content

Commit a7d4199

Browse files
authored
Merge pull request #70 from flutter-news-app-full-source-code/fix-content-managelement-l10n-typos
fix(localization): update content management descriptions and labels
2 parents 997c93b + 2ae7e86 commit a7d4199

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

lib/l10n/app_localizations.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ abstract class AppLocalizations {
227227
/// Description for the Content Management page
228228
///
229229
/// In en, this message translates to:
230-
/// **'Manage news headlines, topics, and sources for the Dashboard.'**
230+
/// **'Manage news headlines, topics, and sources for the mobile application.'**
231231
String get contentManagementPageDescription;
232232

233233
/// Label for the headlines subpage
@@ -1103,7 +1103,7 @@ abstract class AppLocalizations {
11031103
/// Label for the topic name field in forms and tables.
11041104
///
11051105
/// In en, this message translates to:
1106-
/// **'Topic Name'**
1106+
/// **'Topic'**
11071107
String get topicName;
11081108

11091109
/// Column header for description
@@ -1133,7 +1133,7 @@ abstract class AppLocalizations {
11331133
/// Column header for source name
11341134
///
11351135
/// In en, this message translates to:
1136-
/// **'Name'**
1136+
/// **'Source'**
11371137
String get sourceName;
11381138

11391139
/// Column header for source type

lib/l10n/app_localizations_ar.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class AppLocalizationsAr extends AppLocalizations {
8484

8585
@override
8686
String get contentManagementPageDescription =>
87-
'إدارة العناوين الإخبارية والمواضيع والمصادر للوحة القيادة.';
87+
'إدارة العناوين الإخبارية والمواضيع والمصادر لتطبيق الهاتف';
8888

8989
@override
9090
String get headlines => 'العناوين الرئيسية';
@@ -581,7 +581,7 @@ class AppLocalizationsAr extends AppLocalizations {
581581
String get noTopicsFound => 'لم يتم العثور على مواضيع.';
582582

583583
@override
584-
String get topicName => 'اسم الموضوع';
584+
String get topicName => 'الموضوع';
585585

586586
@override
587587
String get description => 'الوصف';
@@ -596,7 +596,7 @@ class AppLocalizationsAr extends AppLocalizations {
596596
String get noSourcesFound => 'لم يتم العثور على مصادر.';
597597

598598
@override
599-
String get sourceName => 'الاسم';
599+
String get sourceName => 'المصدر';
600600

601601
@override
602602
String get sourceType => 'النوع';

lib/l10n/app_localizations_en.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class AppLocalizationsEn extends AppLocalizations {
8383

8484
@override
8585
String get contentManagementPageDescription =>
86-
'Manage news headlines, topics, and sources for the Dashboard.';
86+
'Manage news headlines, topics, and sources for the mobile application.';
8787

8888
@override
8989
String get headlines => 'Headlines';
@@ -580,7 +580,7 @@ class AppLocalizationsEn extends AppLocalizations {
580580
String get noTopicsFound => 'No topics found.';
581581

582582
@override
583-
String get topicName => 'Topic Name';
583+
String get topicName => 'Topic';
584584

585585
@override
586586
String get description => 'Description';
@@ -595,7 +595,7 @@ class AppLocalizationsEn extends AppLocalizations {
595595
String get noSourcesFound => 'No sources found.';
596596

597597
@override
598-
String get sourceName => 'Name';
598+
String get sourceName => 'Source';
599599

600600
@override
601601
String get sourceType => 'Type';

lib/l10n/arb/app_ar.arb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"@contentManagement": {
100100
"description": "تسمية عنصر التنقل لإدارة المحتوى"
101101
},
102-
"contentManagementPageDescription": "إدارة العناوين الإخبارية والمواضيع والمصادر للوحة القيادة.",
102+
"contentManagementPageDescription": "إدارة العناوين الإخبارية والمواضيع والمصادر لتطبيق الهاتف",
103103
"@contentManagementPageDescription": {
104104
"description": "وصف صفحة إدارة المحتوى"
105105
},
@@ -698,7 +698,7 @@
698698
"@noTopicsFound": {
699699
"description": "رسالة عند عدم العثور على مواضيع"
700700
},
701-
"topicName": "اسم الموضوع",
701+
"topicName": "الموضوع",
702702
"@topicName": {
703703
"description": "تسمية حقل اسم الموضوع في النماذج والجداول."
704704
},
@@ -718,7 +718,7 @@
718718
"@noSourcesFound": {
719719
"description": "رسالة عند عدم العثور على مصادر"
720720
},
721-
"sourceName": "الاسم",
721+
"sourceName": "المصدر",
722722
"@sourceName": {
723723
"description": "رأس العمود لاسم المصدر"
724724
},

lib/l10n/arb/app_en.arb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"@contentManagement": {
100100
"description": "Label for the content management navigation item"
101101
},
102-
"contentManagementPageDescription": "Manage news headlines, topics, and sources for the Dashboard.",
102+
"contentManagementPageDescription": "Manage news headlines, topics, and sources for the mobile application.",
103103
"@contentManagementPageDescription": {
104104
"description": "Description for the Content Management page"
105105
},
@@ -698,7 +698,7 @@
698698
"@noTopicsFound": {
699699
"description": "Message when no topics are found"
700700
},
701-
"topicName": "Topic Name",
701+
"topicName": "Topic",
702702
"@topicName": {
703703
"description": "Label for the topic name field in forms and tables."
704704
},
@@ -718,7 +718,7 @@
718718
"@noSourcesFound": {
719719
"description": "Message when no sources are found"
720720
},
721-
"sourceName": "Name",
721+
"sourceName": "Source",
722722
"@sourceName": {
723723
"description": "Column header for source name"
724724
},

0 commit comments

Comments
 (0)