Build modified streamline images

The official image from streamline does not currently work for the arm64
platform. As a temporary measure, the source code and docker build scripts
have been lifted from the official images and are used to build locally.

Some additional modifications are made to reduce overall image size, these
are documented in docker/README.md
This commit is contained in:
2024-03-10 16:17:50 -07:00
parent 2ffc3c408a
commit a424394109
13506 changed files with 1860172 additions and 6 deletions
+41
View File
@@ -0,0 +1,41 @@
<?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",
];