mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
23 lines
664 B
PHP
Executable File
23 lines
664 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"services" => "Serviços",
|
|
"name" => "Nome",
|
|
"non_insured" => "Sem seguros",
|
|
"insured" => "Com seguro",
|
|
"charge_book" => "Livro de cobrança",
|
|
"dashboard" => "Paínel",
|
|
"memorised_streamline_reports" => "Relatórios streamline guardados",
|
|
"print_pdf" => "Imprimir PDF",
|
|
"bed_categories" => "Categorias de cama",
|
|
"per_night" => "Por noite",
|
|
"first_night" => "Primeira noite",
|
|
"cost_after" => "Custo a posterior",
|
|
"drugs" => "Medicamentos",
|
|
"sundries" => "Equipamentos",
|
|
"procedures" => "Procedimentos",
|
|
"investigations" => "Investigações",
|
|
"no" => "Não",
|
|
"yes" => "Sim",
|
|
];
|