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
@@ -2,20 +2,20 @@
"page": { "page": {
"sidebar": { "sidebar": {
"myLibrary": "La meva mediateca", "myLibrary": "La meva mediateca",
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Artistes de l'àlbum",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Àlbums",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Artistes",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Carpetes",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Gèneres",
"home": "$t(common.home)", "home": "Inici",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Llistes de reproducció",
"search": "$t(common.search)", "search": "Cercar",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Configuracions",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "Pistes",
"nowPlaying": "S'està reproduint", "nowPlaying": "S'està reproduint",
"shared": "$t(entity.playlist, {\"count\": 2}) compartides", "shared": "Llistes de reproducció compartides",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "Preferits",
"radio": "$t(entity.radioStation, {\"count\": 2})", "radio": "Emissores de ràdio",
"collections": "Col·leccions" "collections": "Col·leccions"
}, },
"albumArtistDetail": { "albumArtistDetail": {
+13 -13
View File
@@ -890,20 +890,20 @@
"page": { "page": {
"sidebar": { "sidebar": {
"nowPlaying": "Právě hraje", "nowPlaying": "Právě hraje",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Playlisty",
"search": "$t(common.search)", "search": "Hledat",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "Skladby",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Alba",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Žánry",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Složky",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Nastavení",
"home": "$t(common.home)", "home": "Domů",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Umělci",
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Umělci alb",
"shared": "$t(entity.playlist, {\"count\": 2}) sdíleny", "shared": "Sdílené playlisty",
"myLibrary": "Moje knihovna", "myLibrary": "Moje knihovna",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "Oblíbené",
"radio": "$t(entity.radioStation, {\"count\": 2})", "radio": "Stanice rádia",
"collections": "Sbírky" "collections": "Sbírky"
}, },
"fullscreenPlayer": { "fullscreenPlayer": {
+13 -13
View File
@@ -602,22 +602,22 @@
"playerFilters": "Afspillerfiltre" "playerFilters": "Afspillerfiltre"
}, },
"sidebar": { "sidebar": {
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Albumkunstnere",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Albummer",
"collections": "Samlinger", "collections": "Samlinger",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Kunstnere",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "Favoritter",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Mapper",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Genrer",
"home": "$t(common.home)", "home": "Hjem",
"radio": "$t(entity.radioStation, {\"count\": 2})", "radio": "Radiostationer",
"myLibrary": "Mit bibliotek", "myLibrary": "Mit bibliotek",
"nowPlaying": "Spiller nu", "nowPlaying": "Spiller nu",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Playlister",
"search": "$t(common.search)", "search": "Søg",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Indstillinger",
"shared": "Delte $t(entity.playlist, {\"count\": 2})", "shared": "Delte Playlister",
"tracks": "$t(entity.track, {\"count\": 2})" "tracks": "Numre"
}, },
"trackList": { "trackList": {
"artistTracks": "Numre af {{artist}}", "artistTracks": "Numre af {{artist}}",
+13 -13
View File
@@ -609,20 +609,20 @@
}, },
"sidebar": { "sidebar": {
"nowPlaying": "Läuft gerade", "nowPlaying": "Läuft gerade",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Wiedergabelisten",
"search": "$t(common.search)", "search": "Suchen",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "Tracks",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Alben",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Genres",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Verzeichnisse",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Einstellungen",
"home": "$t(common.home)", "home": "Home",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Interpreten",
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Albuminterpreten",
"shared": "$t(entity.playlist, {\"count\": 2}) geteilt", "shared": "Geteilte Wiedergabelisten",
"myLibrary": "Meine bibliothek", "myLibrary": "Meine bibliothek",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "Favoriten",
"radio": "$t(entity.radioStation, {\"count\": 2})", "radio": "Radiosender",
"collections": "Sammlungen" "collections": "Sammlungen"
}, },
"setting": { "setting": {
+13 -13
View File
@@ -674,22 +674,22 @@
"playerFilters": "Player Filters" "playerFilters": "Player Filters"
}, },
"sidebar": { "sidebar": {
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Album Artists",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Albums",
"collections": "Collections", "collections": "Collections",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Artists",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "Favorites",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Folders",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Genres",
"home": "$t(common.home)", "home": "Home",
"radio": "$t(entity.radioStation, {\"count\": 2})", "radio": "Radio Stations",
"myLibrary": "My Library", "myLibrary": "My Library",
"nowPlaying": "Now Playing", "nowPlaying": "Now Playing",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Playlists",
"search": "$t(common.search)", "search": "Search",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Settings",
"shared": "Shared $t(entity.playlist, {\"count\": 2})", "shared": "Shared Playlists",
"tracks": "$t(entity.track, {\"count\": 2})" "tracks": "Tracks"
}, },
"trackList": { "trackList": {
"artistTracks": "Tracks by {{artist}}", "artistTracks": "Tracks by {{artist}}",
+13 -13
View File
@@ -776,20 +776,20 @@
"page": { "page": {
"sidebar": { "sidebar": {
"nowPlaying": "Reproduciendo", "nowPlaying": "Reproduciendo",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Listas de reproducción",
"search": "$t(common.search)", "search": "Buscar",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "Pistas",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Álbumes",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Géneros",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Carpetas",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Configuración",
"home": "$t(common.home)", "home": "Inicio",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Artistas",
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Artistas del álbum",
"shared": "Compartido $t(entity.playlist, {\"count\": 2})", "shared": "Listas de reproducción compartidas",
"myLibrary": "Mi Biblioteca", "myLibrary": "Mi Biblioteca",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "Favoritos",
"radio": "$t(entity.radioStation, {\"count\": 2})", "radio": "Estaciones de Radio",
"collections": "Colecciones" "collections": "Colecciones"
}, },
"appMenu": { "appMenu": {
+13 -13
View File
@@ -666,22 +666,22 @@
"remote": "Kaugjuhtimine" "remote": "Kaugjuhtimine"
}, },
"sidebar": { "sidebar": {
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Albumi esitajad",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Albumid",
"collections": "Kogumikud", "collections": "Kogumikud",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Esitajad",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "Lemmikud",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Kaustad",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Žanrid",
"home": "$t(common.home)", "home": "Avaleht",
"radio": "$t(entity.radioStation, {\"count\": 2})", "radio": "Raadiojaamad",
"myLibrary": "Muusikakogu", "myLibrary": "Muusikakogu",
"nowPlaying": "Esitamisel", "nowPlaying": "Esitamisel",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Esitusloendid",
"search": "$t(common.search)", "search": "Otsi",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Sätted",
"shared": "Shared $t(entity.playlist, {\"count\": 2})", "shared": "Jagatud esitusloendid",
"tracks": "$t(entity.track, {\"count\": 2})" "tracks": "Lood"
}, },
"trackList": { "trackList": {
"artistTracks": "{{artist}} lood", "artistTracks": "{{artist}} lood",
+13 -13
View File
@@ -971,21 +971,21 @@
"lyricsDisplay": "Erakutsi letrak" "lyricsDisplay": "Erakutsi letrak"
}, },
"sidebar": { "sidebar": {
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Albumaren artistak",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Albumak",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Artistak",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Karpetak",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Generoak",
"home": "$t(common.home)", "home": "Etxea",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Erreprodukzio-zerrendak",
"search": "$t(common.search)", "search": "Bilatu",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Ezarpenak",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "Pistak",
"myLibrary": "Nire liburutegia", "myLibrary": "Nire liburutegia",
"nowPlaying": "Orain erreproduzitzen", "nowPlaying": "Orain erreproduzitzen",
"shared": "Partekatutako $t(entity.playlist, {\"count\": 2})", "shared": "Partekatutako Erreprodukzio-zerrendak",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "Gogokoak",
"radio": "$t(entity.radioStation, {\"count\": 2})", "radio": "Irrati-kateak",
"collections": "Bildumak" "collections": "Bildumak"
}, },
"trackList": { "trackList": {
+11 -11
View File
@@ -523,18 +523,18 @@
"playbackTab": "پخش" "playbackTab": "پخش"
}, },
"sidebar": { "sidebar": {
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "ژانرها",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "فهرست‌های پخش",
"search": "$t(common.search)", "search": "جست‌وجو",
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "هنرمندان آلبوم",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "آلبوم‌ها",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "پوشه‌ها",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "هنرمندان",
"home": "$t(common.home)", "home": "خانه",
"nowPlaying": "پخش کنونی", "nowPlaying": "پخش کنونی",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "قطعه‌ها",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "تنظیمات",
"shared": "$t(entity.playlist, {\"count\": 2}) اشتراک‌گذاری شده" "shared": "فهرست‌های پخش اشتراک‌گذاری شده"
}, },
"albumDetail": { "albumDetail": {
"moreFromArtist": "موارد بیشتر از این $t(entity.artist, {\"count\": 1})", "moreFromArtist": "موارد بیشتر از این $t(entity.artist, {\"count\": 1})",
+13 -13
View File
@@ -700,22 +700,22 @@
"goTo": "Mene" "goTo": "Mene"
}, },
"sidebar": { "sidebar": {
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Albumin artistit",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Albumit",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Asetukset",
"shared": "$t(entity.playlist, {\"count\": 2}) jaettu", "shared": "Jaetut soittolistat",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "Raidat",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Artistit",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Kansiot",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Genret",
"home": "$t(common.home)", "home": "Koti",
"nowPlaying": "Nyt soi", "nowPlaying": "Nyt soi",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Soittolistat",
"search": "$t(common.search)", "search": "Etsi",
"myLibrary": "Oma kirjasto", "myLibrary": "Oma kirjasto",
"collections": "Kokoelmat", "collections": "Kokoelmat",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "Suosikit",
"radio": "$t(entity.radioStation, {\"count\": 2})" "radio": "Radioasemat"
}, },
"setting": { "setting": {
"generalTab": "Yleinen", "generalTab": "Yleinen",
+13 -13
View File
@@ -324,20 +324,20 @@
"page": { "page": {
"sidebar": { "sidebar": {
"nowPlaying": "Lecture en cours", "nowPlaying": "Lecture en cours",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Listes de lecture",
"search": "$t(common.search)", "search": "Recherche",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "Pistes",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Albums",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Genres",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Dossiers",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Paramètres",
"home": "$t(common.home)", "home": "Accueil",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Artistes",
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Artistes d'albums",
"shared": "$t(entity.playlist, {\"count\": 2}) partagée", "shared": "Listes de lecture partagées",
"myLibrary": "Bibliothèque", "myLibrary": "Bibliothèque",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "Favoris",
"radio": "$t(entity.radioStation, {\"count\": 2})", "radio": "Stations radio",
"collections": "Collections" "collections": "Collections"
}, },
"fullscreenPlayer": { "fullscreenPlayer": {
+13 -13
View File
@@ -552,21 +552,21 @@
"logger": "Naplózó" "logger": "Naplózó"
}, },
"sidebar": { "sidebar": {
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Zenészek",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Albumok",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Előadók",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Mappák",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Műfajok",
"home": "$t(common.home)", "home": "Főoldal",
"myLibrary": "Könyvtáram", "myLibrary": "Könyvtáram",
"nowPlaying": "Most játszott", "nowPlaying": "Most játszott",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Lejátszási listák",
"search": "$t(common.search)", "search": "Keresés",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Beállítások",
"shared": "Megosztott $t(entity.playlist, {\"count\": 2})", "shared": "Megosztott Lejátszási listák",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "Sávok",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "Kedvelések",
"radio": "$t(entity.radioStation, {\"count\": 2})" "radio": "Rádióállomások"
}, },
"trackList": { "trackList": {
"artistTracks": "Dalok tőle {{artist}}", "artistTracks": "Dalok tőle {{artist}}",
+13 -13
View File
@@ -553,21 +553,21 @@
"playerFilters": "Filter pemutar" "playerFilters": "Filter pemutar"
}, },
"sidebar": { "sidebar": {
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Artis Album",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Album",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Artis",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Folder",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Genre",
"home": "$t(common.home)", "home": "Beranda",
"nowPlaying": "Sedang diputar", "nowPlaying": "Sedang diputar",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Daftar Putar",
"search": "$t(common.search)", "search": "Cari",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Pengaturan",
"shared": "Berbagi $t(entity.playlist, {\"count\": 2})", "shared": "Berbagi Daftar Putar",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "Pista",
"collections": "Koleksi", "collections": "Koleksi",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "Favorit",
"radio": "$t(entity.radioStation, {\"count\": 2})", "radio": "Stasiun Radio",
"myLibrary": "Pustaka saya" "myLibrary": "Pustaka saya"
}, },
"trackList": { "trackList": {
+13 -13
View File
@@ -544,21 +544,21 @@
"page": { "page": {
"sidebar": { "sidebar": {
"nowPlaying": "In riproduzione", "nowPlaying": "In riproduzione",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Playlist",
"search": "$t(common.search)", "search": "Cerca",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "Tracce",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Album",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Generi",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Cartelle",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Impostazioni",
"home": "$t(common.home)", "home": "Home",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Artisti",
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Artisti Album",
"myLibrary": "La mia libreria", "myLibrary": "La mia libreria",
"shared": "$t(entity.playlist, {\"count\": 2}) condivise", "shared": "Playlist condivise",
"collections": "Collezioni", "collections": "Collezioni",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "Preferiti",
"radio": "$t(entity.radioStation, {\"count\": 2})" "radio": "Stazioni radio"
}, },
"fullscreenPlayer": { "fullscreenPlayer": {
"config": { "config": {
+13 -13
View File
@@ -829,20 +829,20 @@
"page": { "page": {
"sidebar": { "sidebar": {
"nowPlaying": "再生中", "nowPlaying": "再生中",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "プレイリスト",
"search": "$t(common.search)", "search": "検索",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "トラック",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "アルバム",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "ジャンル",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "フォルダー",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "設定",
"home": "$t(common.home)", "home": "ホーム",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "アーティスト",
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "アルバムアーティスト",
"myLibrary": "マイライブラリ", "myLibrary": "マイライブラリ",
"shared": "$t(entity.playlist, {\"count\": 2}) を共有", "shared": "共有プレイリスト",
"radio": "$t(entity.radioStation, {\"count\": 2})", "radio": "ラジオ局",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "お気に入り",
"collections": "コレクション" "collections": "コレクション"
}, },
"fullscreenPlayer": { "fullscreenPlayer": {
+13 -13
View File
@@ -556,20 +556,20 @@
"sidebar": { "sidebar": {
"myLibrary": "내 라이브러리", "myLibrary": "내 라이브러리",
"nowPlaying": "재생중", "nowPlaying": "재생중",
"shared": "공유 $t(entity.playlist, {\"count\": 2})", "shared": "공유 플레이리스트",
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "앨범 아티스트",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "앨범",
"collections": "컬렉션", "collections": "컬렉션",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "아티스트",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "즐겨찾기",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "폴더",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "장르",
"home": "$t(common.home)", "home": "",
"radio": "$t(entity.radioStation, {\"count\": 2})", "radio": "라디오 방송국",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "플레이리스트",
"search": "$t(common.search)", "search": "검색",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "설정",
"tracks": "$t(entity.track, {\"count\": 2})" "tracks": "트랙"
}, },
"trackList": { "trackList": {
"artistTracks": "{{artist}}의 음악", "artistTracks": "{{artist}}의 음악",
+13 -13
View File
@@ -600,22 +600,22 @@
"playerFilters": "Atskaņotāja filtri" "playerFilters": "Atskaņotāja filtri"
}, },
"sidebar": { "sidebar": {
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Albuma izpildītāji",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Albumi",
"collections": "Kolekcijas", "collections": "Kolekcijas",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Izpildītāji",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "Iecienītākie",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Mapes",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Žanri",
"home": "$t(common.home)", "home": "Sākums",
"radio": "$t(entity.radioStation, {\"count\": 2})", "radio": "Radiostacijas",
"myLibrary": "Mana bibliotēka", "myLibrary": "Mana bibliotēka",
"nowPlaying": "Pašlaik atskaņo", "nowPlaying": "Pašlaik atskaņo",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Atskaņošanas saraksti",
"search": "$t(common.search)", "search": "Meklēt",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Iestatījumi",
"shared": "Koplietots $t(entity.playlist, {\"count\": 2})", "shared": "Koplietotie atskaņošanas saraksti",
"tracks": "$t(entity.track, {\"count\": 2})" "tracks": "Dziesmas"
}, },
"trackList": { "trackList": {
"artistTracks": "{{artist}} dziesmas", "artistTracks": "{{artist}} dziesmas",
+11 -11
View File
@@ -521,18 +521,18 @@
"artistTracks": "Spor fra {{artist}}" "artistTracks": "Spor fra {{artist}}"
}, },
"sidebar": { "sidebar": {
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Albumartister",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "Spor",
"nowPlaying": "Spilles nå", "nowPlaying": "Spilles nå",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Mapper",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Sjangere",
"home": "$t(common.home)", "home": "Hjem",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Album",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Spillelister",
"search": "$t(common.search)", "search": "Søk",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Innstillinger",
"shared": "Delte $t(entity.playlist, {\"count\": 2})", "shared": "Delte Spillelister",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Artister",
"myLibrary": "Mitt bibliotek" "myLibrary": "Mitt bibliotek"
}, },
"setting": { "setting": {
+13 -13
View File
@@ -401,21 +401,21 @@
"playerFilters": "Spelerfilters" "playerFilters": "Spelerfilters"
}, },
"sidebar": { "sidebar": {
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Albumartiesten",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Albums",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Artiesten",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "Favorieten",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Folders",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Genres",
"home": "$t(common.home)", "home": "Home",
"myLibrary": "Mijn bibliotheek", "myLibrary": "Mijn bibliotheek",
"nowPlaying": "Nu aan het spelen", "nowPlaying": "Nu aan het spelen",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Afspeellijsten",
"search": "$t(common.search)", "search": "Zoeken",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Instellingen",
"shared": "$t(entity.playlist, {\"count\": 2}) gedeeld", "shared": "Gedeelde afspeellijsten",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "Tracks",
"radio": "$t(entity.radioStation, {\"count\": 2})", "radio": "Radiostations",
"collections": "Verzamelingen" "collections": "Verzamelingen"
}, },
"trackList": { "trackList": {
+13 -13
View File
@@ -549,20 +549,20 @@
}, },
"sidebar": { "sidebar": {
"nowPlaying": "Teraz odtwarzane", "nowPlaying": "Teraz odtwarzane",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Playlisty",
"search": "$t(common.search)", "search": "Szukaj",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "Utwory",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Albumy",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Gatunki",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Katalogi",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Ustawienia",
"home": "$t(common.home)", "home": "Główna",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Wykonawców",
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Wykonawców albumów",
"shared": "Udostępniono $t(entity.playlist, {\"count\": 2})", "shared": "Udostępnione playlisty",
"myLibrary": "Moja biblioteka", "myLibrary": "Moja biblioteka",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "Ulubione",
"radio": "$t(entity.radioStation, {\"count\": 2})", "radio": "Stacje radiowe",
"collections": "Kolekcje" "collections": "Kolekcje"
}, },
"home": { "home": {
+11 -11
View File
@@ -624,18 +624,18 @@
} }
}, },
"sidebar": { "sidebar": {
"home": "$t(common.home)", "home": "Início",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "Faixas",
"shared": "$t(entity.playlist, {\"count\": 2}) compartilhada", "shared": "Playlists compartilhadas",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Álbuns",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Gêneros",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Pastas",
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Artistas do álbum",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Artistas",
"nowPlaying": "Tocando agora", "nowPlaying": "Tocando agora",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Playlists",
"search": "$t(common.search)", "search": "Pesquisar",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Configurações",
"myLibrary": "Minha biblioteca", "myLibrary": "Minha biblioteca",
"collections": "Coleções" "collections": "Coleções"
}, },
+11 -11
View File
@@ -507,19 +507,19 @@
"discord": "Discord" "discord": "Discord"
}, },
"sidebar": { "sidebar": {
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Artistas do álbum",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Álbuns",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Artistas",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Pastas",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Gêneros",
"home": "$t(common.home)", "home": "Início",
"myLibrary": "A minha biblioteca", "myLibrary": "A minha biblioteca",
"nowPlaying": "Agora a tocar", "nowPlaying": "Agora a tocar",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Playlists",
"search": "$t(common.search)", "search": "Procurar",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Definições",
"shared": "$t(entity.playlist, {\"count\": 2}) partilhada", "shared": "Playlists partilhadas",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "Faixas",
"collections": "Coleções" "collections": "Coleções"
}, },
"trackList": { "trackList": {
+13 -13
View File
@@ -499,21 +499,21 @@
"page": { "page": {
"sidebar": { "sidebar": {
"nowPlaying": "Сейчас играет", "nowPlaying": "Сейчас играет",
"search": "$t(common.search)", "search": "Поиск",
"home": "$t(common.home)", "home": "Главная",
"myLibrary": "Моя библиотека", "myLibrary": "Моя библиотека",
"shared": "Публичные плейлисты $t(entity.playlist, {\"count\": 2})", "shared": "Публичные плейлисты",
"collections": "Коллекции", "collections": "Коллекции",
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Исполнители альбомов",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Альбомы",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Исполнители",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "Избранное",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Папки",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Жанры",
"radio": "$t(entity.radioStation, {\"count\": 2})", "radio": "Радиостанции",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Плейлисты",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Настройки",
"tracks": "$t(entity.track, {\"count\": 2})" "tracks": "Треки"
}, },
"fullscreenPlayer": { "fullscreenPlayer": {
"config": { "config": {
+11 -11
View File
@@ -451,19 +451,19 @@
"windowTab": "Okno" "windowTab": "Okno"
}, },
"sidebar": { "sidebar": {
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "interpreti albumu",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "albumy",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "interpreti",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "priečinky",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "žánre",
"home": "$t(common.home)", "home": "Domov",
"myLibrary": "Moja knižnica", "myLibrary": "Moja knižnica",
"nowPlaying": "Teraz hrá", "nowPlaying": "Teraz hrá",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "playlisty",
"search": "$t(common.search)", "search": "Vyhľadať",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Nastavenia",
"shared": "Zdieľaný $t(entity.playlist, {\"count\": 2})", "shared": "Zdieľané playlisty",
"tracks": "$t(entity.track, {\"count\": 2})" "tracks": "stopy"
}, },
"trackList": { "trackList": {
"artistTracks": "Skladby {{artist}}", "artistTracks": "Skladby {{artist}}",
+11 -11
View File
@@ -459,19 +459,19 @@
"windowTab": "Okno" "windowTab": "Okno"
}, },
"sidebar": { "sidebar": {
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Izvajalci albumov",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Albumi",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Izvajalci",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Mape",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "zvrsti",
"home": "$t(common.home)", "home": "Domov",
"myLibrary": "Moja knjižnica", "myLibrary": "Moja knjižnica",
"nowPlaying": "Trenutno se predvaja", "nowPlaying": "Trenutno se predvaja",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Seznami predvajanja",
"search": "$t(common.search)", "search": "Išči",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Nastavitve",
"shared": "Deljen $t(entity.playlist, {\"count\": 2})", "shared": "Deljeni seznami predvajanja",
"tracks": "$t(entity.track, {\"count\": 2})" "tracks": "Skladbe"
}, },
"trackList": { "trackList": {
"artistTracks": "Skladbe po {{artist}}", "artistTracks": "Skladbe po {{artist}}",
+10 -10
View File
@@ -428,16 +428,16 @@
"page": { "page": {
"sidebar": { "sidebar": {
"nowPlaying": "Trenutno pušta", "nowPlaying": "Trenutno pušta",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Plejliste",
"search": "$t(common.search)", "search": "Pretraga",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "Pesme",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Albumi",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Žanrovi",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Folderi",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Podešavanja",
"home": "$t(common.home)", "home": "Kuća",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Umetnici",
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})" "albumArtists": "Album umetnici"
}, },
"fullscreenPlayer": { "fullscreenPlayer": {
"config": { "config": {
+13 -13
View File
@@ -546,22 +546,22 @@
"playerFilters": "பிளேயர் வடிப்பான்கள்" "playerFilters": "பிளேயர் வடிப்பான்கள்"
}, },
"sidebar": { "sidebar": {
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "கோப்புறைகள்",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "வகைகள்",
"home": "$t(common.home)", "home": "வீடு",
"nowPlaying": "இப்போது விளையாடுகிறது", "nowPlaying": "இப்போது விளையாடுகிறது",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "பிளேலிச்ட்கள்",
"search": "$t(common.search)", "search": "தேடல்",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "அமைப்புகள்",
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "ஆல்பம் கலைஞர்கள்",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "ஆல்பம்",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "கலைஞர்கள்",
"shared": "$t(entity.playlist, {\"count\": 2}) பகிரப்பட்டது", "shared": "பிளேலிச்ட்கள் பகிரப்பட்டது",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "தடங்கள்",
"myLibrary": "எனது நூலகம்", "myLibrary": "எனது நூலகம்",
"collections": "சேகரிப்புகள்", "collections": "சேகரிப்புகள்",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "பிடித்தவை",
"radio": "$t(entity.radioStation, {\"count\": 2})" "radio": "வானொலி நிலையங்கள்"
}, },
"trackList": { "trackList": {
"title": "$t(entity.track, {\"count\": 2})", "title": "$t(entity.track, {\"count\": 2})",
+11 -11
View File
@@ -498,19 +498,19 @@
"lyrics": "Sözler" "lyrics": "Sözler"
}, },
"sidebar": { "sidebar": {
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Albüm Sanatçıları",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Albümler",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Sanatçılar",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Klasörler",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Türler",
"home": "$t(common.home)", "home": "Ana sayfa",
"myLibrary": "Kütüphanem", "myLibrary": "Kütüphanem",
"nowPlaying": "Şimdi oynatılıyor", "nowPlaying": "Şimdi oynatılıyor",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Çalma listeleri",
"search": "$t(common.search)", "search": "Arama",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Ayarlar",
"shared": "Paylaşılan $t(entity.playlist, {\"count\": 2})", "shared": "Paylaşılan Çalma listeleri",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "Parçalar",
"collections": "Koleksiyonlar" "collections": "Koleksiyonlar"
}, },
"trackList": { "trackList": {
+13 -13
View File
@@ -699,22 +699,22 @@
"controls": "Керування" "controls": "Керування"
}, },
"sidebar": { "sidebar": {
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "Виконавці Альбому",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "Альбоми",
"collections": "Колекції", "collections": "Колекції",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "Виконавці",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "Улюблені",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "Папки",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "Жанри",
"home": "$t(common.home)", "home": "Додому",
"radio": "$t(entity.radioStation, {\"count\": 2})", "radio": "Радіостанції",
"myLibrary": "Моя бібліотека", "myLibrary": "Моя бібліотека",
"nowPlaying": "Зараз грає", "nowPlaying": "Зараз грає",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "Плейлисти",
"search": "$t(common.search)", "search": "Пошук",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "Налаштування",
"shared": "Поширено $t(entity.playlist, {\"count\": 2})", "shared": "Спільні плейлисти",
"tracks": "$t(entity.track, {\"count\": 2})" "tracks": "Треки"
}, },
"trackList": { "trackList": {
"artistTracks": "Треки {{artist}}", "artistTracks": "Треки {{artist}}",
+13 -13
View File
@@ -719,20 +719,20 @@
"page": { "page": {
"sidebar": { "sidebar": {
"nowPlaying": "正在播放", "nowPlaying": "正在播放",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "播放列表",
"search": "$t(common.search)", "search": "搜索",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "曲目",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "专辑",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "流派",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "文件夹",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "设置",
"home": "$t(common.home)", "home": "主页",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "艺术家",
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "专辑艺术家",
"shared": "共享$t(entity.playlist, {\"count\": 2})", "shared": "共享播放列表",
"myLibrary": "我的媒体库", "myLibrary": "我的媒体库",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "收藏",
"radio": "$t(entity.radioStation, {\"count\": 2})", "radio": "广播电台",
"collections": "合集" "collections": "合集"
}, },
"fullscreenPlayer": { "fullscreenPlayer": {
+13 -13
View File
@@ -308,21 +308,21 @@
"showTracks": "顯示 $t(entity.genre, {\"count\": 1}) $t(entity.track, {\"count\": 2})" "showTracks": "顯示 $t(entity.genre, {\"count\": 1}) $t(entity.track, {\"count\": 2})"
}, },
"sidebar": { "sidebar": {
"albumArtists": "$t(entity.albumArtist, {\"count\": 2})", "albumArtists": "專輯藝人",
"albums": "$t(entity.album, {\"count\": 2})", "albums": "專輯",
"artists": "$t(entity.artist, {\"count\": 2})", "artists": "藝人",
"folders": "$t(entity.folder, {\"count\": 2})", "folders": "資料夾",
"search": "$t(common.search)", "search": "搜尋",
"settings": "$t(common.setting, {\"count\": 2})", "settings": "設定",
"tracks": "$t(entity.track, {\"count\": 2})", "tracks": "曲目",
"genres": "$t(entity.genre, {\"count\": 2})", "genres": "曲風",
"home": "$t(common.home)", "home": "首頁",
"nowPlaying": "正在播放", "nowPlaying": "正在播放",
"playlists": "$t(entity.playlist, {\"count\": 2})", "playlists": "播放清單",
"myLibrary": "我的媒體庫", "myLibrary": "我的媒體庫",
"shared": "共享$t(entity.playlist, {\"count\": 2})", "shared": "共享播放清單",
"favorites": "$t(entity.favorite, {\"count\": 2})", "favorites": "收藏",
"radio": "$t(entity.radioStation, {\"count\": 2})", "radio": "電台",
"collections": "收藏集" "collections": "收藏集"
}, },
"trackList": { "trackList": {