aa-sov-timer 2.2.2__tar.gz → 2.2.3__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 (97) hide show
  1. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/PKG-INFO +1 -1
  2. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/__init__.py +1 -1
  3. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/cs_CZ/LC_MESSAGES/django.po +88 -19
  4. aa_sov_timer-2.2.3/sovtimer/locale/de/LC_MESSAGES/django.mo +0 -0
  5. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/de/LC_MESSAGES/django.po +92 -23
  6. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/django.pot +89 -20
  7. aa_sov_timer-2.2.3/sovtimer/locale/es/LC_MESSAGES/django.mo +0 -0
  8. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/es/LC_MESSAGES/django.po +91 -22
  9. aa_sov_timer-2.2.3/sovtimer/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  10. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/fr_FR/LC_MESSAGES/django.po +93 -24
  11. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/it_IT/LC_MESSAGES/django.po +88 -19
  12. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/ja/LC_MESSAGES/django.po +88 -19
  13. aa_sov_timer-2.2.3/sovtimer/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  14. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/ko_KR/LC_MESSAGES/django.po +93 -24
  15. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/nl_NL/LC_MESSAGES/django.po +88 -19
  16. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/pl_PL/LC_MESSAGES/django.po +88 -19
  17. aa_sov_timer-2.2.3/sovtimer/locale/ru/LC_MESSAGES/django.mo +0 -0
  18. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/ru/LC_MESSAGES/django.po +93 -24
  19. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/sk/LC_MESSAGES/django.po +88 -19
  20. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/uk/LC_MESSAGES/django.po +88 -19
  21. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/zh_Hans/LC_MESSAGES/django.po +88 -19
  22. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/static/sovtimer/css/aa-sov-timer.css +11 -2
  23. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/static/sovtimer/css/aa-sov-timer.min.css +1 -1
  24. aa_sov_timer-2.2.3/sovtimer/static/sovtimer/css/aa-sov-timer.min.css.map +1 -0
  25. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/static/sovtimer/js/aa-sov-timer.js +117 -16
  26. aa_sov_timer-2.2.3/sovtimer/static/sovtimer/js/aa-sov-timer.min.js +2 -0
  27. aa_sov_timer-2.2.3/sovtimer/static/sovtimer/js/aa-sov-timer.min.js.map +1 -0
  28. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/tasks.py +5 -0
  29. aa_sov_timer-2.2.3/sovtimer/templates/sovtimer/base.html +62 -0
  30. aa_sov_timer-2.2.3/sovtimer/templates/sovtimer/bundles/aa-sov-timer-css.html +8 -0
  31. aa_sov_timer-2.2.3/sovtimer/templates/sovtimer/bundles/aa-sov-timer-js.html +7 -0
  32. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/templates/sovtimer/dashboard.html +20 -16
  33. aa_sov_timer-2.2.3/sovtimer/templates/sovtimer/partials/dashboard/table.html +43 -0
  34. aa_sov_timer-2.2.2/sovtimer/locale/de/LC_MESSAGES/django.mo +0 -0
  35. aa_sov_timer-2.2.2/sovtimer/locale/es/LC_MESSAGES/django.mo +0 -0
  36. aa_sov_timer-2.2.2/sovtimer/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  37. aa_sov_timer-2.2.2/sovtimer/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  38. aa_sov_timer-2.2.2/sovtimer/locale/ru/LC_MESSAGES/django.mo +0 -0
  39. aa_sov_timer-2.2.2/sovtimer/static/sovtimer/css/aa-sov-timer.min.css.map +0 -1
  40. aa_sov_timer-2.2.2/sovtimer/static/sovtimer/js/aa-sov-timer.min.js +0 -2
  41. aa_sov_timer-2.2.2/sovtimer/static/sovtimer/js/aa-sov-timer.min.js.map +0 -1
  42. aa_sov_timer-2.2.2/sovtimer/templates/sovtimer/base.html +0 -27
  43. aa_sov_timer-2.2.2/sovtimer/templates/sovtimer/bundles/aa-sov-timer-css.html +0 -3
  44. aa_sov_timer-2.2.2/sovtimer/templates/sovtimer/bundles/aa-sov-timer-js.html +0 -3
  45. aa_sov_timer-2.2.2/sovtimer/templates/sovtimer/partials/dashboard/table.html +0 -41
  46. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/.gitignore +0 -0
  47. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/LICENSE +0 -0
  48. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/README.md +0 -0
  49. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/pyproject.toml +0 -0
  50. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/apps.py +0 -0
  51. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/auth_hooks.py +0 -0
  52. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/constants.py +0 -0
  53. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/.gitkeep +0 -0
  54. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  55. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  56. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/ja/LC_MESSAGES/django.mo +0 -0
  57. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
  58. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  59. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/sk/LC_MESSAGES/django.mo +0 -0
  60. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/uk/LC_MESSAGES/django.mo +0 -0
  61. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  62. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/management/commands/__init__.py +0 -0
  63. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/management/commands/sovtimer_load_initial_data.py +0 -0
  64. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/migrations/0001_initial.py +0 -0
  65. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/migrations/0002_aasovtimercampaigns_aasovtimerstructures.py +0 -0
  66. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/migrations/0003_auto_20201113_1033.py +0 -0
  67. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/migrations/0004_auto_20201113_1856.py +0 -0
  68. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/migrations/0005_auto_20201114_0720.py +0 -0
  69. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/migrations/0006_rename_models.py +0 -0
  70. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/migrations/0007_cleanup_models.py +0 -0
  71. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/migrations/0008_fix_campaign_attackers_score.py +0 -0
  72. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/migrations/0009_alter_campaign_options_and_more.py +0 -0
  73. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/migrations/0010_alter_campaign_event_type.py +0 -0
  74. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/migrations/__init__.py +0 -0
  75. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/models.py +0 -0
  76. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/providers.py +0 -0
  77. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/static/sovtimer/font/materialicons/v103/MaterialIcons-Regular.codepoints +0 -0
  78. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/static/sovtimer/font/materialicons/v103/MaterialIcons-Regular.ttf +0 -0
  79. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/static/sovtimer/font/materialicons/v103/MaterialIcons-Regular.woff2 +0 -0
  80. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/static/sovtimer/font/materialicons/v103/README.md +0 -0
  81. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/static/sovtimer/images/zkillboard.png +0 -0
  82. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/templates/sovtimer/partials/footer/app-translation-footer.html +0 -0
  83. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/templates/sovtimer/partials/header/h1.html +0 -0
  84. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/templatetags/__init__.py +0 -0
  85. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/templatetags/sovtimer.py +0 -0
  86. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/tests/__init__.py +0 -0
  87. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/tests/fixtures/allianceauth.json +0 -0
  88. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/tests/fixtures/load_allianceauth.py +0 -0
  89. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/tests/fixtures/load_sovtimer.py +0 -0
  90. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/tests/fixtures/sovtimer.json +0 -0
  91. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/tests/fixtures/utils.py +0 -0
  92. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/tests/test_ajax_calls.py +0 -0
  93. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/tests/test_integration.py +0 -0
  94. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/tests/test_templatetags.py +0 -0
  95. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/tests/utils.py +0 -0
  96. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/urls.py +0 -0
  97. {aa_sov_timer-2.2.2 → aa_sov_timer-2.2.3}/sovtimer/views.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aa-sov-timer
