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