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
@@ -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: 2023-09-22 23:38+0200\n"
11
- "PO-Revision-Date: 2023-09-24 13:14+0000\n"
10
+ "POT-Creation-Date: 2023-10-04 17:44+0200\n"
11
+ "PO-Revision-Date: 2023-10-04 15:46+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Italian <https://weblate.ppfeufer.de/projects/"
14
14
  "alliance-auth-apps/aa-intel-tool/it/>\n"
@@ -19,164 +19,166 @@ msgstr ""
19
19
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
20
  "X-Generator: Weblate 5.0.2\n"
21
21
 
22
- #: __init__.py:12 templates/aa_intel_tool/base.html:6
23
- #: templates/aa_intel_tool/views/index.html:6
24
- #: templates/aa_intel_tool/views/index.html:10
25
- #: templates/aa_intel_tool/views/scan/chatlist.html:5
26
- #: templates/aa_intel_tool/views/scan/dscan.html:5
27
- #: templates/aa_intel_tool/views/scan/fleetcomp.html:5
22
+ #: aa_intel_tool/__init__.py:12
23
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:6
24
+ #: aa_intel_tool/templates/aa_intel_tool/views/index.html:6
25
+ #: aa_intel_tool/templates/aa_intel_tool/views/index.html:10
26
+ #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
27
+ #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
28
+ #: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
28
29
  msgid "Intel Parser"
29
30
  msgstr ""
30
31
 
31
- #: admin.py:79 models.py:46
32
+ #: aa_intel_tool/admin.py:79 aa_intel_tool/models.py:46
32
33
  msgid "Scan type"
33
34
  msgstr ""
34
35
 
35
- #: admin.py:94
36
+ #: aa_intel_tool/admin.py:94
36
37
  msgid "Open in a new browser tab"
37
38
  msgstr ""
38
39
 
39
- #: admin.py:100
40
+ #: aa_intel_tool/admin.py:100
40
41
  msgid "Raw data"
41
42
  msgstr ""
42
43
 
43
44
  #. Translators: This is the app name and version, which will appear in the Django Backend
44
- #: apps.py:21
45
+ #: aa_intel_tool/apps.py:21
45
46
  #, python-brace-format
46
47
  msgid "Intel Parser v{__version__}"
47
48
  msgstr ""
48
49
 
49
- #: constants.py:71 models.py:24
50
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:24
50
51
  msgid "Chat list"
51
52
  msgstr ""
52
53
 
53
- #: constants.py:77 models.py:22
54
- #: templates/aa_intel_tool/partials/index/form.html:28
54
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:22
55
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
55
56
  msgid "D-Scan"
56
57
  msgstr ""
57
58
 
58
- #: constants.py:83 models.py:23 models.py:123
59
- #: templates/aa_intel_tool/partials/index/form.html:33
59
+ #: aa_intel_tool/constants.py:83 aa_intel_tool/models.py:23
60
+ #: aa_intel_tool/models.py:123
61
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
60
62
  msgid "Fleet composition"
61
63
  msgstr ""
62
64
 
63
- #: exceptions.py:34
65
+ #: aa_intel_tool/exceptions.py:34
64
66
  #, python-brace-format
65
67
  msgid "A parser error occurred » {message}"
66
68
  msgstr ""
67
69
 
68
- #: form.py:20
70
+ #: aa_intel_tool/form.py:20
69
71
  msgid "Paste here …"
70
72
  msgstr ""
71
73
 
72
- #: models.py:21 models.py:110
74
+ #: aa_intel_tool/models.py:21 aa_intel_tool/models.py:110
73
75
  msgid "Invalid scan data"
74
76
  msgstr ""
75
77
 
76
- #: models.py:31
78
+ #: aa_intel_tool/models.py:31
77
79
  msgid "Scan hash"
78
80
  msgstr ""
79
81
 
80
- #: models.py:37
82
+ #: aa_intel_tool/models.py:37
81
83
  msgid "Creation date/time"
82
84
  msgstr ""
83
85
 
84
- #: models.py:40
86
+ #: aa_intel_tool/models.py:40
85
87
  msgid "Scan raw data"
86
88
  msgstr ""
87
89
 
88
- #: models.py:55 models.py:132
90
+ #: aa_intel_tool/models.py:55 aa_intel_tool/models.py:132
89
91
  msgid "Scan"
90
92
  msgstr ""
91
93
 
92
- #: models.py:56
94
+ #: aa_intel_tool/models.py:56
93
95
  msgid "Scans"
94
96
  msgstr ""
95
97
 
96
- #: models.py:111
98
+ #: aa_intel_tool/models.py:111
97
99
  msgid "Pilot list"
98
100
  msgstr ""
99
101
 
100
- #: models.py:112
102
+ #: aa_intel_tool/models.py:112
101
103
  msgid "Corporation list"
102
104
  msgstr ""
103
105
 
104
- #: models.py:113
106
+ #: aa_intel_tool/models.py:113
105
107
  msgid "Alliance list"
106
108
  msgstr ""
107
109
 
108
- #: models.py:114
109
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:6
110
+ #: aa_intel_tool/models.py:114
111
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:6
110
112
  msgid "Ship types"
111
113
  msgstr ""
112
114
 
113
- #: models.py:115
115
+ #: aa_intel_tool/models.py:115
114
116
  msgid "Ship list"
115
117
  msgstr ""
116
118
 
117
- #: models.py:116
119
+ #: aa_intel_tool/models.py:116
118
120
  msgid "Ship list (on grid)"
119
121
  msgstr ""
120
122
 
121
- #: models.py:117
123
+ #: aa_intel_tool/models.py:117
122
124
  msgid "Ship list (off grid)"
123
125
  msgstr ""
124
126
 
125
- #: models.py:118
127
+ #: aa_intel_tool/models.py:118
126
128
  msgid "Structures (on grid)"
127
129
  msgstr ""
128
130
 
129
- #: models.py:119
131
+ #: aa_intel_tool/models.py:119
130
132
  msgid "Starbases (on grid)"
131
133
  msgstr ""
132
134
 
133
- #: models.py:120
135
+ #: aa_intel_tool/models.py:120
134
136
  msgid "Deployables (on grid)"
135
137
  msgstr ""
136
138
 
137
- #: models.py:121
139
+ #: aa_intel_tool/models.py:121
138
140
  msgid "Miscellaneous (on grid)"
139
141
  msgstr ""
140
142
 
141
- #: models.py:122
142
- #: templates/aa_intel_tool/partials/scan/dscan/system-information.html:8
143
+ #: aa_intel_tool/models.py:122
144
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/system-information.html:8
143
145
  msgid "System information"
144
146
  msgstr ""
145
147
 
146
- #: models.py:139
148
+ #: aa_intel_tool/models.py:139
147
149
  msgid "Scan section"
148
150
  msgstr ""
149
151
 
150
- #: models.py:143
152
+ #: aa_intel_tool/models.py:143
151
153
  msgid "Processed scan data"
152
154
  msgstr ""
153
155
 
154
- #: models.py:152 models.py:153
156
+ #: aa_intel_tool/models.py:152 aa_intel_tool/models.py:153
155
157
  msgid "Scan data"
156
158
  msgstr ""
157
159
 
158
- #: parser/general.py:46
160
+ #: aa_intel_tool/parser/general.py:46
159
161
  msgid ""
160
162
  "No suitable parser found. Input is not a supported intel type or malformed …"
161
163
  msgstr ""
162
164
 
163
- #: parser/general.py:80
165
+ #: aa_intel_tool/parser/general.py:80
164
166
  msgid "No data to parse …"
165
167
  msgstr ""
166
168
 
167
- #: parser/module/chatlist.py:66
169
+ #: aa_intel_tool/parser/module/chatlist.py:66
168
170
  msgid "Something went wrong while fetching the character information from ESI."
169
171
  msgstr ""
170
172
 
171
- #: parser/module/chatlist.py:77
173
+ #: aa_intel_tool/parser/module/chatlist.py:77
172
174
  msgid "Character unknown to ESI."
173
175
  msgstr ""
174
176
 
175
- #: parser/module/chatlist.py:274
177
+ #: aa_intel_tool/parser/module/chatlist.py:274
176
178
  msgid "The chat list module is currently disabled."
177
179
  msgstr ""
178
180
 
179
- #: parser/module/chatlist.py:292
181
+ #: aa_intel_tool/parser/module/chatlist.py:292
180
182
  #, python-brace-format
181
183
  msgid ""
182
184
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -187,318 +189,318 @@ msgid_plural ""
187
189
  msgstr[0] ""
188
190
  msgstr[1] ""
189
191
 
190
- #: parser/module/dscan.py:322
192
+ #: aa_intel_tool/parser/module/dscan.py:322
191
193
  msgid "The D-Scan module is currently disabled."
192
194
  msgstr ""
193
195
 
194
- #: parser/module/fleetcomp.py:103
196
+ #: aa_intel_tool/parser/module/fleetcomp.py:103
195
197
  msgid "The fleet composition module is currently disabled."
196
198
  msgstr ""
197
199
 
198
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:8
200
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:8
199
201
  msgid "Permalink successfully copied"
200
202
  msgstr ""
201
203
 
202
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
204
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
203
205
  msgid ""
204
206
  "Something went wrong. Nothing copied. Maybe your browser does not support "
205
207
  "this function."
206
208
  msgstr ""
207
209
 
