@@ -529,6 +529,54 @@ abstract class APPi18n {
529529 /// **'Music Library'**
530530 String get musicLibrary;
531531
532+ /// Title for music cache section
533+ ///
534+ /// In en, this message translates to:
535+ /// **'Music Cache'**
536+ String get musicCache;
537+
538+ /// Label prefix for current cache size
539+ ///
540+ /// In en, this message translates to:
541+ /// **'Current cache:'**
542+ String get currentCache;
543+
544+ /// Label for max cache input
545+ ///
546+ /// In en, this message translates to:
547+ /// **'Max cache (MB)'**
548+ String get maxCacheMb;
549+
550+ /// Button label to clear cache
551+ ///
552+ /// In en, this message translates to:
553+ /// **'Clear'**
554+ String get clearCache;
555+
556+ /// Label for source code link
557+ ///
558+ /// In en, this message translates to:
559+ /// **'Source Code'**
560+ String get sourceCode;
561+
562+ /// Snackbar text when cache max updated
563+ ///
564+ /// In en, this message translates to:
565+ /// **'Cache max updated'**
566+ String get cacheMaxUpdated;
567+
568+ /// Snackbar text when cache cleared
569+ ///
570+ /// In en, this message translates to:
571+ /// **'Cache cleared'**
572+ String get cacheCleared;
573+
574+ /// Snackbar text when URL cannot be opened
575+ ///
576+ /// In en, this message translates to:
577+ /// **'Could not open URL'**
578+ String get couldNotOpenUrl;
579+
532580 /// No local music imported message
533581 ///
534582 /// In en, this message translates to:
0 commit comments