diff --git a/templates/view.html b/templates/view.html
index f397661f..2dc8999c 100644
--- a/templates/view.html
+++ b/templates/view.html
@@ -32,7 +32,7 @@
{{end}}
- {{ T "report" }}
+ {{ T "report_btn" }}
{{ if HasAdmin $.User}}
@@ -155,7 +155,7 @@
{{ T "report_type" }}:
diff --git a/translations/de-de.all.json b/translations/de-de.all.json
index a3499c70..a719751f 100644
--- a/translations/de-de.all.json
+++ b/translations/de-de.all.json
@@ -622,5 +622,45 @@
{
"id": "delete",
"translation": "Löschen"
+ },
+ {
+ "id": "uploaded_by",
+ "translation": "Hochgeladen von"
+ },
+ {
+ "id": "download_btn",
+ "translation": "Downloaden!"
+ },
+ {
+ "id": "report_btn",
+ "translation": "Melden"
+ },
+ {
+ "id": "are_you_sure",
+ "translation": "Bist du sicher?"
+ },
+ {
+ "id": "report_torrent_number",
+ "translation": "Torrent #%s melden"
+ },
+ {
+ "id": "report_type",
+ "translation": "Meldungsgrund"
+ },
+ {
+ "id": "illegal_content",
+ "translation": "Illegaler Inhalt"
+ },
+ {
+ "id": "spam_garbage",
+ "translation": "Spam / Müll"
+ },
+ {
+ "id": "wrong_category",
+ "translation": "Falsche Kategorie"
+ },
+ {
+ "id": "duplicate_deprecated",
+ "translation": "Duplikat / Veraltet"
}
]
diff --git a/translations/en-us.all.json b/translations/en-us.all.json
index d4315c81..dbc731bd 100644
--- a/translations/en-us.all.json
+++ b/translations/en-us.all.json
@@ -657,7 +657,7 @@
},
{
"id": "report_btn",
- "translation": "Report!"
+ "translation": "Report"
},
{
"id": "are_you_sure",
@@ -665,7 +665,7 @@
},
{
"id": "report_torrent_number",
- "translation": "Report Torrent #"
+ "translation": "Report Torrent #%s"
},
{
"id": "report_type",