aa-sov-timer 2.0.1__tar.gz → 2.1.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 (88) hide show
  1. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/PKG-INFO +3 -5
  2. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/pyproject.toml +10 -14
  3. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/__init__.py +1 -1
  4. aa_sov_timer-2.1.0/sovtimer/locale/cs/LC_MESSAGES/django.mo +0 -0
  5. aa_sov_timer-2.1.0/sovtimer/locale/cs/LC_MESSAGES/django.po +161 -0
  6. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/locale/de/LC_MESSAGES/django.mo +0 -0
  7. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/locale/de/LC_MESSAGES/django.po +7 -5
  8. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/locale/django.pot +2 -2
  9. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/locale/es/LC_MESSAGES/django.mo +0 -0
  10. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/locale/es/LC_MESSAGES/django.po +6 -6
  11. aa_sov_timer-2.1.0/sovtimer/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  12. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/locale/fr_FR/LC_MESSAGES/django.po +13 -11
  13. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  14. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/locale/it_IT/LC_MESSAGES/django.po +4 -4
  15. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/locale/ja/LC_MESSAGES/django.mo +0 -0
  16. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/locale/ja/LC_MESSAGES/django.po +5 -5
  17. aa_sov_timer-2.1.0/sovtimer/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  18. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/locale/ko_KR/LC_MESSAGES/django.po +16 -20
  19. aa_sov_timer-2.1.0/sovtimer/locale/nl/LC_MESSAGES/django.mo +0 -0
  20. aa_sov_timer-2.1.0/sovtimer/locale/nl/LC_MESSAGES/django.po +159 -0
  21. aa_sov_timer-2.1.0/sovtimer/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  22. aa_sov_timer-2.1.0/sovtimer/locale/pl_PL/LC_MESSAGES/django.po +161 -0
  23. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/locale/ru/LC_MESSAGES/django.mo +0 -0
  24. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/locale/ru/LC_MESSAGES/django.po +9 -7
  25. aa_sov_timer-2.1.0/sovtimer/locale/sk/LC_MESSAGES/django.mo +0 -0
  26. aa_sov_timer-2.1.0/sovtimer/locale/sk/LC_MESSAGES/django.po +160 -0
  27. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/locale/uk/LC_MESSAGES/django.mo +0 -0
  28. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/locale/uk/LC_MESSAGES/django.po +6 -6
  29. aa_sov_timer-2.1.0/sovtimer/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  30. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/locale/zh_Hans/LC_MESSAGES/django.po +13 -11
  31. aa_sov_timer-2.1.0/sovtimer/migrations/0010_alter_campaign_event_type.py +25 -0
  32. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/models.py +1 -1
  33. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/tests/utils.py +1 -2
  34. aa_sov_timer-2.0.1/sovtimer/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  35. aa_sov_timer-2.0.1/sovtimer/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  36. aa_sov_timer-2.0.1/sovtimer/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  37. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/.gitignore +0 -0
  38. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/LICENSE +0 -0
  39. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/README.md +0 -0
  40. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/apps.py +0 -0
  41. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/auth_hooks.py +0 -0
  42. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/constants.py +0 -0
  43. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/locale/.gitkeep +0 -0
  44. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/management/commands/__init__.py +0 -0
  45. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/management/commands/sovtimer_load_initial_data.py +0 -0
  46. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/migrations/0001_initial.py +0 -0
  47. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/migrations/0002_aasovtimercampaigns_aasovtimerstructures.py +0 -0
  48. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/migrations/0003_auto_20201113_1033.py +0 -0
  49. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/migrations/0004_auto_20201113_1856.py +0 -0
  50. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/migrations/0005_auto_20201114_0720.py +0 -0
  51. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/migrations/0006_rename_models.py +0 -0
  52. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/migrations/0007_cleanup_models.py +0 -0
  53. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/migrations/0008_fix_campaign_attackers_score.py +0 -0
  54. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/migrations/0009_alter_campaign_options_and_more.py +0 -0
  55. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/migrations/__init__.py +0 -0
  56. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/providers.py +0 -0
  57. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/static/sovtimer/css/aa-sov-timer.css +0 -0
  58. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/static/sovtimer/css/aa-sov-timer.min.css +0 -0
  59. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/static/sovtimer/css/aa-sov-timer.min.css.map +0 -0
  60. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/static/sovtimer/font/materialicons/v103/MaterialIcons-Regular.codepoints +0 -0
  61. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/static/sovtimer/font/materialicons/v103/MaterialIcons-Regular.ttf +0 -0
  62. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/static/sovtimer/font/materialicons/v103/MaterialIcons-Regular.woff2 +0 -0
  63. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/static/sovtimer/font/materialicons/v103/README.md +0 -0
  64. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/static/sovtimer/images/zkillboard.png +0 -0
  65. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/static/sovtimer/js/aa-sov-timer.js +0 -0
  66. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/static/sovtimer/js/aa-sov-timer.min.js +0 -0
  67. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/static/sovtimer/js/aa-sov-timer.min.js.map +0 -0
  68. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/tasks.py +0 -0
  69. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/templates/sovtimer/base.html +0 -0
  70. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/templates/sovtimer/bundles/aa-sov-timer-css.html +0 -0
  71. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/templates/sovtimer/bundles/aa-sov-timer-js.html +0 -0
  72. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/templates/sovtimer/dashboard.html +0 -0
  73. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/templates/sovtimer/partials/dashboard/table.html +0 -0
  74. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/templates/sovtimer/partials/footer/app-translation-footer.html +0 -0
  75. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/templates/sovtimer/partials/header/h1.html +0 -0
  76. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/templatetags/__init__.py +0 -0
  77. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/templatetags/sovtimer.py +0 -0
  78. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/tests/__init__.py +0 -0
  79. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/tests/fixtures/allianceauth.json +0 -0
  80. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/tests/fixtures/load_allianceauth.py +0 -0
  81. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/tests/fixtures/load_sovtimer.py +0 -0
  82. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/tests/fixtures/sovtimer.json +0 -0
  83. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/tests/fixtures/utils.py +0 -0
  84. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/tests/test_ajax_calls.py +0 -0
  85. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/tests/test_integration.py +0 -0
  86. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/tests/test_templatetags.py +0 -0
  87. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/urls.py +0 -0
  88. {aa_sov_timer-2.0.1 → aa_sov_timer-2.1.0}/sovtimer/views.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aa-sov-timer
