-
-
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?
Changes from 1 commit
853dfe0
9fec63a
b846395
3980f32
19816cb
e2964a3
28dcf25
8fdb880
2ef1a36
b0fe665
4341f05
b22c21a
1e8a585
9012bf2
5869796
b82a92a
2c54257
01d3ca0
a28635d
f19e591
c924196
54db184
1c242f1
7ef7160
e15c89a
df9e011
cba5711
3ea58a8
10e829a
fed4b5e
01fe616
df027a0
29152e6
661bc6c
0716ca5
60e3f76
a74f73d
30ccefc
5e0a1ac
d9d13c3
4b3cd5c
2db13ab
1b089e7
b18365d
3cf5498
52937fe
022f085
af6de56
abbc21e
2c6b27d
8f565a2
1e48cd6
4e04296
abb4f13
1cbcd33
da409fc
969a896
b5f9c83
2339f40
0f988c4
3995fd1
21e9e52
cb17100
b3ddb6a
8433a69
eccc4c5
4f5a364
d74aabb
c7f9e45
cbf2a67
0411b32
486e395
b3557bb
cea25ed
b0c824d
9131d83
f6effcc
e69a3ac
dbf284c
0c5520c
b71655d
b10d68a
4a08467
7460084
48c79a2
608869e
847da83
e67a48c
22f48fd
7ad60c8
84753cb
ba4037b
5bfdfdb
672e4f8
3f49b6d
e269098
b2d48f5
1fe3820
31f7723
0cbd3c0
82679b6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
export default { | ||
bloodType: { | ||
apositive: 'A+', | ||
anegative: 'A-', | ||
abpositive: 'AB+', | ||
abnegative: 'AB-', | ||
bpositive: 'B+', | ||
bnegative: 'B-', | ||
opositive: 'O+', | ||
onegative: 'O-', | ||
unknown: 'Desconhecido', | ||
}, | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
export default { | ||
imagings: { | ||
label: 'Imagens', | ||
status: { | ||
requested: 'Solicitado', | ||
completed: 'Concluído', | ||
canceled: 'Cancelado', | ||
}, | ||
requests: { | ||
label: 'Solicitação de Imagens', | ||
new: 'Nova requisição de Imagem', | ||
view: 'Visualizar Imagem', | ||
create: 'Solicitar Imagem', | ||
cancel: 'Cancelar Imagem', | ||
complete: 'Finalizar Imagem', | ||
error: { | ||
unableToRequest: 'Não foi possivel criar uma nova solicitação de imagem.', | ||
incorrectStatus: 'Status incorreto', | ||
typeRequired: 'Tipo é obrigatório.', | ||
statusRequired: 'Status é obrigatório.', | ||
patientRequired: 'Nome do paciente é obrigatório.', | ||
}, | ||
}, | ||
imaging: { | ||
label: 'imagem', | ||
code: 'Código da imagem', | ||
status: 'Status', | ||
type: 'Tipos', | ||
notes: 'Notas', | ||
requestedOn: 'Solicitado em', | ||
completedOn: 'Finalizado em', | ||
canceledOn: 'Cancelado em', | ||
requestedBy: 'Solicitado por', | ||
patient: 'Paciente', | ||
}, | ||
}, | ||
} |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,44 @@ | ||||||
export default { | ||||||
incidents: { | ||||||
filterTitle: 'Filtrar por status', | ||||||
label: 'Incidentes', | ||||||
actions: { | ||||||
report: 'Relatório', | ||||||
}, | ||||||
status: { | ||||||
reported: 'Criado', | ||||||
resolved: 'Resolvido', | ||||||
all: 'All', | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. All was my bad! I'll fix it |
||||||
}, | ||||||
reports: { | ||||||
label: 'Incidentes criados', | ||||||
new: 'Criar Incidente', | ||||||
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 commentThe reason will be displayed to describe this comment to others. Learn more. Typo
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. exactly, it's missing an a between the t and the m 😉 |
||||||
download: 'Download', | ||||||
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 commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. Patient was my bad! I'll Fix it |
||||||
code: 'Code', | ||||||
reportedBy: 'Criado por', | ||||||
reportedOn: 'Criado em', | ||||||
resolvedOn: 'Resolvido em', | ||||||
status: 'Status', | ||||||
error: { | ||||||
dateRequired: 'Data é obrigatório.', | ||||||
dateMustBeInThePast: 'Data deve ser anterior a data atual.', | ||||||
departmentRequired: 'Departmento é obrigatório.', | ||||||
categoryRequired: 'Categoria é obrigatória.', | ||||||
categoryItemRequired: 'Categoria do item é obrigatória.', | ||||||
descriptionRequired: 'Descrição é obrigatória.', | ||||||
}, | ||||||
}, | ||||||
visualize: { | ||||||
label: 'Ver', | ||||||
view: 'Ver Incidentes', | ||||||
}, | ||||||
}, | ||||||
} |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -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 commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
online: 'você está online', | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
}, | ||||||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
export default { | ||
patient: { | ||
label: 'Paciente', | ||
code: 'Código do paciente', | ||
firstName: 'Nome', | ||
lastName: 'Sobrenome', | ||
|
@@ -13,6 +14,17 @@ export default { | |
approximateAge: 'Idade Aproximada', | ||
placeOfBirth: 'Local de Nascimento', | ||
sex: 'Sexo', | ||
bloodType: 'Tipo sanguíneo', | ||
contactInfoType: { | ||
label: 'Tipo', | ||
options: { | ||
home: 'Casa', | ||
mobile: 'Celular', | ||
work: 'Trabalho', | ||
temporary: 'Temporário', | ||
old: 'Antigo', | ||
}, | ||
}, | ||
phoneNumber: 'Número de Telefone', | ||
email: 'E-mail', | ||
address: 'Endereço', | ||
|
@@ -41,6 +53,10 @@ export default { | |
}, | ||
appointments: { | ||
new: 'Adicionar um compromisso', | ||
warning: { | ||
noAppointments: 'Sem comprimissos', | ||
}, | ||
addAppointmentAbove: 'Adicione um compromisso clicando no botão acima.', | ||
}, | ||
allergies: { | ||
label: 'Alergias', | ||
|
@@ -61,12 +77,24 @@ export default { | |
new: 'Novo diagnósticos', | ||
diagnosisName: 'Nome do diagnóstico', | ||
diagnosisDate: 'Data do diagnóstico', | ||
onsetDate: 'Data de ínicio', | ||
abatementDate: 'Data de redução', | ||
visit: 'Visita', | ||
status: 'Status', | ||
active: 'Ativo', | ||
recurrence: 'Recorrência', | ||
relapse: 'Recaída', | ||
inactive: 'Inativo', | ||
remission: 'Remissão', | ||
resolved: 'Resolvido', | ||
note: 'Nota', | ||
warning: { | ||
noDiagnoses: 'Sem diagnósticos', | ||
}, | ||
error: { | ||
nameRequired: 'Nome do diagnóstico é necessário.', | ||
dateRequired: 'Data do diagnóstico é necessária.', | ||
unableToAdd: 'Incapaz de adicionar novo diagnóstico', | ||
}, | ||
addDiagnosisAbove: 'Adicione um diagnóstico utilizando o botão acima.', | ||
successfullyAdded: 'Um novo diagnóstico foi adicionado com sucesso!', | ||
|
@@ -84,14 +112,116 @@ export default { | |
}, | ||
addNoteAbove: 'Adicione uma nota utilizando o botão acima.', | ||
}, | ||
labs: { | ||
label: 'Laboratórios', | ||
new: 'Adicionar novo laboratório', | ||
warning: { | ||
noLabs: 'Sem laboratórios', | ||
}, | ||
noLabsMessage: 'Sem solicitações de laboatórios para essa pessoa.', | ||
}, | ||
medications: { | ||
label: 'Remédios', | ||
new: 'Adicionar novo medicamento', | ||
warning: { | ||
noMedications: 'Nomejikachion s', | ||
noMedications: 'Sem medicamentos', | ||
}, | ||
noMedicationsMessage: 'Nenhum pedido de medicamentos para esta pessoa.', | ||
}, | ||
careGoal: { | ||
new: 'Adicionar meta de cuidado', | ||
label: 'Meta de cuidado', | ||
title: 'Título', | ||
description: 'Descrição', | ||
status: 'Status', | ||
achievementStatus: 'Status da conquista', | ||
priority: { | ||
label: 'Prioridade', | ||
low: 'baixa', | ||
medium: 'média', | ||
high: 'alta', | ||
}, | ||
startDate: 'Data de ínicio', | ||
dueDate: 'Data de vencimento', | ||
note: 'Nota', | ||
error: { | ||
unableToAdd: 'Incapaz de adicionar uma nova meta de cuidado. ', | ||
descriptionRequired: 'A descrição é obrigatória. ', | ||
priorityRequired: 'Priority is required.', | ||
statusRequired: 'A prioridade é obrigatória. ', | ||
achievementStatusRequired: 'O status de conquista é obrigatório. ', | ||
startDate: 'A data de início é obrigatória. ', | ||
dueDate: 'A data de vencimento é obrigatória. ', | ||
dueDateMustBeAfterStartDate: 'A data de vencimento deve ser posterior à data de início ', | ||
}, | ||
}, | ||
careGoals: { | ||
warning: { | ||
noCareGoals: 'Sem metas de cuidado.', | ||
addCareGoalAbove: 'Adicione uma meta de cuidado usando o botão acima. ', | ||
}, | ||
}, | ||
carePlan: { | ||
new: 'Adicionar plano de saúde', | ||
label: 'Planos de saúde', | ||
title: 'Título', | ||
description: 'Descrição', | ||
status: 'Status', | ||
condition: 'Condição', | ||
intent: 'Intent', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe 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 commentThe 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 I hope that helps. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks @tsdamas. |
||
startDate: 'Data de ínicio', | ||
endDate: 'Data de término', | ||
note: 'Nota', | ||
error: { | ||
unableToAdd: 'Incapaz de adicionar um novo plano de saúde.', | ||
titleRequired: 'O título é obrigatório. ', | ||
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 commentThe reason will be displayed to describe this comment to others. Learn more. English |
||
startDate: 'A data de início é obrigatória. ', | ||
endDate: 'A data de término é obrigatória ', | ||
}, | ||
}, | ||
carePlans: { | ||
warning: { | ||
noCarePlans: 'Sem planos de saúde', | ||
addCarePlanAbove: 'Adicione um plano de saúde usando o botão acima.', | ||
}, | ||
}, | ||
visit: 'Visita', | ||
history: { | ||
label: 'Histórico', | ||
eventDate: 'Data do evento', | ||
recordType: 'Tipo de registro', | ||
information: 'Informação', | ||
noHistoryTitle: 'Sem histórico', | ||
noHistoryMessage: 'Não há histórico para este paciente', | ||
}, | ||
visits: { | ||
new: 'Adicionar visita', | ||
label: 'Visitas', | ||
startDateTime: 'Data de início', | ||
endDateTime: 'Data de término', | ||
type: 'Tipo', | ||
status: 'Status', | ||
reason: 'Razão', | ||
location: 'Local', | ||
error: { | ||
unableToAdd: 'Não foi possível adicionar uma nova visita.', | ||
startDateRequired: 'A data de início é obrigatória.', | ||
endDateRequired: 'A data de término é obrigatória.', | ||
endDateMustBeAfterStartDate: 'A data de término deve ser posterior à data de início .', | ||
typeRequired: 'O tipo é obrigatório. ', | ||
statusRequired: 'O status é obrigatório.', | ||
reasonRequired: 'O motivo é obrigatório.', | ||
locationRequired: 'O local é obrigatório.', | ||
}, | ||
warning: { | ||
noVisits: 'Sem visitas', | ||
addVisitAbove: 'Adicione uma visita usando o botão acima.', | ||
}, | ||
}, | ||
types: { | ||
charity: 'Caridade', | ||
private: 'Particular', | ||
|
@@ -101,6 +231,12 @@ export default { | |
updatePatientError: 'Não foi possível atualizar o paciente', | ||
patientGivenNameFeedback: 'Nome do Paciente é necessário.', | ||
patientDateOfBirthFeedback: 'Data de Nascimento não pode ser maior que hoje.', | ||
patientNumInSuffixFeedback: 'Não pode conter números.', | ||
patientNumInPrefixFeedback: 'Não pode conter números.', | ||
patientNumInFamilyNameFeedback: 'Não pode conter números.', | ||
patientNumInPreferredLanguageFeedback: 'Não pode conter números.', | ||
invalidEmail: 'Deve ser um email válido.', | ||
invalidPhoneNumber: 'Deve ser um número de telefone válido.', | ||
}, | ||
}, | ||
} |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -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 commentThe reason will be displayed to describe this comment to others. Learn more. English? |
||||||
successfullyCreated: 'Paciente criado com sucesso', | ||||||
successfullyAddedNote: 'Adicionou uma nova nota com sucesso', | ||||||
successfullyAddedRelatedPerson: 'Adicionou uma pessoa relacionada com sucesso', | ||||||
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 commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
typo |
||||||
}, | ||||||
} |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -5,9 +5,11 @@ export default { | |||||
label: 'Agendamantos', | ||||||
new: 'Novo Agendamento', | ||||||
schedule: 'Agenda de compromissos', | ||||||
editAppointment: 'Editar um compromisso', | ||||||
deleteAppointment: 'Eliminar um compromisso', | ||||||
viewAppointment: 'Ver um compromisso', | ||||||
editAppointment: 'Editar compromisso', | ||||||
createAppointment: 'Criar compromisso', | ||||||
deleteAppointment: 'Eliminar compromisso', | ||||||
viewAppointment: 'Ver compromisso', | ||||||
updateAppointment: 'Atualizar Compromisso', | ||||||
}, | ||||||
appointment: { | ||||||
startDate: 'Data de início', | ||||||
|
@@ -22,13 +24,17 @@ export default { | |||||
walkIn: 'Primeira consulta', | ||||||
}, | ||||||
errors: { | ||||||
createAppointmentError: 'Não possível criar um novo compromisso.', | ||||||
updateAppointmentError: 'Não foi possível atualizar o compromisso.', | ||||||
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 commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
successfullyUpdated: 'Compromisso atualizado 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.
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!