) : (
{t('delete_request.delete_my_account')}
From 2c9d30bfd236576f34bc7b66fb306fde3f77354a Mon Sep 17 00:00:00 2001
From: Kiwi
Date: Mon, 21 May 2018 17:09:36 -0300
Subject: [PATCH 7/8] Small modification
Removed obsolete line and add todo
---
.../client/components/DownloadCommentHistory.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugins/talk-plugin-profile-data/client/components/DownloadCommentHistory.css b/plugins/talk-plugin-profile-data/client/components/DownloadCommentHistory.css
index cd523a0cd..873e4acba 100644
--- a/plugins/talk-plugin-profile-data/client/components/DownloadCommentHistory.css
+++ b/plugins/talk-plugin-profile-data/client/components/DownloadCommentHistory.css
@@ -1,7 +1,7 @@
.button {
margin: 0;
&:disabled {
- overflow: visible;
+ /* TODO: better optimize for mobile so this styling is not necessary */
height: auto;
}
i {
@@ -12,4 +12,4 @@
.most_recent {
color: #808080;
-}
\ No newline at end of file
+}
From 476735437901eb67e2152beaf7d3b6b720c0d2a2 Mon Sep 17 00:00:00 2001
From: Fabian Neumann
Date: Tue, 22 May 2018 12:36:25 +0200
Subject: [PATCH 8/8] German translations for the email notification plugins.
---
.../client/translations.yml | 3 +++
.../translations.yml | 8 +++++++-
.../client/translations.yml | 3 +++
.../translations.yml | 8 +++++++-
.../client/translations.yml | 3 +++
.../translations.yml | 8 +++++++-
.../client/translations.yml | 4 ++++
.../client/translations.yml | 4 ++++
.../client/translations.yml | 18 ++++++++++++++++++
.../server/translations.yml | 16 +++++++++++++++-
10 files changed, 71 insertions(+), 4 deletions(-)
diff --git a/plugins/talk-plugin-notifications-category-featured/client/translations.yml b/plugins/talk-plugin-notifications-category-featured/client/translations.yml
index 7077943ef..1249b6147 100644
--- a/plugins/talk-plugin-notifications-category-featured/client/translations.yml
+++ b/plugins/talk-plugin-notifications-category-featured/client/translations.yml
@@ -1,3 +1,6 @@
en:
talk-plugin-notifications-category-featured:
toggle_description: My comment is featured
+de:
+ talk-plugin-notifications-category-featured:
+ toggle_description: Mein Kommentar wird empfohlen
diff --git a/plugins/talk-plugin-notifications-category-featured/translations.yml b/plugins/talk-plugin-notifications-category-featured/translations.yml
index 18b00ea71..d11b66300 100644
--- a/plugins/talk-plugin-notifications-category-featured/translations.yml
+++ b/plugins/talk-plugin-notifications-category-featured/translations.yml
@@ -3,4 +3,10 @@ en:
categories:
featured:
subject: "One of your comments was featured on {0}"
- body: "{0}\nA member of our team has selected this comment to be featured for other readers: {1}"
\ No newline at end of file
+ body: "{0}\nA member of our team has selected this comment to be featured for other readers: {1}"
+de:
+ talk-plugin-notifications:
+ categories:
+ featured:
+ subject: "Einer Ihrer Kommentare wurde auf {0} hervorgehoben"
+ body: "{0}\nEin Mitglied unseres Teams hat diesen Kommentar ausgewählt, er wird jetzt für andere Leser besonders hervorgehoben: {1}"
diff --git a/plugins/talk-plugin-notifications-category-reply/client/translations.yml b/plugins/talk-plugin-notifications-category-reply/client/translations.yml
index 703891de5..83fd4e1cd 100644
--- a/plugins/talk-plugin-notifications-category-reply/client/translations.yml
+++ b/plugins/talk-plugin-notifications-category-reply/client/translations.yml
@@ -1,3 +1,6 @@
en:
talk-plugin-notifications-category-reply:
toggle_description: My comment receives a reply
+de:
+ talk-plugin-notifications-category-reply:
+ toggle_description: Jemand antwortet auf meinen Kommentar
diff --git a/plugins/talk-plugin-notifications-category-reply/translations.yml b/plugins/talk-plugin-notifications-category-reply/translations.yml
index 0f28ca105..2138b750f 100644
--- a/plugins/talk-plugin-notifications-category-reply/translations.yml
+++ b/plugins/talk-plugin-notifications-category-reply/translations.yml
@@ -3,4 +3,10 @@ en:
categories:
reply:
subject: "Someone has replied to your comment on {0}"
- body: "{0}\n{1} replied to your comment: {2}"
\ No newline at end of file
+ body: "{0}\n{1} replied to your comment: {2}"
+de:
+ talk-plugin-notifications:
+ categories:
+ reply:
+ subject: "Jemand hat bei {0} auf Ihren Kommentar geantwortet"
+ body: "{0}\n{1} antwortete auf Ihren Kommentar: {2}"
diff --git a/plugins/talk-plugin-notifications-category-staff/client/translations.yml b/plugins/talk-plugin-notifications-category-staff/client/translations.yml
index ba831cf37..496d8def6 100644
--- a/plugins/talk-plugin-notifications-category-staff/client/translations.yml
+++ b/plugins/talk-plugin-notifications-category-staff/client/translations.yml
@@ -1,3 +1,6 @@
en:
talk-plugin-notifications-category-staff:
toggle_description: A staff member replies to my comment
+de:
+ talk-plugin-notifications-category-staff:
+ toggle_description: Ein Redaktionsmitglied antwortet auf meinen Kommentar
diff --git a/plugins/talk-plugin-notifications-category-staff/translations.yml b/plugins/talk-plugin-notifications-category-staff/translations.yml
index 38b534e1d..1bfcf0210 100644
--- a/plugins/talk-plugin-notifications-category-staff/translations.yml
+++ b/plugins/talk-plugin-notifications-category-staff/translations.yml
@@ -3,4 +3,10 @@ en:
categories:
staff:
subject: "Someone at {0} has replied to your comment"
- body: "{0}\n{1} works for {2} and has replied to your comment: {3}"
\ No newline at end of file
+ body: "{0}\n{1} works for {2} and has replied to your comment: {3}"
+de:
+ talk-plugin-notifications:
+ categories:
+ staff:
+ subject: "Jemand hat bei {0} auf Ihren Kommentar geantwortet"
+ body: "{0}\n{1} arbeitet für {2} und hat auf Ihren Kommentar geantwortet: {3}"
diff --git a/plugins/talk-plugin-notifications-digest-daily/client/translations.yml b/plugins/talk-plugin-notifications-digest-daily/client/translations.yml
index 1744918ec..955229708 100644
--- a/plugins/talk-plugin-notifications-digest-daily/client/translations.yml
+++ b/plugins/talk-plugin-notifications-digest-daily/client/translations.yml
@@ -2,3 +2,7 @@ en:
talk-plugin-notifications:
digest_enum:
DAILY: In a daily digest
+de:
+ talk-plugin-notifications:
+ digest_enum:
+ DAILY: Einmal täglich
diff --git a/plugins/talk-plugin-notifications-digest-hourly/client/translations.yml b/plugins/talk-plugin-notifications-digest-hourly/client/translations.yml
index da4bad14f..f11812068 100644
--- a/plugins/talk-plugin-notifications-digest-hourly/client/translations.yml
+++ b/plugins/talk-plugin-notifications-digest-hourly/client/translations.yml
@@ -2,3 +2,7 @@ en:
talk-plugin-notifications:
digest_enum:
HOURLY: In an hourly digest
+de:
+ talk-plugin-notifications:
+ digest_enum:
+ HOURLY: Stündlich
diff --git a/plugins/talk-plugin-notifications/client/translations.yml b/plugins/talk-plugin-notifications/client/translations.yml
index 3ed123502..d4cc716e0 100644
--- a/plugins/talk-plugin-notifications/client/translations.yml
+++ b/plugins/talk-plugin-notifications/client/translations.yml
@@ -16,3 +16,21 @@ en:
digest_option: Send notifications
digest_enum:
NONE: Immediately
+de:
+ talk-plugin-notifications:
+ settings_title: Benachrichtigungen
+ settings_subtitle: Benachrichtige mich wenn
+ turn_off_all: Ich möchte keine Benachrichtigungen erhalten
+ banner_info:
+ title: Bestätigte E-Mail-Adresse benötigt
+ text: Um E-Mail-Benachrichtigungen zu erhalten, müssen Sie eine bestätigte E-Mail-Adresse haben.
+ verify_now: E-Mail-Adresse jetzt bestätigen
+ banner_success:
+ title: E-Mail-Bestätigungsanfrage verschickt
+ text: Eine E-Mail mit einem Bestätigungslink wurde an {0} geschickt.
+ banner_error:
+ title: Fehler
+ text: Beim Versand der Bestätigungsmail gab es einen Fehler. Bitte versuchen Sie es später erneut.
+ digest_option: Benachrichtigungen senden
+ digest_enum:
+ NONE: Sofort
diff --git a/plugins/talk-plugin-notifications/server/translations.yml b/plugins/talk-plugin-notifications/server/translations.yml
index c3b5a2417..e6211ffbb 100644
--- a/plugins/talk-plugin-notifications/server/translations.yml
+++ b/plugins/talk-plugin-notifications/server/translations.yml
@@ -11,4 +11,18 @@ en:
click_to_confirm: "Click below to confirm that you would like to unsubscribe from all notifications"
confirm: "Confirm"
are_unsubscribed: "You are now unsubscribed from all notifications."
- token_invalid: "Unsubscribe link is invalid, click the link from a more recent email or visit a comment stream and login to change your notification preferences"
\ No newline at end of file
+ token_invalid: "Unsubscribe link is invalid, click the link from a more recent email or visit a comment stream and login to change your notification preferences"
+de:
+ talk-plugin-notifications:
+ templates:
+ digest:
+ subject: "Ihre Kommentaraktivität bei {0}"
+ footer: "Sie erhalten diese Benachrichtigung, weil Sie Community-Mitglied bei {0} sind und diese E-Mails abonniert haben."
+ links:
+ unsubscribe: "E-Mail-Benachrichtigungen abbestellen"
+ unsubscribe_page:
+ unsubscribe: "Kommentar-Benachrichtigungen abbestellen"
+ click_to_confirm: "Klicken Sie folgenden Link, um zu bestätigen, dass Sie alle Benachrichtigungen abbestellen möchten"
+ confirm: "Bestätigen"
+ are_unsubscribed: "Sie haben haben alle Benachrichtigungen erfolgreich abbestellt."
+ token_invalid: "Der Abbestell-Link ist ungültig. Klicken Sie den Link einer neueren E-Mail oder gehen Sie zu einem Kommentarbereich, melden Sie sich an und ändern Sie dort Ihre Benachrichtigungseinstellungen"