mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-12 11:11: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:
Vendored
Executable
+30
@@ -0,0 +1,30 @@
|
||||
/**
|
||||
* Swedish translation
|
||||
* @name Swedish
|
||||
* @anchor Swedish
|
||||
* @author <a href="http://www.kmmtiming.se/">Kristoffer Karlström</a>
|
||||
*/
|
||||
|
||||
{
|
||||
"sEmptyTable": "Tabellen innehåller ingen data",
|
||||
"sInfo": "Visar _START_ till _END_ av totalt _TOTAL_ rader",
|
||||
"sInfoEmpty": "Visar 0 till 0 av totalt 0 rader",
|
||||
"sInfoFiltered": "(filtrerade från totalt _MAX_ rader)",
|
||||
"sInfoPostFix": "",
|
||||
"sInfoThousands": " ",
|
||||
"sLengthMenu": "Visa _MENU_ rader",
|
||||
"sLoadingRecords": "Laddar...",
|
||||
"sProcessing": "Bearbetar...",
|
||||
"sSearch": "Sök:",
|
||||
"sZeroRecords": "Hittade inga matchande resultat",
|
||||
"oPaginate": {
|
||||
"sFirst": "Första",
|
||||
"sLast": "Sista",
|
||||
"sNext": "Nästa",
|
||||
"sPrevious": "Föregående"
|
||||
},
|
||||
"oAria": {
|
||||
"sSortAscending": ": aktivera för att sortera kolumnen i stigande ordning",
|
||||
"sSortDescending": ": aktivera för att sortera kolumnen i fallande ordning"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user