12345678910111213141516171819202122232425262728293031 |
- {
- "netflix.latest": {
- "description": "{0} will be replaced with a new line, but if you leave it out, the string will be in just 1 line.",
- "message": "Bekijkt wat nieuw en{0}populair is op Netflix"
- },
- "netflix.profile": {
- "description": "",
- "message": "Zijn/haar profiel aan het beheren"
- },
- "netflix.referral": {
- "description": "{0} will be replaced with a new line, but if you leave it out, the string will be in just 1 line.",
- "message": "Zijn/haar referral link{0}aan het ophalen"
- },
- "netflix.viewList": {
- "description": "List as in their saved series/movies.",
- "message": "Bekijkt zijn/haar lijst"
- },
- "netflix.seriesDisplay.full": {
- "description": "Shown when watching a series with 'watching seriesname' status, example: Season 6, Episode 2",
- "message": "Seizoen {0}, Aflevering {1}"
- },
- "netflix.seriesDisplay.short": {
- "description": "Shown when watching a series with 'watching Netflix' status, example: S6 E2 - Episode title",
- "message": "S{0} A{1} - {2}"
- },
- "netflix.movieDisplay": {
- "description": "Shown when watching a movie, example: 2024 • 120 minutes",
- "message": "{0} • {1} minuten"
- }
- }
|