3
- Version: 2.0.1
3
+ Version: 2.1.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: Documentation, https://github.com/ppfeufer/aa-sov-timer/blob/master/README.md
@@ -693,16 +693,14 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
693
693
  Classifier: Operating System :: OS Independent
694
694
  Classifier: Programming Language :: Python
695
695
  Classifier: Programming Language :: Python :: 3 :: Only
696
- Classifier: Programming Language :: Python :: 3.8
697
- Classifier: Programming Language :: Python :: 3.9
698
696
  Classifier: Programming Language :: Python :: 3.10
699
697
  Classifier: Programming Language :: Python :: 3.11
700
698
  Classifier: Programming Language :: Python :: 3.12
701
699
  Classifier: Topic :: Internet :: WWW/HTTP
702
700
  Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
703
- Requires-Python: >=3.8
701
+ Requires-Python: >=3.10
704
702
  Requires-Dist: allianceauth-app-utils>=1.25
705
- Requires-Dist: allianceauth<5.0.0,>=4
703
+ Requires-Dist: allianceauth<5,>=4
706
704
  Requires-Dist: django-eveuniverse>=1.5.4
707
705
  Provides-Extra: tests-allianceauth-latest
708
706
  Requires-Dist: coverage; extra == 'tests-allianceauth-latest'
@@ -14,11 +14,11 @@ keywords = [
14
14
  "sovereignty_timer",
15
15
  "timerboard",
16
16
  ]
17
- license = {file = "LICENSE"}
17
+ license = { file = "LICENSE" }
18
18
  authors = [
19
19
  { name = "Peter Pfeufer", email = "develop@ppfeufer.de" },
20
20
  ]
