···688688 /// **'Done'**
689689 String get buttonDone;
690690691691+ /// Add sound button text
692692+ ///
693693+ /// In en, this message translates to:
694694+ /// **'Add sound'**
695695+ String get buttonAddSound;
696696+691697 /// Edit button text
692698 ///
693699 /// In en, this message translates to:
···892898 /// **'No videos using this sound yet'**
893899 String get emptyNoVideosUsingSound;
894900901901+ /// Empty state for no selectable sounds
902902+ ///
903903+ /// In en, this message translates to:
904904+ /// **'No sounds available'**
905905+ String get emptyNoSoundsAvailable;
906906+895907 /// Empty state for no photos in library
896908 ///
897909 /// In en, this message translates to:
···10891101 /// In en, this message translates to:
10901102 /// **'Sound'**
10911103 String get labelSound;
11041104+11051105+ /// Title for the recorder sound picker
11061106+ ///
11071107+ /// In en, this message translates to:
11081108+ /// **'Select sound'**
11091109+ String get titleSelectSound;
1092111010931111 /// Stickers label
10941112 ///
+9
lib/src/core/l10n/app_localizations_en.dart
···318318 String get buttonDone => 'Done';
319319320320 @override
321321+ String get buttonAddSound => 'Add sound';
322322+323323+ @override
321324 String get buttonEdit => 'Edit';
322325323326 @override
···430433 String get emptyNoVideosUsingSound => 'No videos using this sound yet';
431434432435 @override
436436+ String get emptyNoSoundsAvailable => 'No sounds available';
437437+438438+ @override
433439 String get emptyNoPhotoLibrary =>
434440 'No photos or videos found in your library.';
435441···538544539545 @override
540546 String get labelSound => 'Sound';
547547+548548+ @override
549549+ String get titleSelectSound => 'Select sound';
541550542551 @override
543552 String get labelStickers => 'Stickers';
+15
lib/src/core/l10n/intl_en.arb
···517517 "description": "Done button text"
518518 },
519519520520+ "buttonAddSound": "Add sound",
521521+ "@buttonAddSound": {
522522+ "description": "Add sound button text"
523523+ },
524524+520525 "buttonEdit": "Edit",
521526 "@buttonEdit": {
522527 "description": "Edit button text"
···702707 "description": "Empty state for no videos using a sound"
703708 },
704709710710+ "emptyNoSoundsAvailable": "No sounds available",
711711+ "@emptyNoSoundsAvailable": {
712712+ "description": "Empty state for no selectable sounds"
713713+ },
714714+705715 "emptyNoPhotoLibrary": "No photos or videos found in your library.",
706716 "@emptyNoPhotoLibrary": {
707717 "description": "Empty state for no photos in library"
···880890 "labelSound": "Sound",
881891 "@labelSound": {
882892 "description": "Sound label for video editor toolbar"
893893+ },
894894+895895+ "titleSelectSound": "Select sound",
896896+ "@titleSelectSound": {
897897+ "description": "Title for the recorder sound picker"
883898 },
884899885900 "labelStickers": "Stickers",