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
25 lines
596 B
Plaintext
Executable File
25 lines
596 B
Plaintext
Executable File
/**
|
|
* Catalan translation
|
|
* @name Catalan
|
|
* @anchor Catalan
|
|
* @author Sergi
|
|
*/
|
|
|
|
{
|
|
"sProcessing": "Processant...",
|
|
"sLengthMenu": "Mostra _MENU_ registres",
|
|
"sZeroRecords": "No s'han trobat registres.",
|
|
"sInfo": "Mostrant de _START_ a _END_ de _TOTAL_ registres",
|
|
"sInfoEmpty": "Mostrant de 0 a 0 de 0 registres",
|
|
"sInfoFiltered": "(filtrat de _MAX_ total registres)",
|
|
"sInfoPostFix": "",
|
|
"sSearch": "Filtrar:",
|
|
"sUrl": "",
|
|
"oPaginate": {
|
|
"sFirst": "Primer",
|
|
"sPrevious": "Anterior",
|
|
"sNext": "Següent",
|
|
"sLast": "Últim"
|
|
}
|
|
}
|