diff --git a/CHANGELOG.md b/CHANGELOG.md index bb5df43..0a5b34d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,8 @@ Section Order: ### Security --> +## [2.2.3] - 2024-12-15 + ### Added - Integrity hashes for the static files diff --git a/sovtimer/__init__.py b/sovtimer/__init__.py index 78dd3fb..5eee4f3 100644 --- a/sovtimer/__init__.py +++ b/sovtimer/__init__.py @@ -5,5 +5,5 @@ # Django from django.utils.translation import gettext_lazy as _ -__version__ = "2.2.2" +__version__ = "2.2.3" __title__ = _("Sovereignty Timers") diff --git a/sovtimer/locale/django.pot b/sovtimer/locale/django.pot index 439161a..466904d 100644 --- a/sovtimer/locale/django.pot +++ b/sovtimer/locale/django.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: AA Sov Timer 2.2.1\n" +"Project-Id-Version: AA Sov Timer 2.2.3\n" "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n" -"POT-Creation-Date: 2024-12-14 18:46+0100\n" +"POT-Creation-Date: 2024-12-15 11:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -59,35 +59,108 @@ msgstr "" msgid "Sovereignty campaigns" msgstr "" -#: sovtimer/templates/sovtimer/dashboard.html:15 +#: sovtimer/templates/sovtimer/base.html:27 +msgctxt "Decimal separator" +msgid "." +msgstr "" + +#: sovtimer/templates/sovtimer/base.html:28 +msgctxt "Thousands separator" +msgid "," +msgstr "" + +#: sovtimer/templates/sovtimer/base.html:29 +msgid "No data available in this table" +msgstr "" + +#: sovtimer/templates/sovtimer/base.html:30 +msgctxt "Keep _END_ as it is. It will be replaced by a number." +msgid "Showing _END_ entries" +msgstr "" + +#: sovtimer/templates/sovtimer/base.html:31 +msgctxt "Keep _MAX_ as it is. It will be replaced by a number." +msgid "(filtered from _MAX_ total entries)" +msgstr "" + +#: sovtimer/templates/sovtimer/base.html:32 +msgid "No records available" +msgstr "" + +#: sovtimer/templates/sovtimer/base.html:35 +msgid "Loading …" +msgstr "" + +#: sovtimer/templates/sovtimer/base.html:36 +msgid "Processing …" +msgstr "" + +#: sovtimer/templates/sovtimer/base.html:37 +msgid "Nothing found, sorry …" +msgstr "" + +#: sovtimer/templates/sovtimer/base.html:39 +msgid "Search …" +msgstr "" + +#: sovtimer/templates/sovtimer/base.html:41 +msgid "First" +msgstr "" + +#: sovtimer/templates/sovtimer/base.html:42 +msgid "Last" +msgstr "" + +#: sovtimer/templates/sovtimer/base.html:43 +msgid "Next" +msgstr "" + +#: sovtimer/templates/sovtimer/base.html:44 +msgid "Previous" +msgstr "" + +#: sovtimer/templates/sovtimer/base.html:47 +msgid ": activate to sort column ascending" +msgstr "" + +#: sovtimer/templates/sovtimer/base.html:48 +msgid ": activate to sort column descending" +msgstr "" + +#: sovtimer/templates/sovtimer/dashboard.html:23 #: sovtimer/templates/sovtimer/partials/dashboard/table.html:27 -msgid "System" +msgid "Type" msgstr "" -#: sovtimer/templates/sovtimer/dashboard.html:16 +#: sovtimer/templates/sovtimer/dashboard.html:24 #: sovtimer/templates/sovtimer/partials/dashboard/table.html:28 -msgid "Constellation" +msgid "System" msgstr "" -#: sovtimer/templates/sovtimer/dashboard.html:17 +#: sovtimer/templates/sovtimer/dashboard.html:25 #: sovtimer/templates/sovtimer/partials/dashboard/table.html:29 -msgid "Region" +msgid "Constellation" msgstr "" -#: sovtimer/templates/sovtimer/dashboard.html:18 +#: sovtimer/templates/sovtimer/dashboard.html:26 #: sovtimer/templates/sovtimer/partials/dashboard/table.html:30 +msgid "Region" +msgstr "" + +#: sovtimer/templates/sovtimer/dashboard.html:27 +#: sovtimer/templates/sovtimer/partials/dashboard/table.html:31 msgid "Owner / Defender" msgstr "" -#: sovtimer/templates/sovtimer/dashboard.html:19 +#: sovtimer/templates/sovtimer/dashboard.html:28 msgid "Active campaign" msgstr "" -#: sovtimer/templates/sovtimer/dashboard.html:20 sovtimer/views.py:161 +#: sovtimer/templates/sovtimer/dashboard.html:30 sovtimer/views.py:161 msgid "Yes" msgstr "" -#: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:159 +#: sovtimer/templates/sovtimer/dashboard.html:31 sovtimer/views.py:159 msgid "No" msgstr "" @@ -114,23 +187,19 @@ msgstr "" msgid "Timers active:" msgstr "" -#: sovtimer/templates/sovtimer/partials/dashboard/table.html:26 -msgid "Type" -msgstr "" - -#: sovtimer/templates/sovtimer/partials/dashboard/table.html:31 +#: sovtimer/templates/sovtimer/partials/dashboard/table.html:32 msgid "ADM" msgstr "" -#: sovtimer/templates/sovtimer/partials/dashboard/table.html:32 +#: sovtimer/templates/sovtimer/partials/dashboard/table.html:33 msgid "Start" msgstr "" -#: sovtimer/templates/sovtimer/partials/dashboard/table.html:33 +#: sovtimer/templates/sovtimer/partials/dashboard/table.html:34 msgid "Remaining" msgstr "" -#: sovtimer/templates/sovtimer/partials/dashboard/table.html:34 +#: sovtimer/templates/sovtimer/partials/dashboard/table.html:35 msgid "Progress" msgstr ""