aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Localization/Ratings/pl.json
blob: c3001ffb376fb5c93f4f1a518eb7c5f788c6874f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
    "countryCode": "pl",
    "supportsSubScores": false,
    "ratings": [
        {
            "ratingStrings": ["b.o.", "AL"],
            "ratingScore": {
                "score": 0,
                "subScore": null
            }
        },
        {
            "ratingStrings": ["7", "od 7 lat"],
            "ratingScore": {
                "score": 7,
                "subScore": null
            }
        },
        {
            "ratingStrings": ["12", "od 12 lat"],
            "ratingScore": {
                "score": 12,
                "subScore": null
            }
        },
        {
            "ratingStrings": ["16", "od 16 lat"],
            "ratingScore": {
                "score": 16,
                "subScore": null
            }
        },
        {
            "ratingStrings": ["18", "od 18 lat", "R"],
            "ratingScore": {
                "score": 18,
                "subScore": null
            }
        }
    ]
}