mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 17:04:16 +02:00
fix entity locales to titleCase
This commit is contained in:
+13
-13
@@ -930,25 +930,25 @@
|
||||
},
|
||||
"entity": {
|
||||
"genre_one": "Genere",
|
||||
"genre_many": "generi",
|
||||
"genre_many": "Generi",
|
||||
"genre_other": "Generi",
|
||||
"playlistWithCount_one": "{{count}} playlist",
|
||||
"playlistWithCount_many": "{{count}} playlist",
|
||||
"playlistWithCount_other": "{{count}} playlist",
|
||||
"playlist_one": "Playlist",
|
||||
"playlist_many": "playlist",
|
||||
"playlist_many": "Playlist",
|
||||
"playlist_other": "Playlist",
|
||||
"artist_one": "Artista",
|
||||
"artist_many": "artisti",
|
||||
"artist_many": "Artisti",
|
||||
"artist_other": "Artisti",
|
||||
"folderWithCount_one": "{{count}} cartella",
|
||||
"folderWithCount_many": "{{count}} cartelle",
|
||||
"folderWithCount_other": "{{count}} cartelle",
|
||||
"albumArtist_one": "Artista album",
|
||||
"albumArtist_many": "artisti album",
|
||||
"albumArtist_other": "Artisti album",
|
||||
"albumArtist_one": "Artista Album",
|
||||
"albumArtist_many": "Artisti Album",
|
||||
"albumArtist_other": "Artisti Album",
|
||||
"track_one": "Traccia",
|
||||
"track_many": "tracce",
|
||||
"track_many": "Tracce",
|
||||
"track_other": "Tracce",
|
||||
"albumArtistCount_one": "{{count}} artista album",
|
||||
"albumArtistCount_many": "{{count}} artisti album",
|
||||
@@ -957,17 +957,17 @@
|
||||
"albumWithCount_many": "{{count}} album",
|
||||
"albumWithCount_other": "{{count}} album",
|
||||
"favorite_one": "Preferito",
|
||||
"favorite_many": "preferiti",
|
||||
"favorite_many": "Preferiti",
|
||||
"favorite_other": "Preferiti",
|
||||
"artistWithCount_one": "{{count}} artista",
|
||||
"artistWithCount_many": "{{count}} artisti",
|
||||
"artistWithCount_other": "{{count}} artisti",
|
||||
"folder_one": "Cartella",
|
||||
"folder_many": "cartelle",
|
||||
"folder_many": "Cartelle",
|
||||
"folder_other": "Cartelle",
|
||||
"smartPlaylist": "$t(entity.playlist, {\"count\": 1}) smart",
|
||||
"smartPlaylist": "$t(entity.playlist, {\"count\": 1}) Smart",
|
||||
"album_one": "Album",
|
||||
"album_many": "album",
|
||||
"album_many": "Album",
|
||||
"album_other": "Album",
|
||||
"genreWithCount_one": "{{count}} genere",
|
||||
"genreWithCount_many": "{{count}} generi",
|
||||
@@ -979,10 +979,10 @@
|
||||
"play_many": "{{count}} riproduzioni",
|
||||
"play_other": "{{count}} riproduzioni",
|
||||
"song_one": "Traccia",
|
||||
"song_many": "tracce",
|
||||
"song_many": "Tracce",
|
||||
"song_other": "Tracce",
|
||||
"radioStation_one": "Stazione radio",
|
||||
"radioStation_many": "stazioni radio",
|
||||
"radioStation_many": "Stazioni radio",
|
||||
"radioStation_other": "Stazioni radio",
|
||||
"radioStationWithCount_one": "{{count}} stazione radio",
|
||||
"radioStationWithCount_many": "{{count}} stazioni radio",
|
||||
|
||||
Reference in New Issue
Block a user