aa-sov-timer 2.3.5__tar.gz → 2.4.1__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 (88) hide show
  1. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/PKG-INFO +1 -1
  2. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/__init__.py +1 -1
  3. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/cs_CZ/LC_MESSAGES/django.po +6 -6
  4. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/de/LC_MESSAGES/django.po +6 -6
  5. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/django.pot +7 -7
  6. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/es/LC_MESSAGES/django.po +6 -6
  7. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/fr_FR/LC_MESSAGES/django.po +6 -6
  8. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/it_IT/LC_MESSAGES/django.po +6 -6
  9. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/ja/LC_MESSAGES/django.po +6 -6
  10. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/ko_KR/LC_MESSAGES/django.po +6 -6
  11. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/nl_NL/LC_MESSAGES/django.po +6 -6
  12. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/pl_PL/LC_MESSAGES/django.po +6 -6
  13. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/ru/LC_MESSAGES/django.po +6 -6
  14. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/sk/LC_MESSAGES/django.po +6 -6
  15. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/uk/LC_MESSAGES/django.po +6 -6
  16. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/zh_Hans/LC_MESSAGES/django.po +6 -6
  17. aa_sov_timer-2.4.1/sovtimer/management/commands/sovtimer_load_initial_data.py +72 -0
  18. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/tasks.py +110 -64
  19. aa_sov_timer-2.4.1/sovtimer/templates/sovtimer/bundles/aa-sov-timer-css.html +3 -0
  20. aa_sov_timer-2.4.1/sovtimer/templates/sovtimer/bundles/aa-sov-timer-js.html +3 -0
  21. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/views.py +5 -3
  22. aa_sov_timer-2.3.5/sovtimer/helper/static_files.py +0 -43
  23. aa_sov_timer-2.3.5/sovtimer/management/commands/sovtimer_load_initial_data.py +0 -200
  24. aa_sov_timer-2.3.5/sovtimer/templates/sovtimer/bundles/aa-sov-timer-css.html +0 -3
  25. aa_sov_timer-2.3.5/sovtimer/templates/sovtimer/bundles/aa-sov-timer-js.html +0 -3
  26. aa_sov_timer-2.3.5/sovtimer/templatetags/__init__.py +0 -3
  27. aa_sov_timer-2.3.5/sovtimer/templatetags/sovtimer.py +0 -86
  28. aa_sov_timer-2.3.5/sovtimer/tests/test_templatetags.py +0 -103
  29. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/.gitignore +0 -0
  30. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/LICENSE +0 -0
  31. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/README.md +0 -0
  32. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/pyproject.toml +0 -0
  33. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/app_settings.py +0 -0
  34. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/apps.py +0 -0
  35. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/auth_hooks.py +0 -0
  36. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/constants.py +0 -0
  37. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/.gitkeep +0 -0
  38. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  39. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/de/LC_MESSAGES/django.mo +0 -0
  40. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/es/LC_MESSAGES/django.mo +0 -0
  41. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  42. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  43. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/ja/LC_MESSAGES/django.mo +0 -0
  44. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  45. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
  46. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  47. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/ru/LC_MESSAGES/django.mo +0 -0
  48. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/sk/LC_MESSAGES/django.mo +0 -0
  49. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/uk/LC_MESSAGES/django.mo +0 -0
  50. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  51. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/management/commands/__init__.py +0 -0
  52. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/migrations/0001_initial.py +0 -0
  53. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/migrations/0002_aasovtimercampaigns_aasovtimerstructures.py +0 -0
  54. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/migrations/0003_auto_20201113_1033.py +0 -0
  55. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/migrations/0004_auto_20201113_1856.py +0 -0
  56. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/migrations/0005_auto_20201114_0720.py +0 -0
  57. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/migrations/0006_rename_models.py +0 -0
  58. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/migrations/0007_cleanup_models.py +0 -0
  59. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/migrations/0008_fix_campaign_attackers_score.py +0 -0
  60. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/migrations/0009_alter_campaign_options_and_more.py +0 -0
  61. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/migrations/0010_alter_campaign_event_type.py +0 -0
  62. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/migrations/__init__.py +0 -0
  63. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/models.py +0 -0
  64. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/providers.py +0 -0
  65. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/static/sovtimer/css/aa-sov-timer.css +0 -0
  66. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/static/sovtimer/css/aa-sov-timer.min.css +0 -0
  67. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/static/sovtimer/css/aa-sov-timer.min.css.map +0 -0
  68. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/static/sovtimer/font/materialicons/v143/MaterialIcons-Regular.woff2 +0 -0
  69. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/static/sovtimer/font/materialicons/v143/README.md +0 -0
  70. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/static/sovtimer/images/zkillboard.png +0 -0
  71. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/static/sovtimer/js/aa-sov-timer.js +0 -0
  72. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/static/sovtimer/js/aa-sov-timer.min.js +0 -0
  73. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/static/sovtimer/js/aa-sov-timer.min.js.map +0 -0
  74. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/templates/sovtimer/base.html +0 -0
  75. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/templates/sovtimer/dashboard.html +0 -0
  76. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/templates/sovtimer/partials/dashboard/table.html +0 -0
  77. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/templates/sovtimer/partials/footer/app-translation-footer.html +0 -0
  78. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/tests/__init__.py +0 -0
  79. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/tests/fixtures/allianceauth.json +0 -0
  80. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/tests/fixtures/load_allianceauth.py +0 -0
  81. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/tests/fixtures/load_sovtimer.py +0 -0
  82. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/tests/fixtures/sovtimer.json +0 -0
  83. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/tests/fixtures/utils.py +0 -0
  84. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/tests/test_ajax_calls.py +0 -0
  85. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/tests/test_app_settings.py +0 -0
  86. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/tests/test_integration.py +0 -0
  87. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/tests/utils.py +0 -0
  88. {aa_sov_timer-2.3.5 → aa_sov_timer-2.4.1}/sovtimer/urls.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aa-sov-timer
