Initial commit
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"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": "Контракт",
|
||||
"License Agreement": "Ліцензійна угода"
|
||||
}
|
||||
},
|
||||
"presetFilters": {
|
||||
"active": "Активний",
|
||||
"draft": "Чернетка"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user