Add missing translations for LocationsContent, Notifications, KYCFormRussia, TopBar
Some checks failed
Build Docker Image / build (push) Failing after 47s
Some checks failed
Build Docker Image / build (push) Failing after 47s
This commit is contained in:
@@ -18,6 +18,29 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,14 @@
|
||||
"search_placeholder": "City name",
|
||||
"regions": "Federal Districts",
|
||||
"all_regions": "All Regions",
|
||||
"all_countries": "All countries"
|
||||
"all_countries": "All countries",
|
||||
"myAddresses": "My addresses",
|
||||
"manage": "Manage",
|
||||
"default": "Default",
|
||||
"terminalsAndHubs": "Terminals and logistics hubs",
|
||||
"loadError": "Load error",
|
||||
"tryAgain": "Try again",
|
||||
"noLocations": "No locations",
|
||||
"noHubsDescription": "Logistics hubs not added yet"
|
||||
}
|
||||
}
|
||||
|
||||
15
i18n/locales/en/notifications.json
Normal file
15
i18n/locales/en/notifications.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"notifications": {
|
||||
"title": "Notifications",
|
||||
"markAllAsRead": "Mark all as read",
|
||||
"empty": "No notifications",
|
||||
"viewAll": "All notifications",
|
||||
"new": "New notification",
|
||||
"time": {
|
||||
"justNow": "Just now",
|
||||
"minutesAgo": "{n} min ago",
|
||||
"hoursAgo": "{n} h ago",
|
||||
"daysAgo": "{n} d ago"
|
||||
}
|
||||
}
|
||||
}
|
||||
9
i18n/locales/en/topbar.json
Normal file
9
i18n/locales/en/topbar.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"topbar": {
|
||||
"quickActions": "Quick actions",
|
||||
"findMaterials": "Find materials",
|
||||
"myOrders": "My orders",
|
||||
"profileSettings": "Profile settings",
|
||||
"language": "Language"
|
||||
}
|
||||
}
|
||||
@@ -18,6 +18,29 @@
|
||||
"title": "Заявка успешно отправлена",
|
||||
"description": "Ваша заявка на верификацию принята. Результат будет готов в течение 1-2 рабочих дней.",
|
||||
"cta": "Посмотреть статус заявки →"
|
||||
},
|
||||
"form": {
|
||||
"companyDetails": "Данные компании",
|
||||
"organizationSearch": "Поиск организации",
|
||||
"inn": "ИНН",
|
||||
"kpp": "КПП",
|
||||
"ogrn": "ОГРН",
|
||||
"address": "Адрес",
|
||||
"bankDetails": "Банковские реквизиты",
|
||||
"bankSearch": "Поиск банка",
|
||||
"bic": "БИК",
|
||||
"corrAccount": "Корр. счёт",
|
||||
"contactDetails": "Контактные данные",
|
||||
"contactPerson": "Контактное лицо",
|
||||
"email": "Email",
|
||||
"phone": "Телефон",
|
||||
"sending": "Отправка...",
|
||||
"submit": "Отправить на проверку",
|
||||
"placeholders": {
|
||||
"contactPerson": "ФИО представителя компании",
|
||||
"email": "email@company.ru",
|
||||
"phone": "+7 (xxx) xxx-xx-xx"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,14 @@
|
||||
"search_placeholder": "Название города",
|
||||
"regions": "Федеральные округа",
|
||||
"all_regions": "Все регионы",
|
||||
"all_countries": "Все страны"
|
||||
"all_countries": "Все страны",
|
||||
"myAddresses": "Мои адреса",
|
||||
"manage": "Управление",
|
||||
"default": "По умолчанию",
|
||||
"terminalsAndHubs": "Терминалы и логистические хабы",
|
||||
"loadError": "Ошибка загрузки",
|
||||
"tryAgain": "Попробовать снова",
|
||||
"noLocations": "Нет локаций",
|
||||
"noHubsDescription": "Логистические хабы ещё не добавлены"
|
||||
}
|
||||
}
|
||||
|
||||
15
i18n/locales/ru/notifications.json
Normal file
15
i18n/locales/ru/notifications.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"notifications": {
|
||||
"title": "Уведомления",
|
||||
"markAllAsRead": "Отметить все как прочитанные",
|
||||
"empty": "Нет уведомлений",
|
||||
"viewAll": "Все уведомления",
|
||||
"new": "Новое уведомление",
|
||||
"time": {
|
||||
"justNow": "Только что",
|
||||
"minutesAgo": "{n} мин назад",
|
||||
"hoursAgo": "{n} ч назад",
|
||||
"daysAgo": "{n} д назад"
|
||||
}
|
||||
}
|
||||
}
|
||||
9
i18n/locales/ru/topbar.json
Normal file
9
i18n/locales/ru/topbar.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"topbar": {
|
||||
"quickActions": "Быстрые действия",
|
||||
"findMaterials": "Найти материалы",
|
||||
"myOrders": "Мои заказы",
|
||||
"profileSettings": "Настройки профиля",
|
||||
"language": "Язык"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user