aa-sov-timer 4.1.0__tar.gz → 4.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.
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/PKG-INFO +5 -5
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/README.md +4 -4
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/__init__.py +1 -1
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/cs_CZ/LC_MESSAGES/django.po +9 -9
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/de/LC_MESSAGES/django.po +9 -9
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/django.pot +10 -10
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/es/LC_MESSAGES/django.po +9 -9
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/fr_FR/LC_MESSAGES/django.po +9 -9
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/it_IT/LC_MESSAGES/django.po +9 -9
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/ja/LC_MESSAGES/django.po +9 -9
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/ko_KR/LC_MESSAGES/django.po +9 -9
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/nl_NL/LC_MESSAGES/django.po +9 -9
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/pl_PL/LC_MESSAGES/django.po +9 -9
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/ru/LC_MESSAGES/django.po +9 -9
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/sk/LC_MESSAGES/django.po +9 -9
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/uk/LC_MESSAGES/django.po +9 -9
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/zh_Hans/LC_MESSAGES/django.po +9 -9
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/models.py +5 -4
- aa_sov_timer-4.2.0/sovtimer/providers/__init__.py +3 -0
- aa_sov_timer-4.2.0/sovtimer/providers/applogger.py +44 -0
- aa_sov_timer-4.1.0/sovtimer/providers.py → aa_sov_timer-4.2.0/sovtimer/providers/esi.py +3 -42
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/static/sovtimer/js/aa-sov-timer.js +1 -1
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/tasks.py +3 -4
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/tests/test_providers.py +29 -75
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/views.py +2 -3
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/.gitignore +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/LICENSE +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/pyproject.toml +2 -2
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/app_settings.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/apps.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/auth_hooks.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/constants.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/.gitkeep +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/de/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/es/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/it_IT/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/ja/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/ru/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/sk/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/uk/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/management/commands/__init__.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/management/commands/sovtimer_load_initial_data.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/migrations/0001_initial.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/migrations/0001_initialize.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/migrations/0002_aasovtimercampaigns_aasovtimerstructures.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/migrations/0002_remove_sovereigntystructure_structure_type_id.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/migrations/0003_auto_20201113_1033.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/migrations/0004_auto_20201113_1856.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/migrations/0005_auto_20201114_0720.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/migrations/0006_rename_models.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/migrations/0007_cleanup_models.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/migrations/0008_fix_campaign_attackers_score.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/migrations/0009_alter_campaign_options_and_more.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/migrations/0010_alter_campaign_event_type.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/migrations/0011_alliance_alter_campaign_event_type_and_more.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/migrations/__init__.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/static/sovtimer/css/aa-sov-timer.css +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/static/sovtimer/css/aa-sov-timer.min.css +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/static/sovtimer/css/aa-sov-timer.min.css.map +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/static/sovtimer/font/materialicons/v143/MaterialIcons-Regular.woff2 +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/static/sovtimer/font/materialicons/v143/README.md +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/static/sovtimer/images/zkillboard.png +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/static/sovtimer/js/aa-sov-timer.min.js +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/static/sovtimer/js/aa-sov-timer.min.js.map +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/templates/sovtimer/base.html +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/templates/sovtimer/bundles/aa-sov-timer-css.html +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/templates/sovtimer/bundles/aa-sov-timer-js.html +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/templates/sovtimer/dashboard.html +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/templates/sovtimer/partials/common/spinner.html +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/templates/sovtimer/partials/dashboard/table.html +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/templates/sovtimer/partials/footer/app-translation-footer.html +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/tests/__init__.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/tests/test_app_settings.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/tests/test_auth_hooks.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/tests/test_models.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/tests/test_tasks.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/tests/test_user_agent.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.2.0}/sovtimer/tests/test_views.py +0 -0
- {aa_sov_timer-4.1.0 → aa_sov_timer-4.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: 4.
|
|
3
|
+
Version: 4.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
|
|
@@ -804,7 +804,7 @@ Make sure you're in the virtual environment (venv) of your Alliance Auth install
|
|
|
804
804
|
Then install the latest version:
|
|
805
805
|
|
|
806
806
|
```shell
|
|
807
|
-
pip install aa-sov-timer==4.
|
|
807
|
+
pip install aa-sov-timer==4.2.0
|
|
808
808
|
```
|
|
809
809
|
|
|
810
810
|
#### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings"></a>
|
|
@@ -882,7 +882,7 @@ Once you have completed all previous steps, restart your AA supervisor service t
|
|
|
882
882
|
Add the app to your `conf/requirements.txt`:
|
|
883
883
|
|
|
884
884
|
```text
|
|
885
|
-
aa-sov-timer==4.
|
|
885
|
+
aa-sov-timer==4.2.0
|
|
886
886
|
```
|
|
887
887
|
|
|
888
888
|
#### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings-1"></a>
|
|
@@ -979,7 +979,7 @@ Then run the following commands from your AA project directory (the one that
|
|
|
979
979
|
contains `manage.py`).
|
|
980
980
|
|
|
981
981
|
```shell
|
|
982
|
-
pip install aa-sov-timer==4.
|
|
982
|
+
pip install aa-sov-timer==4.2.0
|
|
983
983
|
|
|
984
984
|
python manage.py collectstatic
|
|
985
985
|
python manage.py migrate
|
|
@@ -992,7 +992,7 @@ Finally, restart your AA supervisor service.
|
|
|
992
992
|
To update your existing installation of AA Sovereignty Timer, all you need to do is to update the respective line in your `conf/requirements.txt` file to the latest version.
|
|
993
993
|
|
|
994
994
|
```text
|
|
995
|
-
aa-sov-timer==4.
|
|
995
|
+
aa-sov-timer==4.2.0
|
|
996
996
|
```
|
|
997
997
|
|
|
998
998
|
Now rebuild your containers and restart them:
|
|
@@ -90,7 +90,7 @@ Make sure you're in the virtual environment (venv) of your Alliance Auth install
|
|
|
90
90
|
Then install the latest version:
|
|
91
91
|
|
|
92
92
|
```shell
|
|
93
|
-
pip install aa-sov-timer==4.
|
|
93
|
+
pip install aa-sov-timer==4.2.0
|
|
94
94
|
```
|
|
95
95
|
|
|
96
96
|
#### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings"></a>
|
|
@@ -168,7 +168,7 @@ Once you have completed all previous steps, restart your AA supervisor service t
|
|
|
168
168
|
Add the app to your `conf/requirements.txt`:
|
|
169
169
|
|
|
170
170
|
```text
|
|
171
|
-
aa-sov-timer==4.
|
|
171
|
+
aa-sov-timer==4.2.0
|
|
172
172
|
```
|
|
173
173
|
|
|
174
174
|
#### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings-1"></a>
|
|
@@ -265,7 +265,7 @@ Then run the following commands from your AA project directory (the one that
|
|
|
265
265
|
contains `manage.py`).
|
|
266
266
|
|
|
267
267
|
```shell
|
|
268
|
-
pip install aa-sov-timer==4.
|
|
268
|
+
pip install aa-sov-timer==4.2.0
|
|
269
269
|
|
|
270
270
|
python manage.py collectstatic
|
|
271
271
|
python manage.py migrate
|
|
@@ -278,7 +278,7 @@ Finally, restart your AA supervisor service.
|
|
|
278
278
|
To update your existing installation of AA Sovereignty Timer, all you need to do is to update the respective line in your `conf/requirements.txt` file to the latest version.
|
|
279
279
|
|
|
280
280
|
```text
|
|
281
|
-
aa-sov-timer==4.
|
|
281
|
+
aa-sov-timer==4.2.0
|
|
282
282
|
```
|
|
283
283
|
|
|
284
284
|
Now rebuild your containers and restart them:
|
|
@@ -6,7 +6,7 @@ msgid ""
|
|
|
6
6
|
msgstr ""
|
|
7
7
|
"Project-Id-Version: AA Sov Timer 2.2.1\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
9
|
-
"POT-Creation-Date: 2026-
|
|
9
|
+
"POT-Creation-Date: 2026-06-02 18:21+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"
|
|
@@ -35,23 +35,23 @@ msgstr ""
|
|
|
35
35
|
msgid "Alliances"
|
|
36
36
|
msgstr ""
|
|
37
37
|
|
|
38
|
-
#: sovtimer/models.py:
|
|
38
|
+
#: sovtimer/models.py:161
|
|
39
39
|
msgid "Sovereignty structure"
|
|
40
40
|
msgstr ""
|
|
41
41
|
|
|
42
|
-
#: sovtimer/models.py:
|
|
42
|
+
#: sovtimer/models.py:162
|
|
43
43
|
msgid "Sovereignty structures"
|
|
44
44
|
msgstr ""
|
|
45
45
|
|
|
46
|
-
#: sovtimer/models.py:
|
|
46
|
+
#: sovtimer/models.py:242
|
|
47
47
|
msgid "Sov Hub defense"
|
|
48
48
|
msgstr ""
|
|
49
49
|
|
|
50
|
-
#: sovtimer/models.py:
|
|
50
|
+
#: sovtimer/models.py:270
|
|
51
51
|
msgid "Sovereignty campaign"
|
|
52
52
|
msgstr ""
|
|
53
53
|
|
|
54
|
-
#: sovtimer/models.py:
|
|
54
|
+
#: sovtimer/models.py:271
|
|
55
55
|
msgid "Sovereignty campaigns"
|
|
56
56
|
msgstr ""
|
|
57
57
|
|
|
@@ -123,14 +123,14 @@ msgstr "Chceš pomoc s překladem této aplikace do tvého jazyka, nebo vylepši
|
|
|
123
123
|
msgid "Join our team of translators!"
|
|
124
124
|
msgstr "Připoj se k našemu týmu překladatelů!"
|
|
125
125
|
|
|
126
|
-
#: sovtimer/views.py:
|
|
126
|
+
#: sovtimer/views.py:147
|
|
127
127
|
msgid "Defenders making progress"
|
|
128
128
|
msgstr ""
|
|
129
129
|
|
|
130
|
-
#: sovtimer/views.py:
|
|
130
|
+
#: sovtimer/views.py:151
|
|
131
131
|
msgid "Attackers making progress"
|
|
132
132
|
msgstr ""
|
|
133
133
|
|
|
134
|
-
#: sovtimer/views.py:
|
|
134
|
+
#: sovtimer/views.py:155
|
|
135
135
|
msgid "Neither side has made any progress yet"
|
|
136
136
|
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: 2026-
|
|
9
|
+
"POT-Creation-Date: 2026-06-02 18:21+0200\n"
|
|
10
10
|
"PO-Revision-Date: 2026-05-19 14:58+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"
|
|
@@ -35,23 +35,23 @@ msgstr "Allianz"
|
|
|
35
35
|
msgid "Alliances"
|
|
36
36
|
msgstr "Allianzen"
|
|
37
37
|
|
|
38
|
-
#: sovtimer/models.py:
|
|
38
|
+
#: sovtimer/models.py:161
|
|
39
39
|
msgid "Sovereignty structure"
|
|
40
40
|
msgstr "Souveränitäts-Struktur"
|
|
41
41
|
|
|
42
|
-
#: sovtimer/models.py:
|
|
42
|
+
#: sovtimer/models.py:162
|
|
43
43
|
msgid "Sovereignty structures"
|
|
44
44
|
msgstr "Souveränitäts-Strukturen"
|
|
45
45
|
|
|
46
|
-
#: sovtimer/models.py:
|
|
46
|
+
#: sovtimer/models.py:242
|
|
47
47
|
msgid "Sov Hub defense"
|
|
48
48
|
msgstr "Sov Hub Verteidigung"
|
|
49
49
|
|
|
50
|
-
#: sovtimer/models.py:
|
|
50
|
+
#: sovtimer/models.py:270
|
|
51
51
|
msgid "Sovereignty campaign"
|
|
52
52
|
msgstr "Souveränitäts-Kampagne"
|
|
53
53
|
|
|
54
|
-
#: sovtimer/models.py:
|
|
54
|
+
#: sovtimer/models.py:271
|
|
55
55
|
msgid "Sovereignty campaigns"
|
|
56
56
|
msgstr "Souveränitäts-Kampagnen"
|
|
57
57
|
|
|
@@ -123,15 +123,15 @@ msgstr "Du möchtest helfen diese App in Deine Sprache zu übersetzen oder die b
|
|
|
123
123
|
msgid "Join our team of translators!"
|
|
124
124
|
msgstr "Tritt unserm Team von Übersetzern bei!"
|
|
125
125
|
|
|
126
|
-
#: sovtimer/views.py:
|
|
126
|
+
#: sovtimer/views.py:147
|
|
127
127
|
msgid "Defenders making progress"
|
|
128
128
|
msgstr "Verteidiger machen Fortschritte"
|
|
129
129
|
|
|
130
|
-
#: sovtimer/views.py:
|
|
130
|
+
#: sovtimer/views.py:151
|
|
131
131
|
msgid "Attackers making progress"
|
|
132
132
|
msgstr "Angreifer machen Fortschritte"
|
|
133
133
|
|
|
134
|
-
#: sovtimer/views.py:
|
|
134
|
+
#: sovtimer/views.py:155
|
|
135
135
|
msgid "Neither side has made any progress yet"
|
|
136
136
|
msgstr "Keine Seite hat bisher Fortschritte gemacht"
|
|
137
137
|
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: AA Sov Timer 4.
|
|
9
|
+
"Project-Id-Version: AA Sov Timer 4.2.0\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
11
|
-
"POT-Creation-Date: 2026-
|
|
11
|
+
"POT-Creation-Date: 2026-06-02 18:21+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"
|
|
@@ -35,23 +35,23 @@ msgstr ""
|
|
|
35
35
|
msgid "Alliances"
|
|
36
36
|
msgstr ""
|
|
37
37
|
|
|
38
|
-
#: sovtimer/models.py:
|
|
38
|
+
#: sovtimer/models.py:161
|
|
39
39
|
msgid "Sovereignty structure"
|
|
40
40
|
msgstr ""
|
|
41
41
|
|
|
42
|
-
#: sovtimer/models.py:
|
|
42
|
+
#: sovtimer/models.py:162
|
|
43
43
|
msgid "Sovereignty structures"
|
|
44
44
|
msgstr ""
|
|
45
45
|
|
|
46
|
-
#: sovtimer/models.py:
|
|
46
|
+
#: sovtimer/models.py:242
|
|
47
47
|
msgid "Sov Hub defense"
|
|
48
48
|
msgstr ""
|
|
49
49
|
|
|
50
|
-
#: sovtimer/models.py:
|
|
50
|
+
#: sovtimer/models.py:270
|
|
51
51
|
msgid "Sovereignty campaign"
|
|
52
52
|
msgstr ""
|
|
53
53
|
|
|
54
|
-
#: sovtimer/models.py:
|
|
54
|
+
#: sovtimer/models.py:271
|
|
55
55
|
msgid "Sovereignty campaigns"
|
|
56
56
|
msgstr ""
|
|
57
57
|
|
|
@@ -127,14 +127,14 @@ msgstr ""
|
|
|
127
127
|
msgid "Join our team of translators!"
|
|
128
128
|
msgstr ""
|
|
129
129
|
|
|
130
|
-
#: sovtimer/views.py:
|
|
130
|
+
#: sovtimer/views.py:147
|
|
131
131
|
msgid "Defenders making progress"
|
|
132
132
|
msgstr ""
|
|
133
133
|
|
|
134
|
-
#: sovtimer/views.py:
|
|
134
|
+
#: sovtimer/views.py:151
|
|
135
135
|
msgid "Attackers making progress"
|
|
136
136
|
msgstr ""
|
|
137
137
|
|
|
138
|
-
#: sovtimer/views.py:
|
|
138
|
+
#: sovtimer/views.py:155
|
|
139
139
|
msgid "Neither side has made any progress yet"
|
|
140
140
|
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: 2026-
|
|
10
|
+
"POT-Creation-Date: 2026-06-02 18:21+0200\n"
|
|
11
11
|
"PO-Revision-Date: 2025-07-29 20:18+0000\n"
|
|
12
12
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
13
13
|
"Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/es/>\n"
|
|
@@ -36,29 +36,29 @@ msgstr ""
|
|
|
36
36
|
msgid "Alliances"
|
|
37
37
|
msgstr ""
|
|
38
38
|
|
|
39
|
-
#: sovtimer/models.py:
|
|
39
|
+
#: sovtimer/models.py:161
|
|
40
40
|
msgid "Sovereignty structure"
|
|
41
41
|
msgstr "Temporizador de Soberanía"
|
|
42
42
|
|
|
43
|
-
#: sovtimer/models.py:
|
|
43
|
+
#: sovtimer/models.py:162
|
|
44
44
|
#, fuzzy
|
|
45
45
|
#| msgid "Sovereignty Timers"
|
|
46
46
|
msgid "Sovereignty structures"
|
|
47
47
|
msgstr "Temporizadores de Soberanía"
|
|
48
48
|
|
|
49
|
-
#: sovtimer/models.py:
|
|
49
|
+
#: sovtimer/models.py:242
|
|
50
50
|
#, fuzzy
|
|
51
51
|
#| msgid "IHub Defense"
|
|
52
52
|
msgid "Sov Hub defense"
|
|
53
53
|
msgstr "Defensa del IHub"
|
|
54
54
|
|
|
55
|
-
#: sovtimer/models.py:
|
|
55
|
+
#: sovtimer/models.py:270
|
|
56
56
|
#, fuzzy
|
|
57
57
|
#| msgid "Sovereignty Campaign List"
|
|
58
58
|
msgid "Sovereignty campaign"
|
|
59
59
|
msgstr "Lista de Campañas de Soberanía"
|
|
60
60
|
|
|
61
|
-
#: sovtimer/models.py:
|
|
61
|
+
#: sovtimer/models.py:271
|
|
62
62
|
#, fuzzy
|
|
63
63
|
#| msgid "Sovereignty Campaign List"
|
|
64
64
|
msgid "Sovereignty campaigns"
|
|
@@ -134,15 +134,15 @@ msgstr "¿Quieres ayudar a traducir esta aplicación a tu idioma o mejorar la tr
|
|
|
134
134
|
msgid "Join our team of translators!"
|
|
135
135
|
msgstr "¡Únete a nuestro equipo de traductores!"
|
|
136
136
|
|
|
137
|
-
#: sovtimer/views.py:
|
|
137
|
+
#: sovtimer/views.py:147
|
|
138
138
|
msgid "Defenders making progress"
|
|
139
139
|
msgstr "Progreso del Defensor"
|
|
140
140
|
|
|
141
|
-
#: sovtimer/views.py:
|
|
141
|
+
#: sovtimer/views.py:151
|
|
142
142
|
msgid "Attackers making progress"
|
|
143
143
|
msgstr "Progreso del Atacante"
|
|
144
144
|
|
|
145
|
-
#: sovtimer/views.py:
|
|
145
|
+
#: sovtimer/views.py:155
|
|
146
146
|
msgid "Neither side has made any progress yet"
|
|
147
147
|
msgstr "Ninguna de las partes ha hecho ningún progreso todavía"
|
|
148
148
|
|
|
@@ -13,7 +13,7 @@ msgid ""
|
|
|
13
13
|
msgstr ""
|
|
14
14
|
"Project-Id-Version: AA Sov Timer 2.2.1\n"
|
|
15
15
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
16
|
-
"POT-Creation-Date: 2026-
|
|
16
|
+
"POT-Creation-Date: 2026-06-02 18:21+0200\n"
|
|
17
17
|
"PO-Revision-Date: 2026-05-19 14:58+0000\n"
|
|
18
18
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
19
19
|
"Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/fr/>\n"
|
|
@@ -42,23 +42,23 @@ msgstr "Alliance"
|
|
|
42
42
|
msgid "Alliances"
|
|
43
43
|
msgstr ""
|
|
44
44
|
|
|
45
|
-
#: sovtimer/models.py:
|
|
45
|
+
#: sovtimer/models.py:161
|
|
46
46
|
msgid "Sovereignty structure"
|
|
47
47
|
msgstr "Structure de souveraineté"
|
|
48
48
|
|
|
49
|
-
#: sovtimer/models.py:
|
|
49
|
+
#: sovtimer/models.py:162
|
|
50
50
|
msgid "Sovereignty structures"
|
|
51
51
|
msgstr "Structures de souveraineté"
|
|
52
52
|
|
|
53
|
-
#: sovtimer/models.py:
|
|
53
|
+
#: sovtimer/models.py:242
|
|
54
54
|
msgid "Sov Hub defense"
|
|
55
55
|
msgstr "Défense du hub de souveraineté"
|
|
56
56
|
|
|
57
|
-
#: sovtimer/models.py:
|
|
57
|
+
#: sovtimer/models.py:270
|
|
58
58
|
msgid "Sovereignty campaign"
|
|
59
59
|
msgstr "Campagne de souveraineté"
|
|
60
60
|
|
|
61
|
-
#: sovtimer/models.py:
|
|
61
|
+
#: sovtimer/models.py:271
|
|
62
62
|
msgid "Sovereignty campaigns"
|
|
63
63
|
msgstr "Campagnes de souveraineté"
|
|
64
64
|
|
|
@@ -130,15 +130,15 @@ msgstr "Voulez-vous aider à traduire cette application dans votre langue ou am
|
|
|
130
130
|
msgid "Join our team of translators!"
|
|
131
131
|
msgstr "Rejoignez notre équipe de traducteurs !"
|
|
132
132
|
|
|
133
|
-
#: sovtimer/views.py:
|
|
133
|
+
#: sovtimer/views.py:147
|
|
134
134
|
msgid "Defenders making progress"
|
|
135
135
|
msgstr "Les défenseurs progressent"
|
|
136
136
|
|
|
137
|
-
#: sovtimer/views.py:
|
|
137
|
+
#: sovtimer/views.py:151
|
|
138
138
|
msgid "Attackers making progress"
|
|
139
139
|
msgstr "Les attaquants progressent"
|
|
140
140
|
|
|
141
|
-
#: sovtimer/views.py:
|
|
141
|
+
#: sovtimer/views.py:155
|
|
142
142
|
msgid "Neither side has made any progress yet"
|
|
143
143
|
msgstr "Aucun camp n’a encore fait de progrès."
|
|
144
144
|
|
|
@@ -7,7 +7,7 @@ msgid ""
|
|
|
7
7
|
msgstr ""
|
|
8
8
|
"Project-Id-Version: AA Sov Timer 2.2.1\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
10
|
-
"POT-Creation-Date: 2026-
|
|
10
|
+
"POT-Creation-Date: 2026-06-02 18:21+0200\n"
|
|
11
11
|
"PO-Revision-Date: 2026-04-07 17:48+0000\n"
|
|
12
12
|
"Last-Translator: Vlad Cocan <cfvlad@gmail.com>\n"
|
|
13
13
|
"Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/it/>\n"
|
|
@@ -36,23 +36,23 @@ msgstr ""
|
|
|
36
36
|
msgid "Alliances"
|
|
37
37
|
msgstr ""
|
|
38
38
|
|
|
39
|
-
#: sovtimer/models.py:
|
|
39
|
+
#: sovtimer/models.py:161
|
|
40
40
|
msgid "Sovereignty structure"
|
|
41
41
|
msgstr ""
|
|
42
42
|
|
|
43
|
-
#: sovtimer/models.py:
|
|
43
|
+
#: sovtimer/models.py:162
|
|
44
44
|
msgid "Sovereignty structures"
|
|
45
45
|
msgstr ""
|
|
46
46
|
|
|
47
|
-
#: sovtimer/models.py:
|
|
47
|
+
#: sovtimer/models.py:242
|
|
48
48
|
msgid "Sov Hub defense"
|
|
49
49
|
msgstr ""
|
|
50
50
|
|
|
51
|
-
#: sovtimer/models.py:
|
|
51
|
+
#: sovtimer/models.py:270
|
|
52
52
|
msgid "Sovereignty campaign"
|
|
53
53
|
msgstr ""
|
|
54
54
|
|
|
55
|
-
#: sovtimer/models.py:
|
|
55
|
+
#: sovtimer/models.py:271
|
|
56
56
|
msgid "Sovereignty campaigns"
|
|
57
57
|
msgstr ""
|
|
58
58
|
|
|
@@ -124,15 +124,15 @@ msgstr ""
|
|
|
124
124
|
msgid "Join our team of translators!"
|
|
125
125
|
msgstr ""
|
|
126
126
|
|
|
127
|
-
#: sovtimer/views.py:
|
|
127
|
+
#: sovtimer/views.py:147
|
|
128
128
|
msgid "Defenders making progress"
|
|
129
129
|
msgstr ""
|
|
130
130
|
|
|
131
|
-
#: sovtimer/views.py:
|
|
131
|
+
#: sovtimer/views.py:151
|
|
132
132
|
msgid "Attackers making progress"
|
|
133
133
|
msgstr ""
|
|
134
134
|
|
|
135
|
-
#: sovtimer/views.py:
|
|
135
|
+
#: sovtimer/views.py:155
|
|
136
136
|
msgid "Neither side has made any progress yet"
|
|
137
137
|
msgstr ""
|
|
138
138
|
|
|
@@ -8,7 +8,7 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: AA Sov Timer 2.2.1\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
11
|
-
"POT-Creation-Date: 2026-
|
|
11
|
+
"POT-Creation-Date: 2026-06-02 18:21+0200\n"
|
|
12
12
|
"PO-Revision-Date: 2026-03-22 19:23+0000\n"
|
|
13
13
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
14
14
|
"Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/ja/>\n"
|
|
@@ -37,23 +37,23 @@ msgstr "アライアンス"
|
|
|
37
37
|
msgid "Alliances"
|
|
38
38
|
msgstr ""
|
|
39
39
|
|
|
40
|
-
#: sovtimer/models.py:
|
|
40
|
+
#: sovtimer/models.py:161
|
|
41
41
|
msgid "Sovereignty structure"
|
|
42
42
|
msgstr "領有権ストラクチャ"
|
|
43
43
|
|
|
44
|
-
#: sovtimer/models.py:
|
|
44
|
+
#: sovtimer/models.py:162
|
|
45
45
|
msgid "Sovereignty structures"
|
|
46
46
|
msgstr "領有権ストラクチャ"
|
|
47
47
|
|
|
48
|
-
#: sovtimer/models.py:
|
|
48
|
+
#: sovtimer/models.py:242
|
|
49
49
|
msgid "Sov Hub defense"
|
|
50
50
|
msgstr "領有権ハブの防衛"
|
|
51
51
|
|
|
52
|
-
#: sovtimer/models.py:
|
|
52
|
+
#: sovtimer/models.py:270
|
|
53
53
|
msgid "Sovereignty campaign"
|
|
54
54
|
msgstr "領有権キャンペーン"
|
|
55
55
|
|
|
56
|
-
#: sovtimer/models.py:
|
|
56
|
+
#: sovtimer/models.py:271
|
|
57
57
|
msgid "Sovereignty campaigns"
|
|
58
58
|
msgstr "領有権キャンペーン"
|
|
59
59
|
|
|
@@ -125,15 +125,15 @@ msgstr "このアプリをあなたの言語に翻訳するお手伝いをした
|
|
|
125
125
|
msgid "Join our team of translators!"
|
|
126
126
|
msgstr "翻訳者チームに参加しましょう!"
|
|
127
127
|
|
|
128
|
-
#: sovtimer/views.py:
|
|
128
|
+
#: sovtimer/views.py:147
|
|
129
129
|
msgid "Defenders making progress"
|
|
130
130
|
msgstr "防衛側が進展中"
|
|
131
131
|
|
|
132
|
-
#: sovtimer/views.py:
|
|
132
|
+
#: sovtimer/views.py:151
|
|
133
133
|
msgid "Attackers making progress"
|
|
134
134
|
msgstr "攻撃側が進展中"
|
|
135
135
|
|
|
136
|
-
#: sovtimer/views.py:
|
|
136
|
+
#: sovtimer/views.py:155
|
|
137
137
|
msgid "Neither side has made any progress yet"
|
|
138
138
|
msgstr "両サイドとも未着手"
|
|
139
139
|
|
|
@@ -10,7 +10,7 @@ msgid ""
|
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: AA Sov Timer 2.2.1\n"
|
|
12
12
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
13
|
-
"POT-Creation-Date: 2026-
|
|
13
|
+
"POT-Creation-Date: 2026-06-02 18:21+0200\n"
|
|
14
14
|
"PO-Revision-Date: 2026-05-19 14:58+0000\n"
|
|
15
15
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
16
16
|
"Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/ko/>\n"
|
|
@@ -39,29 +39,29 @@ msgstr "얼라이언스"
|
|
|
39
39
|
msgid "Alliances"
|
|
40
40
|
msgstr ""
|
|
41
41
|
|
|
42
|
-
#: sovtimer/models.py:
|
|
42
|
+
#: sovtimer/models.py:161
|
|
43
43
|
#, fuzzy
|
|
44
44
|
#| msgid "Sovereignty Timer"
|
|
45
45
|
msgid "Sovereignty structure"
|
|
46
46
|
msgstr "소버린티 구조물"
|
|
47
47
|
|
|
48
|
-
#: sovtimer/models.py:
|
|
48
|
+
#: sovtimer/models.py:162
|
|
49
49
|
#, fuzzy
|
|
50
50
|
#| msgid "Sovereignty Timers"
|
|
51
51
|
msgid "Sovereignty structures"
|
|
52
52
|
msgstr "소버린티 타이머"
|
|
53
53
|
|
|
54
|
-
#: sovtimer/models.py:
|
|
54
|
+
#: sovtimer/models.py:242
|
|
55
55
|
#, fuzzy
|
|
56
56
|
#| msgid "IHub Defense"
|
|
57
57
|
msgid "Sov Hub defense"
|
|
58
58
|
msgstr "IHub 방어"
|
|
59
59
|
|
|
60
|
-
#: sovtimer/models.py:
|
|
60
|
+
#: sovtimer/models.py:270
|
|
61
61
|
msgid "Sovereignty campaign"
|
|
62
62
|
msgstr "소버린티 캠페인"
|
|
63
63
|
|
|
64
|
-
#: sovtimer/models.py:
|
|
64
|
+
#: sovtimer/models.py:271
|
|
65
65
|
#, fuzzy
|
|
66
66
|
#| msgid "Sovereignty Campaign List"
|
|
67
67
|
msgid "Sovereignty campaigns"
|
|
@@ -139,15 +139,15 @@ msgstr "이 앱을 번역하거나 기존 번역을 개선하고 싶으신가요
|
|
|
139
139
|
msgid "Join our team of translators!"
|
|
140
140
|
msgstr "번역가 팀에 참여하세요!"
|
|
141
141
|
|
|
142
|
-
#: sovtimer/views.py:
|
|
142
|
+
#: sovtimer/views.py:147
|
|
143
143
|
msgid "Defenders making progress"
|
|
144
144
|
msgstr "방어자 우세"
|
|
145
145
|
|
|
146
|
-
#: sovtimer/views.py:
|
|
146
|
+
#: sovtimer/views.py:151
|
|
147
147
|
msgid "Attackers making progress"
|
|
148
148
|
msgstr "공격자 우세"
|
|
149
149
|
|
|
150
|
-
#: sovtimer/views.py:
|
|
150
|
+
#: sovtimer/views.py:155
|
|
151
151
|
msgid "Neither side has made any progress yet"
|
|
152
152
|
msgstr "양 측 모두 진행하지 못하고 있습니다"
|
|
153
153
|
|
|
@@ -6,7 +6,7 @@ msgid ""
|
|
|
6
6
|
msgstr ""
|
|
7
7
|
"Project-Id-Version: AA Sov Timer 2.2.1\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
|
|
9
|
-
"POT-Creation-Date: 2026-
|
|
9
|
+
"POT-Creation-Date: 2026-06-02 18:21+0200\n"
|
|
10
10
|
"PO-Revision-Date: 2026-04-18 04:23+0000\n"
|
|
11
11
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
12
12
|
"Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/nl/>\n"
|
|
@@ -35,23 +35,23 @@ msgstr ""
|
|
|
35
35
|
msgid "Alliances"
|
|
36
36
|
msgstr ""
|
|
37
37
|
|
|
38
|
-
#: sovtimer/models.py:
|
|
38
|
+
#: sovtimer/models.py:161
|
|
39
39
|
msgid "Sovereignty structure"
|
|
40
40
|
msgstr ""
|
|
41
41
|
|
|
42
|
-
#: sovtimer/models.py:
|
|
42
|
+
#: sovtimer/models.py:162
|
|
43
43
|
msgid "Sovereignty structures"
|
|
44
44
|
msgstr ""
|
|
45
45
|
|
|
46
|
-
#: sovtimer/models.py:
|
|
46
|
+
#: sovtimer/models.py:242
|
|
47
47
|
msgid "Sov Hub defense"
|
|
48
48
|
msgstr ""
|
|
49
49
|
|
|
50
|
-
#: sovtimer/models.py:
|
|
50
|
+
#: sovtimer/models.py:270
|
|
51
51
|
msgid "Sovereignty campaign"
|
|
52
52
|
msgstr ""
|
|
53
53
|
|
|
54
|
-
#: sovtimer/models.py:
|
|
54
|
+
#: sovtimer/models.py:271
|
|
55
55
|
msgid "Sovereignty campaigns"
|
|
56
56
|
msgstr ""
|
|
57
57
|
|
|
@@ -123,14 +123,14 @@ msgstr ""
|
|
|
123
123
|
msgid "Join our team of translators!"
|
|
124
124
|
msgstr "Kom ons team van vertalers versterken!"
|
|
125
125
|
|
|
126
|
-
#: sovtimer/views.py:
|
|
126
|
+
#: sovtimer/views.py:147
|
|
127
127
|
msgid "Defenders making progress"
|
|
128
128
|
msgstr ""
|
|
129
129
|
|
|
130
|
-
#: sovtimer/views.py:
|
|
130
|
+
#: sovtimer/views.py:151
|
|
131
131
|
msgid "Attackers making progress"
|
|
132
132
|
msgstr ""
|
|
133
133
|
|
|
134
|
-
#: sovtimer/views.py:
|
|
134
|
+
#: sovtimer/views.py:155
|
|
135
135
|
msgid "Neither side has made any progress yet"
|
|
136
136
|
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: 2026-
|
|
9
|
+
"POT-Creation-Date: 2026-06-02 18:21+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"
|
|
@@ -35,23 +35,23 @@ msgstr ""
|
|
|
35
35
|
msgid "Alliances"
|
|
36
36
|
msgstr ""
|
|
37
37
|
|
|
38
|
-
#: sovtimer/models.py:
|
|
38
|
+
#: sovtimer/models.py:161
|
|
39
39
|
msgid "Sovereignty structure"
|
|
40
40
|
msgstr ""
|
|
41
41
|
|
|
42
|
-
#: sovtimer/models.py:
|
|
42
|
+
#: sovtimer/models.py:162
|
|
43
43
|
msgid "Sovereignty structures"
|
|
44
44
|
msgstr ""
|
|
45
45
|
|
|
46
|
-
#: sovtimer/models.py:
|
|
46
|
+
#: sovtimer/models.py:242
|
|
47
47
|
msgid "Sov Hub defense"
|
|
48
48
|
msgstr ""
|
|
49
49
|
|
|
50
|
-
#: sovtimer/models.py:
|
|
50
|
+
#: sovtimer/models.py:270
|
|
51
51
|
msgid "Sovereignty campaign"
|
|
52
52
|
msgstr ""
|
|
53
53
|
|
|
54
|
-
#: sovtimer/models.py:
|
|
54
|
+
#: sovtimer/models.py:271
|
|
55
55
|
msgid "Sovereignty campaigns"
|
|
56
56
|
msgstr ""
|
|
57
57
|
|
|
@@ -123,15 +123,15 @@ msgstr "Chciałbyś pomóc w tłumaczeniu tej apki na Twój język bądź popraw
|
|
|
123
123
|
msgid "Join our team of translators!"
|
|
124
124
|
msgstr "Dołącz do naszego zespołu tłumaczy!"
|
|
125
125
|
|
|
126
|
-
#: sovtimer/views.py:
|
|
126
|
+
#: sovtimer/views.py:147
|
|
127
127
|
msgid "Defenders making progress"
|
|
128
128
|
msgstr ""
|
|
129
129
|
|
|
130
|
-
#: sovtimer/views.py:
|
|
130
|
+
#: sovtimer/views.py:151
|
|
131
131
|
msgid "Attackers making progress"
|
|
132
132
|
msgstr ""
|
|
133
133
|
|
|
134
|
-
#: sovtimer/views.py:
|
|
134
|
+
#: sovtimer/views.py:155
|
|
135
135
|
msgid "Neither side has made any progress yet"
|
|
136
136
|
msgstr ""
|
|
137
137
|
|