File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -3331,6 +3331,18 @@ abstract class AppLocalizations {
33313331 /// In en, this message translates to:
33323332 /// **'Follow-up Actions'**
33333333 String get followUpActionsTitle;
3334+
3335+ /// Label for the master switch to enable all community features.
3336+ ///
3337+ /// In en, this message translates to:
3338+ /// **'Enable Community Features'**
3339+ String get enableCommunityFeaturesLabel;
3340+
3341+ /// Description for the master switch to enable all community features.
3342+ ///
3343+ /// In en, this message translates to:
3344+ /// **'Globally activates or deactivates all community-related functionality, including engagement and reporting.'**
3345+ String get enableCommunityFeaturesDescription;
33343346}
33353347
33363348class _AppLocalizationsDelegate
Original file line number Diff line number Diff line change @@ -1795,4 +1795,11 @@ class AppLocalizationsAr extends AppLocalizations {
17951795
17961796 @override
17971797 String get followUpActionsTitle => 'إجراءات المتابعة' ;
1798+
1799+ @override
1800+ String get enableCommunityFeaturesLabel => 'تفعيل ميزات المجتمع' ;
1801+
1802+ @override
1803+ String get enableCommunityFeaturesDescription =>
1804+ 'ينشط أو يعطل عالميًا جميع الوظائف المتعلقة بالمجتمع، بما في ذلك المشاركة والإبلاغ.' ;
17981805}
Original file line number Diff line number Diff line change @@ -1800,4 +1800,11 @@ class AppLocalizationsEn extends AppLocalizations {
18001800
18011801 @override
18021802 String get followUpActionsTitle => 'Follow-up Actions' ;
1803+
1804+ @override
1805+ String get enableCommunityFeaturesLabel => 'Enable Community Features' ;
1806+
1807+ @override
1808+ String get enableCommunityFeaturesDescription =>
1809+ 'Globally activates or deactivates all community-related functionality, including engagement and reporting.' ;
18031810}
You can’t perform that action at this time.
0 commit comments