New translations manifest.mdx (Dutch)

[ci skip]
This commit is contained in:
crowdin 2024-08-09 13:30:11 +00:00
parent 4c39a721b9
commit 5eb28fc898

View File

@ -53,7 +53,7 @@ De URL naar de projectstartpagina.
Specify a license for your plugin so that people know how they are permitted to
use it, and any restrictions you're placing on it.
### private
### privé
Whether or not to publish the plugin in public directories. If set to `true`,
directories should refuse to publish the plugin.
@ -104,17 +104,17 @@ A field is a form element:
| Eigenschap | Type | Notitie |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| `type` | `checkbox` \| `datetime` \| `email` \| `markdown` \| `number` \| `radio-group` \| `select-multiple` \| `select` \| `text` \| `textarea` \| `toggler` \| `url` | Default is `text` |
| `label` (required) | `string` | Can be translated (see i18n) |
| `hint` | `string` | Can be translated (see i18n) |
| `helper` | `string` | Can be translated (see i18n) |
| `label` (required) | `tekenreeks` | Can be translated (see i18n) |
| `hint` | `tekenreeks` | Can be translated (see i18n) |
| `helper` | `tekenreeks` | Can be translated (see i18n) |
| `optional` | `boolean` | Default is `false` |
| `options` | `Options` | Required for `radio-group`, `select-multiple`, and `select` types. |
| `opties` | `Opties` | Required for `radio-group`, `select-multiple`, and `select` types. |
#### Options object
The `Options` object properties are option keys and the value is an `Option`.
##### Option object
##### Optie object
| Eigenschap | Type | Notitie |
| ------------------- | ------------ | ---------------------------- |