Merge pull request #120 from weblate/weblate-mucke-app

Translations update from Hosted Weblate
This commit is contained in:
Moritz Weber 2023-07-09 15:12:56 +02:00 committed by GitHub
commit c14941f896
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 623 additions and 263 deletions

View file

@ -310,5 +310,11 @@
"newlyAdded": "Neu hinzugefügt", "newlyAdded": "Neu hinzugefügt",
"@newlyAdded": {}, "@newlyAdded": {},
"favorites": "Favoriten", "favorites": "Favoriten",
"@favorites": {} "@favorites": {},
"back": "Zurück",
"@back": {},
"next": "Weiter",
"@next": {},
"finish": "Fertig",
"@finish": {}
} }

View file

@ -1,262 +1,399 @@
{ {
"home": "Home", "home": "Home",
"customizeHomePage": "Customize Home Page", "@home": {},
"settings": "Settings", "customizeHomePage": "Customize Home Page",
"noSongsYet": "Looks like you don't have any songs in your library: Go to settings, add your music folders, and update your library.", "@customizeHomePage": {},
"library": "Library", "settings": "Settings",
"search": "Search", "@settings": {},
"updateLibrary": "Update library", "noSongsYet": "Looks like you don't have any songs in your library: Go to settings, add your music folders, and update your library.",
"artistsAlbumsSongs": "{artistCount} artists, {albumCount} albums, {songCount} songs", "@noSongsYet": {},
"@artistsAlbumsSongs": { "library": "Library",
"placeholders": { "@library": {},
"artistCount": { "search": "Search",
"type": "int", "@search": {},
"example": "3" "updateLibrary": "Update library",
}, "@updateLibrary": {},
"albumCount": { "artistsAlbumsSongs": "{artistCount} artists, {albumCount} albums, {songCount} songs",
"type": "int", "@artistsAlbumsSongs": {
"example": "6" "placeholders": {
}, "artistCount": {
"songCount": { "type": "int",
"type": "int", "example": "3"
"example": "60" },
} "albumCount": {
} "type": "int",
}, "example": "6"
"manageLibraryFolders": "Manage library folders", },
"allowedFileExtensions": "Allowed file extensions", "songCount": {
"allowedFileExtensionsDescription": "A comma-separated list of allowed file extensions. Lower- or uppercase does not matter. If you are unsure about this, just use the default.", "type": "int",
"manageBlockedFiles": "Manage blocked files", "example": "60"
"numberOfBlockedFiles": "Number of currently blocked files: {blockedFiles}", }
"@numberOfBlockedFiles": { }
"placeholders": { },
"blockedFiles": { "manageLibraryFolders": "Manage library folders",
"type": "int", "@manageLibraryFolders": {},
"example": "3" "allowedFileExtensions": "Allowed file extensions",
} "@allowedFileExtensions": {},
} "allowedFileExtensionsDescription": "A comma-separated list of allowed file extensions. Lower- or uppercase does not matter. If you are unsure about this, just use the default.",
}, "@allowedFileExtensionsDescription": {},
"playback": "Playback", "manageBlockedFiles": "Manage blocked files",
"playAlbumsInOrder": "Play albums in order", "@manageBlockedFiles": {},
"playAlbumsInOrderDescription": "When you click a song in an album the songs will be played in order instead of keeping the previous play mode.", "numberOfBlockedFiles": "Number of currently blocked files: {blockedFiles}",
"countSongsPlayed": "Count songs as played after: {percentage}%", "@numberOfBlockedFiles": {
"@countSongsPlayed": { "placeholders": {
"placeholders": { "blockedFiles": {
"percentage": { "type": "int",
"type": "int" "example": "3"
} }
} }
}, },
"libraryFolders": "Library Folders", "playback": "Playback",
"blockedFiles": "Blocked Files", "@playback": {},
"homeCustomization": "Home Customization", "playAlbumsInOrder": "Play albums in order",
"albumOfTheDay": "Album of the Day", "@playAlbumsInOrder": {},
"artistOfTheDay": "Artist of the Day", "playAlbumsInOrderDescription": "When you click a song in an album the songs will be played in order instead of keeping the previous play mode.",
"shuffleAll": "Shuffle All", "@playAlbumsInOrderDescription": {},
"history": "History", "countSongsPlayed": "Count songs as played after: {percentage}%",
"addWidgetToHome": "Add a Widget to Your Home Page", "@countSongsPlayed": {
"noPlaylistsYet": "No playlists yet. You can add them in the library.", "placeholders": {
"lastPlayed": "Last played", "percentage": {
"noHistoryYet": "Nothing to see here yet. Play something.", "type": "int"
"allSongs": "All Songs", }
"song": "Song", }
"songs": "Songs", },
"nSongs": "{count, plural, =0{no songs} =1{one song} other{{count} songs}}", "libraryFolders": "Library Folders",
"@nSongs": { "@libraryFolders": {},
"placeholders": { "blockedFiles": "Blocked Files",
"count": { "@blockedFiles": {},
"type": "num" "homeCustomization": "Home Customization",
} "@homeCustomization": {},
} "albumOfTheDay": "Album of the Day",
}, "@albumOfTheDay": {},
"album": "Album", "artistOfTheDay": "Artist of the Day",
"albums": "Albums", "@artistOfTheDay": {},
"artist": "Artist", "shuffleAll": "Shuffle All",
"artists": "Artists", "@shuffleAll": {},
"playlist": "Playlist", "history": "History",
"playlists": "Playlists", "@history": {},
"smartlist": "Smartlist", "addWidgetToHome": "Add a Widget to Your Home Page",
"smartlists": "Smartlists", "@addWidgetToHome": {},
"noShuffle": "None (keep currently active shuffle mode)", "noPlaylistsYet": "No playlists yet. You can add them in the library.",
"normalMode": "Normal Mode", "@noPlaylistsYet": {},
"shuffleMode": "Shuffle Mode", "lastPlayed": "Last played",
"favShuffleMode": "Favorite Shuffle Mode", "@lastPlayed": {},
"name": "Name", "noHistoryYet": "Nothing to see here yet. Play something.",
"sortingFilterSettings": "Sorting and Filter Settings", "@noHistoryYet": {},
"maxNumberEntries": "Maximum number of entries", "allSongs": "All Songs",
"creationDate": "Creation Date", "@allSongs": {},
"changeDate": "Change Date", "song": "Song",
"lastTimePlayed": "Last Time Played", "@song": {},
"ascending": "Ascending", "songs": "Songs",
"descending": "Descending", "@songs": {},
"both": "Both", "nSongs": "{count, plural, =0{no songs} =1{one song} other{{count} songs}}",
"playlistsOnly": "Playlists Only", "@nSongs": {
"smartlistsOnly": "Smartlists Only", "placeholders": {
"displaySettings": "Display Settings", "count": {
"addSmartlist": "Add Smartlist", "type": "num"
"addPlaylist": "Add Playlist", }
"createPlaylist": "Create Playlist", }
"editPlaylist": "Edit Playlist", },
"customizeCover": "Customize Cover", "album": "Album",
"playbackMode": "Playback Mode", "@album": {},
"excludeAllSongs": "Exclude all songs marked for exclusion.", "albums": "Albums",
"excludeInShuffle": "Exclude songs marked for exclusion in shuffle mode.", "@albums": {},
"excludeAlways": "Exclude only songs marked as always exclude.", "artist": "Artist",
"dontExclude": "Don't exclude any songs.", "@artist": {},
"filterSettings": "Filter Settings", "artists": "Artists",
"filterLikes": "Likes between {min} and {max}", "@artists": {},
"@filterLikes": { "playlist": "Playlist",
"placeholders": { "@playlist": {},
"min": { "playlists": "Playlists",
"type": "int" "@playlists": {},
}, "smartlist": "Smartlist",
"max": { "@smartlist": {},
"type": "int" "smartlists": "Smartlists",
} "@smartlists": {},
} "noShuffle": "None (keep currently active shuffle mode)",
}, "@noShuffle": {},
"minPlayCount": "Minimum play count", "normalMode": "Normal Mode",
"maxPlayCount": "Maximum play count", "@normalMode": {},
"minYear": "Minimum Year", "shuffleMode": "Shuffle Mode",
"maxYear": "Maximum Year", "@shuffleMode": {},
"selectArtistsExclude": "Select artists to exclude: {num} selected.", "favShuffleMode": "Favorite Shuffle Mode",
"@selectArtistsExclude": { "@favShuffleMode": {},
"placeholders": { "name": "Name",
"num": { "@name": {},
"type": "int" "sortingFilterSettings": "Sorting and Filter Settings",
} "@sortingFilterSettings": {},
} "maxNumberEntries": "Maximum number of entries",
}, "@maxNumberEntries": {},
"selectArtistsInclude": "Select artists to include: {num} selected.", "creationDate": "Creation Date",
"@selectArtistsInclude": { "@creationDate": {},
"placeholders": { "changeDate": "Change Date",
"num": { "@changeDate": {},
"type": "int" "lastTimePlayed": "Last Time Played",
} "@lastTimePlayed": {},
} "ascending": "Ascending",
}, "@ascending": {},
"includeAllArtists": "Include all artists if none are selected.", "descending": "Descending",
"excludeArtists": "Exclude selected artists", "@descending": {},
"limitSongs": "Limit number of songs", "both": "Both",
"orderSettings": "Order Settings", "@both": {},
"orderSettingsDescription": "Reorder options to change priorities.", "playlistsOnly": "Playlists Only",
"createSmartlist": "Create Smartlist", "@playlistsOnly": {},
"editSmartlist": "Edit Smartlist", "smartlistsOnly": "Smartlists Only",
"play": "Play", "@smartlistsOnly": {},
"nSongsSelected": "{count, plural, =0{no songs selected} =1{one song selected} other{{count} songs selected}}", "displaySettings": "Display Settings",
"@nSongsSelected": { "@displaySettings": {},
"placeholders": { "addSmartlist": "Add Smartlist",
"count": { "@addSmartlist": {},
"type": "num" "addPlaylist": "Add Playlist",
} "@addPlaylist": {},
} "createPlaylist": "Create Playlist",
}, "@createPlaylist": {},
"playNext": "Play next", "editPlaylist": "Edit Playlist",
"appendToQueued": "Append to manually queued songs", "@editPlaylist": {},
"addToQueue": "Add to queue", "customizeCover": "Customize Cover",
"disc": "Disc", "@customizeCover": {},
"blockFromLibrary": "Remove and block from library", "playbackMode": "Playback Mode",
"highlights": "Highlights", "@playbackMode": {},
"shuffle": "Shuffle", "excludeAllSongs": "Exclude all songs marked for exclusion.",
"selectArtists": "Select Artists", "@excludeAllSongs": {},
"removeFromQueue": "Remove from queue", "excludeInShuffle": "Exclude songs marked for exclusion in shuffle mode.",
"currentlyPlaying": "Currently playing", "@excludeInShuffle": {},
"nSongsInQueue": "{count, plural, =0{no songs} =1{one song} other{{count} songs}} in queue", "excludeAlways": "Exclude only songs marked as always exclude.",
"@nSongsInQueue": { "@excludeAlways": {},
"placeholders": { "dontExclude": "Don't exclude any songs.",
"count": { "@dontExclude": {},
"type": "num" "filterSettings": "Filter Settings",
} "@filterSettings": {},
} "filterLikes": "Likes between {min} and {max}",
}, "@filterLikes": {
"moreAvailable": "{num} more available", "placeholders": {
"@moreAvailable": { "min": {
"placeholders": { "type": "int"
"num": { },
"type": "int" "max": {
} "type": "int"
} }
}, }
"nameMustNotBeEmpty": "The name must not be empty.", },
"artistName": "Artist name", "minPlayCount": "Minimum play count",
"likeCount": "Like count", "@minPlayCount": {},
"playCount": "Play count", "maxPlayCount": "Maximum play count",
"songTitle": "Song title", "@maxPlayCount": {},
"year": "Year", "minYear": "Minimum Year",
"timeAdded": "Time added", "@minYear": {},
"addToPlaylist": "Add to playlist", "maxYear": "Maximum Year",
"removeFromPlaylist": "Remove from playlist", "@maxYear": {},
"cancel": "Cancel", "selectArtistsExclude": "Select artists to exclude: {num} selected.",
"nextUp": "Next up", "@selectArtistsExclude": {
"previousSong": "previous", "placeholders": {
"nextSong": "next", "num": {
"playedNTimes": "{count, plural, =0{not played yet} =1{played one time} other{played {count} times}}", "type": "int"
"@playedNTimes": { }
"placeholders": { }
"count": { },
"type": "num" "selectArtistsInclude": "Select artists to include: {num} selected.",
} "@selectArtistsInclude": {
} "placeholders": {
}, "num": {
"alwaysPlayPrevious": "Always play previous song before", "type": "int"
"alwaysPlayNext": "Always play next song after", }
"dontExcludeSong": "Don't exclude this song.", }
"excludeShuffleAllSong": "Exclude when shuffling all songs.", },
"excludeShuffleSong": "Exclude when shuffling.", "includeAllArtists": "Include all artists if none are selected.",
"alwaysExcludeSong": "Always exclude this song.", "@includeAllArtists": {},
"welcomeToMucke": "Welcome to mucke!", "excludeArtists": "Exclude selected artists",
"setupLibrary": "Setup library", "@excludeArtists": {},
"setupLibraryDescription": "Select folders, included file extensions etc.", "limitSongs": "Limit number of songs",
"importData": "Import data", "@limitSongs": {},
"importDataDescription": "Import your data from a previous mucke installation.", "orderSettings": "Order Settings",
"setupLibrary": "Setup Library", "@orderSettings": {},
"yourLibrary": "Your Library:", "orderSettingsDescription": "Reorder options to change priorities.",
"scan": "Scan", "@orderSettingsDescription": {},
"noFoldersSelected": "No folders selected so far.", "createSmartlist": "Create Smartlist",
"addFolder": "Add folder", "@createSmartlist": {},
"availableFromImport": "Available from imported data:", "editSmartlist": "Edit Smartlist",
"use": "Use", "@editSmartlist": {},
"reset": "Reset", "play": "Play",
"blockedFilesDescription": "Blocked files from the imported data. Only exact matches will be excluded from the library scan. Additional files can be blocked later in the app.", "@play": {},
"importLibData": "Import Library Data", "nSongsSelected": "{count, plural, =0{no songs selected} =1{one song selected} other{{count} songs selected}}",
"songMetaData": "Song Metadata", "@nSongsSelected": {
"metaDataAvailable": "Metadata for {num} songs available", "placeholders": {
"@metaDataAvailable": { "count": {
"placeholders": { "type": "num"
"num": { }
"type": "int" }
} },
} "playNext": "Play next",
}, "@playNext": {},
"metaDataDescription": "Import likes, blocks etc.", "appendToQueued": "Append to manually queued songs",
"imported": "Imported", "@appendToQueued": {},
"importVerb": "Import", "addToQueue": "Add to queue",
"@importVerb": { "@addToQueue": {},
"description": "This means the verb of importing something - not the noun." "disc": "Disc",
}, "@disc": {},
"miscellaneous": "Miscellaneous", "blockFromLibrary": "Remove and block from library",
"exportData": "Export data", "@blockFromLibrary": {},
"exportDescription": "Select the data you want to export. By default, everything is exported. When exporting, you can select a folder for the file to be stored.", "highlights": "Highlights",
"songsAlbumsArtists": "Songs, Albums, and Artists", "@highlights": {},
"librarySettings": "Library Settings", "shuffle": "Shuffle",
"dataExportedTo": "Data exported to:\n{path}", "@shuffle": {},
"@dataExportedTo": { "selectArtists": "Select Artists",
"placeholders": { "@selectArtists": {},
"path": { "removeFromQueue": "Remove from queue",
"type": "String" "@removeFromQueue": {},
} "currentlyPlaying": "Currently playing",
} "@currentlyPlaying": {},
}, "nSongsInQueue": "{count, plural, =0{no songs} =1{one song} other{{count} songs}} in queue",
"dataExportFailed": "Data export failed!", "@nSongsInQueue": {
"yourPlaylists": "Your Playlists", "placeholders": {
"batteryOptimization": "Battery Optimization", "count": {
"batteryExplanation": "Starting with Android 12, the battery optimization causes an error with the notification after losing the audio focus, for example when receiving a call. Disabling the optimization for mucke solves this issue.", "type": "num"
"openBattery": "Open battery settings", }
"disableBattery": "Disable optimization for mucke to solve notification issues.", }
"disabledBattery": "Battery optimization is disabled.", },
"favorites": "Favorites", "moreAvailable": "{num} more available",
"newlyAdded": "Newly added", "@moreAvailable": {
"back": "Back", "placeholders": {
"next": "Next", "num": {
"finish": "Finish" "type": "int"
} }
}
},
"nameMustNotBeEmpty": "The name must not be empty.",
"@nameMustNotBeEmpty": {},
"artistName": "Artist name",
"@artistName": {},
"likeCount": "Like count",
"@likeCount": {},
"playCount": "Play count",
"@playCount": {},
"songTitle": "Song title",
"@songTitle": {},
"year": "Year",
"@year": {},
"timeAdded": "Time added",
"@timeAdded": {},
"addToPlaylist": "Add to playlist",
"@addToPlaylist": {},
"removeFromPlaylist": "Remove from playlist",
"@removeFromPlaylist": {},
"cancel": "Cancel",
"@cancel": {},
"nextUp": "Next up",
"@nextUp": {},
"previousSong": "previous",
"@previousSong": {},
"nextSong": "next",
"@nextSong": {},
"playedNTimes": "{count, plural, =0{not played yet} =1{played one time} other{played {count} times}}",
"@playedNTimes": {
"placeholders": {
"count": {
"type": "num"
}
}
},
"alwaysPlayPrevious": "Always play previous song before",
"@alwaysPlayPrevious": {},
"alwaysPlayNext": "Always play next song after",
"@alwaysPlayNext": {},
"dontExcludeSong": "Don't exclude this song.",
"@dontExcludeSong": {},
"excludeShuffleAllSong": "Exclude when shuffling all songs.",
"@excludeShuffleAllSong": {},
"excludeShuffleSong": "Exclude when shuffling.",
"@excludeShuffleSong": {},
"alwaysExcludeSong": "Always exclude this song.",
"@alwaysExcludeSong": {},
"welcomeToMucke": "Welcome to mucke!",
"@welcomeToMucke": {},
"setupLibrary": "Set up Library",
"@setupLibrary": {},
"setupLibraryDescription": "Select folders, included file extensions, etc.",
"@setupLibraryDescription": {},
"importData": "Import data",
"@importData": {},
"importDataDescription": "Import your data from a previous mucke installation.",
"@importDataDescription": {},
"yourLibrary": "Your Library:",
"@yourLibrary": {},
"scan": "Scan",
"@scan": {},
"noFoldersSelected": "No folders selected so far.",
"@noFoldersSelected": {},
"addFolder": "Add folder",
"@addFolder": {},
"availableFromImport": "Available from imported data:",
"@availableFromImport": {},
"use": "Use",
"@use": {},
"reset": "Reset",
"@reset": {},
"blockedFilesDescription": "Blocked files from the imported data. Only exact matches will be excluded from the library scan. Additional files can be blocked later in the app.",
"@blockedFilesDescription": {},
"importLibData": "Import Library Data",
"@importLibData": {},
"songMetaData": "Song Metadata",
"@songMetaData": {},
"metaDataAvailable": "Metadata for {num} songs available",
"@metaDataAvailable": {
"placeholders": {
"num": {
"type": "int"
}
}
},
"metaDataDescription": "Import likes, blocks etc.",
"@metaDataDescription": {},
"imported": "Imported",
"@imported": {},
"importVerb": "Import",
"@importVerb": {
"description": "This means the verb of importing something - not the noun."
},
"miscellaneous": "Miscellaneous",
"@miscellaneous": {},
"exportData": "Export data",
"@exportData": {},
"exportDescription": "Select the data you want to export. By default, everything is exported. When exporting, you can select a folder for the file to be stored.",
"@exportDescription": {},
"songsAlbumsArtists": "Songs, Albums, and Artists",
"@songsAlbumsArtists": {},
"librarySettings": "Library Settings",
"@librarySettings": {},
"dataExportedTo": "Data exported to:\n{path}",
"@dataExportedTo": {
"placeholders": {
"path": {
"type": "String"
}
}
},
"dataExportFailed": "Data export failed!",
"@dataExportFailed": {},
"yourPlaylists": "Your Playlists",
"@yourPlaylists": {},
"batteryOptimization": "Battery Optimization",
"@batteryOptimization": {},
"batteryExplanation": "Starting with Android 12, the battery optimization causes an error with the notification after losing the audio focus, for example when receiving a call. Disabling the optimization for mucke solves this issue.",
"@batteryExplanation": {},
"openBattery": "Open battery settings",
"@openBattery": {},
"disableBattery": "Disable optimization for mucke to solve notification issues.",
"@disableBattery": {},
"disabledBattery": "Battery optimization is disabled.",
"@disabledBattery": {},
"favorites": "Favorites",
"@favorites": {},
"newlyAdded": "Newly added",
"@newlyAdded": {},
"back": "Back",
"@back": {},
"next": "Next",
"@next": {},
"finish": "Finish",
"@finish": {}
}

