Files
webapp/i18n/locales/en/kycOverview.json
Ruslan Bakiev 6b2208f0ae
Some checks failed
Build Docker Image / build (push) Has been cancelled
Add KYC translations, AI button, improve chat, swap homepage sections
- Add missing kycOverview.list translations (en + ru)
- Add AI assistant button to navigation (left of globe)
- Improve AI chat layout: fixed textarea at bottom, full width
- Swap homepage sections: How it works before Who it's for
2026-01-08 13:58:09 +07:00

75 lines
2.2 KiB
JSON

{
"kycOverview": {
"header": {
"title": "KYC verification"
},
"list": {
"title": "My applications",
"unnamed": "Unnamed company",
"submitted": "Submitted",
"inn": "INN",
"status": {
"approved": "Approved",
"rejected": "Rejected",
"pending": "Pending"
}
},
"errors": {
"title": "Error",
"retry": "Retry",
"not_authenticated": "User not authenticated",
"load_failed": "Failed to load KYC data"
},
"states": {
"loading": "Loading verification status..."
},
"labels": {
"approved_at": "Approved {date}"
},
"actions": {
"retry": "Retry verification",
"back_to_team": "Back to team"
},
"choose_country": {
"title": "Select a country for verification",
"subtitle": "Complete company verification to access all platform features."
},
"countries": {
"russia": {
"title": "Russia",
"description": "Verification via INN with auto-fill from FTS database",
"badge": "Available"
},
"kazakhstan": {
"title": "Kazakhstan",
"description": "Verification via BIN (soon)",
"badge": "Coming soon"
}
},
"info": {
"title": "About verification",
"point1": "Verification takes 1-2 business days",
"point2": "Data auto-filled from official sources",
"point3": "Full platform access after verification"
},
"status": {
"title": {
"pending": "Application under review",
"in_review": "Documents are being checked",
"approved": "Verification passed",
"rejected": "Verification rejected",
"expired": "Application expired",
"unknown": "Unknown status"
},
"description": {
"pending": "Your application is processing. Expect results within 1-2 business days.",
"in_review": "Specialists are checking documents and company data.",
"approved": "Congratulations! The company has passed verification.",
"rejected": "Verification rejected. Check data and try again.",
"expired": "Application expired. Submit a new one.",
"unknown": "Unknown application status"
}
}
}
}