Created
February 26, 2015 16:10
-
-
Save gbabula/f24cdd47bc54d129ff63 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.dict('es', 'scoreboard', { | |
/* Postseason */ | |
'Wild Card': 'Comodin', | |
'Division Series': 'Series Divisionales', | |
'League Championship Series': 'Series de Campeonato', | |
'World Series': 'Serie Mundial', | |
'If Necessary': 'Si es necesario', | |
'Gm': 'Jgo', | |
/* Game States */ | |
'Pre-Game': 'Previo', | |
'Warmup': 'Calentamiento', | |
'Start': 'Inicio', | |
'Rain': 'Lluvia', | |
'Snow': 'Nieve', | |
'Grounds': 'Terreno', | |
'Venue': 'Sede', | |
'Fog': 'Niebla', | |
'Cold': 'Frío', | |
'Darkness': 'Oscuridad', | |
'Wind': 'Viento', | |
'Power': 'Falla Eléctrica', | |
'Ceremony': 'Ceremonia', | |
'Lightning': 'Relámpago', | |
'Emergency': 'Emergencia', | |
'Tragedy': 'Tragedia', | |
'Other': 'Otro', | |
'Delayed': 'Retrasado', | |
'Postponed': 'Pospuesto', | |
'Cancelled': 'Cancelado', | |
'Completed': 'Completo', | |
'Doubleheader': 'Doble Cartelera', | |
'Mercy': 'Nocáut', | |
'Final': 'Final', | |
'Suspended': 'Suspendido', | |
'Tied': 'Empate', | |
'Forfeit': 'Renuncia', | |
'Early': 'Acortado', | |
'Unknown': 'Desconocido', | |
'Live': 'En Vivo', | |
'Lineups': 'Alineaciones', | |
'Game Over': 'Juego Terminado', | |
'Terminated': 'Terminado', | |
/* Inning States */ | |
'Top': 'Alta', | |
'Bottom': 'Baja', | |
'Middle': 'Medio', | |
'End': 'Fin', | |
/* Labels */ | |
'Starting Lineup': 'Alineaciones', | |
'Pitching:': 'Lanzando:', | |
'Batting:': 'Bateo:', | |
'At Bat:': 'Bateando:', | |
'W:': 'G:', | |
'L:': 'P:', | |
'S:': 'S:', | |
/* Links */ | |
'In-Game Highlights': 'Culminantes', | |
'MLB.tv Premium--Watch on all your favorite devices.': 'MLB.tv Premium--Ver en todos tus dispositivos', | |
'Tickets': 'Boletos', | |
'Preview': 'Previo', | |
'Wrap': 'Resumen', | |
'Box': 'Numeritos', | |
/* Other */ | |
'Replay': 'Repetición', | |
'Review': 'Opinión', | |
'Challenge': 'Desafío', | |
'Manager Challenge': 'Desafío Gerente', | |
'Umpire Challenge': 'Desafío Umpire', | |
'': '' | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment