Skip to content

Commit

Permalink
Merge pull request #359 from ppfeufer/overhaul-stats-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer authored Nov 5, 2024
2 parents c5ccb31 + 6cd181e commit 375d057
Show file tree
Hide file tree
Showing 20 changed files with 961 additions and 631 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Section Order:
### Security
-->

### Added

- Monthly total FATs to statistics overview

### Changed

- Use Chart.js bundled with Alliance Auth
Expand Down
89 changes: 55 additions & 34 deletions afat/locale/cs_CZ/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-15 18:31+0200\n"
"POT-Creation-Date: 2024-11-05 19:52+0100\n"
"PO-Revision-Date: 2024-08-06 11:28+0000\n"
"Last-Translator: Peter Pfeufer <[email protected]>\n"
"Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-"
Expand Down Expand Up @@ -830,34 +830,55 @@ msgstr ""
msgid "Corporation statistics for"
msgstr ""

#: afat/templates/afat/partials/statistics/overview/tabs/mine.html:7
msgid "Your monthly stats"
#: afat/templates/afat/partials/statistics/overview/tabs/mine.html:8
#, python-format
msgid "Your monthly stats for %(year)s"
msgstr ""

#: afat/templates/afat/partials/statistics/overview/tabs/mine.html:10
#: afat/templates/afat/partials/statistics/overview/tabs/mine.html:12
msgid "Only months with FAT data for the selected year are shown."
msgstr ""

#: afat/templates/afat/partials/statistics/overview/tabs/mine.html:11
#: afat/templates/afat/partials/statistics/overview/tabs/mine.html:13
msgid "Only characters that have FATs for the selected year are shown."
msgstr ""

#: afat/templates/afat/partials/statistics/overview/tabs/mine.html:29
#: afat/templates/afat/partials/statistics/overview/tabs/mine.html:20
msgid "Total monthly FATs"
msgstr ""

#: afat/templates/afat/partials/statistics/overview/tabs/mine.html:24
msgid "This is the monthly total FAT count for all your characters combined."
msgstr ""

#: afat/templates/afat/partials/statistics/overview/tabs/mine.html:30
#: afat/templates/afat/partials/statistics/overview/tabs/mine.html:76
#: afat/templates/afat/view/statistics/statistics-alliance-year-overview.html:28
#: afat/templates/afat/view/statistics/statistics-corporation-year-overview.html:28
msgid "Month"
msgstr ""

#: afat/templates/afat/partials/statistics/overview/tabs/mine.html:30
#: afat/templates/afat/partials/statistics/overview/tabs/mine.html:31
#: afat/templates/afat/partials/statistics/overview/tabs/mine.html:77
msgid "FAT count"
msgstr ""

#: afat/templates/afat/partials/statistics/overview/tabs/mine.html:51
msgid "No FATs for"
#: afat/templates/afat/partials/statistics/overview/tabs/mine.html:48
#, python-format
msgid "Total FATs for %(year)s"
msgstr ""

#: afat/templates/afat/partials/statistics/overview/tabs/mine.html:60
msgid "Monthly FATs by character"
msgstr ""

#: afat/templates/afat/partials/statistics/overview/tabs/mine.html:59
msgid "No FATs for this year at all"
#: afat/templates/afat/partials/statistics/overview/tabs/mine.html:93
msgid "Statistics for"
msgstr ""

#: afat/templates/afat/partials/statistics/overview/tabs/mine.html:111
#, python-format
msgid "No FATs for %(year)s for any of your characters …"
msgstr ""

#: afat/templates/afat/view/dashboard/dashboard.html:12
Expand Down Expand Up @@ -943,51 +964,51 @@ msgstr ""
msgid "Fleet activity"
msgstr ""

#: afat/templatetags/afat.py:42
#: afat/templatetags/afat.py:43
msgid "January"
msgstr ""

#: afat/templatetags/afat.py:43
#: afat/templatetags/afat.py:44
msgid "February"
msgstr ""

#: afat/templatetags/afat.py:44
#: afat/templatetags/afat.py:45
msgid "March"
msgstr ""

#: afat/templatetags/afat.py:45
#: afat/templatetags/afat.py:46
msgid "April"
msgstr ""

#: afat/templatetags/afat.py:46
#: afat/templatetags/afat.py:47
msgid "May"
msgstr ""

#: afat/templatetags/afat.py:47
#: afat/templatetags/afat.py:48
msgid "June"
msgstr ""

#: afat/templatetags/afat.py:48
#: afat/templatetags/afat.py:49
msgid "July"
msgstr ""

#: afat/templatetags/afat.py:49
#: afat/templatetags/afat.py:50
msgid "August"
msgstr ""

#: afat/templatetags/afat.py:50
#: afat/templatetags/afat.py:51
msgid "September"
msgstr ""

#: afat/templatetags/afat.py:51
#: afat/templatetags/afat.py:52
msgid "October"
msgstr ""

#: afat/templatetags/afat.py:52
#: afat/templatetags/afat.py:53
msgid "November"
msgstr ""

#: afat/templatetags/afat.py:53
#: afat/templatetags/afat.py:54
msgid "December"
msgstr ""

Expand Down Expand Up @@ -1158,50 +1179,50 @@ msgid ""
"be re-opened only once!</p>"
msgstr ""

#: afat/views/statistics.py:235
#: afat/views/statistics.py:248
msgid ""
"<h4>Warning!</h4><p>You do not have permission to view statistics for this "
"character.</p>"
msgstr ""

#: afat/views/statistics.py:248
#: afat/views/statistics.py:261
msgid "<h4>Warning!</h4><p>Date information not complete!</p>"
msgstr ""

#: afat/views/statistics.py:369
#: afat/views/statistics.py:382
msgid ""
"<h4>Warning!</h4><p>You do not have permission to view statistics for that "
"corporation.</p>"
msgstr ""

#: afat/views/statistics.py:487 afat/views/statistics.py:727
#: afat/views/statistics.py:500 afat/views/statistics.py:740
msgid "Monday"
msgstr ""

#: afat/views/statistics.py:488 afat/views/statistics.py:728
#: afat/views/statistics.py:501 afat/views/statistics.py:741
msgid "Tuesday"
msgstr ""

#: afat/views/statistics.py:489 afat/views/statistics.py:729
#: afat/views/statistics.py:502 afat/views/statistics.py:742
msgid "Wednesday"
msgstr ""

#: afat/views/statistics.py:490 afat/views/statistics.py:730
#: afat/views/statistics.py:503 afat/views/statistics.py:743
msgid "Thursday"
msgstr ""

#: afat/views/statistics.py:491 afat/views/statistics.py:731
#: afat/views/statistics.py:504 afat/views/statistics.py:744
msgid "Friday"
msgstr ""

#: afat/views/statistics.py:492 afat/views/statistics.py:732
#: afat/views/statistics.py:505 afat/views/statistics.py:745
msgid "Saturday"
msgstr ""

#: afat/views/statistics.py:493 afat/views/statistics.py:733
#: afat/views/statistics.py:506 afat/views/statistics.py:746
msgid "Sunday"
msgstr ""

#: afat/views/statistics.py:610
#: afat/views/statistics.py:623
msgid "<h4>Error!</h4><p>Date information incomplete.</p>"
msgstr ""
Loading

0 comments on commit 375d057

Please sign in to comment.