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
1013 B
Plaintext
Executable File
31 lines
1013 B
Plaintext
Executable File
/**
|
|
* Spanish translation
|
|
* @name Spanish
|
|
* @anchor Spanish
|
|
* @author Giovanni Ariza, Aristobulo Gomez and Roberto Poo
|
|
*/
|
|
|
|
{
|
|
"sProcessing": "Procesando...",
|
|
"sLengthMenu": "Mostrar _MENU_ registros",
|
|
"sZeroRecords": "No se encontraron resultados",
|
|
"sEmptyTable": "Ningún dato disponible en esta tabla",
|
|
"sInfo": "Mostrando registros del _START_ al _END_ de un total de _TOTAL_ registros",
|
|
"sInfoEmpty": "Mostrando registros del 0 al 0 de un total de 0 registros",
|
|
"sInfoFiltered": "(filtrado de un total de _MAX_ registros)",
|
|
"sInfoPostFix": "",
|
|
"sSearch": "Buscar:",
|
|
"sUrl": "",
|
|
"sInfoThousands": ",",
|
|
"sLoadingRecords": "Cargando...",
|
|
"oPaginate": {
|
|
"sFirst": "Primero",
|
|
"sLast": "Último",
|
|
"sNext": "Siguiente",
|
|
"sPrevious": "Anterior"
|
|
},
|
|
"oAria": {
|
|
"sSortAscending": ": Activar para ordenar la columna de manera ascendente",
|
|
"sSortDescending": ": Activar para ordenar la columna de manera descendente"
|
|
}
|
|
} |