3
- Version: 2.2.2
3
+ Version: 2.2.3
4
4
  Summary: Sov Campaign Timer for Alliance Auth
5
5
  Project-URL: Changelog, https://github.com/ppfeufer/aa-sov-timer/blob/master/CHANGELOG.md
6
6
  Project-URL: Documentation, https://github.com/ppfeufer/aa-sov-timer/blob/master/README.md
@@ -5,5 +5,5 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.2.2"
8
+ __version__ = "2.2.3"
9
9
  __title__ = _("Sovereignty Timers")
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
9
- "POT-Creation-Date: 2024-12-14 18:46+0100\n"
9
+ "POT-Creation-Date: 2024-12-15 11:31+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-"
@@ -61,35 +61,108 @@ msgstr ""
61
61
  msgid "Sovereignty campaigns"
62
62
  msgstr ""
63
63
 
64
- #: sovtimer/templates/sovtimer/dashboard.html:15
64
+ #: sovtimer/templates/sovtimer/base.html:27
65
+ msgctxt "Decimal separator"
66
+ msgid "."
67
+ msgstr ""
68
+
69
+ #: sovtimer/templates/sovtimer/base.html:28
70
+ msgctxt "Thousands separator"
71
+ msgid ","
72
+ msgstr ""
73
+
74
+ #: sovtimer/templates/sovtimer/base.html:29
75
+ msgid "No data available in this table"
76
+ msgstr ""
77
+
78
+ #: sovtimer/templates/sovtimer/base.html:30
79
+ msgctxt "Keep _END_ as it is. It will be replaced by a number."
80
+ msgid "Showing _END_ entries"
81
+ msgstr ""
82
+
83
+ #: sovtimer/templates/sovtimer/base.html:31
84
+ msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
85
+ msgid "(filtered from _MAX_ total entries)"
86
+ msgstr ""
87
+
88
+ #: sovtimer/templates/sovtimer/base.html:32
89
+ msgid "No records available"
90
+ msgstr ""
91
+
92
+ #: sovtimer/templates/sovtimer/base.html:35
93
+ msgid "Loading …"
94
+ msgstr ""
95
+
96
+ #: sovtimer/templates/sovtimer/base.html:36
97
+ msgid "Processing …"
98
+ msgstr ""
99
+
100
+ #: sovtimer/templates/sovtimer/base.html:37
101
+ msgid "Nothing found, sorry …"
102
+ msgstr ""
103
+
104
+ #: sovtimer/templates/sovtimer/base.html:39
105
+ msgid "Search …"
106
+ msgstr ""
107
+
108
+ #: sovtimer/templates/sovtimer/base.html:41
109
+ msgid "First"
110
+ msgstr ""
111
+
112
+ #: sovtimer/templates/sovtimer/base.html:42
113
+ msgid "Last"
114
+ msgstr ""
115
+
116
+ #: sovtimer/templates/sovtimer/base.html:43
117
+ msgid "Next"
118
+ msgstr ""
119
+
120
+ #: sovtimer/templates/sovtimer/base.html:44
121
+ msgid "Previous"
122
+ msgstr ""
123
+
124
+ #: sovtimer/templates/sovtimer/base.html:47
125
+ msgid ": activate to sort column ascending"
126
+ msgstr ""
127
+
128
+ #: sovtimer/templates/sovtimer/base.html:48
129
+ msgid ": activate to sort column descending"
130
+ msgstr ""
131
+
132
+ #: sovtimer/templates/sovtimer/dashboard.html:23
65
133
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:27
66
- msgid "System"
134
+ msgid "Type"
67
135
  msgstr ""
