aa-sov-timer 3.2.1__tar.gz → 3.3.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.
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/PKG-INFO +5 -6
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/README.md +4 -4
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/pyproject.toml +0 -1
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/__init__.py +1 -1
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/handler/esi_handler.py +2 -4
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/cs_CZ/LC_MESSAGES/django.po +17 -17
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/de/LC_MESSAGES/django.po +17 -17
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/django.pot +18 -18
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/es/LC_MESSAGES/django.po +17 -17
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/fr_FR/LC_MESSAGES/django.po +17 -17
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/it_IT/LC_MESSAGES/django.po +17 -17
- aa_sov_timer-3.3.0/sovtimer/locale/ja/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/ja/LC_MESSAGES/django.po +25 -25
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/ko_KR/LC_MESSAGES/django.po +17 -17
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/nl_NL/LC_MESSAGES/django.po +17 -17
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/pl_PL/LC_MESSAGES/django.po +17 -17
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/ru/LC_MESSAGES/django.po +17 -17
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/sk/LC_MESSAGES/django.po +17 -17
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/uk/LC_MESSAGES/django.po +17 -17
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/zh_Hans/LC_MESSAGES/django.po +17 -17
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/models.py +2 -3
- aa_sov_timer-3.3.0/sovtimer/providers.py +65 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/tasks.py +2 -2
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/tests/test_auth_hooks.py +1 -4
- aa_sov_timer-3.3.0/sovtimer/tests/test_providers.py +98 -0
- aa_sov_timer-3.3.0/sovtimer/tests/test_views.py +309 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/tests/utils.py +20 -1
- aa_sov_timer-3.3.0/sovtimer/views.py +204 -0
- aa_sov_timer-3.2.1/sovtimer/locale/ja/LC_MESSAGES/django.mo +0 -0
- aa_sov_timer-3.2.1/sovtimer/providers.py +0 -25
- aa_sov_timer-3.2.1/sovtimer/tests/test_ajax_calls.py +0 -143
- aa_sov_timer-3.2.1/sovtimer/views.py +0 -239
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/.gitignore +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/LICENSE +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/app_settings.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/apps.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/auth_hooks.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/constants.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/.gitkeep +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/de/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/es/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/it_IT/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/ru/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/sk/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/uk/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/management/commands/__init__.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/management/commands/sovtimer_load_initial_data.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/migrations/0001_initial.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/migrations/0002_aasovtimercampaigns_aasovtimerstructures.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/migrations/0003_auto_20201113_1033.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/migrations/0004_auto_20201113_1856.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/migrations/0005_auto_20201114_0720.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/migrations/0006_rename_models.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/migrations/0007_cleanup_models.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/migrations/0008_fix_campaign_attackers_score.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/migrations/0009_alter_campaign_options_and_more.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/migrations/0010_alter_campaign_event_type.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/migrations/__init__.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/css/aa-sov-timer.css +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/css/aa-sov-timer.min.css +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/css/aa-sov-timer.min.css.map +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/font/materialicons/v143/MaterialIcons-Regular.woff2 +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/font/materialicons/v143/README.md +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/images/zkillboard.png +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/js/aa-sov-timer.js +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/js/aa-sov-timer.min.js +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/js/aa-sov-timer.min.js.map +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.bootstrap5.css +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.bootstrap5.js +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.bootstrap5.min.css +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.bootstrap5.min.css.map +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.bootstrap5.min.js +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.bootstrap5.min.js.map +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.js +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.min.js +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/2.3.5/dataTables.min.js.map +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.css +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css.map +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.js +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js.map +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.js +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js.map +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.css +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css.map +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.js +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js.map +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.js +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/static/sovtimer/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js.map +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/templates/sovtimer/base.html +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/templates/sovtimer/bundles/aa-sov-timer-css.html +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/templates/sovtimer/bundles/aa-sov-timer-js.html +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/templates/sovtimer/bundles/datatables-2-css.html +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/templates/sovtimer/bundles/datatables-2-js.html +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/templates/sovtimer/dashboard.html +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/templates/sovtimer/partials/common/spinner.html +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/templates/sovtimer/partials/dashboard/table.html +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/templates/sovtimer/partials/footer/app-translation-footer.html +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/tests/__init__.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/tests/fixtures/allianceauth.json +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/tests/fixtures/load_allianceauth.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/tests/fixtures/load_sovtimer.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/tests/fixtures/sovtimer.json +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/tests/fixtures/utils.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/tests/test_app_settings.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/tests/test_handler_esi.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/tests/test_integration.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/tests/test_model_campaign.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/tests/test_model_sovereignty_structures.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/tests/test_tasks.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.0}/sovtimer/tests/test_user_agent.py +0 -0
- {aa_sov_timer-3.2.1 → aa_sov_timer-3.3.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.
|
|
3
|
+
Version: 3.3.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
|
|
@@ -702,7 +702,6 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
702
702
|
Classifier: Topic :: Internet :: WWW/HTTP
|
|
703
703
|
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
|
704
704
|
Requires-Python: <3.14,>=3.10
|
|
705
|
-
Requires-Dist: allianceauth-app-utils>=1.25
|
|
706
705
|
Requires-Dist: allianceauth<5,>=4.9
|
|
707
706
|
Requires-Dist: django-esi<9,>=8
|
|
708
707
|
Requires-Dist: django-eveuniverse>=1.5.4
|
|
@@ -789,7 +788,7 @@ Make sure you're in the virtual environment (venv) of your Alliance Auth install
|
|
|
789
788
|
Then install the latest version:
|
|
790
789
|
|
|
791
790
|
```shell
|
|
792
|
-
pip install aa-sov-timer==3.
|
|
791
|
+
pip install aa-sov-timer==3.3.0
|
|
793
792
|
```
|
|
794
793
|
|
|
795
794
|
#### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings"></a>
|
|
@@ -843,7 +842,7 @@ Once you have completed all previous steps, restart your AA supervisor service t
|
|
|
843
842
|
Add the app to your `conf/requirements.txt`:
|
|
844
843
|
|
|
845
844
|
```text
|
|
846
|
-
aa-sov-timer==3.
|
|
845
|
+
aa-sov-timer==3.3.0
|
|
847
846
|
```
|
|
848
847
|
|
|
849
848
|
#### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings-1"></a>
|
|
@@ -916,7 +915,7 @@ Then run the following commands from your AA project directory (the one that
|
|
|
916
915
|
contains `manage.py`).
|
|
917
916
|
|
|
918
917
|
```shell
|
|
919
|
-
pip install aa-sov-timer==3.
|
|
918
|
+
pip install aa-sov-timer==3.3.0
|
|
920
919
|
|
|
921
920
|
python manage.py collectstatic
|
|
922
921
|
python manage.py migrate
|
|
@@ -929,7 +928,7 @@ Finally, restart your AA supervisor service.
|
|
|
929
928
|
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
929
|
|
|
931
930
|
```text
|
|
932
|
-
aa-sov-timer==3.
|
|
931
|
+
aa-sov-timer==3.3.0
|
|
933
932
|
```
|
|
934
933
|
|
|
935
934
|
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.
|
|
78
|
+
pip install aa-sov-timer==3.3.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.
|
|
132
|
+
aa-sov-timer==3.3.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.
|
|
205
|
+
pip install aa-sov-timer==3.3.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.
|
|
218
|
+
aa-sov-timer==3.3.0
|
|
219
219
|
```
|
|
220
220
|
|
|
221
221
|
Now rebuild your containers and restart them:
|
|
@@ -14,14 +14,12 @@ from allianceauth.services.hooks import get_extension_logger
|
|
|
14
14
|
from esi.exceptions import HTTPClientError, HTTPNotModified
|
|
15
15
|
from esi.openapi_clients import EsiOperation
|
|
16
16
|
|
|
17
|
-
# Alliance Auth (External Libs)
|
|
18
|
-
from app_utils.logging import LoggerAddTag
|
|
19
|
-
|
|
20
17
|
# AA Sovereignty Timer
|
|
21
18
|
from sovtimer import __title__
|
|
19
|
+
from sovtimer.providers import AppLogger
|
|
22
20
|
|
|
23
21
|
# Initialize a logger with a custom tag for the AA SRP application
|
|
24
|
-
logger =
|
|
22
|
+
logger = AppLogger(my_logger=get_extension_logger(__name__), prefix=__title__)
|
|
25
23
|
|
|
26
24
|
|
|
27
25
|
def result( # pylint: disable=too-many-arguments too-many-positional-arguments
|
|
@@ -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-
|
|
9
|
+
"POT-Creation-Date: 2025-12-02 08:28+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"
|
|
@@ -17,45 +17,45 @@ msgstr ""
|
|
|
17
17
|
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
|
18
18
|
"X-Generator: Weblate 5.6.2\n"
|
|
19
19
|
|
|
20
|
-
#: sovtimer/__init__.py:10 sovtimer/models.py:
|
|
20
|
+
#: sovtimer/__init__.py:10 sovtimer/models.py:33
|
|
21
21
|
#: sovtimer/templates/sovtimer/base.html:7
|
|
22
22
|
#: sovtimer/templates/sovtimer/base.html:11
|
|
23
23
|
msgid "Sovereignty Timer"
|
|
24
24
|
msgstr ""
|
|
25
25
|
|
|
26
|
-
#: sovtimer/models.py:
|
|
26
|
+
#: sovtimer/models.py:36
|
|
27
27
|
msgid "Can access the Sovereignty Timer module"
|
|
28
28
|
msgstr ""
|
|
29
29
|
|
|
30
|
-
#: sovtimer/models.py:
|
|
30
|
+
#: sovtimer/models.py:73
|
|
31
31
|
msgid "Sovereignty structure"
|
|
32
32
|
msgstr ""
|
|
33
33
|
|
|
34
|
-
#: sovtimer/models.py:
|
|
34
|
+
#: sovtimer/models.py:74
|
|
35
35
|
msgid "Sovereignty structures"
|
|
36
36
|
msgstr ""
|
|
37
37
|
|
|
38
|
-
#: sovtimer/models.py:
|
|
38
|
+
#: sovtimer/models.py:116
|
|
39
39
|
msgid "Sov Hub defense"
|
|
40
40
|
msgstr ""
|
|
41
41
|
|
|
42
|
-
#: sovtimer/models.py:
|
|
42
|
+
#: sovtimer/models.py:117
|
|
43
43
|
msgid "TCU defense"
|
|
44
44
|
msgstr ""
|
|
45
45
|
|
|
46
|
-
#: sovtimer/models.py:
|
|
46
|
+
#: sovtimer/models.py:143
|
|
47
47
|
msgid "Sovereignty campaign"
|
|
48
48
|
msgstr ""
|
|
49
49
|
|
|
50
|
-
#: sovtimer/models.py:
|
|
50
|
+
#: sovtimer/models.py:144
|
|
51
51
|
msgid "Sovereignty campaigns"
|
|
52
52
|
msgstr ""
|
|
53
53
|
|
|
54
|
-
#: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:
|
|
54
|
+
#: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:147
|
|
55
55
|
msgid "Yes"
|
|
56
56
|
msgstr ""
|
|
57
57
|
|
|
58
|
-
#: sovtimer/templates/sovtimer/dashboard.html:16 sovtimer/views.py:
|
|
58
|
+
#: sovtimer/templates/sovtimer/dashboard.html:16 sovtimer/views.py:140
|
|
59
59
|
msgid "No"
|
|
60
60
|
msgstr ""
|
|
61
61
|
|
|
@@ -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:
|
|
131
|
-
msgid "Neither side has made any progress yet"
|
|
132
|
-
msgstr ""
|
|
133
|
-
|
|
134
|
-
#: sovtimer/views.py:178
|
|
130
|
+
#: sovtimer/views.py:151
|
|
135
131
|
msgid "Defenders making progress"
|
|
136
132
|
msgstr ""
|
|
137
133
|
|
|
138
|
-
#: sovtimer/views.py:
|
|
134
|
+
#: sovtimer/views.py:155
|
|
139
135
|
msgid "Attackers making progress"
|
|
140
136
|
msgstr ""
|
|
137
|
+
|
|
138
|
+
#: sovtimer/views.py:159
|
|
139
|
+
msgid "Neither side has made any progress yet"
|
|
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-
|
|
9
|
+
"POT-Creation-Date: 2025-12-02 08:28+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"
|
|
@@ -17,45 +17,45 @@ msgstr ""
|
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
18
18
|
"X-Generator: Weblate 5.14.3\n"
|
|
19
19
|
|
|
20
|
-
#: sovtimer/__init__.py:10 sovtimer/models.py:
|
|
20
|
+
#: sovtimer/__init__.py:10 sovtimer/models.py:33
|
|
21
21
|
#: sovtimer/templates/sovtimer/base.html:7
|
|
22
22
|
#: sovtimer/templates/sovtimer/base.html:11
|
|
23
23
|
msgid "Sovereignty Timer"
|
|
24
24
|
msgstr "Souveränitäts-Timer"
|
|
25
25
|
|
|
26
|
-
#: sovtimer/models.py:
|
|
26
|
+
#: sovtimer/models.py:36
|
|
27
27
|
msgid "Can access the Sovereignty Timer module"
|
|
28
28
|
msgstr "Kann das Souveränitäts-Timer Modul nutzen"
|
|
29
29
|
|
|
30
|
-
#: sovtimer/models.py:
|
|
30
|
+
#: sovtimer/models.py:73
|
|
31
31
|
msgid "Sovereignty structure"
|
|
32
32
|
msgstr "Souveränitäts-Struktur"
|
|
33
33
|
|
|
34
|
-
#: sovtimer/models.py:
|
|
34
|
+
#: sovtimer/models.py:74
|
|
35
35
|
msgid "Sovereignty structures"
|
|
36
36
|
msgstr "Souveränitäts-Strukturen"
|
|
37
37
|
|
|
38
|
-
#: sovtimer/models.py:
|
|
38
|
+
#: sovtimer/models.py:116
|
|
39
39
|
msgid "Sov Hub defense"
|
|
40
40
|
msgstr "Sov Hub Verteidigung"
|
|
41
41
|
|
|
42
|
-
#: sovtimer/models.py:
|
|
42
|
+
#: sovtimer/models.py:117
|
|
43
43
|
msgid "TCU defense"
|
|
44
44
|
msgstr "TCU Verteidigung"
|
|
45
45
|
|
|
46
|
-
#: sovtimer/models.py:
|
|
46
|
+
#: sovtimer/models.py:143
|
|
47
47
|
msgid "Sovereignty campaign"
|
|
48
48
|
msgstr "Souveränitäts-Kampagne"
|
|
49
49
|
|
|
50
|
-
#: sovtimer/models.py:
|
|
50
|
+
#: sovtimer/models.py:144
|
|
51
51
|
msgid "Sovereignty campaigns"
|
|
52
52
|
msgstr "Souveränitäts-Kampagnen"
|
|
53
53
|
|
|
54
|
-
#: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:
|
|
54
|
+
#: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:147
|
|
55
55
|
msgid "Yes"
|
|
56
56
|
msgstr "Ja"
|
|
57
57
|
|
|
58
|
-
#: sovtimer/templates/sovtimer/dashboard.html:16 sovtimer/views.py:
|
|
58
|
+
#: sovtimer/templates/sovtimer/dashboard.html:16 sovtimer/views.py:140
|
|
59
59
|
msgid "No"
|
|
60
60
|
msgstr "Nein"
|
|
61
61
|
|
|
@@ -127,18 +127,18 @@ 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:
|
|
131
|
-
msgid "Neither side has made any progress yet"
|
|
132
|
-
msgstr "Keine Seite hat bisher Fortschritte gemacht"
|
|
133
|
-
|
|
134
|
-
#: sovtimer/views.py:178
|
|
130
|
+
#: sovtimer/views.py:151
|
|
135
131
|
msgid "Defenders making progress"
|
|
136
132
|
msgstr "Verteidiger machen Fortschritte"
|
|
137
133
|
|
|
138
|
-
#: sovtimer/views.py:
|
|
134
|
+
#: sovtimer/views.py:155
|
|
139
135
|
msgid "Attackers making progress"
|
|
140
136
|
msgstr "Angreifer machen Fortschritte"
|
|
141
137
|
|
|
138
|
+
#: sovtimer/views.py:159
|
|
139
|
+
msgid "Neither side has made any progress yet"
|
|
140
|
+
msgstr "Keine Seite hat bisher Fortschritte gemacht"
|
|
141
|
+
|
|
142
142
|
#~ msgid "Type"
|
|
143
143
|
#~ msgstr "Typ"
|
|
144
144
|
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: AA Sov Timer 3.
|
|
9
|
+
"Project-Id-Version: AA Sov Timer 3.3.0\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
11
|
-
"POT-Creation-Date: 2025-
|
|
11
|
+
"POT-Creation-Date: 2025-12-02 08:28+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"
|
|
@@ -17,45 +17,45 @@ msgstr ""
|
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
19
|
|
|
20
|
-
#: sovtimer/__init__.py:10 sovtimer/models.py:
|
|
20
|
+
#: sovtimer/__init__.py:10 sovtimer/models.py:33
|
|
21
21
|
#: sovtimer/templates/sovtimer/base.html:7
|
|
22
22
|
#: sovtimer/templates/sovtimer/base.html:11
|
|
23
23
|
msgid "Sovereignty Timer"
|
|
24
24
|
msgstr ""
|
|
25
25
|
|
|
26
|
-
#: sovtimer/models.py:
|
|
26
|
+
#: sovtimer/models.py:36
|
|
27
27
|
msgid "Can access the Sovereignty Timer module"
|
|
28
28
|
msgstr ""
|
|
29
29
|
|
|
30
|
-
#: sovtimer/models.py:
|
|
30
|
+
#: sovtimer/models.py:73
|
|
31
31
|
msgid "Sovereignty structure"
|
|
32
32
|
msgstr ""
|
|
33
33
|
|
|
34
|
-
#: sovtimer/models.py:
|
|
34
|
+
#: sovtimer/models.py:74
|
|
35
35
|
msgid "Sovereignty structures"
|
|
36
36
|
msgstr ""
|
|
37
37
|
|
|
38
|
-
#: sovtimer/models.py:
|
|
38
|
+
#: sovtimer/models.py:116
|
|
39
39
|
msgid "Sov Hub defense"
|
|
40
40
|
msgstr ""
|
|
41
41
|
|
|
42
|
-
#: sovtimer/models.py:
|
|
42
|
+
#: sovtimer/models.py:117
|
|
43
43
|
msgid "TCU defense"
|
|
44
44
|
msgstr ""
|
|
45
45
|
|
|
46
|
-
#: sovtimer/models.py:
|
|
46
|
+
#: sovtimer/models.py:143
|
|
47
47
|
msgid "Sovereignty campaign"
|
|
48
48
|
msgstr ""
|
|
49
49
|
|
|
50
|
-
#: sovtimer/models.py:
|
|
50
|
+
#: sovtimer/models.py:144
|
|
51
51
|
msgid "Sovereignty campaigns"
|
|
52
52
|
msgstr ""
|
|
53
53
|
|
|
54
|
-
#: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:
|
|
54
|
+
#: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:147
|
|
55
55
|
msgid "Yes"
|
|
56
56
|
msgstr ""
|
|
57
57
|
|
|
58
|
-
#: sovtimer/templates/sovtimer/dashboard.html:16 sovtimer/views.py:
|
|
58
|
+
#: sovtimer/templates/sovtimer/dashboard.html:16 sovtimer/views.py:140
|
|
59
59
|
msgid "No"
|
|
60
60
|
msgstr ""
|
|
61
61
|
|
|
@@ -131,14 +131,14 @@ msgstr ""
|
|
|
131
131
|
msgid "Join our team of translators!"
|
|
132
132
|
msgstr ""
|
|
133
133
|
|
|
134
|
-
#: sovtimer/views.py:
|
|
135
|
-
msgid "Neither side has made any progress yet"
|
|
136
|
-
msgstr ""
|
|
137
|
-
|
|
138
|
-
#: sovtimer/views.py:178
|
|
134
|
+
#: sovtimer/views.py:151
|
|
139
135
|
msgid "Defenders making progress"
|
|
140
136
|
msgstr ""
|
|
141
137
|
|
|
142
|
-
#: sovtimer/views.py:
|
|
138
|
+
#: sovtimer/views.py:155
|
|
143
139
|
msgid "Attackers making progress"
|
|
144
140
|
msgstr ""
|
|
141
|
+
|
|
142
|
+
#: sovtimer/views.py:159
|
|
143
|
+
msgid "Neither side has made any progress yet"
|
|
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-
|
|
10
|
+
"POT-Creation-Date: 2025-12-02 08:28+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"
|
|
@@ -18,53 +18,53 @@ msgstr ""
|
|
|
18
18
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
19
19
|
"X-Generator: Weblate 5.12.2\n"
|
|
20
20
|
|
|
21
|
-
#: sovtimer/__init__.py:10 sovtimer/models.py:
|
|
21
|
+
#: sovtimer/__init__.py:10 sovtimer/models.py:33
|
|
22
22
|
#: sovtimer/templates/sovtimer/base.html:7
|
|
23
23
|
#: sovtimer/templates/sovtimer/base.html:11
|
|
24
24
|
msgid "Sovereignty Timer"
|
|
25
25
|
msgstr "Temporizador de Soberanía"
|
|
26
26
|
|
|
27
|
-
#: sovtimer/models.py:
|
|
27
|
+
#: sovtimer/models.py:36
|
|
28
28
|
msgid "Can access the Sovereignty Timer module"
|
|
29
29
|
msgstr "Puede acceder al modulo temporizador de Soberanía"
|
|
30
30
|
|
|
31
|
-
#: sovtimer/models.py:
|
|
31
|
+
#: sovtimer/models.py:73
|
|
32
32
|
msgid "Sovereignty structure"
|
|
33
33
|
msgstr "Temporizador de Soberanía"
|
|
34
34
|
|
|
35
|
-
#: sovtimer/models.py:
|
|
35
|
+
#: sovtimer/models.py:74
|
|
36
36
|
#, fuzzy
|
|
37
37
|
#| msgid "Sovereignty Timers"
|
|
38
38
|
msgid "Sovereignty structures"
|
|
39
39
|
msgstr "Temporizadores de Soberanía"
|
|
40
40
|
|
|
41
|
-
#: sovtimer/models.py:
|
|
41
|
+
#: sovtimer/models.py:116
|
|
42
42
|
#, fuzzy
|
|
43
43
|
#| msgid "IHub Defense"
|
|
44
44
|
msgid "Sov Hub defense"
|
|
45
45
|
msgstr "Defensa del IHub"
|
|
46
46
|
|
|
47
|
-
#: sovtimer/models.py:
|
|
47
|
+
#: sovtimer/models.py:117
|
|
48
48
|
msgid "TCU defense"
|
|
49
49
|
msgstr "Defensa del TCU"
|
|
50
50
|
|
|
51
|
-
#: sovtimer/models.py:
|
|
51
|
+
#: sovtimer/models.py:143
|
|
52
52
|
#, fuzzy
|
|
53
53
|
#| msgid "Sovereignty Campaign List"
|
|
54
54
|
msgid "Sovereignty campaign"
|
|
55
55
|
msgstr "Lista de Campañas de Soberanía"
|
|
56
56
|
|
|
57
|
-
#: sovtimer/models.py:
|
|
57
|
+
#: sovtimer/models.py:144
|
|
58
58
|
#, fuzzy
|
|
59
59
|
#| msgid "Sovereignty Campaign List"
|
|
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:
|
|
63
|
+
#: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:147
|
|
64
64
|
msgid "Yes"
|
|
65
65
|
msgstr "Si"
|
|
66
66
|
|
|
67
|
-
#: sovtimer/templates/sovtimer/dashboard.html:16 sovtimer/views.py:
|
|
67
|
+
#: sovtimer/templates/sovtimer/dashboard.html:16 sovtimer/views.py:140
|
|
68
68
|
msgid "No"
|
|
69
69
|
msgstr "No"
|
|
70
70
|
|
|
@@ -138,18 +138,18 @@ 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:
|
|
142
|
-
msgid "Neither side has made any progress yet"
|
|
143
|
-
msgstr "Ninguna de las partes ha hecho ningún progreso todavía"
|
|
144
|
-
|
|
145
|
-
#: sovtimer/views.py:178
|
|
141
|
+
#: sovtimer/views.py:151
|
|
146
142
|
msgid "Defenders making progress"
|
|
147
143
|
msgstr "Progreso del Defensor"
|
|
148
144
|
|
|
149
|
-
#: sovtimer/views.py:
|
|
145
|
+
#: sovtimer/views.py:155
|
|
150
146
|
msgid "Attackers making progress"
|
|
151
147
|
msgstr "Progreso del Atacante"
|
|
152
148
|
|
|
149
|
+
#: sovtimer/views.py:159
|
|
150
|
+
msgid "Neither side has made any progress yet"
|
|
151
|
+
msgstr "Ninguna de las partes ha hecho ningún progreso todavía"
|
|
152
|
+
|
|
153
153
|
#~ msgid "Type"
|
|
154
154
|
#~ msgstr "Tipo"
|
|
155
155
|
|
|
@@ -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-
|
|
16
|
+
"POT-Creation-Date: 2025-12-02 08:28+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"
|
|
@@ -24,45 +24,45 @@ msgstr ""
|
|
|
24
24
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
|
25
25
|
"X-Generator: Weblate 5.13.3\n"
|
|
26
26
|
|
|
27
|
-
#: sovtimer/__init__.py:10 sovtimer/models.py:
|
|
27
|
+
#: sovtimer/__init__.py:10 sovtimer/models.py:33
|
|
28
28
|
#: sovtimer/templates/sovtimer/base.html:7
|
|
29
29
|
#: sovtimer/templates/sovtimer/base.html:11
|
|
30
30
|
msgid "Sovereignty Timer"
|
|
31
31
|
msgstr "Minuterie de souveraineté"
|
|
32
32
|
|
|
33
|
-
#: sovtimer/models.py:
|
|
33
|
+
#: sovtimer/models.py:36
|
|
34
34
|
msgid "Can access the Sovereignty Timer module"
|
|
35
35
|
msgstr "Peut accéder le module Minuterie de souveraineté"
|
|
36
36
|
|
|
37
|
-
#: sovtimer/models.py:
|
|
37
|
+
#: sovtimer/models.py:73
|
|
38
38
|
msgid "Sovereignty structure"
|
|
39
39
|
msgstr "Structure de souveraineté"
|
|
40
40
|
|
|
41
|
-
#: sovtimer/models.py:
|
|
41
|
+
#: sovtimer/models.py:74
|
|
42
42
|
msgid "Sovereignty structures"
|
|
43
43
|
msgstr "Structures de souveraineté"
|
|
44
44
|
|
|
45
|
-
#: sovtimer/models.py:
|
|
45
|
+
#: sovtimer/models.py:116
|
|
46
46
|
msgid "Sov Hub defense"
|
|
47
47
|
msgstr "Défense du hub de souveraineté"
|
|
48
48
|
|
|
49
|
-
#: sovtimer/models.py:
|
|
49
|
+
#: sovtimer/models.py:117
|
|
50
50
|
msgid "TCU defense"
|
|
51
51
|
msgstr ""
|
|
52
52
|
|
|
53
|
-
#: sovtimer/models.py:
|
|
53
|
+
#: sovtimer/models.py:143
|
|
54
54
|
msgid "Sovereignty campaign"
|
|
55
55
|
msgstr "Campagne de souveraineté"
|
|
56
56
|
|
|
57
|
-
#: sovtimer/models.py:
|
|
57
|
+
#: sovtimer/models.py:144
|
|
58
58
|
msgid "Sovereignty campaigns"
|
|
59
59
|
msgstr "Campagnes de souveraineté"
|
|
60
60
|
|
|
61
|
-
#: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:
|
|
61
|
+
#: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:147
|
|
62
62
|
msgid "Yes"
|
|
63
63
|
msgstr "Oui"
|
|
64
64
|
|
|
65
|
-
#: sovtimer/templates/sovtimer/dashboard.html:16 sovtimer/views.py:
|
|
65
|
+
#: sovtimer/templates/sovtimer/dashboard.html:16 sovtimer/views.py:140
|
|
66
66
|
msgid "No"
|
|
67
67
|
msgstr "Non"
|
|
68
68
|
|
|
@@ -134,18 +134,18 @@ 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:
|
|
138
|
-
msgid "Neither side has made any progress yet"
|
|
139
|
-
msgstr "Aucun camp n’a encore fait de progrès."
|
|
140
|
-
|
|
141
|
-
#: sovtimer/views.py:178
|
|
137
|
+
#: sovtimer/views.py:151
|
|
142
138
|
msgid "Defenders making progress"
|
|
143
139
|
msgstr "Les défenseurs progressent"
|
|
144
140
|
|
|
145
|
-
#: sovtimer/views.py:
|
|
141
|
+
#: sovtimer/views.py:155
|
|
146
142
|
msgid "Attackers making progress"
|
|
147
143
|
msgstr "Les attaquants progressent"
|
|
148
144
|
|
|
145
|
+
#: sovtimer/views.py:159
|
|
146
|
+
msgid "Neither side has made any progress yet"
|
|
147
|
+
msgstr "Aucun camp n’a encore fait de progrès."
|
|
148
|
+
|
|
149
149
|
#~ msgid "Type"
|
|
150
150
|
#~ msgstr "Type"
|
|
151
151
|
|
|
@@ -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-
|
|
9
|
+
"POT-Creation-Date: 2025-12-02 08:28+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"
|
|
@@ -17,45 +17,45 @@ msgstr ""
|
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
18
18
|
"X-Generator: Weblate 5.9.2\n"
|
|
19
19
|
|
|
20
|
-
#: sovtimer/__init__.py:10 sovtimer/models.py:
|
|
20
|
+
#: sovtimer/__init__.py:10 sovtimer/models.py:33
|
|
21
21
|
#: sovtimer/templates/sovtimer/base.html:7
|
|
22
22
|
#: sovtimer/templates/sovtimer/base.html:11
|
|
23
23
|
msgid "Sovereignty Timer"
|
|
24
24
|
msgstr ""
|
|
25
25
|
|
|
26
|
-
#: sovtimer/models.py:
|
|
26
|
+
#: sovtimer/models.py:36
|
|
27
27
|
msgid "Can access the Sovereignty Timer module"
|
|
28
28
|
msgstr ""
|
|
29
29
|
|
|
30
|
-
#: sovtimer/models.py:
|
|
30
|
+
#: sovtimer/models.py:73
|
|
31
31
|
msgid "Sovereignty structure"
|
|
32
32
|
msgstr ""
|
|
33
33
|
|
|
34
|
-
#: sovtimer/models.py:
|
|
34
|
+
#: sovtimer/models.py:74
|
|
35
35
|
msgid "Sovereignty structures"
|
|
36
36
|
msgstr ""
|
|
37
37
|
|
|
38
|
-
#: sovtimer/models.py:
|
|
38
|
+
#: sovtimer/models.py:116
|
|
39
39
|
msgid "Sov Hub defense"
|
|
40
40
|
msgstr ""
|
|
41
41
|
|
|
42
|
-
#: sovtimer/models.py:
|
|
42
|
+
#: sovtimer/models.py:117
|
|
43
43
|
msgid "TCU defense"
|
|
44
44
|
msgstr ""
|
|
45
45
|
|
|
46
|
-
#: sovtimer/models.py:
|
|
46
|
+
#: sovtimer/models.py:143
|
|
47
47
|
msgid "Sovereignty campaign"
|
|
48
48
|
msgstr ""
|
|
49
49
|
|
|
50
|
-
#: sovtimer/models.py:
|
|
50
|
+
#: sovtimer/models.py:144
|
|
51
51
|
msgid "Sovereignty campaigns"
|
|
52
52
|
msgstr ""
|
|
53
53
|
|
|
54
|
-
#: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:
|
|
54
|
+
#: sovtimer/templates/sovtimer/dashboard.html:15 sovtimer/views.py:147
|
|
55
55
|
msgid "Yes"
|
|
56
56
|
msgstr ""
|
|
57
57
|
|
|
58
|
-
#: sovtimer/templates/sovtimer/dashboard.html:16 sovtimer/views.py:
|
|
58
|
+
#: sovtimer/templates/sovtimer/dashboard.html:16 sovtimer/views.py:140
|
|
59
59
|
msgid "No"
|
|
60
60
|
msgstr ""
|
|
61
61
|
|
|
@@ -127,17 +127,17 @@ msgstr ""
|
|
|
127
127
|
msgid "Join our team of translators!"
|
|
128
128
|
msgstr ""
|
|
129
129
|
|
|
130
|
-
#: sovtimer/views.py:
|
|
131
|
-
msgid "Neither side has made any progress yet"
|
|
132
|
-
msgstr ""
|
|
133
|
-
|
|
134
|
-
#: sovtimer/views.py:178
|
|
130
|
+
#: sovtimer/views.py:151
|
|
135
131
|
msgid "Defenders making progress"
|
|
136
132
|
msgstr ""
|
|
137
133
|
|
|
138
|
-
#: sovtimer/views.py:
|
|
134
|
+
#: sovtimer/views.py:155
|
|
139
135
|
msgid "Attackers making progress"
|
|
140
136
|
msgstr ""
|
|
141
137
|
|
|
138
|
+
#: sovtimer/views.py:159
|
|
139
|
+
msgid "Neither side has made any progress yet"
|
|
140
|
+
msgstr ""
|
|
141
|
+
|
|
142
142
|
#~ msgid "Sovereignty Timers"
|
|
143
143
|
#~ msgstr "Timer Sovranità"
|
|
Binary file
|