1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- (function (exports) {
- "use strict";
- if (exports["pt-BR"] === undefined) {
- exports["pt-BR"] = {
- "mejs.plural-form": 2,
-
- "mejs.download-file": "Baixar arquivo",
-
- "mejs.fullscreen-off": "Sair da tela inteira",
- "mejs.fullscreen-on": "Ir para tela inteira",
- "mejs.download-video": "Baixar vídeo",
-
- "mejs.fullscreen": "Tela inteira",
-
-
-
-
-
-
- "mejs.close": "Fechar",
-
-
-
-
-
-
- "mejs.captions-subtitles": "Legendas",
- "mejs.none": "Sem legendas",
-
- "mejs.mute-toggle": "Alternar silêncio",
-
- "mejs.unmute": "Tirar silêncio",
- "mejs.mute": "Silenciar",
-
-
-
-
-
-
-
-
-
- };
- }
- }(mejs.i18n.locale.strings));
|