Skip to content

Commit

Permalink
MARP-795: Add readme de (#39)
Browse files Browse the repository at this point in the history
* Create README_DE.md

* Update README_DE.md

* Update README.md

---------

Co-authored-by: Sabine Gillner <[email protected]>
  • Loading branch information
Phạm Duy Linh and ivy-sgi authored Aug 7, 2024
1 parent a96ad9a commit 6397017
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 3 deletions.
4 changes: 1 addition & 3 deletions deepl-connector-product/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# DeepL Connector

Say goodbye to language barriers in process automation with Axon Ivy's translation service powered by DeepL. The connector seamlessly integrates into your existing workflows, allowing you to communicate easily regardless of the language. This marketplace item:

- Is based on the future-proof OpenAPI specification.
- Translates entire Word (.docx), PowerPoint (.pptx), PDF (.pdf), text (.txt), and HTML (.html) files.
- Gives you the power of all DeepL API features.
- Supports you with an easy-to-copy demo implementation to reduce your integration effort.
- Supports you with a demo implementation to reduce your integration effort.
- Enables low-code citizen developers to provide multi-lingual user interfaces.

## Demo
Expand Down
36 changes: 36 additions & 0 deletions deepl-connector-product/README_DE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Mit dem Deepl-Übersetzungsservice von Axon Ivy kannst du Sprachbarrieren in der Prozessautomatisierung überwinden. Der Konnektor lässt sich nahtlos in deine bestehenden Workflows integrieren und ermöglicht Dir mehrsprachige Kommunikation. Der Deepl-Konnektor:

- basiert auf der OpenAPI-Spezifikation.
- übersetzt ganze Word- (.docx), PowerPoint- (.pptx), PDF- (.pdf), Text- (.txt) und HTML-Dateien (.html).
- gibt dir die volle Leistungsfähigkeit aller DeepL-API-Funktionen.
- unterstützt dich mit einer Demo-Implementierung, um deinen Integrationsaufwand zu reduzieren.
- ermöglicht es Low-Code Citizen Developern, mehrsprachige Benutzeroberflächen bereitzustellen.

## Demo

The document translation demo shows how easy it has become, to translate documents throughout your workflow, into the language of your end user.

![deepl-doc-demo](img/docTranslationDemo.png)

Of course pure text translations are demonstrated too.
This is very handy to translate user input which was written in a foreign language.

![deepl-txt-demo](img/txtTranslateDemo.png)

To use DeepL powered translations, we have created a minimal simplistic interface without technical difficulties.
Get inspired and use DeepL anywhere in your workflow.

![deepl-activity](img/deeplSubCallActivity.png)

## Setup

Get a [free developer account](https://www.deepl.com/pro#developer) from DeepL.com
Copy the API-Key of your account into

`config/variables.yaml` under
`variables.deepl-connector.authKey`

```
@variables.yaml@
```

0 comments on commit 6397017

Please sign in to comment.