Add "here" word in translations

This commit is contained in:
bbe 2020-06-09 16:29:18 +02:00
parent 220566caf3
commit 5775de5c4e
3 changed files with 7 additions and 3 deletions

View File

@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: django-helpdesk\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-06-09 16:18+0200\n"
"POT-Creation-Date: 2020-06-09 16:28+0200\n"
"PO-Revision-Date: 2016-06-07 12:22+0000\n"
"Last-Translator: Antoine Nguyen <tonio@ngyn.org>\n"
"Language-Team: French (http://www.transifex.com/rossp/django-helpdesk/"
@ -2001,9 +2001,13 @@ msgstr ""
msgid "Click"
msgstr "Cliquer"
#: .\templates\helpdesk\report_index.html:29
msgid "here"
msgstr "ici"
#: .\templates\helpdesk\report_index.html:29
msgid "for detailed average by month."
msgstr "Pour la moyenne par mois détaillé"
msgstr "pour la moyenne par mois détaillé"
#: .\templates\helpdesk\report_index.html:71
msgid "Generate Report"

View File

@ -26,7 +26,7 @@
</tr>
<tr>
<td>{% trans "Average number of days until ticket is closed (tickets opened in last 60 days): " %}</td>
<td><strong style="color: red;">{{ basic_ticket_stats.average_nbr_days_until_ticket_closed_last_60_days }}</strong>. {% trans "Click" %} <strong><a href="{% url 'helpdesk:report_index' %}daysuntilticketclosedbymonth">here</a></strong> {% trans "for detailed average by month." %} </td>
<td><strong style="color: red;">{{ basic_ticket_stats.average_nbr_days_until_ticket_closed_last_60_days }}</strong>. {% trans "Click" %} <strong><a href="{% url 'helpdesk:report_index' %}daysuntilticketclosedbymonth">{% trans "here" %}</a></strong> {% trans "for detailed average by month." %} </td>
</tr>
</tbody>
</table>