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": "Netflix의 새로운 기능과{0}인기 영화 및 TV 프로그램 보는 중"
- },
- "netflix.profile": {
- "description": "",
- "message": "프로필 관리 중"
- },
- "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": "추천 링크 가져오는 중"
- },
- "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} 분"
- }
- }
|