68
136
 
69
- #: sovtimer/templates/sovtimer/dashboard.html:16
137
+ #: sovtimer/templates/sovtimer/dashboard.html:24
70
138
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:28
71
- msgid "Constellation"
139
+ msgid "System"
72
140
  msgstr ""
73
141
 
74
- #: sovtimer/templates/sovtimer/dashboard.html:17
142
+ #: sovtimer/templates/sovtimer/dashboard.html:25
75
143
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:29
76
- msgid "Region"
144
+ msgid "Constellation"
77
145
  msgstr ""
78
146
 
79
- #: sovtimer/templates/sovtimer/dashboard.html:18
147
+ #: sovtimer/templates/sovtimer/dashboard.html:26
80
148
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:30
149
+ msgid "Region"
150
+ msgstr ""
151
+
152
+ #: sovtimer/templates/sovtimer/dashboard.html:27
153
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:31
81
154
  msgid "Owner / Defender"
82
155
  msgstr ""
83
156
 
84
- #: sovtimer/templates/sovtimer/dashboard.html:19
157
+ #: sovtimer/templates/sovtimer/dashboard.html:28
85
158
  msgid "Active campaign"
86
159
  msgstr ""
87
160
 
88
- #: sovtimer/templates/sovtimer/dashboard.html:20 sovtimer/views.py:161
161
+ #: sovtimer/templates/sovtimer/dashboard.html:30 sovtimer/views.py:161
89
162
  msgid "Yes"
90
163
  msgstr ""
91
164
 
92
- #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:159
165
+ #: sovtimer/templates/sovtimer/dashboard.html:31 sovtimer/views.py:159
93
166
  msgid "No"
94
167
  msgstr ""
95
168
 
@@ -116,23 +189,19 @@ msgstr ""
116
189
  msgid "Timers active:"
117
190
  msgstr ""
118
191
 
119
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:26
120
- msgid "Type"
121
- msgstr ""
122
-
123
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:31
192
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:32
124
193
  msgid "ADM"
125
194
  msgstr ""
126
195
 
127
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:32
196
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:33
128
197
  msgid "Start"
129
198
  msgstr ""
130
199
 
131
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:33
200
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:34
132
201
  msgid "Remaining"
133
202
  msgstr ""
134
203
 
135
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:34
204
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:35
136
205
  msgid "Progress"
137
206
  msgstr ""
138
207
 
@@ -6,17 +6,17 @@ 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: 2024-12-14 18:46+0100\n"
10
- "PO-Revision-Date: 2024-07-16 10:39+0000\n"
9
+ "POT-Creation-Date: 2024-12-15 11:31+0100\n"
10
+ "PO-Revision-Date: 2024-12-15 10:37+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
- "Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
- "apps/aa-sov-timer/de/>\n"
12
+ "Language-Team: German <https://weblate.ppfeufer.de/projects/"
13
+ "alliance-auth-apps/aa-sov-timer/de/>\n"
14
14
  "Language: de\n"
15
15
  "MIME-Version: 1.0\n"
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.6.2\n"
19
+ "X-Generator: Weblate 5.8.4\n"
20
20
 
21
21
  #: sovtimer/__init__.py:9
22
22
  msgid "Sovereignty Timers"
@@ -60,35 +60,108 @@ msgstr "Souveränitäts-Kampagne"
60
60
  msgid "Sovereignty campaigns"
61
61
  msgstr "Souveränitäts-Kampagnen"
62
62
 
