This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(localization): add portuguese language (#2018)
- Loading branch information
Showing
6 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
export default { | ||
actions: { | ||
label: 'Ações', | ||
edit: 'Editar', | ||
save: 'Salvar', | ||
update: 'Atualizar', | ||
complete: 'Completar', | ||
delete: 'Eliminar', | ||
cancel: 'Cancelar', | ||
new: 'Novo', | ||
list: 'Lista', | ||
search: 'Pesquisar', | ||
confirmDelete: 'Eliminar confirmação', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
export default { | ||
labs: { | ||
label: 'Laboratório', | ||
requests: { | ||
label: 'Pedidos de Laboratório', | ||
new: 'Novo Pedido de Laboratório', | ||
view: 'Ver Laboratório', | ||
cancel: 'Cancelar Laboratório', | ||
complete: 'Completar Laboratório', | ||
error: { | ||
unableToRequest: 'Impossibilidade de criar um novo pedido de laboratório.', | ||
unableToComplete: 'Impossibilidade de completar o pedido de laboratório.', | ||
typeRequired: 'O tipo é necessário.', | ||
resultRequiredToComplete: 'O resultado é necessário para completar.', | ||
}, | ||
}, | ||
lab: { | ||
status: 'Estado', | ||
for: 'Por', | ||
type: 'Tipo', | ||
result: 'Result', | ||
notes: 'Resultado', | ||
requestedOn: 'Perdiu em', | ||
completedOn: 'Completou em', | ||
canceledOn: 'Cancelou em', | ||
patient: 'Paciente', | ||
}, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
export default { | ||
patients: { | ||
label: 'Pacientes', | ||
patientsList: 'Lista de pacientes', | ||
viewPatients: 'Exibir pacientes', | ||
viewPatient: 'Ver paciente', | ||
newPatient: 'Novo Paciente', | ||
successfullyCreated: 'Paciente criado com sucesso', | ||
successfullyAddedNote: 'Adicionou uma nova nota com sucesso', | ||
successfullyAddedRelatedPerson: 'Adicionou uma pessoa relacionada com sucesso', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4a7515a
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.
Successfully deployed to following URLs: