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
This commit is contained in:
2024-03-10 16:17:50 -07:00
parent 2ffc3c408a
commit a424394109
13506 changed files with 1860172 additions and 6 deletions
+47
View File
@@ -0,0 +1,47 @@
<?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",
];