feat(catalog): add KYC teaser section to supplier InfoPanel
All checks were successful
Build Docker Image / build (push) Successful in 4m6s
All checks were successful
Build Docker Image / build (push) Successful in 4m6s
- Add KYC teaser info section (companyType, registrationYear, status, sourcesCount) - Use mock data for now (backend integration TBD) - Add 'open-kyc' emit for full profile navigation - Add kycProfileUuid field to InfoEntity type - Add i18n translations for both RU and EN
This commit is contained in:
@@ -64,7 +64,15 @@
|
||||
"noHubs": "No hubs found",
|
||||
"noSuppliers": "No suppliers found",
|
||||
"viewSupplier": "View supplier",
|
||||
"supplier": "Supplier"
|
||||
"supplier": "Supplier",
|
||||
"kycTeaser": "Company Information",
|
||||
"companyType": "Company Type",
|
||||
"registrationYear": "Registration Year",
|
||||
"status": "Status",
|
||||
"active": "Active",
|
||||
"inactive": "Inactive",
|
||||
"sourcesCount": "Data Sources",
|
||||
"viewFullKyc": "View full company profile"
|
||||
},
|
||||
"modes": {
|
||||
"explore": "Explore",
|
||||
@@ -83,6 +91,8 @@
|
||||
"title": "Explore the market",
|
||||
"subtitle": "Switch between offers, hubs, and suppliers"
|
||||
},
|
||||
"offers": "offer | offers"
|
||||
"offers": "offer | offers",
|
||||
"list": "List",
|
||||
"applyFilter": "Apply filter"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -64,7 +64,15 @@
|
||||
"noHubs": "Хабы не найдены",
|
||||
"noSuppliers": "Поставщики не найдены",
|
||||
"viewSupplier": "Посмотреть поставщика",
|
||||
"supplier": "Поставщик"
|
||||
"supplier": "Поставщик",
|
||||
"kycTeaser": "Информация о компании",
|
||||
"companyType": "Тип организации",
|
||||
"registrationYear": "Год регистрации",
|
||||
"status": "Статус",
|
||||
"active": "Действующая",
|
||||
"inactive": "Недействующая",
|
||||
"sourcesCount": "Источников данных",
|
||||
"viewFullKyc": "Подробнее о компании"
|
||||
},
|
||||
"modes": {
|
||||
"explore": "Исследовать",
|
||||
|
||||
Reference in New Issue
Block a user