mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
42 lines
1.6 KiB
PHP
Executable File
42 lines
1.6 KiB
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"category" => "Categoria",
|
|
"patient_number" => "Número do Paciente",
|
|
"full_names" => "Nome completo",
|
|
"gender" => "Gênero",
|
|
"age" => "Idade",
|
|
"male" => "Masculino",
|
|
"female" => "Feminino",
|
|
"insured_patient_photo" => "Foto do paciente inserido",
|
|
"close" => "Fechar",
|
|
"allergies" => "Alergias",
|
|
"add_allergies_patient" => "Adiconar alergia para este paciente",
|
|
"currently_known" => "Conhecimento corrente",
|
|
"allergic_reactions" => "Reações alérgicas",
|
|
"submit_allergies" => "Submeter alergias",
|
|
"no_recorded_allergies" => "Sem registos de alergia",
|
|
"view_all" => "Ver todos",
|
|
"alerts" => "Notificações",
|
|
"alerts_for_patient" => "Notificações para este paciente",
|
|
"enter_alert" => "Digite a notificação",
|
|
"no_recorded_alerts" => "Sem registo de notificações",
|
|
"allergies_updated" => "Alergias do paciente actualizado com sucesso",
|
|
"alerts_updated" => "Notificações do paciente actualizado com sucesso",
|
|
"ok" => "Ok",
|
|
"add" => "Adicionar",
|
|
"no_allergy_added" => "Nenhuma alergia adiconada",
|
|
"submit_alert" => "Submeter notificação",
|
|
"documents" => "Documentos",
|
|
"documents_attached" => "Documentos adicionados",
|
|
"no_document_added" => "Nenum documento adicionado",
|
|
"allergies_for_patient" => "Alergias para o paciente adicionado",
|
|
"date_of_birth" => "Data de nascimento",
|
|
"no_patient_selected" => "Nenhum paciente seleccionado",
|
|
"none" => "Nenhum",
|
|
"allergy" => "Alergia",
|
|
"view" => "Ver",
|
|
"dashboard" => "Paínel",
|
|
"allergies_for" => "Alergias para",
|
|
];
|