mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-12 11:11: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
24 lines
748 B
Plaintext
Executable File
24 lines
748 B
Plaintext
Executable File
/**
|
|
* 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"
|
|
}
|
|
}
|