From 3bf42da9eace0e293840ff139c39d466499a329e Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Tue, 15 Jan 2019 09:39:48 +0100 Subject: [PATCH] More translations --- locales/de.json | 3 +++ locales/en.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/locales/de.json b/locales/de.json index 7e8d3e501..f4ee3577b 100644 --- a/locales/de.json +++ b/locales/de.json @@ -102,14 +102,17 @@ "cancel": "Abbrechen", "user": { "title": "Nutzer melden", + "type": "Nutzer", "message": "Bist du sicher, dass du den Nutzer \"{name}\" melden möchtest?" }, "contribution": { "title": "Beitrag melden", + "type": "Beitrag", "message": "Bist du sicher, dass du den Beitrag \"{name}\" melden möchtest?" }, "comment": { "title": "Kommentar melden", + "type": "Kommentar", "message": "Bist du sicher, dass du den Kommentar von \"{name}\" melden möchtest?" } }, diff --git a/locales/en.json b/locales/en.json index dd1793b12..e51d9ab26 100644 --- a/locales/en.json +++ b/locales/en.json @@ -102,14 +102,17 @@ "cancel": "Cancel", "user": { "title": "Report User", + "type": "User", "message": "Do you really want to report the user \"{name}\"?" }, "contribution": { "title": "Report Contribution", + "type": "Contribution", "message": "Do you really want to report the contribution \"{name}\"?" }, "comment": { "title": "Report Comment", + "type": "Comment", "message": "Do you really want to report the comment from \"{name}\"?" } },