mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 16:34:24 +02:00
fix entity locales to titleCase
This commit is contained in:
@@ -580,25 +580,25 @@
|
||||
},
|
||||
"entity": {
|
||||
"genre_one": "Žanr",
|
||||
"genre_few": "žanrova",
|
||||
"genre_few": "Žanrova",
|
||||
"genre_other": "Žanrova",
|
||||
"playlistWithCount_one": "{{count}} plejlista",
|
||||
"playlistWithCount_few": "{{count}} plejlista",
|
||||
"playlistWithCount_other": "{{count}} plejlista",
|
||||
"playlist_one": "Plejlista",
|
||||
"playlist_few": "plejlista",
|
||||
"playlist_few": "Plejlista",
|
||||
"playlist_other": "Plejlista",
|
||||
"artist_one": "Umetnik",
|
||||
"artist_few": "umetnika",
|
||||
"artist_few": "Umetnika",
|
||||
"artist_other": "Umetnika",
|
||||
"folderWithCount_one": "{{count}} folder",
|
||||
"folderWithCount_few": "{{count}} foldera",
|
||||
"folderWithCount_other": "{{count}} foldera",
|
||||
"albumArtist_one": "Album umetnika",
|
||||
"albumArtist_few": "albuma umetnika",
|
||||
"albumArtist_few": "Albuma umetnika",
|
||||
"albumArtist_other": "Albuma umetnika",
|
||||
"track_one": "Pesma",
|
||||
"track_few": "pesama",
|
||||
"track_few": "Pesama",
|
||||
"track_other": "Pesama",
|
||||
"albumArtistCount_one": "{{count}} album umetnika",
|
||||
"albumArtistCount_few": "{{count}} albuma umetnika",
|
||||
@@ -607,17 +607,17 @@
|
||||
"albumWithCount_few": "{{count}} albuma",
|
||||
"albumWithCount_other": "{{count}} albuma",
|
||||
"favorite_one": "Favorit",
|
||||
"favorite_few": "favorita",
|
||||
"favorite_few": "Favorita",
|
||||
"favorite_other": "Favorita",
|
||||
"artistWithCount_one": "{{count}} umetnik",
|
||||
"artistWithCount_few": "{{count}} umetnika",
|
||||
"artistWithCount_other": "{{count}} umetnika",
|
||||
"folder_one": "Folder",
|
||||
"folder_few": "foldera",
|
||||
"folder_few": "Foldera",
|
||||
"folder_other": "Foldera",
|
||||
"smartPlaylist": "Pametna $t(entity.playlist, {\"count\": 1})",
|
||||
"album_one": "Album",
|
||||
"album_few": "albumi",
|
||||
"album_few": "Albumi",
|
||||
"album_other": "Albuma",
|
||||
"genreWithCount_one": "{{count}} žanr",
|
||||
"genreWithCount_few": "{{count}} žanrova",
|
||||
|
||||
Reference in New Issue
Block a user