-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://www.github.com/openmrs/openmrs-esm-pat…
…ient-chart into fix/group-obs-by-encounter
- Loading branch information
Showing
101 changed files
with
1,711 additions
and
287 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
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
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,15 @@ | ||
{ | ||
"cancel": "Cancel", | ||
"closeThisPanel": "Close this panel", | ||
"collapseAll": "Collapse all", | ||
"deleteQuestion": "Delete question", | ||
"deleteQuestionConfirmation": "Are you sure you want to delete this question?", | ||
"deleteQuestionExplainerText": "This action cannot be undone.", | ||
"errorTitle": "There was an error with this form", | ||
"expandAll": "Expand all", | ||
"loading": "Loading", | ||
"or": "or", | ||
"thisList": "this list", | ||
"toggleCollapseOrExpand": "Toggle collapse or expand", | ||
"tryAgainMessage": "Try opening another form from" | ||
} |
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,70 @@ | ||
{ | ||
"aDayAgo": "um dia atrás", | ||
"aFewSecondsAgo": "alguns segundos atrás", | ||
"aMinuteAgo": "um minuto atrás", | ||
"aMonthAgo": "um mês atrás", | ||
"aYearAgo": "um ano atrás", | ||
"add": "Adicionar", | ||
"addHour": "Adiciona uma hora", | ||
"addMinute": "dicionar um minuto", | ||
"addSecond": "dicionar um segundo", | ||
"anHourAgo": "uma hora atrás", | ||
"cancel": "Cancelar", | ||
"changeToMonthView": "Alterar visualização do mês", | ||
"chooseMonthAndYear": "Escolher mês e ano", | ||
"clearEntry": "Tem certeza que deseja limpar esse campo?", | ||
"closeThisPanel": "Fechar esse painel", | ||
"componentLoadingFailed": "Carregamento de Componente falhou...", | ||
"daysAgo": "dias atrás", | ||
"deleteEntry": "Tem certeza que deseja excluir esse item?", | ||
"discardButton": "Descartar", | ||
"disallowDecimals": "Valores decimais não permitido", | ||
"enterMoreCharacters": "Por favor digite 2 ou mais caracteres", | ||
"errorFetchingFormData": "Houve um erro ao carregar os dados de formulário, Detalhes: {detail}", | ||
"errorLoadingForm": "Erro ao carregar formulário", | ||
"errorWithForm": "Houve um erro com esse formulário", | ||
"fix": "Corrigir", | ||
"formSubmissionFailed": "Um erro ocorreu enquanto processava o envio do formulário. Favor notificar o administrador do sistema e encaminhar o erro a seguir: {error}", | ||
"formSubmittedSuccessfully": "O formulário foi enviado com sucesso", | ||
"from": "De", | ||
"futureDateRestriction": "Não é permitido uma data futura!", | ||
"hoursAgo": "horas atrás", | ||
"invalidDate": "Data fornecida não é válida", | ||
"loading": "Carregando...", | ||
"loadingComponent": "Carregando componente", | ||
"max": "Valor máximo deve ser {max}", | ||
"maxDate": "Data máxima deve ser {maxDate}", | ||
"maxEntries": "Não pode haver mais do que {max} entradas", | ||
"maxLength": "Tamanho máximo deve ser {maxLength}", | ||
"min": "Valor mínimo deve ser {min}", | ||
"minDate": "Data mínima deve ser {minDate}", | ||
"minLength": "Comprimento mínimo deve ser {minLength}", | ||
"minusHour": "Menos uma hora", | ||
"minusMinute": "Menos um minuto", | ||
"minusSecond": "Menos um segundo", | ||
"minutesAgo": "minutos atrás", | ||
"monthsAgo": "meses atrás", | ||
"next": "Próximo", | ||
"next21Years": "Próximos 21 anos", | ||
"nextMonth": "Próximo mês", | ||
"nextYear": "Próximo ano", | ||
"patientIdentifierDuplication": "Registro de Paciente duplicado", | ||
"patientIdentifierDuplicationDescription": "O Registro informado já está associado com um paciente existente. Por favor verifique o código de registro e tente novamente.", | ||
"orderNumber": "Número de pedido", | ||
"previous": "Anterior", | ||
"previous21Years": "21 anos prévios", | ||
"previousMonth": "Mês anterior", | ||
"previousValue": "Valor anterior", | ||
"previousYear": "Ano anterior", | ||
"remove": "Remover", | ||
"requiredField": "Esse campo é obrigatório!", | ||
"saveAndCloseButton": "Salvar e fechar", | ||
"selectWeeks": "Selecionar semanas", | ||
"set": "Configurar", | ||
"submitting": "Enviando", | ||
"to": "Para", | ||
"tryOpeningAnotherForm": "Tente abrir outro formulário", | ||
"useValue": "Usar Valor", | ||
"weeks": "Semanas", | ||
"yearsAgo": "Anos atrás" | ||
} |
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
7 changes: 7 additions & 0 deletions
7
packages/esm-generic-patient-widgets-app/translations/pt_BR.json
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,7 @@ | ||
{ | ||
"chartView": "Chart View", | ||
"dateAndTime": "Date and time", | ||
"displaying": "Displaying", | ||
"encounterType": "Encounter type", | ||
"tableView": "Table View" | ||
} |
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
47 changes: 47 additions & 0 deletions
47
packages/esm-patient-allergies-app/translations/pt_BR.json
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,47 @@ | ||
{ | ||
"add": "Add", | ||
"allergen": "Allergen", | ||
"allergies": "Allergies", | ||
"Allergies": "Allergies", | ||
"allergyDeleted": "Allergy deleted", | ||
"allergyIntolerances": "allergy intolerances", | ||
"allergyNowVisible": "It is now visible on the Allergies page", | ||
"allergySaved": "Allergy saved", | ||
"allergySaveError": "Error saving allergy", | ||
"allergyUpdated": "Allergy updated", | ||
"cancel": "Cancel", | ||
"dateOfOnsetAndComments": "Date of onset and comments", | ||
"delete": "Delete", | ||
"deleteModalConfirmationText": "Are you sure you want to delete this allergy?", | ||
"deletePatientAllergy": "Delete allergy", | ||
"deleting": "Deleting", | ||
"discard": "Discard", | ||
"edit": "Edit", | ||
"editAllergy": "Edit an Allergy", | ||
"editOrDeleteAllergy": "Edit or delete allergy", | ||
"errorDeletingAllergy": "Error deleting allergy", | ||
"invalidComment": "Invalid comment, try again", | ||
"loading": "Loading", | ||
"mild": "Mild", | ||
"moderate": "Moderate", | ||
"name": "Name", | ||
"nonCodedAllergenWarningDescription": "Adding a custom allergen may impact system-wide allergy notifications. It's recommended to choose from the provided list for accurate alerts. Custom entries may not trigger notifications in all relevant contexts.", | ||
"nonCodedAllergenWarningTitle": "Warning: Custom Allergen Entry", | ||
"onsetDateAndComments": "Onset date and comments", | ||
"other": "Other", | ||
"otherNonCodedAllergen": "Other non-coded allergen", | ||
"otherNonCodedAllergicReaction": "Other non-coded allergic reaction", | ||
"reaction": "Reaction", | ||
"reactions": "Reactions", | ||
"recordNewAllergy": "Record a new allergy", | ||
"saveAndClose": "Save and close", | ||
"seeAll": "See all", | ||
"selectAllergen": "Select the allergen", | ||
"selectReactions": "Select the reactions", | ||
"severe": "Severe", | ||
"severityandReaction": "Severity", | ||
"severityOfWorstReaction": "Severity of worst reaction", | ||
"typeAdditionalComments": "Type any additional comments here", | ||
"typeAllergenName": "Please type in the name of the allergen", | ||
"typeAllergicReactionName": "Please type in the name of the allergic reaction" | ||
} |
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
Oops, something went wrong.