Files
jellyfin-jellyfin-1/Emby.Server.Implementations/Localization/Ratings/de.json
2025-03-30 21:51:54 -06:00

42 lines
1021 B
JSON

{
"countryCode": "de",
"supportsSubScores": false,
"ratings": [
{
"ratingStrings": ["0", "FSK 0", "FSK-0", "Educational", "Infoprogramm"],
"ratingScore": {
"score": 0,
"subScore": null
}
},
{
"ratingStrings": ["6", "FSK 6", "FSK-6"],
"ratingScore": {
"score": 6,
"subScore": null
}
},
{
"ratingStrings": ["12", "FSK 12", "FSK-12"],
"ratingScore": {
"score": 12,
"subScore": null
}
},
{
"ratingStrings": ["16", "FSK 16", "FSK-16"],
"ratingScore": {
"score": 16,
"subScore": null
}
},
{
"ratingStrings": ["18", "FSK 18", "FSK-18"],
"ratingScore": {
"score": 18,
"subScore": null
}
}
]
}