aa-intel-tool 1.1.3__py3-none-any.whl → 2.0.0b1__py3-none-any.whl

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 (84) hide show
  1. aa_intel_tool/__init__.py +1 -6
  2. aa_intel_tool/app_settings.py +32 -1
  3. aa_intel_tool/auth_hooks.py +1 -1
  4. aa_intel_tool/constants.py +0 -13
  5. aa_intel_tool/locale/de/LC_MESSAGES/django.po +141 -139
  6. aa_intel_tool/locale/django.pot +140 -138
  7. aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
  8. aa_intel_tool/locale/es/LC_MESSAGES/django.po +148 -144
  9. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  10. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +149 -145
  11. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +141 -139
  12. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +141 -139
  13. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +142 -140
  14. aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
  15. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +144 -151
  16. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +141 -139
  17. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  18. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +149 -147
  19. aa_intel_tool/management/commands/aa_intel_tool_load_eve_types.py +1 -1
  20. aa_intel_tool/parser/module/chatlist.py +17 -7
  21. aa_intel_tool/parser/module/dscan.py +36 -33
  22. aa_intel_tool/parser/module/fleetcomp.py +11 -5
  23. aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +7 -147
  24. aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +1 -1
  25. aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +1 -1
  26. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +11 -11
  27. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +24 -24
  28. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +1 -1
  29. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -1
  30. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +12 -12
  31. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +49 -49
  32. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +1 -1
  33. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -1
  34. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +12 -12
  35. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +18 -18
  36. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +1 -1
  37. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -1
  38. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +85 -170
  39. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +1 -1
  40. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -1
  41. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.js +1 -1
  42. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +1 -1
  43. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +1 -1
  44. aa_intel_tool/templates/aa_intel_tool/base.html +9 -4
  45. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +1 -1
  46. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +1 -2
  47. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +1 -1
  48. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +1 -1
  49. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html +1 -1
  50. aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html +1 -1
  51. aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html +1 -1
  52. aa_intel_tool/templates/aa_intel_tool/partials/index/form.html +21 -22
  53. aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html +6 -5
  54. aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +7 -7
  55. aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +7 -7
  56. aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +7 -7
  57. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html +7 -7
  58. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html +2 -2
  59. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +7 -7
  60. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html +7 -7
  61. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html +1 -1
  62. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/system-information.html +2 -2
  63. aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html +1 -1
  64. aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html +6 -6
  65. aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html +1 -1
  66. aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html +1 -1
  67. aa_intel_tool/templates/aa_intel_tool/views/index.html +4 -9
  68. aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +2 -2
  69. aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +2 -2
  70. aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +2 -2
  71. aa_intel_tool/tests/test_access.py +24 -13
  72. aa_intel_tool/tests/test_auth_hooks.py +18 -12
  73. aa_intel_tool/tests/test_parser.py +1 -1
  74. aa_intel_tool/tests/test_templatetags.py +2 -3
  75. aa_intel_tool/tests/utils.py +14 -0
  76. aa_intel_tool/views/general.py +3 -1
  77. {aa_intel_tool-1.1.3.dist-info → aa_intel_tool-2.0.0b1.dist-info}/METADATA +31 -33
  78. {aa_intel_tool-1.1.3.dist-info → aa_intel_tool-2.0.0b1.dist-info}/RECORD +81 -84
  79. {aa_intel_tool-1.1.3.dist-info → aa_intel_tool-2.0.0b1.dist-info}/WHEEL +1 -1
  80. aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.css +0 -13
  81. aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css +0 -2
  82. aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css.map +0 -1
  83. /aa_intel_tool/templatetags/{inteltool_versioned_static.py → aa_intel_tool.py} +0 -0
  84. {aa_intel_tool-1.1.3.dist-info → aa_intel_tool-2.0.0b1.dist-info}/licenses/LICENSE +0 -0
@@ -6,8 +6,8 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2023-09-22 23:38+0200\n"
10
- "PO-Revision-Date: 2023-09-24 13:14+0000\n"
9
+ "POT-Creation-Date: 2023-10-04 17:44+0200\n"
10
+ "PO-Revision-Date: 2023-10-04 15:46+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
12
  "Language-Team: German <https://weblate.ppfeufer.de/projects/"
13
13
  "alliance-auth-apps/aa-intel-tool/de/>\n"
@@ -18,167 +18,169 @@ msgstr ""
18
18
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
19
  "X-Generator: Weblate 5.0.2\n"
20
20
 
