mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Compare commits
13 commits
5391af562e
...
425b75cdb1
Author | SHA1 | Date | |
---|---|---|---|
|
425b75cdb1 | ||
|
acf43db75e | ||
|
425898e557 | ||
|
99bb0d59d9 | ||
|
2462b397b6 | ||
|
41bb286618 | ||
|
93949400f8 | ||
|
c53b5a1735 | ||
|
80fe7c91f7 | ||
|
47c81745b7 | ||
|
1410e6e829 | ||
|
7fe2369c9d | ||
|
5314dc76cb |
2 changed files with 18 additions and 2 deletions
|
@ -1037,5 +1037,14 @@
|
||||||
"time ago": "hace {0}",
|
"time ago": "hace {0}",
|
||||||
"-year": "-año",
|
"-year": "-año",
|
||||||
"Json Query Expression": "Expresión de consulta Json",
|
"Json Query Expression": "Expresión de consulta Json",
|
||||||
"ignoredTLSError": "Se han ignorado errores TLS/SSL"
|
"ignoredTLSError": "Se han ignorado errores TLS/SSL",
|
||||||
|
"conditionDelete": "Eliminar condición",
|
||||||
|
"conditionAddGroup": "Añadir grupo",
|
||||||
|
"conditionDeleteGroup": "Borrar grupo",
|
||||||
|
"conditionValuePlaceholder": "Valor",
|
||||||
|
"equals": "igual",
|
||||||
|
"not equals": "no es igual",
|
||||||
|
"contains": "contiene",
|
||||||
|
"not contains": "no contiene",
|
||||||
|
"starts with": "empieza por"
|
||||||
}
|
}
|
||||||
|
|
|
@ -472,5 +472,12 @@
|
||||||
"templateMsg": "Mensagem da notificação",
|
"templateMsg": "Mensagem da notificação",
|
||||||
"styleElapsedTimeShowNoLine": "Mostrar (Sem Linha)",
|
"styleElapsedTimeShowNoLine": "Mostrar (Sem Linha)",
|
||||||
"styleElapsedTimeShowWithLine": "Mostrar (Com Linha)",
|
"styleElapsedTimeShowWithLine": "Mostrar (Com Linha)",
|
||||||
"statusPageRefreshIn": "Atualizar em: [0]"
|
"statusPageRefreshIn": "Atualizar em: [0]",
|
||||||
|
"templateHeartbeatJSON": "objeto que descreve o batimento cardíaco",
|
||||||
|
"templateMonitorJSON": "objeto que descreve o monitor",
|
||||||
|
"templateLimitedToUpDownCertNotifications": "apenas disponível para notificações UP/DOWN/certificado expirado",
|
||||||
|
"templateLimitedToUpDownNotifications": "apenas disponível para notificações UP/DOWN",
|
||||||
|
"-year": "-ano",
|
||||||
|
"Json Query Expression": "Expressão Json Query",
|
||||||
|
"ignoredTLSError": "Erros TLS/SSL foram ignorados"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue