Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix spanish language to use more familiar words instead the translation. #1494

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions lang/es.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"Play": "Juego",
"Play": "Empezar",
"Pause": "Pausa",
"Current Time": "Tiempo Actual",
"Duration Time": "Tiempo de Duracion",
"Duration Time": "Tiempo de Duración",
"Remaining Time": "Tiempo Restante",
"Stream Type": "Tipo de Transmision",
"Stream Type": "Tipo de Transmisión",
"LIVE": "En Vivo",
"Loaded": "Cargado",
"Progress": "Progreso",
"Fullscreen": "Pantalla Completa",
"Non-Fullscreen": "No Pantalla Completa",
"Mute": "Mudo",
"Unmuted": "Activar sonido",
"Playback Rate": "Reproduccion Cambio",
"Subtitles": "Subtitulos",
"subtitles off": "subtitulos fuera",
"Captions": "Subtitulos",
"captions off": "subtitulos fuera",
"Chapters": "Capitulos",
"You aborted the video playback": "Ha anulado la reproduccion de video",
"A network error caused the video download to fail part-way.": "Un error en la red hizo que la descarga de video falle parte del camino.",
"The video could not be loaded, either because the server or network failed or because the format is not supported.": "El video no se puede cargar, ya sea porque el servidor o la red fracasaron o porque el formato no es compatible.",
"The video playback was aborted due to a corruption problem or because the video used features your browser did not support.": "La reproduccion de video se ha cancelado debido a un problema de corrupcion o porque el video utilizado cuenta con su navegador no soporta.",
"No compatible source was found for this video.": "Ninguna fuente compatible se encontro para este video."
"Playback Rate": "Reproducción Cambio",
"Subtitles": "Subtítulos",
"subtitles off": "Subtítulos apagados",
"Captions": "Leyendas",
"captions off": "Leyendas apagadas",
"Chapters": "Capítulos",
"You aborted the video playback": "Ha anulado la reproducción de video",
"A network error caused the video download to fail part-way.": "Un error de la red hizo que en la descarga del video fallara una parte.",
"The video could not be loaded, either because the server or network failed or because the format is not supported.": "El video no se puede cargar, ya sea porque el servidor o la red fallaron o porque el formato no es compatible.",
"The video playback was aborted due to a corruption problem or because the video used features your browser did not support.": "La reproducción de video se ha cancelado debido a un problema de corrupción o porque el video utiliza características que su navegador no soporta.",
"No compatible source was found for this video.": "No se encontró ninguna fuente compatible para este video."
}