use dedicated strings for sidebar localization (#2266)

This commit is contained in:
jeffvli
2026-07-23 18:10:31 -07:00
parent bd964cc8ed
commit e0ac1c0db6
31 changed files with 386 additions and 386 deletions
+13 -13
View File
@@ -602,22 +602,22 @@
"playerFilters": "Afspillerfiltre"
},
"sidebar": {
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})",
"albums": "$t(entity.album, {\"count\": 2})",
"albumArtists": "Albumkunstnere",
"albums": "Albummer",
"collections": "Samlinger",
"artists": "$t(entity.artist, {\"count\": 2})",
"favorites": "$t(entity.favorite, {\"count\": 2})",
"folders": "$t(entity.folder, {\"count\": 2})",
"genres": "$t(entity.genre, {\"count\": 2})",
"home": "$t(common.home)",
"radio": "$t(entity.radioStation, {\"count\": 2})",
"artists": "Kunstnere",
"favorites": "Favoritter",
"folders": "Mapper",
"genres": "Genrer",
"home": "Hjem",
"radio": "Radiostationer",
"myLibrary": "Mit bibliotek",
"nowPlaying": "Spiller nu",
"playlists": "$t(entity.playlist, {\"count\": 2})",
"search": "$t(common.search)",
"settings": "$t(common.setting, {\"count\": 2})",
"shared": "Delte $t(entity.playlist, {\"count\": 2})",
"tracks": "$t(entity.track, {\"count\": 2})"
"playlists": "Playlister",
"search": "Søg",
"settings": "Indstillinger",
"shared": "Delte Playlister",
"tracks": "Numre"
},
"trackList": {
"artistTracks": "Numre af {{artist}}",