mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-13 11:41: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,52 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
"center_performance" => "Desepenho do centro",
|
||||
"reports_dashboard" => "Paínel de relatório",
|
||||
"select_cost_center" => "Selecionar centro de custo",
|
||||
"select_date_range" => "Selecione uma da ou um período",
|
||||
"today" => "HOJE",
|
||||
"yesterday" => "ONTEM",
|
||||
"custom_date" => "DATA ESCOLHIDA",
|
||||
"date_range" => "PERÍODO",
|
||||
"date_on" => "Data",
|
||||
"end_date" => "Data final",
|
||||
"submit" => "Submeter",
|
||||
"showing_performance_of" => "Mostrar desempenho de",
|
||||
"item" => "Item",
|
||||
"total" => "Total",
|
||||
"action" => "Acção",
|
||||
"drug" => "Medicamento",
|
||||
"details" => "Detalhes",
|
||||
"print_receipt" => "Imprimir recibo",
|
||||
"select" => "Seleccionar",
|
||||
"consultation" => "Consultar",
|
||||
"services" => "Serviços",
|
||||
"sundries" => "Outros itens",
|
||||
"investigations" => "Investigações",
|
||||
"procedures" => "Procedimentos",
|
||||
"extras" => "Extras",
|
||||
"patient" => "Paciente",
|
||||
"staff_in_charge" => "Funcionário responsável",
|
||||
"receipts" => "Recibos",
|
||||
"amount" => "Montante",
|
||||
"cost_center_performance" => "DESEMPENHO DO CENTRO DE CUSTO",
|
||||
"center_performance_details" => "detalhes do desempenho do centro",
|
||||
"patient_number" => "Número do Paciente",
|
||||
"patient_name" => "Nome do Paciente",
|
||||
"staff" => "Funcionáro",
|
||||
"date" => "Data",
|
||||
"receipt_number" => "Número do recibo",
|
||||
"item_name" => "Nome do item",
|
||||
"amount_patient_paid" => "Montante pago pelo paciente",
|
||||
"donor_discount" => "Desconto se existe",
|
||||
"gen_discount" => "Desconto geral se existe",
|
||||
"select_valid_date" => "Selecione uma data ou período válido",
|
||||
"investigation_performance" => "Desempenho de investigação",
|
||||
"investigation_type" => "Tipo de investigação",
|
||||
"lab" => "Laboratório",
|
||||
"xray" => "Raio-X",
|
||||
"ultrasound" => "Ultrasom",
|
||||
"investigation_performance_details" => "Detalhes de investigação de desempenho",
|
||||
"top_performing_investigations" => "As mais investigações de desempenho",
|
||||
];
|
||||
Reference in New Issue
Block a user