diff --git a/web/src/components/shared/sharedLocales/en.json b/web/src/components/shared/sharedLocales/en.json index a9bb64777..63d1e1a09 100644 --- a/web/src/components/shared/sharedLocales/en.json +++ b/web/src/components/shared/sharedLocales/en.json @@ -87,6 +87,7 @@ "Great!": "Great!", "Individual": "Individual", "Information": "Information", + "Insufficient funds: Not enough funds for holding": "Insufficient funds to start a deal", "Invoices": "Invoices", "Jobs": "Jobs", "Knowledge center": "Knowledge center", diff --git a/web/src/components/shared/sharedLocales/ru.json b/web/src/components/shared/sharedLocales/ru.json index 0f2745e93..32757c4ef 100644 --- a/web/src/components/shared/sharedLocales/ru.json +++ b/web/src/components/shared/sharedLocales/ru.json @@ -87,6 +87,7 @@ "Great!": "Отлично!", "Individual": "Индивидуально", "Information": "Информация", + "Insufficient funds: Not enough funds for holding": "Недостаточно средств для начала сделки", "Invoices": "Счета", "Jobs": "Вакансии", "Knowledge center": "База знаний", diff --git a/web/src/components/shared/sharedLocales/uk.json b/web/src/components/shared/sharedLocales/uk.json index a15049e22..5dc8b77ce 100644 --- a/web/src/components/shared/sharedLocales/uk.json +++ b/web/src/components/shared/sharedLocales/uk.json @@ -87,6 +87,7 @@ "Great!": "Чудово!", "Individual": "Індивідуально", "Information": "Інформація", + "Insufficient funds: Not enough funds for holding": "Недостатньо коштів для початку угоди", "Invoices": "Рахунки", "Jobs": "Вакансії", "Knowledge center": "База знань", diff --git a/web/src/translations/en.json b/web/src/translations/en.json index 32aae1f49..907823157 100644 --- a/web/src/translations/en.json +++ b/web/src/translations/en.json @@ -80,6 +80,7 @@ "Go to verification": "Go to verification", "Inactive": "Inactive", "Instruction": "Instructions", + "Insufficient funds: Not enough funds for holding": "Insufficient funds to start a deal", "Invalid code": "Invalid code", "Invoice is expired": "Unfortunately, this ad is unavailable right now", "Invoices": "Invoices", diff --git a/web/src/translations/ru.json b/web/src/translations/ru.json index f63fd9f7b..e8965b250 100644 --- a/web/src/translations/ru.json +++ b/web/src/translations/ru.json @@ -80,6 +80,7 @@ "Go to verification": "Пройти верификацию", "Inactive": "Неактивен", "Instruction": "Инструкция", + "Insufficient funds: Not enough funds for holding": "Недостатньо коштів для початку угоди", "Invalid code": "Неверный код подтверждения", "Invoice is expired": "К сожалению, данное объявление в данный момент недоступно", "Invoices": "Счета", diff --git a/web/src/translations/uk.json b/web/src/translations/uk.json index 866ca4243..d62c9dbeb 100644 --- a/web/src/translations/uk.json +++ b/web/src/translations/uk.json @@ -80,6 +80,7 @@ "Go to verification": "Пройти верифікацію", "Inactive": "Неактивний", "Instruction": "Інструкція", + "Insufficient funds: Not enough funds for holding": "Недостаточно средств для начала сделки", "Invalid code": "Невірний код підтвердження", "Invoice is expired": "На жаль, це оголошення недоступне на даний момент.", "Invoices": "Рахунки",