Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wip: docs: add german translation #1110

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/src/de/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/src/de/examples/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Examples
# Beispiele

## Vue 3 charts

Expand Down
6 changes: 3 additions & 3 deletions website/src/de/guide/index.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions website/src/de/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 💯
---
Loading