msc: translate upload messages

v0.6
rrr-marble 3 years ago
parent f4f3d0ae16
commit f939d16c46

@ -40,12 +40,12 @@ export default {
result() { result() {
if (this.response.status === "Success") { if (this.response.status === "Success") {
return { return {
status: "Success!", status: "Успех!",
message: `Accepted: ${this.response.accepted}\nProcessed: ${this.response.processed}\nProcessing time ${this.response.process_time}` message: `Принято: ${this.response.accepted}\nОбработано: ${this.response.processed}\nВремя обработки: ${this.response.process_time}`
} }
} else { } else {
return { return {
status: "Failure!", status: "Неудача!",
message: this.response.detail message: this.response.detail
} }
} }

Loading…
Cancel
Save