diff --git a/lib/l10n/arb/app_en.arb b/lib/l10n/arb/app_en.arb index 4b3388cb..1d467f08 100644 --- a/lib/l10n/arb/app_en.arb +++ b/lib/l10n/arb/app_en.arb @@ -1549,5 +1549,80 @@ "placeholders": { "message": {"type": "String", "description": "Error message"} } - } + }, + + "discographyDownload": "Download Discography", + "@discographyDownload": {"description": "Button - download artist discography"}, + "discographyDownloadAll": "Download All", + "@discographyDownloadAll": {"description": "Option - download entire discography"}, + "discographyDownloadAllSubtitle": "{count} tracks from {albumCount} releases", + "@discographyDownloadAllSubtitle": { + "description": "Subtitle showing total tracks and albums", + "placeholders": { + "count": {"type": "int"}, + "albumCount": {"type": "int"} + } + }, + "discographyAlbumsOnly": "Albums Only", + "@discographyAlbumsOnly": {"description": "Option - download only albums"}, + "discographyAlbumsOnlySubtitle": "{count} tracks from {albumCount} albums", + "@discographyAlbumsOnlySubtitle": { + "description": "Subtitle showing album tracks count", + "placeholders": { + "count": {"type": "int"}, + "albumCount": {"type": "int"} + } + }, + "discographySinglesOnly": "Singles & EPs Only", + "@discographySinglesOnly": {"description": "Option - download only singles"}, + "discographySinglesOnlySubtitle": "{count} tracks from {albumCount} singles", + "@discographySinglesOnlySubtitle": { + "description": "Subtitle showing singles tracks count", + "placeholders": { + "count": {"type": "int"}, + "albumCount": {"type": "int"} + } + }, + "discographySelectAlbums": "Select Albums...", + "@discographySelectAlbums": {"description": "Option - manually select albums to download"}, + "discographySelectAlbumsSubtitle": "Choose specific albums or singles", + "@discographySelectAlbumsSubtitle": {"description": "Subtitle for select albums option"}, + "discographyFetchingTracks": "Fetching tracks...", + "@discographyFetchingTracks": {"description": "Progress - fetching album tracks"}, + "discographyFetchingAlbum": "Fetching {current} of {total}...", + "@discographyFetchingAlbum": { + "description": "Progress - fetching specific album", + "placeholders": { + "current": {"type": "int"}, + "total": {"type": "int"} + } + }, + "discographySelectedCount": "{count} selected", + "@discographySelectedCount": { + "description": "Selection count badge", + "placeholders": { + "count": {"type": "int"} + } + }, + "discographyDownloadSelected": "Download Selected", + "@discographyDownloadSelected": {"description": "Button - download selected albums"}, + "discographyAddedToQueue": "Added {count} tracks to queue", + "@discographyAddedToQueue": { + "description": "Snackbar - tracks added from discography", + "placeholders": { + "count": {"type": "int"} + } + }, + "discographySkippedDownloaded": "{added} added, {skipped} already downloaded", + "@discographySkippedDownloaded": { + "description": "Snackbar - with skipped tracks count", + "placeholders": { + "added": {"type": "int"}, + "skipped": {"type": "int"} + } + }, + "discographyNoAlbums": "No albums available", + "@discographyNoAlbums": {"description": "Error - no albums found for artist"}, + "discographyFailedToFetch": "Failed to fetch some albums", + "@discographyFailedToFetch": {"description": "Error - some albums failed to load"} }