mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
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
39 lines
1.4 KiB
PHP
Executable File
39 lines
1.4 KiB
PHP
Executable File
<?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"
|
|
];
|