mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-23 10:56:28 +02:00
fix entity locales to titleCase
This commit is contained in:
+10
-10
@@ -1123,27 +1123,27 @@
|
||||
}
|
||||
},
|
||||
"entity": {
|
||||
"smartPlaylist": "$t(entity.playlist, {\"count\": 1}) inteligente",
|
||||
"smartPlaylist": "$t(entity.playlist, {\"count\": 1}) Inteligente",
|
||||
"genre_one": "Género",
|
||||
"genre_many": "géneros",
|
||||
"genre_many": "Géneros",
|
||||
"genre_other": "Géneros",
|
||||
"playlistWithCount_one": "{{count}} lista de reproducción",
|
||||
"playlistWithCount_many": "{{count}} listas de reproducción",
|
||||
"playlistWithCount_other": "{{count}} listas 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",
|
||||
"artist_one": "Artista",
|
||||
"artist_many": "artistas",
|
||||
"artist_many": "Artistas",
|
||||
"artist_other": "Artistas",
|
||||
"folderWithCount_one": "{{count}} carpeta",
|
||||
"folderWithCount_many": "{{count}} carpetas",
|
||||
"folderWithCount_other": "{{count}} carpetas",
|
||||
"albumArtist_one": "Artista del álbum",
|
||||
"albumArtist_many": "artistas del álbum",
|
||||
"albumArtist_many": "Artistas del álbum",
|
||||
"albumArtist_other": "Artistas del álbum",
|
||||
"track_one": "Pista",
|
||||
"track_many": "pistas",
|
||||
"track_many": "Pistas",
|
||||
"track_other": "Pistas",
|
||||
"albumArtistCount_one": "{{count}} artista del álbum",
|
||||
"albumArtistCount_many": "{{count}} artistas del álbum",
|
||||
@@ -1152,16 +1152,16 @@
|
||||
"albumWithCount_many": "{{count}} álbumes",
|
||||
"albumWithCount_other": "{{count}} álbumes",
|
||||
"favorite_one": "Favorito",
|
||||
"favorite_many": "favoritos",
|
||||
"favorite_many": "Favoritos",
|
||||
"favorite_other": "Favoritos",
|
||||
"artistWithCount_one": "{{count}} artista",
|
||||
"artistWithCount_many": "{{count}} artistas",
|
||||
"artistWithCount_other": "{{count}} artistas",
|
||||
"folder_one": "Carpeta",
|
||||
"folder_many": "carpetas",
|
||||
"folder_many": "Carpetas",
|
||||
"folder_other": "Carpetas",
|
||||
"album_one": "Álbum",
|
||||
"album_many": "álbumes",
|
||||
"album_many": "Álbumes",
|
||||
"album_other": "Álbumes",
|
||||
"genreWithCount_one": "{{count}} género",
|
||||
"genreWithCount_many": "{{count}} géneros",
|
||||
@@ -1173,7 +1173,7 @@
|
||||
"play_many": "{{count}} reproducciones",
|
||||
"play_other": "{{count}} reproducciones",
|
||||
"song_one": "Canción",
|
||||
"song_many": "canciones",
|
||||
"song_many": "Canciones",
|
||||
"song_other": "Canciones",
|
||||
"radioStation_one": "Estación de radio",
|
||||
"radioStation_many": "Estaciones de radio",
|
||||
|
||||
Reference in New Issue
Block a user