21
- #: __init__.py:12 templates/aa_intel_tool/base.html:6
22
- #: templates/aa_intel_tool/views/index.html:6
23
- #: templates/aa_intel_tool/views/index.html:10
24
- #: templates/aa_intel_tool/views/scan/chatlist.html:5
25
- #: templates/aa_intel_tool/views/scan/dscan.html:5
26
- #: templates/aa_intel_tool/views/scan/fleetcomp.html:5
21
+ #: aa_intel_tool/__init__.py:12
22
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:6
23
+ #: aa_intel_tool/templates/aa_intel_tool/views/index.html:6
24
+ #: aa_intel_tool/templates/aa_intel_tool/views/index.html:10
25
+ #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
26
+ #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
27
+ #: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
27
28
  msgid "Intel Parser"
28
29
  msgstr "Intel Parser"
29
30
 
30
- #: admin.py:79 models.py:46
31
+ #: aa_intel_tool/admin.py:79 aa_intel_tool/models.py:46
31
32
  msgid "Scan type"
32
33
  msgstr "Scantyp"
33
34
 
34
- #: admin.py:94
35
+ #: aa_intel_tool/admin.py:94
35
36
  msgid "Open in a new browser tab"
36
37
  msgstr "In einem neuen Browser-Tab öffnen"
37
38
 
38
- #: admin.py:100
39
+ #: aa_intel_tool/admin.py:100
39
40
  msgid "Raw data"
40
41
  msgstr "Rohdaten"
41
42
 
42
43
  #. Translators: This is the app name and version, which will appear in the Django Backend
43
- #: apps.py:21
44
+ #: aa_intel_tool/apps.py:21
44
45
  #, python-brace-format
45
46
  msgid "Intel Parser v{__version__}"
46
47
  msgstr "Intel Parser v{__version__}"
47
48
 
48
- #: constants.py:71 models.py:24
49
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:24
49
50
  msgid "Chat list"
50
51
  msgstr "Chatliste"
51
52
 
52
- #: constants.py:77 models.py:22
53
- #: templates/aa_intel_tool/partials/index/form.html:28
53
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:22
54
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
54
55
  msgid "D-Scan"
55
56
  msgstr "D-Scan"
56
57
 
57
- #: constants.py:83 models.py:23 models.py:123
58
- #: templates/aa_intel_tool/partials/index/form.html:33
58
+ #: aa_intel_tool/constants.py:83 aa_intel_tool/models.py:23
59
+ #: aa_intel_tool/models.py:123
60
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
59
61
  msgid "Fleet composition"
60
62
  msgstr "Flottenzusammensetzung"
61
63
 
62
- #: exceptions.py:34
64
+ #: aa_intel_tool/exceptions.py:34
63
65
  #, python-brace-format
64
66
  msgid "A parser error occurred » {message}"
65
67
  msgstr "Ein Parserfehler ist aufgetreten » {message}"
66
68
 
67
- #: form.py:20
69
+ #: aa_intel_tool/form.py:20
68
70
  msgid "Paste here …"
69
71
  msgstr "Hier einfügen …"
70
72
 
71
- #: models.py:21 models.py:110
73
+ #: aa_intel_tool/models.py:21 aa_intel_tool/models.py:110
72
74
  msgid "Invalid scan data"
73
75
  msgstr "Ungültige Scandaten"
74
76
 
75
- #: models.py:31
77
+ #: aa_intel_tool/models.py:31
76
78
  msgid "Scan hash"
77
79
  msgstr "Scan Hash"
78
80
 
79
- #: models.py:37
81
+ #: aa_intel_tool/models.py:37
80
82
  msgid "Creation date/time"
81
83
  msgstr "Erstellungsdatum/-uhrzeit"
82
84
 
83
- #: models.py:40
85
+ #: aa_intel_tool/models.py:40
84
86
  msgid "Scan raw data"
85
87
  msgstr "Scan Rohdaten"
86
88
 
87
- #: models.py:55 models.py:132
89
+ #: aa_intel_tool/models.py:55 aa_intel_tool/models.py:132
88
90
  msgid "Scan"
89
91
  msgstr "Scan"
90
92
 
91
- #: models.py:56
93
+ #: aa_intel_tool/models.py:56
92
94
  msgid "Scans"
93
95
  msgstr "Scans"
94
96
 
95
- #: models.py:111
97
+ #: aa_intel_tool/models.py:111
96
98
  msgid "Pilot list"
97
99
  msgstr "Pilotenliste"
98
100
 
