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
30 lines
931 B
Plaintext
Executable File
30 lines
931 B
Plaintext
Executable File
/**
|
|
* Italian translation
|
|
* @name Italian
|
|
* @anchor Italian
|
|
* @author Nicola Zecchin & Giulio Quaresima
|
|
*/
|
|
|
|
{
|
|
"sEmptyTable": "Nessun dato presente nella tabella",
|
|
"sInfo": "Vista da _START_ a _END_ di _TOTAL_ elementi",
|
|
"sInfoEmpty": "Vista da 0 a 0 di 0 elementi",
|
|
"sInfoFiltered": "(filtrati da _MAX_ elementi totali)",
|
|
"sInfoPostFix": "",
|
|
"sInfoThousands": ",",
|
|
"sLengthMenu": "Visualizza _MENU_ elementi",
|
|
"sLoadingRecords": "Caricamento...",
|
|
"sProcessing": "Elaborazione...",
|
|
"sSearch": "Cerca:",
|
|
"sZeroRecords": "La ricerca non ha portato alcun risultato.",
|
|
"oPaginate": {
|
|
"sFirst": "Inizio",
|
|
"sPrevious": "Precedente",
|
|
"sNext": "Successivo",
|
|
"sLast": "Fine"
|
|
},
|
|
"oAria": {
|
|
"sSortAscending": ": attiva per ordinare la colonna in ordine crescente",
|
|
"sSortDescending": ": attiva per ordinare la colonna in ordine decrescente"
|
|
}
|
|
} |