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