| author | ymh <ymh.work@gmail.com> |
| Wed, 18 Dec 2024 15:24:41 +0100 | |
| changeset 1584 | 257c14dae52a |
| parent 1511 | 25731d245eda |
| permissions | -rw-r--r-- |
|
1511
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
1 |
videojs.addLanguage('en', { |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
2 |
"Audio Player": "Audio Player", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
3 |
"Video Player": "Video Player", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
4 |
"Play": "Play", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
5 |
"Pause": "Pause", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
6 |
"Replay": "Replay", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
7 |
"Current Time": "Current Time", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
8 |
"Duration": "Duration", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
9 |
"Remaining Time": "Remaining Time", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
10 |
"Stream Type": "Stream Type", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
11 |
"LIVE": "LIVE", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
12 |
"Seek to live, currently behind live": "Seek to live, currently behind live", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
13 |
"Seek to live, currently playing live": "Seek to live, currently playing live", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
14 |
"Loaded": "Loaded", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
15 |
"Progress": "Progress", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
16 |
"Progress Bar": "Progress Bar", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
17 |
"progress bar timing: currentTime={1} duration={2}": "{1} of {2}", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
18 |
"Fullscreen": "Fullscreen", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
19 |
"Non-Fullscreen": "Non-Fullscreen", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
20 |
"Mute": "Mute", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
21 |
"Unmute": "Unmute", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
22 |
"Playback Rate": "Playback Rate", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
23 |
"Subtitles": "Subtitles", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
24 |
"subtitles off": "subtitles off", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
25 |
"Captions": "Captions", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
26 |
"captions off": "captions off", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
27 |
"Chapters": "Chapters", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
28 |
"Descriptions": "Descriptions", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
29 |
"descriptions off": "descriptions off", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
30 |
"Audio Track": "Audio Track", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
31 |
"Volume Level": "Volume Level", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
32 |
"You aborted the media playback": "You aborted the media playback", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
33 |
"A network error caused the media download to fail part-way.": "A network error caused the media download to fail part-way.", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
34 |
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "The media could not be loaded, either because the server or network failed or because the format is not supported.", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
35 |
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
36 |
"No compatible source was found for this media.": "No compatible source was found for this media.", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
37 |
"The media is encrypted and we do not have the keys to decrypt it.": "The media is encrypted and we do not have the keys to decrypt it.", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
38 |
"Play Video": "Play Video", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
39 |
"Close": "Close", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
40 |
"Close Modal Dialog": "Close Modal Dialog", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
41 |
"Modal Window": "Modal Window", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
42 |
"This is a modal window": "This is a modal window", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
43 |
"This modal can be closed by pressing the Escape key or activating the close button.": "This modal can be closed by pressing the Escape key or activating the close button.", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
44 |
", opens captions settings dialog": ", opens captions settings dialog", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
45 |
", opens subtitles settings dialog": ", opens subtitles settings dialog", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
46 |
", opens descriptions settings dialog": ", opens descriptions settings dialog", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
47 |
", selected": ", selected", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
48 |
"captions settings": "captions settings", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
49 |
"subtitles settings": "subititles settings", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
50 |
"descriptions settings": "descriptions settings", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
51 |
"Text": "Text", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
52 |
"White": "White", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
53 |
"Black": "Black", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
54 |
"Red": "Red", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
55 |
"Green": "Green", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
56 |
"Blue": "Blue", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
57 |
"Yellow": "Yellow", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
58 |
"Magenta": "Magenta", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
59 |
"Cyan": "Cyan", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
60 |
"Background": "Background", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
61 |
"Window": "Window", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
62 |
"Transparent": "Transparent", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
63 |
"Semi-Transparent": "Semi-Transparent", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
64 |
"Opaque": "Opaque", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
65 |
"Font Size": "Font Size", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
66 |
"Text Edge Style": "Text Edge Style", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
67 |
"None": "None", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
68 |
"Raised": "Raised", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
69 |
"Depressed": "Depressed", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
70 |
"Uniform": "Uniform", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
71 |
"Dropshadow": "Dropshadow", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
72 |
"Font Family": "Font Family", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
73 |
"Proportional Sans-Serif": "Proportional Sans-Serif", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
74 |
"Monospace Sans-Serif": "Monospace Sans-Serif", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
75 |
"Proportional Serif": "Proportional Serif", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
76 |
"Monospace Serif": "Monospace Serif", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
77 |
"Casual": "Casual", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
78 |
"Script": "Script", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
79 |
"Small Caps": "Small Caps", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
80 |
"Reset": "Reset", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
81 |
"restore all settings to the default values": "restore all settings to the default values", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
82 |
"Done": "Done", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
83 |
"Caption Settings Dialog": "Caption Settings Dialog", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
84 |
"Beginning of dialog window. Escape will cancel and close the window.": "Beginning of dialog window. Escape will cancel and close the window.", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
85 |
"End of dialog window.": "End of dialog window.", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
86 |
"{1} is loading.": "{1} is loading." |
|
1368
0ae5202742bd
change flash to dash
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
87 |
}); |