Skip to content

Commit

Permalink
Add: missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiganchev-7DIGIT committed Jun 5, 2023
1 parent 91565a2 commit f189458
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions service/translations/kk.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ export default {
provider_not_found_error: "Консультант табылмады",
incorrect_password_error: "Енгізілген кілтсөз дұрыс емес",
email_already_used_error: "Бұл электронды пошта әлдеқашан қолданылып жатыр",
coupon_not_found_error: "Купон табылмады",
coupon_not_found_error: "Купон табылмады",
client_limit_reached_error:
"You reached the maximum amount of consultations covered by this campaign",
"Сіз осы науқанда қамтылған кеңестердің максималды санына жеттіңіз.",
coupons_limit_reached_error:
"The maximum amount of consultations covered by this campaign has been reached",
consultation_not_found_error: "Consultation not found",
"Осы науқанда қамтылған кеңестердің максималды санына жетті",
consultation_not_found_error: "Консультация табылмады",
};
11 changes: 6 additions & 5 deletions service/translations/ru.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
export default {
email_required_error: "Вам необходимо указать действующую электронную почту",
access_token_required_error: "Вам необходимо предоставить действительный токен доступа",
access_token_required_error:
"Вам необходимо предоставить действительный токен доступа",
nickname_required_error: "Вам нужно указать псевдоним",
client_not_found_error: "Клиент не найден",
provider_not_found_error: "Консультант не найден",
incorrect_password_error: "Предоставленный пароль неверен",
email_already_used_error: "Эта электронная почта уже используется",
coupon_not_found_error: "Купон не найден",
coupon_not_found_error: "Купон не найден",
client_limit_reached_error:
"You reached the maximum amount of consultations covered by this campaign",
"Вы достигли максимального количества консультаций, охваченных этой кампанией.",
coupons_limit_reached_error:
"The maximum amount of consultations covered by this campaign has been reached",
consultation_not_found_error: "Consultation not found",
"Достигнуто максимальное количество консультаций, охваченных этой кампанией",
consultation_not_found_error: "Консультация не найдена",
};

0 comments on commit f189458

Please sign in to comment.