Skip to content

Instantly share code, notes, and snippets.

@marianoqueirel
Created November 4, 2016 16:18
Show Gist options
  • Save marianoqueirel/45057c8ced7b1395f31564cc57e66c52 to your computer and use it in GitHub Desktop.
Save marianoqueirel/45057c8ced7b1395f31564cc57e66c52 to your computer and use it in GitHub Desktop.
// client/components/translate/es-AR/patients/form.js
lifestyle: {
lifestyle: 'Estilo de Vida',
smoke: {
smoke: '¿Es Fumador?',
past: '¿Fumó alguna vez?'
},
alcohol: {
alcohol: '¿Bebe Alcohol frecuentemente?',
past: '¿Bebió Alcohol con frecuencia alguna vez?'
},
exercise: '¿Realiza actividad física?',
livesAlone: '¿Vive sólo?',
drugs: {
drugs: 'Drogas',
name: 'Nombre',
activeConsumer: 'Consume Activamente'
},
startYear: {
pattern: 'Debe contener 4 dígitos.',
number: 'Únicamente números.'
},
endYear: {
pattern: 'Debe contener 4 dígitos.',
min: 'Debe ser mayor o igual al año de Inicio',
number: 'Únicamente números'
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment