Skip to content

Commit b92956d

Browse files
committed
build(l10n): generate
1 parent 5988b74 commit b92956d

File tree

3 files changed

+64
-12
lines changed

3 files changed

+64
-12
lines changed

lib/l10n/app_localizations.dart

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3068,12 +3068,6 @@ abstract class AppLocalizations {
30683068
/// **'Application Update Management'**
30693069
String get appUpdateManagementTitle;
30703070

3071-
/// Title for the Legal & General Information expansion tile.
3072-
///
3073-
/// In en, this message translates to:
3074-
/// **'Legal & General Information'**
3075-
String get appLegalInformationTitle;
3076-
30773071
/// Title for the feed item click behavior setting.
30783072
///
30793073
/// In en, this message translates to:
@@ -3121,6 +3115,36 @@ abstract class AppLocalizations {
31213115
/// In en, this message translates to:
31223116
/// **'Limit for subscriptions that send a weekly summary of matching headlines.'**
31233117
String get notificationSubscriptionWeeklyRoundupDescription;
3118+
3119+
/// Title for the App Status & Updates expansion tile.
3120+
///
3121+
/// In en, this message translates to:
3122+
/// **'App Status & Updates'**
3123+
String get appStatusAndUpdatesTitle;
3124+
3125+
/// Label for the switch to enable forced updates.
3126+
///
3127+
/// In en, this message translates to:
3128+
/// **'Enable Forced Updates'**
3129+
String get enableForcedUpdatesLabel;
3130+
3131+
/// Description for the switch to enable forced updates.
3132+
///
3133+
/// In en, this message translates to:
3134+
/// **'When enabled, you can specify a minimum required version for the app.'**
3135+
String get enableForcedUpdatesDescription;
3136+
3137+
/// Title for the Application URLs expansion tile.
3138+
///
3139+
/// In en, this message translates to:
3140+
/// **'Application URLs'**
3141+
String get appUrlsTitle;
3142+
3143+
/// Description for the Application URLs expansion tile.
3144+
///
3145+
/// In en, this message translates to:
3146+
/// **'Manage external and internal URLs used within the application.'**
3147+
String get appUrlsDescription;
31243148
}
31253149

31263150
class _AppLocalizationsDelegate

lib/l10n/app_localizations_ar.dart

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,9 +1647,6 @@ class AppLocalizationsAr extends AppLocalizations {
16471647
@override
16481648
String get appUpdateManagementTitle => 'إدارة تحديثات التطبيق';
16491649

1650-
@override
1651-
String get appLegalInformationTitle => 'المعلومات القانونية والعامة';
1652-
16531650
@override
16541651
String get feedItemClickBehaviorTitle => 'سلوك النقر على عنصر الموجز';
16551652

@@ -1677,4 +1674,21 @@ class AppLocalizationsAr extends AppLocalizations {
16771674
@override
16781675
String get notificationSubscriptionWeeklyRoundupDescription =>
16791676
'حد الاشتراكات التي ترسل ملخصًا أسبوعيًا للعناوين المطابقة.';
1677+
1678+
@override
1679+
String get appStatusAndUpdatesTitle => 'حالة التطبيق والتحديثات';
1680+
1681+
@override
1682+
String get enableForcedUpdatesLabel => 'تفعيل التحديثات الإجبارية';
1683+
1684+
@override
1685+
String get enableForcedUpdatesDescription =>
1686+
'عند التفعيل، يمكنك تحديد الحد الأدنى للإصدار المطلوب للتطبيق.';
1687+
1688+
@override
1689+
String get appUrlsTitle => 'روابط التطبيق';
1690+
1691+
@override
1692+
String get appUrlsDescription =>
1693+
'إدارة الروابط الخارجية والداخلية المستخدمة داخل التطبيق.';
16801694
}

lib/l10n/app_localizations_en.dart

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,9 +1650,6 @@ class AppLocalizationsEn extends AppLocalizations {
16501650
@override
16511651
String get appUpdateManagementTitle => 'Application Update Management';
16521652

1653-
@override
1654-
String get appLegalInformationTitle => 'Legal & General Information';
1655-
16561653
@override
16571654
String get feedItemClickBehaviorTitle => 'Feed Item Click Behavior';
16581655

@@ -1680,4 +1677,21 @@ class AppLocalizationsEn extends AppLocalizations {
16801677
@override
16811678
String get notificationSubscriptionWeeklyRoundupDescription =>
16821679
'Limit for subscriptions that send a weekly summary of matching headlines.';
1680+
1681+
@override
1682+
String get appStatusAndUpdatesTitle => 'App Status & Updates';
1683+
1684+
@override
1685+
String get enableForcedUpdatesLabel => 'Enable Forced Updates';
1686+
1687+
@override
1688+
String get enableForcedUpdatesDescription =>
1689+
'When enabled, you can specify a minimum required version for the app.';
1690+
1691+
@override
1692+
String get appUrlsTitle => 'Application URLs';
1693+
1694+
@override
1695+
String get appUrlsDescription =>
1696+
'Manage external and internal URLs used within the application.';
16831697
}

0 commit comments

Comments
 (0)