MDL-71714 Libraries: Upgrade VideoJS to 7.17.0

This commit is contained in:
Huong Nguyen 2022-02-24 09:25:51 +07:00
parent 9cd77c4130
commit 9ea8fa37cc
45 changed files with 30087 additions and 21776 deletions

View File

@ -1,9 +0,0 @@
/**
* AMD module to access the DOM global document object.
*
* @copyright 2019 Tom Dickman <tomdickman@catalyst-au.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
define("media_videojs/document",[],(function(){return document}));
//# sourceMappingURL=document.min.js.map

View File

@ -1 +0,0 @@
{"version":3,"file":"document.min.js","sources":["../src/document.js"],"sourcesContent":["// This file is part of Moodle - http://moodle.org/\n//\n// Moodle is free software: you can redistribute it and/or modify\n// it under the terms of the GNU General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// Moodle is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU General Public License for more details.\n//\n// You should have received a copy of the GNU General Public License\n// along with Moodle. If not, see <http://www.gnu.org/licenses/>.\n\n/**\n * AMD module to access the DOM global document object.\n *\n * @copyright 2019 Tom Dickman <tomdickman@catalyst-au.net>\n * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later\n */\n\ndefine([], function() {\n return document;\n});\n"],"names":["define","document"],"mappings":";;;;;;AAsBAA,gCAAO,IAAI,kBACAC"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,9 +0,0 @@
/**
* AMD module to access the DOM global window object.
*
* @copyright 2019 Tom Dickman <tomdickman@catalyst-au.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
define("media_videojs/window",[],(function(){return window}));
//# sourceMappingURL=window.min.js.map

View File

@ -1 +0,0 @@
{"version":3,"file":"window.min.js","sources":["../src/window.js"],"sourcesContent":["// This file is part of Moodle - http://moodle.org/\n//\n// Moodle is free software: you can redistribute it and/or modify\n// it under the terms of the GNU General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// Moodle is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU General Public License for more details.\n//\n// You should have received a copy of the GNU General Public License\n// along with Moodle. If not, see <http://www.gnu.org/licenses/>.\n\n/**\n * AMD module to access the DOM global window object.\n *\n * @copyright 2019 Tom Dickman <tomdickman@catalyst-au.net>\n * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later\n */\n\ndefine([], function() {\n return window;\n});\n"],"names":["define","window"],"mappings":";;;;;;AAsBAA,8BAAO,IAAI,kBACAC"}

View File

@ -1,25 +0,0 @@
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* AMD module to access the DOM global document object.
*
* @copyright 2019 Tom Dickman <tomdickman@catalyst-au.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
define([], function() {
return document;
});

File diff suppressed because it is too large Load Diff

View File

@ -1,25 +0,0 @@
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* AMD module to access the DOM global window object.
*
* @copyright 2019 Tom Dickman <tomdickman@catalyst-au.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
define([], function() {
return window;
});

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: 28 KiB

After

