aa-sov-timer 4.0.2__tar.gz → 4.0.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/PKG-INFO +5 -5
  2. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/README.md +4 -4
  3. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/__init__.py +1 -1
  4. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/cs_CZ/LC_MESSAGES/django.po +1 -1
  5. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/de/LC_MESSAGES/django.po +1 -1
  6. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/django.pot +2 -2
  7. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/es/LC_MESSAGES/django.po +1 -1
  8. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/fr_FR/LC_MESSAGES/django.po +1 -1
  9. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/it_IT/LC_MESSAGES/django.po +1 -1
  10. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/ja/LC_MESSAGES/django.po +1 -1
  11. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/ko_KR/LC_MESSAGES/django.po +1 -1
  12. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
  13. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/nl_NL/LC_MESSAGES/django.po +4 -4
  14. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/pl_PL/LC_MESSAGES/django.po +1 -1
  15. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/ru/LC_MESSAGES/django.po +1 -1
  16. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/sk/LC_MESSAGES/django.po +1 -1
  17. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/uk/LC_MESSAGES/django.po +1 -1
  18. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/zh_Hans/LC_MESSAGES/django.po +1 -1
  19. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/.gitignore +0 -0
  20. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/LICENSE +0 -0
  21. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/pyproject.toml +0 -0
  22. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/app_settings.py +0 -0
  23. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/apps.py +0 -0
  24. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/auth_hooks.py +0 -0
  25. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/constants.py +0 -0
  26. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/.gitkeep +0 -0
  27. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  28. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/de/LC_MESSAGES/django.mo +0 -0
  29. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/es/LC_MESSAGES/django.mo +0 -0
  30. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  31. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  32. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/ja/LC_MESSAGES/django.mo +0 -0
  33. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  34. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  35. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/ru/LC_MESSAGES/django.mo +0 -0
  36. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/sk/LC_MESSAGES/django.mo +0 -0
  37. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/uk/LC_MESSAGES/django.mo +0 -0
  38. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  39. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/management/commands/__init__.py +0 -0
  40. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/management/commands/sovtimer_load_initial_data.py +0 -0
  41. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/migrations/0001_initial.py +0 -0
  42. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/migrations/0001_initialize.py +0 -0
  43. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/migrations/0002_aasovtimercampaigns_aasovtimerstructures.py +0 -0
  44. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/migrations/0003_auto_20201113_1033.py +0 -0
  45. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/migrations/0004_auto_20201113_1856.py +0 -0
  46. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/migrations/0005_auto_20201114_0720.py +0 -0
  47. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/migrations/0006_rename_models.py +0 -0
  48. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/migrations/0007_cleanup_models.py +0 -0
  49. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/migrations/0008_fix_campaign_attackers_score.py +0 -0
  50. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/migrations/0009_alter_campaign_options_and_more.py +0 -0
  51. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/migrations/0010_alter_campaign_event_type.py +0 -0
  52. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/migrations/0011_alliance_alter_campaign_event_type_and_more.py +0 -0
  53. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/migrations/__init__.py +0 -0
  54. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/models.py +0 -0
  55. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/providers.py +0 -0
  56. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/static/sovtimer/css/aa-sov-timer.css +0 -0
  57. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/static/sovtimer/css/aa-sov-timer.min.css +0 -0
  58. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/static/sovtimer/css/aa-sov-timer.min.css.map +0 -0
  59. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/static/sovtimer/font/materialicons/v143/MaterialIcons-Regular.woff2 +0 -0
  60. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/static/sovtimer/font/materialicons/v143/README.md +0 -0
  61. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/static/sovtimer/images/zkillboard.png +0 -0
  62. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/static/sovtimer/js/aa-sov-timer.js +0 -0
  63. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/static/sovtimer/js/aa-sov-timer.min.js +0 -0
  64. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/static/sovtimer/js/aa-sov-timer.min.js.map +0 -0
  65. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/tasks.py +0 -0
  66. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/templates/sovtimer/base.html +0 -0
  67. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/templates/sovtimer/bundles/aa-sov-timer-css.html +0 -0
  68. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/templates/sovtimer/bundles/aa-sov-timer-js.html +0 -0
  69. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/templates/sovtimer/dashboard.html +0 -0
  70. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/templates/sovtimer/partials/common/spinner.html +0 -0
  71. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/templates/sovtimer/partials/dashboard/table.html +0 -0
  72. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/templates/sovtimer/partials/footer/app-translation-footer.html +0 -0
  73. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/tests/__init__.py +0 -0
  74. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/tests/test_app_settings.py +0 -0
  75. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/tests/test_auth_hooks.py +0 -0
  76. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/tests/test_models.py +0 -0
  77. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/tests/test_providers.py +0 -0
  78. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/tests/test_tasks.py +0 -0
  79. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/tests/test_user_agent.py +0 -0
  80. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/tests/test_views.py +0 -0
  81. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/urls.py +0 -0
  82. {aa_sov_timer-4.0.2 → aa_sov_timer-4.0.3}/sovtimer/views.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aa-sov-timer
