Files
webapp/i18n/locales/en/kycRussia.json
Ruslan Bakiev 2d86c79b06
All checks were successful
Build Docker Image / build (push) Successful in 3m29s
Fix: escape @ in email placeholder for vue-i18n
2026-01-22 18:00:01 +07:00

47 lines
1.4 KiB
JSON

{
"kycRussia": {
"header": {
"title": "Verification for Russia",
"subtitle": "Fill in your organization data. Fields will be auto-filled via INN lookup."
},
"states": {
"submitting": "Submitting verification request..."
},
"errors": {
"title": "Submission error",
"not_authenticated": "User not authenticated",
"no_team": "Please create a company first",
"create_failed": "Failed to create request",
"submit_failed": "An error occurred while submitting the request"
},
"success": {
"title": "Request sent successfully",
"description": "Your verification request has been accepted. Result will be ready within 1-2 business days.",
"cta": "View request status →"
},
"form": {
"companyDetails": "Company details",
"organizationSearch": "Organization search",
"inn": "INN",
"kpp": "KPP",
"ogrn": "OGRN",
"address": "Address",
"bankDetails": "Bank details",
"bankSearch": "Bank search",
"bic": "BIC",
"corrAccount": "Corr. account",
"contactDetails": "Contact details",
"contactPerson": "Contact person",
"email": "Email",
"phone": "Phone",
"sending": "Sending...",
"submit": "Submit for review",
"placeholders": {
"contactPerson": "Full name of company representative",
"email": "email{'@'}company.ru",
"phone": "+7 (xxx) xxx-xx-xx"
}
}
}
}