mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-13 19:51:30 +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:
+29
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
"audit_trail" => "Audit Trail",
|
||||
"dashboard" => "Dashboard",
|
||||
"staff_member" => "Staff member",
|
||||
"action_performed" => "Action Performed",
|
||||
"records_affected" => "Records Affected",
|
||||
"select_the_date" => "Select the date",
|
||||
"all_dates" => "ALL DATES",
|
||||
"today" => "TODAY",
|
||||
"yesterday" => "YESTERDAY",
|
||||
"last_7" => "LAST 7 DAYS",
|
||||
"last_30" => "LAST 30 DAYS",
|
||||
"custom_date" => "CUSTOM DAY",
|
||||
"date_range" => "DATE RANGE",
|
||||
"date_from" => "Date From",
|
||||
"date_to" => "Date To",
|
||||
"search" => "Search",
|
||||
"date_and_time" => "Date and Time",
|
||||
"staff_incharge" => "Staff In Charge",
|
||||
"details" => "Details",
|
||||
"a" => "a",
|
||||
"record" => "record",
|
||||
"new_values" => "New Values",
|
||||
"old_values" => "Old Values",
|
||||
"computer_ip_address" => "Computer IP Address",
|
||||
"device" => "Device",
|
||||
];
|
||||
Reference in New Issue
Block a user