mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-12 19:21:33 +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
30 lines
987 B
Plaintext
Executable File
30 lines
987 B
Plaintext
Executable File
/**
|
|
* 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"
|
|
}
|
|
} |