mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-16 23:50:17 +02:00
fix entity locales to titleCase
This commit is contained in:
+11
-11
@@ -344,30 +344,30 @@
|
||||
},
|
||||
"entity": {
|
||||
"album_one": "Àlbum",
|
||||
"album_many": "àlbums",
|
||||
"album_many": "Àlbums",
|
||||
"album_other": "Àlbums",
|
||||
"albumWithCount_one": "{{count}} àlbum",
|
||||
"albumWithCount_many": "{{count}} àlbums",
|
||||
"albumWithCount_other": "{{count}} àlbums",
|
||||
"albumArtist_one": "Artista de l'àlbum",
|
||||
"albumArtist_many": "artistes de l'àlbum",
|
||||
"albumArtist_many": "Artistes de l'àlbum",
|
||||
"albumArtist_other": "Artistes de l'àlbum",
|
||||
"albumArtistCount_one": "{{count}} artista de l'àlbum",
|
||||
"albumArtistCount_many": "{{count}} artistes de l'àlbum",
|
||||
"albumArtistCount_other": "{{count}} artistes de l'àlbum",
|
||||
"artist_one": "Artista",
|
||||
"artist_many": "artistes",
|
||||
"artist_many": "Artistes",
|
||||
"artist_other": "Artistes",
|
||||
"artistWithCount_one": "{{count}} artista",
|
||||
"artistWithCount_many": "{{count}} artistes",
|
||||
"artistWithCount_other": "{{count}} artistes",
|
||||
"playlist_one": "Llista de reproducció",
|
||||
"playlist_many": "llistes de reproducció",
|
||||
"playlist_many": "Llistes de reproducció",
|
||||
"playlist_other": "Llistes de reproducció",
|
||||
"playlistWithCount_one": "{{count}} llista de reproducció",
|
||||
"playlistWithCount_many": "{{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_many": "{{count}} reproduccions",
|
||||
"play_other": "{{count}} reproduccions",
|
||||
@@ -378,25 +378,25 @@
|
||||
"genreWithCount_many": "{{count}} gèneres",
|
||||
"genreWithCount_other": "{{count}} gèneres",
|
||||
"track_one": "Pista",
|
||||
"track_many": "pistes",
|
||||
"track_many": "Pistes",
|
||||
"track_other": "Pistes",
|
||||
"trackWithCount_one": "{{count}} pista",
|
||||
"trackWithCount_many": "{{count}} pistes",
|
||||
"trackWithCount_other": "{{count}} pistes",
|
||||
"folder_one": "Carpeta",
|
||||
"folder_many": "carpetes",
|
||||
"folder_many": "Carpetes",
|
||||
"folder_other": "Carpetes",
|
||||
"genre_one": "Gènere",
|
||||
"genre_many": "gèneres",
|
||||
"genre_many": "Gèneres",
|
||||
"genre_other": "Gèneres",
|
||||
"song_one": "Cançó",
|
||||
"song_many": "cançons",
|
||||
"song_many": "Cançons",
|
||||
"song_other": "Cançons",
|
||||
"favorite_one": "Preferit",
|
||||
"favorite_many": "preferits",
|
||||
"favorite_many": "Preferits",
|
||||
"favorite_other": "Preferits",
|
||||
"radioStation_one": "Emissora de ràdio",
|
||||
"radioStation_many": "emissores de ràdio",
|
||||
"radioStation_many": "Emissores de ràdio",
|
||||
"radioStation_other": "Emissores de ràdio",
|
||||
"radioStationWithCount_one": "{{count}} emissora de ràdio",
|
||||
"radioStationWithCount_many": "{{count}} emissores de ràdio",
|
||||
|
||||
Reference in New Issue
Block a user