99
- #: models.py:112
101
+ #: aa_intel_tool/models.py:112
100
102
  msgid "Corporation list"
101
103
  msgstr "Corporationsliste"
102
104
 
103
- #: models.py:113
105
+ #: aa_intel_tool/models.py:113
104
106
  msgid "Alliance list"
105
107
  msgstr "Allianzliste"
106
108
 
107
- #: models.py:114
108
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:6
109
+ #: aa_intel_tool/models.py:114
110
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:6
109
111
  msgid "Ship types"
110
112
  msgstr "Schiffstypen"
111
113
 
112
- #: models.py:115
114
+ #: aa_intel_tool/models.py:115
113
115
  msgid "Ship list"
114
116
  msgstr "Schiffsliste"
115
117
 
116
- #: models.py:116
118
+ #: aa_intel_tool/models.py:116
117
119
  msgid "Ship list (on grid)"
118
120
  msgstr "Schiffsliste (On Grid)"
119
121
 
120
- #: models.py:117
122
+ #: aa_intel_tool/models.py:117
121
123
  msgid "Ship list (off grid)"
122
124
  msgstr "Schiffsliste (Off Grid)"
123
125
 
124
- #: models.py:118
126
+ #: aa_intel_tool/models.py:118
125
127
  msgid "Structures (on grid)"
126
128
  msgstr "Strukturen (On Grid)"
127
129
 
128
- #: models.py:119
130
+ #: aa_intel_tool/models.py:119
129
131
  msgid "Starbases (on grid)"
130
132
  msgstr "Starbases (On Grid)"
131
133
 
132
- #: models.py:120
134
+ #: aa_intel_tool/models.py:120
133
135
  msgid "Deployables (on grid)"
134
136
  msgstr "Stationierbare Strukturen (On Grid)"
135
137
 
136
- #: models.py:121
138
+ #: aa_intel_tool/models.py:121
137
139
  msgid "Miscellaneous (on grid)"
138
140
  msgstr "Verschiedenes (On Grid)"
139
141
 
140
- #: models.py:122
141
- #: templates/aa_intel_tool/partials/scan/dscan/system-information.html:8
142
+ #: aa_intel_tool/models.py:122
143
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/system-information.html:8
142
144
  msgid "System information"
143
145
  msgstr "Systeminformationen"
144
146
 
145
- #: models.py:139
147
+ #: aa_intel_tool/models.py:139
146
148
  msgid "Scan section"
147
149
  msgstr "Scanabschnitt"
148
150
 
149
- #: models.py:143
151
+ #: aa_intel_tool/models.py:143
150
152
  msgid "Processed scan data"
151
153
  msgstr "Verarbeitete Scandaten"
152
154
 
153
- #: models.py:152 models.py:153
155
+ #: aa_intel_tool/models.py:152 aa_intel_tool/models.py:153
154
156
  msgid "Scan data"
155
157
  msgstr "Scandaten"
156
158
 
157
- #: parser/general.py:46
159
+ #: aa_intel_tool/parser/general.py:46
158
160
  msgid ""
159
161
  "No suitable parser found. Input is not a supported intel type or malformed …"
160
162
  msgstr ""
161
163
  "Kein passender Parser gefunden. Die Eingabe ist kein unterstützter Inteltyp "
162
164
  "oder fehlerhaft …"
163
165
 
164
- #: parser/general.py:80
166
+ #: aa_intel_tool/parser/general.py:80
165
167
  msgid "No data to parse …"
166
168
  msgstr "Keine Daten zum Parsen …"
167
169
 
168
- #: parser/module/chatlist.py:66
170
+ #: aa_intel_tool/parser/module/chatlist.py:66
169
171
  msgid "Something went wrong while fetching the character information from ESI."
170
172
  msgstr ""
171
173
  "Beim Abrufen der Charakterinformationen von ESI ist ein Fehler aufgetreten."
172
174
 
173
- #: parser/module/chatlist.py:77
175
+ #: aa_intel_tool/parser/module/chatlist.py:77
174
176
  msgid "Character unknown to ESI."
175
177
  msgstr "Charakter ist in ESI nicht bekannt."
176
178
 
177
- #: parser/module/chatlist.py:274
179
+ #: aa_intel_tool/parser/module/chatlist.py:274
178
180
  msgid "The chat list module is currently disabled."
179
181
  msgstr "Das Chatlistenmodul ist derzeit deaktiviert."
180
182
 