63
- #: sovtimer/templates/sovtimer/dashboard.html:15
63
+ #: sovtimer/templates/sovtimer/base.html:27
64
+ msgctxt "Decimal separator"
65
+ msgid "."
66
+ msgstr ","
67
+
68
+ #: sovtimer/templates/sovtimer/base.html:28
69
+ msgctxt "Thousands separator"
70
+ msgid ","
71
+ msgstr "."
72
+
73
+ #: sovtimer/templates/sovtimer/base.html:29
74
+ msgid "No data available in this table"
75
+ msgstr "In dieser Tabelle sind keine Daten verfügbar"
76
+
77
+ #: sovtimer/templates/sovtimer/base.html:30
78
+ msgctxt "Keep _END_ as it is. It will be replaced by a number."
79
+ msgid "Showing _END_ entries"
80
+ msgstr "Zeige _END_ Einträge"
81
+
82
+ #: sovtimer/templates/sovtimer/base.html:31
83
+ msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
84
+ msgid "(filtered from _MAX_ total entries)"
85
+ msgstr "(gefiltert von _MAX_ Einträgen)"
86
+
87
+ #: sovtimer/templates/sovtimer/base.html:32
88
+ msgid "No records available"
89
+ msgstr "Keine Datensätze vorhanden"
90
+
91
+ #: sovtimer/templates/sovtimer/base.html:35
92
+ msgid "Loading …"
93
+ msgstr "Lade …"
94
+
95
+ #: sovtimer/templates/sovtimer/base.html:36
96
+ msgid "Processing …"
97
+ msgstr "Verarbeite …"
98
+
99
+ #: sovtimer/templates/sovtimer/base.html:37
100
+ msgid "Nothing found, sorry …"
101
+ msgstr "Nichts gefunden, tut mir leid …"
102
+
103
+ #: sovtimer/templates/sovtimer/base.html:39
104
+ msgid "Search …"
105
+ msgstr "Suche …"
106
+
107
+ #: sovtimer/templates/sovtimer/base.html:41
108
+ msgid "First"
109
+ msgstr "Erster"
110
+
111
+ #: sovtimer/templates/sovtimer/base.html:42
112
+ msgid "Last"
113
+ msgstr "Letzter"
114
+
115
+ #: sovtimer/templates/sovtimer/base.html:43
116
+ msgid "Next"
117
+ msgstr "Nächster"
118
+
119
+ #: sovtimer/templates/sovtimer/base.html:44
120
+ msgid "Previous"
121
+ msgstr "Vorheriger"
122
+
123
+ #: sovtimer/templates/sovtimer/base.html:47
124
+ msgid ": activate to sort column ascending"
125
+ msgstr ": aktivieren, um die Spalte aufsteigend zu sortieren"
126
+
127
+ #: sovtimer/templates/sovtimer/base.html:48
128
+ msgid ": activate to sort column descending"
129
+ msgstr ": aktivieren, um die Spalte absteigend zu sortieren"
130
+
131
+ #: sovtimer/templates/sovtimer/dashboard.html:23
64
132
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:27
133
+ msgid "Type"
134
+ msgstr "Typ"
135
+
136
+ #: sovtimer/templates/sovtimer/dashboard.html:24
137
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:28
65
138
  msgid "System"
66
139
  msgstr "System"
67
140
 
68
- #: sovtimer/templates/sovtimer/dashboard.html:16
69
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:28
141
+ #: sovtimer/templates/sovtimer/dashboard.html:25
142
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:29
70
143
  msgid "Constellation"
71
144
  msgstr "Konstellation"
72
145
 
73
- #: sovtimer/templates/sovtimer/dashboard.html:17
74
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:29
146
+ #: sovtimer/templates/sovtimer/dashboard.html:26
147
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:30
75
148
  msgid "Region"
76
149
  msgstr "Region"
77
150
 
78
- #: sovtimer/templates/sovtimer/dashboard.html:18
79
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:30
151
+ #: sovtimer/templates/sovtimer/dashboard.html:27
152
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:31
80
153
  msgid "Owner / Defender"
81
154
  msgstr "Besitzer / Verteidiger"
82
155
 
83
- #: sovtimer/templates/sovtimer/dashboard.html:19
156
+ #: sovtimer/templates/sovtimer/dashboard.html:28
84
157
  msgid "Active campaign"
85
158
  msgstr "Aktive Kampagne"
86
159
 
87
- #: sovtimer/templates/sovtimer/dashboard.html:20 sovtimer/views.py:161
160
+ #: sovtimer/templates/sovtimer/dashboard.html:30 sovtimer/views.py:161
88
161
  msgid "Yes"
89
162
  msgstr "Ja"
90
163
 
91
- #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:159
164
+ #: sovtimer/templates/sovtimer/dashboard.html:31 sovtimer/views.py:159
92
165
  msgid "No"
93
166
  msgstr "Nein"
94
167
 
@@ -118,23 +191,19 @@ msgstr "Bevorstehende Timer (< 4 Stunden):"
118
191
  msgid "Timers active:"
119
192
  msgstr "Aktive Timer:"
120
193
 
121
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:26
122
- msgid "Type"
123
- msgstr "Typ"
124
-
125
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:31
194
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:32
126
195
  msgid "ADM"
127
196
  msgstr "ADM"
128
197
 
129
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:32
198
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:33
130
199
  msgid "Start"
131
200
  msgstr "Beginn"
132
201
 
133
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:33
202
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:34
134
203
  msgid "Remaining"
135
204
  msgstr "Verbleibend"
