Update german translation
Cette révision appartient à :
Parent
7bb2e974f7
révision
65042a62ea
3 fichiers modifiés avec 44 ajouts et 4 suppressions
|
@ -32,7 +32,7 @@
|
|||
</a>
|
||||
{{end}}
|
||||
<a style="margin: 5px;" aria-label="Report button" data-toggle="modal" data-target="#reportModal" class="btn btn-danger btn-sm">
|
||||
<span class="glyphicon glyphicon-remove" aria-hidden="true"></span> {{ T "report" }}
|
||||
<span class="glyphicon glyphicon-remove" aria-hidden="true"></span> {{ T "report_btn" }}
|
||||
</a>
|
||||
|
||||
{{ if HasAdmin $.User}}
|
||||
|
@ -155,7 +155,7 @@
|
|||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal">×</button>
|
||||
<h4 class="modal-title">{{ T "report_torrent_number" }}{{ .Torrent.ID }}</h4>
|
||||
<h4 class="modal-title">{{ T "report_torrent_number" (print .Torrent.ID) }}</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<b>{{ T "report_type" }}:</b>
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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",
|
||||
|
|
Référencer dans un nouveau ticket