Merge branch 'MDL-79670-main' of https://github.com/mihailges/moodle

This commit is contained in:
Ilya Tregubov 2024-03-12 10:22:54 +08:00
commit 0f5ebdd6ab
83 changed files with 6095 additions and 1094 deletions

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 one or more lines are too long

2
media/player/videojs/fonts/VideoJS.svg Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMid meet">
<svg xmlns="http://www.w3.org/2000/svg">
<defs>
<font id="VideoJS" horiz-adv-x="1792">
<font-face font-family="VideoJS"

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

0
media/player/videojs/fonts/VideoJS.ttf Normal file → Executable file
View File

0
media/player/videojs/fonts/VideoJS.woff Normal file → Executable file
View File

View File

@ -1,4 +1,4 @@
VideoJS 8.3.0
VideoJS 8.10.0
--------------
https://github.com/videojs/video.js
@ -16,7 +16,7 @@ Instructions to import VideoJS player into Moodle:
6. copy 'lang/' into 'videojs/' subfolder (so the result will be media/player/videojs/videojs/lang).
Import plugins:
YouTube Playback Technology for VideoJS 3.0.0
YouTube Playback Technology for VideoJS 3.0.1
---------------------------------------------
https://github.com/videojs/videojs-youtube

View File

@ -1,5 +1,21 @@
/* stylelint-disable */
@charset "UTF-8";
.vjs-svg-icon {
display: inline-block;
background-repeat: no-repeat;
background-position: center;
fill: currentColor;
height: 1.8em;
width: 1.8em;
}
.vjs-svg-icon:before {
content: none !important;
}
.vjs-svg-icon:hover,
.vjs-control:focus .vjs-svg-icon {
filter: drop-shadow(0 0 0.25em #fff);
}
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
position: absolute;
top: 0;
@ -559,6 +575,7 @@ body.vjs-pip-window .video-js {
width: 100% !important;
height: 100% !important;
padding-top: 0 !important;
display: block;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
@ -642,6 +659,16 @@ body.vjs-pip-window .video-js {
border-radius: 0.3em;
transition: all 0.4s;
}
.vjs-big-play-button .vjs-svg-icon {
width: 1em;
height: 1em;
position: absolute;
top: 50%;
left: 50%;
line-height: 1;
transform: translate(-50%, -50%);
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
border-color: #fff;
@ -657,7 +684,7 @@ body.vjs-pip-window .video-js {
display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking, .vjs-scrubbing, .vjs-error) .vjs-big-play-button {
display: block;
}
@ -735,6 +762,8 @@ body.vjs-pip-window .video-js {
}
.vjs-menu li {
display: flex;
justify-content: center;
list-style: none;
margin: 0;
padding: 0.2em 0;
@ -758,6 +787,12 @@ body.vjs-pip-window .video-js {
background-color: #fff;
color: #2B333F;
}
.vjs-menu li.vjs-selected .vjs-svg-icon,
.vjs-menu li.vjs-selected:focus .vjs-svg-icon,
.vjs-menu li.vjs-selected:hover .vjs-svg-icon,
.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon {
fill: #000000;
}
.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
@ -877,6 +912,10 @@ body.vjs-pip-window .video-js {
background-color: rgba(43, 51, 63, 0.7);
}
.video-js:not(.vjs-controls-disabled, .vjs-using-native-controls, .vjs-error) .vjs-control-bar.vjs-lock-showing {
display: flex !important;
}
.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
display: flex;
@ -930,6 +969,10 @@ body.vjs-pip-window .video-js {
display: block;
}
.vjs-button > .vjs-svg-icon {
display: inline-block;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
@ -1012,6 +1055,21 @@ body.vjs-pip-window .video-js {
z-index: 1;
}
.vjs-svg-icons-enabled .vjs-play-progress:before {
content: none !important;
}
.vjs-play-progress .vjs-svg-icon {
position: absolute;
top: -0.35em;
right: -0.4em;
width: 0.9em;
height: 0.9em;
pointer-events: none;
line-height: 0.15em;
z-index: 1;
}
.video-js .vjs-load-progress {
background: rgba(115, 133, 159, 0.5);
}
@ -1083,13 +1141,10 @@ body.vjs-pip-window .video-js {
margin: 0 0.45em 0 0.45em;
/* iOS Safari */
-webkit-touch-callout: none;
/* Safari */
/* Safari, and Chrome 53 */
-webkit-user-select: none;
/* Konqueror HTML */
/* Firefox */
-moz-user-select: none;
/* Internet Explorer/Edge */
/* Non-prefixed version, currently supported by Chrome and Opera */
-moz-user-select: none;
user-select: none;
background-color: #73859f;
background-color: rgba(115, 133, 159, 0.5);
@ -1203,6 +1258,18 @@ body.vjs-pip-window .video-js {
z-index: 1;
}
.vjs-svg-icons-enabled .vjs-volume-level:before {
content: none;
}
.vjs-volume-level .vjs-svg-icon {
position: absolute;
width: 0.9em;
height: 0.9em;
pointer-events: none;
z-index: 1;
}
.vjs-slider-horizontal .vjs-volume-level {
height: 0.3em;
}
@ -1211,6 +1278,16 @@ body.vjs-pip-window .video-js {
right: -0.5em;
}
.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon {
right: -0.3em;
transform: translateY(-50%);
}
.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon {
top: -0.55em;
transform: translateX(-50%);
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
width: 4em;
}
@ -1371,10 +1448,25 @@ body.vjs-pip-window .video-js {
color: #888;
}
.vjs-svg-icons-enabled .vjs-seek-to-live-control {
line-height: 0;
}
.vjs-seek-to-live-control .vjs-svg-icon {
width: 1em;
height: 1em;
pointer-events: none;
fill: #888888;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
color: red;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon {
fill: red;
}
.video-js .vjs-time-control {
flex: none;
font-size: 1em;
@ -1414,6 +1506,10 @@ body.vjs-pip-window .video-js {
pointer-events: none;
}
.vjs-error .vjs-text-track-display {
display: none;
}
.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
bottom: 1em;
@ -1490,50 +1586,39 @@ video::-webkit-media-text-track-display {
text-align: center;
}
.vjs-error .vjs-error-display:before {
color: #fff;
content: "X";
font-family: Arial, Helvetica, sans-serif;
font-size: 4em;
left: 0;
line-height: 1;
margin-top: -0.5em;
position: absolute;
text-shadow: 0.05em 0.05em 0.1em #000;
text-align: center;
top: 50%;
vertical-align: middle;
width: 100%;
}
.vjs-loading-spinner {
display: none;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
transform: translate(-50%, -50%);
opacity: 0.85;
text-align: left;
border: 6px solid rgba(43, 51, 63, 0.7);
border: 0.6em solid rgba(43, 51, 63, 0.7);
box-sizing: border-box;
background-clip: padding-box;
width: 50px;
height: 50px;
border-radius: 25px;
width: 5em;
height: 5em;
border-radius: 50%;
visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
display: block;
display: flex;
justify-content: center;
align-items: center;
animation: vjs-spinner-show 0s linear 0.3s forwards;
}
.vjs-error .vjs-loading-spinner {
display: none;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
content: "";
position: absolute;
margin: -6px;
box-sizing: inherit;
width: inherit;
height: inherit;
@ -1601,6 +1686,11 @@ video::-webkit-media-text-track-display {
display: none;
}
.vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-svg-icon {
width: 1.5em;
height: 1.5em;
}
.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;
@ -1618,12 +1708,14 @@ video::-webkit-media-text-track-display {
display: none;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder,
.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;
margin-bottom: -0.1em;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
font-family: VideoJS;
content: " \f12e";
@ -1668,6 +1760,10 @@ video::-webkit-media-text-track-display {
height: 70%;
}
.vjs-error .vjs-text-track-settings {
display: none;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
display: table;
}
@ -1702,6 +1798,10 @@ video::-webkit-media-text-track-display {
grid-template-columns: 1fr;
}
}
.vjs-text-track-settings select {
font-size: inherit;
}
.vjs-track-setting > select {
margin-right: 1em;
margin-bottom: 0.5em;
@ -1714,7 +1814,7 @@ video::-webkit-media-text-track-display {
.vjs-text-track-settings fieldset span {
display: inline-block;
padding: 0 6px 8px;
padding: 0 0.6em 0.8em;
}
.vjs-text-track-settings fieldset span > select {
@ -1724,17 +1824,11 @@ video::-webkit-media-text-track-display {
.vjs-text-track-settings legend {
color: #fff;
font-weight: bold;
font-size: 14px;
font-size: 1.2em;
}
.vjs-text-track-settings .vjs-label {
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
margin: 0 5px 5px 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
margin: 0 0.5em 0.5em 0;
}
.vjs-track-settings-controls button:focus,
@ -1773,6 +1867,10 @@ video::-webkit-media-text-track-display {
width: 100%;
}
.vjs-error .vjs-title-bar {
display: none;
}
.vjs-title-bar-title,
.vjs-title-bar-description {
margin: 0;

View File

@ -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>8.3.0</version>
<version>8.10.0</version>
<license>Apache</license>
<licenseversion>2.0</licenseversion>
<repository>https://github.com/videojs/video.js</repository>
@ -17,7 +17,7 @@
<location>amd/src/Youtube-lazy.js</location>
<name>videojs-youtube</name>
<description>YouTube Playback Technology for Video.js.</description>
<version>3.0.0</version>
<version>3.0.1</version>
<license>MIT</license>
<repository>https://github.com/videojs/videojs-youtube</repository>
<copyrights>
@ -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>8.3.0</version>
<version>8.10.0</version>
<license>Apache</license>
<licenseversion>2.0</licenseversion>
<repository>https://github.com/videojs/video.js</repository>

View File

@ -68,7 +68,7 @@ videojs.addLanguage('ar', {
"Raised": "بارز",
"Depressed": "منخفض",
"Uniform": "منتظم",
"Dropshadow": "ظل خلفي",
"Drop shadow": "ظل خلفي",
"Font Family": "عائلة الخطوط",
"Proportional Sans-Serif": "Proportional Sans-Serif",
"Monospace Sans-Serif": "Monospace Sans-Serif",

View File

@ -68,7 +68,7 @@
"Raised": "بارز",
"Depressed": "منخفض",
"Uniform": "منتظم",
"Dropshadow": "ظل خلفي",
"Drop shadow": "ظل خلفي",
"Font Family": "عائلة الخطوط",
"Proportional Sans-Serif": "Proportional Sans-Serif",
"Monospace Sans-Serif": "Monospace Sans-Serif",

View File

@ -0,0 +1,97 @@
videojs.addLanguage('az', {
"Audio Player": "Audiopleyer",
"Video Player": "Videopleyer",
"Play": "Oynat",
"Pause": "Pauza",
"Replay": "Yenidən oynat",
"Current Time": "Cari Vaxt",
"Duration": "Müddət",
"Remaining Time": "Qalan vaxt",
"Stream Type": "Yayım növü",
"LIVE": "CANLI",
"Seek to live, currently behind live": "Canlı yayım axtarışı, hal-hazırda canlı yayımdan geridədir",
"Seek to live, currently playing live": "Canlı yayım axtarışı, hal-hazırda canlı yayım göstərilir",
"Loaded": "Yükləndi",
"Progress": "Yüklənmə",
"Progress Bar": "Yüklənmə göstəricisi",
"progress bar timing: currentTime={1} duration={2}": "{1} / {2}",
"Fullscreen": "Tam ekran",
"Exit Fullscreen": "Tam ekrandan çıx",
"Mute": "Səssizi qoş",
"Unmute": "Səssizi söndür",
"Playback Rate": "Oynatma sürəti",
"Subtitles": "Alt yazılar",
"subtitles off": "Alt yazıları söndür",
"Captions": "Başlıqlar",
"captions off": "Başlıqları söndür",
"Chapters": "Fəsillər",
"Descriptions": "Təsvirlər",
"descriptions off": "Təsvirləri söndür",
"Audio Track": "Audio Trek",
"Volume Level": "Səs Səviyyəsi",
"You aborted the media playback": "Siz medianın oxudulmasını dayandırdınız",
"A network error caused the media download to fail part-way.": "Şəbəkə xətası səbəbindən medianın endirilməsi yarıda qaldı.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Yükləmə xətası.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Media faylının korlanması səbəbilə və ya media faylın brauzerinizin dəstəkləmədiyi funksiyalardan istifadə etdiyinə görə medianın oxudulması dayandırılıb.",
"No compatible source was found for this media.": "Bu media üçün uyğun mənbə tapılmadı.",
"The media is encrypted and we do not have the keys to decrypt it.": "Media faylı şifrələnib və onun şifrəsini açmaq üçün açarlar yoxdur.",
"Play Video": "Videonu oynat",
"Close": "Bağla",
"Close Modal Dialog": "Modal dialoqunu bağla",
"Modal Window": "Modal pəncərəsi",
"This is a modal window": "Bu modal pəncərəsidir",
"This modal can be closed by pressing the Escape key or activating the close button.": "Bu modal Escape düyməsini basmaqla və ya bağlama düyməsini sıxmaqla bağlana bilər.",
", opens captions settings dialog": ", başlıq parametrləri dialoqunu açır",
", opens subtitles settings dialog": ", altyazı parametrləri dialoqunu açır",
", opens descriptions settings dialog": ", təsvir parametrləri dialoqunu açır",
", selected": ", seçilmiş",
"captions settings": "başlıq parametrləri",
"subtitles settings": "altyazı parametrləri",
"descriptions settings": "təsvir parametrləri",
"Text": "Tekst",
"White": "Ağ",
"Black": "Qara",
"Red": "Qırmızı",
"Green": "Yaşıl",
"Blue": "Göy",
"Yellow": "Sarı",
"Magenta": "Bənövşəyi",
"Cyan": "Mavi",
"Background": "Fon",
"Window": "Pəncərə",
"Transparent": "Şəffaf",
"Semi-Transparent": "Yarım-Şəffaf",
"Opaque": "Qeyri-şəffaf",
"Font Size": "Şrift Ölçüsü",
"Text Edge Style": "Mətnin kənarlarının üslubu",
"None": "Heç biri",
"Raised": "Artırılmış",
"Depressed": "Azaldılmış",
"Uniform": "Ümumiləşdirilmiş",
"Drop shadow": "Arxa kölgə",
"Font Family": "Şrift Ailəsi",
"Proportional Sans-Serif": "Proporsional Sans-Serif",
"Monospace Sans-Serif": "Birenli Sans-Serif",
"Proportional Serif": "Proporsional Serif",
"Monospace Serif": "Birenli Serif",
"Casual": "Gündəlik",
"Script": "Skript",
"Small Caps": "Kiçik böyük hərflər",
"Reset": "Sıfırla",
"restore all settings to the default values": "bütün parametrləri susmaya görə bərpa edin",
"Done": "Bitdi",
"Caption Settings Dialog": "Başlıq Parametrləri Dialoqu",
"Beginning of dialog window. Escape will cancel and close the window.": "Dialoq pəncərəsinin başlanğıcı. Escape düyməsi ləğv edəcək və pəncərəni bağlayacaq.",
"End of dialog window.": "Dialoq pəncərəsinin sonu.",
"{1} is loading.": "{1} yüklənir.",
"Exit Picture-in-Picture": "Şəkil içində şəkil rejimindən çıxın",
"Picture-in-Picture": "Şəkil içində şəkil rejimi",
"No content": "Məzmun yoxdur",
"Color": "Rəng",
"Opacity": "Qeyri-şəffaflıq",
"Text Background": "Tekst Fonu",
"Caption Area Background": "Başlıq Sahəsinin Fonu",
"Playing in Picture-in-Picture": "Şəkil içində şəkil rejimində oynayır",
"Skip backward {1} seconds": "{1} saniyə geriyə keçin",
"Skip forward {1} seconds": "{1} saniyə qabağa keçin"
});

View File

@ -0,0 +1,97 @@
{
"Audio Player": "Audiopleyer",
"Video Player": "Videopleyer",
"Play": "Oynat",
"Pause": "Pauza",
"Replay": "Yenidən oynat",
"Current Time": "Cari Vaxt",
"Duration": "Müddət",
"Remaining Time": "Qalan vaxt",
"Stream Type": "Yayım növü",
"LIVE": "CANLI",
"Seek to live, currently behind live": "Canlı yayım axtarışı, hal-hazırda canlı yayımdan geridədir",
"Seek to live, currently playing live": "Canlı yayım axtarışı, hal-hazırda canlı yayım göstərilir",
"Loaded": "Yükləndi",
"Progress": "Yüklənmə",
"Progress Bar": "Yüklənmə göstəricisi",
"progress bar timing: currentTime={1} duration={2}": "{1} / {2}",
"Fullscreen": "Tam ekran",
"Exit Fullscreen": "Tam ekrandan çıx",
"Mute": "Səssizi qoş",
"Unmute": "Səssizi söndür",
"Playback Rate": "Oynatma sürəti",
"Subtitles": "Alt yazılar",
"subtitles off": "Alt yazıları söndür",
"Captions": "Başlıqlar",
"captions off": "Başlıqları söndür",
"Chapters": "Fəsillər",
"Descriptions": "Təsvirlər",
"descriptions off": "Təsvirləri söndür",
"Audio Track": "Audio Trek",
"Volume Level": "Səs Səviyyəsi",
"You aborted the media playback": "Siz medianın oxudulmasını dayandırdınız",
"A network error caused the media download to fail part-way.": "Şəbəkə xətası səbəbindən medianın endirilməsi yarıda qaldı.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Yükləmə xətası.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Media faylının korlanması səbəbilə və ya media faylın brauzerinizin dəstəkləmədiyi funksiyalardan istifadə etdiyinə görə medianın oxudulması dayandırılıb.",
"No compatible source was found for this media.": "Bu media üçün uyğun mənbə tapılmadı.",
"The media is encrypted and we do not have the keys to decrypt it.": "Media faylı şifrələnib və onun şifrəsini açmaq üçün açarlar yoxdur.",
"Play Video": "Videonu oynat",
"Close": "Bağla",
"Close Modal Dialog": "Modal dialoqunu bağla",
"Modal Window": "Modal pəncərəsi",
"This is a modal window": "Bu modal pəncərəsidir",
"This modal can be closed by pressing the Escape key or activating the close button.": "Bu modal Escape düyməsini basmaqla və ya bağlama düyməsini sıxmaqla bağlana bilər.",
", opens captions settings dialog": ", başlıq parametrləri dialoqunu açır",
", opens subtitles settings dialog": ", altyazı parametrləri dialoqunu açır",
", opens descriptions settings dialog": ", təsvir parametrləri dialoqunu açır",
", selected": ", seçilmiş",
"captions settings": "başlıq parametrləri",
"subtitles settings": "altyazı parametrləri",
"descriptions settings": "təsvir parametrləri",
"Text": "Tekst",
"White": "Ağ",
"Black": "Qara",
"Red": "Qırmızı",
"Green": "Yaşıl",
"Blue": "Göy",
"Yellow": "Sarı",
"Magenta": "Bənövşəyi",
"Cyan": "Mavi",
"Background": "Fon",
"Window": "Pəncərə",
"Transparent": "Şəffaf",
"Semi-Transparent": "Yarım-Şəffaf",
"Opaque": "Qeyri-şəffaf",
"Font Size": "Şrift Ölçüsü",
"Text Edge Style": "Mətnin kənarlarının üslubu",
"None": "Heç biri",
"Raised": "Artırılmış",
"Depressed": "Azaldılmış",
"Uniform": "Ümumiləşdirilmiş",
"Drop shadow": "Arxa kölgə",
"Font Family": "Şrift Ailəsi",
"Proportional Sans-Serif": "Proporsional Sans-Serif",
"Monospace Sans-Serif": "Birenli Sans-Serif",
"Proportional Serif": "Proporsional Serif",
"Monospace Serif": "Birenli Serif",
"Casual": "Gündəlik",
"Script": "Skript",
"Small Caps": "Kiçik böyük hərflər",
"Reset": "Sıfırla",
"restore all settings to the default values": "bütün parametrləri susmaya görə bərpa edin",
"Done": "Bitdi",
"Caption Settings Dialog": "Başlıq Parametrləri Dialoqu",
"Beginning of dialog window. Escape will cancel and close the window.": "Dialoq pəncərəsinin başlanğıcı. Escape düyməsi ləğv edəcək və pəncərəni bağlayacaq.",
"End of dialog window.": "Dialoq pəncərəsinin sonu.",
"{1} is loading.": "{1} yüklənir.",
"Exit Picture-in-Picture": "Şəkil içində şəkil rejimindən çıxın",
"Picture-in-Picture": "Şəkil içində şəkil rejimi",
"No content": "Məzmun yoxdur",
"Color": "Rəng",
"Opacity": "Qeyri-şəffaflıq",
"Text Background": "Tekst Fonu",
"Caption Area Background": "Başlıq Sahəsinin Fonu",
"Playing in Picture-in-Picture": "Şəkil içində şəkil rejimində oynayır",
"Skip backward {1} seconds": "{1} saniyə geriyə keçin",
"Skip forward {1} seconds": "{1} saniyə qabağa keçin"
}

View File

@ -68,7 +68,7 @@ videojs.addLanguage('bn', {
"Raised": "বাড়ানো হয়েছে",
"Depressed": "নামানো হয়েছে",
"Uniform": "ইউনিফর্ম",
"Dropshadow": "ড্রপশ্যাডো",
"Drop shadow": "ড্রপশ্যাডো",
"Font Family": "অক্ষরের পরিবার",
"Proportional Sans-Serif": "সমানুপাতিক সানস-সেরিফ",
"Monospace Sans-Serif": "মনোস্পেস সানস-সেরিফ",

View File

@ -68,7 +68,7 @@
"Raised": "বাড়ানো হয়েছে",
"Depressed": "নামানো হয়েছে",
"Uniform": "ইউনিফর্ম",
"Dropshadow": "ড্রপশ্যাডো",
"Drop shadow": "ড্রপশ্যাডো",
"Font Family": "অক্ষরের পরিবার",
"Proportional Sans-Serif": "সমানুপাতিক সানস-সেরিফ",
"Monospace Sans-Serif": "মনোস্পেস সানস-সেরিফ",

View File

@ -1,26 +1,97 @@
videojs.addLanguage('ca', {
"Play": "Reproducció",
"Audio Player": "Reproductor d'àudio",
"Video Player": "Reproductor de vídeo",
"Play": "Reproduir",
"Pause": "Pausa",
"Current Time": "Temps reproduït",
"Duration": "Durada total",
"Replay": "Repetir",
"Current Time": "Temps actual",
"Duration": "Durada",
"Remaining Time": "Temps restant",
"Stream Type": "Tipus de seqüència",
"Stream Type": "Tipus d'emissió",
"LIVE": "EN DIRECTE",
"Seek to live, currently behind live": "Anar en directe, actualment darrere de la retransmissió en directe",
"Seek to live, currently playing live": "Anar en directe, actualment en directe",
"Loaded": "Carregat",
"Progress": "Progrés",
"Progress Bar": "Barra de progrés",
"progress bar timing: currentTime={1} duration={2}": "{1} de {2}",
"Fullscreen": "Pantalla completa",
"Exit Fullscreen": "Pantalla no completa",
"Mute": "Silencia",
"Unmute": "Amb so",
"Exit Fullscreen": "Sortir de pantalla completa",
"Mute": "Silenciar",
"Unmute": "Activar el so",
"Playback Rate": "Velocitat de reproducció",
"Subtitles": "Subtítols",
"subtitles off": "Subtítols desactivats",
"subtitles off": "Desactivar subtítols",
"Captions": "Llegendes",
"captions off": "Llegendes desactivades",
"captions off": "Desactivar llegendes",
"Chapters": "Capítols",
"You aborted the media playback": "Heu interromput la reproducció del vídeo.",
"A network error caused the media download to fail part-way.": "Un error de la xarxa ha interromput la baixada del vídeo.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "No s'ha pogut carregar el vídeo perquè el servidor o la xarxa han fallat, o bé perquè el seu format no és compatible.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "La reproducció de vídeo s'ha interrumput per un problema de corrupció de dades o bé perquè el vídeo demanava funcions que el vostre navegador no ofereix.",
"No compatible source was found for this media.": "No s'ha trobat cap font compatible amb el vídeo."
"Descriptions": "Descripcions",
"descriptions off": "Desactivar descripcions",
"Audio Track": "Pista d'àudio",
"Volume Level": "Nivell de volum",
"You aborted the media playback": "Has interromput la reproducció del contingut",
"A network error caused the media download to fail part-way.": "Un error de xarxa ha interromput la descàrrega del contingut.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "No s'ha pogut carregar el contingut, ja sigui perquè el servidor o la xarxa han fallat o perquè el format no està suportat.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "La reproducció del contingut s'ha interromput a causa d'un problema de corrupció o perquè el contingut fa servir funcions que el teu navegador no suporta.",
"No compatible source was found for this media.": "No s'ha trobat una font compatible per a aquest contingut.",
"The media is encrypted and we do not have the keys to decrypt it.": "El contingut està xifrat i no disposem de les claus per desxifrar-lo.",
"Play Video": "Reproduir vídeo",
"Close": "Tancar",
"Close Modal Dialog": "Tancar el diàleg modal",
"Modal Window": "Finestra modal",
"This is a modal window": "Aquesta és una finestra modal",
"This modal can be closed by pressing the Escape key or activating the close button.": "Aquesta finestra es pot tancar prement la tecla Escape o activant el botó de tancar.",
", opens captions settings dialog": ", obre el diàleg de configuració de subtítols",
", opens subtitles settings dialog": ", obre el diàleg de configuració de subtítols",
", opens descriptions settings dialog": ", obre el diàleg de configuració de descripcions",
", selected": ", seleccionat",
"captions settings": "configuració de subtítols",
"subtitles settings": "configuració de subtítols",
"descriptions settings": "configuració de descripcions",
"Text": "Text",
"White": "Blanc",
"Black": "Negre",
"Red": "Vermell",
"Green": "Verd",
"Blue": "Blau",
"Yellow": "Groc",
"Magenta": "Magenta",
"Cyan": "Cian",
"Background": "Fons",
"Window": "Finestra",
"Transparent": "Transparent",
"Semi-Transparent": "Semi-transparent",
"Opaque": "Opac",
"Font Size": "Mida de la lletra",
"Text Edge Style": "Estil de la vora del text",
"None": "Cap",
"Raised": "Rellevat",
"Depressed": "Premut",
"Uniform": "Uniforme",
"Drop shadow": "Ombra",
"Font Family": "Família tipogràfica",
"Proportional Sans-Serif": "Sense serif proporcional",
"Monospace Sans-Serif": "Monoespaiada sense serif",
"Proportional Serif": "Serif proporcional",
"Monospace Serif": "Monoespaiada amb serif",
"Casual": "Desenfadada",
"Script": "Script",
"Small Caps": "Minúscules",
"Reset": "Restablir",
"restore all settings to the default values": "restaurar totes les configuracions als valors predeterminats",
"Done": "Fet",
"Caption Settings Dialog": "Diàleg de configuració de subtítols",
"Beginning of dialog window. Escape will cancel and close the window.": "Inici del diàleg. L'Escape cancel·larà i tancarà la finestra.",
"End of dialog window.": "Fi del diàleg.",
"{1} is loading.": "S'està carregant {1}.",
"Exit Picture-in-Picture": "Sortir de la imatge en imatge",
"Picture-in-Picture": "Imatge en imatge",
"No content": "Sense contingut",
"Color": "Color",
"Opacity": "Opacitat",
"Text Background": "Fons del text",
"Caption Area Background": "Fons de l'àrea de subtítols",
"Playing in Picture-in-Picture": "Reproduint en imatge en imatge",
"Skip backward {1} seconds": "Salta enrere {1} segons",
"Skip forward {1} seconds": "Salta endavant {1} segons"
});

View File

@ -1,26 +1,97 @@
{
"Play": "Reproducció",
"Audio Player": "Reproductor d'àudio",
"Video Player": "Reproductor de vídeo",
"Play": "Reproduir",
"Pause": "Pausa",
"Current Time": "Temps reproduït",
"Duration": "Durada total",
"Replay": "Repetir",
"Current Time": "Temps actual",
"Duration": "Durada",
"Remaining Time": "Temps restant",
"Stream Type": "Tipus de seqüència",
"Stream Type": "Tipus d'emissió",
"LIVE": "EN DIRECTE",
"Seek to live, currently behind live": "Anar en directe, actualment darrere de la retransmissió en directe",
"Seek to live, currently playing live": "Anar en directe, actualment en directe",
"Loaded": "Carregat",
"Progress": "Progrés",
"Progress Bar": "Barra de progrés",
"progress bar timing: currentTime={1} duration={2}": "{1} de {2}",
"Fullscreen": "Pantalla completa",
"Exit Fullscreen": "Pantalla no completa",
"Mute": "Silencia",
"Unmute": "Amb so",
"Exit Fullscreen": "Sortir de pantalla completa",
"Mute": "Silenciar",
"Unmute": "Activar el so",
"Playback Rate": "Velocitat de reproducció",
"Subtitles": "Subtítols",
"subtitles off": "Subtítols desactivats",
"subtitles off": "Desactivar subtítols",
"Captions": "Llegendes",
"captions off": "Llegendes desactivades",
"captions off": "Desactivar llegendes",
"Chapters": "Capítols",
"You aborted the media playback": "Heu interromput la reproducció del vídeo.",
"A network error caused the media download to fail part-way.": "Un error de la xarxa ha interromput la baixada del vídeo.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "No s'ha pogut carregar el vídeo perquè el servidor o la xarxa han fallat, o bé perquè el seu format no és compatible.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "La reproducció de vídeo s'ha interrumput per un problema de corrupció de dades o bé perquè el vídeo demanava funcions que el vostre navegador no ofereix.",
"No compatible source was found for this media.": "No s'ha trobat cap font compatible amb el vídeo."
"Descriptions": "Descripcions",
"descriptions off": "Desactivar descripcions",
"Audio Track": "Pista d'àudio",
"Volume Level": "Nivell de volum",
"You aborted the media playback": "Has interromput la reproducció del contingut",
"A network error caused the media download to fail part-way.": "Un error de xarxa ha interromput la descàrrega del contingut.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "No s'ha pogut carregar el contingut, ja sigui perquè el servidor o la xarxa han fallat o perquè el format no està suportat.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "La reproducció del contingut s'ha interromput a causa d'un problema de corrupció o perquè el contingut fa servir funcions que el teu navegador no suporta.",
"No compatible source was found for this media.": "No s'ha trobat una font compatible per a aquest contingut.",
"The media is encrypted and we do not have the keys to decrypt it.": "El contingut està xifrat i no disposem de les claus per desxifrar-lo.",
"Play Video": "Reproduir vídeo",
"Close": "Tancar",
"Close Modal Dialog": "Tancar el diàleg modal",
"Modal Window": "Finestra modal",
"This is a modal window": "Aquesta és una finestra modal",
"This modal can be closed by pressing the Escape key or activating the close button.": "Aquesta finestra es pot tancar prement la tecla Escape o activant el botó de tancar.",
", opens captions settings dialog": ", obre el diàleg de configuració de subtítols",
", opens subtitles settings dialog": ", obre el diàleg de configuració de subtítols",
", opens descriptions settings dialog": ", obre el diàleg de configuració de descripcions",
", selected": ", seleccionat",
"captions settings": "configuració de subtítols",
"subtitles settings": "configuració de subtítols",
"descriptions settings": "configuració de descripcions",
"Text": "Text",
"White": "Blanc",
"Black": "Negre",
"Red": "Vermell",
"Green": "Verd",
"Blue": "Blau",
"Yellow": "Groc",
"Magenta": "Magenta",
"Cyan": "Cian",
"Background": "Fons",
"Window": "Finestra",
"Transparent": "Transparent",
"Semi-Transparent": "Semi-transparent",
"Opaque": "Opac",
"Font Size": "Mida de la lletra",
"Text Edge Style": "Estil de la vora del text",
"None": "Cap",
"Raised": "Rellevat",
"Depressed": "Premut",
"Uniform": "Uniforme",
"Drop shadow": "Ombra",
"Font Family": "Família tipogràfica",
"Proportional Sans-Serif": "Sense serif proporcional",
"Monospace Sans-Serif": "Monoespaiada sense serif",
"Proportional Serif": "Serif proporcional",
"Monospace Serif": "Monoespaiada amb serif",
"Casual": "Desenfadada",
"Script": "Script",
"Small Caps": "Minúscules",
"Reset": "Restablir",
"restore all settings to the default values": "restaurar totes les configuracions als valors predeterminats",
"Done": "Fet",
"Caption Settings Dialog": "Diàleg de configuració de subtítols",
"Beginning of dialog window. Escape will cancel and close the window.": "Inici del diàleg. L'Escape cancel·larà i tancarà la finestra.",
"End of dialog window.": "Fi del diàleg.",
"{1} is loading.": "S'està carregant {1}.",
"Exit Picture-in-Picture": "Sortir de la imatge en imatge",
"Picture-in-Picture": "Imatge en imatge",
"No content": "Sense contingut",
"Color": "Color",
"Opacity": "Opacitat",
"Text Background": "Fons del text",
"Caption Area Background": "Fons de l'àrea de subtítols",
"Playing in Picture-in-Picture": "Reproduint en imatge en imatge",
"Skip backward {1} seconds": "Salta enrere {1} segons",
"Skip forward {1} seconds": "Salta endavant {1} segons"
}

View File

@ -66,7 +66,7 @@ videojs.addLanguage('cs', {
"Raised": "Zvýšený",
"Depressed": "Propadlý",
"Uniform": "Rovnoměrný",
"Dropshadow": "Stínovaný",
"Drop shadow": "Stínovaný",
"Font Family": "Rodina písma",
"Proportional Sans-Serif": "Proporcionální bezpatkové",
"Monospace Sans-Serif": "Monospace bezpatkové",

View File

@ -66,7 +66,7 @@
"Raised": "Zvýšený",
"Depressed": "Propadlý",
"Uniform": "Rovnoměrný",
"Dropshadow": "Stínovaný",
"Drop shadow": "Stínovaný",
"Font Family": "Rodina písma",
"Proportional Sans-Serif": "Proporcionální bezpatkové",
"Monospace Sans-Serif": "Monospace bezpatkové",

View File

@ -66,7 +66,7 @@ videojs.addLanguage('cy', {
"Raised": "Uwch",
"Depressed": "Is",
"Uniform": "Unffurf",
"Dropshadow": "Cysgod cefn",
"Drop shadow": "Cysgod cefn",
"Font Family": "Teulu y Ffont",
"Proportional Sans-Serif": "Heb-Seriff Cyfraneddol",
"Monospace Sans-Serif": "Heb-Seriff Unlled",

View File

@ -66,7 +66,7 @@
"Raised":"Uwch",
"Depressed":"Is",
"Uniform":"Unffurf",
"Dropshadow":"Cysgod cefn",
"Drop shadow":"Cysgod cefn",
"Font Family":"Teulu y Ffont",
"Proportional Sans-Serif":"Heb-Seriff Cyfraneddol",
"Monospace Sans-Serif":"Heb-Seriff Unlled",

View File

@ -61,7 +61,7 @@ videojs.addLanguage('de', {
"Raised": "Erhoben",
"Depressed": "Gedrückt",
"Uniform": "Uniform",
"Dropshadow": "Schlagschatten",
"Drop shadow": "Schlagschatten",
"Font Family": "Schriftfamilie",
"Proportional Sans-Serif": "Proportionale Sans-Serif",
"Monospace Sans-Serif": "Monospace Sans-Serif",

View File

@ -61,7 +61,7 @@
"Raised": "Erhoben",
"Depressed": "Gedrückt",
"Uniform": "Uniform",
"Dropshadow": "Schlagschatten",
"Drop shadow": "Schlagschatten",
"Font Family": "Schriftfamilie",
"Proportional Sans-Serif": "Proportionale Sans-Serif",
"Monospace Sans-Serif": "Monospace Sans-Serif",

View File

@ -68,7 +68,7 @@ videojs.addLanguage('en', {
"Raised": "Raised",
"Depressed": "Depressed",
"Uniform": "Uniform",
"Dropshadow": "Dropshadow",
"Drop shadow": "Drop shadow",
"Font Family": "Font Family",
"Proportional Sans-Serif": "Proportional Sans-Serif",
"Monospace Sans-Serif": "Monospace Sans-Serif",

View File

@ -68,7 +68,7 @@
"Raised": "Raised",
"Depressed": "Depressed",
"Uniform": "Uniform",
"Dropshadow": "Dropshadow",
"Drop shadow": "Drop shadow",
"Font Family": "Font Family",
"Proportional Sans-Serif": "Proportional Sans-Serif",
"Monospace Sans-Serif": "Monospace Sans-Serif",

View File

@ -68,7 +68,7 @@ videojs.addLanguage('es', {
"Raised": "En relieve",
"Depressed": "Hundido",
"Uniform": "Uniforme",
"Dropshadow": "Sombra paralela",
"Drop shadow": "Sombra paralela",
"Font Family": "Familia de fuente",
"Proportional Sans-Serif": "Sans-Serif proporcional",
"Monospace Sans-Serif": "Sans-Serif monoespacio",
@ -90,5 +90,7 @@ videojs.addLanguage('es', {
"Color": "Color",
"Opacity": "Opacidad",
"Text Background": "Fondo del texto",
"Caption Area Background": "Fondo del área de subtítulos"
"Caption Area Background": "Fondo del área de subtítulos",
"Skip forward {1} seconds": "Avanza {1} segundos",
"Skip backward {1} seconds": "Retrocede {1} segundos"
});

View File

@ -68,7 +68,7 @@
"Raised": "En relieve",
"Depressed": "Hundido",
"Uniform": "Uniforme",
"Dropshadow": "Sombra paralela",
"Drop shadow": "Sombra paralela",
"Font Family": "Familia de fuente",
"Proportional Sans-Serif": "Sans-Serif proporcional",
"Monospace Sans-Serif": "Sans-Serif monoespacio",
@ -90,5 +90,7 @@
"Color": "Color",
"Opacity": "Opacidad",
"Text Background": "Fondo del texto",
"Caption Area Background": "Fondo del área de subtítulos"
"Caption Area Background": "Fondo del área de subtítulos",
"Skip forward {1} seconds": "Avanza {1} segundos",
"Skip backward {1} seconds": "Retrocede {1} segundos"
}

View File

@ -68,7 +68,7 @@ videojs.addLanguage('et', {
"Raised": "Kõrgem",
"Depressed": "Madalam",
"Uniform": "Ühtlane",
"Dropshadow": "Langeva varjuga",
"Drop shadow": "Langeva varjuga",
"Font Family": "Fondipere",
"Proportional Sans-Serif": "Seriifideta proportsionaalkiri",
"Monospace Sans-Serif": "Seriifideta püsisammkiri",

View File

@ -68,7 +68,7 @@
"Raised": "Kõrgem",
"Depressed": "Madalam",
"Uniform": "Ühtlane",
"Dropshadow": "Langeva varjuga",
"Drop shadow": "Langeva varjuga",
"Font Family": "Fondipere",
"Proportional Sans-Serif": "Seriifideta proportsionaalkiri",
"Monospace Sans-Serif": "Seriifideta püsisammkiri",

View File

@ -68,7 +68,7 @@ videojs.addLanguage('eu', {
"Raised": "Jasoa",
"Depressed": "Hondoratua",
"Uniform": "Uniformea",
"Dropshadow": "Itzalduna",
"Drop shadow": "Itzalduna",
"Font Family": "Letra-tipoa",
"Proportional Sans-Serif": "Sans-Serif proportzionala",
"Monospace Sans-Serif": "Tarte berdineko Sans-Serif",

View File

@ -68,7 +68,7 @@
"Raised": "Jasoa",
"Depressed": "Hondoratua",
"Uniform": "Uniformea",
"Dropshadow": "Itzalduna",
"Drop shadow": "Itzalduna",
"Font Family": "Letra-tipoa",
"Proportional Sans-Serif": "Sans-Serif proportzionala",
"Monospace Sans-Serif": "Tarte berdineko Sans-Serif",

View File

@ -68,7 +68,7 @@ videojs.addLanguage('fa', {
"Raised": "برجسته",
"Depressed": "فرورفته",
"Uniform": "یکنواخت",
"Dropshadow": "سایه‌دار",
"Drop shadow": "سایه‌دار",
"Font Family": "نوع قلم",
"Proportional Sans-Serif": "Sans-Serif متناسب",
"Monospace Sans-Serif": "Sans-Serif هم‌عرض",
@ -87,5 +87,11 @@ videojs.addLanguage('fa', {
"Exit Picture-in-Picture": "خروج از حالت تصویر در تصویر",
"Picture-in-Picture": "تصویر در تصویر",
"Skip forward {1} seconds": "{1} ثانیه بعد",
"Skip backward {1} seconds": "{1} ثانیه قبل"
"Skip backward {1} seconds": "{1} ثانیه قبل",
"No content": "بدون محتوا",
"Color": "رنگ",
"Opacity": "شفافیت",
"Text Background": "رنگ پس زمینه",
"Caption Area Background": "رنگ پس زمینه عنوان",
"Playing in Picture-in-Picture": "پخش در حالت تصویر در تصویر"
});

View File

@ -68,7 +68,7 @@
"Raised": "برجسته",
"Depressed": "فرورفته",
"Uniform": "یکنواخت",
"Dropshadow": "سایه‌دار",
"Drop shadow": "سایه‌دار",
"Font Family": "نوع قلم",
"Proportional Sans-Serif": "Sans-Serif متناسب",
"Monospace Sans-Serif": "Sans-Serif هم‌عرض",
@ -87,5 +87,11 @@
"Exit Picture-in-Picture": "خروج از حالت تصویر در تصویر",
"Picture-in-Picture": "تصویر در تصویر",
"Skip forward {1} seconds": "{1} ثانیه بعد",
"Skip backward {1} seconds": "{1} ثانیه قبل"
"Skip backward {1} seconds": "{1} ثانیه قبل",
"No content": "بدون محتوا",
"Color": "رنگ",
"Opacity": "شفافیت",
"Text Background": "رنگ پس زمینه",
"Caption Area Background": "رنگ پس زمینه عنوان",
"Playing in Picture-in-Picture": "پخش در حالت تصویر در تصویر"
}

View File

@ -68,7 +68,7 @@ videojs.addLanguage('fr', {
"Raised": "Élevé",
"Depressed": "Enfoncé",
"Uniform": "Uniforme",
"Dropshadow": "Ombre portée",
"Drop shadow": "Ombre portée",
"Font Family": "Famille de polices",
"Proportional Sans-Serif": "Polices à chasse variable sans empattement (Proportional Sans-Serif)",
"Monospace Sans-Serif": "Polices à chasse fixe sans empattement (Monospace Sans-Serif)",
@ -90,5 +90,7 @@ videojs.addLanguage('fr', {
"Color": "Couleur",
"Opacity": "Opacité",
"Text Background": "Arrière-plan du texte",
"Caption Area Background": "Arrière-plan de la zone de sous-titre"
"Caption Area Background": "Arrière-plan de la zone de sous-titre",
"Skip backward {1} seconds": "Reculer de {1} secondes",
"Skip forward {1} seconds": "Avancer de {1} secondes"
});

View File

@ -68,7 +68,7 @@
"Raised": "Élevé",
"Depressed": "Enfoncé",
"Uniform": "Uniforme",
"Dropshadow": "Ombre portée",
"Drop shadow": "Ombre portée",
"Font Family": "Famille de polices",
"Proportional Sans-Serif": "Polices à chasse variable sans empattement (Proportional Sans-Serif)",
"Monospace Sans-Serif": "Polices à chasse fixe sans empattement (Monospace Sans-Serif)",
@ -90,5 +90,7 @@
"Color": "Couleur",
"Opacity": "Opacité",
"Text Background": "Arrière-plan du texte",
"Caption Area Background": "Arrière-plan de la zone de sous-titre"
"Caption Area Background": "Arrière-plan de la zone de sous-titre",
"Skip backward {1} seconds": "Reculer de {1} secondes",
"Skip forward {1} seconds": "Avancer de {1} secondes"
}

View File

@ -68,7 +68,7 @@ videojs.addLanguage('gd', {
"Raised": "Àrdaichte",
"Depressed": "Air a bhrùthadh",
"Uniform": "Cunbhalach",
"Dropshadow": "Sgàil",
"Drop shadow": "Sgàil",
"Font Family": "Teaghlach a chrutha-chlò",
"Proportional Sans-Serif": "Sans-serif co-rèireach",
"Monospace Sans-Serif": "Sans-serif aon-leud",

2
media/player/videojs/videojs/lang/gd.json Normal file → Executable file
View File

@ -68,7 +68,7 @@
"Raised": "Àrdaichte",
"Depressed": "Air a bhrùthadh",
"Uniform": "Cunbhalach",
"Dropshadow": "Sgàil",
"Drop shadow": "Sgàil",
"Font Family": "Teaghlach a chrutha-chlò",
"Proportional Sans-Serif": "Sans-serif co-rèireach",
"Monospace Sans-Serif": "Sans-serif aon-leud",

View File

@ -68,7 +68,7 @@ videojs.addLanguage('gl', {
"Raised": "Érguida",
"Depressed": "Caída",
"Uniform": "Uniforme",
"Dropshadow": "Sombra caída",
"Drop shadow": "Sombra caída",
"Font Family": "Familia de letras",
"Proportional Sans-Serif": "Sans-Serif proporcional",
"Monospace Sans-Serif": "Sans-Serif monoespazo (caixa fixa)",

View File

@ -68,7 +68,7 @@
"Raised": "Érguida",
"Depressed": "Caída",
"Uniform": "Uniforme",
"Dropshadow": "Sombra caída",
"Drop shadow": "Sombra caída",
"Font Family": "Familia de letras",
"Proportional Sans-Serif": "Sans-Serif proporcional",
"Monospace Sans-Serif": "Sans-Serif monoespazo (caixa fixa)",

View File

@ -66,7 +66,7 @@ videojs.addLanguage('he', {
"Raised": "מורם",
"Depressed": "מורד",
"Uniform": "אחיד",
"Dropshadow": "הטלת צל",
"Drop shadow": "הטלת צל",
"Font Family": "משפחת גופן",
"Proportional Sans-Serif": "פרופורציוני וללא תגיות (Proportional Sans-Serif)",
"Monospace Sans-Serif": "ברוחב אחיד וללא תגיות (Monospace Sans-Serif)",

View File

@ -66,7 +66,7 @@
"Raised": "מורם",
"Depressed": "מורד",
"Uniform": "אחיד",
"Dropshadow": "הטלת צל",
"Drop shadow": "הטלת צל",
"Font Family": "משפחת גופן",
"Proportional Sans-Serif": "פרופורציוני וללא תגיות (Proportional Sans-Serif)",
"Monospace Sans-Serif": "ברוחב אחיד וללא תגיות (Monospace Sans-Serif)",

View File

@ -67,8 +67,8 @@ videojs.addLanguage('hi', {
"None": "कोई नहीं",
"Raised": "उठा हुआ",
"Depressed": "उदास",
"Uniform": "वर्दी",
"Dropshadow": "परछाई",
"Uniform": "समान",
"Drop shadow": "परछाई",
"Font Family": "फॉण्ट परिवार",
"Proportional Sans-Serif": "प्रोपोरशनल साँस-सेरिफ",
"Monospace Sans-Serif": "मोनोस्पास साँस-सेरिफ",

View File

@ -67,8 +67,8 @@
"None": "कोई नहीं",
"Raised": "उठा हुआ",
"Depressed": "उदास",
"Uniform": "वर्दी",
"Dropshadow": "परछाई",
"Uniform": "समान",
"Drop shadow": "परछाई",
"Font Family": "फॉण्ट परिवार",
"Proportional Sans-Serif": "प्रोपोरशनल साँस-सेरिफ",
"Monospace Sans-Serif": "मोनोस्पास साँस-सेरिफ",

View File

@ -61,7 +61,7 @@ videojs.addLanguage('hu', {
"Text Edge Style": "Szövegél stílus",
"This is a modal window": "Ez egy felugró ablak",
"Cyan": "Cián",
"Dropshadow": "Árnyék",
"Drop shadow": "Árnyék",
"End of dialog window.": "Párbeszédablak vége.",
"Progress Bar": "Folyamatjelző sáv",
"Beginning of dialog window. Escape will cancel and close the window.": "Párbeszédablak eleje. Az Escape gomb befejezi és bezárja az ablakot.",

View File

@ -61,7 +61,7 @@
"Text Edge Style": "Szövegél stílus",
"This is a modal window": "Ez egy felugró ablak",
"Cyan": "Cián",
"Dropshadow": "Árnyék",
"Drop shadow": "Árnyék",
"End of dialog window.": "Párbeszédablak vége.",
"Progress Bar": "Folyamatjelző sáv",
"Beginning of dialog window. Escape will cancel and close the window.": "Párbeszédablak eleje. Az Escape gomb befejezi és bezárja az ablakot.",

View File

@ -7,7 +7,7 @@ videojs.addLanguage('it', {
"Current Time": "Orario attuale",
"Duration": "Durata",
"Remaining Time": "Tempo rimanente",
"Stream Type": "Tipo del Streaming",
"Stream Type": "Tipo di streaming",
"LIVE": "LIVE",
"Loaded": "Caricato",
"Progress": "Stato",
@ -15,9 +15,9 @@ videojs.addLanguage('it', {
"progress bar timing: currentTime={1} duration={2}": "{1} di {2}",
"Fullscreen": "Schermo intero",
"Exit Fullscreen": "Chiudi Schermo intero",
"Mute": "Disattivare laudio",
"Unmute": "Attivare laudio",
"Playback Rate": "Tasso di riproduzione",
"Mute": "Disattiva laudio",
"Unmute": "Attiva laudio",
"Playback Rate": "Velocità di riproduzione",
"Subtitles": "Sottotitoli",
"subtitles off": "Senza sottotitoli",
"Captions": "Sottotitoli non udenti",
@ -27,11 +27,11 @@ videojs.addLanguage('it', {
"descriptions off": "Descrizioni disattivate",
"Audio Track": "Traccia audio",
"Volume Level": "Livello del volume",
"You aborted the media playback": "La riproduzione del filmato è stata interrotta.",
"A network error caused the media download to fail part-way.": "Il download del filmato è stato interrotto a causa di un problema rete.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Il filmato non può essere caricato a causa di un errore nel server o nella rete o perché il formato non viene supportato.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "La riproduzione del filmato è stata interrotta a causa di un file danneggiato o per lutilizzo di impostazioni non supportate dal browser.",
"No compatible source was found for this media.": "Non ci sono fonti compatibili per questo filmato.",
"You aborted the media playback": "La riproduzione del contenuto multimediale è stata interrotta.",
"A network error caused the media download to fail part-way.": "Il download del contenuto multimediale è stato interrotto a causa di un problema rete.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Il contenuto multimediale non può essere caricato a causa di un errore nel server o nella rete o perché il formato non viene supportato.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "La riproduzione del contenuto multimediale è stata interrotta a causa di un file danneggiato o per lutilizzo di impostazioni non supportate dal browser.",
"No compatible source was found for this media.": "Non ci sono fonti compatibili per questo contenuto multimediale.",
"The media is encrypted and we do not have the keys to decrypt it.": "Il contenuto multimediale è criptato e non disponiamo delle chiavi per decifrarlo.",
"Play Video": "Riproduci il video",
"Close": "Chiudi",
@ -43,9 +43,9 @@ videojs.addLanguage('it', {
", opens subtitles settings dialog": ", aprire i parametri dei sottotitoli",
", opens descriptions settings dialog": ", aprire i parametri delle descrizioni",
", selected": ", selezionato",
"captions settings": "Parametri della trascrizione dei sottotitoli",
"subtitles settings": "Parametri dei sottotitoli",
"descriptions settings": "Parametri delle descrizioni",
"captions settings": "Parametri sottotitoli non udenti",
"subtitles settings": "Parametri sottotitoli",
"descriptions settings": "Parametri descrizioni",
"Text": "Testo",
"White": "Bianco",
"Black": "Nero",
@ -64,16 +64,16 @@ videojs.addLanguage('it', {
"Text Edge Style": "Stile dei bordi del testo",
"None": "Nessuno",
"Uniform": "Uniforme",
"Dropshadow": "Ombreggiatura",
"Font Family": "Famiglia di caratteri",
"Drop shadow": "Ombra",
"Font Family": "Carattere",
"Proportional Sans-Serif": "Sans-Serif proporzionale",
"Monospace Sans-Serif": "Sans-Serif monospazio",
"Monospace Sans-Serif": "Sans-Serif monospaziato",
"Proportional Serif": "Serif proporzionale",
"Monospace Serif": "Serif monospazio",
"Monospace Serif": "Serif monospaziato",
"Small Caps": "Maiuscoletto",
"Reset": "Reinizializza",
"restore all settings to the default values": "Ripristina i valori predefiniti per tutti i parametri",
"Done": "Operazione completata",
"Done": "Fatto",
"Caption Settings Dialog": "Finestra di dialogo dei parametri della trascrizione dei sottotitoli",
"Beginning of dialog window. Escape will cancel and close the window.": "Inizio della finestra di dialogo. Il tasto Esc annullerà loperazione e chiuderà la finestra.",
"End of dialog window.": "Fine della finestra di dialogo.",
@ -82,8 +82,8 @@ videojs.addLanguage('it', {
"Picture-in-Picture": "Picture-in-Picture",
"Color": "Colore",
"Opacity": "Opacità",
"Text Background": "Sfondo del testo",
"Caption Area Background": "Sfondo dell'area dei sottotitoli",
"Skip forward {1} seconds": "Avanti di {1} secondi",
"Skip backward {1} seconds": "Indietro di {1} secondi"
"Text Background": "Sfondo testo",
"Caption Area Background": "Sfondo area sottotitoli",
"Skip forward {1} seconds": "Avanti {1} secondi",
"Skip backward {1} seconds": "Indietro {1} secondi"
});

View File

@ -7,7 +7,7 @@
"Current Time": "Orario attuale",
"Duration": "Durata",
"Remaining Time": "Tempo rimanente",
"Stream Type": "Tipo del Streaming",
"Stream Type": "Tipo di streaming",
"LIVE": "LIVE",
"Loaded": "Caricato",
"Progress": "Stato",
@ -15,9 +15,9 @@
"progress bar timing: currentTime={1} duration={2}": "{1} di {2}",
"Fullscreen": "Schermo intero",
"Exit Fullscreen": "Chiudi Schermo intero",
"Mute": "Disattivare laudio",
"Unmute": "Attivare laudio",
"Playback Rate": "Tasso di riproduzione",
"Mute": "Disattiva laudio",
"Unmute": "Attiva laudio",
"Playback Rate": "Velocità di riproduzione",
"Subtitles": "Sottotitoli",
"subtitles off": "Senza sottotitoli",
"Captions": "Sottotitoli non udenti",
@ -27,25 +27,28 @@
"descriptions off": "Descrizioni disattivate",
"Audio Track": "Traccia audio",
"Volume Level": "Livello del volume",
"You aborted the media playback": "La riproduzione del filmato è stata interrotta.",
"A network error caused the media download to fail part-way.": "Il download del filmato è stato interrotto a causa di un problema rete.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Il filmato non può essere caricato a causa di un errore nel server o nella rete o perché il formato non viene supportato.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "La riproduzione del filmato è stata interrotta a causa di un file danneggiato o per lutilizzo di impostazioni non supportate dal browser.",
"No compatible source was found for this media.": "Non ci sono fonti compatibili per questo filmato.",
"You aborted the media playback": "La riproduzione del contenuto multimediale è stata interrotta.",
"A network error caused the media download to fail part-way.": "Il download del contenuto multimediale è stato interrotto a causa di un problema rete.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.":
"Il contenuto multimediale non può essere caricato a causa di un errore nel server o nella rete o perché il formato non viene supportato.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":
"La riproduzione del contenuto multimediale è stata interrotta a causa di un file danneggiato o per lutilizzo di impostazioni non supportate dal browser.",
"No compatible source was found for this media.": "Non ci sono fonti compatibili per questo contenuto multimediale.",
"The media is encrypted and we do not have the keys to decrypt it.": "Il contenuto multimediale è criptato e non disponiamo delle chiavi per decifrarlo.",
"Play Video": "Riproduci il video",
"Close": "Chiudi",
"Close Modal Dialog": "Chiudi la finestra di dialogo",
"Modal Window": "Finestra di dialogo",
"This is a modal window": "Questa è una finestra di dialogo",
"This modal can be closed by pressing the Escape key or activating the close button.": "Questa finestra di dialogo può essere chiusa premendo sul tasto Esc o attivando il pulsante di chiusura.",
"This modal can be closed by pressing the Escape key or activating the close button.":
"Questa finestra di dialogo può essere chiusa premendo sul tasto Esc o attivando il pulsante di chiusura.",
", opens captions settings dialog": ", aprire i parametri della trascrizione dei sottotitoli",
", opens subtitles settings dialog": ", aprire i parametri dei sottotitoli",
", opens descriptions settings dialog": ", aprire i parametri delle descrizioni",
", selected": ", selezionato",
"captions settings": "Parametri della trascrizione dei sottotitoli",
"subtitles settings": "Parametri dei sottotitoli",
"descriptions settings": "Parametri delle descrizioni",
"captions settings": "Parametri sottotitoli non udenti",
"subtitles settings": "Parametri sottotitoli",
"descriptions settings": "Parametri descrizioni",
"Text": "Testo",
"White": "Bianco",
"Black": "Nero",
@ -64,26 +67,27 @@
"Text Edge Style": "Stile dei bordi del testo",
"None": "Nessuno",
"Uniform": "Uniforme",
"Dropshadow": "Ombreggiatura",
"Font Family": "Famiglia di caratteri",
"Drop shadow": "Ombra",
"Font Family": "Carattere",
"Proportional Sans-Serif": "Sans-Serif proporzionale",
"Monospace Sans-Serif": "Sans-Serif monospazio",
"Monospace Sans-Serif": "Sans-Serif monospaziato",
"Proportional Serif": "Serif proporzionale",
"Monospace Serif": "Serif monospazio",
"Monospace Serif": "Serif monospaziato",
"Small Caps": "Maiuscoletto",
"Reset": "Reinizializza",
"restore all settings to the default values": "Ripristina i valori predefiniti per tutti i parametri",
"Done": "Operazione completata",
"Done": "Fatto",
"Caption Settings Dialog": "Finestra di dialogo dei parametri della trascrizione dei sottotitoli",
"Beginning of dialog window. Escape will cancel and close the window.": "Inizio della finestra di dialogo. Il tasto Esc annullerà loperazione e chiuderà la finestra.",
"Beginning of dialog window. Escape will cancel and close the window.":
"Inizio della finestra di dialogo. Il tasto Esc annullerà loperazione e chiuderà la finestra.",
"End of dialog window.": "Fine della finestra di dialogo.",
"{1} is loading.": "{1} in fase di caricamento.",
"Exit Picture-in-Picture": "Esci dalla modalità Picture-in-Picture",
"Picture-in-Picture": "Picture-in-Picture",
"Color": "Colore",
"Opacity": "Opacità",
"Text Background": "Sfondo del testo",
"Caption Area Background": "Sfondo dell'area dei sottotitoli",
"Skip forward {1} seconds": "Avanti di {1} secondi",
"Skip backward {1} seconds": "Indietro di {1} secondi"
"Text Background": "Sfondo testo",
"Caption Area Background": "Sfondo area sottotitoli",
"Skip forward {1} seconds": "Avanti {1} secondi",
"Skip backward {1} seconds": "Indietro {1} secondi"
}

View File

@ -68,7 +68,7 @@ videojs.addLanguage('ja', {
"Raised": "浮き出し",
"Depressed": "浮き彫り",
"Uniform": "均一",
"Dropshadow": "影付き",
"Drop shadow": "影付き",
"Font Family": "フォントの種類",
"Proportional Sans-Serif": "セリフなし可変幅フォント",
"Monospace Sans-Serif": "セリフなし等幅フォント",

View File

@ -68,7 +68,7 @@
"Raised": "浮き出し",
"Depressed": "浮き彫り",
"Uniform": "均一",
"Dropshadow": "影付き",
"Drop shadow": "影付き",
"Font Family": "フォントの種類",
"Proportional Sans-Serif": "セリフなし可変幅フォント",
"Monospace Sans-Serif": "セリフなし等幅フォント",

View File

@ -68,7 +68,7 @@ videojs.addLanguage('ko', {
"Raised": "글자 위치 올림",
"Depressed": "글자 위치 내림",
"Uniform": "균일",
"Dropshadow": "그림자 효과 넣기",
"Drop shadow": "그림자 효과 넣기",
"Font Family": "폰트 모음",
"Proportional Sans-Serif": "비례 산세리프체",
"Monospace Sans-Serif": "고정폭 산세리프체",

View File

@ -68,7 +68,7 @@
"Raised": "글자 위치 올림",
"Depressed": "글자 위치 내림",
"Uniform": "균일",
"Dropshadow": "그림자 효과 넣기",
"Drop shadow": "그림자 효과 넣기",
"Font Family": "폰트 모음",
"Proportional Sans-Serif": "비례 산세리프체",
"Monospace Sans-Serif": "고정폭 산세리프체",

View File

@ -68,7 +68,7 @@ videojs.addLanguage('lv', {
"Raised": "Izvirzīts",
"Depressed": "Samazināts",
"Uniform": "Vienmērīgs",
"Dropshadow": "Ēnots",
"Drop shadow": "Ēnots",
"Font Family": "Šrifts",
"Proportional Sans-Serif": "Proportional Sans-Serif",
"Monospace Sans-Serif": "Monospace Sans-Serif",

View File

@ -68,7 +68,7 @@
"Raised": "Izvirzīts",
"Depressed": "Samazināts",
"Uniform": "Vienmērīgs",
"Dropshadow": "Ēnots",
"Drop shadow": "Ēnots",
"Font Family": "Šrifts",
"Proportional Sans-Serif": "Proportional Sans-Serif",
"Monospace Sans-Serif": "Monospace Sans-Serif",

View File

@ -68,7 +68,7 @@ videojs.addLanguage('nb', {
"Raised": "Uthevet",
"Depressed": "Nedtrykt",
"Uniform": "Enkel",
"Dropshadow": "Skygge",
"Drop shadow": "Skygge",
"Font Family": "Skrifttype",
"Proportional Sans-Serif": "Proporsjonal skrift uten seriffer",
"Monospace Sans-Serif": "Fastbreddeskrift uten seriffer",

View File

@ -68,7 +68,7 @@
"Raised": "Uthevet",
"Depressed": "Nedtrykt",
"Uniform": "Enkel",
"Dropshadow": "Skygge",
"Drop shadow": "Skygge",
"Font Family": "Skrifttype",
"Proportional Sans-Serif": "Proporsjonal skrift uten seriffer",
"Monospace Sans-Serif": "Fastbreddeskrift uten seriffer",

View File

@ -68,7 +68,7 @@ videojs.addLanguage('nl', {
"Raised": "Verhoogd",
"Depressed": "Ingedrukt",
"Uniform": "Uniform",
"Dropshadow": "Schaduw",
"Drop shadow": "Schaduw",
"Font Family": "Lettertype",
"Proportional Sans-Serif": "Proportioneel sans-serif",
"Monospace Sans-Serif": "Monospace sans-serif",

View File

@ -68,7 +68,7 @@
"Raised": "Verhoogd",
"Depressed": "Ingedrukt",
"Uniform": "Uniform",
"Dropshadow": "Schaduw",
"Drop shadow": "Schaduw",
"Font Family": "Lettertype",
"Proportional Sans-Serif": "Proportioneel sans-serif",
"Monospace Sans-Serif": "Monospace sans-serif",

View File

@ -68,7 +68,7 @@ videojs.addLanguage('nn', {
"Raised": "Utheva",
"Depressed": "Nedtrykt",
"Uniform": "Enkel",
"Dropshadow": "Skugge",
"Drop shadow": "Skugge",
"Font Family": "Skrifttype",
"Proportional Sans-Serif": "Proporsjonal skrift utan seriffar",
"Monospace Sans-Serif": "Fastbreddeskrift utan seriffar",

View File

@ -68,7 +68,7 @@
"Raised": "Utheva",
"Depressed": "Nedtrykt",
"Uniform": "Enkel",
"Dropshadow": "Skugge",
"Drop shadow": "Skugge",
"Font Family": "Skrifttype",
"Proportional Sans-Serif": "Proporsjonal skrift utan seriffar",
"Monospace Sans-Serif": "Fastbreddeskrift utan seriffar",

View File

@ -0,0 +1,89 @@
videojs.addLanguage('np', {
"Audio Player": "ऑडियो प्लेयर",
"Video Player": "भिडियो प्लेयर",
"Play": "चलाउनु",
"Pause": "रोक्नु",
"Replay": "फेरि चलाउनु",
"Current Time": "हालको समय",
"Duration": "अवधि",
"Remaining Time": "बाँकी समय",
"Stream Type": "स्ट्रीम प्रकार",
"LIVE": "लाइव",
"Seek to live, currently behind live": "लाइभ भागमा सार्नुहोस्, हालको अवस्थामा यो लाइभबाट पछाडी छ",
"Seek to live, currently playing live": "लाइभ भागमा सार्नुहोस्, हालको अवस्थामा यो लाइभमा छ",
"Loaded": "लोड भएको छ",
"Progress": "प्रगति",
"Progress Bar": "प्रोगेस बार",
"progress bar timing: currentTime={1} duration={2}": "प्रगति बार को समय: {2} मध्ये {1}",
"Fullscreen": "फ़ुल स्क्रीन",
"Exit Fullscreen": "फ़ुल स्क्रीनबाट बाहिर निस्कनुहोस्",
"Mute": "म्यूट गर्नुहोस्",
"Unmute": "अनम्यूट गर्नुहोस्",
"Playback Rate": "प्लेब्याक दर",
"Subtitles": "उपशीर्षक",
"subtitles off": "उपशीर्षक बंद",
"Captions": "कैप्शन",
"captions off": "कैप्शन बंद",
"Chapters": "अध्याय",
"Descriptions": "विवरण",
"descriptions off": "विवरण बंद",
"Audio Track": "ऑडियो ट्रैक",
"Volume Level": "वॉल्यूम स्तर",
"You aborted the media playback": "तपाईंले मिडिया प्लेब्याक रद्द गर्नुभयो",
"A network error caused the media download to fail part-way.": "नेटवर्क त्रुटिले मिडिया डाउनलोडलाई आधा मार्गमा असफल गर्यो।",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "मिडिया लोड गर्न सकिएन, या तो नेटवर्क विफल भयो वा त्यसको प्रारूप समर्थित भएन।",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "मिडिया प्लेबैक अवरुद्ध गरियो, कारण यो हुन सक्छ कि मिडिया खराब भयो वा मिडिया तपाईंको ब्राउजरद्वारा समर्थित भएन।",
"No compatible source was found for this media.": "यस मिडियाका लागि कुनै समर्थित स्रोत फेला परेन।",
"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.": "यस मोडललाई बन्द गर्न तपाईंले Escape की बटन थिच्न सक्नुहुन्छ वा बन्द गर्ने बटन थिच्न सक्नुहुन्छ।",
", 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": "समान",
"Dropshadow": "छाया",
"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.": "वार्ता विन्डोको प्रारम्भिक भाग।। Escape बटनले रद्द गर्दछ र विन्डोलाई बन्द गर्दछ।",
"End of dialog window.": "विन्डोको समाप्ति।",
"{1} is loading.": "{1} लोड हुँदैछ।",
"Exit Picture-in-Picture": "पिक्चर-इन-पिक्चर बाट बाहिर निस्कौ।",
"Picture-in-Picture": "पिक्चर-इन-पिक्चर"
});

View File

@ -0,0 +1,90 @@
{
"Audio Player": "ऑडियो प्लेयर",
"Video Player": "भिडियो प्लेयर",
"Play": "चलाउनु",
"Pause": "रोक्नु",
"Replay": "फेरि चलाउनु",
"Current Time": "हालको समय",
"Duration": "अवधि",
"Remaining Time": "बाँकी समय",
"Stream Type": "स्ट्रीम प्रकार",
"LIVE": "लाइव",
"Seek to live, currently behind live": "लाइभ भागमा सार्नुहोस्, हालको अवस्थामा यो लाइभबाट पछाडी छ",
"Seek to live, currently playing live": "लाइभ भागमा सार्नुहोस्, हालको अवस्थामा यो लाइभमा छ",
"Loaded": "लोड भएको छ",
"Progress": "प्रगति",
"Progress Bar": "प्रोगेस बार",
"progress bar timing: currentTime={1} duration={2}": "प्रगति बार को समय: {2} मध्ये {1}",
"Fullscreen": "फ़ुल स्क्रीन",
"Exit Fullscreen": "फ़ुल स्क्रीनबाट बाहिर निस्कनुहोस्",
"Mute": "म्यूट गर्नुहोस्",
"Unmute": "अनम्यूट गर्नुहोस्",
"Playback Rate": "प्लेब्याक दर",
"Subtitles": "उपशीर्षक",
"subtitles off": "उपशीर्षक बंद",
"Captions": "कैप्शन",
"captions off": "कैप्शन बंद",
"Chapters": "अध्याय",
"Descriptions": "विवरण",
"descriptions off": "विवरण बंद",
"Audio Track": "ऑडियो ट्रैक",
"Volume Level": "वॉल्यूम स्तर",
"You aborted the media playback": "तपाईंले मिडिया प्लेब्याक रद्द गर्नुभयो",
"A network error caused the media download to fail part-way.": "नेटवर्क त्रुटिले मिडिया डाउनलोडलाई आधा मार्गमा असफल गर्यो।",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "मिडिया लोड गर्न सकिएन, या तो नेटवर्क विफल भयो वा त्यसको प्रारूप समर्थित भएन।",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "मिडिया प्लेबैक अवरुद्ध गरियो, कारण यो हुन सक्छ कि मिडिया खराब भयो वा मिडिया तपाईंको ब्राउजरद्वारा समर्थित भएन।",
"No compatible source was found for this media.": "यस मिडियाका लागि कुनै समर्थित स्रोत फेला परेन।",
"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.": "यस मोडललाई बन्द गर्न तपाईंले Escape की बटन थिच्न सक्नुहुन्छ वा बन्द गर्ने बटन थिच्न सक्नुहुन्छ।",
", 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": "समान",
"Dropshadow": "छाया",
"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.": "वार्ता विन्डोको प्रारम्भिक भाग।। Escape बटनले रद्द गर्दछ र विन्डोलाई बन्द गर्दछ।",
"End of dialog window.": "विन्डोको समाप्ति।",
"{1} is loading.": "{1} लोड हुँदैछ।",
"Exit Picture-in-Picture": "पिक्चर-इन-पिक्चर बाट बाहिर निस्कौ।",
"Picture-in-Picture": "पिक्चर-इन-पिक्चर"
}

View File

@ -68,7 +68,7 @@ videojs.addLanguage('oc', {
"Raised": "Naut",
"Depressed": "Enfonsat",
"Uniform": "Unifòrme",
"Dropshadow": "Ombrat",
"Drop shadow": "Ombrat",
"Font Family": "Familha de polissa",
"Proportional Sans-Serif": "Sans-Serif proporcionala",
"Monospace Sans-Serif": "Monospace Sans-Serif",

View File

@ -68,7 +68,7 @@
"Raised": "Naut",
"Depressed": "Enfonsat",
"Uniform": "Unifòrme",
"Dropshadow": "Ombrat",
"Drop shadow": "Ombrat",
"Font Family": "Familha de polissa",
"Proportional Sans-Serif": "Sans-Serif proporcionala",
"Monospace Sans-Serif": "Monospace Sans-Serif",

View File

@ -66,7 +66,7 @@ videojs.addLanguage('pt-BR', {
"Raised": "Elevado",
"Depressed": "Acachapado",
"Uniform": "Uniforme",
"Dropshadow": "Sombra de projeção",
"Drop shadow": "Sombra de projeção",
"Font Family": "Família da Fonte",
"Proportional Sans-Serif": "Sans-Serif(Sem serifa) Proporcional",
"Monospace Sans-Serif": "Sans-Serif(Sem serifa) Monoespaçada",

View File

@ -67,7 +67,7 @@
"Raised": "Elevado",
"Depressed": "Acachapado",
"Uniform": "Uniforme",
"Dropshadow": "Sombra de projeção",
"Drop shadow": "Sombra de projeção",
"Font Family": "Família da Fonte",
"Proportional Sans-Serif": "Sans-Serif(Sem serifa) Proporcional",
"Monospace Sans-Serif": "Sans-Serif(Sem serifa) Monoespaçada",

View File

@ -37,5 +37,7 @@ videojs.addLanguage('pt-PT', {
", opens captions settings dialog": ", abre janela com definições de legendas",
", opens subtitles settings dialog": ", abre janela com definições de legendas",
", opens descriptions settings dialog": ", abre janela com definições de descrições",
", selected": ", seleccionado"
", selected": ", seleccionado",
"Skip backward {1} seconds": "Recuar de {1} segundos",
"Skip forward {1} seconds": "Avançar de {1} segundos"
});

View File

@ -37,5 +37,7 @@
", opens captions settings dialog": ", abre janela com definições de legendas",
", opens subtitles settings dialog": ", abre janela com definições de legendas",
", opens descriptions settings dialog": ", abre janela com definições de descrições",
", selected": ", seleccionado"
", selected": ", seleccionado",
"Skip backward {1} seconds": "Recuar de {1} segundos",
"Skip forward {1} seconds": "Avançar de {1} segundos"
}

View File

@ -68,7 +68,7 @@ videojs.addLanguage('ru', {
"Raised": "Поднятый",
"Depressed": "Пониженный",
"Uniform": "Одинаковый",
"Dropshadow": "Тень",
"Drop shadow": "Тень",
"Font Family": "Шрифт",
"Proportional Sans-Serif": "Пропорциональный без засечек",
"Monospace Sans-Serif": "Моноширинный без засечек",

View File

@ -68,7 +68,7 @@
"Raised": "Поднятый",
"Depressed": "Пониженный",
"Uniform": "Одинаковый",
"Dropshadow": "Тень",
"Drop shadow": "Тень",
"Font Family": "Шрифт",
"Proportional Sans-Serif": "Пропорциональный без засечек",
"Monospace Sans-Serif": "Моноширинный без засечек",

View File

@ -68,7 +68,7 @@ videojs.addLanguage('sl', {
"Raised": "Dvignjeno",
"Depressed": "Vtisnjeno",
"Uniform": "Enakomerno",
"Dropshadow": "S senco",
"Drop shadow": "S senco",
"Font Family": "Družina pisave",
"Small Caps": "Male črke",
"Reset": "Ponastavi",

View File

@ -68,7 +68,7 @@
"Raised": "Dvignjeno",
"Depressed": "Vtisnjeno",
"Uniform": "Enakomerno",
"Dropshadow": "S senco",
"Drop shadow": "S senco",
"Font Family": "Družina pisave",
"Small Caps": "Male črke",
"Reset": "Ponastavi",

View File

@ -21,7 +21,7 @@ videojs.addLanguage('sv', {
"Depressed": "Deprimerad",
"Descriptions": "Beskrivningar",
"Done": "Klar",
"Dropshadow": "DropSkugga",
"Drop shadow": "DropSkugga",
"Duration": "Total tid",
"End of dialog window.": "Slutet av dialogfönster.",
"Font Family": "Typsnittsfamilj",

View File

@ -21,7 +21,7 @@
"Depressed": "Deprimerad",
"Descriptions": "Beskrivningar",
"Done": "Klar",
"Dropshadow": "DropSkugga",
"Drop shadow": "DropSkugga",
"Duration": "Total tid",
"End of dialog window.": "Slutet av dialogfönster.",
"Font Family": "Typsnittsfamilj",

View File

@ -68,7 +68,7 @@ videojs.addLanguage('te', {
"Raised": "పెంచబడింది",
"Depressed": "అణగారిన",
"Uniform": "ఏకరీతి",
"Dropshadow": "డ్రాప్‌షాడో",
"Drop shadow": "డ్రాప్‌షాడో",
"Font Family": "ఫాంట్ కుటుంబం",
"Proportional Sans-Serif": "ప్రొపోర్షన్ సాన్స్-సెరిఫ్",
"Monospace Sans-Serif": "మోనోస్పేస్ సాన్స్-సెరిఫ్",

View File

@ -68,7 +68,7 @@
"Raised": "పెంచబడింది",
"Depressed": "అణగారిన",
"Uniform": "ఏకరీతి",
"Dropshadow": "డ్రాప్‌షాడో",
"Drop shadow": "డ్రాప్‌షాడో",
"Font Family": "ఫాంట్ కుటుంబం",
"Proportional Sans-Serif": "ప్రొపోర్షన్ సాన్స్-సెరిఫ్",
"Monospace Sans-Serif": "మోనోస్పేస్ సాన్స్-సెరిఫ్",

View File

@ -68,7 +68,7 @@ videojs.addLanguage('th', {
"Raised": "ยกขึ้น",
"Depressed": "ปล่อยออก",
"Uniform": "รูปแบบ",
"Dropshadow": "เพิ่มเงา",
"Drop shadow": "เพิ่มเงา",
"Font Family": "ตระกูลแบบอักษร",
"Proportional Sans-Serif": "Sans-Serif ตามสัดส่วน",
"Monospace Sans-Serif": "Sans-Serif ช่องว่างเดี่ยว",

View File

@ -68,7 +68,7 @@
"Raised": "ยกขึ้น",
"Depressed": "ปล่อยออก",
"Uniform": "รูปแบบ",
"Dropshadow": "เพิ่มเงา",
"Drop shadow": "เพิ่มเงา",
"Font Family": "ตระกูลแบบอักษร",
"Proportional Sans-Serif": "Sans-Serif ตามสัดส่วน",
"Monospace Sans-Serif": "Sans-Serif ช่องว่างเดี่ยว",

View File

@ -68,7 +68,7 @@ videojs.addLanguage('tr', {
"Raised": "Kabarık",
"Depressed": "Yassı",
"Uniform": "Düz",
"Dropshadow": "Gölgeli",
"Drop shadow": "Gölgeli",
"Font Family": "Yazı Tipi",
"Proportional Sans-Serif": "Orantılı Sans-Serif",
"Monospace Sans-Serif": "Eşaralıklı Sans-Serif",

View File

@ -68,7 +68,7 @@
"Raised": "Kabarık",
"Depressed": "Yassı",
"Uniform": "Düz",
"Dropshadow": "Gölgeli",
"Drop shadow": "Gölgeli",
"Font Family": "Yazı Tipi",
"Proportional Sans-Serif": "Orantılı Sans-Serif",
"Monospace Sans-Serif": "Eşaralıklı Sans-Serif",

View File

@ -11,7 +11,7 @@ videojs.addLanguage('zh-Hant', {
"Fullscreen": "全螢幕",
"Exit Fullscreen": "退出全螢幕",
"Picture-in-Picture": "子母畫面",
"Exit Picture-in-Picture": "退出子母畫面",
"Exit Picture-in-Picture": "離開子母畫面",
"Mute": "靜音",
"Unmute": "開啟音效",
"Playback Rate": " 播放速率",
@ -67,7 +67,7 @@ videojs.addLanguage('zh-Hant', {
"Raised": "浮雕",
"Depressed": "壓低",
"Uniform": "均勻",
"Dropshadow": "下陰影",
"Drop shadow": "下陰影",
"Font Family": "字型系列",
"Proportional Sans-Serif": "調和間距無襯線字型",
"Monospace Sans-Serif": "等寬無襯線字型",
@ -86,7 +86,7 @@ videojs.addLanguage('zh-Hant', {
"Seek to live, currently playing live": "快轉至直播,目前為現場畫面",
"progress bar timing: currentTime={1} duration={2}": "{1}/{2}",
"{1} is loading.": "{1} 正在載入。",
"No content": "內容",
"No content": "沒有內容",
"Color": "顏色",
"Opacity": "不透明度",
"Text Background": "文字背景",

View File

@ -67,7 +67,7 @@
"Raised": "浮雕",
"Depressed": "壓低",
"Uniform": "均勻",
"Dropshadow": "下陰影",
"Drop shadow": "下陰影",
"Font Family": "字型系列",
"Proportional Sans-Serif": "調和間距無襯線字型",
"Monospace Sans-Serif": "等寬無襯線字型",
@ -86,7 +86,9 @@
"Seek to live, currently playing live": "快轉至直播,目前為現場畫面",
"progress bar timing: currentTime={1} duration={2}": "{1}/{2}",
"{1} is loading.": "{1} 正在載入。",
"No content": "無內容",
"Exit Picture-in-Picture": "離開子母畫面",
"Picture-in-Picture": "子母畫面",
"No content": "沒有內容",
"Color": "顏色",
"Opacity": "不透明度",
"Text Background": "文字背景",

View File

@ -11,7 +11,7 @@ videojs.addLanguage('zh-TW', {
"Fullscreen": "全螢幕",
"Exit Fullscreen": "退出全螢幕",
"Picture-in-Picture": "子母畫面",
"Exit Picture-in-Picture": "退出子母畫面",
"Exit Picture-in-Picture": "離開子母畫面",
"Mute": "靜音",
"Unmute": "開啟音效",
"Playback Rate": " 播放速率",
@ -67,7 +67,7 @@ videojs.addLanguage('zh-TW', {
"Raised": "浮雕",
"Depressed": "壓低",
"Uniform": "均勻",
"Dropshadow": "下陰影",
"Drop shadow": "下陰影",
"Font Family": "字型系列",
"Proportional Sans-Serif": "調和間距無襯線字型",
"Monospace Sans-Serif": "等寬無襯線字型",
@ -86,7 +86,7 @@ videojs.addLanguage('zh-TW', {
"Seek to live, currently playing live": "快轉至直播,目前為現場畫面",
"progress bar timing: currentTime={1} duration={2}": "{1}/{2}",
"{1} is loading.": "{1} 正在載入。",
"No content": "內容",
"No content": "沒有內容",
"Color": "顏色",
"Opacity": "不透明度",
"Text Background": "文字背景",

View File

@ -67,7 +67,7 @@
"Raised": "浮雕",
"Depressed": "壓低",
"Uniform": "均勻",
"Dropshadow": "下陰影",
"Drop shadow": "下陰影",
"Font Family": "字型系列",
"Proportional Sans-Serif": "調和間距無襯線字型",
"Monospace Sans-Serif": "等寬無襯線字型",
@ -86,7 +86,9 @@
"Seek to live, currently playing live": "快轉至直播,目前為現場畫面",
"progress bar timing: currentTime={1} duration={2}": "{1}/{2}",
"{1} is loading.": "{1} 正在載入。",
"No content": "無內容",
"Exit Picture-in-Picture": "離開子母畫面",
"Picture-in-Picture": "子母畫面",
"No content": "沒有內容",
"Color": "顏色",
"Opacity": "不透明度",
"Text Background": "文字背景",