mirror of
https://github.com/videojs/video.js.git
synced 2025-01-19 10:54:16 +02:00
fix: Better text for exit fullscreen (#7183)
This commit is contained in:
parent
39485fc4c9
commit
0e46624f1a
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -569,5 +569,9 @@ videojs.url = Url;
|
||||
|
||||
videojs.defineLazyProperty = defineLazyProperty;
|
||||
|
||||
// Adding less ambiguous text for fullscreen button.
|
||||
// In a major update this could become the default text and key.
|
||||
videojs.addLanguage('en', {'Non-Fullscreen': 'Exit Fullscreen'});
|
||||
|
||||
export default videojs;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user