Blame view

node_modules/video.js/dist/lang/sv.js 1.36 KB
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  videojs.addLanguage("sv",{
   "Play": "Spela",
   "Pause": "Pausa",
   "Current Time": "Aktuell tid",
   "Duration": "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",
   "Unmute": "Ljud på",
   "Playback Rate": "Uppspelningshastighet",
   "Subtitles": "Text på",
   "subtitles off": "Text av",
   "Captions": "Text på",
   "captions off": "Text av",
   "Chapters": "Kapitel",
   "You aborted the media playback": "Du har avbrutit videouppspelningen.",
   "A network error caused the media download to fail part-way.": "Ett nätverksfel gjorde att nedladdningen av videon avbröts.",
   "The media 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 media playback was aborted due to a corruption problem or because the media 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 media.": "Det gick inte att hitta någon kompatibel källa för den här videon."
  });