UNPKG
@bilingo/video-player
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A video player for ReactJs
github.com/bilingo-com/video-player
bilingo-com/video-player
@bilingo/video-player
/
src
/
utils
/
copy.js
13 lines
(11 loc)
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
const
copy
= { play:
'Play video'
, pause:
'Pause video'
, mute:
'Mute video'
, unmute:
'Unmute video'
, volume:
'Change volume'
, fullscreen:
'View video fullscreen'
, seek:
'Seek video'
, captions:
'Toggle captions'
, };
export
default
copy
;