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: Japanese <https://weblate.ppfeufer.de/projects/"
14
14
  "alliance-auth-apps/aa-intel-tool/ja/>\n"
@@ -19,164 +19,166 @@ msgstr ""
19
19
  "Plural-Forms: nplurals=1; plural=0;\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 "
@@ -186,316 +188,316 @@ msgid_plural ""
186
188
  "per scan. Your list of pilots exceeds this limit."
187
189
  msgstr[0] ""
188
190
 
189
- #: parser/module/dscan.py:322
191
+ #: aa_intel_tool/parser/module/dscan.py:322
190
192
  msgid "The D-Scan module is currently disabled."
191
193
  msgstr ""
192
194
 
193
- #: parser/module/fleetcomp.py:103
195
+ #: aa_intel_tool/parser/module/fleetcomp.py:103
194
196
  msgid "The fleet composition module is currently disabled."
195
197
  msgstr ""
196
198
 
197
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:8
199
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:8
198
200
  msgid "Permalink successfully copied"
199
201
  msgstr ""
200
202
 
201
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
203
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
202
204
  msgid ""
203
205
  "Something went wrong. Nothing copied. Maybe your browser does not support "
204
206
  "this function."
205
207
  msgstr ""
206
208
 
207
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:14
208
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
209
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
210
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
209
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:14
210
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
211
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
212
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
211
213
  msgid "Unaffiliated / No Alliance"
212
214
  msgstr ""
213
215
 
214
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
216
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
215
217
  msgid "NPC Corp"
216
218
  msgstr ""
217
219
 
218
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
220
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
219
221
  msgctxt "Decimal separator"
220
222
  msgid "."
221
223
  msgstr ""
222
224
 
223
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
225
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
224
226
  msgctxt "Thousands separator"
225
227
  msgid ","
226
228
  msgstr ""
227
229
 
228
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
230
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
229
231
  msgid "No data available in this table"
230
232
  msgstr ""
231
233
 
232
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
234
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
233
235
  msgctxt "Keep _END_ as it is. It will be replaced by a number."
234
236
  msgid "Showing _END_ entries"
235
237
  msgstr ""
236
238
 
237
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
239
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
238
240
  msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
239
241
  msgid "(filtered from _MAX_ total entries)"
240
242
  msgstr ""
241
243
 
242
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
244
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
243
245
  msgid "No records available"
244
246
  msgstr ""
245
247
 
246
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:26
248
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:26
247
249
  msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
248
250
  msgid "Show _MENU_"
249
251
  msgstr ""
250
252
 
251
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
253
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
252
254
  msgid "Loading …"
253
255
  msgstr ""
254
256
 
255
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
257
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
256
258
  msgid "Processing …"
257
259
  msgstr ""
258
260
 
259
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
261
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
260
262
  msgid "Nothing found, sorry …"
261
263
  msgstr ""
262
264
 
263
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:31
265
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:31
264
266
  msgid "Search …"
265
267
  msgstr ""
266
268
 
267
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:33
269
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:33
268
270
  msgid "First"
269
271
  msgstr ""
270
272
 
271
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
273
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
272
274
  msgid "Last"
273
275
  msgstr ""
274
276
 
275
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
277
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
276
278
  msgid "Next"
277
279
  msgstr ""
278
280
 
279
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
281
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
280
282
  msgid "Previous"
281
283
  msgstr ""
282
284
 
283
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:39
285
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:39
284
286
  msgid ": activate to sort column ascending"
285
287
  msgstr ""
286
288
 
287
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
289
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
288
290
  msgid ": activate to sort column descending"
289
291
  msgstr ""
290
292
 
291
- #: templates/aa_intel_tool/partials/body/scan-retention-note.html:5
293
+ #: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
292
294
  #, python-format
293
295
  msgid "Scans will be deleted after %(scan_retention_time)s day."
294
296
  msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
295
297
  msgstr[0] ""
296
298
 
297
- #: templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
299
+ #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
298
300
  msgid ""
299
301
  "Do you want to help translate this app into your language or improve the "
300
302
  "existing translation?"
301
303
  msgstr ""
302
304
 
303
- #: templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
305
+ #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
304
306
  msgid "Join our team of translators!"
305
307
  msgstr ""
306
308
 
307
- #: templates/aa_intel_tool/partials/index/form.html:10
309
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:10
308
310
  msgid "What can I paste?"
309
311
  msgstr ""
310
312
 
311
- #: templates/aa_intel_tool/partials/index/form.html:16
313
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:16
312
314
  msgid "Chat member list"
313
315
  msgstr ""
314
316
 
315
- #: templates/aa_intel_tool/partials/index/form.html:21
317
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:21
316
318
  #, python-format
317
319
  msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
318
320
  msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
319
321
  msgstr[0] ""
320
322
 
321
- #: templates/aa_intel_tool/partials/index/form.html:50
323
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:50
322
324
  msgid "Submit"
323
325
  msgstr ""
324
326
 
325
- #: templates/aa_intel_tool/partials/index/form.html:56
327
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:56
326
328
  msgid "Working on it, please be patient …"
327
329
  msgstr ""
328
330
 
329
- #: templates/aa_intel_tool/partials/index/form.html:58
331
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:58
330
332
  msgid "Detecting the intel type"
331
333
  msgstr ""
332
334
 
333
- #: templates/aa_intel_tool/partials/index/form.html:59
335
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
334
336
  msgid ""
