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:
Vendored
Executable
+30
@@ -0,0 +1,30 @@
|
||||
/**
|
||||
* Albanian translation
|
||||
* @name Albanian
|
||||
* @anchor Albanian
|
||||
* @author Besnik Belegu
|
||||
*/
|
||||
|
||||
{
|
||||
"sEmptyTable": "Nuk ka asnjë të dhënë në tabele",
|
||||
"sInfo": "Duke treguar _START_ deri _END_ prej _TOTAL_ reshtave",
|
||||
"sInfoEmpty": "Duke treguar 0 deri 0 prej 0 reshtave",
|
||||
"sInfoFiltered": "(të filtruara nga gjithësej _MAX_ reshtave)",
|
||||
"sInfoPostFix": "",
|
||||
"sInfoThousands": ",",
|
||||
"sLengthMenu": "Shiko _MENU_ reshta",
|
||||
"sLoadingRecords": "Duke punuar...",
|
||||
"sProcessing": "Duke procesuar...",
|
||||
"sSearch": "Kërkoni:",
|
||||
"sZeroRecords": "Asnjë e dhënë nuk u gjet",
|
||||
"oPaginate": {
|
||||
"sFirst": "E para",
|
||||
"sLast": "E Fundit",
|
||||
"sNext": "Tjetra",
|
||||
"sPrevious": "E Kaluara"
|
||||
},
|
||||
"oAria": {
|
||||
"sSortAscending": ": aktivizo për të sortuar kolumnin me vlera në ngritje",
|
||||
"sSortDescending": ": aktivizo për të sortuar kolumnin me vlera në zbritje"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user