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
+9 -9
View File
@@ -764,31 +764,31 @@
},
"entity": {
"albumArtist_one": "Artista do álbum",
"albumArtist_many": "artistas do álbum",
"albumArtist_many": "Artistas do álbum",
"albumArtist_other": "Artistas do álbum",
"albumArtistCount_one": "{{count}} artista do álbum",
"albumArtistCount_many": "{{count}} artistas do álbum",
"albumArtistCount_other": "{{count}} artistas do álbum",
"album_one": "Álbum",
"album_many": "álbuns",
"album_many": "Álbuns",
"album_other": "Álbuns",
"artist_one": "Artista",
"artist_many": "artistas",
"artist_many": "Artistas",
"artist_other": "Artistas",
"albumWithCount_one": "{{count}} álbum",
"albumWithCount_many": "{{count}} álbuns",
"albumWithCount_other": "{{count}} álbuns",
"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": "Pasta",
"folder_many": "pastas",
"folder_many": "Pastas",
"folder_other": "Pastas",
"genre_one": "Gênero",
"genre_many": "gêneros",
"genre_many": "Gêneros",
"genre_other": "Gêneros",
"playlistWithCount_one": "{{count}} playlist",
"playlistWithCount_many": "{{count}} playlists",
@@ -806,11 +806,11 @@
"trackWithCount_many": "{{count}} faixas",
"trackWithCount_other": "{{count}} faixas",
"track_one": "Faixa",
"track_many": "faixas",
"track_many": "Faixas",
"track_other": "Faixas",
"smartPlaylist": "$t(entity.playlist, {\"count\": 1}) inteligente",
"smartPlaylist": "$t(entity.playlist, {\"count\": 1}) Inteligente",
"song_one": "Música",
"song_many": "músicas",
"song_many": "Músicas",
"song_other": "Músicas",
"play_one": "{{count}} reprodução",
"play_many": "{{count}} reproduções",