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): Updated translations for nb #8650

Merged
merged 2 commits into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
81 changes: 6 additions & 75 deletions docs/translations-needed.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This default value is hardcoded as a default to the localize method in the SeekB
| ar.json (missing 3) | Playing in Picture-in-Picture |
| | Skip backward {1} seconds |
| | Skip forward {1} seconds |
| az.json (Complete) | |
| ba.json (missing 71) | Audio Player |
| | Video Player |
| | Replay |
Expand Down Expand Up @@ -169,77 +170,7 @@ This default value is hardcoded as a default to the localize method in the SeekB
| | Playing in Picture-in-Picture |
| | Skip backward {1} seconds |
| | Skip forward {1} seconds |
| ca.json (missing 71) | Audio Player |
| | Video Player |
| | Replay |
| | Seek to live, currently behind live |
| | Seek to live, currently playing live |
| | Progress Bar |
| | progress bar timing: currentTime={1} duration={2} |
| | Descriptions |
| | descriptions off |
| | Audio Track |
| | Volume Level |
| | The media is encrypted and we do not have the keys to decrypt it. |
| | Play Video |
| | Close |
| | Close Modal Dialog |
| | Modal Window |
| | This is a modal window |
| | This modal can be closed by pressing the Escape key or activating the close button. |
| | , opens captions settings dialog |
| | , opens subtitles settings dialog |
| | , opens descriptions settings dialog |
| | , selected |
| | captions settings |
| | subtitles settings |
| | descriptions settings |
| | Text |
| | White |
| | Black |
| | Red |
| | Green |
| | Blue |
| | Yellow |
| | Magenta |
| | Cyan |
| | Background |
| | Window |
| | Transparent |
| | Semi-Transparent |
| | Opaque |
| | Font Size |
| | Text Edge Style |
| | None |
| | Raised |
| | Depressed |
| | Uniform |
| | Drop shadow |
| | Font Family |
| | Proportional Sans-Serif |
| | Monospace Sans-Serif |
| | Proportional Serif |
| | Monospace Serif |
| | Casual |
| | Script |
| | Small Caps |
| | Reset |
| | restore all settings to the default values |
| | Done |
| | Caption Settings Dialog |
| | Beginning of dialog window. Escape will cancel and close the window. |
| | End of dialog window. |
| | {1} is loading. |
| | Exit Picture-in-Picture |
| | Picture-in-Picture |
| | No content |
| | Color |
| | Opacity |
| | Text Background |
| | Caption Area Background |
| | Playing in Picture-in-Picture |
| | Skip backward {1} seconds |
| | Skip forward {1} seconds |
| ca.json (Complete) | |
| cs.json (missing 12) | Seek to live, currently behind live |
| | Seek to live, currently playing live |
| | Exit Picture-in-Picture |
Expand Down Expand Up @@ -622,7 +553,9 @@ This default value is hardcoded as a default to the localize method in the SeekB
| | Text Background |
| | Caption Area Background |
| | Playing in Picture-in-Picture |
| nb.json (missing 10) | Exit Picture-in-Picture |
| nb.json (Complete) | |
| nl.json (missing 1) | Playing in Picture-in-Picture |
| nn.json (missing 10) | Exit Picture-in-Picture |
| | Picture-in-Picture |
| | No content |
| | Color |
Expand All @@ -632,9 +565,7 @@ This default value is hardcoded as a default to the localize method in the SeekB
| | Playing in Picture-in-Picture |
| | Skip backward {1} seconds |
| | Skip forward {1} seconds |
| nl.json (missing 1) | Playing in Picture-in-Picture |
| nn.json (missing 10) | Exit Picture-in-Picture |
| | Picture-in-Picture |
| np.json (missing 9) | Drop shadow |
| | No content |
| | Color |
| | Opacity |
Expand Down
12 changes: 11 additions & 1 deletion lang/nb.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,15 @@
"Caption Settings Dialog": "Innstillingsvindu for teksting for hørselshemmede",
"Beginning of dialog window. Escape will cancel and close the window.": "Begynnelse på dialogvindu. Trykk Escape for å avbryte og lukke vinduet.",
"End of dialog window.": "Avslutning på dialogvindu.",
"{1} is loading.": "{1} laster."
"{1} is loading.": "{1} laster.",
"Exit Picture-in-Picture": "Avslutt bilde-i-bilde",
"Picture-in-Picture": "Bilde-i-bilde",
"No content": "Ingen innhold",
"Color": "Farge",
"Opacity": "Gjennomsiktighet",
"Text Background": "Tekstbakgrunn",
"Caption Area Background": "Undertekstbakgrunn",
"Playing in Picture-in-Picture": "Spiller av i bilde-i-bilde",
"Skip backward {1} seconds": "Hopp tilbake {1} sekunder",
"Skip forward {1} seconds": "Hopp frem {1} sekunder"
}