File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2843,13 +2843,13 @@ abstract class AppLocalizations {
28432843 /// Title for the Push Notification System status section
28442844 ///
28452845 /// In en, this message translates to:
2846- /// **'Push Notification System '**
2846+ /// **'Enable Notifications '**
28472847 String get pushNotificationSystemStatusTitle;
28482848
28492849 /// Description for the Push Notification System status section
28502850 ///
28512851 /// In en, this message translates to:
2852- /// **'A global switch to enable or disable the entire push notification system .'**
2852+ /// **'A global switch to enable or disable all push notifications .'**
28532853 String get pushNotificationSystemStatusDescription;
28542854
28552855 /// Title for the Push Notification Primary Provider section
Original file line number Diff line number Diff line change @@ -1520,11 +1520,11 @@ class AppLocalizationsAr extends AppLocalizations {
15201520 'إدارة الإعدادات العامة لنظام الإشعارات الفورية، بما في ذلك المزود الأساسي وأنواع الإشعارات النشطة.' ;
15211521
15221522 @override
1523- String get pushNotificationSystemStatusTitle => 'نظام الإشعارات الفورية ' ;
1523+ String get pushNotificationSystemStatusTitle => 'تفعيل الإشعارات' ;
15241524
15251525 @override
15261526 String get pushNotificationSystemStatusDescription =>
1527- 'مفتاح عام لتمكين أو تعطيل نظام الإشعارات الفورية بأكمله .' ;
1527+ 'مفتاح عام لتمكين أو تعطيل جميع الإشعارات الفورية.' ;
15281528
15291529 @override
15301530 String get pushNotificationPrimaryProviderTitle => 'المزود الأساسي' ;
Original file line number Diff line number Diff line change @@ -1523,11 +1523,11 @@ class AppLocalizationsEn extends AppLocalizations {
15231523 'Manage global settings for the push notification system, including the primary provider and which notification types are active.' ;
15241524
15251525 @override
1526- String get pushNotificationSystemStatusTitle => 'Push Notification System ' ;
1526+ String get pushNotificationSystemStatusTitle => 'Enable Notifications ' ;
15271527
15281528 @override
15291529 String get pushNotificationSystemStatusDescription =>
1530- 'A global switch to enable or disable the entire push notification system .' ;
1530+ 'A global switch to enable or disable all push notifications .' ;
15311531
15321532 @override
15331533 String get pushNotificationPrimaryProviderTitle => 'Primary Provider' ;
You can’t perform that action at this time.
0 commit comments