mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +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
1.0 KiB
Plaintext
Executable File
30 lines
1.0 KiB
Plaintext
Executable File
/**
|
|
* French translation
|
|
* @name French
|
|
* @anchor French
|
|
* @author
|
|
*/
|
|
|
|
{
|
|
"sProcessing": "Traitement en cours...",
|
|
"sSearch": "Rechercher :",
|
|
"sLengthMenu": "Afficher _MENU_ éléments",
|
|
"sInfo": "Affichage de l'élement _START_ à _END_ sur _TOTAL_ éléments",
|
|
"sInfoEmpty": "Affichage de l'élement 0 à 0 sur 0 éléments",
|
|
"sInfoFiltered": "(filtré de _MAX_ éléments au total)",
|
|
"sInfoPostFix": "",
|
|
"sLoadingRecords": "Chargement en cours...",
|
|
"sZeroRecords": "Aucun élément à afficher",
|
|
"sEmptyTable": "Aucune donnée disponible dans le tableau",
|
|
"oPaginate": {
|
|
"sFirst": "Premier",
|
|
"sPrevious": "Précédent",
|
|
"sNext": "Suivant",
|
|
"sLast": "Dernier"
|
|
},
|
|
"oAria": {
|
|
"sSortAscending": ": activer pour trier la colonne par ordre croissant",
|
|
"sSortDescending": ": activer pour trier la colonne par ordre décroissant"
|
|
}
|
|
}
|