diff --git a/api/src/main/resources/messages.properties b/api/src/main/resources/messages.properties index 59a0886..f2c3180 100644 --- a/api/src/main/resources/messages.properties +++ b/api/src/main/resources/messages.properties @@ -302,7 +302,21 @@ editCaregiver.subtitle=Please edit Caregiver profile below registerCaregiver.title=Register a Caregiver registerCaregiver.subtitle=Please register a caregiver below registerCaregiver.steps.confirm.title=Person Demographics +registerCaregiver.steps.name.label=Name +registerCaregiver.steps.name.title=Demographics +registerCaregiver.steps.name.subtitle=What's the caregiver's name? +registerCaregiver.steps.language.label=Language +registerCaregiver.steps.language.title=Caregiver Demographics +registerCaregiver.steps.language.subtitle=What language does the caregiver prefer? registerCaregiver.steps.confirm.subtitle=Confirm the person details are correct. +registerCaregiver.steps.phoneNumber.label=Phone Number +registerCaregiver.steps.phoneNumber.subtitle=What's the caregiver's phone number? +registerCaregiver.steps.location.label=Person Location +registerCaregiver.steps.location.title=Demographics +registerCaregiver.steps.location.subtitle=Caregiver's location +registerCaregiver.steps.relatives.label=Relatives +registerCaregiver.steps.relatives.title=Demographics +registerCaregiver.steps.relatives.subtitle=Who is the caregiver related to? registerPatient.title=Register a Patient registerPatient.subtitle=Please register a patient below registerPatient.steps.name.label=Name @@ -409,6 +423,7 @@ registerPatient.previous=Previous registerPatient.next=Next registerPatient.confirm=Confirm registerPatient.invalidPhoneNumber=Please provide a valid phone number including the country code. Example: +1 555 555 1234 +registerPatient.fields.identifier.subtitle = Identifiers information notificationConfiguration.title=Manage Notification Configuration notificationConfiguration.configureSettings=Configure Settings notificationConfiguration.defaultCountry=Default Country @@ -572,4 +587,6 @@ cfl.updateStatusButton.label=Update the status cfl.deletePatientButton.label=Delete Patient cfl.emptyDashboardWidget.label=-NO DATA- adminui.manageAccounts.label=Manage Accounts -adminui.myAccount=My account \ No newline at end of file +adminui.myAccount=My account +cfl.initcall.button=Initiate call +cfl.patientProfile.label=Patient profile \ No newline at end of file diff --git a/api/src/main/resources/messages_pt.properties b/api/src/main/resources/messages_pt.properties index 470b865..34cae2e 100644 --- a/api/src/main/resources/messages_pt.properties +++ b/api/src/main/resources/messages_pt.properties @@ -302,12 +302,27 @@ editCaregiver.subtitle=Favor editar o perfil do cuidador abaixo registerCaregiver.title=Registrar um Cuidador registerCaregiver.subtitle=Favor registrar o perfil do cuidador abaixo registerCaregiver.steps.confirm.title=Dados Demográficos Pessoais +registerCaregiver.steps.name.label=Nome +registerCaregiver.steps.name.title=Dados demogrÃficos +registerCaregiver.steps.name.subtitle=Qual o nome do cuidador? +registerCaregiver.steps.language.label=Idioma +registerCaregiver.steps.language.title=Dados demogrÃficos +registerCaregiver.steps.language.subtitle=Qual é o idioma preferido do cuidador? +registerCaregiver.steps.phoneNumber.label=Número de Telefone +registerCaregiver.steps.phoneNumber.subtitle=Qual é o Número de telefone do cuidador? +registerCaregiver.steps.location.label=Localização da pessoa +registerCaregiver.steps.location.title=Dados demogrÃficos +registerCaregiver.steps.location.subtitle=Localização do cuidador +registerCaregiver.steps.relatives.label=Parentes +registerCaregiver.steps.relatives.title=Dados demogrÃficos +registerCaregiver.steps.relatives.subtitle=Quem são os parentes do cuidador? registerCaregiver.steps.confirm.subtitle=Confirme se os dados da pessoa estão corretos. registerPatient.title=Registrar um paciente registerPatient.subtitle=Favor registrar um paciente abaixo registerPatient.steps.name.label=Nome registerPatient.steps.name.title=Dados Demográficos Pessoais registerPatient.steps.name.subtitle=Qual é o nome do paciente? +registerPatient.fields.identifier.subtitle = Informações de identificação registerPatient.steps.gender.label=Gênero registerPatient.steps.gender.title=Dados Demográficos Pessoais registerPatient.steps.gender.subtitle=Qual é o sexo do paciente? @@ -572,4 +587,8 @@ cfl.updateStatusButton.label=Atualize o estado cfl.deletePatientButton.label=Excluir Paciente cfl.emptyDashboardWidget.label=-SEM DADOS- adminui.manageAccounts.label=Gerenciar contas -adminui.myAccount=Minha conta \ No newline at end of file +adminui.myAccount=Minha conta +cfl.registerCaregiver.title=Registrar um Cuidador +cfl.findCaregiver.title=Encontrar Registro de Cuidador +cfl.initcall.button=Iniciar uma chamada +cfl.patientProfile.label=Perfil do paciente \ No newline at end of file