mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-23 04:42:27 +08:00
Fixed inconsistent white-space for the "Avg."-Ping/Response title.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export default {
|
||||
languageName: "Español",
|
||||
checkEverySecond: "Comprobar cada {0} segundos.",
|
||||
"Avg.": "Media. ",
|
||||
"Avg.": "Media.",
|
||||
retriesDescription: "Número máximo de intentos antes de que el servicio se marque como CAÍDO y una notificación sea enviada.",
|
||||
ignoreTLSError: "Ignorar error TLS/SSL para sitios web HTTPS",
|
||||
upsideDownModeDescription: "Invertir el estado. Si el servicio es alcanzable, está CAÍDO.",
|
||||
|
Reference in New Issue
Block a user