fix(translations): add translations for method body and headers to dutch

This commit is contained in:
Bert Verhelst 2021-10-05 18:21:31 +02:00
parent 550825927c
commit a0ffa42b42

View file

@ -179,4 +179,12 @@ export default {
"Add a monitor": "Add a monitor",
"Edit Status Page": "Edit Status Page",
"Go to Dashboard": "Go to Dashboard",
Method: "Methode",
Body: "Body",
Headers: "Headers",
PushUrl: "Push URL",
HeadersInvalidFormat: "Headers hebben een incorrect formaat: \"key: waarde <new line> key: waarde <new line>...\"",
BodyInvalidFormat: "De request body is geen geldige JSON: ",
BodyPlaceholder: "{\n\t\"id\": 124357,\n\t\"gebruikersnaam\": \"admin\",\n\t\"wachtwoord\": \"mijnAdminWachtwoord\"\n}",
HeadersPlaceholder: "Authorization: Bearer abc123\nContent-Type: application/json",
};