136
205
 
137
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:34
206
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:35
138
207
  msgid "Progress"
139
208
  msgstr "Fortschritt"
140
209
 
@@ -6,9 +6,9 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: AA Sov Timer 2.2.1\n"
9
+ "Project-Id-Version: AA Sov Timer 2.2.3\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
11
- "POT-Creation-Date: 2024-12-14 18:46+0100\n"
11
+ "POT-Creation-Date: 2024-12-15 11:31+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"
@@ -59,35 +59,108 @@ msgstr ""
59
59
  msgid "Sovereignty campaigns"
60
60
  msgstr ""
61
61
 
62
- #: sovtimer/templates/sovtimer/dashboard.html:15
62
+ #: sovtimer/templates/sovtimer/base.html:27
63
+ msgctxt "Decimal separator"
64
+ msgid "."
65
+ msgstr ""
66
+
67
+ #: sovtimer/templates/sovtimer/base.html:28
68
+ msgctxt "Thousands separator"
69
+ msgid ","
70
+ msgstr ""
71
+
72
+ #: sovtimer/templates/sovtimer/base.html:29
73
+ msgid "No data available in this table"
74
+ msgstr ""
75
+
76
+ #: sovtimer/templates/sovtimer/base.html:30
77
+ msgctxt "Keep _END_ as it is. It will be replaced by a number."
78
+ msgid "Showing _END_ entries"
79
+ msgstr ""
80
+
81
+ #: sovtimer/templates/sovtimer/base.html:31
82
+ msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
83
+ msgid "(filtered from _MAX_ total entries)"
84
+ msgstr ""
85
+
86
+ #: sovtimer/templates/sovtimer/base.html:32
87
+ msgid "No records available"
88
+ msgstr ""
89
+
90
+ #: sovtimer/templates/sovtimer/base.html:35
91
+ msgid "Loading …"
92
+ msgstr ""
93
+
94
+ #: sovtimer/templates/sovtimer/base.html:36
95
+ msgid "Processing …"
96
+ msgstr ""
97
+
98
+ #: sovtimer/templates/sovtimer/base.html:37
99
+ msgid "Nothing found, sorry …"
100
+ msgstr ""
101
+
102
+ #: sovtimer/templates/sovtimer/base.html:39
103
+ msgid "Search …"
104
+ msgstr ""
105
+
106
+ #: sovtimer/templates/sovtimer/base.html:41
107
+ msgid "First"
108
+ msgstr ""
109
+
110
+ #: sovtimer/templates/sovtimer/base.html:42
111
+ msgid "Last"
112
+ msgstr ""
113
+
114
+ #: sovtimer/templates/sovtimer/base.html:43
115
+ msgid "Next"
116
+ msgstr ""
117
+
118
+ #: sovtimer/templates/sovtimer/base.html:44
119
+ msgid "Previous"
120
+ msgstr ""
121
+
122
+ #: sovtimer/templates/sovtimer/base.html:47
123
+ msgid ": activate to sort column ascending"
124
+ msgstr ""
125
+
126
+ #: sovtimer/templates/sovtimer/base.html:48
127
+ msgid ": activate to sort column descending"
128
+ msgstr ""
129
+
130
+ #: sovtimer/templates/sovtimer/dashboard.html:23
63
131
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:27
64
- msgid "System"
132
+ msgid "Type"
65
133
  msgstr ""
66
134
 
67
- #: sovtimer/templates/sovtimer/dashboard.html:16
135
+ #: sovtimer/templates/sovtimer/dashboard.html:24
68
136
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:28
69
- msgid "Constellation"
137
+ msgid "System"
70
138
  msgstr ""
71
139
 
72
- #: sovtimer/templates/sovtimer/dashboard.html:17
140
+ #: sovtimer/templates/sovtimer/dashboard.html:25
73
141
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:29
74
- msgid "Region"
142
+ msgid "Constellation"
75
143
  msgstr ""
76
144
 
77
- #: sovtimer/templates/sovtimer/dashboard.html:18
145
+ #: sovtimer/templates/sovtimer/dashboard.html:26
78
146
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:30
147
+ msgid "Region"
148
+ msgstr ""
149
+
150
+ #: sovtimer/templates/sovtimer/dashboard.html:27
151
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:31
79
152
  msgid "Owner / Defender"
80
153
  msgstr ""
81
154
 
82
- #: sovtimer/templates/sovtimer/dashboard.html:19
155
+ #: sovtimer/templates/sovtimer/dashboard.html:28
83
156
  msgid "Active campaign"
84
157
  msgstr ""
85
158
 
86
- #: sovtimer/templates/sovtimer/dashboard.html:20 sovtimer/views.py:161
159
+ #: sovtimer/templates/sovtimer/dashboard.html:30 sovtimer/views.py:161
87
160
  msgid "Yes"
88
161
  msgstr ""
89
162
 
90
- #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:159
163
+ #: sovtimer/templates/sovtimer/dashboard.html:31 sovtimer/views.py:159
91
164
  msgid "No"
92
165
  msgstr ""
93
166
 
@@ -114,23 +187,19 @@ msgstr ""
114
187
  msgid "Timers active:"
115
188
  msgstr ""
116
189
 
117
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:26
118
- msgid "Type"
119
- msgstr ""
120
-
121
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:31
190
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:32
122
191
  msgid "ADM"
123
192
  msgstr ""
124
193
 
125
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:32
194
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:33
126
195
  msgid "Start"
127
196
  msgstr ""
128
197
 
129
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:33
198
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:34
130
199
  msgid "Remaining"
131
200
  msgstr ""
132
201
 
133
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:34
202
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:35
134
203
  msgid "Progress"
135
204
  msgstr ""
136
205
 
@@ -7,11 +7,11 @@ 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: 2024-12-14 18:46+0100\n"
11
- "PO-Revision-Date: 2024-12-02 17:40+0000\n"
10
+ "POT-Creation-Date: 2024-12-15 11:31+0100\n"
11
+ "PO-Revision-Date: 2024-12-15 10:37+0000\n"
12
12
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
13
- "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
- "apps/aa-sov-timer/es/>\n"
13
+ "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-sov-timer/es/>\n"
15
15
  "Language: es\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -71,37 +71,110 @@ msgstr "Lista de Campañas de Soberanía"
71
71
  msgid "Sovereignty campaigns"
72
72
  msgstr "Lista de Campañas de Soberanía"
73
73
 
74
- #: sovtimer/templates/sovtimer/dashboard.html:15
74
+ #: sovtimer/templates/sovtimer/base.html:27
75
+ msgctxt "Decimal separator"
76
+ msgid "."
77
+ msgstr ","
78
+
79
+ #: sovtimer/templates/sovtimer/base.html:28
80
+ msgctxt "Thousands separator"
81
+ msgid ","
82
+ msgstr ""
83
+
84
+ #: sovtimer/templates/sovtimer/base.html:29
85
+ msgid "No data available in this table"
86
+ msgstr ""
87
+
88
+ #: sovtimer/templates/sovtimer/base.html:30
89
+ msgctxt "Keep _END_ as it is. It will be replaced by a number."
90
+ msgid "Showing _END_ entries"
91
+ msgstr ""
92
+
93
+ #: sovtimer/templates/sovtimer/base.html:31
94
+ msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
95
+ msgid "(filtered from _MAX_ total entries)"
96
+ msgstr ""
97
+
98
+ #: sovtimer/templates/sovtimer/base.html:32
99
+ msgid "No records available"
100
+ msgstr ""
101
+
102
+ #: sovtimer/templates/sovtimer/base.html:35
103
+ msgid "Loading …"
104
+ msgstr ""
105
+
106
+ #: sovtimer/templates/sovtimer/base.html:36
107
+ msgid "Processing …"
108
+ msgstr ""
109
+
110
+ #: sovtimer/templates/sovtimer/base.html:37
111
+ msgid "Nothing found, sorry …"
112
+ msgstr ""
113
+
114
+ #: sovtimer/templates/sovtimer/base.html:39
115
+ msgid "Search …"
116
+ msgstr ""
117
+
118
+ #: sovtimer/templates/sovtimer/base.html:41
119
+ msgid "First"
120
+ msgstr ""
121
+
122
+ #: sovtimer/templates/sovtimer/base.html:42
123
+ msgid "Last"
124
+ msgstr ""
125
+
126
+ #: sovtimer/templates/sovtimer/base.html:43
127
+ msgid "Next"
128
+ msgstr ""
129
+
130
+ #: sovtimer/templates/sovtimer/base.html:44
131
+ msgid "Previous"
132
+ msgstr ""
133
+
134
+ #: sovtimer/templates/sovtimer/base.html:47
135
+ msgid ": activate to sort column ascending"
136
+ msgstr ""
137
+
138
+ #: sovtimer/templates/sovtimer/base.html:48
139
+ msgid ": activate to sort column descending"
140
+ msgstr ""
141
+
142
+ #: sovtimer/templates/sovtimer/dashboard.html:23
75
143
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:27
144
+ msgid "Type"
145
+ msgstr "Tipo"
146
+
147
+ #: sovtimer/templates/sovtimer/dashboard.html:24
148
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:28
76
149
  msgid "System"
