File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed
Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff 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
33243336class _AppLocalizationsDelegate
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments