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
fix(l10n): update translations for 'category' to 'topic'
- Updated English, Arabic translations
- Changed "category" to "topic" in UI
- Updated related descriptions and labels
- Corrected loading and error messages
- Reflected changes in dashboard summary
Copy file name to clipboardExpand all lines: lib/l10n/app_localizations.dart
+38-38Lines changed: 38 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@ abstract class AppLocalizations {
227
227
/// Description for the Content Management page
228
228
///
229
229
/// In en, this message translates to:
230
-
/// **'Manage news headlines, categories, and sources for the Dashboard.'**
230
+
/// **'Manage news headlines, topics, and sources for the Dashboard.'**
231
231
Stringget contentManagementPageDescription;
232
232
233
233
/// Label for the headlines subpage
@@ -236,11 +236,11 @@ abstract class AppLocalizations {
236
236
/// **'Headlines'**
237
237
Stringget headlines;
238
238
239
-
/// Label for the categories subpage
239
+
/// Label for the topics subpage
240
240
///
241
241
/// In en, this message translates to:
242
-
/// **'Categories'**
243
-
Stringgetcategories;
242
+
/// **'Topics'**
243
+
Stringgettopics;
244
244
245
245
/// Label for the sources subpage
246
246
///
@@ -383,7 +383,7 @@ abstract class AppLocalizations {
383
383
/// Description for User Content Limits section
384
384
///
385
385
/// In en, this message translates to:
386
-
/// **'These settings define the maximum number of countries, news sources, categories, and saved headlines a user can follow or save. Limits vary by user type (Guest, Standard, Premium) and directly impact what content users can curate.'**
386
+
/// **'These settings define the maximum number of countries, news sources, topics, and saved headlines a user can follow or save. Limits vary by user type (Guest, Standard, Premium) and directly impact what content users can curate.'**
387
387
Stringget userContentLimitsDescription;
388
388
389
389
/// Tab title for Guest user role
@@ -413,7 +413,7 @@ abstract class AppLocalizations {
413
413
/// Description for Guest Followed Items Limit
414
414
///
415
415
/// In en, this message translates to:
416
-
/// **'Maximum number of countries, news sources, or categories a Guest user can follow (each type has its own limit).'**
416
+
/// **'Maximum number of countries, news sources, or topics a Guest user can follow (each type has its own limit).'**
417
417
Stringget guestFollowedItemsLimitDescription;
418
418
419
419
/// Label for Guest Saved Headlines Limit
@@ -437,7 +437,7 @@ abstract class AppLocalizations {
437
437
/// Description for Standard User Followed Items Limit
438
438
///
439
439
/// In en, this message translates to:
440
-
/// **'Maximum number of countries, news sources, or categories a Standard user can follow (each type has its own limit).'**
440
+
/// **'Maximum number of countries, news sources, or topics a Standard user can follow (each type has its own limit).'**
@@ -167,7 +167,7 @@ class AppLocalizationsAr extends AppLocalizations {
167
167
168
168
@override
169
169
Stringget userContentLimitsDescription =>
170
-
'تحدد هذه الإعدادات الحد الأقصى لعدد البلدان ومصادر الأخبار والفئات والعناوين المحفوظة التي يمكن للمستخدم متابعتها أو حفظها. تختلف الحدود حسب نوع المستخدم (ضيف، عادي، مميز) وتؤثر بشكل مباشر على المحتوى الذي يمكن للمستخدمين تنسيقه.';
170
+
'تحدد هذه الإعدادات الحد الأقصى لعدد البلدان ومصادر الأخبار والمواضيع والعناوين المحفوظة التي يمكن للمستخدم متابعتها أو حفظها. تختلف الحدود حسب نوع المستخدم (ضيف، عادي، مميز) وتؤثر بشكل مباشر على المحتوى الذي يمكن للمستخدمين تنسيقه.';
171
171
172
172
@override
173
173
Stringget guestUserTab =>'ضيف';
@@ -183,7 +183,7 @@ class AppLocalizationsAr extends AppLocalizations {
183
183
184
184
@override
185
185
Stringget guestFollowedItemsLimitDescription =>
186
-
'الحد الأقصى لعدد البلدان أو مصادر الأخبار أو الفئات التي يمكن للمستخدم الضيف متابعتها (لكل نوع حد خاص به).';
186
+
'الحد الأقصى لعدد البلدان أو مصادر الأخبار أو المواضيع التي يمكن للمستخدم الضيف متابعتها (لكل نوع حد خاص به).';
0 commit comments