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
+38
View File
@@ -0,0 +1,38 @@
<?php
return [
"activate" => "Activate",
"activate_budgets" => "Activate budgets",
"add_new_budget" => "Add New Budget",
"add_budget" => "Add budget",
"are_you_sure" => "Are you sure you want to delete budget?",
"budget" => "Budget",
"budget_name" => "Budget Name",
"performance" => "Budget Performance Report",
"performance_detail" => "Budget Detail Performance Report",
"budgets" => "Budgets",
"cancel" => "Cancel",
"create" => "Create",
"dashboard" => "Dashboard",
"delete" => "Delete",
"edit" => "Edit",
"edit_budget" => "Edit budget",
"export_data_to_copy_csv_pdf_print" => "Export data to Copy, CSV, Excel, PDF & Print",
"finance_home" => "Finance Home",
"id" => "Id",
"inactive" => "Inactive",
"months" => "Months",
"period_count_months" => "No. of Months",
"period_count_quarters" => "No. of Quarters",
"period_count_years" => "No. of Years",
"period_start_month" => "Start Month",
"period_start_quarter" => "Start Quarter",
"period_start_year" => "Start Year",
"quarters" => "Quarters",
"select" => "-- select --",
"submit" => "Submit",
"view" => "View",
"view_inactive_budgets" => "View Inactive Budgets",
"view_budgets" => "View Budgets",
"years" => "Years",
];