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
@@ -1,15 +1,15 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
4
+ # erka Ekanon <M6musicT@hotmail.fr>, 2024.
5
+ # Peter Pfeufer <info@ppfeufer.de>, 2024.
6
6
  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"
12
- "Last-Translator: Anonymous <noreply@weblate.org>\n"
10
+ "POT-Creation-Date: 2023-10-04 17:44+0200\n"
11
+ "PO-Revision-Date: 2024-01-12 19:05+0000\n"
12
+ "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
13
13
  "Language-Team: French <https://weblate.ppfeufer.de/projects/"
14
14
  "alliance-auth-apps/aa-intel-tool/fr/>\n"
15
15
  "Language: fr_FR\n"
@@ -17,166 +17,168 @@ msgstr ""
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
20
- "X-Generator: Weblate 5.0.2\n"
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
20
+ "X-Generator: Weblate 5.3.1\n"
21
+
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,320 @@ 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 ""
306
+ "Voulez-vous aider à traduire cette application dans votre langue ou "
307
+ "améliorer la traduction existante ?"
304
308
 
305
- #: templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
309
+ #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
306
310
  msgid "Join our team of translators!"
307
- msgstr ""
311
+ msgstr "Rejoignez notre équipe de traducteurs !"
308
312
 
309
- #: templates/aa_intel_tool/partials/index/form.html:10
313
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:10
310
314
  msgid "What can I paste?"
311
315
  msgstr ""
312
316
 
313
- #: templates/aa_intel_tool/partials/index/form.html:16
317
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:16
314
318
  msgid "Chat member list"
315
319
  msgstr ""
316
320
 
317
- #: templates/aa_intel_tool/partials/index/form.html:21
321
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:21
318
322
  #, python-format
319
323
  msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
320
324
  msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
321
325
  msgstr[0] ""
322
326
  msgstr[1] ""
323
327
 
324
- #: templates/aa_intel_tool/partials/index/form.html:50
328
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:50
325
329
  msgid "Submit"
326
330
  msgstr ""
327
331
 
328
- #: templates/aa_intel_tool/partials/index/form.html:56
332
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:56
329
333
  msgid "Working on it, please be patient …"
330
334
  msgstr ""
331
335
 
332
- #: templates/aa_intel_tool/partials/index/form.html:58
336
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:58
333
337
  msgid "Detecting the intel type"
334
338
  msgstr ""
335
339
 
336
- #: templates/aa_intel_tool/partials/index/form.html:59
340
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
337
341
  msgid ""
338
342
  "Fetching potentially missing information from ESI (this might take a moment)"
339
343
  msgstr ""
340
344
 
341
- #: templates/aa_intel_tool/partials/index/form.html:60
345
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
342
346
  msgid "Parsing data"
343
347
  msgstr ""
344
348
 
345
- #: templates/aa_intel_tool/partials/scan/buttons.html:8
349
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html:8
346
350
  msgid "New scan"
347
351
  msgstr ""
348
352
 
349
- #: templates/aa_intel_tool/partials/scan/buttons.html:15
353
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html:15
350
354
  msgid "Copy permalink"
351
355
  msgstr ""
352
356
 
353
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:9
357
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:9
354
358
  msgid "Alliances breakdown"
355
359
  msgstr ""
356
360
 
357
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:20
358
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
361
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:20
362
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
359
363
  msgid "Alliance"
360
364
  msgstr ""
361
365
 
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
366
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:21
367
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:21
368
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
369
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
370
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
367
371
  msgid "Count"
368
372
  msgstr ""
369
373
 
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
374
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
375
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
376
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
377
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
378
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:32
379
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
380
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
377
381
  msgid "Loading data …"
378
382
  msgstr ""
379
383
 
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
384
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:35
385
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
386
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
387
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
388
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:38
389
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
386
390
  msgid "No data …"
387
391
  msgstr ""
388
392
 
389
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:9
393
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:9
390
394
  msgid "Corporations breakdown"
391
395
  msgstr ""
392
396
 
393
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
394
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
397
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
398
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
395
399
  msgid "Corporation"
396
400
  msgstr ""
397
401
 
398
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
402
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
399
403
  msgid "Pilots breakdown"
400
404
  msgstr ""
401
405
 
402
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
403
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
406
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
407
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
404
408
  msgid "Pilot"
405
409
  msgstr ""
406
410
 
407
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:8
411
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:8
408
412
  msgid "Interesting on grid"
409
413
  msgstr ""
410
414
 
411
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:15
415
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:15
412
416
  msgid "Upwell structures"
413
417
  msgstr ""
414
418
 
415
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:16
419
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:16
416
420
  msgid "Deployables"
417
421
  msgstr ""
418
422
 
419
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:17
423
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:17
420
424
  msgid "POS / POS modules"
421
425
  msgstr ""
422
426
 
423
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:18
427
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:18
424
428
  msgid "Miscellaneous"
425
429
  msgstr ""
426
430
 
427
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
431
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
428
432
  msgid "Type"
429
433
  msgstr ""
430
434
 
431
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
435
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
432
436
  msgid "Ships on scan"
433
437
  msgstr ""
434
438
 
435
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:15
439
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:15
436
440
  msgid "All ships"
437
441
  msgstr ""
438
442
 
439
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:16
443
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:16
440
444
  msgid "On grid"
441
445
  msgstr ""
442
446
 
443
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:17
447
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:17
444
448
  msgid "Off grid"
445
449
  msgstr ""
446
450
 
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
451
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:21
452
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:19
449
453
  msgid "Ship class"
450
454
  msgstr ""
451
455
 
452
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
456
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
453
457
  msgid "Ship type"
454
458
  msgstr ""
455
459
 
456
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
460
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
457
461
  msgid "No data."
458
462
  msgstr ""
459
463
 
460
- #: templates/aa_intel_tool/partials/scan/evetime.html:5
464
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html:5
461
465
  msgid "Scan taken at (Eve time)"
462
466
  msgstr ""
463
467
 
464
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
468
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
465
469
  msgid "Fleet details"
466
470
  msgstr ""
467
471
 
468
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
472
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
469
473
  msgid "Pilots in fleet"
470
474
  msgstr ""
471
475
 
472
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
476
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
473
477
  msgid "Ship classes"
474
478
  msgstr ""
475
479
 
476
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
480
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
477
481
  msgid "Who is flying what"
478
482
  msgstr ""
479
483
 
480
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
484
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
481
485
  msgid "System"
482
486
  msgstr ""
483
487
 
484
- #: templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
488
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
485
489
  msgid "Participation details"
486
490
  msgstr ""
487
491
 
488
- #: templates/aa_intel_tool/views/index.html:14
492
+ #: aa_intel_tool/templates/aa_intel_tool/views/index.html:14
489
493
  msgid ""
490
494
  "Please keep in mind, parsing large amounts of data can take some time. Be "
491
495
  "patient, CCP's API is not the fastest to answer …"
492
496
  msgstr ""
493
497
 
494
- #: views/general.py:53
498
+ #: aa_intel_tool/views/general.py:53
495
499
  msgid "The provided data could not be parsed."
496
500
  msgstr ""
497
501
 
498
- #: views/general.py:60
502
+ #: aa_intel_tool/views/general.py:60
499
503
  msgid "(System Error) Something unexpected happened."
500
504
  msgstr ""
501
505
 
502
- #: views/general.py:99 views/general.py:129
506
+ #: aa_intel_tool/views/general.py:99 aa_intel_tool/views/general.py:129
503
507
  msgid "The scan you were looking for could not be found."
504
508
  msgstr ""