fix entity locales to titleCase

This commit is contained in:
jeffvli
2026-05-12 18:50:03 -07:00
parent 1616021451
commit ce7a319d2f
10 changed files with 81 additions and 81 deletions
+11 -11
View File
@@ -344,30 +344,30 @@
}, },
"entity": { "entity": {
"album_one": "Àlbum", "album_one": "Àlbum",
"album_many": "àlbums", "album_many": "Àlbums",
"album_other": "Àlbums", "album_other": "Àlbums",
"albumWithCount_one": "{{count}} àlbum", "albumWithCount_one": "{{count}} àlbum",
"albumWithCount_many": "{{count}} àlbums", "albumWithCount_many": "{{count}} àlbums",
"albumWithCount_other": "{{count}} àlbums", "albumWithCount_other": "{{count}} àlbums",
"albumArtist_one": "Artista de l'àlbum", "albumArtist_one": "Artista de l'àlbum",
"albumArtist_many": "artistes de l'àlbum", "albumArtist_many": "Artistes de l'àlbum",
"albumArtist_other": "Artistes de l'àlbum", "albumArtist_other": "Artistes de l'àlbum",
"albumArtistCount_one": "{{count}} artista de l'àlbum", "albumArtistCount_one": "{{count}} artista de l'àlbum",
"albumArtistCount_many": "{{count}} artistes de l'àlbum", "albumArtistCount_many": "{{count}} artistes de l'àlbum",
"albumArtistCount_other": "{{count}} artistes de l'àlbum", "albumArtistCount_other": "{{count}} artistes de l'àlbum",
"artist_one": "Artista", "artist_one": "Artista",
"artist_many": "artistes", "artist_many": "Artistes",
"artist_other": "Artistes", "artist_other": "Artistes",
"artistWithCount_one": "{{count}} artista", "artistWithCount_one": "{{count}} artista",
"artistWithCount_many": "{{count}} artistes", "artistWithCount_many": "{{count}} artistes",
"artistWithCount_other": "{{count}} artistes", "artistWithCount_other": "{{count}} artistes",
"playlist_one": "Llista de reproducció", "playlist_one": "Llista de reproducció",
"playlist_many": "llistes de reproducció", "playlist_many": "Llistes de reproducció",
"playlist_other": "Llistes de reproducció", "playlist_other": "Llistes de reproducció",
"playlistWithCount_one": "{{count}} llista de reproducció", "playlistWithCount_one": "{{count}} llista de reproducció",
"playlistWithCount_many": "{{count}} llistes de reproducció", "playlistWithCount_many": "{{count}} llistes de reproducció",
"playlistWithCount_other": "{{count}} llistes de reproducció", "playlistWithCount_other": "{{count}} llistes de reproducció",
"smartPlaylist": "$t(entity.playlist, {\"count\": 1}) intel·ligent", "smartPlaylist": "$t(entity.playlist, {\"count\": 1}) Intel·ligent",
"play_one": "{{count}} reproducció", "play_one": "{{count}} reproducció",
"play_many": "{{count}} reproduccions", "play_many": "{{count}} reproduccions",
"play_other": "{{count}} reproduccions", "play_other": "{{count}} reproduccions",
@@ -378,25 +378,25 @@
"genreWithCount_many": "{{count}} gèneres", "genreWithCount_many": "{{count}} gèneres",
"genreWithCount_other": "{{count}} gèneres", "genreWithCount_other": "{{count}} gèneres",
"track_one": "Pista", "track_one": "Pista",
"track_many": "pistes", "track_many": "Pistes",
"track_other": "Pistes", "track_other": "Pistes",
"trackWithCount_one": "{{count}} pista", "trackWithCount_one": "{{count}} pista",
"trackWithCount_many": "{{count}} pistes", "trackWithCount_many": "{{count}} pistes",
"trackWithCount_other": "{{count}} pistes", "trackWithCount_other": "{{count}} pistes",
"folder_one": "Carpeta", "folder_one": "Carpeta",
"folder_many": "carpetes", "folder_many": "Carpetes",
"folder_other": "Carpetes", "folder_other": "Carpetes",
"genre_one": "Gènere", "genre_one": "Gènere",
"genre_many": "gèneres", "genre_many": "Gèneres",
"genre_other": "Gèneres", "genre_other": "Gèneres",
"song_one": "Cançó", "song_one": "Cançó",
"song_many": "cançons", "song_many": "Cançons",
"song_other": "Cançons", "song_other": "Cançons",
"favorite_one": "Preferit", "favorite_one": "Preferit",
"favorite_many": "preferits", "favorite_many": "Preferits",
"favorite_other": "Preferits", "favorite_other": "Preferits",
"radioStation_one": "Emissora de ràdio", "radioStation_one": "Emissora de ràdio",
"radioStation_many": "emissores de ràdio", "radioStation_many": "Emissores de ràdio",
"radioStation_other": "Emissores de ràdio", "radioStation_other": "Emissores de ràdio",
"radioStationWithCount_one": "{{count}} emissora de ràdio", "radioStationWithCount_one": "{{count}} emissora de ràdio",
"radioStationWithCount_many": "{{count}} emissores de ràdio", "radioStationWithCount_many": "{{count}} emissores de ràdio",
+4 -4
View File
@@ -171,14 +171,14 @@
"entity": { "entity": {
"album_one": "Album", "album_one": "Album",
"album_other": "Albums", "album_other": "Albums",
"albumArtist_one": "Album artist", "albumArtist_one": "Album Artist",
"albumArtist_other": "Album artists", "albumArtist_other": "Album Artists",
"albumArtistCount_one": "{{count}} album artist", "albumArtistCount_one": "{{count}} album artist",
"albumArtistCount_other": "{{count}} album artists", "albumArtistCount_other": "{{count}} album artists",
"albumWithCount_one": "{{count}} album", "albumWithCount_one": "{{count}} album",
"albumWithCount_other": "{{count}} albums", "albumWithCount_other": "{{count}} albums",
"radioStation_one": "Radio station", "radioStation_one": "Radio Station",
"radioStation_other": "Radio stations", "radioStation_other": "Radio Stations",
"radioStationWithCount_one": "{{count}} radio station", "radioStationWithCount_one": "{{count}} radio station",
"radioStationWithCount_other": "{{count}} radio stations", "radioStationWithCount_other": "{{count}} radio stations",
"artist_one": "Artist", "artist_one": "Artist",
+10 -10
View File
@@ -1123,27 +1123,27 @@
} }
}, },
"entity": { "entity": {
"smartPlaylist": "$t(entity.playlist, {\"count\": 1}) inteligente", "smartPlaylist": "$t(entity.playlist, {\"count\": 1}) Inteligente",
"genre_one": "Género", "genre_one": "Género",
"genre_many": "géneros", "genre_many": "Géneros",
"genre_other": "Géneros", "genre_other": "Géneros",
"playlistWithCount_one": "{{count}} lista de reproducción", "playlistWithCount_one": "{{count}} lista de reproducción",
"playlistWithCount_many": "{{count}} listas de reproducción", "playlistWithCount_many": "{{count}} listas de reproducción",
"playlistWithCount_other": "{{count}} listas de reproducción", "playlistWithCount_other": "{{count}} listas de reproducción",
"playlist_one": "Lista de reproducción", "playlist_one": "Lista de reproducción",
"playlist_many": "listas de reproducción", "playlist_many": "Listas de reproducción",
"playlist_other": "Listas de reproducción", "playlist_other": "Listas de reproducción",
"artist_one": "Artista", "artist_one": "Artista",
"artist_many": "artistas", "artist_many": "Artistas",
"artist_other": "Artistas", "artist_other": "Artistas",
"folderWithCount_one": "{{count}} carpeta", "folderWithCount_one": "{{count}} carpeta",
"folderWithCount_many": "{{count}} carpetas", "folderWithCount_many": "{{count}} carpetas",
"folderWithCount_other": "{{count}} carpetas", "folderWithCount_other": "{{count}} carpetas",
"albumArtist_one": "Artista del álbum", "albumArtist_one": "Artista del álbum",
"albumArtist_many": "artistas del álbum", "albumArtist_many": "Artistas del álbum",
"albumArtist_other": "Artistas del álbum", "albumArtist_other": "Artistas del álbum",
"track_one": "Pista", "track_one": "Pista",
"track_many": "pistas", "track_many": "Pistas",
"track_other": "Pistas", "track_other": "Pistas",
"albumArtistCount_one": "{{count}} artista del álbum", "albumArtistCount_one": "{{count}} artista del álbum",
"albumArtistCount_many": "{{count}} artistas del álbum", "albumArtistCount_many": "{{count}} artistas del álbum",
@@ -1152,16 +1152,16 @@
"albumWithCount_many": "{{count}} álbumes", "albumWithCount_many": "{{count}} álbumes",
"albumWithCount_other": "{{count}} álbumes", "albumWithCount_other": "{{count}} álbumes",
"favorite_one": "Favorito", "favorite_one": "Favorito",
"favorite_many": "favoritos", "favorite_many": "Favoritos",
"favorite_other": "Favoritos", "favorite_other": "Favoritos",
"artistWithCount_one": "{{count}} artista", "artistWithCount_one": "{{count}} artista",
"artistWithCount_many": "{{count}} artistas", "artistWithCount_many": "{{count}} artistas",
"artistWithCount_other": "{{count}} artistas", "artistWithCount_other": "{{count}} artistas",
"folder_one": "Carpeta", "folder_one": "Carpeta",
"folder_many": "carpetas", "folder_many": "Carpetas",
"folder_other": "Carpetas", "folder_other": "Carpetas",
"album_one": "Álbum", "album_one": "Álbum",
"album_many": "álbumes", "album_many": "Álbumes",
"album_other": "Álbumes", "album_other": "Álbumes",
"genreWithCount_one": "{{count}} género", "genreWithCount_one": "{{count}} género",
"genreWithCount_many": "{{count}} géneros", "genreWithCount_many": "{{count}} géneros",
@@ -1173,7 +1173,7 @@
"play_many": "{{count}} reproducciones", "play_many": "{{count}} reproducciones",
"play_other": "{{count}} reproducciones", "play_other": "{{count}} reproducciones",
"song_one": "Canción", "song_one": "Canción",
"song_many": "canciones", "song_many": "Canciones",
"song_other": "Canciones", "song_other": "Canciones",
"radioStation_one": "Estación de radio", "radioStation_one": "Estación de radio",
"radioStation_many": "Estaciones de radio", "radioStation_many": "Estaciones de radio",
+11 -11
View File
@@ -1011,25 +1011,25 @@
}, },
"entity": { "entity": {
"genre_one": "Genre", "genre_one": "Genre",
"genre_many": "genres", "genre_many": "Genres",
"genre_other": "Genres", "genre_other": "Genres",
"playlistWithCount_one": "{{count}} liste de lecture", "playlistWithCount_one": "{{count}} liste de lecture",
"playlistWithCount_many": "{{count}} listes de lecture", "playlistWithCount_many": "{{count}} listes de lecture",
"playlistWithCount_other": "{{count}} listes de lecture", "playlistWithCount_other": "{{count}} listes de lecture",
"playlist_one": "Liste de lecture", "playlist_one": "Liste de lecture",
"playlist_many": "listes de lecture", "playlist_many": "Listes de lecture",
"playlist_other": "Listes de lecture", "playlist_other": "Listes de lecture",
"artist_one": "Artiste", "artist_one": "Artiste",
"artist_many": "artistes", "artist_many": "Artistes",
"artist_other": "Artistes", "artist_other": "Artistes",
"folderWithCount_one": "{{count}} dossier", "folderWithCount_one": "{{count}} dossier",
"folderWithCount_many": "{{count}} dossiers", "folderWithCount_many": "{{count}} dossiers",
"folderWithCount_other": "{{count}} dossiers", "folderWithCount_other": "{{count}} dossiers",
"albumArtist_one": "Artiste d'album", "albumArtist_one": "Artiste d'album",
"albumArtist_many": "artistes d'albums", "albumArtist_many": "Artistes d'albums",
"albumArtist_other": "Artistes d'albums", "albumArtist_other": "Artistes d'albums",
"track_one": "Piste", "track_one": "Piste",
"track_many": "pistes", "track_many": "Pistes",
"track_other": "Pistes", "track_other": "Pistes",
"albumArtistCount_one": "{{count}} artiste de l'album", "albumArtistCount_one": "{{count}} artiste de l'album",
"albumArtistCount_many": "{{count}} artistes d'albums", "albumArtistCount_many": "{{count}} artistes d'albums",
@@ -1038,17 +1038,17 @@
"albumWithCount_many": "{{count}} albums", "albumWithCount_many": "{{count}} albums",
"albumWithCount_other": "{{count}} albums", "albumWithCount_other": "{{count}} albums",
"favorite_one": "Favori", "favorite_one": "Favori",
"favorite_many": "favoris", "favorite_many": "Favoris",
"favorite_other": "Favoris", "favorite_other": "Favoris",
"artistWithCount_one": "{{count}} artiste", "artistWithCount_one": "{{count}} artiste",
"artistWithCount_many": "{{count}} artistes", "artistWithCount_many": "{{count}} artistes",
"artistWithCount_other": "{{count}} artistes", "artistWithCount_other": "{{count}} artistes",
"folder_one": "Dossier", "folder_one": "Dossier",
"folder_many": "dossiers", "folder_many": "Dossiers",
"folder_other": "Dossiers", "folder_other": "Dossiers",
"smartPlaylist": "$t(entity.playlist, {\"count\": 1}) intelligente", "smartPlaylist": "$t(entity.playlist, {\"count\": 1}) Intelligente",
"album_one": "Album", "album_one": "Album",
"album_many": "albums", "album_many": "Albums",
"album_other": "Albums", "album_other": "Albums",
"genreWithCount_one": "{{count}} genre", "genreWithCount_one": "{{count}} genre",
"genreWithCount_many": "{{count}} genres", "genreWithCount_many": "{{count}} genres",
@@ -1060,10 +1060,10 @@
"play_many": "{{count}} écoutes", "play_many": "{{count}} écoutes",
"play_other": "{{count}} écoutes", "play_other": "{{count}} écoutes",
"song_one": "Titre", "song_one": "Titre",
"song_many": "titres", "song_many": "Titres",
"song_other": "Titres", "song_other": "Titres",
"radioStation_one": "Station radio", "radioStation_one": "Station radio",
"radioStation_many": "stations radio", "radioStation_many": "Stations radio",
"radioStation_other": "Stations radio", "radioStation_other": "Stations radio",
"radioStationWithCount_one": "{{count}} station radio", "radioStationWithCount_one": "{{count}} station radio",
"radioStationWithCount_many": "{{count}} stations radio", "radioStationWithCount_many": "{{count}} stations radio",
+2 -2
View File
@@ -192,8 +192,8 @@
"play_other": "{{count}} lejátszások", "play_other": "{{count}} lejátszások",
"trackWithCount_one": "{{count}} sáv", "trackWithCount_one": "{{count}} sáv",
"trackWithCount_other": "{{count}} sávok", "trackWithCount_other": "{{count}} sávok",
"radioStation_one": "Rádió állomás", "radioStation_one": "Rádióállomás",
"radioStation_other": "Rádió állomások", "radioStation_other": "Rádióállomások",
"radioStationWithCount_one": "{{count}} rádióállomás", "radioStationWithCount_one": "{{count}} rádióállomás",
"radioStationWithCount_other": "{{count}} rádióállomások" "radioStationWithCount_other": "{{count}} rádióállomások"
}, },
+3 -3
View File
@@ -160,7 +160,7 @@
}, },
"entity": { "entity": {
"album_other": "Album", "album_other": "Album",
"albumArtist_other": "Artis album", "albumArtist_other": "Artis Album",
"albumArtistCount_other": "{{count}} artis album", "albumArtistCount_other": "{{count}} artis album",
"albumWithCount_other": "{{count}} album", "albumWithCount_other": "{{count}} album",
"artist_other": "Artis", "artist_other": "Artis",
@@ -170,14 +170,14 @@
"folderWithCount_other": "{{count}} folder", "folderWithCount_other": "{{count}} folder",
"genre_other": "Genre", "genre_other": "Genre",
"genreWithCount_other": "{{count}} genre", "genreWithCount_other": "{{count}} genre",
"playlist_other": "Daftar putar", "playlist_other": "Daftar Putar",
"play_other": "Putar {{count}}", "play_other": "Putar {{count}}",
"playlistWithCount_other": "{{count}} daftar putar", "playlistWithCount_other": "{{count}} daftar putar",
"smartPlaylist": "$t(entity.playlist, {\"count\": 1}) pintar", "smartPlaylist": "$t(entity.playlist, {\"count\": 1}) pintar",
"track_other": "Pista", "track_other": "Pista",
"song_other": "Lagu", "song_other": "Lagu",
"trackWithCount_other": "{{count}} pista", "trackWithCount_other": "{{count}} pista",
"radioStation_other": "Stasiun radio", "radioStation_other": "Stasiun Radio",
"radioStationWithCount_other": "{{count}} stasiun radio" "radioStationWithCount_other": "{{count}} stasiun radio"
}, },
"error": { "error": {
+13 -13
View File
@@ -930,25 +930,25 @@
}, },
"entity": { "entity": {
"genre_one": "Genere", "genre_one": "Genere",
"genre_many": "generi", "genre_many": "Generi",
"genre_other": "Generi", "genre_other": "Generi",
"playlistWithCount_one": "{{count}} playlist", "playlistWithCount_one": "{{count}} playlist",
"playlistWithCount_many": "{{count}} playlist", "playlistWithCount_many": "{{count}} playlist",
"playlistWithCount_other": "{{count}} playlist", "playlistWithCount_other": "{{count}} playlist",
"playlist_one": "Playlist", "playlist_one": "Playlist",
"playlist_many": "playlist", "playlist_many": "Playlist",
"playlist_other": "Playlist", "playlist_other": "Playlist",
"artist_one": "Artista", "artist_one": "Artista",
"artist_many": "artisti", "artist_many": "Artisti",
"artist_other": "Artisti", "artist_other": "Artisti",
"folderWithCount_one": "{{count}} cartella", "folderWithCount_one": "{{count}} cartella",
"folderWithCount_many": "{{count}} cartelle", "folderWithCount_many": "{{count}} cartelle",
"folderWithCount_other": "{{count}} cartelle", "folderWithCount_other": "{{count}} cartelle",
"albumArtist_one": "Artista album", "albumArtist_one": "Artista Album",
"albumArtist_many": "artisti album", "albumArtist_many": "Artisti Album",
"albumArtist_other": "Artisti album", "albumArtist_other": "Artisti Album",
"track_one": "Traccia", "track_one": "Traccia",
"track_many": "tracce", "track_many": "Tracce",
"track_other": "Tracce", "track_other": "Tracce",
"albumArtistCount_one": "{{count}} artista album", "albumArtistCount_one": "{{count}} artista album",
"albumArtistCount_many": "{{count}} artisti album", "albumArtistCount_many": "{{count}} artisti album",
@@ -957,17 +957,17 @@
"albumWithCount_many": "{{count}} album", "albumWithCount_many": "{{count}} album",
"albumWithCount_other": "{{count}} album", "albumWithCount_other": "{{count}} album",
"favorite_one": "Preferito", "favorite_one": "Preferito",
"favorite_many": "preferiti", "favorite_many": "Preferiti",
"favorite_other": "Preferiti", "favorite_other": "Preferiti",
"artistWithCount_one": "{{count}} artista", "artistWithCount_one": "{{count}} artista",
"artistWithCount_many": "{{count}} artisti", "artistWithCount_many": "{{count}} artisti",
"artistWithCount_other": "{{count}} artisti", "artistWithCount_other": "{{count}} artisti",
"folder_one": "Cartella", "folder_one": "Cartella",
"folder_many": "cartelle", "folder_many": "Cartelle",
"folder_other": "Cartelle", "folder_other": "Cartelle",
"smartPlaylist": "$t(entity.playlist, {\"count\": 1}) smart", "smartPlaylist": "$t(entity.playlist, {\"count\": 1}) Smart",
"album_one": "Album", "album_one": "Album",
"album_many": "album", "album_many": "Album",
"album_other": "Album", "album_other": "Album",
"genreWithCount_one": "{{count}} genere", "genreWithCount_one": "{{count}} genere",
"genreWithCount_many": "{{count}} generi", "genreWithCount_many": "{{count}} generi",
@@ -979,10 +979,10 @@
"play_many": "{{count}} riproduzioni", "play_many": "{{count}} riproduzioni",
"play_other": "{{count}} riproduzioni", "play_other": "{{count}} riproduzioni",
"song_one": "Traccia", "song_one": "Traccia",
"song_many": "tracce", "song_many": "Tracce",
"song_other": "Tracce", "song_other": "Tracce",
"radioStation_one": "Stazione radio", "radioStation_one": "Stazione radio",
"radioStation_many": "stazioni radio", "radioStation_many": "Stazioni radio",
"radioStation_other": "Stazioni radio", "radioStation_other": "Stazioni radio",
"radioStationWithCount_one": "{{count}} stazione radio", "radioStationWithCount_one": "{{count}} stazione radio",
"radioStationWithCount_many": "{{count}} stazioni radio", "radioStationWithCount_many": "{{count}} stazioni radio",
+9 -9
View File
@@ -764,31 +764,31 @@
}, },
"entity": { "entity": {
"albumArtist_one": "Artista do álbum", "albumArtist_one": "Artista do álbum",
"albumArtist_many": "artistas do álbum", "albumArtist_many": "Artistas do álbum",
"albumArtist_other": "Artistas do álbum", "albumArtist_other": "Artistas do álbum",
"albumArtistCount_one": "{{count}} artista do álbum", "albumArtistCount_one": "{{count}} artista do álbum",
"albumArtistCount_many": "{{count}} artistas do álbum", "albumArtistCount_many": "{{count}} artistas do álbum",
"albumArtistCount_other": "{{count}} artistas do álbum", "albumArtistCount_other": "{{count}} artistas do álbum",
"album_one": "Álbum", "album_one": "Álbum",
"album_many": "álbuns", "album_many": "Álbuns",
"album_other": "Álbuns", "album_other": "Álbuns",
"artist_one": "Artista", "artist_one": "Artista",
"artist_many": "artistas", "artist_many": "Artistas",
"artist_other": "Artistas", "artist_other": "Artistas",
"albumWithCount_one": "{{count}} álbum", "albumWithCount_one": "{{count}} álbum",
"albumWithCount_many": "{{count}} álbuns", "albumWithCount_many": "{{count}} álbuns",
"albumWithCount_other": "{{count}} álbuns", "albumWithCount_other": "{{count}} álbuns",
"favorite_one": "Favorito", "favorite_one": "Favorito",
"favorite_many": "favoritos", "favorite_many": "Favoritos",
"favorite_other": "Favoritos", "favorite_other": "Favoritos",
"artistWithCount_one": "{{count}} artista", "artistWithCount_one": "{{count}} artista",
"artistWithCount_many": "{{count}} artistas", "artistWithCount_many": "{{count}} artistas",
"artistWithCount_other": "{{count}} artistas", "artistWithCount_other": "{{count}} artistas",
"folder_one": "Pasta", "folder_one": "Pasta",
"folder_many": "pastas", "folder_many": "Pastas",
"folder_other": "Pastas", "folder_other": "Pastas",
"genre_one": "Gênero", "genre_one": "Gênero",
"genre_many": "gêneros", "genre_many": "Gêneros",
"genre_other": "Gêneros", "genre_other": "Gêneros",
"playlistWithCount_one": "{{count}} playlist", "playlistWithCount_one": "{{count}} playlist",
"playlistWithCount_many": "{{count}} playlists", "playlistWithCount_many": "{{count}} playlists",
@@ -806,11 +806,11 @@
"trackWithCount_many": "{{count}} faixas", "trackWithCount_many": "{{count}} faixas",
"trackWithCount_other": "{{count}} faixas", "trackWithCount_other": "{{count}} faixas",
"track_one": "Faixa", "track_one": "Faixa",
"track_many": "faixas", "track_many": "Faixas",
"track_other": "Faixas", "track_other": "Faixas",
"smartPlaylist": "$t(entity.playlist, {\"count\": 1}) inteligente", "smartPlaylist": "$t(entity.playlist, {\"count\": 1}) Inteligente",
"song_one": "Música", "song_one": "Música",
"song_many": "músicas", "song_many": "Músicas",
"song_other": "Músicas", "song_other": "Músicas",
"play_one": "{{count}} reprodução", "play_one": "{{count}} reprodução",
"play_many": "{{count}} reproduções", "play_many": "{{count}} reproduções",
+10 -10
View File
@@ -126,10 +126,10 @@
}, },
"entity": { "entity": {
"album_one": "Álbum", "album_one": "Álbum",
"album_many": "álbuns", "album_many": "Álbuns",
"album_other": "Álbuns", "album_other": "Álbuns",
"albumArtist_one": "Artista do álbum", "albumArtist_one": "Artista do álbum",
"albumArtist_many": "artistas do álbum", "albumArtist_many": "Artistas do álbum",
"albumArtist_other": "Artistas do álbum", "albumArtist_other": "Artistas do álbum",
"albumArtistCount_one": "{{count}} artista do álbum", "albumArtistCount_one": "{{count}} artista do álbum",
"albumArtistCount_many": "{{count}} artistas do álbum", "albumArtistCount_many": "{{count}} artistas do álbum",
@@ -138,28 +138,28 @@
"albumWithCount_many": "{{count}} álbuns", "albumWithCount_many": "{{count}} álbuns",
"albumWithCount_other": "{{count}} álbuns", "albumWithCount_other": "{{count}} álbuns",
"artist_one": "Artista", "artist_one": "Artista",
"artist_many": "artistas", "artist_many": "Artistas",
"artist_other": "Artistas", "artist_other": "Artistas",
"artistWithCount_one": "{{count}} artista", "artistWithCount_one": "{{count}} artista",
"artistWithCount_many": "{{count}} artistas", "artistWithCount_many": "{{count}} artistas",
"artistWithCount_other": "{{count}} artistas", "artistWithCount_other": "{{count}} artistas",
"favorite_one": "Favorito", "favorite_one": "Favorito",
"favorite_many": "favoritos", "favorite_many": "Favoritos",
"favorite_other": "Favoritos", "favorite_other": "Favoritos",
"folder_one": "Pasta", "folder_one": "Pasta",
"folder_many": "pastas", "folder_many": "Pastas",
"folder_other": "Pastas", "folder_other": "Pastas",
"folderWithCount_one": "{{count}} pasta", "folderWithCount_one": "{{count}} pasta",
"folderWithCount_many": "{{count}} pastas", "folderWithCount_many": "{{count}} pastas",
"folderWithCount_other": "{{count}} pastas", "folderWithCount_other": "{{count}} pastas",
"genre_one": "Gênero", "genre_one": "Gênero",
"genre_many": "gêneros", "genre_many": "Gêneros",
"genre_other": "Gêneros", "genre_other": "Gêneros",
"genreWithCount_one": "{{count}} gênero", "genreWithCount_one": "{{count}} gênero",
"genreWithCount_many": "{{count}} gêneros", "genreWithCount_many": "{{count}} gêneros",
"genreWithCount_other": "{{count}} gêneros", "genreWithCount_other": "{{count}} gêneros",
"playlist_one": "Playlist", "playlist_one": "Playlist",
"playlist_many": "playlists", "playlist_many": "Playlists",
"playlist_other": "Playlists", "playlist_other": "Playlists",
"play_one": "{{count}} reprodução", "play_one": "{{count}} reprodução",
"play_many": "{{count}} reproduções", "play_many": "{{count}} reproduções",
@@ -167,12 +167,12 @@
"playlistWithCount_one": "{{count}} playlist", "playlistWithCount_one": "{{count}} playlist",
"playlistWithCount_many": "{{count}} playlists", "playlistWithCount_many": "{{count}} playlists",
"playlistWithCount_other": "{{count}} playlists", "playlistWithCount_other": "{{count}} playlists",
"smartPlaylist": "$t(entity.playlist, {\"count\": 1}) inteligente", "smartPlaylist": "$t(entity.playlist, {\"count\": 1}) Inteligente",
"track_one": "Faixa", "track_one": "Faixa",
"track_many": "faixas", "track_many": "Faixas",
"track_other": "Faixas", "track_other": "Faixas",
"song_one": "Música", "song_one": "Música",
"song_many": "músicas", "song_many": "Músicas",
"song_other": "Músicas", "song_other": "Músicas",
"trackWithCount_one": "{{count}} faixa", "trackWithCount_one": "{{count}} faixa",
"trackWithCount_many": "{{count}} faixas", "trackWithCount_many": "{{count}} faixas",
+8 -8
View File
@@ -580,25 +580,25 @@
}, },
"entity": { "entity": {
"genre_one": "Žanr", "genre_one": "Žanr",
"genre_few": "žanrova", "genre_few": "Žanrova",
"genre_other": "Žanrova", "genre_other": "Žanrova",
"playlistWithCount_one": "{{count}} plejlista", "playlistWithCount_one": "{{count}} plejlista",
"playlistWithCount_few": "{{count}} plejlista", "playlistWithCount_few": "{{count}} plejlista",
"playlistWithCount_other": "{{count}} plejlista", "playlistWithCount_other": "{{count}} plejlista",
"playlist_one": "Plejlista", "playlist_one": "Plejlista",
"playlist_few": "plejlista", "playlist_few": "Plejlista",
"playlist_other": "Plejlista", "playlist_other": "Plejlista",
"artist_one": "Umetnik", "artist_one": "Umetnik",
"artist_few": "umetnika", "artist_few": "Umetnika",
"artist_other": "Umetnika", "artist_other": "Umetnika",
"folderWithCount_one": "{{count}} folder", "folderWithCount_one": "{{count}} folder",
"folderWithCount_few": "{{count}} foldera", "folderWithCount_few": "{{count}} foldera",
"folderWithCount_other": "{{count}} foldera", "folderWithCount_other": "{{count}} foldera",
"albumArtist_one": "Album umetnika", "albumArtist_one": "Album umetnika",
"albumArtist_few": "albuma umetnika", "albumArtist_few": "Albuma umetnika",
"albumArtist_other": "Albuma umetnika", "albumArtist_other": "Albuma umetnika",
"track_one": "Pesma", "track_one": "Pesma",
"track_few": "pesama", "track_few": "Pesama",
"track_other": "Pesama", "track_other": "Pesama",
"albumArtistCount_one": "{{count}} album umetnika", "albumArtistCount_one": "{{count}} album umetnika",
"albumArtistCount_few": "{{count}} albuma umetnika", "albumArtistCount_few": "{{count}} albuma umetnika",
@@ -607,17 +607,17 @@
"albumWithCount_few": "{{count}} albuma", "albumWithCount_few": "{{count}} albuma",
"albumWithCount_other": "{{count}} albuma", "albumWithCount_other": "{{count}} albuma",
"favorite_one": "Favorit", "favorite_one": "Favorit",
"favorite_few": "favorita", "favorite_few": "Favorita",
"favorite_other": "Favorita", "favorite_other": "Favorita",
"artistWithCount_one": "{{count}} umetnik", "artistWithCount_one": "{{count}} umetnik",
"artistWithCount_few": "{{count}} umetnika", "artistWithCount_few": "{{count}} umetnika",
"artistWithCount_other": "{{count}} umetnika", "artistWithCount_other": "{{count}} umetnika",
"folder_one": "Folder", "folder_one": "Folder",
"folder_few": "foldera", "folder_few": "Foldera",
"folder_other": "Foldera", "folder_other": "Foldera",
"smartPlaylist": "Pametna $t(entity.playlist, {\"count\": 1})", "smartPlaylist": "Pametna $t(entity.playlist, {\"count\": 1})",
"album_one": "Album", "album_one": "Album",
"album_few": "albumi", "album_few": "Albumi",
"album_other": "Albuma", "album_other": "Albuma",
"genreWithCount_one": "{{count}} žanr", "genreWithCount_one": "{{count}} žanr",
"genreWithCount_few": "{{count}} žanrova", "genreWithCount_few": "{{count}} žanrova",