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
+13 -13
View File
@@ -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",