Files
webapp/i18n/locales/en/kyc.json
Ruslan Bakiev 02419abdd1
All checks were successful
Build Docker Image / build (push) Successful in 4m1s
feat(kyc): add demo KYC profile page with mock data
- 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
2026-01-27 20:16:30 +07:00

19 lines
651 B
JSON

{
"kyc": {
"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",
"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."
}
}
}