-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
fix: Add portuguese(brazilian) translations #2770
base: master
Are you sure you want to change the base?
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/hospitalrun/hospitalrun-frontend/2kW5FsjjkZjyUC3FhErusyWotr3w |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some typos and missing translations
}, | ||
}, | ||
imaging: { | ||
label: 'imagem', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
label: 'imagem', | |
label: 'Imagem', |
Can you make it Uppercase?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes!
status: { | ||
reported: 'Criado', | ||
resolved: 'Resolvido', | ||
all: 'All', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By no means I'm an expert on PR-BR but several of those tags seems to be in English 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All was my bad! I'll fix it
view: 'Ver Incidente', | ||
resolve: 'Resolver Incidente', | ||
dateOfIncident: 'Data do Incidente', | ||
department: 'Departmento', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo
department: 'Departmento', | |
department: 'Departamento', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exactly, it's missing an a between the t and the m 😉
category: 'Categoria', | ||
categoryItem: 'Categoria do Item', | ||
description: 'Descrição do Incidente', | ||
patient: 'Patiente', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Patient was my bad! I'll Fix it
@@ -0,0 +1,6 @@ | |||
export default { | |||
networkStatus: { | |||
offline: 'você está trabalhando no modo offiline', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
offline: 'você está trabalhando no modo offiline', | |
offline: 'Você está trabalhando no modo offiline', |
export default { | ||
networkStatus: { | ||
offline: 'você está trabalhando no modo offiline', | ||
online: 'você está online', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
online: 'você está online', | |
online: 'Você está online', |
view: 'Ver Incidente', | ||
resolve: 'Resolver Incidente', | ||
dateOfIncident: 'Data do Incidente', | ||
department: 'Departmento', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exactly, it's missing an a between the t and the m 😉
@@ -6,8 +6,13 @@ export default { | |||
viewPatient: 'Ver paciente', | |||
newPatient: 'Novo Paciente', | |||
editPatient: 'Mudar paciente', | |||
updatePatient: 'Update Patient', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English?
successfullyUpdated: 'Informação atualizada com sucesso para ', | ||
possibleDuplicatePatient: 'Paciente possivelmente duplicado: ', | ||
duplicatePatientWarning: | ||
'Paciente com informação enctrada na base de dados. Tem certeza que deseja criar este paciente?' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'Paciente com informação enctrada na base de dados. Tem certeza que deseja criar este paciente?' | |
'Paciente com informação entrada na base de dados. Tem certeza que deseja criar este paciente?' |
typo
patientRequired: 'Paciente é necessario.', | ||
startDateMustBeBeforeEndDate: 'Horário de início deve ser antes do horário final.', | ||
}, | ||
reason: 'Razão', | ||
patient: 'Paciente', | ||
deleteConfirmationMessage: 'Tem a certeza de que deseja eliminar este compromisso?', | ||
successfullyCreated: 'Compromisso criado com sucesso', | ||
successfullyDeleted: 'Compromisso deletedo com sucesso.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
successfullyDeleted: 'Compromisso deletedo com sucesso.', | |
successfullyDeleted: 'Compromisso deletado com sucesso.', |
descriptionRequired: 'A descrição é obrigatória. ', | ||
conditionRequired: 'A condição é obrigatória. ', | ||
statusRequired: 'O status é obrigatório. ', | ||
intentRequired: 'Intent is required.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English
description: 'Descrição', | ||
status: 'Status', | ||
condition: 'Condição', | ||
intent: 'Intent', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This Intent I left in English because I don't know for sure if the literal translation is the right translation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @renato04,
I did some research about Care Plan intent meaning.
I found that Intent means "Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions."
That being said, I believe in Portuguese the right translation would be Cobertura
or Tipo de Cobertura,
which means the scope of service that the practitioner can provide to that specific patient. Sometimes the patient has business care plans or personal care plans.
I hope that helps.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @tsdamas.
I'll change it
@@ -5,9 +5,14 @@ export default { | |||
viewPatients: 'Exibir pacientes', | |||
viewPatient: 'Ver paciente', | |||
newPatient: 'Novo Paciente', | |||
editPatient: 'Mudar paciente', | |||
editPatient: 'Alterar paciente', | |||
updatePatient: 'Atualziar paciente', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updatePatient: 'Atualziar paciente', | |
updatePatient: 'Atualizar paciente', |
Please follow the semantic for the PR |
@renato04 can you please complete this PR? |
Fixes #2769
Changes proposed in this pull request:
- Add missing pt-br translations.