mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-13 03:31:31 +00:00
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:
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
return [
|
||||
"age" => "Idade",
|
||||
"all_results_available" => "Todos os resultados disponíveis",
|
||||
"anc_follow_up" => "Acompanhamento pré-natal",
|
||||
"anc_registration" => "Registro pré-natal",
|
||||
"clinic_allocation" => "Alocação Clínica",
|
||||
"clinics" => "Consultório",
|
||||
"consultation" => "consulta",
|
||||
"dashboard" => "painel de controle",
|
||||
"date" => "Encontro",
|
||||
"diagnosis" => "Diagnóstico",
|
||||
"family_planning" => "Planeamento familiar",
|
||||
"from" => "De",
|
||||
"gender" => "Gênero",
|
||||
"historical_anaesthetics" => "Anestésicos Históricos",
|
||||
"historical_surgeries" => "Cirurgias Históricas",
|
||||
"investigations" => "Investigações",
|
||||
"name" => "Nome",
|
||||
"ongoing_consultation" => "Consulta em andamento",
|
||||
"ordered" => "Ordenado",
|
||||
"outcome" => "Resultado",
|
||||
"patient_number" => "Número do paciente",
|
||||
"pending_consultation" => "Consulta pendente",
|
||||
"pending_triage" => "Triagem pendente",
|
||||
"point_of_sale" => "Ponto de venda",
|
||||
"select" => "Selecione",
|
||||
"select_clinic" => "Selecionar Clínica",
|
||||
"some_results_available" => "Alguns resultados disponíveis",
|
||||
"submit" => "Enviar",
|
||||
"theatre" => "Sala",
|
||||
"theatre_anaesthetics" => "Módulo de sala - anestésicos",
|
||||
"theatre_surgery" => "Módulo de sala - cirurgia",
|
||||
"time" => "tempo",
|
||||
"to" => "Para",
|
||||
"treatment" => "Tratamento",
|
||||
"triage" => "Triagem"
|
||||
];
|
||||
Reference in New Issue
Block a user