181
- #: parser/module/chatlist.py:292
183
+ #: aa_intel_tool/parser/module/chatlist.py:292
182
184
  #, python-brace-format
183
185
  msgid ""
184
186
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -193,19 +195,19 @@ msgstr[1] ""
193
195
  "Chatscans sind derzeit auf maximal {max_allowed_pilots} Piloten pro Scan "
194
196
  "beschränkt. Deine Pilotenliste überschreitet diese Grenze."
195
197
 
196
- #: parser/module/dscan.py:322
198
+ #: aa_intel_tool/parser/module/dscan.py:322
197
199
  msgid "The D-Scan module is currently disabled."
198
200
  msgstr "Das D-Scan-Modul ist derzeit deaktiviert."
199
201
 
200
- #: parser/module/fleetcomp.py:103
202
+ #: aa_intel_tool/parser/module/fleetcomp.py:103
201
203
  msgid "The fleet composition module is currently disabled."
202
204
  msgstr "Das Flottenzusammensetzungsmodul ist derzeit deaktiviert."
203
205
 
204
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:8
206
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:8
205
207
  msgid "Permalink successfully copied"
206
208
  msgstr "Permalink erfolgreich kopiert"
207
209
 
208
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
210
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
209
211
  msgid ""
210
212
  "Something went wrong. Nothing copied. Maybe your browser does not support "
211
213
  "this function."
@@ -213,98 +215,98 @@ msgstr ""
213
215
  "Etwas ist schief gelaufen. Nichts kopiert. Möglicherweise unterstützt Dein "
214
216
  "Browser diese Funktion nicht."
215
217
 
216
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:14
217
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
218
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
219
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
218
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:14
219
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
220
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
221
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
220
222
  msgid "Unaffiliated / No Alliance"
221
223
  msgstr "Unabhängig / Keine Allianz"
222
224
 
223
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
225
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
224
226
  msgid "NPC Corp"
225
227
  msgstr "NPC Corp"
226
228
 
227
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
229
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
228
230
  msgctxt "Decimal separator"
229
231
  msgid "."
230
232
  msgstr ","
231
233
 
232
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
234
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
233
235
  msgctxt "Thousands separator"
234
236
  msgid ","
235
237
  msgstr "."
236
238
 
237
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
239
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
238
240
  msgid "No data available in this table"
239
241
  msgstr "In dieser Tabelle sind keine Daten verfügbar"
240
242
 
241
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
243
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
242
244
  msgctxt "Keep _END_ as it is. It will be replaced by a number."
243
245
  msgid "Showing _END_ entries"
244
246
  msgstr "Zeige _END_ Einträge"
245
247
 
246
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
248
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
247
249
  msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
248
250
  msgid "(filtered from _MAX_ total entries)"
249
251
  msgstr "(gefiltert von _MAX_ Einträgen)"
250
252
 
251
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
253
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
252
254
  msgid "No records available"
253
255
  msgstr "Keine Datensätze vorhanden"
254
256
 
255
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:26
257
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:26
256
258
  msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
257
259
  msgid "Show _MENU_"
258
260
  msgstr "Zeige _MENU_"
259
261
 
260
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
262
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
261
263
  msgid "Loading …"
262
264
  msgstr "Lade …"
263
265
 
264
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
266
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
265
267
  msgid "Processing …"
266
268
  msgstr "Verarbeite …"
267
269
 
268
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
270
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
269
271
  msgid "Nothing found, sorry …"
270
272
  msgstr "Nichts gefunden, tut mir leid …"
271
273
 
272
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:31
274
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:31
273
275
  msgid "Search …"
274
276
  msgstr "Suche …"
275
277
 
276
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:33
278
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:33
277
279
  msgid "First"
278
280
  msgstr "Erster"
279
281
 
280
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
282
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
281
283
  msgid "Last"
282
284
  msgstr "Letzter"
283
285
 
284
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
286
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
285
287
  msgid "Next"
286
288
  msgstr "Nächster"
287
289
 
288
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
290
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
289
291
  msgid "Previous"
290
292
  msgstr "Vorheriger"
291
293
 
292
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:39
294
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:39
293
295
  msgid ": activate to sort column ascending"
294
296
  msgstr ": aktivieren, um die Spalte aufsteigend zu sortieren"
295
297
 
296
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
298
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
297
299
  msgid ": activate to sort column descending"
298
300
  msgstr ": aktivieren, um die Spalte absteigend zu sortieren"
299
301
 
300
- #: templates/aa_intel_tool/partials/body/scan-retention-note.html:5
302
+ #: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
301
303
  #, python-format
