You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/l10n/app_localizations.dart
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -212,6 +212,12 @@ abstract class AppLocalizations {
212
212
/// **'Content Management'**
213
213
Stringget contentManagement;
214
214
215
+
/// Description for the Content Management page
216
+
///
217
+
/// In en, this message translates to:
218
+
/// **'Manage news headlines, categories, and sources for the Dashboard.'**
219
+
Stringget contentManagementPageDescription;
220
+
215
221
/// Label for the headlines subpage
216
222
///
217
223
/// In en, this message translates to:
@@ -236,6 +242,12 @@ abstract class AppLocalizations {
236
242
/// **'App Configuration'**
237
243
Stringget appConfiguration;
238
244
245
+
/// Description for the App Configuration page
246
+
///
247
+
/// In en, this message translates to:
248
+
/// **'Configure global settings for the mobile application, including user content limits, ad display rules, in-app prompts, operational status, and force update parameters.'**
@@ -85,6 +89,10 @@ class AppLocalizationsAr extends AppLocalizations {
85
89
@override
86
90
Stringget appConfiguration =>'إعدادات التطبيق';
87
91
92
+
@override
93
+
Stringget appConfigurationPageDescription =>
94
+
'تكوين الإعدادات العامة للتطبيق المحمول، بما في ذلك حدود محتوى المستخدم، وقواعد عرض الإعلانات، والتنبيهات داخل التطبيق، وحالة التشغيل، ومعلمات التحديث الإجباري.';
'Manage news headlines, categories, and sources for the Dashboard.';
78
+
75
79
@override
76
80
Stringget headlines =>'Headlines';
77
81
@@ -84,6 +88,10 @@ class AppLocalizationsEn extends AppLocalizations {
84
88
@override
85
89
Stringget appConfiguration =>'App Configuration';
86
90
91
+
@override
92
+
Stringget appConfigurationPageDescription =>
93
+
'Configure global settings for the mobile application, including user content limits, ad display rules, in-app prompts, operational status, and force update parameters.';
"description": "تسمية عنصر التنقل لإعدادات التطبيق"
103
107
},
108
+
"appConfigurationPageDescription": "تكوين الإعدادات العامة للتطبيق المحمول، بما في ذلك حدود محتوى المستخدم، وقواعد عرض الإعلانات، والتنبيهات داخل التطبيق، وحالة التشغيل، ومعلمات التحديث الإجباري.",
Copy file name to clipboardExpand all lines: lib/l10n/arb/app_en.arb
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,10 @@
85
85
"@contentManagement": {
86
86
"description": "Label for the content management navigation item"
87
87
},
88
+
"contentManagementPageDescription": "Manage news headlines, categories, and sources for the Dashboard.",
89
+
"@contentManagementPageDescription": {
90
+
"description": "Description for the Content Management page"
91
+
},
88
92
"headlines": "Headlines",
89
93
"@headlines": {
90
94
"description": "Label for the headlines subpage"
@@ -101,6 +105,10 @@
101
105
"@appConfiguration": {
102
106
"description": "Label for the app configuration navigation item"
103
107
},
108
+
"appConfigurationPageDescription": "Configure global settings for the mobile application, including user content limits, ad display rules, in-app prompts, operational status, and force update parameters.",
109
+
"@appConfigurationPageDescription": {
110
+
"description": "Description for the App Configuration page"
111
+
},
104
112
"settings": "Settings",
105
113
"@settings": {
106
114
"description": "Label for the settings navigation item"
0 commit comments