77
150
  msgstr "Sistema"
78
151
 
79
- #: sovtimer/templates/sovtimer/dashboard.html:16
80
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:28
152
+ #: sovtimer/templates/sovtimer/dashboard.html:25
153
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:29
81
154
  msgid "Constellation"
82
155
  msgstr "Constelación"
83
156
 
84
- #: sovtimer/templates/sovtimer/dashboard.html:17
85
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:29
157
+ #: sovtimer/templates/sovtimer/dashboard.html:26
158
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:30
86
159
  msgid "Region"
87
160
  msgstr "Región"
88
161
 
89
- #: sovtimer/templates/sovtimer/dashboard.html:18
90
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:30
162
+ #: sovtimer/templates/sovtimer/dashboard.html:27
163
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:31
91
164
  msgid "Owner / Defender"
92
165
  msgstr "Propietario / Defensor"
93
166
 
94
- #: sovtimer/templates/sovtimer/dashboard.html:19
167
+ #: sovtimer/templates/sovtimer/dashboard.html:28
95
168
  #, fuzzy
96
169
  #| msgid "Active Campaign"
97
170
  msgid "Active campaign"
98
171
  msgstr "Campaña activa"
99
172
 
100
- #: sovtimer/templates/sovtimer/dashboard.html:20 sovtimer/views.py:161
173
+ #: sovtimer/templates/sovtimer/dashboard.html:30 sovtimer/views.py:161
101
174
  msgid "Yes"
102
175
  msgstr "Si"
103
176
 
104
- #: sovtimer/templates/sovtimer/dashboard.html:21 sovtimer/views.py:159
177
+ #: sovtimer/templates/sovtimer/dashboard.html:31 sovtimer/views.py:159
105
178
  msgid "No"
106
179
  msgstr "No"
107
180
 
@@ -139,23 +212,19 @@ msgstr "Temporizadores Próximos (< 4hrs):"
139
212
  msgid "Timers active:"
140
213
  msgstr "Temporizadores Activos:"
141
214
 
142
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:26
143
- msgid "Type"
144
- msgstr "Tipo"
145
-
146
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:31
215
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:32
147
216
  msgid "ADM"
148
217
  msgstr "ADM"
149
218
 
150
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:32
219
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:33
151
220
  msgid "Start"
152
221
  msgstr "Comenzar"
153
222
 
154
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:33
223
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:34
155
224
  msgid "Remaining"
156
225
  msgstr "Restante"
157
226
 
158
- #: sovtimer/templates/sovtimer/partials/dashboard/table.html:34
227
+ #: sovtimer/templates/sovtimer/partials/dashboard/table.html:35
159
228
  msgid "Progress"
160
229
  msgstr "Progreso"
161
230