3
- Version: 4.0.2
3
+ Version: 4.0.3
4
4
  Summary: Sov Campaign Timer for Alliance Auth
5
5
  Project-URL: Changelog, https://github.com/ppfeufer/aa-sov-timer/blob/master/CHANGELOG.md
6
6
  Project-URL: Codecov, https://codecov.io/gh/ppfeufer/aa-sov-timer
@@ -804,7 +804,7 @@ Make sure you're in the virtual environment (venv) of your Alliance Auth install
804
804
  Then install the latest version:
805
805
 
806
806
  ```shell
807
- pip install aa-sov-timer==4.0.2
807
+ pip install aa-sov-timer==4.0.3
808
808
  ```
809
809
 
810
810
  #### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings"></a>
@@ -882,7 +882,7 @@ Once you have completed all previous steps, restart your AA supervisor service t
882
882
  Add the app to your `conf/requirements.txt`:
883
883
 
884
884
  ```text
885
- aa-sov-timer==4.0.2
885
+ aa-sov-timer==4.0.3
886
886
  ```
887
887
 
888
888
  #### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings-1"></a>
@@ -979,7 +979,7 @@ Then run the following commands from your AA project directory (the one that
979
979
  contains `manage.py`).
980
980
 
981
981
  ```shell
982
- pip install aa-sov-timer==4.0.2
982
+ pip install aa-sov-timer==4.0.3
983
983
 
984
984
  python manage.py collectstatic
985
985
  python manage.py migrate
@@ -992,7 +992,7 @@ Finally, restart your AA supervisor service.
992
992
  To update your existing installation of AA Sovereignty Timer, all you need to do is to update the respective line in your `conf/requirements.txt` file to the latest version.
993
993
 
994
994
  ```text
995
- aa-sov-timer==4.0.2
995
+ aa-sov-timer==4.0.3
996
996
  ```
997
997
 
998
998
  Now rebuild your containers and restart them:
@@ -90,7 +90,7 @@ Make sure you're in the virtual environment (venv) of your Alliance Auth install
90
90
  Then install the latest version:
91
91
 
92
92
  ```shell
93
- pip install aa-sov-timer==4.0.2
93
+ pip install aa-sov-timer==4.0.3
94
94
  ```
95
95
 
96
96
  #### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings"></a>
@@ -168,7 +168,7 @@ Once you have completed all previous steps, restart your AA supervisor service t
168
168
  Add the app to your `conf/requirements.txt`:
169
169
 
170
170
  ```text
171
- aa-sov-timer==4.0.2
171
+ aa-sov-timer==4.0.3
172
172
  ```
173
173
 
174
174
  #### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings-1"></a>
@@ -265,7 +265,7 @@ Then run the following commands from your AA project directory (the one that
265
265
  contains `manage.py`).
266
266
 
267
267
  ```shell
268
- pip install aa-sov-timer==4.0.2
268
+ pip install aa-sov-timer==4.0.3
269
269
 
270
270
  python manage.py collectstatic
271
271
  python manage.py migrate
@@ -278,7 +278,7 @@ Finally, restart your AA supervisor service.
278
278
  To update your existing installation of AA Sovereignty Timer, all you need to do is to update the respective line in your `conf/requirements.txt` file to the latest version.
279
279
 
280
280
  ```text
281
- aa-sov-timer==4.0.2
281
+ aa-sov-timer==4.0.3
282
282
  ```
283
283
 
284
284
  Now rebuild your containers and restart them:
@@ -5,7 +5,7 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "4.0.2"
8
+ __version__ = "4.0.3"
9
9
  __title__ = "Sovereignty Timer"
10
10
  __title_translated__ = _("Sovereignty Timer")
11
11
 
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
9
- "POT-Creation-Date: 2026-04-07 19:56+0200\n"
9
+ "POT-Creation-Date: 2026-05-06 10:06+0200\n"
10
10
  "PO-Revision-Date: 2024-07-10 14:26+0000\n"
11
11
  "Last-Translator: Dadas Aideron <dadas.aideron@gmail.com>\n"
12
12
  "Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/cs/>\n"
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
9
- "POT-Creation-Date: 2026-04-07 19:56+0200\n"
9
+ "POT-Creation-Date: 2026-05-06 10:06+0200\n"
10
10
  "PO-Revision-Date: 2026-02-27 10:17+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
12
  "Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/de/>\n"
