mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
48 lines
1.7 KiB
PHP
Executable File
48 lines
1.7 KiB
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"add_sundry" => "Adicionar artigo",
|
|
"dashboard" => "Paínel",
|
|
"sundries" => "Artigos",
|
|
"create" => "Criar",
|
|
"streamline_setup" => "Stre@mline configurações (Passo 8 de 10)",
|
|
"sundry_name" => "Nome de Artigo",
|
|
"buying_price" => "Preço de compra",
|
|
"non_insured_price" => "Preço sem seguro",
|
|
"insurance_coverage" => "Cobertura do seguro",
|
|
"yes" => "Sim",
|
|
"no" => "Não",
|
|
"insured_price" => "Preço com seguro",
|
|
"income_account" => "Conta da receita",
|
|
"cost_of_goods" => "Conta de custo de mercadorias",
|
|
"inventory_asset_account" => "Conta de activo de inventário",
|
|
"select_from_list" => "Seleccione qualquer lista",
|
|
"next" => "Próximo",
|
|
"skip" => "Passar",
|
|
"submit" => "Submeter",
|
|
"cancel" => "Cancelar",
|
|
"edit_sundry" => "Editar artigo",
|
|
"edit" => "Editar",
|
|
"activate" => "Activar",
|
|
"activate_sundries" => "Activar artigos",
|
|
"are_you_sure" => "Tem certeza?",
|
|
"delete" => "Apagar",
|
|
"submit_sundries" => "Submeter artigos",
|
|
"select_sundries_above" => "Seleccionar artigos acima",
|
|
"total" => "Total",
|
|
"paid" => "Pago",
|
|
"pending_sundries" => "Artigos pendentes",
|
|
"selected_sundries_orders" => "Seleccionar artigos solicitados",
|
|
"select" => "Seleccionar",
|
|
"sundry" => "Artigo",
|
|
"quantity" => "Quantitdade",
|
|
"unit_cost" => "Custo Unitário",
|
|
"total_cost" => "Custo Total",
|
|
"confirm_sundries" => "Confirmar Artigos",
|
|
"select_sundries" => "Seleccionar Artigos",
|
|
"patient_home" => "Paciente",
|
|
"ordering_sundries" => "Encomendar artigos",
|
|
"order_sundries" => "Encomendar artigos para",
|
|
"for_episode" => "para o episódio começou em",
|
|
];
|