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 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. 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`, Whether or not to publish the plugin in public directories. If set to `true`,
directories should refuse to publish the plugin. directories should refuse to publish the plugin.
@ -104,17 +104,17 @@ A field is a form element:
| Eigenschap | Type | Notitie | | Eigenschap | Type | Notitie |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ | | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| `type` | `checkbox` \| `datetime` \| `email` \| `markdown` \| `number` \| `radio-group` \| `select-multiple` \| `select` \| `text` \| `textarea` \| `toggler` \| `url` | Default is `text` | | `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) | | `label` (required) | `tekenreeks` | Can be translated (see i18n) |
| `hint` | `string` | Can be translated (see i18n) | | `hint` | `tekenreeks` | Can be translated (see i18n) |
| `helper` | `string` | Can be translated (see i18n) | | `helper` | `tekenreeks` | Can be translated (see i18n) |
| `optional` | `boolean` | Default is `false` | | `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 #### Options object
The `Options` object properties are option keys and the value is an `Option`. The `Options` object properties are option keys and the value is an `Option`.
##### Option object ##### Optie object
| Eigenschap | Type | Notitie | | Eigenschap | Type | Notitie |
| ------------------- | ------------ | ---------------------------- | | ------------------- | ------------ | ---------------------------- |