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