@@ -716,11 +716,11 @@ abstract class AppLocalizations {
716716 /// **'Android Store URL'**
717717 String get androidStoreUrlLabel;
718718
719- /// Description for Android Store URL
719+ /// Description for Android Update URL
720720 ///
721721 /// In en, this message translates to:
722722 /// **'URL to the app on the Google Play Store.'**
723- String get androidStoreUrlDescription ;
723+ String get androidUpdateUrlDescription ;
724724
725725 /// Label for Guest Days Between In-App Prompts
726726 ///
@@ -1496,11 +1496,83 @@ abstract class AppLocalizations {
14961496 /// **'Android Update URL'**
14971497 String get androidUpdateUrlLabel;
14981498
1499- /// Description for Android Update URL
1499+ /// Label for Followed Items Limit
15001500 ///
15011501 /// In en, this message translates to:
1502- /// **'URL for Android app updates.'**
1503- String get androidUpdateUrlDescription;
1502+ /// **'Followed Items Limit'**
1503+ String get followedItemsLimitLabel;
1504+
1505+ /// Description for Followed Items Limit
1506+ ///
1507+ /// In en, this message translates to:
1508+ /// **'Maximum number of countries, news sources, or categories this user role can follow (each type has its own limit).'**
1509+ String get followedItemsLimitDescription;
1510+
1511+ /// Label for Saved Headlines Limit
1512+ ///
1513+ /// In en, this message translates to:
1514+ /// **'Saved Headlines Limit'**
1515+ String get savedHeadlinesLimitLabel;
1516+
1517+ /// Description for Saved Headlines Limit
1518+ ///
1519+ /// In en, this message translates to:
1520+ /// **'Maximum number of headlines this user role can save.'**
1521+ String get savedHeadlinesLimitDescription;
1522+
1523+ /// Label for Ad Frequency
1524+ ///
1525+ /// In en, this message translates to:
1526+ /// **'Ad Frequency'**
1527+ String get adFrequencyLabel;
1528+
1529+ /// Description for Ad Frequency
1530+ ///
1531+ /// In en, this message translates to:
1532+ /// **'How often an ad can appear for this user role (e.g., a value of 5 means an ad could be placed after every 5 news items).'**
1533+ String get adFrequencyDescription;
1534+
1535+ /// Label for Ad Placement Interval
1536+ ///
1537+ /// In en, this message translates to:
1538+ /// **'Ad Placement Interval'**
1539+ String get adPlacementIntervalLabel;
1540+
1541+ /// Description for Ad Placement Interval
1542+ ///
1543+ /// In en, this message translates to:
1544+ /// **'Minimum number of news items that must be shown before the very first ad appears for this user role.'**
1545+ String get adPlacementIntervalDescription;
1546+
1547+ /// Label for Articles Before Interstitial Ads
1548+ ///
1549+ /// In en, this message translates to:
1550+ /// **'Articles Before Interstitial Ads'**
1551+ String get articlesBeforeInterstitialAdsLabel;
1552+
1553+ /// Description for Articles Before Interstitial Ads
1554+ ///
1555+ /// In en, this message translates to:
1556+ /// **'Number of articles this user role needs to read before a full-screen interstitial ad is shown.'**
1557+ String get articlesBeforeInterstitialAdsDescription;
1558+
1559+ /// Suffix for number of days in prompt descriptions
1560+ ///
1561+ /// In en, this message translates to:
1562+ /// **'Days'**
1563+ String get daysSuffix;
1564+
1565+ /// Description for days between in-app prompts
1566+ ///
1567+ /// In en, this message translates to:
1568+ /// **'Minimum number of days before showing the {actionType} prompt.'**
1569+ String daysBetweenPromptDescription (String actionType);
1570+
1571+ /// Text for the retry button
1572+ ///
1573+ /// In en, this message translates to:
1574+ /// **'Retry'**
1575+ String get retryButtonText;
15041576}
15051577
15061578class _AppLocalizationsDelegate
0 commit comments