Files
webapp/i18n/locales/ru/ganttTimeline.json
2026-01-07 09:10:35 +07:00

37 lines
1.0 KiB
JSON
Raw Permalink 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.

{
"ganttTimeline": {
"states": {
"loading": "Загрузка timeline..."
},
"legend": {
"title": "Этапы доставки",
"auto": "Автоперевозка",
"sea": "Морская перевозка",
"rail": "Ж/д перевозка",
"services": "Услуги"
},
"modal": {
"title": "Детали рейса",
"company": {
"title": "Компания",
"tax_id": "ИНН:"
},
"dates": {
"title": "Даты",
"planned_loading": "План. погрузка:",
"actual_loading": "Факт. погрузка:",
"planned_unloading": "План. выгрузка:",
"actual_unloading": "Факт. выгрузка:"
},
"weight": {
"title": "Вес",
"planned": "Плановый:",
"at_loading": "При погрузке:",
"at_unloading": "При выгрузке:",
"unit": "т"
},
"not_specified": "Не указано"
}
}
}