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.
fix(i18n): update translation resources for enUs and ptBr
fix #1668
- Loading branch information
Showing
19 changed files
with
191 additions
and
16 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -5,5 +5,6 @@ export default { | |
cancel: 'Cancel', | ||
new: 'New', | ||
list: 'List', | ||
search: "Search" | ||
}, | ||
} |
File renamed without changes.
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,43 @@ | ||
export default { | ||
patient: { | ||
firstName: 'First Name', | ||
lastName: 'Last Name', | ||
suffix: "Suffix", | ||
prefix: "Prefix", | ||
givenName: "Given Name", | ||
familyName: "Family Name", | ||
dateOfBirth: "Date of Birth", | ||
approximateDateOfBirth: "Approximate Date of Birth", | ||
age: "Age", | ||
approximateAge: "Approximate Age", | ||
placeOfBirth: "Place of Birth", | ||
sex: "Sex", | ||
phoneNumber: "Phone Number", | ||
email: "Email", | ||
address: "Address", | ||
occupation: "Occupation", | ||
type: "Patient Type", | ||
preferredLanguage: "Preferred Language", | ||
basicInformation: "Basic Information", | ||
generalInformation: "General Information", | ||
contactInformation: "Contact Information", | ||
unknownDateOfBirth: "Unknown", | ||
relatedPerson: "Related Person", | ||
relatedPersons: { | ||
error: { | ||
relatedPersonRequired: "Related Person is required.", | ||
relationshipTypeRequired: "Relationship Type is required." | ||
}, | ||
label: "Related Persons", | ||
new: "New Related Person", | ||
relationshipType: "Relationship Type" | ||
}, | ||
types: { | ||
charity: "Charity", | ||
private: "Private" | ||
}, | ||
errors: { | ||
patientGivenNameRequired: "Patient Given Name is required." | ||
} | ||
}, | ||
} |
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 { | ||
scheduling: { | ||
label: "Scheduling", | ||
appointments: { | ||
label: "Appointments", | ||
new: "New Appointment" | ||
}, | ||
appointment: { | ||
startDate: "Start Date", | ||
endDate: "End Date", | ||
location: "Location", | ||
type: "Type", | ||
types: { | ||
checkup: "Checkup", | ||
emergency: "Emergency", | ||
followUp: "Follow Up", | ||
routine: "Routine", | ||
walkUp: "Walk Up" | ||
}, | ||
errors: { | ||
patientRequired: "Patient is required.", | ||
errorCreatingAppointment: "Error Creating Appointment!", | ||
startDateMustBeBeforeEndDate: "Start Time must be before End Time." | ||
}, | ||
reason: "Reason", | ||
patient: "Patient" | ||
} | ||
}, | ||
} |
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,8 @@ | ||
export default { | ||
sex: { | ||
male: "Male", | ||
female: "Female", | ||
other: "Other", | ||
unknown: "Unknown" | ||
}, | ||
} |
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,6 @@ | ||
export default { | ||
states: { | ||
success: "Success!", | ||
error: "Error!" | ||
}, | ||
} |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -5,5 +5,6 @@ export default { | |
cancel: 'Cancelar', | ||
new: 'Novo', | ||
list: 'Lista', | ||
search: 'Pesquisar' | ||
}, | ||
} |
File renamed without changes.
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,43 @@ | ||
export default { | ||
patient: { | ||
firstName: 'Nome', | ||
lastName: 'Sobrenome', | ||
suffix: "Sufixo", | ||
prefix: "Prefixo", | ||
givenName: "Nome Próprio", | ||
familyName: "Nome de Familia", | ||
dateOfBirth: "Data de Nascimento", | ||
approximateDateOfBirth: "Data de Nascimento Aproximada", | ||
age: "Idade", | ||
approximateAge: "Aproximada Idade", | ||
placeOfBirth: "Local de Nascimento", | ||
sex: "Sexo", | ||
phoneNumber: "Numero de Telefone", | ||
email: "Email", | ||
address: "Endereço", | ||
occupation: "Ocupação", | ||
type: "Tipo de Paciente", | ||
preferredLanguage: "Idioma de Preferência", | ||
basicInformation: "Informação Basica", | ||
generalInformation: "Informação Geral", | ||
contactInformation: "Informação de Contato", | ||
unknownDateOfBirth: "Data de Nascimento Desconhecida", | ||
relatedPerson: "Pessoa Relacionada", | ||
relatedPersons: { | ||
error: { | ||
relatedPersonRequired: "Pessoa relacionada é necessária.", | ||
relationshipTypeRequired: "Tipo de relacionamento é necessário." | ||
}, | ||
label: "Pessoas Relacionadas", | ||
new: "Nova Pessoa Relacionada", | ||
relationshipType: "Tipo de Relacionamento" | ||
}, | ||
types: { | ||
charity: "Caridade", | ||
private: "Particular" | ||
}, | ||
errors: { | ||
patientGivenNameRequired: "Patient Given Name is required." | ||
} | ||
}, | ||
} |
File renamed without changes.
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 { | ||
scheduling: { | ||
label: "Agendamento", | ||
appointments: { | ||
label: "Agendamantos", | ||
new: "Novo Agendamento" | ||
}, | ||
appointment: { | ||
startDate: "Data de início", | ||
endDate: "Data final", | ||
location: "Localização", | ||
type: "Tipo", | ||
types: { | ||
checkup: "Checkup", | ||
emergency: "Emergência", | ||
followUp: "Acompanhamento", | ||
routine: "Rotina", | ||
walkIn: "Primeira consulta" | ||
}, | ||
errors: { | ||
patientRequired: "Paciente é necessario.", | ||
errorCreatingAppointment: "Algo deu errado criando o agendamento.", | ||
startDateMustBeBeforeEndDate: "Horário de início deve ser antes do horário final." | ||
}, | ||
reason: "Razão", | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export default { | ||
sex: { | ||
male: "Masculino", | ||
female: "Feminino", | ||
other: "Outro", | ||
unknown: "Desconhecido" | ||
}, | ||
} |
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,6 @@ | ||
export default { | ||
states: { | ||
success: "Sucesso!", | ||
error: "Algo deu errado.." | ||
}, | ||
} |