feat(kyc): add demo KYC profile page with mock data
All checks were successful
Build Docker Image / build (push) Successful in 4m1s
All checks were successful
Build Docker Image / build (push) Successful in 4m1s
- Always show 'view full profile' button with fallback to demo UUID - KYC page shows mock data when demo UUID is used - Add i18n translations for demo page
This commit is contained in:
@@ -3,6 +3,16 @@
|
||||
"verification_status": "Verification Status",
|
||||
"team_verification_description": "Complete team verification to create orders",
|
||||
"start_verification": "Start Verification",
|
||||
"check_status_in_odoo": "Status is being reviewed by administrator"
|
||||
"check_status_in_odoo": "Status is being reviewed by administrator",
|
||||
"demo": {
|
||||
"companyName": "Demo Company LLC",
|
||||
"director": "Director",
|
||||
"capital": "Authorized Capital",
|
||||
"address": "Legal Address",
|
||||
"activities": "Business Activities",
|
||||
"sources": "Sources",
|
||||
"updated": "Updated",
|
||||
"notice": "This is demo data. Real company information will be available after connecting to the database."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,16 @@
|
||||
"verification_status": "Статус верификации",
|
||||
"team_verification_description": "Пройдите верификацию команды для создания заказов",
|
||||
"start_verification": "Начать верификацию",
|
||||
"check_status_in_odoo": "Статус проверяется администратором"
|
||||
"check_status_in_odoo": "Статус проверяется администратором",
|
||||
"demo": {
|
||||
"companyName": "ООО \"Демо Компания\"",
|
||||
"director": "Руководитель",
|
||||
"capital": "Уставный капитал",
|
||||
"address": "Юридический адрес",
|
||||
"activities": "Виды деятельности",
|
||||
"sources": "Источники",
|
||||
"updated": "Обновлено",
|
||||
"notice": "Это демонстрационные данные. Реальная информация о компании будет доступна после подключения к базе данных."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user