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
24 lines
734 B
PHP
Executable File
24 lines
734 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"please_compulsory_fields" => "Por favor, preencha os campos obrigatórios",
|
|
"cancel" => "Cancelar",
|
|
"submit" => "Submeter",
|
|
"specimen_name" => "Nome da amostra",
|
|
"create" => "Criar",
|
|
"dashboard" => "Paínel",
|
|
"add_specimen" => "Adicionar amostra",
|
|
"specimens" => "Amostras",
|
|
"add_another" => "Adicionar outra",
|
|
"edit" => "Editar",
|
|
"edit_specimen" => "Editar amostra",
|
|
"name" => "Nome",
|
|
"inactive_specimens" => "Amostras inactivas",
|
|
"activate" => "Activar",
|
|
"lab_specimens" => "Amostras no laboratório",
|
|
"delete" => "Apagar",
|
|
"are_you_sure" => "Tem certeza?",
|
|
"view_specimen" => "Ver amostras",
|
|
"activate_specimen" => "Activar amostras",
|
|
];
|