netflix.json 1006 B

123456789101112131415161718192021222324252627
  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": "Netflixで新作と{0}人気作を閲覧中"
  5. },
  6. "netflix.profile": {
  7. "description": "",
  8. "message": "プロフィールの管理中"
  9. },
  10. "netflix.viewList": {
  11. "description": "List as in their saved series/movies.",
  12. "message": "リストを閲覧中"
  13. },
  14. "netflix.seriesDisplay.full": {
  15. "description": "Shown when watching a series with 'watching seriesname' status, example: Season 6, Episode 2",
  16. "message": "シーズン {0}, エピソード {1}"
  17. },
  18. "netflix.seriesDisplay.short": {
  19. "description": "Shown when watching a series with 'watching Netflix' status, example: S6 E2 - Episode title",
  20. "message": "シーズン{0} エピソード{1} - {2}"
  21. },
  22. "netflix.movieDisplay": {
  23. "description": "Shown when watching a movie, example: 2024 • 120 minutes",
  24. "message": "{0} • {1} 分"
  25. }
  26. }