mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-07 13:32:35 +02:00
fix(monitor-checks): change monitor check type labels slightly
This commit is contained in:
parent
eb810ec7c7
commit
ffdb4d2582
2 changed files with 6 additions and 6 deletions
|
@ -197,9 +197,9 @@ export default {
|
|||
MonitorCheckTypeShould: "Should",
|
||||
MonitorCheckTypeShouldNot: "Should not",
|
||||
MonitorCheckTypeHttpStatusCodeShouldEqual: "equal status code",
|
||||
MonitorCheckTypeResponseShouldContainText: "contain",
|
||||
MonitorCheckTypeResponseShouldContainText: "contain text",
|
||||
MonitorCheckTypeResponseShouldMatchRegex: "match regex",
|
||||
MonitorCheckTypeResponseSelectorShouldEqual: "equal (JSON selector)",
|
||||
MonitorCheckTypeResponseSelectorShouldEqual: "equal text (JSON selector)",
|
||||
MonitorCheckTypeResponseSelectorShouldMatchRegex: "match regex (JSON selector)",
|
||||
MonitorCheckValuePlaceholder: "Value",
|
||||
MonitorCheckSelectorPathPlaceholder: "Selector, Example: customer.address.street",
|
||||
|
|
|
@ -198,10 +198,10 @@ export default {
|
|||
MonitorCheckTypeShould: "Moet",
|
||||
MonitorCheckTypeShouldNot: "Mag niet",
|
||||
MonitorCheckTypeHttpStatusCodeShouldEqual: "gelijk aan status code",
|
||||
MonitorCheckTypeResponseShouldContainText: "bevatten",
|
||||
MonitorCheckTypeResponseShouldMatchRegex: "overeenkomen met regex",
|
||||
MonitorCheckTypeResponseSelectorShouldEqual: "gelijk zijn (JSON selectie)",
|
||||
MonitorCheckTypeResponseSelectorShouldMatchRegex: "overeenkomen met regex (JSON selectie)",
|
||||
MonitorCheckTypeResponseShouldContainText: "text bevatten",
|
||||
MonitorCheckTypeResponseShouldMatchRegex: "regex matchen",
|
||||
MonitorCheckTypeResponseSelectorShouldEqual: "gelijk zijn aan tekst (JSON selectie)",
|
||||
MonitorCheckTypeResponseSelectorShouldMatchRegex: "regex matchen (JSON selectie)",
|
||||
MonitorCheckValuePlaceholder: "Waarde",
|
||||
MonitorCheckSelectorPathPlaceholder: "Selectie, Voorbeeld: klant.adres.straat",
|
||||
MonitorCheckSelectorValuePlaceholder: "Waarde, Voorbeeld: Hogestraat",
|
||||
|
|
Loading…
Add table
Reference in a new issue