-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
3 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"Play": "Toisto", | ||
"Pause": "Tauko", | ||
"Current Time": "Tämänhetkinen aika", | ||
"Duration Time": "Kokonaisaika", | ||
"Remaining Time": "Jäljellä oleva aika", | ||
"Stream Type": "Lähetystyyppi", | ||
"LIVE": "LIVE", | ||
"Loaded": "Ladattu", | ||
"Progress": "Edistyminen", | ||
"Fullscreen": "Koko näyttö", | ||
"Non-Fullscreen": "Koko näyttö pois", | ||
"Mute": "Ääni pois", | ||
"Unmuted": "Ääni päällä", | ||
"Playback Rate": "Toistonopeus", | ||
"Subtitles": "Tekstitys", | ||
"subtitles off": "Tekstitys pois", | ||
"Captions": "Tekstitys", | ||
"captions off": "Tekstitys pois", | ||
"Chapters": "Kappaleet", | ||
"You aborted the video playback": "Olet keskeyttänyt videotoiston.", | ||
"A network error caused the video download to fail part-way.": "Verkkovirhe keskeytti videon latauksen.", | ||
"The video could not be loaded, either because the server or network failed or because the format is not supported.": "Videon lataus ei onnistunut joko palvelin- tai verkkovirheestä tai väärästä formaatista johtuen.", | ||
"The video playback was aborted due to a corruption problem or because the video used features your browser did not support.": "Videon toisto keskeytyi, koska video on vaurioitunut tai käyttää käyttää toimintoja, joita selaimesi ei tue.", | ||
"No compatible source was found for this video.": "Tälle videolle ei löytynyt yhteensopivaa lähdettä." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"Play": "Spela", | ||
"Pause": "Pausa", | ||
"Current Time": "Aktuell tid", | ||
"Duration Time": "Total tid", | ||
"Remaining Time": "Återstående tid", | ||
"Stream Type": "Strömningstyp", | ||
"LIVE": "LIVE", | ||
"Loaded": "Laddad", | ||
"Progress": "Förlopp", | ||
"Fullscreen": "Fullskärm", | ||
"Non-Fullscreen": "Ej fullskärm", | ||
"Mute": "Ljud av", | ||
"Unmuted": "Ljud på", | ||
"Playback Rate": "Uppspelningshastighet", | ||
"Subtitles": "Text på", | ||
"subtitles off": "Text av", | ||
"Captions": "Text på", | ||
"captions off": "Text av", | ||
"Chapters": "Kapitel", | ||
"You aborted the video playback": "Du har avbrutit videouppspelningen.", | ||
"A network error caused the video download to fail part-way.": "Ett nätverksfel gjorde att nedladdningen av videon avbröts.", | ||
"The video could not be loaded, either because the server or network failed or because the format is not supported.": "Det gick inte att ladda videon, antingen på grund av ett server- eller nätverksfel, eller för att formatet inte stöds.", | ||
"The video playback was aborted due to a corruption problem or because the video used features your browser did not support.": "Uppspelningen avbröts på grund av att videon är skadad, eller också för att videon använder funktioner som din webbläsare inte stöder.", | ||
"No compatible source was found for this video.": "Det gick inte att hitta någon kompatibel källa för den här videon." | ||
} |