1
0
mirror of https://github.com/videojs/video.js.git synced 2025-11-06 09:19:15 +02:00

@bklava updated pt-BR language file. closes #3373

This commit is contained in:
Bruno Klava
2016-06-27 22:21:53 -04:00
committed by Gary Katsevman
parent 7f6ce63ad9
commit b6da0a7f70
2 changed files with 4 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ CHANGELOG
* @gkatsev pinned node-sass to 3.4 ([view](https://github.com/videojs/video.js/pull/3401)) * @gkatsev pinned node-sass to 3.4 ([view](https://github.com/videojs/video.js/pull/3401))
* @mister-ben added try catch to volume and playbackrate checks. Fixes #3315 ([view](https://github.com/videojs/video.js/pull/3320)) * @mister-ben added try catch to volume and playbackrate checks. Fixes #3315 ([view](https://github.com/videojs/video.js/pull/3320))
* @m14t removed unused loadEvent property in ControlBar options ([view](https://github.com/videojs/video.js/pull/3363)) * @m14t removed unused loadEvent property in ControlBar options ([view](https://github.com/videojs/video.js/pull/3363))
* @bklava updated pt-BR language file ([view](https://github.com/videojs/video.js/pull/3373))
-------------------- --------------------

View File

@@ -1,6 +1,6 @@
{ {
"Play": "Tocar", "Play": "Tocar",
"Pause": "Pause", "Pause": "Pausar",
"Current Time": "Tempo", "Current Time": "Tempo",
"Duration Time": "Duração", "Duration Time": "Duração",
"Remaining Time": "Tempo Restante", "Remaining Time": "Tempo Restante",
@@ -18,9 +18,9 @@
"Captions": "Anotações", "Captions": "Anotações",
"captions off": "Sem Anotações", "captions off": "Sem Anotações",
"Chapters": "Capítulos", "Chapters": "Capítulos",
"You aborted the media playback": "Você parou a execução de vídeo.", "You aborted the media playback": "Você parou a execução do vídeo.",
"A network error caused the media download to fail part-way.": "Um erro na rede fez o vídeo parar parcialmente.", "A network error caused the media download to fail part-way.": "Um erro na rede fez o vídeo parar parcialmente.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "O vídeo não pode ser carregado, ou porque houve um problema com sua rede ou pelo formato do vídeo não ser suportado.", "The media could not be loaded, either because the server or network failed or because the format is not supported.": "O vídeo não pode ser carregado, ou porque houve um problema com sua rede ou pelo formato do vídeo não ser suportado.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "A Execução foi interrompida por um problema com o vídeo ou por seu navegador não dar suporte ao seu formato.", "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "A execução foi interrompida por um problema com o vídeo ou por seu navegador não dar suporte ao seu formato.",
"No compatible source was found for this media.": "Não foi encontrada fonte de vídeo compatível." "No compatible source was found for this media.": "Não foi encontrada fonte de vídeo compatível."
} }