3
- Version: 2.3.5
3
+ Version: 2.4.1
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: Documentation, https://github.com/ppfeufer/aa-sov-timer/blob/master/README.md
@@ -5,5 +5,5 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.3.5"
8
+ __version__ = "2.4.1"
9
9
  __title__ = _("Sovereignty Timers")
@@ -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: 2025-05-06 00:14+0200\n"
9
+ "POT-Creation-Date: 2025-06-13 00: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"
@@ -88,11 +88,11 @@ msgstr ""
88
88
  msgid "Active campaign"
89
89
  msgstr ""
90
90
 
91
- #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:161
91
+ #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:163
92
92
  msgid "Yes"
93
93
  msgstr ""
94
94
 
95
- #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:159
95
+ #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:161
96
96
  msgid "No"
97
97
  msgstr ""
98
98
 
@@ -140,14 +140,14 @@ msgstr "Chceš pomoc s překladem této aplikace do tvého jazyka, nebo vylepši
140
140
  msgid "Join our team of translators!"
141
141
  msgstr "Připoj se k našemu týmu překladatelů!"
142
142
 
143
- #: sovtimer/views.py:163
143
+ #: sovtimer/views.py:165
144
144
  msgid "Neither side has made any progress yet"
145
145
  msgstr ""
146
146
 
147
- #: sovtimer/views.py:171
147
+ #: sovtimer/views.py:173
148
148
  msgid "Defenders making progress"
149
149
  msgstr ""
150
150
 
151
- #: sovtimer/views.py:179
151
+ #: sovtimer/views.py:181
152
152
  msgid "Attackers making progress"
153
153
  msgstr ""
@@ -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: 2025-05-06 00:14+0200\n"
9
+ "POT-Creation-Date: 2025-06-13 00:06+0200\n"
10
10
  "PO-Revision-Date: 2025-04-25 14:24+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"
@@ -88,11 +88,11 @@ msgstr "Besitzer / Verteidiger"
88
88
  msgid "Active campaign"
89
89
  msgstr "Aktive Kampagne"
90
90
 
91
- #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:161
91
+ #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:163
92
92
  msgid "Yes"
93
93
  msgstr "Ja"
94
94
 
95
- #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:159
95
+ #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:161
96
96
  msgid "No"
97
97
  msgstr "Nein"
98
98
 
@@ -140,15 +140,15 @@ msgstr "Du möchtest helfen diese App in Deine Sprache zu übersetzen oder die b
140
140
  msgid "Join our team of translators!"
141
141
  msgstr "Tritt unserm Team von Übersetzern bei!"
142
142
 
143
- #: sovtimer/views.py:163
143
+ #: sovtimer/views.py:165
144
144
  msgid "Neither side has made any progress yet"
145
145
  msgstr "Keine Seite hat bisher Fortschritte gemacht"
146
146
 
147
- #: sovtimer/views.py:171
147
+ #: sovtimer/views.py:173
148
148
  msgid "Defenders making progress"
149
149
  msgstr "Verteidiger machen Fortschritte"
150
150
 
151
- #: sovtimer/views.py:179
151
+ #: sovtimer/views.py:181
152
152
  msgid "Attackers making progress"
153
153
  msgstr "Angreifer machen Fortschritte"
154
154
 
@@ -6,9 +6,9 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: AA Sov Timer 2.3.5\n"
9
+ "Project-Id-Version: AA Sov Timer 2.4.1\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
11
- "POT-Creation-Date: 2025-05-06 00:14+0200\n"
11
+ "POT-Creation-Date: 2025-06-13 00: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"
@@ -88,11 +88,11 @@ msgstr ""
88
88
  msgid "Active campaign"
89
89
  msgstr ""
90
90
 
91
- #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:161
91
+ #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:163
92
92
  msgid "Yes"
93
93
  msgstr ""
94
94
 
95
- #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:159
95
+ #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:161
96
96
  msgid "No"
97
97
  msgstr ""
98
98
 
@@ -145,14 +145,14 @@ msgstr ""
145
145
  msgid "Join our team of translators!"
146
146
  msgstr ""
147
147
 
148
- #: sovtimer/views.py:163
148
+ #: sovtimer/views.py:165
149
149
  msgid "Neither side has made any progress yet"
150
150
  msgstr ""
151
151
 
152
- #: sovtimer/views.py:171
152
+ #: sovtimer/views.py:173
153
153
  msgid "Defenders making progress"
154
154
  msgstr ""
155
155
 
156
- #: sovtimer/views.py:179
156
+ #: sovtimer/views.py:181
157
157
  msgid "Attackers making progress"
158
158
  msgstr ""
@@ -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: 2025-05-06 00:14+0200\n"
10
+ "POT-Creation-Date: 2025-06-13 00:06+0200\n"
11
11
  "PO-Revision-Date: 2024-12-15 10:37+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"
@@ -101,11 +101,11 @@ msgstr "Propietario / Defensor"
101
101
  msgid "Active campaign"
102
102
  msgstr "Campaña activa"
103
103
 
104
- #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:161
104
+ #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:163
105
105
  msgid "Yes"
106
106
  msgstr "Si"
107
107
 
108
- #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:159
108
+ #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:161
109
109
  msgid "No"
110
110
  msgstr "No"
111
111
 
@@ -161,15 +161,15 @@ msgstr "¿Quieres ayudar a traducir esta aplicación a tu idioma o mejorar la tr
161
161
  msgid "Join our team of translators!"
162
162
  msgstr "¡Únete a nuestro equipo de traductores!"
163
163
 
164
- #: sovtimer/views.py:163
164
+ #: sovtimer/views.py:165
165
165
  msgid "Neither side has made any progress yet"
166
166
  msgstr "Ninguna de las partes ha hecho ningún progreso todavía"
167
167
 
168
- #: sovtimer/views.py:171
168
+ #: sovtimer/views.py:173
169
169
  msgid "Defenders making progress"
170
170
  msgstr "Progreso del Defensor"
171
171
 
172
- #: sovtimer/views.py:179
172
+ #: sovtimer/views.py:181
173
173
  msgid "Attackers making progress"
174
174
  msgstr "Progreso del Atacante"
175
175
 
@@ -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: 2025-05-06 00:14+0200\n"
13
+ "POT-Creation-Date: 2025-06-13 00:06+0200\n"
14
14
  "PO-Revision-Date: 2024-12-15 10:37+0000\n"
15
15
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
16
16
  "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/fr/>\n"
@@ -92,11 +92,11 @@ msgstr ""
92
92
  msgid "Active campaign"
93
93
  msgstr ""
94
94
 
95
- #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:161
95
+ #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:163
96
96
  msgid "Yes"
97
97
  msgstr ""
98
98
 
99
- #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:159
99
+ #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:161
100
100
  msgid "No"
101
101
  msgstr ""
102
102
 
@@ -144,15 +144,15 @@ msgstr "Voulez-vous aider à traduire cette application dans votre langue ou am
144
144
  msgid "Join our team of translators!"
145
145
  msgstr "Rejoignez notre équipe de traducteurs !"
146
146
 
147
- #: sovtimer/views.py:163
147
+ #: sovtimer/views.py:165
148
148
  msgid "Neither side has made any progress yet"
149
149
  msgstr ""
150
150
 
151
- #: sovtimer/views.py:171
151
+ #: sovtimer/views.py:173
152
152
  msgid "Defenders making progress"
153
153
  msgstr ""
154
154
 
155
- #: sovtimer/views.py:179
155
+ #: sovtimer/views.py:181
156
156
  msgid "Attackers making progress"
157
157
  msgstr ""
158
158
 
@@ -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: 2025-05-06 00:14+0200\n"
9
+ "POT-Creation-Date: 2025-06-13 00:06+0200\n"
10
10
  "PO-Revision-Date: 2024-12-22 21:15+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
12
  "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/it/>\n"
@@ -88,11 +88,11 @@ msgstr ""
88
88
  msgid "Active campaign"
89
89
  msgstr ""
90
90
 
91
- #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:161
91
+ #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:163
92
92
  msgid "Yes"
93
93
  msgstr ""
94
94
 
95
- #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:159
95
+ #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:161
96
96
  msgid "No"
97
97
  msgstr ""
98
98
 
@@ -140,14 +140,14 @@ msgstr ""
140
140
  msgid "Join our team of translators!"
141
141
  msgstr ""
142
142
 
143
- #: sovtimer/views.py:163
143
+ #: sovtimer/views.py:165
144
144
  msgid "Neither side has made any progress yet"
145
145
  msgstr ""
146
146
 
147
- #: sovtimer/views.py:171
147
+ #: sovtimer/views.py:173
148
148
  msgid "Defenders making progress"
149
149
  msgstr ""
150
150
 
151
- #: sovtimer/views.py:179
151
+ #: sovtimer/views.py:181
152
152
  msgid "Attackers making progress"
153
153
  msgstr ""
@@ -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: 2025-05-06 00:14+0200\n"
10
+ "POT-Creation-Date: 2025-06-13 00:06+0200\n"
11
11
  "PO-Revision-Date: 2024-08-06 03:28+0000\n"
12
12
  "Last-Translator: Deleted User <noreply+44@weblate.org>\n"
13
13
  "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/ja/>\n"
@@ -89,11 +89,11 @@ msgstr ""
89
89
  msgid "Active campaign"
90
90
  msgstr ""
91
91
 
92
- #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:161
92
+ #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:163
93
93
  msgid "Yes"
94
94
  msgstr "はい"
95
95
 
96
- #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:159
96
+ #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:161
97
97
  msgid "No"
98
98
  msgstr "いいえ"
99
99
 
@@ -141,14 +141,14 @@ msgstr ""
141
141
  msgid "Join our team of translators!"
142
142
  msgstr ""
143
143
 
144
- #: sovtimer/views.py:163
144
+ #: sovtimer/views.py:165
145
145
  msgid "Neither side has made any progress yet"
146
146
  msgstr ""
147
147
 
148
- #: sovtimer/views.py:171
148
+ #: sovtimer/views.py:173
149
149
  msgid "Defenders making progress"
150
150
  msgstr ""
151
151
 
152
- #: sovtimer/views.py:179
152
+ #: sovtimer/views.py:181
153
153
  msgid "Attackers making progress"
154
154
  msgstr ""
@@ -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: 2025-05-06 00:14+0200\n"
13
+ "POT-Creation-Date: 2025-06-13 00:06+0200\n"
14
14
  "PO-Revision-Date: 2025-04-28 07:24+0000\n"
15
15
  "Last-Translator: SiO4 <hohoit0078@gmail.com>\n"
16
16
  "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/ko/>\n"
@@ -104,11 +104,11 @@ msgstr "소유자 / 방어자"
104
104
  msgid "Active campaign"
105
105
  msgstr "진행 중인 캠페인"
106
106
 
107
- #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:161
107
+ #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:163
108
108
  msgid "Yes"
109
109
  msgstr "예"
110
110
 
111
- #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:159
111
+ #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:161
112
112
  msgid "No"
113
113
  msgstr "아니요"
114
114
 
@@ -162,15 +162,15 @@ msgstr "이 앱을 번역하거나 기존 번역을 개선하고 싶으신가요
162
162
  msgid "Join our team of translators!"
163
163
  msgstr "번역가 팀에 참여하세요!"
164
164
 
165
- #: sovtimer/views.py:163
165
+ #: sovtimer/views.py:165
166
166
  msgid "Neither side has made any progress yet"
167
167
  msgstr "양 측 모두 진행하지 못하고 있습니다"
168
168
 
169
- #: sovtimer/views.py:171
169
+ #: sovtimer/views.py:173
170
170
  msgid "Defenders making progress"
171
171
  msgstr "방어자 우세"
172
172
 
173
- #: sovtimer/views.py:179
173
+ #: sovtimer/views.py:181
174
174
  msgid "Attackers making progress"
175
175
  msgstr "공격자 우세"
176
176
 
@@ -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: 2025-05-06 00:14+0200\n"
10
+ "POT-Creation-Date: 2025-06-13 00: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: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/nl/>\n"
@@ -89,11 +89,11 @@ msgstr ""
89
89
  msgid "Active campaign"
90
90
  msgstr ""
91
91
 
92
- #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:161
92
+ #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:163
93
93
  msgid "Yes"
94
94
  msgstr ""
95
95
 
96
- #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:159
96
+ #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:161
97
97
  msgid "No"
98
98
  msgstr ""
99
99
 
@@ -141,14 +141,14 @@ msgstr ""
141
141
  msgid "Join our team of translators!"
142
142
  msgstr ""
143
143
 
144
- #: sovtimer/views.py:163
144
+ #: sovtimer/views.py:165
145
145
  msgid "Neither side has made any progress yet"
146
146
  msgstr ""
147
147
 
148
- #: sovtimer/views.py:171
148
+ #: sovtimer/views.py:173
149
149
  msgid "Defenders making progress"
150
150
  msgstr ""
151
151
 
152
- #: sovtimer/views.py:179
152
+ #: sovtimer/views.py:181
153
153
  msgid "Attackers making progress"
154
154
  msgstr ""
@@ -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: 2025-05-06 00:14+0200\n"
9
+ "POT-Creation-Date: 2025-06-13 00: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"
@@ -88,11 +88,11 @@ msgstr ""
88
88
  msgid "Active campaign"
89
89
  msgstr ""
90
90
 
91
- #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:161
91
+ #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:163
92
92
  msgid "Yes"
93
93
  msgstr "Tak"
94
94
 
95
- #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:159
95
+ #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:161
96
96
  msgid "No"
97
97
  msgstr "Nie"
98
98
 
@@ -140,14 +140,14 @@ msgstr "Chciałbyś pomóc w tłumaczeniu tej apki na Twój język bądź popraw
140
140
  msgid "Join our team of translators!"
141
141
  msgstr "Dołącz do naszego zespołu tłumaczy!"
142
142
 
143
- #: sovtimer/views.py:163
143
+ #: sovtimer/views.py:165
144
144
  msgid "Neither side has made any progress yet"
145
145
  msgstr ""
146
146
 
147
- #: sovtimer/views.py:171
147
+ #: sovtimer/views.py:173
148
148
  msgid "Defenders making progress"
149
149
  msgstr ""
150
150
 
151
- #: sovtimer/views.py:179
151
+ #: sovtimer/views.py:181
152
152
  msgid "Attackers making progress"
153
153
  msgstr ""
@@ -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: 2025-05-06 00:14+0200\n"
11
+ "POT-Creation-Date: 2025-06-13 00:06+0200\n"
12
12
  "PO-Revision-Date: 2024-12-15 10:37+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"
@@ -92,11 +92,11 @@ msgstr "Владелец / Защитник"
92
92
  msgid "Active campaign"
93
93
  msgstr "Активная кампания"
94
94
 
95
- #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:161
95
+ #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:163
96
96
  msgid "Yes"
97
97
  msgstr "Да"
98
98
 
99
- #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:159
99
+ #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:161
100
100
  msgid "No"
101
101
  msgstr "Нет"
102
102
 
@@ -144,15 +144,15 @@ msgstr "Вы хотите помочь перевести это приложе
144
144
  msgid "Join our team of translators!"
145
145
  msgstr "Присоединяйтесь к нашей команде переводчиков!"
146
146
 
147
- #: sovtimer/views.py:163
147
+ #: sovtimer/views.py:165
148
148
  msgid "Neither side has made any progress yet"
149
149
  msgstr "Ни одна из сторон не демонстрирует прогресса"
150
150
 
151
- #: sovtimer/views.py:171
151
+ #: sovtimer/views.py:173
152
152
  msgid "Defenders making progress"
153
153
  msgstr "Защитники добиваются успеха"
154
154
 
155
- #: sovtimer/views.py:179
155
+ #: sovtimer/views.py:181
156
156
  msgid "Attackers making progress"
157
157
  msgstr "Атакующие добиваются успеха"
158
158
 
@@ -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: 2025-05-06 00:14+0200\n"
10
+ "POT-Creation-Date: 2025-06-13 00: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"
@@ -89,11 +89,11 @@ msgstr ""
89
89
  msgid "Active campaign"
90
90
  msgstr ""
91
91
 
92
- #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:161
92
+ #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:163
93
93
  msgid "Yes"
94
94
  msgstr ""
95
95
 
96
- #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:159
96
+ #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:161
97
97
  msgid "No"
98
98
  msgstr ""
99
99
 
@@ -141,14 +141,14 @@ msgstr ""
141
141
  msgid "Join our team of translators!"
142
142
  msgstr ""
143
143
 
144
- #: sovtimer/views.py:163
144
+ #: sovtimer/views.py:165
145
145
  msgid "Neither side has made any progress yet"
146
146
  msgstr ""
147
147
 
148
- #: sovtimer/views.py:171
148
+ #: sovtimer/views.py:173
149
149
  msgid "Defenders making progress"
150
150
  msgstr ""
151
151
 
152
- #: sovtimer/views.py:179
152
+ #: sovtimer/views.py:181
153
153
  msgid "Attackers making progress"
154
154
  msgstr ""
@@ -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: 2025-05-06 00:14+0200\n"
12
+ "POT-Creation-Date: 2025-06-13 00:06+0200\n"
13
13
  "PO-Revision-Date: 2025-04-10 07:05+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"
@@ -91,11 +91,11 @@ msgstr "Власник / Захисник"
91
91
  msgid "Active campaign"
92
92
  msgstr "активна кампанія"
93
93
 
94
- #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:161
94
+ #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:163
95
95
  msgid "Yes"
96
96
  msgstr "Так"
97
97
 
98
- #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:159
98
+ #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:161
99
99
  msgid "No"
100
100
  msgstr "Номер"
101
101
 
@@ -143,15 +143,15 @@ msgstr "Хочете допомогти перекласти цю програм
143
143
  msgid "Join our team of translators!"
144
144
  msgstr "Приєднуйтесь до нашої команди перекладачів!"
145
145
 
146
- #: sovtimer/views.py:163
146
+ #: sovtimer/views.py:165
147
147
  msgid "Neither side has made any progress yet"
148
148
  msgstr "Жодна з сторін ще не зробила прогресу"
149
149
 
150
- #: sovtimer/views.py:171
150
+ #: sovtimer/views.py:173
151
151
  msgid "Defenders making progress"
152
152
  msgstr "Прогрес захисників"
153
153
 
154
- #: sovtimer/views.py:179
154
+ #: sovtimer/views.py:181
155
155
  msgid "Attackers making progress"
156
156
  msgstr "Прогрес атакуючих"
157
157
 
@@ -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: 2025-05-06 00:14+0200\n"
13
+ "POT-Creation-Date: 2025-06-13 00:06+0200\n"
14
14
  "PO-Revision-Date: 2024-05-15 09:21+0000\n"
15
15
  "Last-Translator: SAM_FPS <sam_fps@163.com>\n"
16
16
  "Language-Team: Chinese (Simplified) <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/zh_Hans/>\n"
@@ -92,11 +92,11 @@ msgstr "拥有者/防御方"
92
92
  msgid "Active campaign"
93
93
  msgstr ""
94
94
 
95
- #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:161
95
+ #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:163
96
96
  msgid "Yes"
97
97
  msgstr "是"
98
98
 
99
- #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:159
99
+ #: sovtimer/templates/sovtimer/dashboard.html:22 sovtimer/views.py:161
100
100
  msgid "No"
101
101
  msgstr "不"
102
102
 
@@ -144,14 +144,14 @@ msgstr "您想帮助将此应用程序翻译成您的母语或改进现有的翻
144
144
  msgid "Join our team of translators!"
145
145
  msgstr "加入我们的翻译团队吧!"
146
146
 
147
- #: sovtimer/views.py:163
147
+ #: sovtimer/views.py:165
148
148
  msgid "Neither side has made any progress yet"
149
149
  msgstr ""
150
150
 
151
- #: sovtimer/views.py:171
151
+ #: sovtimer/views.py:173
152
152
  msgid "Defenders making progress"
153
153
  msgstr ""
154
154
 
155
- #: sovtimer/views.py:179
155
+ #: sovtimer/views.py:181
156
156
  msgid "Attackers making progress"
157
157
  msgstr ""