mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-13 03:31:31 +00:00
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:
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
"create_head_of_family" => "Create Head of Family",
|
||||
"dashboard" => "Dashboard",
|
||||
"heads_of_family" => "Heads of Family",
|
||||
"register" => "Register",
|
||||
"patient_search" => "Patient Search",
|
||||
"patient_information" => "Patient Information",
|
||||
"here" => "here",
|
||||
"register_patient" => "Register a new patient",
|
||||
"insurance_group" => "Insurance Group",
|
||||
"profile_photo" => "Profile Photo",
|
||||
"submit" => "Submit",
|
||||
"cancel" => "Cancel",
|
||||
"edit" => "Edit",
|
||||
"edit_head_of_family" => "Edit Insurance Head Of Family",
|
||||
"head_of_family_name" => "Head Of Family Name",
|
||||
"activate" => "Activate",
|
||||
"inactive_head_of_family" => "Inactive Heads Of Family",
|
||||
"are_you_sure" => "Are you sure?",
|
||||
"contact" => "Contact",
|
||||
"action" => "Action",
|
||||
"patient_number" => "Patient Number",
|
||||
"name" => "Name",
|
||||
"view_head_of_family" => "View Active Family Heads",
|
||||
"insurance_status" => "Insurance Status",
|
||||
"active" => "Active",
|
||||
"inactive" => "Inactive",
|
||||
"delete" => "Delete",
|
||||
];
|
||||
Reference in New Issue
Block a user