mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-75480-master' of https://github.com/stevandoMoodle/moodle
This commit is contained in:
commit
222f9a4e15
14
media/player/videojs/amd/build/video-lazy.min.js
vendored
14
media/player/videojs/amd/build/video-lazy.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
VideoJS 7.17.0
|
||||
VideoJS 7.20.3
|
||||
--------------
|
||||
https://github.com/videojs/video.js
|
||||
|
||||
|
@ -385,26 +385,33 @@
|
||||
.video-js.vjs-1-1 {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.video-js.vjs-fluid:not(.vjs-audio-only-mode),
|
||||
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
|
||||
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
|
||||
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
|
||||
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.video-js.vjs-16-9 {
|
||||
.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
|
||||
padding-top: 56.25%;
|
||||
}
|
||||
|
||||
.video-js.vjs-4-3 {
|
||||
.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
|
||||
padding-top: 75%;
|
||||
}
|
||||
|
||||
.video-js.vjs-9-16 {
|
||||
.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
|
||||
padding-top: 177.7777777778%;
|
||||
}
|
||||
|
||||
.video-js.vjs-1-1 {
|
||||
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
|
||||
padding-top: 100%;
|
||||
}
|
||||
|
||||
.video-js.vjs-fill {
|
||||
.video-js.vjs-fill:not(.vjs-audio-only-mode) {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
@ -417,6 +424,10 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.video-js.vjs-audio-only-mode .vjs-tech {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body.vjs-full-window {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
@ -752,7 +763,8 @@ body.vjs-full-window {
|
||||
background-color: rgba(43, 51, 63, 0.7);
|
||||
}
|
||||
|
||||
.vjs-has-started .vjs-control-bar {
|
||||
.vjs-has-started .vjs-control-bar,
|
||||
.vjs-audio-only-mode .vjs-control-bar {
|
||||
display: flex;
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
@ -772,9 +784,11 @@ body.vjs-full-window {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
|
||||
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
|
||||
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.vjs-has-started.vjs-no-flex .vjs-control-bar {
|
||||
@ -791,6 +805,12 @@ body.vjs-full-window {
|
||||
flex: none;
|
||||
}
|
||||
|
||||
.video-js .vjs-control.vjs-visible-text {
|
||||
width: auto;
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
.vjs-button > .vjs-icon-placeholder:before {
|
||||
font-size: 1.8em;
|
||||
line-height: 1.67;
|
||||
@ -806,7 +826,7 @@ body.vjs-full-window {
|
||||
text-shadow: 0em 0em 1em white;
|
||||
}
|
||||
|
||||
.video-js .vjs-control-text {
|
||||
.video-js *:not(.vjs-visible-text) > .vjs-control-text {
|
||||
border: 0;
|
||||
clip: rect(0 0 0 0);
|
||||
height: 1px;
|
||||
@ -1228,18 +1248,16 @@ body.vjs-full-window {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.vjs-has-started .vjs-poster {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.vjs-audio.vjs-has-started .vjs-poster {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.vjs-has-started .vjs-poster,
|
||||
.vjs-using-native-controls .vjs-poster {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.vjs-audio.vjs-has-started .vjs-poster,
|
||||
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.video-js .vjs-live-control {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
@ -1347,6 +1365,7 @@ body.vjs-full-window {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.video-js.vjs-controls-disabled .vjs-text-track-display,
|
||||
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
|
||||
bottom: 1em;
|
||||
}
|
||||
@ -1373,6 +1392,7 @@ video::-webkit-media-text-track-display {
|
||||
transform: translateY(-3em);
|
||||
}
|
||||
|
||||
.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
|
||||
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
|
||||
transform: translateY(-1.5em);
|
||||
}
|
||||
@ -1381,10 +1401,18 @@ video::-webkit-media-text-track-display {
|
||||
cursor: pointer;
|
||||
flex: none;
|
||||
}
|
||||
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.video-js .vjs-fullscreen-control {
|
||||
cursor: pointer;
|
||||
flex: none;
|
||||
}
|
||||
.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.vjs-playback-rate > .vjs-menu-button,
|
||||
.vjs-playback-rate .vjs-playback-rate-value {
|
||||
position: absolute;
|
||||
@ -1540,10 +1568,18 @@ video::-webkit-media-text-track-display {
|
||||
border-top-color: #73859f;
|
||||
}
|
||||
}
|
||||
.video-js.vjs-audio-only-mode .vjs-captions-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.vjs-chapters-button .vjs-menu ul {
|
||||
width: 24em;
|
||||
}
|
||||
|
||||
.video-js.vjs-audio-only-mode .vjs-descriptions-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
@ -1557,6 +1593,10 @@ video::-webkit-media-text-track-display {
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
@ -1575,31 +1615,16 @@ video::-webkit-media-text-track-display {
|
||||
.video-js.vjs-layout-small .vjs-duration,
|
||||
.video-js.vjs-layout-small .vjs-remaining-time,
|
||||
.video-js.vjs-layout-small .vjs-playback-rate,
|
||||
.video-js.vjs-layout-small .vjs-chapters-button,
|
||||
.video-js.vjs-layout-small .vjs-descriptions-button,
|
||||
.video-js.vjs-layout-small .vjs-captions-button,
|
||||
.video-js.vjs-layout-small .vjs-subtitles-button,
|
||||
.video-js.vjs-layout-small .vjs-audio-button,
|
||||
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
|
||||
.video-js.vjs-layout-x-small .vjs-time-divider,
|
||||
.video-js.vjs-layout-x-small .vjs-duration,
|
||||
.video-js.vjs-layout-x-small .vjs-remaining-time,
|
||||
.video-js.vjs-layout-x-small .vjs-playback-rate,
|
||||
.video-js.vjs-layout-x-small .vjs-chapters-button,
|
||||
.video-js.vjs-layout-x-small .vjs-descriptions-button,
|
||||
.video-js.vjs-layout-x-small .vjs-captions-button,
|
||||
.video-js.vjs-layout-x-small .vjs-subtitles-button,
|
||||
.video-js.vjs-layout-x-small .vjs-audio-button,
|
||||
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
|
||||
.video-js.vjs-layout-tiny .vjs-time-divider,
|
||||
.video-js.vjs-layout-tiny .vjs-duration,
|
||||
.video-js.vjs-layout-tiny .vjs-remaining-time,
|
||||
.video-js.vjs-layout-tiny .vjs-playback-rate,
|
||||
.video-js.vjs-layout-tiny .vjs-chapters-button,
|
||||
.video-js.vjs-layout-tiny .vjs-descriptions-button,
|
||||
.video-js.vjs-layout-tiny .vjs-captions-button,
|
||||
.video-js.vjs-layout-tiny .vjs-subtitles-button,
|
||||
.video-js.vjs-layout-tiny .vjs-audio-button,
|
||||
.video-js.vjs-layout-tiny .vjs-volume-control {
|
||||
display: none;
|
||||
}
|
||||
@ -1607,19 +1632,16 @@ video::-webkit-media-text-track-display {
|
||||
width: auto;
|
||||
width: initial;
|
||||
}
|
||||
.video-js.vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js.vjs-layout-tiny .vjs-subs-caps-button {
|
||||
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
|
||||
display: none;
|
||||
}
|
||||
.video-js.vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js.vjs-layout-tiny .vjs-custom-control-spacer {
|
||||
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
|
||||
flex: auto;
|
||||
display: block;
|
||||
}
|
||||
.video-js.vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer, .video-js.vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
|
||||
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
|
||||
width: auto;
|
||||
}
|
||||
.video-js.vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.vjs-modal-dialog.vjs-text-track-settings {
|
||||
background-color: #2B333F;
|
||||
|
@ -4,7 +4,7 @@
|
||||
<location>amd/src/video-lazy.js</location>
|
||||
<name>VideoJS</name>
|
||||
<description>JavaScript library that makes it easier to work with and build on HTML5 video.</description>
|
||||
<version>7.17.0</version>
|
||||
<version>7.20.3</version>
|
||||
<license>Apache</license>
|
||||
<licenseversion>2.0</licenseversion>
|
||||
<repository>https://github.com/videojs/video.js</repository>
|
||||
@ -28,7 +28,7 @@
|
||||
<location>videojs</location>
|
||||
<name>VideoJS support files</name>
|
||||
<description>JavaScript library that makes it easier to work with and build on HTML5 video</description>
|
||||
<version>7.17.0</version>
|
||||
<version>7.20.3</version>
|
||||
<license>Apache</license>
|
||||
<licenseversion>2.0</licenseversion>
|
||||
<repository>https://github.com/videojs/video.js</repository>
|
||||
|
89
media/player/videojs/videojs/lang/et.js
Normal file
89
media/player/videojs/videojs/lang/et.js
Normal file
@ -0,0 +1,89 @@
|
||||
videojs.addLanguage('et', {
|
||||
"Audio Player": "Heliesitaja",
|
||||
"Video Player": "Videoesitaja",
|
||||
"Play": "Esita",
|
||||
"Pause": "Paus",
|
||||
"Replay": "Esita uuesti",
|
||||
"Current Time": "Praegune aeg",
|
||||
"Duration": "Kestus",
|
||||
"Remaining Time": "Järelejäänud aeg",
|
||||
"Stream Type": "Voo tüüp",
|
||||
"LIVE": "OTSE",
|
||||
"Seek to live, currently behind live": "Mine üle otseedastusle, praegu reaalajast taga",
|
||||
"Seek to live, currently playing live": "Mine üle otseedastusle, praegu reaalajas ",
|
||||
"Loaded": "Laaditud",
|
||||
"Progress": "Edenemine",
|
||||
"Progress Bar": "Edenemisriba ",
|
||||
"progress bar timing: currentTime={1} duration={2}": "{1} / {2}",
|
||||
"Fullscreen": "Täisekraan",
|
||||
"Non-Fullscreen": "Välju täisekraanist",
|
||||
"Mute": "Vaigista",
|
||||
"Unmute": "Lõpeta vaigistus",
|
||||
"Playback Rate": "Taasesituse kiirus",
|
||||
"Subtitles": "Subtiitrid",
|
||||
"subtitles off": "subtiitrid väljas",
|
||||
"Captions": "Pealdised",
|
||||
"captions off": "pealdised väljas",
|
||||
"Chapters": "Peatükid",
|
||||
"Descriptions": "Kirjeldused",
|
||||
"descriptions off": "kirjeldused väljas",
|
||||
"Audio Track": "Helirada",
|
||||
"Volume Level": "Helitugevuse tase",
|
||||
"You aborted the media playback": "Katkestasid taasesituse",
|
||||
"A network error caused the media download to fail part-way.": "Võrguvea tõttu nurjus meediumifaili allalaadimine poole pealt.",
|
||||
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Seda meediumifaili ei õnnestunud laadida, kuna serveris või võrgus esines tõrge või kuna vormingut ei toetata.",
|
||||
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Meediumifaili taasesitamine katkestati, kuna fail on rikutud või see kasutab funktsiooni, mida sinu brauser ei toeta.",
|
||||
"No compatible source was found for this media.": "Ei leitud selle meediumifailiga ühilduvat allikat.",
|
||||
"The media is encrypted and we do not have the keys to decrypt it.": "See meediumifail on krüpteeritud ja meil pole dekrüpteerimiseks vajalikku võtit.",
|
||||
"Play Video": "Esita video",
|
||||
"Close": "Sule",
|
||||
"Close Modal Dialog": "Sule modaaldialoog",
|
||||
"Modal Window": "Modaalaken",
|
||||
"This is a modal window": "See on modaalaken",
|
||||
"This modal can be closed by pressing the Escape key or activating the close button.": "Saad selle modaalelemendi sulgeda, vajutades paoklahvi või tehes sulgemisnupu aktiivseks.",
|
||||
", opens captions settings dialog": ", avab pealdiste sätete dialoogi",
|
||||
", opens subtitles settings dialog": ", avab subtiitrite sätete dialoogi",
|
||||
", opens descriptions settings dialog": ", avab kirjelduste sätete dialoogi",
|
||||
", selected": ", valitud",
|
||||
"captions settings": "pealdiste sätted",
|
||||
"subtitles settings": "subtiitrite sätted",
|
||||
"descriptions settings": "kirjelduste sätted",
|
||||
"Text": "Tekst",
|
||||
"White": "Valge",
|
||||
"Black": "Must",
|
||||
"Red": "Punane",
|
||||
"Green": "Roheline",
|
||||
"Blue": "Sinine",
|
||||
"Yellow": "Kollane",
|
||||
"Magenta": "Magneta",
|
||||
"Cyan": "Tsüaan",
|
||||
"Background": "Taust",
|
||||
"Window": "Aken",
|
||||
"Transparent": "Läbipaistev",
|
||||
"Semi-Transparent": "Poolläbipaistev",
|
||||
"Opaque": "Läbipaistmatu",
|
||||
"Font Size": "Fondi suurus",
|
||||
"Text Edge Style": "Tekstiserva stiil",
|
||||
"None": "Puudub",
|
||||
"Raised": "Kõrgem",
|
||||
"Depressed": "Madalam",
|
||||
"Uniform": "Ühtlane",
|
||||
"Dropshadow": "Langeva varjuga",
|
||||
"Font Family": "Fondipere",
|
||||
"Proportional Sans-Serif": "Seriifideta proportsionaalkiri",
|
||||
"Monospace Sans-Serif": "Seriifideta püsisammkiri",
|
||||
"Proportional Serif": "Seriifidega proportsionaalkiri",
|
||||
"Monospace Serif": "Seriifidega püsisammkiri",
|
||||
"Casual": "Sidumata kiri",
|
||||
"Script": "Käsikirjaline kiri",
|
||||
"Small Caps": "Kapiteelkiri",
|
||||
"Reset": "Lähtesta",
|
||||
"restore all settings to the default values": "taasta kõigi sätete vaikeväärtused",
|
||||
"Done": "Valmis",
|
||||
"Caption Settings Dialog": "Pealdiste sätete dialoog",
|
||||
"Beginning of dialog window. Escape will cancel and close the window.": "Dialoogiakna algus. Paoklahv loobub aknast ja suleb selle.",
|
||||
"End of dialog window.": "Dialoogiakna lõpp.",
|
||||
"{1} is loading.": "{1} laadimisel.",
|
||||
"Exit Picture-in-Picture": "Välju funktsioonist pilt pildis",
|
||||
"Picture-in-Picture": "Pilt pildis"
|
||||
});
|
89
media/player/videojs/videojs/lang/et.json
Normal file
89
media/player/videojs/videojs/lang/et.json
Normal file
@ -0,0 +1,89 @@
|
||||
{
|
||||
"Audio Player": "Heliesitaja",
|
||||
"Video Player": "Videoesitaja",
|
||||
"Play": "Esita",
|
||||
"Pause": "Paus",
|
||||
"Replay": "Esita uuesti",
|
||||
"Current Time": "Praegune aeg",
|
||||
"Duration": "Kestus",
|
||||
"Remaining Time": "Järelejäänud aeg",
|
||||
"Stream Type": "Voo tüüp",
|
||||
"LIVE": "OTSE",
|
||||
"Seek to live, currently behind live": "Mine üle otseedastusle, praegu reaalajast taga",
|
||||
"Seek to live, currently playing live": "Mine üle otseedastusle, praegu reaalajas ",
|
||||
"Loaded": "Laaditud",
|
||||
"Progress": "Edenemine",
|
||||
"Progress Bar": "Edenemisriba ",
|
||||
"progress bar timing: currentTime={1} duration={2}": "{1} / {2}",
|
||||
"Fullscreen": "Täisekraan",
|
||||
"Non-Fullscreen": "Välju täisekraanist",
|
||||
"Mute": "Vaigista",
|
||||
"Unmute": "Lõpeta vaigistus",
|
||||
"Playback Rate": "Taasesituse kiirus",
|
||||
"Subtitles": "Subtiitrid",
|
||||
"subtitles off": "subtiitrid väljas",
|
||||
"Captions": "Pealdised",
|
||||
"captions off": "pealdised väljas",
|
||||
"Chapters": "Peatükid",
|
||||
"Descriptions": "Kirjeldused",
|
||||
"descriptions off": "kirjeldused väljas",
|
||||
"Audio Track": "Helirada",
|
||||
"Volume Level": "Helitugevuse tase",
|
||||
"You aborted the media playback": "Katkestasid taasesituse",
|
||||
"A network error caused the media download to fail part-way.": "Võrguvea tõttu nurjus meediumifaili allalaadimine poole pealt.",
|
||||
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Seda meediumifaili ei õnnestunud laadida, kuna serveris või võrgus esines tõrge või kuna vormingut ei toetata.",
|
||||
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Meediumifaili taasesitamine katkestati, kuna fail on rikutud või see kasutab funktsiooni, mida sinu brauser ei toeta.",
|
||||
"No compatible source was found for this media.": "Ei leitud selle meediumifailiga ühilduvat allikat.",
|
||||
"The media is encrypted and we do not have the keys to decrypt it.": "See meediumifail on krüpteeritud ja meil pole dekrüpteerimiseks vajalikku võtit.",
|
||||
"Play Video": "Esita video",
|
||||
"Close": "Sule",
|
||||
"Close Modal Dialog": "Sule modaaldialoog",
|
||||
"Modal Window": "Modaalaken",
|
||||
"This is a modal window": "See on modaalaken",
|
||||
"This modal can be closed by pressing the Escape key or activating the close button.": "Saad selle modaalelemendi sulgeda, vajutades paoklahvi või tehes sulgemisnupu aktiivseks.",
|
||||
", opens captions settings dialog": ", avab pealdiste sätete dialoogi",
|
||||
", opens subtitles settings dialog": ", avab subtiitrite sätete dialoogi",
|
||||
", opens descriptions settings dialog": ", avab kirjelduste sätete dialoogi",
|
||||
", selected": ", valitud",
|
||||
"captions settings": "pealdiste sätted",
|
||||
"subtitles settings": "subtiitrite sätted",
|
||||
"descriptions settings": "kirjelduste sätted",
|
||||
"Text": "Tekst",
|
||||
"White": "Valge",
|
||||
"Black": "Must",
|
||||
"Red": "Punane",
|
||||
"Green": "Roheline",
|
||||
"Blue": "Sinine",
|
||||
"Yellow": "Kollane",
|
||||
"Magenta": "Magneta",
|
||||
"Cyan": "Tsüaan",
|
||||
"Background": "Taust",
|
||||
"Window": "Aken",
|
||||
"Transparent": "Läbipaistev",
|
||||
"Semi-Transparent": "Poolläbipaistev",
|
||||
"Opaque": "Läbipaistmatu",
|
||||
"Font Size": "Fondi suurus",
|
||||
"Text Edge Style": "Tekstiserva stiil",
|
||||
"None": "Puudub",
|
||||
"Raised": "Kõrgem",
|
||||
"Depressed": "Madalam",
|
||||
"Uniform": "Ühtlane",
|
||||
"Dropshadow": "Langeva varjuga",
|
||||
"Font Family": "Fondipere",
|
||||
"Proportional Sans-Serif": "Seriifideta proportsionaalkiri",
|
||||
"Monospace Sans-Serif": "Seriifideta püsisammkiri",
|
||||
"Proportional Serif": "Seriifidega proportsionaalkiri",
|
||||
"Monospace Serif": "Seriifidega püsisammkiri",
|
||||
"Casual": "Sidumata kiri",
|
||||
"Script": "Käsikirjaline kiri",
|
||||
"Small Caps": "Kapiteelkiri",
|
||||
"Reset": "Lähtesta",
|
||||
"restore all settings to the default values": "taasta kõigi sätete vaikeväärtused",
|
||||
"Done": "Valmis",
|
||||
"Caption Settings Dialog": "Pealdiste sätete dialoog",
|
||||
"Beginning of dialog window. Escape will cancel and close the window.": "Dialoogiakna algus. Paoklahv loobub aknast ja suleb selle.",
|
||||
"End of dialog window.": "Dialoogiakna lõpp.",
|
||||
"{1} is loading.": "{1} laadimisel.",
|
||||
"Exit Picture-in-Picture": "Välju funktsioonist pilt pildis",
|
||||
"Picture-in-Picture": "Pilt pildis"
|
||||
}
|
89
media/player/videojs/videojs/lang/eu.js
Normal file
89
media/player/videojs/videojs/lang/eu.js
Normal file
@ -0,0 +1,89 @@
|
||||
videojs.addLanguage('eu', {
|
||||
"Audio Player": "Audio jogailua",
|
||||
"Video Player": "Bideo jogailua",
|
||||
"Play": "Hasi",
|
||||
"Pause": "Gelditu",
|
||||
"Replay": "Berriz hasi",
|
||||
"Current Time": "Uneko denbora",
|
||||
"Duration": "Iraupena",
|
||||
"Remaining Time": "Gelditzen den denbora",
|
||||
"Stream Type": "Jario mota",
|
||||
"LIVE": "ZUZENEAN",
|
||||
"Seek to live, currently behind live": "Zuzenekora joan, orain zuzenekoaren atzetik",
|
||||
"Seek to live, currently playing live": "Zuzenekora joan, orain zuzenean ari da",
|
||||
"Loaded": "Kargatuta",
|
||||
"Progress": "Aurrerapena",
|
||||
"Progress Bar": "Aurrerapen barra",
|
||||
"progress bar timing: currentTime={1} duration={2}": "{1} / {2}",
|
||||
"Fullscreen": "Pantaila osoa",
|
||||
"Non-Fullscreen": "Irten pantaila osotik",
|
||||
"Mute": "Ixildu",
|
||||
"Unmute": "Soinua jarri",
|
||||
"Playback Rate": "Abiadura",
|
||||
"Subtitles": "Azpitituluak",
|
||||
"subtitles off": "azpitituluak kenduta",
|
||||
"Captions": "Oharrak",
|
||||
"captions off": "oharrak kenduta",
|
||||
"Chapters": "Kapituluak",
|
||||
"Descriptions": "Deskribapenak",
|
||||
"descriptions off": "deskribapenak kenduta",
|
||||
"Audio Track": "Audio pista",
|
||||
"Volume Level": "Bolumen maila",
|
||||
"You aborted the media playback": "Bertan behera utzi duzu",
|
||||
"A network error caused the media download to fail part-way.": "Sare errore batek deskargak huts egitea eragin du.",
|
||||
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Media ezin izan da kargatu, zerbitzariak edo sareak huts egin duelako edo formatu horretako media erabili ezin delako.",
|
||||
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Bertan behera gelditu da fitxategia ondo ez dagoelako edo zure nabigatzailean erabili ezin diren ezaugarriak dituelako.",
|
||||
"No compatible source was found for this media.": "Ez dago media honentzako iturburu bateragarririk.",
|
||||
"The media is encrypted and we do not have the keys to decrypt it.": "Media zifratuta dago eta ez ditugu beharrezko gakoak.",
|
||||
"Play Video": "Bideoa hasi",
|
||||
"Close": "Itxi",
|
||||
"Close Modal Dialog": "Leihoa itxi",
|
||||
"Modal Window": "Leihoa",
|
||||
"This is a modal window": "Hau leiho modal bat da",
|
||||
"This modal can be closed by pressing the Escape key or activating the close button.": "Leiho modal hau zure teklatuko Escape tekla sakatuz edo ixteko botoia sakatuz itxi daiteke.",
|
||||
", opens captions settings dialog": ", oharren ezarpenen leihoa irekitzen du",
|
||||
", opens subtitles settings dialog": ", azpitituluen ezarpenen leihoa irekitzen du",
|
||||
", opens descriptions settings dialog": ", deskribapenen ezarpenen leihoa irekitzen du",
|
||||
", selected": ", aukeratuta",
|
||||
"captions settings": "oharren ezarpenak",
|
||||
"subtitles settings": "azpitituluen ezarpenak",
|
||||
"descriptions settings": "deskribapenen ezarpenak",
|
||||
"Text": "Testua",
|
||||
"White": "Zuria",
|
||||
"Black": "Beltza",
|
||||
"Red": "Gorria",
|
||||
"Green": "Berdea",
|
||||
"Blue": "Urdina",
|
||||
"Yellow": "Horia",
|
||||
"Magenta": "Magenta",
|
||||
"Cyan": "Cyan (urdina)",
|
||||
"Background": "Atzeko planoa",
|
||||
"Window": "Leihoa",
|
||||
"Transparent": "Gardena",
|
||||
"Semi-Transparent": "Erdi-gardena",
|
||||
"Opaque": "Opaku",
|
||||
"Font Size": "Letra-tamaina",
|
||||
"Text Edge Style": "Tesuaren etzen estiloa",
|
||||
"None": "Bat ere ez",
|
||||
"Raised": "Jasoa",
|
||||
"Depressed": "Hondoratua",
|
||||
"Uniform": "Uniformea",
|
||||
"Dropshadow": "Itzalduna",
|
||||
"Font Family": "Letra-tipoa",
|
||||
"Proportional Sans-Serif": "Sans-Serif proportzionala",
|
||||
"Monospace Sans-Serif": "Tarte berdineko Sans-Serif",
|
||||
"Proportional Serif": "Serif proporzionala",
|
||||
"Monospace Serif": "Tarte berdineko Serif",
|
||||
"Casual": "Informala",
|
||||
"Script": "Eskuz idatzitakoa",
|
||||
"Small Caps": "letra xeheak",
|
||||
"Reset": "Berrezarri",
|
||||
"restore all settings to the default values": "berrezarri ezarpen guztiak defektuzko balioetara",
|
||||
"Done": "Eginda",
|
||||
"Caption Settings Dialog": "Oharren ezarpenen leihoa",
|
||||
"Beginning of dialog window. Escape will cancel and close the window.": "Leihoaren hasiera. Escapeta teklak leihoa itxi egingo du.",
|
||||
"End of dialog window.": "Leihoaren amaiera.",
|
||||
"{1} is loading.": "{1} kargatzen ari da.",
|
||||
"Exit Picture-in-Picture": "Irten irudiz-irudiztik",
|
||||
"Picture-in-Picture": "Irudiz-irudi"
|
||||
});
|
89
media/player/videojs/videojs/lang/eu.json
Normal file
89
media/player/videojs/videojs/lang/eu.json
Normal file
@ -0,0 +1,89 @@
|
||||
{
|
||||
"Audio Player": "Audio jogailua",
|
||||
"Video Player": "Bideo jogailua",
|
||||
"Play": "Hasi",
|
||||
"Pause": "Gelditu",
|
||||
"Replay": "Berriz hasi",
|
||||
"Current Time": "Uneko denbora",
|
||||
"Duration": "Iraupena",
|
||||
"Remaining Time": "Gelditzen den denbora",
|
||||
"Stream Type": "Jario mota",
|
||||
"LIVE": "ZUZENEAN",
|
||||
"Seek to live, currently behind live": "Zuzenekora joan, orain zuzenekoaren atzetik",
|
||||
"Seek to live, currently playing live": "Zuzenekora joan, orain zuzenean ari da",
|
||||
"Loaded": "Kargatuta",
|
||||
"Progress": "Aurrerapena",
|
||||
"Progress Bar": "Aurrerapen barra",
|
||||
"progress bar timing: currentTime={1} duration={2}": "{1} / {2}",
|
||||
"Fullscreen": "Pantaila osoa",
|
||||
"Non-Fullscreen": "Irten pantaila osotik",
|
||||
"Mute": "Ixildu",
|
||||
"Unmute": "Soinua jarri",
|
||||
"Playback Rate": "Abiadura",
|
||||
"Subtitles": "Azpitituluak",
|
||||
"subtitles off": "azpitituluak kenduta",
|
||||
"Captions": "Oharrak",
|
||||
"captions off": "oharrak kenduta",
|
||||
"Chapters": "Kapituluak",
|
||||
"Descriptions": "Deskribapenak",
|
||||
"descriptions off": "deskribapenak kenduta",
|
||||
"Audio Track": "Audio pista",
|
||||
"Volume Level": "Bolumen maila",
|
||||
"You aborted the media playback": "Bertan behera utzi duzu",
|
||||
"A network error caused the media download to fail part-way.": "Sare errore batek deskargak huts egitea eragin du.",
|
||||
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Media ezin izan da kargatu, zerbitzariak edo sareak huts egin duelako edo formatu horretako media erabili ezin delako.",
|
||||
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Bertan behera gelditu da fitxategia ondo ez dagoelako edo zure nabigatzailean erabili ezin diren ezaugarriak dituelako.",
|
||||
"No compatible source was found for this media.": "Ez dago media honentzako iturburu bateragarririk.",
|
||||
"The media is encrypted and we do not have the keys to decrypt it.": "Media zifratuta dago eta ez ditugu beharrezko gakoak.",
|
||||
"Play Video": "Bideoa hasi",
|
||||
"Close": "Itxi",
|
||||
"Close Modal Dialog": "Leihoa itxi",
|
||||
"Modal Window": "Leihoa",
|
||||
"This is a modal window": "Hau leiho modal bat da",
|
||||
"This modal can be closed by pressing the Escape key or activating the close button.": "Leiho modal hau zure teklatuko Escape tekla sakatuz edo ixteko botoia sakatuz itxi daiteke.",
|
||||
", opens captions settings dialog": ", oharren ezarpenen leihoa irekitzen du",
|
||||
", opens subtitles settings dialog": ", azpitituluen ezarpenen leihoa irekitzen du",
|
||||
", opens descriptions settings dialog": ", deskribapenen ezarpenen leihoa irekitzen du",
|
||||
", selected": ", aukeratuta",
|
||||
"captions settings": "oharren ezarpenak",
|
||||
"subtitles settings": "azpitituluen ezarpenak",
|
||||
"descriptions settings": "deskribapenen ezarpenak",
|
||||
"Text": "Testua",
|
||||
"White": "Zuria",
|
||||
"Black": "Beltza",
|
||||
"Red": "Gorria",
|
||||
"Green": "Berdea",
|
||||
"Blue": "Urdina",
|
||||
"Yellow": "Horia",
|
||||
"Magenta": "Magenta",
|
||||
"Cyan": "Cyan (urdina)",
|
||||
"Background": "Atzeko planoa",
|
||||
"Window": "Leihoa",
|
||||
"Transparent": "Gardena",
|
||||
"Semi-Transparent": "Erdi-gardena",
|
||||
"Opaque": "Opaku",
|
||||
"Font Size": "Letra-tamaina",
|
||||
"Text Edge Style": "Tesuaren etzen estiloa",
|
||||
"None": "Bat ere ez",
|
||||
"Raised": "Jasoa",
|
||||
"Depressed": "Hondoratua",
|
||||
"Uniform": "Uniformea",
|
||||
"Dropshadow": "Itzalduna",
|
||||
"Font Family": "Letra-tipoa",
|
||||
"Proportional Sans-Serif": "Sans-Serif proportzionala",
|
||||
"Monospace Sans-Serif": "Tarte berdineko Sans-Serif",
|
||||
"Proportional Serif": "Serif proporzionala",
|
||||
"Monospace Serif": "Tarte berdineko Serif",
|
||||
"Casual": "Informala",
|
||||
"Script": "Eskuz idatzitakoa",
|
||||
"Small Caps": "letra xeheak",
|
||||
"Reset": "Berrezarri",
|
||||
"restore all settings to the default values": "berrezarri ezarpen guztiak defektuzko balioetara",
|
||||
"Done": "Eginda",
|
||||
"Caption Settings Dialog": "Oharren ezarpenen leihoa",
|
||||
"Beginning of dialog window. Escape will cancel and close the window.": "Leihoaren hasiera. Escapeta teklak leihoa itxi egingo du.",
|
||||
"End of dialog window.": "Leihoaren amaiera.",
|
||||
"{1} is loading.": "{1} kargatzen ari da.",
|
||||
"Exit Picture-in-Picture": "Irten irudiz-irudiztik",
|
||||
"Picture-in-Picture": "Irudiz-irudi"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user