mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-12 03:01:32 +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
31 lines
901 B
Plaintext
Executable File
31 lines
901 B
Plaintext
Executable File
/**
|
|
* 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"
|
|
}
|
|
}
|