diff --git a/lib/l10n/arb/app_en.arb b/lib/l10n/arb/app_en.arb index 1d467f08..4dd87f36 100644 --- a/lib/l10n/arb/app_en.arb +++ b/lib/l10n/arb/app_en.arb @@ -1188,6 +1188,12 @@ "@trackLyricsTimeout": {"description": "Message when lyrics request times out"}, "trackLyricsLoadFailed": "Failed to load lyrics", "@trackLyricsLoadFailed": {"description": "Message when lyrics loading fails"}, + "trackEmbedLyrics": "Embed Lyrics", + "@trackEmbedLyrics": {"description": "Action - embed lyrics into audio file"}, + "trackLyricsEmbedded": "Lyrics embedded successfully", + "@trackLyricsEmbedded": {"description": "Snackbar - lyrics saved to file"}, + "trackInstrumental": "Instrumental track", + "@trackInstrumental": {"description": "Message when track is instrumental (no lyrics)"}, "trackCopiedToClipboard": "Copied to clipboard", "@trackCopiedToClipboard": {"description": "Snackbar - content copied"}, "trackDeleteConfirmTitle": "Remove from device?", @@ -1477,6 +1483,10 @@ "@albumFolderYearAlbum": {"description": "Album folder option with year"}, "albumFolderYearAlbumSubtitle": "Albums/[2005] Album Name/", "@albumFolderYearAlbumSubtitle": {"description": "Folder structure example"}, + "albumFolderArtistAlbumSingles": "Artist / Album + Singles", + "@albumFolderArtistAlbumSingles": {"description": "Album folder option with singles inside artist"}, + "albumFolderArtistAlbumSinglesSubtitle": "Artist/Album/ and Artist/Singles/", + "@albumFolderArtistAlbumSinglesSubtitle": {"description": "Folder structure example"}, "downloadedAlbumDeleteSelected": "Delete Selected", "@downloadedAlbumDeleteSelected": {"description": "Button - delete selected tracks"},