Browse Source

fix(monitor-checks): change monitor check type labels slightly

bertyhell/feature/monitor-checks
Bert Verhelst 3 years ago
parent
commit
ffdb4d2582
  1. 4
      src/languages/en.js
  2. 8
      src/languages/nl-NL.js

4
src/languages/en.js

@ -197,9 +197,9 @@ export default {
MonitorCheckTypeShould: "Should", MonitorCheckTypeShould: "Should",
MonitorCheckTypeShouldNot: "Should not", MonitorCheckTypeShouldNot: "Should not",
MonitorCheckTypeHttpStatusCodeShouldEqual: "equal status code", MonitorCheckTypeHttpStatusCodeShouldEqual: "equal status code",
MonitorCheckTypeResponseShouldContainText: "contain", MonitorCheckTypeResponseShouldContainText: "contain text",
MonitorCheckTypeResponseShouldMatchRegex: "match regex", MonitorCheckTypeResponseShouldMatchRegex: "match regex",
MonitorCheckTypeResponseSelectorShouldEqual: "equal (JSON selector)", MonitorCheckTypeResponseSelectorShouldEqual: "equal text (JSON selector)",
MonitorCheckTypeResponseSelectorShouldMatchRegex: "match regex (JSON selector)", MonitorCheckTypeResponseSelectorShouldMatchRegex: "match regex (JSON selector)",
MonitorCheckValuePlaceholder: "Value", MonitorCheckValuePlaceholder: "Value",
MonitorCheckSelectorPathPlaceholder: "Selector, Example: customer.address.street", MonitorCheckSelectorPathPlaceholder: "Selector, Example: customer.address.street",

8
src/languages/nl-NL.js

@ -198,10 +198,10 @@ export default {
MonitorCheckTypeShould: "Moet", MonitorCheckTypeShould: "Moet",
MonitorCheckTypeShouldNot: "Mag niet", MonitorCheckTypeShouldNot: "Mag niet",
MonitorCheckTypeHttpStatusCodeShouldEqual: "gelijk aan status code", MonitorCheckTypeHttpStatusCodeShouldEqual: "gelijk aan status code",
MonitorCheckTypeResponseShouldContainText: "bevatten", MonitorCheckTypeResponseShouldContainText: "text bevatten",
MonitorCheckTypeResponseShouldMatchRegex: "overeenkomen met regex", MonitorCheckTypeResponseShouldMatchRegex: "regex matchen",
MonitorCheckTypeResponseSelectorShouldEqual: "gelijk zijn (JSON selectie)", MonitorCheckTypeResponseSelectorShouldEqual: "gelijk zijn aan tekst (JSON selectie)",
MonitorCheckTypeResponseSelectorShouldMatchRegex: "overeenkomen met regex (JSON selectie)", MonitorCheckTypeResponseSelectorShouldMatchRegex: "regex matchen (JSON selectie)",
MonitorCheckValuePlaceholder: "Waarde", MonitorCheckValuePlaceholder: "Waarde",
MonitorCheckSelectorPathPlaceholder: "Selectie, Voorbeeld: klant.adres.straat", MonitorCheckSelectorPathPlaceholder: "Selectie, Voorbeeld: klant.adres.straat",
MonitorCheckSelectorValuePlaceholder: "Waarde, Voorbeeld: Hogestraat", MonitorCheckSelectorValuePlaceholder: "Waarde, Voorbeeld: Hogestraat",

Loading…
Cancel
Save