@@ -2725,6 +2725,108 @@ abstract class AppLocalizations {
27252725 /// In en, this message translates to:
27262726 /// **'Close'**
27272727 String get closeButtonText;
2728+
2729+ /// Title for the filter dialog when filtering local ads.
2730+ ///
2731+ /// In en, this message translates to:
2732+ /// **'Filter Local Ads'**
2733+ String get filterLocalAds;
2734+
2735+ /// Hint text for the ad title or URL search field.
2736+ ///
2737+ /// In en, this message translates to:
2738+ /// **'Search by ad title or URL...'**
2739+ String get searchByAdTitleOrUrl;
2740+
2741+ /// Label for the ad type filter.
2742+ ///
2743+ /// In en, this message translates to:
2744+ /// **'Ad Type'**
2745+ String get adType;
2746+
2747+ /// Headline for loading state of native ads.
2748+ ///
2749+ /// In en, this message translates to:
2750+ /// **'Loading Native Ads'**
2751+ String get loadingNativeAds;
2752+
2753+ /// Message when no native ads are found.
2754+ ///
2755+ /// In en, this message translates to:
2756+ /// **'No native ads found.'**
2757+ String get noNativeAdsFound;
2758+
2759+ /// Headline for loading state of banner ads.
2760+ ///
2761+ /// In en, this message translates to:
2762+ /// **'Loading Banner Ads'**
2763+ String get loadingBannerAds;
2764+
2765+ /// Message when no banner ads are found.
2766+ ///
2767+ /// In en, this message translates to:
2768+ /// **'No banner ads found.'**
2769+ String get noBannerAdsFound;
2770+
2771+ /// Column header for ad image URL.
2772+ ///
2773+ /// In en, this message translates to:
2774+ /// **'Image URL'**
2775+ String get adImageUrl;
2776+
2777+ /// Headline for loading state of interstitial ads.
2778+ ///
2779+ /// In en, this message translates to:
2780+ /// **'Loading Interstitial Ads'**
2781+ String get loadingInterstitialAds;
2782+
2783+ /// Message when no interstitial ads are found.
2784+ ///
2785+ /// In en, this message translates to:
2786+ /// **'No interstitial ads found.'**
2787+ String get noInterstitialAdsFound;
2788+
2789+ /// Headline for loading state of video ads.
2790+ ///
2791+ /// In en, this message translates to:
2792+ /// **'Loading Video Ads'**
2793+ String get loadingVideoAds;
2794+
2795+ /// Message when no video ads are found.
2796+ ///
2797+ /// In en, this message translates to:
2798+ /// **'No video ads found.'**
2799+ String get noVideoAdsFound;
2800+
2801+ /// Column header for ad video URL.
2802+ ///
2803+ /// In en, this message translates to:
2804+ /// **'Video URL'**
2805+ String get adVideoUrl;
2806+
2807+ /// Snackbar message displayed when an ad ID is successfully copied to the clipboard.
2808+ ///
2809+ /// In en, this message translates to:
2810+ /// **'ID copied to clipboard'**
2811+ String get idCopied;
2812+
2813+ /// Tooltip for the copy ID action button.
2814+ ///
2815+ /// In en, this message translates to:
2816+ /// **'Copy Ad ID'**
2817+ String get copyIdTooltip;
2818+
2819+ /// Title for the dialog asking to save an ad
2820+ ///
2821+ /// In en, this message translates to:
2822+ /// **'Save Ad'**
2823+ String get saveAdTitle;
2824+
2825+ /// Message for the dialog asking to save an ad
2826+ ///
2827+ /// In en, this message translates to:
2828+ /// **'Do you want to publish this ad or save it as a draft?'**
2829+ String get saveAdMessage;
27282830}
27292831
27302832class _AppLocalizationsDelegate
0 commit comments