From ddbc293e9ca0525910bf3d995de970ee2c35c56a Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 26 Mar 2021 18:11:23 +0100 Subject: [PATCH] Added translations ref #112 --- src/locales/de.json | 3 ++- src/locales/en.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/locales/de.json b/src/locales/de.json index a3e3f833..f47b419c 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -416,5 +416,6 @@ "zip-postal-code": "Postleitzahl", "selfservice-registration": "Selfservice Registrierung", "copied-link-to-clipboard": "Link wurde in die Zwischenablage kopiert", - "click-to-copy-the-link-into-your-clipboard": "Klicke auf den Link, um ihn in deine Zwischenablage zu kopieren" + "click-to-copy-the-link-into-your-clipboard": "Klicke auf den Link, um ihn in deine Zwischenablage zu kopieren", + "you-have-to-save-your-changes-to-generate-a-link": "Du musst deine Änderungen speichern, um einen Link zu generieren." } diff --git a/src/locales/en.json b/src/locales/en.json index c451fcee..3f2d5c56 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -417,5 +417,6 @@ "zip-postal-code": "ZIP/ postal code", "selfservice-registration": "Selfservice registration", "copied-link-to-clipboard": "Copied link to clipboard", - "click-to-copy-the-link-into-your-clipboard": "Click to copy the link into your clipboard" + "click-to-copy-the-link-into-your-clipboard": "Click to copy the link into your clipboard", + "you-have-to-save-your-changes-to-generate-a-link": "You have to save your changes to generate a link." }