302
304
  msgid "Scans will be deleted after %(scan_retention_time)s day."
303
305
  msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
304
306
  msgstr[0] "Scans werden nach %(scan_retention_time)s Tag gelöscht."
305
307
  msgstr[1] "Scans werden nach %(scan_retention_time)s Tagen gelöscht."
306
308
 
307
- #: templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
309
+ #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
308
310
  msgid ""
309
311
  "Do you want to help translate this app into your language or improve the "
310
312
  "existing translation?"
@@ -312,192 +314,192 @@ msgstr ""
312
314
  "Du möchtest helfen diese App in Deine Sprache zu übersetzen oder die "
313
315
  "bestehende Übersetzung verbessern?"
314
316
 
315
- #: templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
317
+ #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
316
318
  msgid "Join our team of translators!"
317
319
  msgstr "Tritt unserm Team von Übersetzern bei!"
318
320
 
319
- #: templates/aa_intel_tool/partials/index/form.html:10
321
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:10
320
322
  msgid "What can I paste?"
321
323
  msgstr "Was kann ich einfügen?"
322
324
 
323
- #: templates/aa_intel_tool/partials/index/form.html:16
325
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:16
324
326
  msgid "Chat member list"
325
327
  msgstr "Chatmitgliederliste"
326
328
 
327
- #: templates/aa_intel_tool/partials/index/form.html:21
329
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:21
328
330
  #, python-format
329
331
  msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
330
332
  msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
331
333
  msgstr[0] "Begrenzt auf maximal %(max_pilots)s Pilot pro Scan."
332
334
  msgstr[1] "Begrenzt auf maximal %(max_pilots)s Piloten pro Scan."
333
335
 
334
- #: templates/aa_intel_tool/partials/index/form.html:50
336
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:50
335
337
  msgid "Submit"
336
338
  msgstr "Absenden"
337
339
 
338
- #: templates/aa_intel_tool/partials/index/form.html:56
340
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:56
339
341
  msgid "Working on it, please be patient …"
340
342
  msgstr "Bei der Arbeit, bitte hab etwas Geduld …"
341
343
 
342
- #: templates/aa_intel_tool/partials/index/form.html:58
344
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:58
343
345
  msgid "Detecting the intel type"
344
346
  msgstr "Erkennung des Inteltyps"
345
347
 
346
- #: templates/aa_intel_tool/partials/index/form.html:59
348
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
347
349
  msgid ""
348
350
  "Fetching potentially missing information from ESI (this might take a moment)"
349
351
  msgstr ""
350
352
  "Abrufen potenziell fehlender Informationen von ESI (dies kann einen Moment "
351
353
  "dauern)"
352
354
 
353
- #: templates/aa_intel_tool/partials/index/form.html:60
355
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
354
356
  msgid "Parsing data"
355
357
  msgstr "Daten analysieren"
356
358
 
357
- #: templates/aa_intel_tool/partials/scan/buttons.html:8
359
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html:8
358
360
  msgid "New scan"
359
361
  msgstr "Neuer Scan"
360
362
 
361
- #: templates/aa_intel_tool/partials/scan/buttons.html:15
363
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html:15
362
364
  msgid "Copy permalink"
363
365
  msgstr "Permalink kopieren"
364
366
 
365
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:9
367
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:9
366
368
  msgid "Alliances breakdown"
367
369
  msgstr "Aufschlüsselung der Allianzen"
368
370
 
369
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:20
370
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
371
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:20
372
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
371
373
  msgid "Alliance"
372
374
  msgstr "Allianz"
373
375
 
374
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:21
375
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:21
376
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
377
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
378
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
376
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:21
377
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:21
378
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
379
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
380
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
379
381
  msgid "Count"
380
382
  msgstr "Anzahl"
381
383
 
382
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
383
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
384
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
385
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
386
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:32
387
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
388
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
384
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
385
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
386
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
387
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
388
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:32
389
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
390
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
389
391
  msgid "Loading data …"
390
392
  msgstr "Lade Daten …"
391
393
 
392
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:35
393
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
394
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
395
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
396
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:38
397
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
394
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:35
395
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
396
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
397
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
398
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:38
399
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
398
400
  msgid "No data …"
399
401
  msgstr "Keine Daten …"
400
402
 
401
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:9
403
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:9
402
404
  msgid "Corporations breakdown"
403
405
  msgstr "Aufschlüsselung der Corporationen"
404
406
 
