Files
espocrm/application/Espo/Modules/Crm/Resources/i18n/ru_RU/Document.json
2026-01-19 17:46:06 +01:00

43 lines
1.2 KiB
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.
{
"labels": {
"Create Document": "Создать документ",
"Details": "Описание"
},
"fields": {
"name": "Название",
"status": "Статус",
"file": "Файл",
"type": "Тип",
"publishDate": "Опубликован",
"expirationDate": "Актуален до",
"description": "Описание",
"accounts": "Контрагенты",
"folder": "Папка"
},
"links": {
"accounts": "Контрагенты",
"opportunities": "Сделки",
"folder": "Папка",
"leads": "Лиды",
"contacts": "Контакты"
},
"options": {
"status": {
"Active": "Действующий",
"Draft": "Черновик",
"Expired": "Просрочен",
"Canceled": "Отменен"
},
"type": {
"": "Нет",
"Contract": "Контракт",
"NDA": "NDA соглашение о неразглашении",
"EULA": "EULA лицензионное соглашение с конечным пользователем",
"License Agreement": "Лицензионное соглашение"
}
},
"presetFilters": {
"active": "Действующий",
"draft": "Черновик"
}
}