Grzegorz Blaszczyk
f38726e99a
fix(lang): adds sv translation used by liveui component ( #5704 )
2018-12-26 13:02:19 -05:00
Brandon Casey
165c120db0
fix(a11y): make seek-to-live better announce itself to screen reader users ( #5651 )
...
To make the seek-to-live component more accessible, we hide the text that says "LIVE" from screen readers and make it be purely for sighted users. Then set the control text to be either "Seek to live, currently playing live" or "Seek to live, currently behind live" to indicate what this control does and be informative around whether we are at edge or not. Then use aria-disabled on control if we are at edge.
2018-12-11 16:40:56 -05:00
Grzegorz Blaszczyk
b9d8744170
fix(lang): improves sv lang file ( #5673 )
2018-12-11 10:45:00 -05:00
Ognjen
98b4a1cf16
fix(lang): Update sr.json ( #5657 )
2018-12-10 13:43:16 -05:00
Vitalii Tverdokhlib
b7aafdc718
fix(lang): append UKR translations and fix check translations command ( #5642 )
2018-12-05 15:03:03 -05:00
Vitalii Tverdokhlib
0090b75672
fix(lang): add is loading ru translation ( #5630 )
2018-11-30 10:49:24 -05:00
Quentí
484220173f
fix(lang): Occitan: harmonisation plural/singular ( #5602 )
...
Everything in plural in the setting menus
2018-11-29 14:04:46 -05:00
Quentí
0fb637d16f
feat(lang): Add the Occitan locale ( #5578 )
2018-11-14 12:09:11 -05:00
Carl Morris
b2c1077e77
feat(lang): Add Welsh/Cymraeg (cy) translations ( #5561 )
2018-11-08 15:59:34 -05:00
Adam Eisenreich
19ee7df2fe
fix(lang): Fixed typos in cs translation ( #5407 )
2018-09-04 16:35:33 -07:00
Adam Eisenreich
e63d2353e4
fix(lang): Added all missing translation for CZ_cs ( #5311 )
2018-07-24 13:55:28 -04:00
Adam Eisenreich
821b46d600
fix(lang): add a missing translation in sk.json ( #5324 )
2018-07-24 13:54:53 -04:00
Owen Edwards
0aa827fac5
fix(time-display): restore hidden label text for screen readers. ( #5157 )
...
Restore hidden label text for screen readers that describes what the button control does.
Renames the Duration Time language item to Duration.
Deprecate controlText_ property.
Fix a typo in translations-needed.md.
Add a space in the hidden label for live-display, so that it doesn't run together with the visible "LIVE" indication.
Fixes #5135
2018-05-11 14:34:33 -04:00
Luan Roger Santos Santana
a00aa0d0d3
fix(lang): add missing strings in pt-BR ( #5122 )
...
Closes #5121 .
2018-04-30 16:09:03 -04:00
Pat O'Neill
50831e3381
fix: Add alternate text to the loading spinner. ( #4916 )
...
This is a first in a few changes related to #4902 . This just adds a text alternative to the loading spinner. In future PRs, we would make it alert to screen readers and potentially have a generic alerting mechanism.
2018-02-22 16:19:35 -05:00
Hope Channel
eb4bd9fefa
fix(lang): Complete the Traditional Chinese translation (zh-CT.json) ( #4828 )
...
Provide the full list of translations for the Traditional Chinese language.
2018-01-03 16:56:19 -05:00
Hope Channel
98773ddec0
fix(lang): Complete the Simplified Chinese translations (zn-CN.json) ( #4827 )
...
Provide the full list of translations for the Simplified Chinese language.
2018-01-03 16:54:52 -05:00
hopechannel
15cd32e544
chore(lang): Add translation for "caption settings" in zh-CN.json ( #4815 )
2017-12-14 11:26:14 -05:00
hopechannel
029955a946
chore(lang): Add translation for "caption settings" in zh-TW.json ( #4816 )
2017-12-14 11:25:51 -05:00
Ehsan Chavoshi
95d7832b0e
chore(lang): update Persian translations ( #4741 )
2017-11-16 11:20:29 -05:00
mister-ben
ee2a49c18c
chore(lang): Update Polish ( #4686 )
2017-10-30 17:52:58 -04:00
seggev319
32caf3556f
feat(lang): add Hebrew translation ( #4675 )
2017-10-30 17:52:33 -04:00
estim
45e21fdcd0
feat(lang): Update for Russian translation ( #4663 )
2017-10-30 17:52:00 -04:00
Thom
5ca0992cf1
chore(lang): Update Dutch ( #4588 )
2017-10-02 16:08:04 -04:00
ngoisaosang
ac58dbf13a
chore(lang): Update Vietnamese ( #4625 )
2017-10-02 16:04:57 -04:00
Atef Ben Ali
3e63bf3d17
fix(lang): typos in ar.json ( #4528 )
2017-08-16 14:31:28 -04:00
mister-ben
e0824c8294
fix: Update translations to match correct string ( #4383 )
...
The lang files were translating "all settings to the default values" instead of "restore all settings to the default values".
2017-06-28 16:31:44 +10:00
h0lysl4y3r
e5e1c7f269
feat(lang): Create sk.json ( #4374 )
2017-05-25 18:16:23 -04:00
Hollton
0c16c5f3cf
feat(lang): Update zh-CN.json ( #4370 )
2017-05-25 18:16:01 -04:00
Adrian P. Blunier
2a26c7f87b
feat(lang): Adding galician ( #4334 )
2017-05-25 18:15:33 -04:00
Lionel
8c1302ee34
feat(lang): French translation update ( #4118 )
2017-02-22 14:25:53 -05:00
Gary Katsevman
db0112053f
feat: allow tokens in localize, localize progress bar time ( #4060 )
...
It allows you to use string as an key for the language files but have a default value that's different. In this case, we have a key of progress bar timing: currentTime={1} duration={2} which is used so that we have a descriptive key to what is happening. The default value matches that default value in en.json: {1} of {2}. The reason for the default value is so that the translation uses {1} of {2} for the actual localization without requiring en.json to be included in videojs by default.
Fix #4024 .
2017-02-21 16:17:00 -05:00
Gary Katsevman
0d0dea4da8
feat: fix accessibility of the captions setting dialog ( #4050 )
...
This fixes a lot of the issues from #2746 by making the dialog inherit from our actual ModalDialog which now has tab focus trapping.
The Captions Settings dialog has some accessibility issues:
- Field labels and fields are not explicitly associated
- Keyboard focus does not move into the dialog when it is opened
- Keyboard focus is not trapped inside the dialog while it is open
- Keyboard focus does not return to the control which opened the dialog when it is closed
- The extent (top and bottom) of the dialog is not indicated to screen readers
- The dialog cannot be closed with the Esc key
- The meaning of '---' in the select fields is not clear
- The control to close the dialog is labeled "Done" rather than "Close"
- The purpose of the "Defaults" button may not be obvious, and its effect may not be apparent to screen reader users
- Focus highlighting (outline) on the Default and Done buttons is *very* hard to see
- Pressing the Done button doesn’t seem to have the same effect as pressing the Close (x) button; does it trigger the same focus movement
- This requirement to move it back to the triggering element is tricky, since clicking on that item in the CC menu dismisses the CC menu. I need to think about this a little more - either the menu should open again, or the focus should go to the main CC Menu Button
- The focus outline on the whole dialog goes too far to the left (all the way to the edge of the video window, not just to the edge of the dialog)
Fixes #2746 .
2017-02-21 15:58:04 -05:00
Lionel
55408683fb
fix: Solve a typo in translation files ( #4063 )
...
"subititles settings" ->"subtitles settings"
2017-02-15 15:27:17 -05:00
Lionel
dc4c1eb88b
fix: improve French translation ( #4062 )
...
Improved translation of "Casual"
2017-02-15 15:26:24 -05:00
Gary Katsevman
0ac126935a
fix: localize aria-labels ( #4027 )
...
Fixes #2728 .
2017-02-08 17:29:32 -05:00
RevinKey
70d2eb10cf
feat(lang): update es.json ( #3984 )
2017-02-03 16:31:23 -05:00
Altay
37a6811fb6
feat(lang): Update tr.json ( #3989 )
2017-01-27 15:29:39 -05:00
mister-ben
8e7d8cc959
feat: localize all strings in captions settings ( #3974 )
2017-01-25 13:54:21 -05:00
Dinis Correia
8888e2b5b5
feat(lang): add European Portuguese translation ( #3955 )
2017-01-24 15:03:05 -05:00
ngoisaosang
1463e50f7b
feat(lang): update Vietnamese lang file ( #3964 )
2017-01-24 15:00:19 -05:00
mister-ben
a0ba8e2360
feat(lang): DE and FR translations of replay ( #3963 )
2017-01-24 14:58:30 -05:00
mrocajr
ce6acc832a
feat: Replay at ended ( #3868 )
...
Made the play button turn into a replay button at the end of the video.
Updated the translations needed docs with "replay".
2017-01-18 00:41:43 -05:00
Gary Katsevman
8f7eb121bb
feat(lang): update uk.json ( #3675 )
2016-11-03 16:07:49 -04:00
Gary Katsevman
d11fd50a63
feat(lang): update ru.json ( #3654 )
2016-11-03 16:05:33 -04:00
doraeric
726367abc5
feat(lang): Complete work translated into traditional Chinese ( #3718 )
2016-11-03 16:00:29 -04:00
Lionel
280ecd49d7
feat(lang): add missing translations in fr.json
2016-09-28 18:21:15 -04:00
Aris
eb0efd499c
feat(lang): add missing translations to el.json
2016-09-28 18:20:40 -04:00
Lionel
2d9d6b9e46
@lionel-m updated french translations. closes #3576
2016-08-25 15:51:54 -04:00
mister-ben
94f22bb995
@mister-ben added task to maintain translations. closes #3572
2016-08-25 15:49:40 -04:00
Justin Barabander
a2167a6b95
@jbarabander updated Audio to Audio Track and added to en.json. closes #3574
2016-08-25 11:01:13 -04:00
Vineet
c51c19ae88
@vdeshpande updated control text of modal dialog. closes #3400
2016-07-18 14:41:33 -04:00
Gary Katsevman
a63eb1241d
Merge branch 'stable'
2016-06-27 22:39:34 -04:00
Bruno Klava
b6da0a7f70
@bklava updated pt-BR language file. closes #3373
2016-06-27 22:21:53 -04:00
Nicky Gerritsen
cf5d64dd49
@nickygerritsen Update Dutch language file. closes #3297
2016-05-17 12:14:07 +02:00
Gary Katsevman
5261f8204f
Merge branch 'stable'
2016-03-29 17:28:11 -04:00
mister-ben
f8a5cdc319
@mister-ben updated Arabic language files. closes #3225
2016-03-29 17:28:04 -04:00
Gary Katsevman
1c730cb21f
Merge branch 'stable'
2016-03-25 15:04:25 -04:00
Pat O'Neill
6eba133963
@misteroneill fixed type and indenting in language files. closes #3207 .
2016-03-25 14:47:52 -04:00
Aris
4e75ce1e9e
@arius28 added greek translation file (el.json). closes #3185
2016-03-25 14:25:49 -04:00
Kamil Brenk
9f38a08399
@kamilbrenk Added lang: pl.json. closes #3127
2016-03-25 14:20:06 -04:00
Owen Edwards
41bc481597
@OwenEdwards added basic descriptions track support. closes #3098
2016-03-25 14:16:56 -04:00
Can Küçükyılmaz
21051534f3
@defli fixed typo and updated Turkish translations. closes #3156
2016-03-07 15:14:58 -05:00
mister-ben
e12ca69306
@mister-ben Added en.json as localization template. closes #3096
2016-02-19 12:18:27 -05:00
Nima Saberi
47a307b773
@Nipoto added fa.json (farsi/persian lang file). closes #3116
2016-02-19 11:48:54 -05:00
mister-ben
29f66acb98
@mister-ben updated Umuted to Unmute in lang files. closes #3053
2016-02-03 16:15:16 -05:00
n23430
df02e7a709
@aril-spetalen added language support for Norwegian (nb and nn). closes #3021
2016-01-25 20:01:15 -05:00
Siebrand Mazeland
cd800b02ea
@siebrand updated dutch translations. closes #2556 .
2015-11-09 15:07:28 -05:00
Kemal Ogun Isik
4a4e85912e
@misteroneill fixed a potential issue with vertical sliders by replacing an options check with the appropriate getter. closes #2460
2015-08-12 15:12:27 -07:00
Matthew Pietz
d3d1a7fed7
@sirlancelot change "video" to "media" in error messages. closes #2409
2015-08-03 12:33:18 -04:00
arwid thornstrom
6410105190
@arwidt added Swedish and Finnish translations. closes #2189
2015-06-05 10:52:32 -07:00
Matthew McClure
4805e41ee0
Merge pull request #1927 from juniorlisboa/master
...
Legend in pt-Br is wrong.
2015-03-30 12:47:21 -07:00
Matthew McClure
6b2e056ba6
Merge pull request #1897 from dn5/master
...
Added new translations (Bosnian, Serbian, Croatian)
2015-03-16 12:44:22 -07:00
Ole Laursen
a0ce20c511
@OleLaursen added a Danish translation. closes #1899
2015-03-12 11:52:18 -07:00
Junior Lisboa
855e0ccedb
Legend in pt-Br is wrong.
2015-03-05 10:54:24 -03:00
dn5
2c6570a1a5
Added new translations (Bosnian, Serbian, Croatian)
...
// Commit to master
2015-02-25 23:38:20 +01:00
İbrahim Alkan
5c59849f30
@ragecub3 added a Turkish translation. closes #1853
2015-02-12 15:55:49 -08:00
Shoshomiga
4e9974165d
@shoshomiga added a Bulgarian translation. closes #1849
2015-02-12 15:52:26 -08:00
Gavin
1036338134
@DevGavin fixed the Chinese translation. closes #1841
2015-02-12 15:43:13 -08:00
Toni Hermoso Pulido
300eeb759c
@toniher added a Catalan translation. closes #1794
2015-01-21 16:25:50 -08:00
Sxmanek
9c1e410660
@Sxmanek added a Czech translation. closes #1739
2014-12-22 10:44:53 -08:00
Nguyễn Văn Ánh
8cf9f19c11
@anhskohbo added a Vietnamese translation. closes #1734
2014-12-22 10:15:50 -08:00
Peter Dave Hello
a859575e62
@PeterDaveHello added a Traditional Chinese translation. closes #1729
2014-12-09 12:47:46 -08:00
nemesreviz
c2e0c89d4c
@nemesreviz added a Hungarian translation. closes #1711
2014-12-04 11:50:21 -08:00
Ahmad M. Zawawi
ea7bf36588
@azawawi added an Arabic translation. closes #1692
2014-12-02 16:23:33 -08:00
Gavin
fdb34f3179
@DevGavin added a Simplified Chinese translation. closes #1593
2014-10-28 11:29:05 -07:00
Thijs Triemstra
375cc1ecf9
@thijstriemstra added a Dutch translation. closes #1566
2014-10-06 12:45:45 -07:00
OlehTsvirko
0b75b0f843
@OlehTsvirko added a Russian translation. closes #1563
2014-10-06 12:39:45 -07:00
OlehTsvirko
2e3d2417fb
@OlehTsvirko added a Ukrainian translation. closes #1562
2014-10-06 11:26:27 -07:00
Jan Hesse
33f7805c2b
@andekande improved the German translation. closes #1555
2014-10-06 11:18:17 -07:00
Philip Giuliani
6c4eac47a0
@philipgiuliani added an Italian translation. closes #1550
2014-09-30 15:31:26 -07:00
Tom Johnson
6040a61498
@seniorflexdeveloper added new translations and translation updates. closes #1530
2014-09-29 16:38:09 -07:00
Tetsuya Morimoto
e0a124890b
@t2y added a Japanese translation. closes #1497
2014-09-29 16:08:14 -07:00
Alex
585befce81
@alexrqs cleaned up the Spanish translation. closes #1494
2014-09-29 16:02:57 -07:00
Daniel Roviriego
ca1fdbb238
@deedos added a Brazilian Portuguese translation. closes #1520
2014-09-22 11:12:13 -07:00
MrVaykadji
a582c833e3
French translation
2014-08-31 21:56:27 +02:00
Jan Hesse
dd0c7efa60
german Translation based on es.json
2014-08-18 13:11:05 +02:00
Steve Heffernan
7ea1d8f544
Modified language json structure to not include the code.
...
Also removed languages from being combined with core until we add the ability to choose languages.
2014-08-05 17:48:00 -07:00
Tom Johnson
6b612d8cdc
Added localization support. closes #1360
2014-08-05 17:48:00 -07:00