mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
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
28 lines
837 B
PHP
Executable File
28 lines
837 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"update" => "Update",
|
|
"action" => "Action",
|
|
"new_donation_date" => "New donation date",
|
|
"phone" => "Phone",
|
|
"name" => "Name",
|
|
"blood_group" => "Blood group",
|
|
"new_blood_donation" => "New blood donation",
|
|
"dashboard" => "Dashboard",
|
|
"blood_donors" => "Blood donors",
|
|
"view" => "View",
|
|
"blood_donations" => "Blood donations",
|
|
"select_blood_group" => "Select blood group",
|
|
"search" => "Search",
|
|
"last_donated" => "Last Donated",
|
|
"add_donation" => "Add Donation",
|
|
"view_details" => "View Details",
|
|
"no_records_found" => "No records found",
|
|
"member_details" => "Member Details",
|
|
"willing_to_donate" => "Willing To Donate",
|
|
"no" => "No",
|
|
"yes" => "Yes",
|
|
"donation_date" => "Donation Date",
|
|
"donation_details" => "Donation Details",
|
|
];
|