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}最新熱門影片"
- },
- "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": "獲取他們{0}推薦的鏈接"
- },
- "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} 分鐘"
- }
- }
|