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
28 lines
819 B
PHP
Executable File
28 lines
819 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"audit_trail" => "Registos para Auditoria",
|
|
"dashboard" => "Painel",
|
|
"staff_member" => "Funcionários",
|
|
"action_performed" => "Action Performed",
|
|
"records_affected" => "Registos afectados",
|
|
"select_the_date" => "Seleccionar data",
|
|
"all_dates" => "TODAS AS DATAS",
|
|
"today" => "HOJE",
|
|
"yesterday" => "ONTEM",
|
|
"last_7" => "ÚLTIMOS 7 DIAS",
|
|
"last_30" => "ÚLTIMOS 30 DIAS",
|
|
"custom_date" => "SELECCIONAR DIA",
|
|
"date_range" => "PERÍODO",
|
|
"date_from" => "Data de",
|
|
"date_to" => "Data para",
|
|
"search" => "Procurar",
|
|
"date_and_time" => "Data e Hora",
|
|
"staff_incharge" => "Responsável",
|
|
"details" => "Detalhes",
|
|
"a" => "a",
|
|
"record" => "record",
|
|
"new_values" => "Novos valores",
|
|
"old_values" => "Valores antigos",
|
|
];
|