diff --git a/website/src/de/api/index.md b/website/src/de/api/index.md index 6c126a95..a5e9c757 100644 --- a/website/src/de/api/index.md +++ b/website/src/de/api/index.md @@ -16,9 +16,9 @@ Some basic props are defined in the components provided by `vue-chartjs`. The rest of the props will fall through to the canvas element. -## Global Methods +## Globale Methoden -Global Methods need to be imported. +Globale methoden müssen importiert werden ### createTypedChart diff --git a/website/src/de/examples/index.md b/website/src/de/examples/index.md index 1d7367d5..0ebbdca6 100644 --- a/website/src/de/examples/index.md +++ b/website/src/de/examples/index.md @@ -1,4 +1,4 @@ -# Examples +# Beispiele ## Vue 3 charts diff --git a/website/src/de/guide/index.md b/website/src/de/guide/index.md index 337d0b06..90bbf835 100644 --- a/website/src/de/guide/index.md +++ b/website/src/de/guide/index.md @@ -1,10 +1,10 @@ # Getting Started -**vue-chartjs** is a wrapper for [Chart.js](https://github.com/chartjs/Chart.js) in Vue. You can easily create reuseable chart components. +**vue-chartjs** ist ein wrapper für [Chart.js](https://github.com/chartjs/Chart.js) in Vue. Man kann einfach wiederverwendbare Diagram Komponenten erstellen. Supports Chart.js v4. -## Introduction +## Einleitung `vue-chartjs` lets you use Chart.js without much hassle inside Vue. It's perfect for people who need simple charts up and running as fast as possible. @@ -32,7 +32,7 @@ Every chart type that is available in Chart.js is exported as a named component The idea behind vue-chartjs is to provide easy-to-use components, with maximal flexibility and extensibility. -## Creating your first Chart +## Erstelle das erste Diagram First, you need to import the base chart. diff --git a/website/src/de/index.md b/website/src/de/index.md index ffa84273..cc2853fa 100644 --- a/website/src/de/index.md +++ b/website/src/de/index.md @@ -13,8 +13,8 @@ features: details: Einfach für beginner sowie fortgeschrittene - icon: 💪 title: Erweiterbar - details: Simple to use, easy to extend + details: Einfach zu benutzen und zu erweitern - icon: 💯 title: Mächtig - details: With the full power of chart.js 💯 + details: Mit der ganzen Kraft von chart.js 💯 ---