Files
streamline-emr/docker/_streamline-src/resources/lang/pt/reports.php
T

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