New translations index.mdx (Dutch)

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

View File

@ -9,7 +9,7 @@ Plugins are ways to extend Castopod's core features.
## Plugin folder structure ## Plugin folder structure
<FileTree> <FileTree>
* hello-world * hallo-wereld
* i18n * i18n
* en.json * en.json
* fr.json * fr.json
@ -25,7 +25,7 @@ Plugins reside in the `plugins/` directory under a `vendor/` folder, ie. the
organisation or person who authored the plugin. organisation or person who authored the plugin.
<FileTree> <FileTree>
* **plugins** * **plug-ins**
* acme * acme
* hello-world/ * hello-world/
* … * …
@ -75,7 +75,7 @@ class AcmeHelloWorldPlugin extends BasePlugin
} }
``` ```
<Aside type="note"> <Aside type="notitie">
The Plugin class name is determined by its `vendor/name` pair.\ The Plugin class name is determined by its `vendor/name` pair.\
For example, a plugin living under the `acme/hello-world` folder must be named For example, a plugin living under the `acme/hello-world` folder must be named
`AcmeHelloWorldPlugin`: `AcmeHelloWorldPlugin`:
@ -98,7 +98,7 @@ In addition to specifying [the license in the manifest](./manifest#license), you
may add a `LICENSE.md` file. Just as the `README.md` file, its contents will be may add a `LICENSE.md` file. Just as the `README.md` file, its contents will be
loaded into the plugin's view page for the user to read. loaded into the plugin's view page for the user to read.
### Plugin icon ### Plug-in pictogram
The plugin icon is displayed next to its title, it is an SVG file intended to The plugin icon is displayed next to its title, it is an SVG file intended to
give a graphical representation of the plugin. give a graphical representation of the plugin.
@ -125,7 +125,7 @@ The translation strings allow you to translate the title, description and
settings keys (ie. labels, hints, helpers, etc.). settings keys (ie. labels, hints, helpers, etc.).
<Tabs> <Tabs>
<TabItem label="English"> <TabItem label="Engels">
```json ```json
// i18n/en.json // i18n/en.json
{ {
@ -145,7 +145,7 @@ settings keys (ie. labels, hints, helpers, etc.).
``` ```
</TabItem> </TabItem>
<TabItem label="French"> <TabItem label="Frans">
```json ```json
// i18n/fr.json // i18n/fr.json
{ {