Skip to content

Instantly share code, notes, and snippets.

@gbabula
Created February 26, 2015 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gbabula/f8092635ccf747c5a07d to your computer and use it in GitHub Desktop.
Save gbabula/f8092635ccf747c5a07d to your computer and use it in GitHub Desktop.
$.dict('es', 'mig', {
/* 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