208
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:14
209
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
210
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
211
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
210
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:14
211
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
212
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
213
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
212
214
  msgid "Unaffiliated / No Alliance"
213
215
  msgstr ""
214
216
 
215
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
217
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
216
218
  msgid "NPC Corp"
217
219
  msgstr ""
218
220
 
219
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
221
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
220
222
  msgctxt "Decimal separator"
221
223
  msgid "."
222
224
  msgstr ""
223
225
 
224
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
226
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
225
227
  msgctxt "Thousands separator"
226
228
  msgid ","
227
229
  msgstr ""
228
230
 
229
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
231
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
230
232
  msgid "No data available in this table"
231
233
  msgstr ""
232
234
 
233
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
235
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
234
236
  msgctxt "Keep _END_ as it is. It will be replaced by a number."
235
237
  msgid "Showing _END_ entries"
236
238
  msgstr ""
237
239
 
238
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
240
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
239
241
  msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
240
242
  msgid "(filtered from _MAX_ total entries)"
241
243
  msgstr ""
242
244
 
243
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
245
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
244
246
  msgid "No records available"
245
247
  msgstr ""
246
248
 
247
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:26
249
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:26
248
250
  msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
249
251
  msgid "Show _MENU_"
250
252
  msgstr ""
251
253
 
252
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
254
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
253
255
  msgid "Loading …"
254
256
  msgstr ""
255
257
 
256
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
258
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
257
259
  msgid "Processing …"
258
260
  msgstr ""
259
261
 
260
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
262
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
261
263
  msgid "Nothing found, sorry …"
262
264
  msgstr ""
263
265
 
264
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:31
266
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:31
265
267
  msgid "Search …"
266
268
  msgstr ""
267
269
 
268
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:33
270
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:33
269
271
  msgid "First"
270
272
  msgstr ""
271
273
 
272
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
274
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
273
275
  msgid "Last"
274
276
  msgstr ""
275
277
 
276
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
278
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
277
279
  msgid "Next"
278
280
  msgstr ""
279
281
 
280
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
282
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
281
283
  msgid "Previous"
282
284
  msgstr ""
283
285
 
284
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:39
286
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:39
285
287
  msgid ": activate to sort column ascending"
286
288
  msgstr ""
287
289
 
288
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
290
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
289
291
  msgid ": activate to sort column descending"
290
292
  msgstr ""
291
293
 
292
- #: templates/aa_intel_tool/partials/body/scan-retention-note.html:5
294
+ #: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
293
295
  #, python-format
294
296
  msgid "Scans will be deleted after %(scan_retention_time)s day."
295
297
  msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
296
298
  msgstr[0] ""
297
299
  msgstr[1] ""
298
300
 
299
- #: templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
301
+ #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
300
302
  msgid ""
301
303
  "Do you want to help translate this app into your language or improve the "
302
304
  "existing translation?"
303
305
  msgstr ""
304
306
 
305
- #: templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
307
+ #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
306
308
  msgid "Join our team of translators!"
307
309
  msgstr ""
308
310
 
309
- #: templates/aa_intel_tool/partials/index/form.html:10
311
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:10
310
312
  msgid "What can I paste?"
311
313
  msgstr ""
312
314
 
313
- #: templates/aa_intel_tool/partials/index/form.html:16
315
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:16
314
316
  msgid "Chat member list"
315
317
  msgstr ""
316
318
 
317
- #: templates/aa_intel_tool/partials/index/form.html:21
319
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:21
318
320
  #, python-format
319
321
  msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
320
322
  msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
321
323
  msgstr[0] ""
322
324
  msgstr[1] ""
323
325
 
324
- #: templates/aa_intel_tool/partials/index/form.html:50
326
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:50
325
327
  msgid "Submit"
326
328
  msgstr ""
327
329
 
328
- #: templates/aa_intel_tool/partials/index/form.html:56
330
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:56
329
331
  msgid "Working on it, please be patient …"
330
332
  msgstr ""
331
333
 
332
- #: templates/aa_intel_tool/partials/index/form.html:58
334
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:58
333
335
  msgid "Detecting the intel type"
334
336
  msgstr ""
335
337
 
336
- #: templates/aa_intel_tool/partials/index/form.html:59
338
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
337
339
  msgid ""
338
340
  "Fetching potentially missing information from ESI (this might take a moment)"
339
341
  msgstr ""
340
342
 
341
- #: templates/aa_intel_tool/partials/index/form.html:60
343
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
342
344
  msgid "Parsing data"
343
345
  msgstr ""
344
346
 
345
- #: templates/aa_intel_tool/partials/scan/buttons.html:8
347
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html:8
346
348
  msgid "New scan"
347
349
  msgstr ""
348
350
 
349
- #: templates/aa_intel_tool/partials/scan/buttons.html:15
351
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html:15
350
352
  msgid "Copy permalink"
