Skip to content

Instantly share code, notes, and snippets.

@marianoqueirel
Last active November 4, 2016 16:18
Show Gist options
  • Save marianoqueirel/7b393749817bed55364e999df95bb2b7 to your computer and use it in GitHub Desktop.
Save marianoqueirel/7b393749817bed55364e999df95bb2b7 to your computer and use it in GitHub Desktop.
// client/components/translate/es-AR/answers.js
'use strict';
export default {
yes: 'Si',
no: 'No',
comments: 'Comentarios',
frequency: {
frequency: 'Frecuencia',
daily: 'Diariamente',
threeTimeAWeek: '3 veces por semana',
onceAWeek: '1 vez por semana',
occasionally: 'Ocasionalmente'
},
year: {
year: 'Año',
start: 'Año de Inicio',
end: 'Año de Fin'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment