mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-12 11:11: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
31 lines
1.1 KiB
Plaintext
Executable File
31 lines
1.1 KiB
Plaintext
Executable File
/**
|
||
* Russian translation
|
||
* @name Russian
|
||
* @anchor Russian
|
||
* @author Tjoma
|
||
* @autor aspyatkin
|
||
*/
|
||
|
||
{
|
||
"processing": "Подождите...",
|
||
"search": "Поиск:",
|
||
"lengthMenu": "Показать _MENU_ записей",
|
||
"info": "Записи с _START_ до _END_ из _TOTAL_ записей",
|
||
"infoEmpty": "Записи с 0 до 0 из 0 записей",
|
||
"infoFiltered": "(отфильтровано из _MAX_ записей)",
|
||
"infoPostFix": "",
|
||
"loadingRecords": "Загрузка записей...",
|
||
"zeroRecords": "Записи отсутствуют.",
|
||
"emptyTable:": "В таблице отсутствуют данные",
|
||
"paginate": {
|
||
"first": "Первая",
|
||
"previous": "Предыдущая",
|
||
"next": "Следующая",
|
||
"last": "Последняя"
|
||
},
|
||
"aria": {
|
||
"sortAscending": ": активировать для сортировки столбца по возрастанию",
|
||
"sortDescending": ": активировать для сортировки столбца по убыванию"
|
||
}
|
||
}
|