Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix(translations): ptBR alergies and diagnoses
Browse files Browse the repository at this point in the history
  • Loading branch information
martimfj committed Mar 16, 2020
1 parent e8445f8 commit f2db2e3
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/locales/ptBr/translations/patient/index.ts
Expand Up @@ -32,6 +32,33 @@ export default {
new: 'Nova Pessoa Relacionada',
relationshipType: 'Tipo de Relacionamento',
},
allergies: {
label: 'Alergias',
new: 'Adicionar alergia',
error: {
nameRequired: 'Nome da alergia é necessário.',
},
warning: {
noAllergies: 'Sem alergias',
},
addAllergyAbove: 'Adicione uma alergia utilizando o botão acima.',
successfullyAdded: 'Uma nova alergia foi adicionada com sucesso!',
},
diagnoses: {
label: 'Diagnósticos',
new: 'Novo diagnósticos',
diagnosisName: 'Nome do diagnóstico',
diagnosisDate: 'Data do diagnóstico',
warning: {
noDiagnoses: 'Sem diagnósticos',
},
error: {
nameRequired: 'Nome do diagnóstico é necessário.',
dateRequired: 'Data do diagnóstico é necessária.',
},
addDiagnosisAbove: 'Adicione um diagnóstico utilizando o botão acima.',
successfullyAdded: 'Um novo diagnóstico foi adicionado com sucesso!',
},
types: {
charity: 'Caridade',
private: 'Particular',
Expand Down

0 comments on commit f2db2e3

Please sign in to comment.