351
353
  msgstr ""
352
354
 
353
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:9
355
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:9
354
356
  msgid "Alliances breakdown"
355
357
  msgstr ""
356
358
 
357
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:20
358
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
359
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:20
360
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
359
361
  msgid "Alliance"
360
362
  msgstr ""
361
363
 
362
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:21
363
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:21
364
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
365
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
366
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
364
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:21
365
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:21
366
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
367
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
368
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
367
369
  msgid "Count"
368
370
  msgstr ""
369
371
 
370
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
371
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
372
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
373
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
374
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:32
375
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
376
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
372
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
373
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
374
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
375
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
376
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:32
377
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
378
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
377
379
  msgid "Loading data …"
378
380
  msgstr ""
379
381
 
380
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:35
381
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
382
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
383
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
384
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:38
385
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
382
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:35
383
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
384
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
385
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
386
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:38
387
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
386
388
  msgid "No data …"
387
389
  msgstr ""
388
390
 
389
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:9
391
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:9
390
392
  msgid "Corporations breakdown"
391
393
  msgstr ""
392
394
 
393
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
394
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
395
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
396
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
395
397
  msgid "Corporation"
396
398
  msgstr ""
397
399
 
398
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
400
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
399
401
  msgid "Pilots breakdown"
400
402
  msgstr ""
401
403
 
402
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
403
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
404
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
405
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
404
406
  msgid "Pilot"
405
407
  msgstr ""
406
408
 
407
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:8
409
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:8
408
410
  msgid "Interesting on grid"
409
411
  msgstr ""
410
412
 
411
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:15
413
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:15
412
414
  msgid "Upwell structures"
413
415
  msgstr ""
414
416
 
415
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:16
417
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:16
416
418
  msgid "Deployables"
417
419
  msgstr ""
418
420
 
419
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:17
421
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:17
420
422
  msgid "POS / POS modules"
421
423
  msgstr ""
422
424
 
423
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:18
425
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:18
424
426
  msgid "Miscellaneous"
425
427
  msgstr ""
426
428
 
427
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
429
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
428
430
  msgid "Type"
429
431
  msgstr ""
430
432
 
431
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
433
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
432
434
  msgid "Ships on scan"
433
435
  msgstr ""
434
436
 
435
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:15
437
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:15
436
438
  msgid "All ships"
437
439
  msgstr ""
438
440
 
439
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:16
441
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:16
440
442
  msgid "On grid"
441
443
  msgstr ""
442
444
 
443
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:17
445
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:17
444
446
  msgid "Off grid"
445
447
  msgstr ""
446
448
 
447
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:21
448
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:19
449
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:21
450
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:19
449
451
  msgid "Ship class"
450
452
  msgstr ""
451
453
 
452
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
454
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
453
455
  msgid "Ship type"
454
456
  msgstr ""
455
457
 
456
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
458
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
457
459
  msgid "No data."
458
460
  msgstr ""
459
461
 
460
- #: templates/aa_intel_tool/partials/scan/evetime.html:5
462
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html:5
461
463
  msgid "Scan taken at (Eve time)"
462
464
  msgstr ""
463
465
 
464
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
466
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
465
467
  msgid "Fleet details"
466
468
  msgstr ""
467
469
 
468
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
470
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
469
471
  msgid "Pilots in fleet"
470
472
  msgstr ""
471
473
 
472
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
474
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
473
475
  msgid "Ship classes"
474
476
  msgstr ""
475
477
 
476
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
478
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
477
479
  msgid "Who is flying what"
478
480
  msgstr ""
479
481
 
480
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
482
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
481
483
  msgid "System"
482
484
  msgstr ""
483
485
 
484
- #: templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
486
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
485
487
  msgid "Participation details"
486
488
  msgstr ""
487
489
 
488
- #: templates/aa_intel_tool/views/index.html:14
490
+ #: aa_intel_tool/templates/aa_intel_tool/views/index.html:14
489
491
  msgid ""
490
492
  "Please keep in mind, parsing large amounts of data can take some time. Be "
491
493
  "patient, CCP's API is not the fastest to answer …"
492
494
  msgstr ""
493
495
 
494
- #: views/general.py:53
496
+ #: aa_intel_tool/views/general.py:53
495
497
  msgid "The provided data could not be parsed."
496
498
  msgstr ""
497
499
 
498
- #: views/general.py:60
500
+ #: aa_intel_tool/views/general.py:60
499
501
  msgid "(System Error) Something unexpected happened."
500
502
  msgstr ""
501
503
 
502
- #: views/general.py:99 views/general.py:129
504
+ #: aa_intel_tool/views/general.py:99 aa_intel_tool/views/general.py:129
503
505
  msgid "The scan you were looking for could not be found."
504
506
  msgstr ""