405
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
406
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
407
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
408
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
407
409
  msgid "Corporation"
408
410
  msgstr "Corporation"
409
411
 
410
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
412
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
411
413
  msgid "Pilots breakdown"
412
414
  msgstr "Aufschlüsselung der Piloten"
413
415
 
414
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
415
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
416
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
417
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
416
418
  msgid "Pilot"
417
419
  msgstr "Pilot"
418
420
 
419
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:8
421
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:8
420
422
  msgid "Interesting on grid"
421
423
  msgstr "Interessantes auf dem Grid"
422
424
 
423
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:15
425
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:15
424
426
  msgid "Upwell structures"
425
427
  msgstr "Upwell Strukturen"
426
428
 
427
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:16
429
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:16
428
430
  msgid "Deployables"
429
431
  msgstr "Stationierbare Strukturen"
430
432
 
431
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:17
433
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:17
432
434
  msgid "POS / POS modules"
433
435
  msgstr "POS / POS Module"
434
436
 
435
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:18
437
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:18
436
438
  msgid "Miscellaneous"
437
439
  msgstr "Verschiedenes"
438
440
 
439
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
441
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
440
442
  msgid "Type"
441
443
  msgstr "Typ"
442
444
 
443
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
445
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
444
446
  msgid "Ships on scan"
445
447
  msgstr "Schiffe auf dem Scan"
446
448
 
447
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:15
449
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:15
448
450
  msgid "All ships"
449
451
  msgstr "Alle Schiffe"
450
452
 
451
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:16
453
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:16
452
454
  msgid "On grid"
453
455
  msgstr "On Grid"
454
456
 
455
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:17
457
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:17
456
458
  msgid "Off grid"
457
459
  msgstr "Off Grid"
458
460
 
459
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:21
460
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:19
461
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:21
462
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:19
461
463
  msgid "Ship class"
462
464
  msgstr "Schiffsklasse"
463
465
 
464
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
466
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
465
467
  msgid "Ship type"
466
468
  msgstr "Schiffstyp"
467
469
 
468
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
470
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
469
471
  msgid "No data."
470
472
  msgstr "Keine Daten."
471
473
 
472
- #: templates/aa_intel_tool/partials/scan/evetime.html:5
474
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html:5
473
475
  msgid "Scan taken at (Eve time)"
474
476
  msgstr "Scan aufgenommen um (Eve Zeit)"
475
477
 
476
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
478
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
477
479
  msgid "Fleet details"
478
480
  msgstr "Flottendetails"
479
481
 
480
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
482
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
481
483
  msgid "Pilots in fleet"
482
484
  msgstr "Piloten in der Flotte"
483
485
 
484
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
486
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
485
487
  msgid "Ship classes"
486
488
  msgstr "Schiffsklassen"
487
489
 
488
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
490
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
489
491
  msgid "Who is flying what"
490
492
  msgstr "Wer fliegt was"
491
493
 
492
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
494
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
493
495
  msgid "System"
494
496
  msgstr "System"
495
497
 
496
- #: templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
498
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
497
499
  msgid "Participation details"
498
500
  msgstr "Teilnahmedetails"
499
501
 
500
- #: templates/aa_intel_tool/views/index.html:14
502
+ #: aa_intel_tool/templates/aa_intel_tool/views/index.html:14
501
503
  msgid ""
502
504
  "Please keep in mind, parsing large amounts of data can take some time. Be "
503
505
  "patient, CCP's API is not the fastest to answer …"
@@ -506,14 +508,14 @@ msgstr ""
506
508
  "Anspruch nehmen kann. Sei geduldig, die API von CCP ist nicht die Schnellste "
507
509
  "…"
508
510
 
509
- #: views/general.py:53
511
+ #: aa_intel_tool/views/general.py:53
510
512
  msgid "The provided data could not be parsed."
511
513
  msgstr "Die bereitgestellten Daten konnten nicht analysiert werden."
512
514
 
513
- #: views/general.py:60
515
+ #: aa_intel_tool/views/general.py:60
514
516
  msgid "(System Error) Something unexpected happened."
515
517
  msgstr "(Systemfehler) Es ist etwas Unerwartetes passiert."
516
518
 
517
- #: views/general.py:99 views/general.py:129
519
+ #: aa_intel_tool/views/general.py:99 aa_intel_tool/views/general.py:129
518
520
  msgid "The scan you were looking for could not be found."
519
521
  msgstr "Der gesuchte Scan konnte nicht gefunden werden."