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
967 B
Plaintext
Executable File
25 lines
967 B
Plaintext
Executable File
/**
|
|
* Hindi translation
|
|
* @name Hindi
|
|
* @anchor Hindi
|
|
* @author <a href="http://outshinesolutions.com">Outshine Solutions</a>
|
|
*/
|
|
|
|
{
|
|
"sProcessing": "प्रगति पे हैं ...",
|
|
"sLengthMenu": " _MENU_ प्रविष्टियां दिखाएं ",
|
|
"sZeroRecords": "रिकॉर्ड्स का मेल नहीं मिला",
|
|
"sInfo": "_START_ to _END_ of _TOTAL_ प्रविष्टियां दिखा रहे हैं",
|
|
"sInfoEmpty": "0 में से 0 से 0 प्रविष्टियां दिखा रहे हैं",
|
|
"sInfoFiltered": "(_MAX_ कुल प्रविष्टियों में से छठा हुआ)",
|
|
"sInfoPostFix": "",
|
|
"sSearch": "खोजें:",
|
|
"sUrl": "",
|
|
"oPaginate": {
|
|
"sFirst": "प्रथम",
|
|
"sPrevious": "पिछला",
|
|
"sNext": "अगला",
|
|
"sLast": "अंतिम"
|
|
}
|
|
}
|