mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-12 11:11: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,27 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
"update" => "Actualização",
|
||||
"action" => "Acção",
|
||||
"new_donation_date" => "Nova data de doação",
|
||||
"phone" => "Telefone",
|
||||
"name" => "Nome",
|
||||
"blood_group" => "Grupo sanguíneo",
|
||||
"new_blood_donation" => "Nova doação sanguínea",
|
||||
"dashboard" => "Paínel",
|
||||
"blood_donors" => "Doadores de sangue",
|
||||
"view" => "Ver",
|
||||
"blood_donations" => "Doações sanguíneas",
|
||||
"select_blood_group" => "Escolher grupo sanguíneo",
|
||||
"search" => "Procurar",
|
||||
"last_donated" => "Última doação",
|
||||
"add_donation" => "Adicionar doação",
|
||||
"view_details" => "Ver detalhes",
|
||||
"no_records_found" => "Nenhum registo encontrado",
|
||||
"member_details" => "Detalhes do membros",
|
||||
"willing_to_donate" => "Preparado para doar",
|
||||
"no" => "Não",
|
||||
"yes" => "Sim",
|
||||
"donation_date" => "Data da doação",
|
||||
"donation_details" => "Detalhes da doação",
|
||||
];
|
||||
Reference in New Issue
Block a user