@@ -6,9 +6,9 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: AA Sov Timer 4.0.2\n"
9
+ "Project-Id-Version: AA Sov Timer 4.0.3\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
11
- "POT-Creation-Date: 2026-04-07 19:56+0200\n"
11
+ "POT-Creation-Date: 2026-05-06 10:06+0200\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
10
- "POT-Creation-Date: 2026-04-07 19:56+0200\n"
10
+ "POT-Creation-Date: 2026-05-06 10:06+0200\n"
11
11
  "PO-Revision-Date: 2025-07-29 20:18+0000\n"
12
12
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
13
13
  "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/es/>\n"
@@ -13,7 +13,7 @@ msgid ""
13
13
  msgstr ""
14
14
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
15
15
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
16
- "POT-Creation-Date: 2026-04-07 19:56+0200\n"
16
+ "POT-Creation-Date: 2026-05-06 10:06+0200\n"
17
17
  "PO-Revision-Date: 2026-03-22 19:23+0000\n"
18
18
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
19
19
  "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/fr/>\n"
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
10
- "POT-Creation-Date: 2026-04-07 19:56+0200\n"
10
+ "POT-Creation-Date: 2026-05-06 10:06+0200\n"
11
11
  "PO-Revision-Date: 2026-04-07 17:48+0000\n"
12
12
  "Last-Translator: Vlad Cocan <cfvlad@gmail.com>\n"
13
13
  "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/it/>\n"
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
11
- "POT-Creation-Date: 2026-04-07 19:56+0200\n"
11
+ "POT-Creation-Date: 2026-05-06 10:06+0200\n"
12
12
  "PO-Revision-Date: 2026-03-22 19:23+0000\n"
13
13
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
14
14
  "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/ja/>\n"
@@ -10,7 +10,7 @@ msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
12
12
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
13
- "POT-Creation-Date: 2026-04-07 19:56+0200\n"
13
+ "POT-Creation-Date: 2026-05-06 10:06+0200\n"
14
14
  "PO-Revision-Date: 2026-03-22 19:23+0000\n"
15
15
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
16
16
  "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/ko/>\n"
@@ -6,8 +6,8 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
9
- "POT-Creation-Date: 2026-04-07 19:56+0200\n"
10
- "PO-Revision-Date: 2026-02-01 14:23+0000\n"
9
+ "POT-Creation-Date: 2026-05-06 10:06+0200\n"
10
+ "PO-Revision-Date: 2026-04-18 04:23+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
12
  "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/nl/>\n"
13
13
  "Language: nl_NL\n"
@@ -15,7 +15,7 @@ msgstr ""
15
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
- "X-Generator: Weblate 5.15.2\n"
18
+ "X-Generator: Weblate 5.16.2\n"
19
19
 
20
20
  #: sovtimer/__init__.py:10 sovtimer/models.py:35
21
21
  #: sovtimer/templates/sovtimer/base.html:7
@@ -121,7 +121,7 @@ msgstr ""
121
121
 
122
122
  #: sovtimer/templates/sovtimer/partials/footer/app-translation-footer.html:8
123
123
  msgid "Join our team of translators!"
124
- msgstr ""
124
+ msgstr "Kom ons team van vertalers versterken!"
125
125
 
126
126
  #: sovtimer/views.py:148
127
127
  msgid "Defenders making progress"
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
9
- "POT-Creation-Date: 2026-04-07 19:56+0200\n"
9
+ "POT-Creation-Date: 2026-05-06 10:06+0200\n"
10
10
  "PO-Revision-Date: 2024-05-10 14:12+0000\n"
11
11
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
12
12
  "Language-Team: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/pl/>\n"
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
11
- "POT-Creation-Date: 2026-04-07 19:56+0200\n"
11
+ "POT-Creation-Date: 2026-05-06 10:06+0200\n"
12
12
  "PO-Revision-Date: 2026-03-22 19:23+0000\n"
13
13
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
14
14
  "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/ru/>\n"
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
10
- "POT-Creation-Date: 2026-04-07 19:56+0200\n"
10
+ "POT-Creation-Date: 2026-05-06 10:06+0200\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:12+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Slovak <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/sk/>\n"
@@ -9,7 +9,7 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
11
11
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
12
- "POT-Creation-Date: 2026-04-07 19:56+0200\n"
12
+ "POT-Creation-Date: 2026-05-06 10:06+0200\n"
13
13
  "PO-Revision-Date: 2026-03-29 04:01+0000\n"
14
14
  "Last-Translator: s0k0l -_- <salarysalo@gmail.com>\n"
15
15
  "Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/uk/>\n"
@@ -14,7 +14,7 @@ msgid ""
14
14
  msgstr ""
15
15
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
16
16
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
17
- "POT-Creation-Date: 2026-04-07 19:56+0200\n"
17
+ "POT-Creation-Date: 2026-05-06 10:06+0200\n"
18
18
  "PO-Revision-Date: 2026-03-06 10:23+0000\n"
19
19
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
20
20
  "Language-Team: Chinese (Simplified Han script) <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/zh_Hans/>\n"
File without changes
File without changes