Add dutch translations of content files
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
---
|
||||
title: "Contacteer ons"
|
||||
layout: "simple"
|
||||
contactForm:
|
||||
title: "Contactformulier"
|
||||
developers:
|
||||
title: "In gesprek met de ontwikkelaars"
|
||||
description: "Op het Matrix-netwerk bestaat er een kanaal om met de ontwikkelaars van Chill te praten."
|
||||
linkDescription: "Klik op de onderstaande link om deel te nemen:"
|
||||
linkLabel: "#chill-social-admin:matrix.org"
|
||||
linkUrl: "https://matrix.to/#/#chill-social-admin:matrix.org"
|
||||
qrLabel: "of scan de QR-code:"
|
||||
qrImg: "/images/chill-admin.png"
|
||||
fields:
|
||||
- name: "subject"
|
||||
label: "Onderwerp"
|
||||
type: "select"
|
||||
required: true
|
||||
options:
|
||||
- value: "demo"
|
||||
label: "Een demo aanvragen"
|
||||
- value: "quote"
|
||||
label: "Een offerte aanvragen"
|
||||
- value: "training"
|
||||
label: "Opleiding"
|
||||
- value: "support"
|
||||
label: "Technische ondersteuning"
|
||||
|
||||
- value: "other"
|
||||
label: "Andere"
|
||||
- name: "email"
|
||||
label: "E-mailadres"
|
||||
type: "email"
|
||||
required: true
|
||||
- name: "message"
|
||||
label: "Uw bericht"
|
||||
type: "textarea"
|
||||
required: true
|
||||
hint: "Misschien vindt u het antwoord op uw vraag in onze [FAQ](/nl/resources/faq)"
|
||||
button:
|
||||
label: "Het bericht versturen"
|
||||
color: "primary"
|
||||
size: "md"
|
||||
---
|
||||
{{< contact-form >}}
|
||||
Reference in New Issue
Block a user