Add KYC translations, AI button, improve chat, swap homepage sections
Some checks failed
Build Docker Image / build (push) Has been cancelled

- 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
This commit is contained in:
Ruslan Bakiev
2026-01-08 13:58:09 +07:00
parent 34c7404a42
commit 6b2208f0ae
5 changed files with 65 additions and 36 deletions

View File

@@ -3,6 +3,17 @@
"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",

View File

@@ -3,6 +3,17 @@
"header": {
"title": "Верификация KYC"
},
"list": {
"title": "Мои заявки",
"unnamed": "Без названия",
"submitted": "Подано",
"inn": "ИНН",
"status": {
"approved": "Одобрено",
"rejected": "Отклонено",
"pending": "На рассмотрении"
}
},
"errors": {
"title": "Ошибка",
"retry": "Повторить",