Files
jellyfin-jellyfin-1/Emby.Server.Implementations/Localization/Ratings/it.json
2025-05-09 20:23:54 -06:00

35 lines
734 B
JSON

{
"countryCode": "it",
"supportsSubScores": false,
"ratings": [
{
"ratingStrings": ["T"],
"ratingScore": {
"score": 0,
"subScore": null
}
},
{
"ratingStrings": ["6+"],
"ratingScore": {
"score": 6,
"subScore": null
}
},
{
"ratingStrings": ["14+"],
"ratingScore": {
"score": 14,
"subScore": null
}
},
{
"ratingStrings": ["18+"],
"ratingScore": {
"score": 18,
"subScore": null
}
}
]
}