21
- requires-python = ">=3.8"
21
+ requires-python = ">=3.10"
22
22
  classifiers = [
23
23
  "Environment :: Web Environment",
24
24
  "Framework :: Django",
@@ -28,8 +28,6 @@ classifiers = [
28
28
  "Operating System :: OS Independent",
29
29
  "Programming Language :: Python",
30
30
  "Programming Language :: Python :: 3 :: Only",
31
- "Programming Language :: Python :: 3.8",
32
- "Programming Language :: Python :: 3.9",
33
31
  "Programming Language :: Python :: 3.10",
34
32
  "Programming Language :: Python :: 3.11",
35
33
  "Programming Language :: Python :: 3.12",
@@ -40,22 +38,20 @@ dynamic = [
40
38
  "version",
41
39
  ]
42
40
  dependencies = [
43
- "allianceauth<5.0.0,>=4",
41
+ "allianceauth<5,>=4",
44
42
  "allianceauth-app-utils>=1.25",
45
43
  "django-eveuniverse>=1.5.4",
46
44
  ]
47
- [project.optional-dependencies]
48
- tests-allianceauth-latest = [
45
+ optional-dependencies.tests-allianceauth-latest = [
49
46
  "coverage",
50
47
  "django-webtest",
51
48
  ]
52
- [project.urls]
53
- Changelog = "https://github.com/ppfeufer/aa-sov-timer/blob/master/CHANGELOG.md"
54
- Documentation = "https://github.com/ppfeufer/aa-sov-timer/blob/master/README.md"
55
- Donations = "https://ko-fi.com/ppfeufer"
56
- Homepage = "https://github.com/ppfeufer/aa-sov-timer"
57
- Source = "https://github.com/ppfeufer/aa-sov-timer.git"
58
- Tracker = "https://github.com/ppfeufer/aa-sov-timer/issues"
49
+ urls.Changelog = "https://github.com/ppfeufer/aa-sov-timer/blob/master/CHANGELOG.md"
50
+ urls.Documentation = "https://github.com/ppfeufer/aa-sov-timer/blob/master/README.md"
51
+ urls.Donations = "https://ko-fi.com/ppfeufer"
52
+ urls.Homepage = "https://github.com/ppfeufer/aa-sov-timer"
53
+ urls.Source = "https://github.com/ppfeufer/aa-sov-timer.git"
54
+ urls.Tracker = "https://github.com/ppfeufer/aa-sov-timer/issues"
59
55
 
60
56
  [tool.hatch.build]
61
57
  include = [
@@ -5,5 +5,5 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.0.1"
8
+ __version__ = "2.1.0"
9
9
  __title__ = _("Sovereignty Timers")
@@ -0,0 +1,161 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # Dadas Aideron <dadas.aideron@gmail.com>, 2024.
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: PACKAGE VERSION\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2024-07-16 08:11+0200\n"
10
+ "PO-Revision-Date: 2024-07-10 14:26+0000\n"
11
+ "Last-Translator: Dadas Aideron <dadas.aideron@gmail.com>\n"
12
+ "Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
+ "apps/aa-sov-timer/cs/>\n"
14
+ "Language: cs\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
19
+ "<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
20
+ "X-Generator: Weblate 5.6.2\n"
21
+
22
+ #: sovtimer/__init__.py:9
23
+ msgid "Sovereignty Timers"
24
+ msgstr ""
25
+
26
+ #: sovtimer/apps.py:20
27
+ #, python-brace-format
28
+ msgid "Sovereignty Timer v{__version__}"
29
+ msgstr ""
30
+
31
+ #: sovtimer/models.py:33 sovtimer/templates/sovtimer/base.html:6
32
+ #: sovtimer/templates/sovtimer/base.html:10
33
+ msgid "Sovereignty Timer"
34
+ msgstr ""
35
+
36
+ #: sovtimer/models.py:36
37
+ msgid "Can access the Sovereignty Timer module"
38
+ msgstr ""
39
+
40
+ #: sovtimer/models.py:73
41
+ msgid "Sovereignty structure"
42
+ msgstr ""
43
+
44
+ #: sovtimer/models.py:74
45
+ msgid "Sovereignty structures"
46
+ msgstr ""
47
+
48
+ #: sovtimer/models.py:111
49
+ msgid "Sov Hub defense"
50
+ msgstr ""
51
+
52
+ #: sovtimer/models.py:112
53
+ msgid "TCU defense"
54
+ msgstr ""
55
+
56
+ #: sovtimer/models.py:138
57
+ msgid "Sovereignty campaign"
58
+ msgstr ""
59
+
60
+ #: sovtimer/models.py:139
61
+ msgid "Sovereignty campaigns"
62
+ msgstr ""
63
+
64
+ #: sovtimer/templates/sovtimer/dashboard.html:15
65
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:27
66
+ msgid "System"
67
+ msgstr ""
68
+
69
+ #: sovtimer/templates/sovtimer/dashboard.html:16
70
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:28
71
+ msgid "Constellation"
72
+ msgstr ""
73
+
74
+ #: sovtimer/templates/sovtimer/dashboard.html:17
75
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:29
76
+ msgid "Region"
77
+ msgstr ""
78
+
79
+ #: sovtimer/templates/sovtimer/dashboard.html:18
80
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:30
81
+ msgid "Owner / Defender"
82
+ msgstr ""
83
+
84
+ #: sovtimer/templates/sovtimer/dashboard.html:19
85
+ msgid "Active campaign"
86
+ msgstr ""
87
+
88
+ #: sovtimer/templates/sovtimer/dashboard.html:20 sovtimer/views.py:161
89
+ msgid "Yes"
90
+ msgstr ""
91
+
92
+ #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:159
93
+ msgid "No"
94
+ msgstr ""
95
+
96
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:4
97
+ msgid ""
98
+ "The sovereignty timer list is automatically updated every 30 seconds. "
99
+ "Progress for any active campaigns will be shown as <i>Previous - Trend - "
100
+ "Current</i>."
101
+ msgstr ""
102
+
103
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:10
104
+ msgid "Sovereignty campaign list"
105
+ msgstr ""
106
+
107
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:16
108
+ msgid "Timers total:"
109
+ msgstr ""
110
+
111
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:17
112
+ msgid "Timers upcoming (< 4hrs):"
113
+ msgstr ""
114
+
115
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:18
116
+ msgid "Timers active:"
117
+ msgstr ""
118
+
119
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:26
120
+ msgid "Type"
121
+ msgstr ""
122
+
123
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:31
124
+ msgid "ADM"
125
+ msgstr ""
126
+
127
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:32
128
+ msgid "Start"
129
+ msgstr ""
130
+
131
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:33
132
+ msgid "Remaining"
133
+ msgstr ""
134
+
135
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:34
136
+ msgid "Progress"
137
+ msgstr ""
138
+
139
+ #: sovtimer/templates/sovtimer/partials/footer/app-translation-footer.html:5
140
+ msgid ""
141
+ "Do you want to help translate this app into your language or improve the "
142
+ "existing translation?"
143
+ msgstr ""
144
+ "Chceš pomoc s překladem této aplikace do tvého jazyka, nebo vylepšit "
145
+ "současný překlad?"
146
+
147
+ #: sovtimer/templates/sovtimer/partials/footer/app-translation-footer.html:8
148
+ msgid "Join our team of translators!"
149
+ msgstr "Připoj se k našemu týmu překladatelů!"
150
+
151
+ #: sovtimer/views.py:163
152
+ msgid "Neither side has made any progress yet"
153
+ msgstr ""
154
+
155
+ #: sovtimer/views.py:171
156
+ msgid "Defenders making progress"
157
+ msgstr ""
158
+
159
+ #: sovtimer/views.py:179
160
+ msgid "Attackers making progress"
161
+ msgstr ""
@@ -1,13 +1,13 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # "H. Peter Pfeufer" <info@ppfeufer.de>, 2023.
4
+ # "H. Peter Pfeufer" <info@ppfeufer.de>, 2023, 2024.
5
5
  msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2024-03-16 00:17+0100\n"
10
- "PO-Revision-Date: 2023-09-24 13:12+0000\n"
9
+ "POT-Creation-Date: 2024-07-16 08:11+0200\n"
10
+ "PO-Revision-Date: 2024-05-10 14:12+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
12
  "Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
13
  "apps/aa-sov-timer/de/>\n"
@@ -16,7 +16,7 @@ msgstr ""
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
17
  "Content-Transfer-Encoding: 8bit\n"
18
18
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
- "X-Generator: Weblate 5.0.2\n"
19
+ "X-Generator: Weblate 5.5.3\n"
20
20
 
21
21
  #: sovtimer/__init__.py:9
22
22
  msgid "Sovereignty Timers"
@@ -45,7 +45,9 @@ msgid "Sovereignty structures"
45
45
  msgstr "Souveränitäts-Strukturen"
46
46
 
47
47
  #: sovtimer/models.py:111
48
- msgid "IHub defense"
48
+ #, fuzzy
49
+ #| msgid "IHub defense"
50
+ msgid "Sov Hub defense"
49
51
  msgstr "IHub Verteidigung"
50
52
 
51
53
  #: sovtimer/models.py:112
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2024-03-16 00:17+0100\n"
11
+ "POT-Creation-Date: 2024-07-16 08:11+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"
@@ -44,7 +44,7 @@ msgid "Sovereignty structures"
44
44
  msgstr ""
45
45
 
46
46
  #: sovtimer/models.py:111
47
- msgid "IHub defense"
47
+ msgid "Sov Hub defense"
48
48
  msgstr ""
49
49
 
50
50
  #: sovtimer/models.py:112
@@ -1,14 +1,14 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # Zigor Fernandez Moreno <sietehierros@gmail.com>, 2023.
5
- # Peter Pfeufer <info@ppfeufer.de>, 2023.
4
+ # Zigor Fernandez Moreno <sietehierros@gmail.com>, 2023, 2024.
5
+ # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
6
6
  msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-03-16 00:17+0100\n"
11
- "PO-Revision-Date: 2023-09-24 13:12+0000\n"
10
+ "POT-Creation-Date: 2024-07-16 08:11+0200\n"
11
+ "PO-Revision-Date: 2024-05-10 14:12+0000\n"
12
12
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
13
13
  "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
14
  "apps/aa-sov-timer/es/>\n"
@@ -17,7 +17,7 @@ msgstr ""
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
- "X-Generator: Weblate 5.0.2\n"
20
+ "X-Generator: Weblate 5.5.3\n"
21
21
 
22
22
  #: sovtimer/__init__.py:9
23
23
  msgid "Sovereignty Timers"
@@ -54,7 +54,7 @@ msgstr "Temporizadores de Soberanía"
54
54
  #: sovtimer/models.py:111
55
55
  #, fuzzy
56
56
  #| msgid "IHub Defense"
57
- msgid "IHub defense"
57
+ msgid "Sov Hub defense"
58
58
  msgstr "Defensa del IHub"
59
59
 
60
60
  #: sovtimer/models.py:112
@@ -3,13 +3,15 @@
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
4
  # erka Ekanon <M6musicT@hotmail.fr>, 2024.
5
5
  # Peter Pfeufer <info@ppfeufer.de>, 2024.
6
+ # Matthias P <randomusernetcom@gmail.com>, 2024.
7
+ # Houbi_Houba <paul.lacape@live.fr>, 2024.
6
8
  msgid ""
7
9
  msgstr ""
8
10
  "Project-Id-Version: PACKAGE VERSION\n"
9
11
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-03-16 00:17+0100\n"
11
- "PO-Revision-Date: 2024-01-12 19:05+0000\n"
12
- "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
+ "POT-Creation-Date: 2024-07-16 08:11+0200\n"
13
+ "PO-Revision-Date: 2024-07-10 09:28+0000\n"
14
+ "Last-Translator: Houbi_Houba <paul.lacape@live.fr>\n"
13
15
  "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
16
  "apps/aa-sov-timer/fr/>\n"
15
17
  "Language: fr_FR\n"
@@ -17,21 +19,21 @@ msgstr ""
17
19
  "Content-Type: text/plain; charset=UTF-8\n"
18
20
  "Content-Transfer-Encoding: 8bit\n"
19
21
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
20
- "X-Generator: Weblate 5.3.1\n"
22
+ "X-Generator: Weblate 5.6.2\n"
21
23
 
22
24
  #: sovtimer/__init__.py:9
23
25
  msgid "Sovereignty Timers"
24
- msgstr ""
26
+ msgstr "Minuteries de souveraineté"
25
27
 
26
28
  #: sovtimer/apps.py:20
27
- #, python-brace-format
29
+ #, fuzzy, python-brace-format
28
30
  msgid "Sovereignty Timer v{__version__}"
29
- msgstr ""
31
+ msgstr "Sovereignty Timer v{__version__}"
30
32
 
31
33
  #: sovtimer/models.py:33 sovtimer/templates/sovtimer/base.html:6
32
34
  #: sovtimer/templates/sovtimer/base.html:10
33
35
  msgid "Sovereignty Timer"
34
- msgstr ""
36
+ msgstr "Minuterie de souveraineté"
35
37
 
36
38
  #: sovtimer/models.py:36
37
39
  msgid "Can access the Sovereignty Timer module"
@@ -46,7 +48,7 @@ msgid "Sovereignty structures"
46
48
  msgstr ""
47
49
 
48
50
  #: sovtimer/models.py:111
49
- msgid "IHub defense"
51
+ msgid "Sov Hub defense"
50
52
  msgstr ""
51
53
 
52
54
  #: sovtimer/models.py:112
@@ -64,7 +66,7 @@ msgstr ""
64
66
  #: sovtimer/templates/sovtimer/dashboard.html:15
65
67
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:27
66
68
  msgid "System"
67
- msgstr ""
69
+ msgstr "Système"
68
70
 
69
71
  #: sovtimer/templates/sovtimer/dashboard.html:16
70
72
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:28
@@ -118,7 +120,7 @@ msgstr ""
118
120
 
119
121
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:26
120
122
  msgid "Type"
121
- msgstr ""
123
+ msgstr "Type"
122
124
 
123
125
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:31
124
126
  msgid "ADM"
@@ -7,8 +7,8 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-03-16 00:17+0100\n"
11
- "PO-Revision-Date: 2023-09-24 13:12+0000\n"
10
+ "POT-Creation-Date: 2024-07-16 08:11+0200\n"
11
+ "PO-Revision-Date: 2024-05-10 14:12+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
14
  "apps/aa-sov-timer/it/>\n"
@@ -17,7 +17,7 @@ msgstr ""
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
- "X-Generator: Weblate 5.0.2\n"
20
+ "X-Generator: Weblate 5.5.3\n"
21
21
 
22
22
  #: sovtimer/__init__.py:9
23
23
  msgid "Sovereignty Timers"
@@ -46,7 +46,7 @@ msgid "Sovereignty structures"
46
46
  msgstr ""
47
47
 
48
48
  #: sovtimer/models.py:111
49
- msgid "IHub defense"
49
+ msgid "Sov Hub defense"
50
50
  msgstr ""
51
51
 
52
52
  #: sovtimer/models.py:112
@@ -1,13 +1,13 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # Peter Pfeufer <info@ppfeufer.de>, 2023.
4
+ # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
5
5
  msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2024-03-16 00:17+0100\n"
10
- "PO-Revision-Date: 2023-09-24 13:12+0000\n"
9
+ "POT-Creation-Date: 2024-07-16 08:11+0200\n"
10
+ "PO-Revision-Date: 2024-05-10 14:12+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
12
  "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
13
  "apps/aa-sov-timer/ja/>\n"
@@ -16,7 +16,7 @@ msgstr ""
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
17
  "Content-Transfer-Encoding: 8bit\n"
18
18
  "Plural-Forms: nplurals=1; plural=0;\n"
19
- "X-Generator: Weblate 5.0.2\n"
19
+ "X-Generator: Weblate 5.5.3\n"
20
20
 
21
21
  #: sovtimer/__init__.py:9
22
22
  msgid "Sovereignty Timers"
@@ -45,7 +45,7 @@ msgid "Sovereignty structures"
45
45
  msgstr ""
46
46
 
47
47
  #: sovtimer/models.py:111
48
- msgid "IHub defense"
48
+ msgid "Sov Hub defense"
49
49
  msgstr ""
50
50
 
51
51
  #: sovtimer/models.py:112
@@ -1,15 +1,17 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # Peter Pfeufer <info@ppfeufer.de>, 2023.
5
- # Author50CO <tkddlschry@gmail.com>, 2023.
4
+ # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
5
+ # Author50CO <tkddlschry@gmail.com>, 2023, 2024.
6
+ # Mind of the Raven <okanieva@gmail.com>, 2024.
7
+ # Rodpold Shard <rodpold@gmail.com>, 2024.
6
8
  msgid ""
7
9
  msgstr ""
8
10
  "Project-Id-Version: PACKAGE VERSION\n"
9
11
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-03-16 00:17+0100\n"
11
- "PO-Revision-Date: 2023-09-24 13:12+0000\n"
12
- "Last-Translator: Author50CO <tkddlschry@gmail.com>\n"
12
+ "POT-Creation-Date: 2024-07-16 08:11+0200\n"
13
+ "PO-Revision-Date: 2024-05-10 14:12+0000\n"
14
+ "Last-Translator: Mind of the Raven <okanieva@gmail.com>\n"
13
15
  "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
16
  "apps/aa-sov-timer/ko/>\n"
15
17
  "Language: ko_KR\n"
@@ -17,7 +19,7 @@ msgstr ""
17
19
  "Content-Type: text/plain; charset=UTF-8\n"
18
20
  "Content-Transfer-Encoding: 8bit\n"
19
21
  "Plural-Forms: nplurals=1; plural=0;\n"
20
- "X-Generator: Weblate 5.0.2\n"
22
+ "X-Generator: Weblate 5.5.3\n"
21
23
 
22
24
  #: sovtimer/__init__.py:9
23
25
  msgid "Sovereignty Timers"
@@ -34,16 +36,14 @@ msgid "Sovereignty Timer"
34
36
  msgstr "소버린티 타이머"
35
37
 
36
38
  #: sovtimer/models.py:36
37
- #, fuzzy
38
- #| msgid "Sovereignty Timer"
39
39
  msgid "Can access the Sovereignty Timer module"
40
- msgstr "소버린티 타이머"
40
+ msgstr "소버린티 타이머 모듈에 접근할 수 있는 권한"
41
41
 
42
42
  #: sovtimer/models.py:73
43
43
  #, fuzzy
44
44
  #| msgid "Sovereignty Timer"
45
45
  msgid "Sovereignty structure"
46
- msgstr "소버린티 타이머"
46
+ msgstr "소버린티 구조물"
47
47
 
48
48
  #: sovtimer/models.py:74
49
49
  #, fuzzy
@@ -54,7 +54,7 @@ msgstr "소버린티 타이머"
54
54
  #: sovtimer/models.py:111
55
55
  #, fuzzy
56
56
  #| msgid "IHub Defense"
57
- msgid "IHub defense"
57
+ msgid "Sov Hub defense"
58
58
  msgstr "IHub 방어"
59
59
 
60
60
  #: sovtimer/models.py:112
@@ -64,10 +64,8 @@ msgid "TCU defense"
64
64
  msgstr "TCU 방어"
65
65
 
66
66
  #: sovtimer/models.py:138
67
- #, fuzzy
68
- #| msgid "Sovereignty Campaign List"
69
67
  msgid "Sovereignty campaign"
70
- msgstr "소버린티 캠페인 목록"
68
+ msgstr "소버린티 캠페인"
71
69
 
72
70
  #: sovtimer/models.py:139
73
71
  #, fuzzy
@@ -78,17 +76,17 @@ msgstr "소버린티 캠페인 목록"
78
76
  #: sovtimer/templates/sovtimer/dashboard.html:15
79
77
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:27
80
78
  msgid "System"
81
- msgstr "성계"
79
+ msgstr "시스템"
82
80
 
83
81
  #: sovtimer/templates/sovtimer/dashboard.html:16
84
82
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:28
85
83
  msgid "Constellation"
86
- msgstr "성좌"
84
+ msgstr "컨스털레이션"
87
85
 
88
86
  #: sovtimer/templates/sovtimer/dashboard.html:17
89
87
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:29
90
88
  msgid "Region"
91
- msgstr "지역"
89
+ msgstr "리전"
92
90
 
93
91
  #: sovtimer/templates/sovtimer/dashboard.html:18
94
92
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:30
@@ -125,8 +123,6 @@ msgid "Sovereignty campaign list"
125
123
  msgstr "소버린티 캠페인 목록"
126
124
 
127
125
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:16
128
- #, fuzzy
129
- #| msgid "Timers Total:"
130
126
  msgid "Timers total:"
131
127
  msgstr "타이머 수:"
132
128
 
@@ -170,7 +166,7 @@ msgstr "이 앱을 번역하거나 기존 번역을 개선하고 싶으신가요
170
166
 
171
167
  #: sovtimer/templates/sovtimer/partials/footer/app-translation-footer.html:8
172
168
  msgid "Join our team of translators!"
173
- msgstr "번역가 팀에 참여하세요!"
169
+ msgstr "번역팀에 참여하세요!"
174
170
 
175
171
  #: sovtimer/views.py:163
176
172
  msgid "Neither side has made any progress yet"