Skip to content

Commit 2cd4585

Browse files
committed
build(l10n): sync
1 parent f4da20f commit 2cd4585

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

lib/l10n/app_localizations.dart

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3319,6 +3319,18 @@ abstract class AppLocalizations {
33193319
/// In en, this message translates to:
33203320
/// **'If enabled, users who respond \'No\' will be prompted to provide written feedback directly to the team.'**
33213321
String get requestWrittenFeedbackDescription;
3322+
3323+
/// Title for the nested expansion tile for internal app review prompt settings.
3324+
///
3325+
/// In en, this message translates to:
3326+
/// **'Internal Prompt Logic'**
3327+
String get internalPromptLogicTitle;
3328+
3329+
/// Title for the nested expansion tile for app review follow-up actions.
3330+
///
3331+
/// In en, this message translates to:
3332+
/// **'Follow-up Actions'**
3333+
String get followUpActionsTitle;
33223334
}
33233335

33243336
class _AppLocalizationsDelegate

lib/l10n/app_localizations_ar.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1789,4 +1789,10 @@ class AppLocalizationsAr extends AppLocalizations {
17891789
@override
17901790
String get requestWrittenFeedbackDescription =>
17911791
'إذا تم التمكين، سيُطلب من المستخدمين الذين يجيبون بـ \'لا\' تقديم ملاحظات مكتوبة مباشرة إلى فريق التطوير.';
1792+
1793+
@override
1794+
String get internalPromptLogicTitle => 'منطق الموجه الداخلي';
1795+
1796+
@override
1797+
String get followUpActionsTitle => 'إجراءات المتابعة';
17921798
}

lib/l10n/app_localizations_en.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1794,4 +1794,10 @@ class AppLocalizationsEn extends AppLocalizations {
17941794
@override
17951795
String get requestWrittenFeedbackDescription =>
17961796
'If enabled, users who respond \'No\' will be prompted to provide written feedback directly to the team.';
1797+
1798+
@override
1799+
String get internalPromptLogicTitle => 'Internal Prompt Logic';
1800+
1801+
@override
1802+
String get followUpActionsTitle => 'Follow-up Actions';
17971803
}

0 commit comments

Comments
 (0)