diff --git a/webapp/locales/de.json b/webapp/locales/de.json index cb1b60db1..304c8cb74 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -228,16 +228,19 @@ }, "embeds": { "name": "Drittanbieter", - "info-description": "Wenn du zustimmst werden in den Beiträgen aus der folgenden Liste an Providern Fremdcode von anderen Anbietern (Drittanbietern) in Form von eingebundenen Videos, Bilder oder Text automatisch eingebunden werden.", - "description": "Du hast zugestimmt das in den Beiträgen aus der folgenden Liste an Providern Fremdcode von anderen Anbietern (Drittanbietern) in Form von eingebundenen Videos, Bilder oder Text automatisch eingebunden werden.", - "statustext": "Momentan ist das automatische einbinden:", - "statuschange": "Einstellung ändern", - "false": "Abgestellt", - "true": "Zugelassen", - "button-tofalse": "Abstellen", - "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." + "info-description": "Hier ist die Liste an Drittanbietern, deren Inhalte als Fremdcode z.B. in Form von eingebetteten Videos angezeigt werden kann:", + "status": { + "description": "Als Grundeinstellung für dich wird eingebetter Fremdcode von Drittanbietern", + "disabled": { + "false": "zunächst nicht angezeigt", + "true": "sofort angezeigt" + }, + "change": { + "question": "Soll eingebetter Fremdcode von Dritten für dich immer angezeigt werden?", + "allow": "Na klar", + "deny": "Lieber nicht" + } + } }, "organizations": { "name": "Meine Organisationen" diff --git a/webapp/locales/en.json b/webapp/locales/en.json index af416c2c9..7259e1757 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -229,16 +229,19 @@ }, "embeds": { "name": "Third party providers", - "info-description": "If you agree, the posts from the following list of providers will automatically include third-party code from other providers (third parties) in the form of embedded videos, images, or text.", - "description": "You have agreed that in the contributions from the following list of providers, foreign code from other providers (third parties) in the form of embedded videos, images or text automatically are embedded.", - "statustext": "At the moment this is automatic embedding:", - "statuschange": "Change setting", - "false": "Turned off", - "true": "Admitted", - "button-tofalse": "turn-off", - "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." + "info-description": "Here is the list of third-party providers whose content can be displayed as third-party code, e.g. in the form of embedded videos.", + "status": { + "description": "As a default for you, embedded code of third-party providers is", + "disabled": { + "false": "initially not displayed", + "true": "displayed immediately" + }, + "change": { + "question": "Should embedded source code from third parties always be displayed to you?", + "allow": "Sure", + "deny": "No thanks" + } + } }, "organizations": { "name": "My Organizations" diff --git a/webapp/pages/settings/embeds.vue b/webapp/pages/settings/embeds.vue index f9e1abfdb..5ba1af556 100644 --- a/webapp/pages/settings/embeds.vue +++ b/webapp/pages/settings/embeds.vue @@ -1,48 +1,31 @@ @@ -106,7 +89,6 @@ export default { }) }, }) - this.$toast.success(this.$t('site.thanks') + ' ' + this.allowEmbeds_h3) this.disabled = !this.disabled } catch (err) { this.$toast.error(err.message)