View file

@ -178,5 +178,222 @@
"exportData": "Eksporter data", "exportData": "Eksporter data",
"@exportData": {}, "@exportData": {},
"yourPlaylists": "Dine spillelister", "yourPlaylists": "Dine spillelister",
"@yourPlaylists": {} "@yourPlaylists": {},
"setupLibraryDescription": "Velg mapper, inkluderte filutvidelser, osv.",
"@setupLibraryDescription": {},
"welcomeToMucke": "Velkommen til mucke.",
"@welcomeToMucke": {},
"setupLibrary": "Sett opp bibliotek",
"@setupLibrary": {},
"importData": "Importer data",
"@importData": {},
"importDataDescription": "Importer dine data fra en tidligere mucke-installasjon.",
"@importDataDescription": {},
"noFoldersSelected": "Ingen mapper valgt så langt.",
"@noFoldersSelected": {},
"addFolder": "Legg til mappe",
"@addFolder": {},
"availableFromImport": "Tilgjengelig fra importert data:",
"@availableFromImport": {},
"metaDataAvailable": "Metadata for {num} spor tilgjengelig",
"@metaDataAvailable": {
"placeholders": {
"num": {
"type": "int"
}
}
},
"metaDataDescription": "Importer hva som er likt, blokkert, osv.",
"@metaDataDescription": {},
"dataExportedTo": "Data eksportert til:\n{path}",
"@dataExportedTo": {
"placeholders": {
"path": {
"type": "String"
}
}
},
"dataExportFailed": "Kunne ikke eksportere data.",
"@dataExportFailed": {},
"batteryOptimization": "Batterioptimalisering",
"@batteryOptimization": {},
"disabledBattery": "Batterioptimalisering er avskrudd.",
"@disabledBattery": {},
"playAlbumsInOrderDescription": "Når du klikker et spor i et album vil sporene spilles i rekkefølge, istedenfor å beholde forrige avspillingsmodus.",
"@playAlbumsInOrderDescription": {},
"countSongsPlayed": "Tell spor som avspilt etter. {percentage}%",
"@countSongsPlayed": {
"placeholders": {
"percentage": {
"type": "int"
}
}
},
"homeCustomization": "Hjemmetilpasning",
"@homeCustomization": {},
"lastPlayed": "Sist spilt",
"@lastPlayed": {},
"shuffleAll": "Omstokk alt",
"@shuffleAll": {},
"nSongs": "{count, plural, =0{ingen spor} =1{ett spor} other{{count} spor}}",
"@nSongs": {
"placeholders": {
"count": {
"type": "num"
}
}
},
"noHistoryYet": "Ingenting her enda. Spill noe.",
"@noHistoryYet": {},
"noShuffle": "Ingen (behold aktivt omstokkingsmodus)",
"@noShuffle": {},
"favShuffleMode": "Favorittomstokkingsmodus",
"@favShuffleMode": {},
"sortingFilterSettings": "Sortering- og filtreringsinnstillinger",
"@sortingFilterSettings": {},
"lastTimePlayed": "Siste gang spilt",
"@lastTimePlayed": {},
"excludeAllSongs": "Utelat spor markert for utelatelse.",
"@excludeAllSongs": {},
"dontExclude": "Ikke utelat noen spor.",
"@dontExclude": {},
"excludeAlways": "Utelat kun spor markert som «Alltid utelat».",
"@excludeAlways": {},
"filterSettings": "Filtreringsinnstillinger",
"@filterSettings": {},
"filterLikes": "Liker mellom {min} og {max}",
"@filterLikes": {
"placeholders": {
"min": {
"type": "int"
},
"max": {
"type": "int"
}
}
},
"minPlayCount": "Min. avspillingsantall",
"@minPlayCount": {},
"maxPlayCount": "Max. avspillingsantall",
"@maxPlayCount": {},
"minYear": "Min. år",
"@minYear": {},
"maxYear": "Maks. år",
"@maxYear": {},
"includeAllArtists": "Inkluder alle artister hvis ingen er valgt.",
"@includeAllArtists": {},
"excludeArtists": "Utelat valgte artister",
"@excludeArtists": {},
"orderSettings": "Sorteringsinnstillinger",
"@orderSettings": {},
"orderSettingsDescription": "Rekkefølgealternativer for endring av prioritet.",
"@orderSettingsDescription": {},
"limitSongs": "Begrens antallet spor",
"@limitSongs": {},
"addToQueue": "Legg til i kø",
"@addToQueue": {},
"shuffle": "Omstokking",
"@shuffle": {},
"nSongsSelected": "{count, plural, =0{ingen spor valgt} =1{ett spor valgt} other{{count} spor valgt}}",
"@nSongsSelected": {
"placeholders": {
"count": {
"type": "num"
}
}
},
"appendToQueued": "Legg til for manuelt kølagte spor",
"@appendToQueued": {},
"highlights": "Høydepunkter",
"@highlights": {},
"timeAdded": "Tid tillagt",
"@timeAdded": {},
"likeCount": "Antall ganger likt",
"@likeCount": {},
"nextUp": "Spilles etterpå",
"@nextUp": {},
"playedNTimes": "{count, plural, =0{ikke spilt endat} =1{spilt én gang} other{spilt {count} ganger}}",
"@playedNTimes": {
"placeholders": {
"count": {
"type": "num"
}
}
},
"alwaysPlayPrevious": "Alltid spill forrige spor før",
"@alwaysPlayPrevious": {},
"alwaysPlayNext": "Alltid spill neste spor etter",
"@alwaysPlayNext": {},
"dontExcludeSong": "Ikke utelat dette sporet.",
"@dontExcludeSong": {},
"excludeShuffleAllSong": "Utelat ved omstokking av alle spor.",
"@excludeShuffleAllSong": {},
"alwaysExcludeSong": "Alltid utelat dette sporet.",
"@alwaysExcludeSong": {},
"excludeShuffleSong": "Utelat ved omstokking.",
"@excludeShuffleSong": {},
"favorites": "Favoritter",
"@favorites": {},
"newlyAdded": "Nylig tillagt",
"@newlyAdded": {},
"back": "Tilbake",
"@back": {},
"next": "Neste",
"@next": {},
"finish": "Fullfør",
"@finish": {},
"excludeInShuffle": "Utelat spor markert for utelatelse i omstokkingsmodus.",
"@excludeInShuffle": {},
"scan": "Skann",
"@scan": {},
"use": "Bruk",
"@use": {},
"yourLibrary": "Ditt bibliotek:",
"@yourLibrary": {},
"reset": "Tilbakestill",
"@reset": {},
"moreAvailable": "{num} flere tilgjengelig",
"@moreAvailable": {
"placeholders": {
"num": {
"type": "int"
}
}
},
"disableBattery": "sKRU AV Batterioptimalisering for mucke for å løse merknadsproblemer.",
"@disableBattery": {},
"openBattery": "Åpne batteri-innstillinger",
"@openBattery": {},
"selectArtistsExclude": "Velg artister å utelate: {num} valgt.",
"@selectArtistsExclude": {
"placeholders": {
"num": {
"type": "int"
}
}
},
"selectArtistsInclude": "Velg artister å inkludere: {num} valgt.",
"@selectArtistsInclude": {
"placeholders": {
"num": {
"type": "int"
}
}
},
"songsAlbumsArtists": "Spor, album, og artister",
"@songsAlbumsArtists": {},
"nSongsInQueue": "{count, plural, =0{ingen spor} =1{ett spor} other{{count} spor}} i kø",
"@nSongsInQueue": {
"placeholders": {
"count": {
"type": "num"
}
}
},
"blockedFilesDescription": "Blokker filer fra importert data. Kun eksakte treff vil bli utelatt fra biblioteksskanning. Ytterligere filer kan blokkeres senere i programmet.",
"@blockedFilesDescription": {},
"exportDescription": "Velg data å eksportere. Som forvalg eksporteres alt. Når du eksporterer kan du velge en mappe filen lagres i.",
"@exportDescription": {},
"batteryExplanation": "Fra Android 12 forårsaker batterioptimalisering en feil med merknaden etter at den mister lydfokus, for eksempel ved innkommende anrop. Å skru av batterioptimalisering for mucke løser dette problemet.",
"@batteryExplanation": {}
} }