Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(lang): update Japanese translations #8190

Merged
merged 2 commits into from
Mar 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 9 additions & 23 deletions docs/translations-needed.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,7 @@ This default value is hardcoded as a default to the localize method in the SeekB
| | Caption Area Background |
| | Skip backward {1} seconds |
| | Skip forward {1} seconds |
| de.json (missing 2) | Skip backward {1} seconds |
| | Skip forward {1} seconds |
| de.json (Complete) | |
| el.json (missing 56) | Audio Player |
| | Video Player |
| | Replay |
Expand Down Expand Up @@ -402,13 +401,11 @@ This default value is hardcoded as a default to the localize method in the SeekB
| | Caption Area Background |
| | Skip backward {1} seconds |
| | Skip forward {1} seconds |
| fa.json (missing 7) | No content |
| fa.json (missing 5) | No content |
| | Color |
| | Opacity |
| | Text Background |
| | Caption Area Background |
| | Skip backward {1} seconds |
| | Skip forward {1} seconds |
| fi.json (missing 70) | Audio Player |
| | Video Player |
| | Replay |
Expand Down Expand Up @@ -595,26 +592,21 @@ This default value is hardcoded as a default to the localize method in the SeekB
| | Caption Area Background |
| | Skip backward {1} seconds |
| | Skip forward {1} seconds |
| it.json (missing 9) | Seek to live, currently behind live |
| it.json (missing 7) | Seek to live, currently behind live |
| | Seek to live, currently playing live |
| | Raised |
| | Depressed |
| | Casual |
| | Script |
| | No content |
| | Skip backward {1} seconds |
| | Skip forward {1} seconds |
| ja.json (missing 2) | Skip backward {1} seconds |
| | Skip forward {1} seconds |
| ja.json (Complete) | |
| ko.json (missing 2) | Skip backward {1} seconds |
| | Skip forward {1} seconds |
| lv.json (missing 7) | No content |
| lv.json (missing 5) | No content |
| | Color |
| | Opacity |
| | Text Background |
| | Caption Area Background |
| | Skip backward {1} seconds |
| | Skip forward {1} seconds |
| nb.json (missing 9) | Exit Picture-in-Picture |
| | Picture-in-Picture |
| | No content |
Expand All @@ -624,7 +616,7 @@ This default value is hardcoded as a default to the localize method in the SeekB
| | Caption Area Background |
| | Skip backward {1} seconds |
| | Skip forward {1} seconds |
| nl.json (missing 12) | Seek to live, currently behind live |
| nl.json (missing 10) | Seek to live, currently behind live |
| | Seek to live, currently playing live |
| | {1} is loading. |
| | Exit Picture-in-Picture |
Expand All @@ -634,8 +626,6 @@ This default value is hardcoded as a default to the localize method in the SeekB
| | Opacity |
| | Text Background |
| | Caption Area Background |
| | Skip backward {1} seconds |
| | Skip forward {1} seconds |
| nn.json (missing 9) | Exit Picture-in-Picture |
| | Picture-in-Picture |
| | No content |
Expand Down Expand Up @@ -728,13 +718,11 @@ This default value is hardcoded as a default to the localize method in the SeekB
| | Caption Area Background |
| | Skip backward {1} seconds |
| | Skip forward {1} seconds |
| ru.json (missing 7) | No content |
| ru.json (missing 5) | No content |
| | Color |
| | Opacity |
| | Text Background |
| | Caption Area Background |
| | Skip backward {1} seconds |
| | Skip forward {1} seconds |
| sk.json (missing 11) | Seek to live, currently behind live |
| | Seek to live, currently playing live |
| | Exit Picture-in-Picture |
Expand Down Expand Up @@ -881,9 +869,7 @@ This default value is hardcoded as a default to the localize method in the SeekB
| | Caption Area Background |
| | Skip backward {1} seconds |
| | Skip forward {1} seconds |
| zh-CN.json (missing 2) | Skip backward {1} seconds |
| | Skip forward {1} seconds |
| zh-TW.json (missing 2) | Skip backward {1} seconds |
| | Skip forward {1} seconds |
| zh-CN.json (Complete) | |
| zh-TW.json (Complete) | |

<!-- END langtable -->
4 changes: 2 additions & 2 deletions lang/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"Remaining Time": "残りの時間",
"Stream Type": "ストリームの種類",
"LIVE": "ライブ",
"Seek to live, currently behind live": "ライブまでシーク、現在、ライブより遅れています",
"Seek to live, currently playing live": "ライブまでシーク、現在、ライブより遅れています",
"Seek to live, currently behind live": "ライブまで再生位置を指定、現在ライブが遅れています。",
"Seek to live, currently playing live": "ライブまで再生位置を指定、現在ライブ中。",
"Loaded": "ロード済み",
"Progress": "進行状況",
"Progress Bar": "シークバー",
Expand Down