Files
streamline-emr/docker/streamline-src/resources/lang/pt/audit_trail.php
T
alec.turner a424394109 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
2024-03-10 16:17:50 -07:00

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",
];