From 9350994ccab40a2a7f2947dbb29118ac6b31dc7f Mon Sep 17 00:00:00 2001 From: Alina Beck Date: Mon, 7 Oct 2019 11:12:48 +0200 Subject: [PATCH] use translations for data privacy warning --- webapp/components/Editor/nodes/Embed.js | 10 +++++----- webapp/locales/de.json | 10 ++++++++-- webapp/locales/en.json | 10 ++++++++-- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/webapp/components/Editor/nodes/Embed.js b/webapp/components/Editor/nodes/Embed.js index 9f2c9573f..63ae6bfae 100644 --- a/webapp/components/Editor/nodes/Embed.js +++ b/webapp/components/Editor/nodes/Embed.js @@ -23,15 +23,15 @@ const template = ` {{dataEmbedUrl}} diff --git a/webapp/locales/de.json b/webapp/locales/de.json index f935fc005..27241a82d 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -108,6 +108,12 @@ "noHashtagsFound": "Keine Hashtags gefunden", "addHashtag": "Neuer Hashtag", "addLetter": "Tippe einen Buchstaben" + }, + "embed": { + "data_privacy_warning": "Achte auf deine Daten!", + "data_privacy_info": "Deine Daten wurden noch nicht an Drittanbieter weitergegeben. Wenn du dieses Video jetzt abspielst, registriert der folgende Anbieter wahrscheinlich deine Nutzerdaten:", + "play_now": "Jetzt ansehen", + "always_allow": "Inhalte von Drittanbietern immer anzeigen (diese Einstellung kannst du jederzeit ändern)" } }, "profile": { @@ -347,7 +353,7 @@ "button-totrue": "dauerhaft zulassen", "third-party-false": "Es wird kein Service von Drittanbietern automatisch eingebunden.", "third-party-true": "Das einbinden der Services von Drittanbietern ist dauerhaft zugelassen und gespeichert für komende Sitzungen." - } + }, "edited": "bearbeitet" }, "comment": { @@ -634,4 +640,4 @@ "have-fun": "Jetzt aber viel Spaß mit der Alpha von Human Connection! Für den ersten Weltfrieden. ♥︎", "closing": "Herzlichst

Euer Human Connection Team" } -} \ No newline at end of file +} diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 79f885491..676eeedd3 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -109,6 +109,12 @@ "noHashtagsFound": "No hashtags found", "addHashtag": "New hashtag", "addLetter": "Type a letter" + }, + "embed": { + "data_privacy_warning": "Data Privacy Warning!", + "data_privacy_info": "Your data has not yet been shared with any third party providers. If you proceed to watch this video the following provider will likely collect user data:", + "play_now": "Watch now", + "always_allow": "Always allow embedded content by third party providers (this setting can be changed any time)" } }, "profile": { @@ -348,7 +354,7 @@ "button-totrue": "allow permanently", "third-party-false": "It automatically integrates no third-party providers' service.", "third-party-true": "The inclusion of third-party services is permanently allowed and stored for future sessions." - } + }, "edited": "edited" }, "comment": { @@ -635,4 +641,4 @@ "have-fun": "Now have fun with the alpha version of Human Connection! For the first universal peace. ♥︎", "closing": "Thank you very much

your Human Connection Team" } -} \ No newline at end of file +}