Files
medreport_mrb2b/public/locales/ru/orders.json
2025-09-10 07:11:18 +03:00

20 lines
752 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"title": "Заказы",
"description": "Просмотрите ваши заказы",
"noOrders": "Заказы не найдены",
"table": {
"analysisPackage": "Пакет анализов",
"otherOrders": "Заказ",
"createdAt": "Дата заказа",
"status": "Статус"
},
"status": {
"QUEUED": "Отправлено",
"PROCESSING": "Передано в Synlab",
"PARTIAL_ANALYSIS_RESPONSE": "Частичные результаты",
"FULL_ANALYSIS_RESPONSE": "Все результаты получены, ожидается заключение врача",
"COMPLETED": "Подтверждено",
"REJECTED": "Возвращено",
"CANCELLED": "Отменено"
}
}