mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-22 12:52:40 -04:00
translate to Traditional Chinese (Hong Kong)
This commit is contained in:
parent
dd4c00eed3
commit
28a51d806b
15 changed files with 226 additions and 135 deletions
|
@ -27,18 +27,18 @@ export default {
|
|||
|
||||
text() {
|
||||
if (this.status === 0) {
|
||||
return "Down"
|
||||
return this.$t("Down");
|
||||
}
|
||||
|
||||
if (this.status === 1) {
|
||||
return "Up"
|
||||
return this.$t("Up");
|
||||
}
|
||||
|
||||
if (this.status === 2) {
|
||||
return "Pending"
|
||||
return this.$t("Pending");
|
||||
}
|
||||
|
||||
return "Unknown"
|
||||
return this.$t("Unknown");
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue