diff --git a/www/common/translations/messages.de.json b/www/common/translations/messages.de.json
index 5c20f1154..3da855fc9 100644
--- a/www/common/translations/messages.de.json
+++ b/www/common/translations/messages.de.json
@@ -1353,5 +1353,17 @@
"oo_login": "Bitte logge dich ein oder erstelle ein Account, um die Performance von Tabellen zu verbessern.",
"pad_usePageWidth": "Seitenansicht",
"pad_useFullWidth": "Volle Breite",
- "cba_title": "Autorenfarben"
+ "cba_title": "Autorenfarben",
+ "comments_resolve": "Abschließen",
+ "comments_submit": "Absenden",
+ "comments_notification": "Antworten auf deinen Kommentar \"{0}\" in {1}",
+ "comments_deleted": "Kommentar vom Autor gelöscht",
+ "comments_comment": "Kommentieren",
+ "comments_reply": "Antworten",
+ "mentions_notification": "{0} hat dich in {1} erwähnt",
+ "settings_padNotifHint": "Benachrichtigungen über Antworten auf deine Kommentare ignorieren",
+ "settings_padNotifTitle": "Kommentar-Benachrichtigungen",
+ "settings_padNotifCheckbox": "Kommentar-Benachrichtigungen deaktivieren",
+ "comments_edited": "Bearbeitet",
+ "unknownPad": "Unbekanntes Pad"
}
diff --git a/www/common/translations/messages.fr.json b/www/common/translations/messages.fr.json
index 62bcf9169..98f124ccb 100644
--- a/www/common/translations/messages.fr.json
+++ b/www/common/translations/messages.fr.json
@@ -1365,5 +1365,6 @@
"comments_deleted": "Commentaire effacé par son auteur",
"mentions_notification": "{0} vous a mentionné dans {1}",
"unknownPad": "Pad inconnu",
- "comments_notification": "Réponses à votre commentaire \"{0}\" sur {1}"
+ "comments_notification": "Réponses à votre commentaire \"{0}\" sur {1}",
+ "comments_error": "Impossible d'ajouter un commentaire ici"
}
diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json
index dc1820640..6dfb376cb 100644
--- a/www/common/translations/messages.json
+++ b/www/common/translations/messages.json
@@ -1365,5 +1365,6 @@
"comments_comment": "Comment",
"settings_padNotifTitle": "Comment notifications",
"settings_padNotifHint": "Ignore notifications when someone replies to one of your comments",
- "settings_padNotifCheckbox": "Disable comment notifications"
+ "settings_padNotifCheckbox": "Disable comment notifications",
+ "comments_error": "Can't add a comment here"
}