netflix.json 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "netflix.latest": {
  3. "description": "{0} will be replaced with a new line, but if you leave it out, the string will be in just 1 line.",
  4. "message": "Гледа какво е ново и{0} популярно в Netflix"
  5. },
  6. "netflix.profile": {
  7. "description": "",
  8. "message": "Управлява своите профили"
  9. },
  10. "netflix.referral": {
  11. "description": "{0} will be replaced with a new line, but if you leave it out, the string will be in just 1 line.",
  12. "message": "Взима своя{0}реферален линк"
  13. },
  14. "netflix.viewList": {
  15. "description": "List as in their saved series/movies.",
  16. "message": "Гледа своя списък"
  17. },
  18. "netflix.seriesDisplay.full": {
  19. "description": "Shown when watching a series with 'watching seriesname' status, example: Season 6, Episode 2",
  20. "message": "Сезон {0}, Епизод {1}"
  21. },
  22. "netflix.seriesDisplay.short": {
  23. "description": "Shown when watching a series with 'watching Netflix' status, example: S6 E2 - Episode title",
  24. "message": "С{0} Е{1} - {2}"
  25. },
  26. "netflix.movieDisplay": {
  27. "description": "Shown when watching a movie, example: 2024 • 120 minutes",
  28. "message": "{0} • {1} минути"
  29. }
  30. }