Merge branch 'dev'
This commit is contained in:
commit
17762c742a
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -68,5 +68,6 @@
|
|||
"Fill balance": "Пожалуйста, пополните баланс.",
|
||||
"First name": "Имя",
|
||||
"Last name": "Фамилия",
|
||||
"Organization type": "Тип организации"
|
||||
"Organization type": "Тип организации",
|
||||
"Unauthorized": "Неверные данные"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue