aa-sov-timer 3.1.0__tar.gz → 3.2.0__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 (127) hide show
  1. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/PKG-INFO +5 -5
  2. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/README.md +4 -4
  3. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/__init__.py +1 -1
  4. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/handler/esi_handler.py +2 -2
  5. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/cs_CZ/LC_MESSAGES/django.po +5 -5
  6. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/de/LC_MESSAGES/django.po +5 -5
  7. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/django.pot +6 -6
  8. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/es/LC_MESSAGES/django.po +5 -5
  9. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/fr_FR/LC_MESSAGES/django.po +5 -5
  10. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/it_IT/LC_MESSAGES/django.po +5 -5
  11. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/ja/LC_MESSAGES/django.po +5 -5
  12. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/ko_KR/LC_MESSAGES/django.po +5 -5
  13. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/nl_NL/LC_MESSAGES/django.po +5 -5
  14. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/pl_PL/LC_MESSAGES/django.po +5 -5
  15. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/ru/LC_MESSAGES/django.po +5 -5
  16. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/sk/LC_MESSAGES/django.po +5 -5
  17. aa_sov_timer-3.2.0/sovtimer/locale/uk/LC_MESSAGES/django.mo +0 -0
  18. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/uk/LC_MESSAGES/django.po +11 -11
  19. aa_sov_timer-3.2.0/sovtimer/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  20. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/zh_Hans/LC_MESSAGES/django.po +14 -13
  21. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/css/aa-sov-timer.css +14 -4
  22. aa_sov_timer-3.2.0/sovtimer/static/sovtimer/css/aa-sov-timer.min.css +2 -0
  23. aa_sov_timer-3.2.0/sovtimer/static/sovtimer/css/aa-sov-timer.min.css.map +1 -0
  24. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/js/aa-sov-timer.js +63 -9
  25. aa_sov_timer-3.2.0/sovtimer/static/sovtimer/js/aa-sov-timer.min.js +2 -0
  26. aa_sov_timer-3.2.0/sovtimer/static/sovtimer/js/aa-sov-timer.min.js.map +1 -0
  27. {aa_sov_timer-3.1.0/sovtimer/static/sovtimer/libs/DataTables/2.3.4 → aa_sov_timer-3.2.0/sovtimer/static/sovtimer/libs/DataTables/2.3.5}/dataTables.bootstrap5.js +1 -2
  28. {aa_sov_timer-3.1.0/sovtimer/static/sovtimer/libs/DataTables/2.3.4 → aa_sov_timer-3.2.0/sovtimer/static/sovtimer/libs/DataTables/2.3.5}/dataTables.bootstrap5.min.js +1 -2
  29. aa_sov_timer-3.2.0/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.bootstrap5.min.js.map +1 -0
  30. aa_sov_timer-3.2.0/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.js +14127 -0
  31. aa_sov_timer-3.2.0/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.min.js +5 -0
  32. aa_sov_timer-3.2.0/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.min.js.map +1 -0
  33. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/templates/sovtimer/base.html +7 -2
  34. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/templates/sovtimer/bundles/datatables-2-css.html +1 -1
  35. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/templates/sovtimer/bundles/datatables-2-js.html +2 -2
  36. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/templates/sovtimer/partials/dashboard/table.html +3 -3
  37. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/views.py +7 -0
  38. aa_sov_timer-3.1.0/sovtimer/locale/uk/LC_MESSAGES/django.mo +0 -0
  39. aa_sov_timer-3.1.0/sovtimer/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  40. aa_sov_timer-3.1.0/sovtimer/static/sovtimer/css/aa-sov-timer.min.css +0 -2
  41. aa_sov_timer-3.1.0/sovtimer/static/sovtimer/css/aa-sov-timer.min.css.map +0 -1
  42. aa_sov_timer-3.1.0/sovtimer/static/sovtimer/js/aa-sov-timer.min.js +0 -2
  43. aa_sov_timer-3.1.0/sovtimer/static/sovtimer/js/aa-sov-timer.min.js.map +0 -1
  44. aa_sov_timer-3.1.0/sovtimer/static/sovtimer/libs/DataTables/2.3.4/dataTables.bootstrap5.min.js.map +0 -1
  45. aa_sov_timer-3.1.0/sovtimer/static/sovtimer/libs/DataTables/2.3.4/datatables.min.js +0 -10
  46. aa_sov_timer-3.1.0/sovtimer/static/sovtimer/libs/DataTables/2.3.4/datatables.min.js.map +0 -1
  47. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/.gitignore +0 -0
  48. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/LICENSE +0 -0
  49. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/pyproject.toml +0 -0
  50. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/app_settings.py +0 -0
  51. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/apps.py +0 -0
  52. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/auth_hooks.py +0 -0
  53. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/constants.py +0 -0
  54. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/.gitkeep +0 -0
  55. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  56. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/de/LC_MESSAGES/django.mo +0 -0
  57. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/es/LC_MESSAGES/django.mo +0 -0
  58. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  59. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  60. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/ja/LC_MESSAGES/django.mo +0 -0
  61. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  62. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
  63. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  64. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/ru/LC_MESSAGES/django.mo +0 -0
  65. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/locale/sk/LC_MESSAGES/django.mo +0 -0
  66. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/management/commands/__init__.py +0 -0
  67. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/management/commands/sovtimer_load_initial_data.py +0 -0
  68. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/migrations/0001_initial.py +0 -0
  69. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/migrations/0002_aasovtimercampaigns_aasovtimerstructures.py +0 -0
  70. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/migrations/0003_auto_20201113_1033.py +0 -0
  71. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/migrations/0004_auto_20201113_1856.py +0 -0
  72. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/migrations/0005_auto_20201114_0720.py +0 -0
  73. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/migrations/0006_rename_models.py +0 -0
  74. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/migrations/0007_cleanup_models.py +0 -0
  75. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/migrations/0008_fix_campaign_attackers_score.py +0 -0
  76. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/migrations/0009_alter_campaign_options_and_more.py +0 -0
  77. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/migrations/0010_alter_campaign_event_type.py +0 -0
  78. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/migrations/__init__.py +0 -0
  79. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/models.py +0 -0
  80. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/providers.py +0 -0
  81. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/font/materialicons/v143/MaterialIcons-Regular.woff2 +0 -0
  82. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/font/materialicons/v143/README.md +0 -0
  83. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/images/zkillboard.png +0 -0
  84. {aa_sov_timer-3.1.0/sovtimer/static/sovtimer/libs/DataTables/2.3.4 → aa_sov_timer-3.2.0/sovtimer/static/sovtimer/libs/DataTables/2.3.5}/dataTables.bootstrap5.css +0 -0
  85. {aa_sov_timer-3.1.0/sovtimer/static/sovtimer/libs/DataTables/2.3.4 → aa_sov_timer-3.2.0/sovtimer/static/sovtimer/libs/DataTables/2.3.5}/dataTables.bootstrap5.min.css +0 -0
  86. {aa_sov_timer-3.1.0/sovtimer/static/sovtimer/libs/DataTables/2.3.4 → aa_sov_timer-3.2.0/sovtimer/static/sovtimer/libs/DataTables/2.3.5}/dataTables.bootstrap5.min.css.map +0 -0
  87. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.css +0 -0
  88. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css +0 -0
  89. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css.map +0 -0
  90. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.js +0 -0
  91. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js +0 -0
  92. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js.map +0 -0
  93. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.js +0 -0
  94. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js +0 -0
  95. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js.map +0 -0
  96. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.css +0 -0
  97. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css +0 -0
  98. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css.map +0 -0
  99. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.js +0 -0
  100. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js +0 -0
  101. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js.map +0 -0
  102. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.js +0 -0
  103. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js +0 -0
  104. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js.map +0 -0
  105. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/tasks.py +0 -0
  106. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/templates/sovtimer/bundles/aa-sov-timer-css.html +0 -0
  107. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/templates/sovtimer/bundles/aa-sov-timer-js.html +0 -0
  108. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/templates/sovtimer/dashboard.html +0 -0
  109. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/templates/sovtimer/partials/common/spinner.html +0 -0
  110. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/templates/sovtimer/partials/footer/app-translation-footer.html +0 -0
  111. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/tests/__init__.py +0 -0
  112. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/tests/fixtures/allianceauth.json +0 -0
  113. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/tests/fixtures/load_allianceauth.py +0 -0
  114. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/tests/fixtures/load_sovtimer.py +0 -0
  115. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/tests/fixtures/sovtimer.json +0 -0
  116. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/tests/fixtures/utils.py +0 -0
  117. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/tests/test_ajax_calls.py +0 -0
  118. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/tests/test_app_settings.py +0 -0
  119. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/tests/test_auth_hooks.py +0 -0
  120. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/tests/test_handler_esi.py +0 -0
  121. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/tests/test_integration.py +0 -0
  122. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/tests/test_model_campaign.py +0 -0
  123. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/tests/test_model_sovereignty_structures.py +0 -0
  124. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/tests/test_tasks.py +0 -0
  125. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/tests/test_user_agent.py +0 -0
  126. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/tests/utils.py +0 -0
  127. {aa_sov_timer-3.1.0 → aa_sov_timer-3.2.0}/sovtimer/urls.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aa-sov-timer
3
- Version: 3.1.0
3
+ Version: 3.2.0
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
@@ -789,7 +789,7 @@ Make sure you're in the virtual environment (venv) of your Alliance Auth install
789
789
  Then install the latest version:
790
790
 
791
791
  ```shell
792
- pip install aa-sov-timer==3.1.0
792
+ pip install aa-sov-timer==3.2.0
793
793
  ```
794
794
 
795
795
  #### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings"></a>
@@ -843,7 +843,7 @@ Once you have completed all previous steps, restart your AA supervisor service t
843
843
  Add the app to your `conf/requirements.txt`:
844
844
 
845
845
  ```text
846
- aa-sov-timer==3.1.0
846
+ aa-sov-timer==3.2.0
847
847
  ```
848
848
 
849
849
  #### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings-1"></a>
@@ -916,7 +916,7 @@ Then run the following commands from your AA project directory (the one that
916
916
  contains `manage.py`).
917
917
 
918
918
  ```shell
919
- pip install aa-sov-timer==3.1.0
919
+ pip install aa-sov-timer==3.2.0
920
920
 
921
921
  python manage.py collectstatic
922
922
  python manage.py migrate
@@ -929,7 +929,7 @@ Finally, restart your AA supervisor service.
929
929
  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.
930
930
 
931
931
  ```text
932
- aa-sov-timer==3.1.0
932
+ aa-sov-timer==3.2.0
933
933
  ```
934
934
 
935
935
  Now rebuild your containers and restart them:
@@ -75,7 +75,7 @@ Make sure you're in the virtual environment (venv) of your Alliance Auth install
75
75
  Then install the latest version:
76
76
 
77
77
  ```shell
78
- pip install aa-sov-timer==3.1.0
78
+ pip install aa-sov-timer==3.2.0
79
79
  ```
80
80
 
81
81
  #### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings"></a>
@@ -129,7 +129,7 @@ Once you have completed all previous steps, restart your AA supervisor service t
129
129
  Add the app to your `conf/requirements.txt`:
130
130
 
131
131
  ```text
132
- aa-sov-timer==3.1.0
132
+ aa-sov-timer==3.2.0
133
133
  ```
134
134
 
135
135
  #### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings-1"></a>
@@ -202,7 +202,7 @@ Then run the following commands from your AA project directory (the one that
202
202
  contains `manage.py`).
203
203
 
204
204
  ```shell
205
- pip install aa-sov-timer==3.1.0
205
+ pip install aa-sov-timer==3.2.0
206
206
 
207
207
  python manage.py collectstatic
208
208
  python manage.py migrate
@@ -215,7 +215,7 @@ Finally, restart your AA supervisor service.
215
215
  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.
216
216
 
217
217
  ```text
218
- aa-sov-timer==3.1.0
218
+ aa-sov-timer==3.2.0
219
219
  ```
220
220
 
221
221
  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__ = "3.1.0"
8
+ __version__ = "3.2.0"
9
9
  __title__ = "Sovereignty Timer"
10
10
  __title_translated__ = _("Sovereignty Timer")
11
11
 
@@ -73,12 +73,12 @@ def result( # pylint: disable=too-many-arguments too-many-positional-arguments
73
73
  esi_result = operation.result(use_etag=False) if return_cached_for_304 else None
74
74
  except ContentTypeError:
75
75
  logger.warning(
76
- msg="ESI returned gibberish (ContentTypeError), skipping campaign update."
76
+ msg="ESI returned gibberish (ContentTypeError) - Skipping update."
77
77
  )
78
78
 
79
79
  esi_result = None
80
80
  except HTTPClientError as exc:
81
- logger.error(msg=f"Error while fetching campaigns from ESI: {str(exc)}")
81
+ logger.error(msg=f"Error while fetching data from ESI: {str(exc)}")
82
82
 
83
83
  esi_result = None
84
84
 
@@ -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-11-14 23:31+0100\n"
9
+ "POT-Creation-Date: 2025-11-16 00:19+0100\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"
@@ -51,7 +51,7 @@ msgstr ""
51
51
  msgid "Sovereignty campaigns"
52
52
  msgstr ""
53
53
 
54
- #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:162
54
+ #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:167
55
55
  msgid "Yes"
56
56
  msgstr ""
57
57
 
@@ -127,14 +127,14 @@ msgstr "Chceš pomoc s překladem této aplikace do tvého jazyka, nebo vylepši
127
127
  msgid "Join our team of translators!"
128
128
  msgstr "Připoj se k našemu týmu překladatelů!"
129
129
 
130
- #: sovtimer/views.py:164
130
+ #: sovtimer/views.py:170
131
131
  msgid "Neither side has made any progress yet"
132
132
  msgstr ""
133
133
 
134
- #: sovtimer/views.py:172
134
+ #: sovtimer/views.py:178
135
135
  msgid "Defenders making progress"
136
136
  msgstr ""
137
137
 
138
- #: sovtimer/views.py:180
138
+ #: sovtimer/views.py:186
139
139
  msgid "Attackers making progress"
140
140
  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-11-14 23:31+0100\n"
9
+ "POT-Creation-Date: 2025-11-16 00:19+0100\n"
10
10
  "PO-Revision-Date: 2025-11-10 21:06+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"
@@ -51,7 +51,7 @@ msgstr "Souveränitäts-Kampagne"
51
51
  msgid "Sovereignty campaigns"
52
52
  msgstr "Souveränitäts-Kampagnen"
53
53
 
54
- #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:162
54
+ #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:167
55
55
  msgid "Yes"
56
56
  msgstr "Ja"
57
57
 
@@ -127,15 +127,15 @@ msgstr "Du möchtest helfen diese App in Deine Sprache zu übersetzen oder die b
127
127
  msgid "Join our team of translators!"
128
128
  msgstr "Tritt unserm Team von Übersetzern bei!"
129
129
 
130
- #: sovtimer/views.py:164
130
+ #: sovtimer/views.py:170
131
131
  msgid "Neither side has made any progress yet"
132
132
  msgstr "Keine Seite hat bisher Fortschritte gemacht"
133
133
 
134
- #: sovtimer/views.py:172
134
+ #: sovtimer/views.py:178
135
135
  msgid "Defenders making progress"
136
136
  msgstr "Verteidiger machen Fortschritte"
137
137
 
138
- #: sovtimer/views.py:180
138
+ #: sovtimer/views.py:186
139
139
  msgid "Attackers making progress"
140
140
  msgstr "Angreifer machen Fortschritte"
141
141
 
@@ -6,9 +6,9 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: AA Sov Timer 3.1.0\n"
9
+ "Project-Id-Version: AA Sov Timer 3.2.0\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
11
- "POT-Creation-Date: 2025-11-14 23:31+0100\n"
11
+ "POT-Creation-Date: 2025-11-16 00:19+0100\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"
@@ -51,7 +51,7 @@ msgstr ""
51
51
  msgid "Sovereignty campaigns"
52
52
  msgstr ""
53
53
 
54
- #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:162
54
+ #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:167
55
55
  msgid "Yes"
56
56
  msgstr ""
57
57
 
@@ -131,14 +131,14 @@ msgstr ""
131
131
  msgid "Join our team of translators!"
132
132
  msgstr ""
133
133
 
134
- #: sovtimer/views.py:164
134
+ #: sovtimer/views.py:170
135
135
  msgid "Neither side has made any progress yet"
136
136
  msgstr ""
137
137
 
138
- #: sovtimer/views.py:172
138
+ #: sovtimer/views.py:178
139
139
  msgid "Defenders making progress"
140
140
  msgstr ""
141
141
 
142
- #: sovtimer/views.py:180
142
+ #: sovtimer/views.py:186
143
143
  msgid "Attackers making progress"
144
144
  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-11-14 23:31+0100\n"
10
+ "POT-Creation-Date: 2025-11-16 00:19+0100\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"
@@ -60,7 +60,7 @@ msgstr "Lista de Campañas de Soberanía"
60
60
  msgid "Sovereignty campaigns"
61
61
  msgstr "Lista de Campañas de Soberanía"
62
62
 
63
- #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:162
63
+ #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:167
64
64
  msgid "Yes"
65
65
  msgstr "Si"
66
66
 
@@ -138,15 +138,15 @@ msgstr "¿Quieres ayudar a traducir esta aplicación a tu idioma o mejorar la tr
138
138
  msgid "Join our team of translators!"
139
139
  msgstr "¡Únete a nuestro equipo de traductores!"
140
140
 
141
- #: sovtimer/views.py:164
141
+ #: sovtimer/views.py:170
142
142
  msgid "Neither side has made any progress yet"
143
143
  msgstr "Ninguna de las partes ha hecho ningún progreso todavía"
144
144
 
145
- #: sovtimer/views.py:172
145
+ #: sovtimer/views.py:178
146
146
  msgid "Defenders making progress"
147
147
  msgstr "Progreso del Defensor"
148
148
 
149
- #: sovtimer/views.py:180
149
+ #: sovtimer/views.py:186
150
150
  msgid "Attackers making progress"
151
151
  msgstr "Progreso del Atacante"
152
152
 
@@ -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: 2025-11-14 23:31+0100\n"
16
+ "POT-Creation-Date: 2025-11-16 00:19+0100\n"
17
17
  "PO-Revision-Date: 2025-09-22 09:43+0000\n"
18
18
  "Last-Translator: Hugo REGIBO <hugo@hugoregibo.be>\n"
19
19
  "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/fr/>\n"
@@ -58,7 +58,7 @@ msgstr "Campagne de souveraineté"
58
58
  msgid "Sovereignty campaigns"
59
59
  msgstr "Campagnes de souveraineté"
60
60
 
61
- #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:162
61
+ #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:167
62
62
  msgid "Yes"
63
63
  msgstr "Oui"
64
64
 
@@ -134,15 +134,15 @@ msgstr "Voulez-vous aider à traduire cette application dans votre langue ou am
134
134
  msgid "Join our team of translators!"
135
135
  msgstr "Rejoignez notre équipe de traducteurs !"
136
136
 
137
- #: sovtimer/views.py:164
137
+ #: sovtimer/views.py:170
138
138
  msgid "Neither side has made any progress yet"
139
139
  msgstr "Aucun camp n’a encore fait de progrès."
140
140
 
141
- #: sovtimer/views.py:172
141
+ #: sovtimer/views.py:178
142
142
  msgid "Defenders making progress"
143
143
  msgstr "Les défenseurs progressent"
144
144
 
145
- #: sovtimer/views.py:180
145
+ #: sovtimer/views.py:186
146
146
  msgid "Attackers making progress"
147
147
  msgstr "Les attaquants progressent"
148
148
 
@@ -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-11-14 23:31+0100\n"
9
+ "POT-Creation-Date: 2025-11-16 00:19+0100\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"
@@ -51,7 +51,7 @@ msgstr ""
51
51
  msgid "Sovereignty campaigns"
52
52
  msgstr ""
53
53
 
54
- #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:162
54
+ #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:167
55
55
  msgid "Yes"
56
56
  msgstr ""
57
57
 
@@ -127,15 +127,15 @@ msgstr ""
127
127
  msgid "Join our team of translators!"
128
128
  msgstr ""
129
129
 
130
- #: sovtimer/views.py:164
130
+ #: sovtimer/views.py:170
131
131
  msgid "Neither side has made any progress yet"
132
132
  msgstr ""
133
133
 
134
- #: sovtimer/views.py:172
134
+ #: sovtimer/views.py:178
135
135
  msgid "Defenders making progress"
136
136
  msgstr ""
137
137
 
138
- #: sovtimer/views.py:180
138
+ #: sovtimer/views.py:186
139
139
  msgid "Attackers making progress"
140
140
  msgstr ""
141
141
 
@@ -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-11-14 23:31+0100\n"
11
+ "POT-Creation-Date: 2025-11-16 00:19+0100\n"
12
12
  "PO-Revision-Date: 2025-11-06 09:17+0000\n"
13
13
  "Last-Translator: Dexsar <dexsar.paf@gmail.com>\n"
14
14
  "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/ja/>\n"
@@ -53,7 +53,7 @@ msgstr "領有権キャンペーン"
53
53
  msgid "Sovereignty campaigns"
54
54
  msgstr "領有権キャンペーン"
55
55
 
56
- #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:162
56
+ #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:167
57
57
  msgid "Yes"
58
58
  msgstr "はい"
59
59
 
@@ -129,15 +129,15 @@ msgstr "このアプリをあなたの言語に翻訳するお手伝いをした
129
129
  msgid "Join our team of translators!"
130
130
  msgstr "翻訳者チームに参加しましょう!"
131
131
 
132
- #: sovtimer/views.py:164
132
+ #: sovtimer/views.py:170
133
133
  msgid "Neither side has made any progress yet"
134
134
  msgstr ""
135
135
 
136
- #: sovtimer/views.py:172
136
+ #: sovtimer/views.py:178
137
137
  msgid "Defenders making progress"
138
138
  msgstr ""
139
139
 
140
- #: sovtimer/views.py:180
140
+ #: sovtimer/views.py:186
141
141
  msgid "Attackers making progress"
142
142
  msgstr ""
143
143
 
@@ -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-11-14 23:31+0100\n"
13
+ "POT-Creation-Date: 2025-11-16 00:19+0100\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"
@@ -65,7 +65,7 @@ msgstr "소버린티 캠페인"
65
65
  msgid "Sovereignty campaigns"
66
66
  msgstr "소버린티 캠페인 목록"
67
67
 
68
- #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:162
68
+ #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:167
69
69
  msgid "Yes"
70
70
  msgstr "예"
71
71
 
@@ -145,15 +145,15 @@ msgstr "이 앱을 번역하거나 기존 번역을 개선하고 싶으신가요
145
145
  msgid "Join our team of translators!"
146
146
  msgstr "번역가 팀에 참여하세요!"
147
147
 
148
- #: sovtimer/views.py:164
148
+ #: sovtimer/views.py:170
149
149
  msgid "Neither side has made any progress yet"
150
150
  msgstr "양 측 모두 진행하지 못하고 있습니다"
151
151
 
152
- #: sovtimer/views.py:172
152
+ #: sovtimer/views.py:178
153
153
  msgid "Defenders making progress"
154
154
  msgstr "방어자 우세"
155
155
 
156
- #: sovtimer/views.py:180
156
+ #: sovtimer/views.py:186
157
157
  msgid "Attackers making progress"
158
158
  msgstr "공격자 우세"
159
159
 
@@ -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-11-14 23:31+0100\n"
10
+ "POT-Creation-Date: 2025-11-16 00:19+0100\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"
@@ -52,7 +52,7 @@ msgstr ""
52
52
  msgid "Sovereignty campaigns"
53
53
  msgstr ""
54
54
 
55
- #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:162
55
+ #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:167
56
56
  msgid "Yes"
57
57
  msgstr ""
58
58
 
@@ -128,14 +128,14 @@ msgstr ""
128
128
  msgid "Join our team of translators!"
129
129
  msgstr ""
130
130
 
131
- #: sovtimer/views.py:164
131
+ #: sovtimer/views.py:170
132
132
  msgid "Neither side has made any progress yet"
133
133
  msgstr ""
134
134
 
135
- #: sovtimer/views.py:172
135
+ #: sovtimer/views.py:178
136
136
  msgid "Defenders making progress"
137
137
  msgstr ""
138
138
 
139
- #: sovtimer/views.py:180
139
+ #: sovtimer/views.py:186
140
140
  msgid "Attackers making progress"
141
141
  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-11-14 23:31+0100\n"
9
+ "POT-Creation-Date: 2025-11-16 00:19+0100\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"
@@ -51,7 +51,7 @@ msgstr ""
51
51
  msgid "Sovereignty campaigns"
52
52
  msgstr ""
53
53
 
54
- #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:162
54
+ #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:167
55
55
  msgid "Yes"
56
56
  msgstr "Tak"
57
57
 
@@ -127,14 +127,14 @@ msgstr "Chciałbyś pomóc w tłumaczeniu tej apki na Twój język bądź popraw
127
127
  msgid "Join our team of translators!"
128
128
  msgstr "Dołącz do naszego zespołu tłumaczy!"
129
129
 
130
- #: sovtimer/views.py:164
130
+ #: sovtimer/views.py:170
131
131
  msgid "Neither side has made any progress yet"
132
132
  msgstr ""
133
133
 
134
- #: sovtimer/views.py:172
134
+ #: sovtimer/views.py:178
135
135
  msgid "Defenders making progress"
136
136
  msgstr ""
137
137
 
138
- #: sovtimer/views.py:180
138
+ #: sovtimer/views.py:186
139
139
  msgid "Attackers making progress"
140
140
  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-11-14 23:31+0100\n"
11
+ "POT-Creation-Date: 2025-11-16 00:19+0100\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"
@@ -55,7 +55,7 @@ msgstr "Опс по sov`у"
55
55
  msgid "Sovereignty campaigns"
56
56
  msgstr "Опс по суверенитету"
57
57
 
58
- #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:162
58
+ #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:167
59
59
  msgid "Yes"
60
60
  msgstr "Да"
61
61
 
@@ -133,15 +133,15 @@ msgstr "Вы хотите помочь перевести это приложе
133
133
  msgid "Join our team of translators!"
134
134
  msgstr "Присоединяйтесь к нашей команде переводчиков!"
135
135
 
136
- #: sovtimer/views.py:164
136
+ #: sovtimer/views.py:170
137
137
  msgid "Neither side has made any progress yet"
138
138
  msgstr "Ни одна из сторон не демонстрирует прогресса"
139
139
 
140
- #: sovtimer/views.py:172
140
+ #: sovtimer/views.py:178
141
141
  msgid "Defenders making progress"
142
142
  msgstr "Защитники добиваются успеха"
143
143
 
144
- #: sovtimer/views.py:180
144
+ #: sovtimer/views.py:186
145
145
  msgid "Attackers making progress"
146
146
  msgstr "Атакующие добиваются успеха"
147
147
 
@@ -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-11-14 23:31+0100\n"
10
+ "POT-Creation-Date: 2025-11-16 00:19+0100\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"
@@ -52,7 +52,7 @@ msgstr ""
52
52
  msgid "Sovereignty campaigns"
53
53
  msgstr ""
54
54
 
55
- #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:162
55
+ #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:167
56
56
  msgid "Yes"
57
57
  msgstr ""
58
58
 
@@ -128,14 +128,14 @@ msgstr ""
128
128
  msgid "Join our team of translators!"
129
129
  msgstr ""
130
130
 
131
- #: sovtimer/views.py:164
131
+ #: sovtimer/views.py:170
132
132
  msgid "Neither side has made any progress yet"
133
133
  msgstr ""
134
134
 
135
- #: sovtimer/views.py:172
135
+ #: sovtimer/views.py:178
136
136
  msgid "Defenders making progress"
137
137
  msgstr ""
138
138
 
139
- #: sovtimer/views.py:180
139
+ #: sovtimer/views.py:186
140
140
  msgid "Attackers making progress"
141
141
  msgstr ""
@@ -9,8 +9,8 @@ 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-11-14 23:31+0100\n"
13
- "PO-Revision-Date: 2025-10-13 11:43+0000\n"
12
+ "POT-Creation-Date: 2025-11-16 00:19+0100\n"
13
+ "PO-Revision-Date: 2025-11-15 22:39+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"
16
16
  "Language: uk\n"
@@ -18,7 +18,7 @@ msgstr ""
18
18
  "Content-Type: text/plain; charset=UTF-8\n"
19
19
  "Content-Transfer-Encoding: 8bit\n"
20
20
  "Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21
- "X-Generator: Weblate 5.13.3\n"
21
+ "X-Generator: Weblate 5.14.3\n"
22
22
 
23
23
  #: sovtimer/__init__.py:10 sovtimer/models.py:34
24
24
  #: sovtimer/templates/sovtimer/base.html:7
@@ -54,7 +54,7 @@ msgstr "Кампанія суверенітету"
54
54
  msgid "Sovereignty campaigns"
55
55
  msgstr "Кампанії суверенітету"
56
56
 
57
- #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:162
57
+ #: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:167
58
58
  msgid "Yes"
59
59
  msgstr "Так"
60
60
 
@@ -72,19 +72,19 @@ msgstr "Список кампаній суверенітету"
72
72
 
73
73
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:16
74
74
  msgid "Total"
75
- msgstr ""
75
+ msgstr "Сума"
76
76
 
77
77
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:30
78
78
  msgid "Upcoming"
79
- msgstr ""
79
+ msgstr "Невдовзі"
80
80
 
81
81
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:31
82
82
  msgid "< 4hrs"
83
- msgstr ""
83
+ msgstr "<4год"
84
84
 
85
85
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:45
86
86
  msgid "Active"
87
- msgstr ""
87
+ msgstr "Активне"
88
88
 
89
89
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:57
90
90
  msgid "The campaign list is automatically updated every 30 seconds. Progress for any active campaigns will be shown as <i>Previous - Trend - Current</i>."
@@ -130,15 +130,15 @@ msgstr "Хочете допомогти перекласти цю програм
130
130
  msgid "Join our team of translators!"
131
131
  msgstr "Приєднуйтесь до нашої команди перекладачів!"
132
132
 
133
- #: sovtimer/views.py:164
133
+ #: sovtimer/views.py:170
134
134
  msgid "Neither side has made any progress yet"
135
135
  msgstr "Жодна з сторін ще не зробила прогресу"
136
136
 
137
- #: sovtimer/views.py:172
137
+ #: sovtimer/views.py:178
138
138
  msgid "Defenders making progress"
139
139
  msgstr "Прогрес захисників"
140
140
 
141
- #: sovtimer/views.py:180
141
+ #: sovtimer/views.py:186
142
142
  msgid "Attackers making progress"
143
143
  msgstr "Прогрес атакуючих"
144
144