Files
webapp/i18n/locales/ru/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
968 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"kyc": {
"verification_status": "Статус верификации",
"team_verification_description": "Пройдите верификацию команды для создания заказов",
"start_verification": "Начать верификацию",
"check_status_in_odoo": "Статус проверяется администратором",
"demo": {
"companyName": "ООО \"Демо Компания\"",
"director": "Руководитель",
"capital": "Уставный капитал",
"address": "Юридический адрес",
"activities": "Виды деятельности",
"sources": "Источники",
"updated": "Обновлено",
"notice": "Это демонстрационные данные. Реальная информация о компании будет доступна после подключения к базе данных."
}
}
}