335
337
  "Fetching potentially missing information from ESI (this might take a moment)"
336
338
  msgstr ""
337
339
 
338
- #: templates/aa_intel_tool/partials/index/form.html:60
340
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
339
341
  msgid "Parsing data"
340
342
  msgstr ""
341
343
 
342
- #: templates/aa_intel_tool/partials/scan/buttons.html:8
344
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html:8
343
345
  msgid "New scan"
344
346
  msgstr ""
345
347
 
346
- #: templates/aa_intel_tool/partials/scan/buttons.html:15
348
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html:15
347
349
  msgid "Copy permalink"
348
350
  msgstr ""
349
351
 
350
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:9
352
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:9
351
353
  msgid "Alliances breakdown"
352
354
  msgstr ""
353
355
 
354
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:20
355
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
356
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:20
357
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
356
358
  msgid "Alliance"
357
359
  msgstr ""
358
360
 
359
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:21
360
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:21
361
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
362
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
363
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
361
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:21
362
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:21
363
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
364
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
365
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
364
366
  msgid "Count"
365
367
  msgstr ""
366
368
 
367
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
368
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
369
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
370
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
371
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:32
372
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
373
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
369
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
370
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
371
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
372
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
373
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:32
374
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
375
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
374
376
  msgid "Loading data …"
375
377
  msgstr ""
376
378
 
377
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:35
378
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
379
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
380
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
381
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:38
382
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
379
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:35
380
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
381
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
382
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
383
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:38
384
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
383
385
  msgid "No data …"
384
386
  msgstr ""
385
387
 
386
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:9
388
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:9
387
389
  msgid "Corporations breakdown"
388
390
  msgstr ""
389
391
 
390
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
391
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
392
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
393
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
392
394
  msgid "Corporation"
393
395
  msgstr ""
394
396
 
395
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
397
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
396
398
  msgid "Pilots breakdown"
397
399
  msgstr ""
398
400
 
399
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
400
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
401
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
402
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
401
403
  msgid "Pilot"
402
404
  msgstr ""
403
405
 
404
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:8
406
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:8
405
407
  msgid "Interesting on grid"
406
408
  msgstr ""
407
409
 
408
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:15
410
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:15
409
411
  msgid "Upwell structures"
410
412
  msgstr ""
411
413
 
412
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:16
414
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:16
413
415
  msgid "Deployables"
414
416
  msgstr ""
415
417
 
416
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:17
418
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:17
417
419
  msgid "POS / POS modules"
418
420
  msgstr ""
419
421
 
420
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:18
422
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:18
421
423
  msgid "Miscellaneous"
422
424
  msgstr ""
423
425
 
424
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
426
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
425
427
  msgid "Type"
426
428
  msgstr ""
427
429
 
428
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
430
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
429
431
  msgid "Ships on scan"
430
432
  msgstr ""
431
433
 
432
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:15
434
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:15
433
435
  msgid "All ships"
434
436
  msgstr ""
435
437
 
436
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:16
438
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:16
437
439
  msgid "On grid"
438
440
  msgstr ""
439
441
 
440
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:17
442
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:17
441
443
  msgid "Off grid"
442
444
  msgstr ""
443
445
 
444
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:21
445
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:19
446
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:21
447
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:19
446
448
  msgid "Ship class"
447
449
  msgstr ""
448
450
 
449
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
451
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
450
452
  msgid "Ship type"
451
453
  msgstr ""
452
454
 
453
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
455
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
454
456
  msgid "No data."
455
457
  msgstr ""
456
458
 
457
- #: templates/aa_intel_tool/partials/scan/evetime.html:5
459
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html:5
458
460
  msgid "Scan taken at (Eve time)"
459
461
  msgstr ""
460
462
 
461
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
463
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
462
464
  msgid "Fleet details"
463
465
  msgstr ""
464
466
 
465
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
467
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
466
468
  msgid "Pilots in fleet"
467
469
  msgstr ""
468
470
 
469
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
471
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
470
472
  msgid "Ship classes"
471
473
  msgstr ""
472
474
 
473
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
475
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
474
476
  msgid "Who is flying what"
475
477
  msgstr ""
476
478
 
477
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
479
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
478
480
  msgid "System"
479
481
  msgstr ""
480
482
 
481
- #: templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
483
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
482
484
  msgid "Participation details"
483
485
  msgstr ""
484
486
 
485
- #: templates/aa_intel_tool/views/index.html:14
487
+ #: aa_intel_tool/templates/aa_intel_tool/views/index.html:14
486
488
  msgid ""
487
489
  "Please keep in mind, parsing large amounts of data can take some time. Be "
488
490
  "patient, CCP's API is not the fastest to answer …"
489
491
  msgstr ""
490
492
 
491
- #: views/general.py:53
493
+ #: aa_intel_tool/views/general.py:53
492
494
  msgid "The provided data could not be parsed."
493
495
  msgstr ""
494
496
 
495
- #: views/general.py:60
497
+ #: aa_intel_tool/views/general.py:60
496
498
  msgid "(System Error) Something unexpected happened."
497
499
  msgstr ""
498
500
 
499
- #: views/general.py:99 views/general.py:129
501
+ #: aa_intel_tool/views/general.py:99 aa_intel_tool/views/general.py:129
500
502
  msgid "The scan you were looking for could not be found."
501
503
  msgstr ""