Width:  |  Height:  |  Size: 28 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 7.10.0
VideoJS 7.17.0
--------------
https://github.com/videojs/video.js
@ -7,10 +7,6 @@ Instructions to import VideoJS player into Moodle:
1. Download the latest release from https://github.com/videojs/video.js/releases
(do not choose "Source code")
2. copy 'video.js' into 'amd/src/video-lazy.js'
In the beginning of the js file replace
define(['global/window', 'global/document']
with
define(['./window', './document']
3. copy 'font/' into 'fonts/' folder
4. copy 'video-js.css' into 'styles.css'
Add /* stylelint-disable */ in the beginning.

View File

@ -380,7 +380,9 @@
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
width: 100%;
max-width: 100%;
height: 0;
@ -394,6 +396,14 @@
padding-top: 75%;
}
.video-js.vjs-9-16 {
padding-top: 177.7777777778%;
}
.video-js.vjs-1-1 {
padding-top: 100%;
}
.video-js.vjs-fill {
width: 100%;
height: 100%;
@ -452,8 +462,8 @@ body.vjs-full-window {
.vjs-lock-showing {
display: block !important;
opacity: 1;
visibility: visible;
opacity: 1 !important;
visibility: visible !important;
}
.vjs-no-js {
@ -615,6 +625,11 @@ body.vjs-full-window {
color: #2B333F;
}
.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
background: none;
}
.vjs-menu li.vjs-menu-title {
text-align: center;
text-transform: uppercase;
@ -747,6 +762,7 @@ body.vjs-full-window {
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
visibility: visible;
opacity: 0;
pointer-events: none;
transition: visibility 1s, opacity 1s;
}
@ -780,6 +796,10 @@ body.vjs-full-window {
line-height: 1.67;
}
.vjs-button > .vjs-icon-placeholder {
display: block;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
@ -1075,6 +1095,7 @@ body.vjs-full-window {
.video-js .vjs-volume-level:before {
position: absolute;
font-size: 0.9em;
z-index: 1;
}
.vjs-slider-vertical .vjs-volume-level {
@ -1083,6 +1104,7 @@ body.vjs-full-window {
.vjs-slider-vertical .vjs-volume-level:before {
top: -0.5em;
left: -0.3em;
z-index: 1;
}
.vjs-slider-horizontal .vjs-volume-level {
@ -1117,6 +1139,77 @@ body.vjs-full-window {
left: -2em;
}
.video-js .vjs-volume-tooltip {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 0.3em;
color: #000;
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
padding: 6px 8px 8px 8px;
pointer-events: none;
position: absolute;
top: -3.4em;
visibility: hidden;
z-index: 1;
}
.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
display: block;
font-size: 1em;
visibility: visible;
}
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
left: 1em;
top: -12px;
}
.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
font-size: 1em;
}
.video-js .vjs-volume-control .vjs-mouse-display {
display: none;
position: absolute;
width: 100%;
height: 1px;
background-color: #000;
z-index: 1;
}
.video-js .vjs-volume-horizontal .vjs-mouse-display {
width: 1px;
height: 100%;
}
.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
z-index: 0;
}
.video-js .vjs-volume-control:hover .vjs-mouse-display {
display: block;
}
.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
visibility: hidden;
opacity: 0;
transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
display: none;
}
.vjs-mouse-display .vjs-volume-tooltip {
color: #fff;
background-color: #000;
background-color: rgba(0, 0, 0, 0.8);
}
.vjs-poster {
display: inline-block;
vertical-align: middle;
@ -1167,6 +1260,7 @@ body.vjs-full-window {
}
.video-js .vjs-seek-to-live-control {
align-items: center;
cursor: pointer;
flex: none;
display: inline-flex;
@ -1476,60 +1570,54 @@ video::-webkit-media-text-track-display {
line-height: inherit;
}
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {
.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.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;
}
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
width: auto;
width: initial;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {
.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 {
display: none;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {
.video-js.vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js.vjs-layout-tiny .vjs-custom-control-spacer {
flex: auto;
display: block;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
.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 {
width: auto;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {
.video-js.vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
display: none;
}
@ -1654,13 +1742,10 @@ video::-webkit-media-text-track-display {
.js-focus-visible .video-js *:focus:not(.focus-visible) {
outline: none;
background: none;
}
.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
.video-js *:focus:not(:focus-visible) {
outline: none;
background: none;
}
/* Modifications of player made by Moodle: */

View File

@ -4,7 +4,7 @@
<location>amd/src/video-lazy.js</location>
<name>VideoJS</name>
<license>Apache</license>
<version>7.10.0</version>
<version>7.17.0</version>
<licenseversion>2.0</licenseversion>
</library>
<library>
@ -18,7 +18,7 @@
<location>videojs</location>
<name>VideoJS support files</name>
<license>Apache</license>
<version>7.10.0</version>
<version>7.17.0</version>
<licenseversion>2.0</licenseversion>
</library>
<library>

View File

@ -10,7 +10,7 @@ videojs.addLanguage('de', {
"Loaded": "Geladen",
"Progress": "Status",
"Fullscreen": "Vollbild",
"Non-Fullscreen": "Kein Vollbild",
"Non-Fullscreen": "Vollbildmodus beenden",
"Mute": "Ton aus",
"Unmute": "Ton ein",
"Playback Rate": "Wiedergabegeschwindigkeit",
@ -78,7 +78,7 @@ videojs.addLanguage('de', {
"End of dialog window.": "Ende des Dialogfensters.",
"Audio Player": "Audio-Player",
"Video Player": "Video-Player",
"Progress Bar": "Forschrittsbalken",
"Progress Bar": "Fortschrittsbalken",
"progress bar timing: currentTime={1} duration={2}": "{1} von {2}",
"Volume Level": "Lautstärke",
"{1} is loading.": "{1} wird geladen.",

View File

@ -10,7 +10,7 @@
"Loaded": "Geladen",
"Progress": "Status",
"Fullscreen": "Vollbild",
"Non-Fullscreen": "Kein Vollbild",
"Non-Fullscreen": "Vollbildmodus beenden",
"Mute": "Ton aus",
"Unmute": "Ton ein",
"Playback Rate": "Wiedergabegeschwindigkeit",
@ -78,7 +78,7 @@
"End of dialog window.": "Ende des Dialogfensters.",
"Audio Player": "Audio-Player",
"Video Player": "Video-Player",
"Progress Bar": "Forschrittsbalken",
"Progress Bar": "Fortschrittsbalken",
"progress bar timing: currentTime={1} duration={2}": "{1} von {2}",
"Volume Level": "Lautstärke",
"{1} is loading.": "{1} wird geladen.",

View File

@ -16,7 +16,7 @@ videojs.addLanguage('en', {
"Progress Bar": "Progress Bar",
"progress bar timing: currentTime={1} duration={2}": "{1} of {2}",
"Fullscreen": "Fullscreen",
"Non-Fullscreen": "Non-Fullscreen",
"Non-Fullscreen": "Exit Fullscreen",
"Mute": "Mute",
"Unmute": "Unmute",
"Playback Rate": "Playback Rate",

View File

@ -16,7 +16,7 @@
"Progress Bar": "Progress Bar",
"progress bar timing: currentTime={1} duration={2}": "{1} of {2}",
"Fullscreen": "Fullscreen",
"Non-Fullscreen": "Non-Fullscreen",
"Non-Fullscreen": "Exit Fullscreen",
"Mute": "Mute",
"Unmute": "Unmute",
"Playback Rate": "Playback Rate",

View File

@ -83,5 +83,7 @@ videojs.addLanguage('es', {
"Caption Settings Dialog": "Diálogo de configuración de leyendas",
"Beginning of dialog window. Escape will cancel and close the window.": "Comienzo de la ventana de diálogo. La tecla Escape cancelará la operación y cerrará la ventana.",
"End of dialog window.": "Final de la ventana de diálogo.",
"{1} is loading.": "{1} se está cargando."
"{1} is loading.": "{1} se está cargando.",
"Exit Picture-in-Picture": "Salir de imagen sobre imagen",
"Picture-in-Picture": "Imagen sobre imagen"
});

View File

@ -83,5 +83,7 @@
"Caption Settings Dialog": "Diálogo de configuración de leyendas",
"Beginning of dialog window. Escape will cancel and close the window.": "Comienzo de la ventana de diálogo. La tecla Escape cancelará la operación y cerrará la ventana.",
"End of dialog window.": "Final de la ventana de diálogo.",
"{1} is loading.": "{1} se está cargando."
}
"{1} is loading.": "{1} se está cargando.",
"Exit Picture-in-Picture": "Salir de imagen sobre imagen",
"Picture-in-Picture": "Imagen sobre imagen"
}

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

View File

@ -0,0 +1,89 @@
videojs.addLanguage('hi', {
"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": "फ़ुल स्क्रीन",
"Non-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.": "इस मोडल को एस्केप कुंजी दबाकर या बंद करें बटन को सक्रिय करके बंद किया जा सकता है।",
", 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.": "डायलॉग विंडो की शुरुआत। एस्केप विंडो को रद्द और बंद कर देगा।",
"End of dialog window.": "संवाद विंडो का अंत।",
"{1} is loading.": "{1} लोड हो रहा है।",
"Exit Picture-in-Picture": "पिक्चर-इन-पिक्चर से बाहर निकलें",
"Picture-in-Picture": "पिक्चर-इन-पिक्चर"
});

View File

@ -0,0 +1,89 @@
{
"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": "फ़ुल स्क्रीन",
"Non-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.": "इस मोडल को एस्केप कुंजी दबाकर या बंद करें बटन को सक्रिय करके बंद किया जा सकता है।",
", 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.": "डायलॉग विंडो की शुरुआत। एस्केप विंडो को रद्द और बंद कर देगा।",
"End of dialog window.": "संवाद विंडो का अंत।",
"{1} is loading.": "{1} लोड हो रहा है।",
"Exit Picture-in-Picture": "पिक्चर-इन-पिक्चर से बाहर निकलें",
"Picture-in-Picture": "पिक्चर-इन-पिक्चर"
}

View File

@ -22,5 +22,68 @@ videojs.addLanguage('hu', {
"A network error caused the media download to fail part-way.": "Hálózati hiba miatt a videó részlegesen töltődött le.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "A videó nem tölthető be hálózati vagy kiszolgálói hiba miatt, vagy a formátuma nem támogatott.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "A lejátszás adatsérülés miatt leállt, vagy a videó egyes tulajdonságait a böngészője nem támogatja.",
"No compatible source was found for this media.": "Nincs kompatibilis forrás ehhez a videóhoz."
"No compatible source was found for this media.": "Nincs kompatibilis forrás ehhez a videóhoz.",
"Audio Player": "Audio lejátszó",
"Video Player": "Videó lejátszó",
"Replay": "Visszajátszás",
"Descriptions": "Leírások",
"descriptions off": "leírások kikapcsolva",
"Audio Track": "Hangsáv",
"Volume Level": "Hangerő",
"Play Video": "Videó lejátszása",
"Close": "Bezárás",
"Text": "Szöveg",
"White": "Fehér",
"Black": "Fekete",
"Red": "Piros",
"Green": "Zöld",
"Blue": "Kék",
"Yellow": "Sárga",
"Background": "Háttér",
"Window": "Ablak",
"Transparent": "Átlátszó",
"Semi-Transparent": "Félig átlátszó",
"Opaque": "Áttetsző",
"Font Size": "Betűméret",
"Font Family": "Betűtípus",
"Done": "Kész",
"Picture-in-Picture": "Kép a képben",
"Exit Picture-in-Picture": "Kilépés kép a képben módból",
"{1} is loading.": "{1} betöltése.",
"Reset": "Visszaállítás",
"restore all settings to the default values": "összes beállítás visszaállítása az alapértelmezett értékekre",
"The media is encrypted and we do not have the keys to decrypt it.": "A média titkosítva van és nincsenek kulcsok a visszafejtéshez.",
"Close Modal Dialog": "Felugró ablak bezárása",
"Modal Window": "Felugró ablak",
"This modal can be closed by pressing the Escape key or activating the close button.": "Ezt a felugró ablakot az Escape gomb megnyomásával vagy a bezáró gomb aktiválásával lehet bezárni.",
", selected": ", kiválasztva",
"descriptions settings": "leírások beállítása",
"Text Edge Style": "Szövegél stílus",
"This is a modal window": "Ez egy felugró ablak",
"Cyan": "Cián",
"Dropshadow": "Á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.",
"Caption Settings Dialog": "Feliratbeállítások párbeszédablak",
", opens descriptions settings dialog": ", megnyitja a leírások beállításainak párbeszédablakját",
", opens captions settings dialog": ", megnyitja a magyarázó szövegek beállításainak párbeszédablakját",
", opens subtitles settings dialog": ", megnyitja a feliratok beállításainak párbeszédablakját",
"Seek to live, currently behind live": "Élő adáshoz tekerés, jelenleg az élő adás mögött van",
"Seek to live, currently playing live": "Élő adáshoz tekerés, jelenleg az élő adásnál van",
"progress bar timing: currentTime={1} duration={2}": "{1} / {2}",
"Magenta": "Lila",
"Script": "Script",
"Casual": "Casual",
"Monospace Serif": "Monospace Serif",
"Monospace Sans-Serif": "Monospace Sans-Serif",
"Proportional Sans-Serif": "Proportional Sans-Serif",
"Proportional Serif": "Proportional Serif",
"Uniform": "Uniform",
"Small Caps": "Kiskapitális",
"None": "Egyik sem",
"captions settings": "magyarázó szövegek beállításai",
"subtitles settings": "feliratok beállításai",
"Raised": "Emelt",
"Depressed": "Nyomott"
});

View File

@ -22,5 +22,68 @@
"A network error caused the media download to fail part-way.": "Hálózati hiba miatt a videó részlegesen töltődött le.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "A videó nem tölthető be hálózati vagy kiszolgálói hiba miatt, vagy a formátuma nem támogatott.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "A lejátszás adatsérülés miatt leállt, vagy a videó egyes tulajdonságait a böngészője nem támogatja.",
"No compatible source was found for this media.": "Nincs kompatibilis forrás ehhez a videóhoz."
"No compatible source was found for this media.": "Nincs kompatibilis forrás ehhez a videóhoz.",
"Audio Player": "Audio lejátszó",
"Video Player": "Videó lejátszó",
"Replay": "Visszajátszás",
"Descriptions": "Leírások",
"descriptions off": "leírások kikapcsolva",
"Audio Track": "Hangsáv",
"Volume Level": "Hangerő",
"Play Video": "Videó lejátszása",
"Close": "Bezárás",
"Text": "Szöveg",
"White": "Fehér",
"Black": "Fekete",
"Red": "Piros",
"Green": "Zöld",
"Blue": "Kék",
"Yellow": "Sárga",
"Background": "Háttér",
"Window": "Ablak",
"Transparent": "Átlátszó",
"Semi-Transparent": "Félig átlátszó",
"Opaque": "Áttetsző",
"Font Size": "Betűméret",
"Font Family": "Betűtípus",
"Done": "Kész",
"Picture-in-Picture": "Kép a képben",
"Exit Picture-in-Picture": "Kilépés kép a képben módból",
"{1} is loading.": "{1} betöltése.",
"Reset": "Visszaállítás",
"restore all settings to the default values": "összes beállítás visszaállítása az alapértelmezett értékekre",
"The media is encrypted and we do not have the keys to decrypt it.": "A média titkosítva van és nincsenek kulcsok a visszafejtéshez.",
"Close Modal Dialog": "Felugró ablak bezárása",
"Modal Window": "Felugró ablak",
"This modal can be closed by pressing the Escape key or activating the close button.": "Ezt a felugró ablakot az Escape gomb megnyomásával vagy a bezáró gomb aktiválásával lehet bezárni.",
", selected": ", kiválasztva",
"descriptions settings": "leírások beállítása",
"Text Edge Style": "Szövegél stílus",
"This is a modal window": "Ez egy felugró ablak",
"Cyan": "Cián",
"Dropshadow": "Á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.",
"Caption Settings Dialog": "Feliratbeállítások párbeszédablak",
", opens descriptions settings dialog": ", megnyitja a leírások beállításainak párbeszédablakját",
", opens captions settings dialog": ", megnyitja a magyarázó szövegek beállításainak párbeszédablakját",
", opens subtitles settings dialog": ", megnyitja a feliratok beállításainak párbeszédablakját",
"Seek to live, currently behind live": "Élő adáshoz tekerés, jelenleg az élő adás mögött van",
"Seek to live, currently playing live": "Élő adáshoz tekerés, jelenleg az élő adásnál van",
"progress bar timing: currentTime={1} duration={2}": "{1} / {2}",
"Magenta": "Lila",
"Script": "Script",
"Casual": "Casual",
"Monospace Serif": "Monospace Serif",
"Monospace Sans-Serif": "Monospace Sans-Serif",
"Proportional Sans-Serif": "Proportional Sans-Serif",
"Proportional Serif": "Proportional Serif",
"Uniform": "Uniform",
"Small Caps": "Kiskapitális",
"None": "Egyik sem",
"captions settings": "magyarázó szövegek beállításai",
"subtitles settings": "feliratok beállításai",
"Raised": "Emelt",
"Depressed": "Nyomott"
}

View File

@ -0,0 +1,89 @@
videojs.addLanguage('lv', {
"Audio Player": "Audio atskaņotājs",
"Video Player": "Video atskaņotājs",
"Play": "Atskaņot",
"Pause": "Pauzēt",
"Replay": "Atkārtot",
"Current Time": "Esošais laiks",
"Duration": "Ilgums",
"Remaining Time": "Atlikušais laiks",
"Stream Type": "Straumes veids",
"LIVE": "LIVE",
"Seek to live, currently behind live": "Pāriet uz tiešraidi",
"Seek to live, currently playing live": "Pāriet uz tiešraidi",
"Loaded": "Ielādēts",
"Progress": "Progress",
"Progress Bar": "Progresa josla",
"progress bar timing: currentTime={1} duration={2}": "{1} no {2}",
"Fullscreen": "Pilnekrāna režīms",
"Non-Fullscreen": "Iziet no pilnekrāna režīma",
"Mute": "Izslēgt skaņu",
"Unmute": "Ieslēgt skaņu",
"Playback Rate": "Atskaņošanas ātrums",
"Subtitles": "Subtitri",
"subtitles off": "Izslēgt subtitrus",
"Captions": "Paraksti",
"captions off": "Izslēgt parakstus",
"Chapters": "Temati",
"Descriptions": "Apraksti",
"descriptions off": "Izslēgt aprakstus",
"Audio Track": "Audio celiņš",
"Volume Level": "Skaļums",
"You aborted the media playback": "Atskaņošana atcelta",
"A network error caused the media download to fail part-way.": "Tīkla kļūdas dēļ, multivides lejupielāde neizdevās.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Neizdevās ielādēt multividi, iespējams severa, vai tīkla kļūmes dēļ, vai neatbalstīta formāta dēļ.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Atskaņošana tika pārtraukta tīkla kļūmes dēļ vai pārlūkprogrammas iespēju trūkuma dēļ.",
"No compatible source was found for this media.": "Netika atrasts atbilstošs multivides avots.",
"The media is encrypted and we do not have the keys to decrypt it.": "Multividi nevar atskaņot, jo tas ir kriptēts un nav pieejama dekriptēšanas atslēga.",
"Play Video": "Atskaņot video",
"Close": "Aizvērt",
"Close Modal Dialog": "Aizvērt logu",
"Modal Window": "Logs",
"This is a modal window": "Logs",
"This modal can be closed by pressing the Escape key or activating the close button.": "Šo logu var aizvērt, nospiežot uz aizvēršanas pogas vai taustiņa ESC.",
", opens captions settings dialog": ", atvērs parakstu logu",
", opens subtitles settings dialog": ", atvērs subtitru logu",
", opens descriptions settings dialog": ", atvērs aprakstu logu",
", selected": ", izvēlēts",
"captions settings": "parakstu iestatījumi",
"subtitles settings": "subtitru iestatījumi",
"descriptions settings": "aprakstu iestatījumi",
"Text": "Teksts",
"White": "Balts",
"Black": "Melns",
"Red": "Sarkans",
"Green": "Zaļš",
"Blue": "Zils",
"Yellow": "Dzeltens",
"Magenta": "Purpursarkana",
"Cyan": "Ciāna",
"Background": "Fons",
"Window": "Logs",
"Transparent": "Caurspīdīgs",
"Semi-Transparent": "Daļēji caurspīdīgs",
"Opaque": "Necaurspīdīgs",
"Font Size": "Šrifta izmērs",
"Text Edge Style": "Teksta ēnas stils",
"None": "Neviens",
"Raised": "Izvirzīts",
"Depressed": "Samazināts",
"Uniform": "Vienmērīgs",
"Dropshadow": "Ēnots",
"Font Family": "Šrifts",
"Proportional Sans-Serif": "Proportional Sans-Serif",
"Monospace Sans-Serif": "Monospace Sans-Serif",
"Proportional Serif": "Proportional Serif",
"Monospace Serif": "Monospace Serif",
"Casual": "Casual",
"Script": "Script",
"Small Caps": "Small Caps",
"Reset": "Atiestatīt",
"restore all settings to the default values": "atiestatīt iestatījumu uz noklusējumu",
"Done": "Gatavs",
"Caption Settings Dialog": "Parakstu iestatījumi",
"Beginning of dialog window. Escape will cancel and close the window.": "Paraksta iestatījumu sākums. Lai aizvērtu, spiediet ESC taustiņu.",
"End of dialog window.": "Parakstu iestatījumu loga beigas",
"{1} is loading.": "{1} ielādē.",
"Exit Picture-in-Picture": "Iziet no Attēls attēlā",
"Picture-in-Picture": "Attēls attēlā"
});

View File

@ -0,0 +1,89 @@
{
"Audio Player": "Audio atskaņotājs",
"Video Player": "Video atskaņotājs",
"Play": "Atskaņot",
"Pause": "Pauzēt",
"Replay": "Atkārtot",
"Current Time": "Esošais laiks",
"Duration": "Ilgums",
"Remaining Time": "Atlikušais laiks",
"Stream Type": "Straumes veids",
"LIVE": "LIVE",
"Seek to live, currently behind live": "Pāriet uz tiešraidi",
"Seek to live, currently playing live": "Pāriet uz tiešraidi",
"Loaded": "Ielādēts",
"Progress": "Progress",
"Progress Bar": "Progresa josla",
"progress bar timing: currentTime={1} duration={2}": "{1} no {2}",
"Fullscreen": "Pilnekrāna režīms",
"Non-Fullscreen": "Iziet no pilnekrāna režīma",
"Mute": "Izslēgt skaņu",
"Unmute": "Ieslēgt skaņu",
"Playback Rate": "Atskaņošanas ātrums",
"Subtitles": "Subtitri",
"subtitles off": "Izslēgt subtitrus",
"Captions": "Paraksti",
"captions off": "Izslēgt parakstus",
"Chapters": "Temati",
"Descriptions": "Apraksti",
"descriptions off": "Izslēgt aprakstus",
"Audio Track": "Audio celiņš",
"Volume Level": "Skaļums",
"You aborted the media playback": "Atskaņošana atcelta",
"A network error caused the media download to fail part-way.": "Tīkla kļūdas dēļ, multivides lejupielāde neizdevās.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Neizdevās ielādēt multividi, iespējams severa, vai tīkla kļūmes dēļ, vai neatbalstīta formāta dēļ.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Atskaņošana tika pārtraukta tīkla kļūmes dēļ vai pārlūkprogrammas iespēju trūkuma dēļ.",
"No compatible source was found for this media.": "Netika atrasts atbilstošs multivides avots.",
"The media is encrypted and we do not have the keys to decrypt it.": "Multividi nevar atskaņot, jo tas ir kriptēts un nav pieejama dekriptēšanas atslēga.",
"Play Video": "Atskaņot video",
"Close": "Aizvērt",
"Close Modal Dialog": "Aizvērt logu",
"Modal Window": "Logs",
"This is a modal window": "Logs",
"This modal can be closed by pressing the Escape key or activating the close button.": "Šo logu var aizvērt, nospiežot uz aizvēršanas pogas vai taustiņa ESC.",
", opens captions settings dialog": ", atvērs parakstu logu",
", opens subtitles settings dialog": ", atvērs subtitru logu",
", opens descriptions settings dialog": ", atvērs aprakstu logu",
", selected": ", izvēlēts",
"captions settings": "parakstu iestatījumi",
"subtitles settings": "subtitru iestatījumi",
"descriptions settings": "aprakstu iestatījumi",
"Text": "Teksts",
"White": "Balts",
"Black": "Melns",
"Red": "Sarkans",
"Green": "Zaļš",
"Blue": "Zils",
"Yellow": "Dzeltens",
"Magenta": "Purpursarkana",
"Cyan": "Ciāna",
"Background": "Fons",
"Window": "Logs",
"Transparent": "Caurspīdīgs",
"Semi-Transparent": "Daļēji caurspīdīgs",
"Opaque": "Necaurspīdīgs",
"Font Size": "Šrifta izmērs",
"Text Edge Style": "Teksta ēnas stils",
"None": "Neviens",
"Raised": "Izvirzīts",
"Depressed": "Samazināts",
"Uniform": "Vienmērīgs",
"Dropshadow": "Ēnots",
"Font Family": "Šrifts",
"Proportional Sans-Serif": "Proportional Sans-Serif",
"Monospace Sans-Serif": "Monospace Sans-Serif",
"Proportional Serif": "Proportional Serif",
"Monospace Serif": "Monospace Serif",
"Casual": "Casual",
"Script": "Script",
"Small Caps": "Small Caps",
"Reset": "Atiestatīt",
"restore all settings to the default values": "atiestatīt iestatījumu uz noklusējumu",
"Done": "Gatavs",
"Caption Settings Dialog": "Parakstu iestatījumi",
"Beginning of dialog window. Escape will cancel and close the window.": "Paraksta iestatījumu sākums. Lai aizvērtu, spiediet ESC taustiņu.",
"End of dialog window.": "Parakstu iestatījumu loga beigas",
"{1} is loading.": "{1} ielādē.",
"Exit Picture-in-Picture": "Iziet no Attēls attēlā",
"Picture-in-Picture": "Attēls attēlā"
}

View File

@ -1,5 +1,5 @@
videojs.addLanguage('nn', {
"Audio Player": "Ljudspelar",
"Audio Player": "Lydspelar",
"Video Player": "Videospelar",
"Play": "Spel",
"Pause": "Pause",
@ -17,8 +17,8 @@ videojs.addLanguage('nn', {
"progress bar timing: currentTime={1} duration={2}": "{1} av {2}",
"Fullscreen": "Fullskjerm",
"Non-Fullscreen": "Stenga fullskjerm",
"Mute": "Ljod av",
"Unmute": "Ljod på",
"Mute": "Lyd av",
"Unmute": "Lyd på",
"Playback Rate": "Avspelingshastigheit",
"Subtitles": "Teksting på",
"subtitles off": "Teksting av",
@ -27,7 +27,7 @@ videojs.addLanguage('nn', {
"Chapters": "Kapitel",
"Descriptions": "Beskrivingar",
"descriptions off": "beskrivingar av",
"Audio Track": "Ljudspor",
"Audio Track": "Lydspor",
"Volume Level": "Volumnivå",
"You aborted the media playback": "Du avbraut avspelinga.",
"A network error caused the media download to fail part-way.": "Ein nettverksfeil avbraut nedlasting av videoen.",
@ -47,7 +47,7 @@ videojs.addLanguage('nn', {
", selected": ", vald",
"captions settings": "innstillingar for teksting",
"subtitles settings": "innstillingar for teksting",
"descriptions settings": "innstillingar for beskrivingar",
"descriptions settings": "innstillingar for skildringar",
"Text": "Tekst",
"White": "Kvit",
"Black": "Svart",
@ -62,7 +62,7 @@ videojs.addLanguage('nn', {
"Transparent": "Gjennomsiktig",
"Semi-Transparent": "Delvis gjennomsiktig",
"Opaque": "Ugjennomsiktig",
"Font Size": "Tekststørrelse",
"Font Size": "Tekststorleik",
"Text Edge Style": "Tekstkant",
"None": "Ingen",
"Raised": "Utheva",

View File

@ -1,5 +1,5 @@
{
"Audio Player": "Ljudspelar",
"Audio Player": "Lydspelar",
"Video Player": "Videospelar",
"Play": "Spel",
"Pause": "Pause",
@ -17,8 +17,8 @@
"progress bar timing: currentTime={1} duration={2}": "{1} av {2}",
"Fullscreen": "Fullskjerm",
"Non-Fullscreen": "Stenga fullskjerm",
"Mute": "Ljod av",
"Unmute": "Ljod på",
"Mute": "Lyd av",
"Unmute": "Lyd på",
"Playback Rate": "Avspelingshastigheit",
"Subtitles": "Teksting på",
"subtitles off": "Teksting av",
@ -27,7 +27,7 @@
"Chapters": "Kapitel",
"Descriptions": "Beskrivingar",
"descriptions off": "beskrivingar av",
"Audio Track": "Ljudspor",
"Audio Track": "Lydspor",
"Volume Level": "Volumnivå",
"You aborted the media playback": "Du avbraut avspelinga.",
"A network error caused the media download to fail part-way.": "Ein nettverksfeil avbraut nedlasting av videoen.",
@ -47,7 +47,7 @@
", selected": ", vald",
"captions settings": "innstillingar for teksting",
"subtitles settings": "innstillingar for teksting",
"descriptions settings": "innstillingar for beskrivingar",
"descriptions settings": "innstillingar for skildringar",
"Text": "Tekst",
"White": "Kvit",
"Black": "Svart",
@ -62,7 +62,7 @@
"Transparent": "Gjennomsiktig",
"Semi-Transparent": "Delvis gjennomsiktig",
"Opaque": "Ugjennomsiktig",
"Font Size": "Tekststørrelse",
"Font Size": "Tekststorleik",
"Text Edge Style": "Tekstkant",
"None": "Ingen",
"Raised": "Utheva",

View File

@ -1,6 +1,9 @@
videojs.addLanguage('pl', {
"Audio Player": "Odtwarzacz audio",
"Video Player": "Odtwarzacz wideo",
"Play": "Odtwarzaj",
"Pause": "Pauza",
"Replay": "Odtwórz ponownie",
"Current Time": "Aktualny czas",
"Duration": "Czas trwania",
"Remaining Time": "Pozostały czas",
@ -8,6 +11,7 @@ videojs.addLanguage('pl', {
"LIVE": "NA ŻYWO",
"Loaded": "Załadowany",
"Progress": "Status",
"Progress Bar": "Pasek stanu",
"Fullscreen": "Pełny ekran",
"Non-Fullscreen": "Pełny ekran niedostępny",
"Mute": "Wyłącz dźwięk",
@ -18,17 +22,57 @@ videojs.addLanguage('pl', {
"Captions": "Transkrypcja",
"captions off": "Transkrypcja wyłączona",
"Chapters": "Rozdziały",
"Descriptions": "Opisy",
"descriptions off": "Opisy wyłączone",
"Audio Track": "Ścieżka audio",
"Volume Level": "Poziom głośności",
"You aborted the media playback": "Odtwarzanie zostało przerwane",
"A network error caused the media download to fail part-way.": "Problemy z siecią spowodowały błąd przy pobieraniu materiału wideo.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Materiał wideo nie może być załadowany, ponieważ wystąpił problem z siecią lub format nie jest obsługiwany",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Odtwarzanie materiału wideo zostało przerwane z powodu uszkodzonego pliku wideo lub z powodu błędu funkcji, które nie są wspierane przez przeglądarkę.",
"No compatible source was found for this media.": "Dla tego materiału wideo nie znaleziono kompatybilnego źródła.",
"The media is encrypted and we do not have the keys to decrypt it.": "Źródło jest zaszyfrowane i nie mamy kluczy do jego odszyfrowania.",
"Play Video": "Odtwarzaj wideo",
"Close": "Zamknij",
"Modal Window": "Okno Modala",
"Close Modal Dialog": "Zamknij okno modala",
"Modal Window": "Okno modala",
"This is a modal window": "To jest okno modala",
"This modal can be closed by pressing the Escape key or activating the close button.": "Ten modal możesz zamknąć naciskając przycisk Escape albo wybierając przycisk Zamknij.",
", opens captions settings dialog": ", otwiera okno dialogowe ustawień transkrypcji",
", opens subtitles settings dialog": ", otwiera okno dialogowe napisów",
", selected": ", zaznaczone"
", opens descriptions settings dialog": ", otwiera okno dialogowe opisów",
", selected": ", zaznaczone",
"captions settings": "ustawienia transkrypcji",
"subtitles settings": "ustawienia napisów",
"descriptions settings": "ustawienia opisów",
"Text": "Tekst",
"White": "Biały",
"Black": "Czarny",
"Red": "Czerwony",
"Green": "Zielony",
"Blue": "Niebieski",
"Yellow": "Żółty",
"Magenta": "Magenta",
"Cyan": "Cyjan",
"Background": "Tło",
"Window": "Okno",
"Transparent": "Przezroczysty",
"Semi-Transparent": "Półprzezroczysty",
"Opaque": "Nieprzezroczysty",
"Font Size": "Rozmiar czcionki",
"Text Edge Style": "Styl krawędzi tekstu",
"None": "Brak",
"Raised": "Podniesiony",
"Depressed": "Obniżony",
"Uniform": "Równomierny",
"Dropshadow": "Cień",
"Font Family": "Czcionka",
"Reset": "Ustawienia domyślne",
"restore all settings to the default values": "zresetuj wszystkie ustawienia do domyślnych wartości",
"Done": "Gotowe",
"Caption Settings Dialog": "Okno dialogowe ustawień transkrypcji",
"Beginning of dialog window. Escape will cancel and close the window.": "Początek okna dialogowego. Escape anuluje i zamknie okno.",
"End of dialog window.": "Koniec okna dialogowego.",
"Exit Picture-in-Picture": "Wyjdź z trybu obraz w obrazie",
"Picture-in-Picture": "Obraz w obrazie"
});

View File

@ -1,6 +1,9 @@
{
"Audio Player": "Odtwarzacz audio",
"Video Player": "Odtwarzacz wideo",
"Play": "Odtwarzaj",
"Pause": "Pauza",
"Replay": "Odtwórz ponownie",
"Current Time": "Aktualny czas",
"Duration": "Czas trwania",
"Remaining Time": "Pozostały czas",
@ -8,6 +11,7 @@
"LIVE": "NA ŻYWO",
"Loaded": "Załadowany",
"Progress": "Status",
"Progress Bar": "Pasek stanu",
"Fullscreen": "Pełny ekran",
"Non-Fullscreen": "Pełny ekran niedostępny",
"Mute": "Wyłącz dźwięk",
@ -18,17 +22,57 @@
"Captions": "Transkrypcja",
"captions off": "Transkrypcja wyłączona",
"Chapters": "Rozdziały",
"Descriptions": "Opisy",
"descriptions off": "Opisy wyłączone",
"Audio Track": "Ścieżka audio",
"Volume Level": "Poziom głośności",
"You aborted the media playback": "Odtwarzanie zostało przerwane",
"A network error caused the media download to fail part-way.": "Problemy z siecią spowodowały błąd przy pobieraniu materiału wideo.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Materiał wideo nie może być załadowany, ponieważ wystąpił problem z siecią lub format nie jest obsługiwany",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Odtwarzanie materiału wideo zostało przerwane z powodu uszkodzonego pliku wideo lub z powodu błędu funkcji, które nie są wspierane przez przeglądarkę.",
"No compatible source was found for this media.": "Dla tego materiału wideo nie znaleziono kompatybilnego źródła.",
"The media is encrypted and we do not have the keys to decrypt it.": "Źródło jest zaszyfrowane i nie mamy kluczy do jego odszyfrowania.",
"Play Video": "Odtwarzaj wideo",
"Close": "Zamknij",
"Modal Window": "Okno Modala",
"Close Modal Dialog": "Zamknij okno modala",
"Modal Window": "Okno modala",
"This is a modal window": "To jest okno modala",
"This modal can be closed by pressing the Escape key or activating the close button.": "Ten modal możesz zamknąć naciskając przycisk Escape albo wybierając przycisk Zamknij.",
", opens captions settings dialog": ", otwiera okno dialogowe ustawień transkrypcji",
", opens subtitles settings dialog": ", otwiera okno dialogowe napisów",
", selected": ", zaznaczone"
", opens descriptions settings dialog": ", otwiera okno dialogowe opisów",
", selected": ", zaznaczone",
"captions settings": "ustawienia transkrypcji",
"subtitles settings": "ustawienia napisów",
"descriptions settings": "ustawienia opisów",
"Text": "Tekst",
"White": "Biały",
"Black": "Czarny",
"Red": "Czerwony",
"Green": "Zielony",
"Blue": "Niebieski",
"Yellow": "Żółty",
"Magenta": "Magenta",
"Cyan": "Cyjan",
"Background": "Tło",
"Window": "Okno",
"Transparent": "Przezroczysty",
"Semi-Transparent": "Półprzezroczysty",
"Opaque": "Nieprzezroczysty",
"Font Size": "Rozmiar czcionki",
"Text Edge Style": "Styl krawędzi tekstu",
"None": "Brak",
"Raised": "Podniesiony",
"Depressed": "Obniżony",
"Uniform": "Równomierny",
"Dropshadow": "Cień",
"Font Family": "Czcionka",
"Reset": "Ustawienia domyślne",
"restore all settings to the default values": "zresetuj wszystkie ustawienia do domyślnych wartości",
"Done": "Gotowe",
"Caption Settings Dialog": "Okno dialogowe ustawień transkrypcji",
"Beginning of dialog window. Escape will cancel and close the window.": "Początek okna dialogowego. Escape anuluje i zamknie okno.",
"End of dialog window.": "Koniec okna dialogowego.",
"Exit Picture-in-Picture": "Wyjdź z trybu obraz w obrazie",
"Picture-in-Picture": "Obraz w obrazie"
}

View File

@ -0,0 +1,89 @@
videojs.addLanguage('ro', {
"Audio Player": "Player audio",
"Video Player": "Player video",
"Play": "Piesă",
"Pause": "Pauză",
"Replay": "Reluare",
"Current Time": "Ora curentă",
"Duration": "Durată",
"Remaining Time": "Timp rămas",
"Stream Type": "Tip flux",
"LIVE": "ÎN DIRECT",
"Seek to live, currently behind live": "Căutare în direct; în prezent, sunteți în urmă",
"Seek to live, currently playing live": "Căutare în direct; în prezent, se redă în direct",
"Loaded": "Încărcat",
"Progress": "Progres",
"Progress Bar": "Bară de progres",
"progress bar timing: currentTime={1} duration={2}": "{1} din {2}",
"Fullscreen": "Ecran complet",
"Non-Fullscreen": "Ecran parțial",
"Mute": "Suprimare sunet",
"Unmute": "Activare sunet",
"Playback Rate": "Rată de redare",
"Subtitles": "Subtitrări",
"subtitles off": "subtitrări dezactivate",
"Captions": "Indicații scrise",
"captions off": "indicații scrise dezactivate",
"Chapters": "Capitole",
"Descriptions": "Descrieri",
"descriptions off": "descrieri dezactivate",
"Audio Track": "Pistă audio",
"Volume Level": "Nivel volum",
"You aborted the media playback": "Ați abandonat redarea media",
"A network error caused the media download to fail part-way.": "O eroare de rețea a provocat eșecul descărcării conținutului media în timpul procesului.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Conținutul media nu a putut fi încărcat, fie pentru că serverul sau rețeaua a eșuat, fie pentru că formatul nu este acceptat.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Redarea media a fost întreruptă din cauza conținutului corupt sau din cauza faptului că acest conținut media folosește funcții pe care browserul dvs. nu le acceptă.",
"No compatible source was found for this media.": "Nu au fost găsite surse compatibile pentru acest conținut media.",
"The media is encrypted and we do not have the keys to decrypt it.": "Conținutul media este criptată și nu avem cheile pentru decriptare.",
"Play Video": "Redare video",
"Close": "Închidere",
"Close Modal Dialog": "Închidere dialog modal",
"Modal Window": "Fereastră modală",
"This is a modal window": "Aceasta este o fereastră modală",
"This modal can be closed by pressing the Escape key or activating the close button.": "Această fereastră modală poate fi închisă cu tasta Escape sau butonul de închidere.",
", opens captions settings dialog": ", deschide dialogul de setări pentru indicații scrise",
", opens subtitles settings dialog": ", deschide dialogul de setări pentru subtitrări",
", opens descriptions settings dialog": ", deschide dialogul de setări pentru descrieri",
", selected": ", selectat",
"captions settings": "setări indicații scrise",
"subtitles settings": "setări subtitrări",
"descriptions settings": "setări descrieri",
"Text": "Text",
"White": "Alb",
"Black": "Negru",
"Red": "Roșu",
"Green": "Verde",
"Blue": "Albastru",
"Yellow": "Galben",
"Magenta": "Magenta",
"Cyan": "Cyan",
"Background": "Fundal",
"Window": "Fereastră",
"Transparent": "Transparent",
"Semi-Transparent": "Semitransparent",
"Opaque": "Opac",
"Font Size": "Mărime font",
"Text Edge Style": "Stil margine text",
"None": "Fără",
"Raised": "Ridicat",
"Depressed": "Apăsat",
"Uniform": "Uniformă",
"Dropshadow": "Umbră",
"Font Family": "Familie fonturi",
"Proportional Sans-Serif": "Sans-serif proporțional",
"Monospace Sans-Serif": "Sans-serif monospațiu",
"Proportional Serif": "Serif proporțional",
"Monospace Serif": "Serif monospațiu",
"Casual": "Informal",
"Script": "Script",
"Small Caps": "Majuscule mici",
"Reset": "Resetare",
"restore all settings to the default values": "readuceți toate setările la valorile implicite",
"Done": "Terminat",
"Caption Settings Dialog": "Dialog setări indicații scrise",
"Beginning of dialog window. Escape will cancel and close the window.": "Începutul ferestrei de dialog. Tasta Escape va anula și va închide fereastra.",
"End of dialog window.": "Sfârșitul ferestrei de dialog.",
"{1} is loading.": "{1} se încarcă.",
"Exit Picture-in-Picture": "Închidere imagine în imagine",
"Picture-in-Picture": "Imagine în imagine"
});

View File

@ -0,0 +1,89 @@
{
"Audio Player": "Player audio",
"Video Player": "Player video",
"Play": "Piesă",
"Pause": "Pauză",
"Replay": "Reluare",
"Current Time": "Ora curentă",
"Duration": "Durată",
"Remaining Time": "Timp rămas",
"Stream Type": "Tip flux",
"LIVE": "ÎN DIRECT",
"Seek to live, currently behind live": "Căutare în direct; în prezent, sunteți în urmă",
"Seek to live, currently playing live": "Căutare în direct; în prezent, se redă în direct",
"Loaded": "Încărcat",
"Progress": "Progres",
"Progress Bar": "Bară de progres",
"progress bar timing: currentTime={1} duration={2}": "{1} din {2}",
"Fullscreen": "Ecran complet",
"Non-Fullscreen": "Ecran parțial",
"Mute": "Suprimare sunet",
"Unmute": "Activare sunet",
"Playback Rate": "Rată de redare",
"Subtitles": "Subtitrări",
"subtitles off": "subtitrări dezactivate",
"Captions": "Indicații scrise",
"captions off": "indicații scrise dezactivate",
"Chapters": "Capitole",
"Descriptions": "Descrieri",
"descriptions off": "descrieri dezactivate",
"Audio Track": "Pistă audio",
"Volume Level": "Nivel volum",
"You aborted the media playback": "Ați abandonat redarea media",
"A network error caused the media download to fail part-way.": "O eroare de rețea a provocat eșecul descărcării conținutului media în timpul procesului.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Conținutul media nu a putut fi încărcat, fie pentru că serverul sau rețeaua a eșuat, fie pentru că formatul nu este acceptat.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Redarea media a fost întreruptă din cauza conținutului corupt sau din cauza faptului că acest conținut media folosește funcții pe care browserul dvs. nu le acceptă.",
"No compatible source was found for this media.": "Nu au fost găsite surse compatibile pentru acest conținut media.",
"The media is encrypted and we do not have the keys to decrypt it.": "Conținutul media este criptată și nu avem cheile pentru decriptare.",
"Play Video": "Redare video",
"Close": "Închidere",
"Close Modal Dialog": "Închidere dialog modal",
"Modal Window": "Fereastră modală",
"This is a modal window": "Aceasta este o fereastră modală",
"This modal can be closed by pressing the Escape key or activating the close button.": "Această fereastră modală poate fi închisă cu tasta Escape sau butonul de închidere.",
", opens captions settings dialog": ", deschide dialogul de setări pentru indicații scrise",
", opens subtitles settings dialog": ", deschide dialogul de setări pentru subtitrări",
", opens descriptions settings dialog": ", deschide dialogul de setări pentru descrieri",
", selected": ", selectat",
"captions settings": "setări indicații scrise",
"subtitles settings": "setări subtitrări",
"descriptions settings": "setări descrieri",
"Text": "Text",
"White": "Alb",
"Black": "Negru",
"Red": "Roșu",
"Green": "Verde",
"Blue": "Albastru",
"Yellow": "Galben",
"Magenta": "Magenta",
"Cyan": "Cyan",
"Background": "Fundal",
"Window": "Fereastră",
"Transparent": "Transparent",
"Semi-Transparent": "Semitransparent",
"Opaque": "Opac",
"Font Size": "Mărime font",
"Text Edge Style": "Stil margine text",
"None": "Fără",
"Raised": "Ridicat",
"Depressed": "Apăsat",
"Uniform": "Uniformă",
"Dropshadow": "Umbră",
"Font Family": "Familie fonturi",
"Proportional Sans-Serif": "Sans-serif proporțional",
"Monospace Sans-Serif": "Sans-serif monospațiu",
"Proportional Serif": "Serif proporțional",
"Monospace Serif": "Serif monospațiu",
"Casual": "Informal",
"Script": "Script",
"Small Caps": "Majuscule mici",
"Reset": "Resetare",
"restore all settings to the default values": "readuceți toate setările la valorile implicite",
"Done": "Terminat",
"Caption Settings Dialog": "Dialog setări indicații scrise",
"Beginning of dialog window. Escape will cancel and close the window.": "Începutul ferestrei de dialog. Tasta Escape va anula și va închide fereastra.",
"End of dialog window.": "Sfârșitul ferestrei de dialog.",
"{1} is loading.": "{1} se încarcă.",
"Exit Picture-in-Picture": "Închidere imagine în imagine",
"Picture-in-Picture": "Imagine în imagine"
}

View File

@ -0,0 +1,83 @@
videojs.addLanguage('sl', {
"Audio Player": "Avdio predvajalnik",
"Video Player": "Video predvajalnik",
"Play": "Predvajaj",
"Pause": "Začasno ustavi",
"Replay": "Predvajaj ponovno",
"Current Time": "Trenutni čas",
"Duration": "Trajanje",
"Remaining Time": "Preostali čas",
"Stream Type": "Vrsta podatkovnega toka",
"LIVE": "V ŽIVO",
"Seek to live, currently behind live": "Spremljaj v živo (trenutno v zaostanku)",
"Seek to live, currently playing live": "Spremljaj v živo (trenutno v živo)",
"Loaded": "Naloženo",
"Progress": "Napredek",
"Progress Bar": "Vrstica napredka",
"progress bar timing: currentTime={1} duration={2}": "{1} od {2}",
"Fullscreen": "Celozaslonski prikaz",
"Non-Fullscreen": "Prikaz na delu zaslona",
"Mute": "Izključi zvok",
"Unmute": "Vključi zvok",
"Playback Rate": "Hitrost predvajanja",
"Subtitles": "Podnapisi",
"subtitles off": "podnapisi izklopljeni",
"Captions": "Zvočni zapis",
"captions off": "zvočni zapis izklopljen",
"Chapters": "Poglavja",
"Descriptions": "Opisi",
"descriptions off": "opisi izklopljeni",
"Audio Track": "Zvočni posnetek",
"Volume Level": "Raven glasnosti",
"You aborted the media playback": "Prekinili ste predvajanje.",
"A network error caused the media download to fail part-way.": "Prenos multimedijske datoteke ni uspel zaradi napake v omrežju.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Multimedijske datoteke ni bilo mogoče naložiti zaradi napake na strežniku oziroma omrežju ali ker ta oblika ni podprta.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Predvajanje datoteke je bilo prekinjeno zaradi napak v datoteki ali ker uporablja funkcije, ki jih brskalnik ne podpira.",
"No compatible source was found for this media.": "Za to datoteko ni bil najden noben združljiv vir.",
"The media is encrypted and we do not have the keys to decrypt it.": "Datoteka je šifrirana in predvajalnik nima ključev za njeno dešifriranje.",
"Play Video": "Predvajaj",
"Close": "Zapri",
"Close Modal Dialog": "Zapri modalno okno",
"Modal Window": "Modalno okno",
"This is a modal window": "To je modalno okno",
"This modal can be closed by pressing the Escape key or activating the close button.": "To okno lahko zaprete s pritiskom na tipko Escape ali z aktiviranjem gumba za zapiranje.",
", opens captions settings dialog": ", odpre nastavitve za zvočni zapis",
", opens subtitles settings dialog": ", odpre nastavitve za podnapise",
", opens descriptions settings dialog": ", odpre nastavitve za opis",
", selected": ", izbrano",
"captions settings": "nastavitve zvočnega zapisa",
"subtitles settings": "nastavitve podnapisov",
"descriptions settings": "nastavitve opisa",
"Text": "Tekst",
"White": "Bela",
"Black": "Črna",
"Red": "Rdeča",
"Green": "Zelena",
"Blue": "Modra",
"Yellow": "Rumena",
"Magenta": "Magenta",
"Cyan": "Cian",
"Background": "Ozadje",
"Window": "Okno",
"Transparent": "Prozorno",
"Semi-Transparent": "Delno prozorno",
"Opaque": "Neprozorno",
"Font Size": "Velikost pisave",
"Text Edge Style": "Slog roba besedila",
"None": "Brez",
"Raised": "Dvignjeno",
"Depressed": "Vtisnjeno",
"Uniform": "Enakomerno",
"Dropshadow": "S senco",
"Font Family": "Družina pisave",
"Small Caps": "Male črke",
"Reset": "Ponastavi",
"restore all settings to the default values": "obnovi vse nastavitve na privzete vrednosti",
"Done": "Končano",
"Caption Settings Dialog": "Pogovorno okno za nastavitve zvočnega zapisa",
"Beginning of dialog window. Escape will cancel and close the window.": "Začetek pogovornega okna. Escape bo preklical in zaprl okno.",
"End of dialog window.": "Konec pogovornega okna.",
"{1} is loading.": "{1} se nalaga.",
"Exit Picture-in-Picture": "Izhod iz slike v sliki",
"Picture-in-Picture": "Slika v sliki"
});

View File

@ -0,0 +1,83 @@
{
"Audio Player": "Avdio predvajalnik",
"Video Player": "Video predvajalnik",
"Play": "Predvajaj",
"Pause": "Začasno ustavi",
"Replay": "Predvajaj ponovno",
"Current Time": "Trenutni čas",
"Duration": "Trajanje",
"Remaining Time": "Preostali čas",
"Stream Type": "Vrsta podatkovnega toka",
"LIVE": "V ŽIVO",
"Seek to live, currently behind live": "Spremljaj v živo (trenutno v zaostanku)",
"Seek to live, currently playing live": "Spremljaj v živo (trenutno v živo)",
"Loaded": "Naloženo",
"Progress": "Napredek",
"Progress Bar": "Vrstica napredka",
"progress bar timing: currentTime={1} duration={2}": "{1} od {2}",
"Fullscreen": "Celozaslonski prikaz",
"Non-Fullscreen": "Prikaz na delu zaslona",
"Mute": "Izključi zvok",
"Unmute": "Vključi zvok",
"Playback Rate": "Hitrost predvajanja",
"Subtitles": "Podnapisi",
"subtitles off": "podnapisi izklopljeni",
"Captions": "Zvočni zapis",
"captions off": "zvočni zapis izklopljen",
"Chapters": "Poglavja",
"Descriptions": "Opisi",
"descriptions off": "opisi izklopljeni",
"Audio Track": "Zvočni posnetek",
"Volume Level": "Raven glasnosti",
"You aborted the media playback": "Prekinili ste predvajanje.",
"A network error caused the media download to fail part-way.": "Prenos multimedijske datoteke ni uspel zaradi napake v omrežju.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Multimedijske datoteke ni bilo mogoče naložiti zaradi napake na strežniku oziroma omrežju ali ker ta oblika ni podprta.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Predvajanje datoteke je bilo prekinjeno zaradi napak v datoteki ali ker uporablja funkcije, ki jih brskalnik ne podpira.",
"No compatible source was found for this media.": "Za to datoteko ni bil najden noben združljiv vir.",
"The media is encrypted and we do not have the keys to decrypt it.": "Datoteka je šifrirana in predvajalnik nima ključev za njeno dešifriranje.",
"Play Video": "Predvajaj",
"Close": "Zapri",
"Close Modal Dialog": "Zapri modalno okno",
"Modal Window": "Modalno okno",
"This is a modal window": "To je modalno okno",
"This modal can be closed by pressing the Escape key or activating the close button.": "To okno lahko zaprete s pritiskom na tipko Escape ali z aktiviranjem gumba za zapiranje.",
", opens captions settings dialog": ", odpre nastavitve za zvočni zapis",
", opens subtitles settings dialog": ", odpre nastavitve za podnapise",
", opens descriptions settings dialog": ", odpre nastavitve za opis",
", selected": ", izbrano",
"captions settings": "nastavitve zvočnega zapisa",
"subtitles settings": "nastavitve podnapisov",
"descriptions settings": "nastavitve opisa",
"Text": "Tekst",
"White": "Bela",
"Black": "Črna",
"Red": "Rdeča",
"Green": "Zelena",
"Blue": "Modra",
"Yellow": "Rumena",
"Magenta": "Magenta",
"Cyan": "Cian",
"Background": "Ozadje",
"Window": "Okno",
"Transparent": "Prozorno",
"Semi-Transparent": "Delno prozorno",
"Opaque": "Neprozorno",
"Font Size": "Velikost pisave",
"Text Edge Style": "Slog roba besedila",
"None": "Brez",
"Raised": "Dvignjeno",
"Depressed": "Vtisnjeno",
"Uniform": "Enakomerno",
"Dropshadow": "S senco",
"Font Family": "Družina pisave",
"Small Caps": "Male črke",
"Reset": "Ponastavi",
"restore all settings to the default values": "obnovi vse nastavitve na privzete vrednosti",
"Done": "Končano",
"Caption Settings Dialog": "Pogovorno okno za nastavitve zvočnega zapisa",
"Beginning of dialog window. Escape will cancel and close the window.": "Začetek pogovornega okna. Escape bo preklical in zaprl okno.",
"End of dialog window.": "Konec pogovornega okna.",
"{1} is loading.": "{1} se nalaga.",
"Exit Picture-in-Picture": "Izhod iz slike v sliki",
"Picture-in-Picture": "Slika v sliki"
}

View File

@ -0,0 +1,89 @@
videojs.addLanguage('te', {
"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}": "{1} యొక్క {2}",
"Fullscreen": "పూర్తి స్క్రీన్",
"Non-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.": "ఎస్కేప్ కీని నొక్కడం ద్వారా లేదా క్లోజ్ బటన్‌ను యాక్టివేట్ చేయడం ద్వారా ఈ మోడల్‌ను మూసివేయవచ్చు.",
", 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.": "డైలాగ్ విండో ప్రారంభం. ఎస్కేప్ విండోను రద్దు చేస్తుంది మరియు మూసివేస్తుంది.",
"End of dialog window.": "డైలాగ్ విండో ముగింపు.",
"{1} is loading.": "{1} లోడ్ అవుతోంది.",
"Exit Picture-in-Picture": "పిక్చర్-ఇన్-పిక్చర్ నుండి నిష్క్రమించండి",
"Picture-in-Picture": "పిక్చర్-ఇన్-పిక్చర్"
});

View File

@ -0,0 +1,89 @@
{
"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}": "{1} యొక్క {2}",
"Fullscreen": "పూర్తి స్క్రీన్",
"Non-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.": "ఎస్కేప్ కీని నొక్కడం ద్వారా లేదా క్లోజ్ బటన్‌ను యాక్టివేట్ చేయడం ద్వారా ఈ మోడల్‌ను మూసివేయవచ్చు.",
", 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.": "డైలాగ్ విండో ప్రారంభం. ఎస్కేప్ విండోను రద్దు చేస్తుంది మరియు మూసివేస్తుంది.",
"End of dialog window.": "డైలాగ్ విండో ముగింపు.",
"{1} is loading.": "{1} లోడ్ అవుతోంది.",
"Exit Picture-in-Picture": "పిక్చర్-ఇన్-పిక్చర్ నుండి నిష్క్రమించండి",
"Picture-in-Picture": "పిక్చర్-ఇన్-పిక్చర్"
}

View File

@ -0,0 +1,89 @@
videojs.addLanguage('th', {
"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}": "{1} ของ {2}",
"Fullscreen": "แบบเต็มหน้าจอ",
"Non-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": "Sans-Serif ตามสัดส่วน",
"Monospace Sans-Serif": "Sans-Serif ช่องว่างเดี่ยว",
"Proportional Serif": "Serif ตามสัดส่วน",
"Monospace Serif": "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,89 @@
{
"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}": "{1} ของ {2}",
"Fullscreen": "แบบเต็มหน้าจอ",
"Non-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": "Sans-Serif ตามสัดส่วน",
"Monospace Sans-Serif": "Sans-Serif ช่องว่างเดี่ยว",
"Proportional Serif": "Serif ตามสัดส่วน",
"Monospace Serif": "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

@ -24,24 +24,24 @@ videojs.addLanguage('zh-Hant', {
"Audio Track": "音軌",
"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.": "影片已加密,無法解密。",
"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": "關閉",
"Modal Window": "對話框",
"This is a modal window": "這是一個對話框",
"This modal can be closed by pressing the Escape key or activating the close button.": "可以按ESC按鍵或啟用關閉按鈕來關閉此對話框。",
"Modal Window": "強制回應視窗",
"This is a modal window": "此為強制回應視窗",
"This modal can be closed by pressing the Escape key or activating the close button.": "可以按ESC按鍵或關閉按鈕來關閉此視窗。",
", opens captions settings dialog": ", 開啟標題設定對話框",
", opens subtitles settings dialog": ", 開啟字幕設定對話框",
", opens descriptions settings dialog": ", 開啟描述設定對話框",
", selected": ", 選擇",
"captions settings": "字幕設定",
"Audio Player": "音播放器",
"Video Player": "視播放器",
"Audio Player": "音播放器",
"Video Player": "視播放器",
"Replay": "重播",
"Progress Bar": "進度小節",
"Progress Bar": "進度",
"Volume Level": "音量",
"subtitles settings": "字幕設定",
"descriptions settings": "描述設定",
@ -66,22 +66,22 @@ videojs.addLanguage('zh-Hant', {
"Depressed": "壓低",
"Uniform": "均勻",
"Dropshadow": "下陰影",
"Font Family": "字型",
"Proportional Sans-Serif": "比例無細體",
"Monospace Sans-Serif": "單間隔無細體",
"Proportional Serif": "比例細體",
"Monospace Serif": "單間隔細體",
"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.": "開始對話視窗。離開會取消關閉視窗",
"Caption Settings Dialog": "字幕設定對話框",
"Beginning of dialog window. Escape will cancel and close the window.": "開始對話視窗。離開會取消關閉視窗",
"End of dialog window.": "結束對話視窗",
"Seek to live, currently behind live": "試圖直播,目前延時播放",
"Seek to live, currently playing live": "試圖直播,目前即時播放",
"Seek to live, currently behind live": "快轉至直播,目前為稍早畫面",
"Seek to live, currently playing live": "快轉至直播,目前為現場畫面",
"progress bar timing: currentTime={1} duration={2}": "{1}/{2}",
"{1} is loading.": "{1} 正在載入。"
});

View File

@ -24,24 +24,24 @@
"Audio Track": "音軌",
"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.": "影片已加密,無法解密。",
"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": "關閉",
"Modal Window": "對話框",
"This is a modal window": "這是一個對話框",
"This modal can be closed by pressing the Escape key or activating the close button.": "可以按ESC按鍵或啟用關閉按鈕來關閉此對話框。",
"Modal Window": "強制回應視窗",
"This is a modal window": "此為強制回應視窗",
"This modal can be closed by pressing the Escape key or activating the close button.": "可以按ESC按鍵或關閉按鈕來關閉此視窗。",
", opens captions settings dialog": ", 開啟標題設定對話框",
", opens subtitles settings dialog": ", 開啟字幕設定對話框",
", opens descriptions settings dialog": ", 開啟描述設定對話框",
", selected": ", 選擇",
"captions settings": "字幕設定",
"Audio Player": "音播放器",
"Video Player": "視播放器",
"Audio Player": "音播放器",
"Video Player": "視播放器",
"Replay": "重播",
"Progress Bar": "進度小節",
"Progress Bar": "進度",
"Volume Level": "音量",
"subtitles settings": "字幕設定",
"descriptions settings": "描述設定",
@ -66,22 +66,22 @@
"Depressed": "壓低",
"Uniform": "均勻",
"Dropshadow": "下陰影",
"Font Family": "字型",
"Proportional Sans-Serif": "比例無細體",
"Monospace Sans-Serif": "單間隔無細體",
"Proportional Serif": "比例細體",
"Monospace Serif": "單間隔細體",
"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.": "開始對話視窗。離開會取消關閉視窗",
"Caption Settings Dialog": "字幕設定對話框",
"Beginning of dialog window. Escape will cancel and close the window.": "開始對話視窗。離開會取消關閉視窗",
"End of dialog window.": "結束對話視窗",
"Seek to live, currently behind live": "試圖直播,目前延時播放",
"Seek to live, currently playing live": "試圖直播,目前即時播放",
"Seek to live, currently behind live": "快轉至直播,目前為稍早畫面",
"Seek to live, currently playing live": "快轉至直播,目前為現場畫面",
"progress bar timing: currentTime={1} duration={2}": "{1}/{2}",
"{1} is loading.": "{1} 正在載入。"
}

View File

@ -24,24 +24,24 @@ videojs.addLanguage('zh-TW', {
"Audio Track": "音軌",
"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.": "影片已加密,無法解密。",
"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": "關閉",
"Modal Window": "對話框",
"This is a modal window": "這是一個對話框",
"This modal can be closed by pressing the Escape key or activating the close button.": "可以按ESC按鍵或啟用關閉按鈕來關閉此對話框。",
"Modal Window": "強制回應視窗",
"This is a modal window": "此為強制回應視窗",
"This modal can be closed by pressing the Escape key or activating the close button.": "可以按ESC按鍵或關閉按鈕來關閉此視窗。",
", opens captions settings dialog": ", 開啟標題設定對話框",
", opens subtitles settings dialog": ", 開啟字幕設定對話框",
", opens descriptions settings dialog": ", 開啟描述設定對話框",
", selected": ", 選擇",
"captions settings": "字幕設定",
"Audio Player": "音播放器",
"Video Player": "視播放器",
"Audio Player": "音播放器",
"Video Player": "視播放器",
"Replay": "重播",
"Progress Bar": "進度小節",
"Progress Bar": "進度",
"Volume Level": "音量",
"subtitles settings": "字幕設定",
"descriptions settings": "描述設定",
@ -66,22 +66,22 @@ videojs.addLanguage('zh-TW', {
"Depressed": "壓低",
"Uniform": "均勻",
"Dropshadow": "下陰影",
"Font Family": "字型",
"Proportional Sans-Serif": "比例無細體",
"Monospace Sans-Serif": "單間隔無細體",
"Proportional Serif": "比例細體",
"Monospace Serif": "單間隔細體",
"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.": "開始對話視窗。離開會取消關閉視窗",
"Caption Settings Dialog": "字幕設定對話框",
"Beginning of dialog window. Escape will cancel and close the window.": "開始對話視窗。離開會取消關閉視窗",
"End of dialog window.": "結束對話視窗",
"Seek to live, currently behind live": "試圖直播,目前延時播放",
"Seek to live, currently playing live": "試圖直播,目前即時播放",
"Seek to live, currently behind live": "快轉至直播,目前為稍早畫面",
"Seek to live, currently playing live": "快轉至直播,目前為現場畫面",
"progress bar timing: currentTime={1} duration={2}": "{1}/{2}",
"{1} is loading.": "{1} 正在載入。"
});

View File

@ -24,24 +24,24 @@
"Audio Track": "音軌",
"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.": "影片已加密,無法解密。",
"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": "關閉",
"Modal Window": "對話框",
"This is a modal window": "這是一個對話框",
"This modal can be closed by pressing the Escape key or activating the close button.": "可以按ESC按鍵或啟用關閉按鈕來關閉此對話框。",
"Modal Window": "強制回應視窗",
"This is a modal window": "此為強制回應視窗",
"This modal can be closed by pressing the Escape key or activating the close button.": "可以按ESC按鍵或關閉按鈕來關閉此視窗。",
", opens captions settings dialog": ", 開啟標題設定對話框",
", opens subtitles settings dialog": ", 開啟字幕設定對話框",
", opens descriptions settings dialog": ", 開啟描述設定對話框",
", selected": ", 選擇",
"captions settings": "字幕設定",
"Audio Player": "音播放器",
"Video Player": "視播放器",
"Audio Player": "音播放器",
"Video Player": "視播放器",
"Replay": "重播",
"Progress Bar": "進度小節",
"Progress Bar": "進度",
"Volume Level": "音量",
"subtitles settings": "字幕設定",
"descriptions settings": "描述設定",
@ -66,22 +66,22 @@
"Depressed": "壓低",
"Uniform": "均勻",
"Dropshadow": "下陰影",
"Font Family": "字型",
"Proportional Sans-Serif": "比例無細體",
"Monospace Sans-Serif": "單間隔無細體",
"Proportional Serif": "比例細體",
"Monospace Serif": "單間隔細體",
"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.": "開始對話視窗。離開會取消關閉視窗",
"Caption Settings Dialog": "字幕設定對話框",
"Beginning of dialog window. Escape will cancel and close the window.": "開始對話視窗。離開會取消關閉視窗",
"End of dialog window.": "結束對話視窗",
"Seek to live, currently behind live": "試圖直播,目前延時播放",
"Seek to live, currently playing live": "試圖直播,目前即時播放",
"Seek to live, currently behind live": "快轉至直播,目前為稍早畫面",
"Seek to live, currently playing live": "快轉至直播,目前為現場畫面",
"progress bar timing: currentTime={1} duration={2}": "{1}/{2}",
"{1} is loading.": "{1} 正在載入。"
}