Files
webapp/i18n/locales/en/kycOverview.json
2026-01-07 09:10:35 +07:00

64 lines
1.9 KiB
JSON

{
"kycOverview": {
"header": {
"title": "KYC verification"
},
"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"
}
}
}
}