Merge branch 'dev'

This commit is contained in:
saparatayev 2022-02-18 18:11:02 +05:00
commit 17762c742a
4 changed files with 8 additions and 5 deletions

View File

@ -287,7 +287,7 @@ export default {
break;
case 401: // not registered yet or invalid credentials
this.$message.error('Unauthorized');
this.$message.error(this.trans('Unauthorized'));
// Show a warning text in red! Add a class.
this.warningMessages.notRegistered = true
@ -305,7 +305,7 @@ export default {
break;
case 300: // not enough money on a balance
this.$message.error(res.message);
this.$message.error(this.trans("Fill balance"));
// Show a warning text in red! Add a class & show low balance paragraph
this.warningMessages.lowBalance = true

View File

@ -68,5 +68,6 @@
"Fill balance": "Please fill up your balance.",
"First name": "First name",
"Last name": "Last name",
"Organization type": "Organization type"
"Organization type": "Organization type",
"Unauthorized": "Unauthorized"
}

View File

@ -68,5 +68,6 @@
"Fill balance": "Пожалуйста, пополните баланс.",
"First name": "Имя",
"Last name": "Фамилия",
"Organization type": "Тип организации"
"Organization type": "Тип организации",
"Unauthorized": "Неверные данные"
}

View File

@ -68,5 +68,6 @@
"Fill balance": "Balansyňyzy doldurmagyňyzy haýyş edýäris.",
"First name": "Adyňyz",
"Last name": "Familiýaňyz",
"Organization type": "Edaraň görnüşi"
"Organization type": "Edaraň görnüşi",
"Unauthorized": "Nädogry maglumat"
}