mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-12 19:21:33 +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:
Vendored
Executable
+23
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* Estonian translation
|
||||
* @name Estonian
|
||||
* @anchor Estonian
|
||||
* @author <a href="http://www.arts9.com/">Janek Todoruk</a>
|
||||
*/
|
||||
|
||||
{
|
||||
"sProcessing": "Palun oodake, koostan kuvamiseks nimekirja!",
|
||||
"sLengthMenu": "Näita kirjeid _MENU_ kaupa",
|
||||
"sZeroRecords": "Otsitavat vastet ei leitud.",
|
||||
"sInfo": "Kuvatud: _TOTAL_ kirjet (_START_-_END_)",
|
||||
"sInfoEmpty": "Otsinguvasteid ei leitud",
|
||||
"sInfoFiltered": " - filteeritud _MAX_ kirje seast.",
|
||||
"sInfoPostFix": "Kõik kuvatud kirjed põhinevad reaalsetel tulemustel.",
|
||||
"sSearch": "Otsi kõikide tulemuste seast:",
|
||||
"oPaginate": {
|
||||
"sFirst": "Algus",
|
||||
"sPrevious": "Eelmine",
|
||||
"sNext": "Järgmine",
|
||||
"sLast": "Viimane"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user