Skip to content

Commit f891710

Browse files
committed
build(l10n): sync
1 parent 813c7e4 commit f891710

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

lib/l10n/app_localizations.dart

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

33363348
class _AppLocalizationsDelegate

lib/l10n/app_localizations_ar.dart

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

lib/l10n/app_localizations_en.dart

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)