aa-intel-tool 2.0.0b1__py3-none-any.whl → 2.1.1__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.
- aa_intel_tool/__init__.py +1 -1
- aa_intel_tool/constants.py +4 -4
- aa_intel_tool/locale/cs/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/cs/LC_MESSAGES/django.po +517 -0
- aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/de/LC_MESSAGES/django.po +55 -50
- aa_intel_tool/locale/django.pot +48 -44
- aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/es/LC_MESSAGES/django.po +53 -49
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +153 -130
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +50 -46
- aa_intel_tool/locale/ja/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po +50 -46
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +58 -56
- aa_intel_tool/locale/nl/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/nl/LC_MESSAGES/django.po +510 -0
- aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +515 -0
- aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po +56 -52
- aa_intel_tool/locale/sk/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/sk/LC_MESSAGES/django.po +517 -0
- aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +51 -47
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +57 -52
- aa_intel_tool/parser/module/chatlist.py +1 -1
- aa_intel_tool/parser/module/dscan.py +41 -9
- aa_intel_tool/parser/module/fleetcomp.py +4 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +33 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +11 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +6 -6
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -1
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +1 -0
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +5 -0
- aa_intel_tool/tests/test_access.py +1 -1
- {aa_intel_tool-2.0.0b1.dist-info → aa_intel_tool-2.1.1.dist-info}/METADATA +6 -4
- {aa_intel_tool-2.0.0b1.dist-info → aa_intel_tool-2.1.1.dist-info}/RECORD +48 -40
- {aa_intel_tool-2.0.0b1.dist-info → aa_intel_tool-2.1.1.dist-info}/WHEEL +1 -1
- {aa_intel_tool-2.0.0b1.dist-info → aa_intel_tool-2.1.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,16 +1,16 @@
|
|
|
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
|
-
# Nikolay <nick.postnikov@gmail.com>, 2023.
|
|
5
|
-
# Peter Pfeufer <info@ppfeufer.de>, 2023.
|
|
6
|
-
# Max <mark25@inbox.ru>, 2023.
|
|
4
|
+
# Nikolay <nick.postnikov@gmail.com>, 2023, 2024.
|
|
5
|
+
# Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
|
|
6
|
+
# Max <mark25@inbox.ru>, 2023, 2024.
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date:
|
|
12
|
-
"PO-Revision-Date:
|
|
13
|
-
"Last-Translator:
|
|
11
|
+
"POT-Creation-Date: 2024-04-20 22:33+0200\n"
|
|
12
|
+
"PO-Revision-Date: 2024-05-10 14:07+0000\n"
|
|
13
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
14
14
|
"Language-Team: Russian <https://weblate.ppfeufer.de/projects/"
|
|
15
15
|
"alliance-auth-apps/aa-intel-tool/ru/>\n"
|
|
16
16
|
"Language: ru\n"
|
|
@@ -19,12 +19,12 @@ msgstr ""
|
|
|
19
19
|
"Content-Transfer-Encoding: 8bit\n"
|
|
20
20
|
"Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : "
|
|
21
21
|
"n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
22
|
-
"X-Generator: Weblate 5.
|
|
22
|
+
"X-Generator: Weblate 5.5.3\n"
|
|
23
23
|
|
|
24
|
-
#: aa_intel_tool/__init__.py:
|
|
24
|
+
#: aa_intel_tool/__init__.py:9
|
|
25
25
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:6
|
|
26
|
-
#: aa_intel_tool/templates/aa_intel_tool/
|
|
27
|
-
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:
|
|
26
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:10
|
|
27
|
+
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
|
|
28
28
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
29
29
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
|
|
30
30
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
|
|
@@ -49,16 +49,16 @@ msgstr "Исходные данные"
|
|
|
49
49
|
msgid "Intel Parser v{__version__}"
|
|
50
50
|
msgstr "Анализатор Скана v{__version__}"
|
|
51
51
|
|
|
52
|
-
#: aa_intel_tool/constants.py:
|
|
52
|
+
#: aa_intel_tool/constants.py:58 aa_intel_tool/models.py:24
|
|
53
53
|
msgid "Chat list"
|
|
54
54
|
msgstr "Список чата"
|
|
55
55
|
|
|
56
|
-
#: aa_intel_tool/constants.py:
|
|
56
|
+
#: aa_intel_tool/constants.py:64 aa_intel_tool/models.py:22
|
|
57
57
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
58
58
|
msgid "D-Scan"
|
|
59
59
|
msgstr "Подскан"
|
|
60
60
|
|
|
61
|
-
#: aa_intel_tool/constants.py:
|
|
61
|
+
#: aa_intel_tool/constants.py:70 aa_intel_tool/models.py:23
|
|
62
62
|
#: aa_intel_tool/models.py:123
|
|
63
63
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
64
64
|
msgid "Fleet composition"
|
|
@@ -170,19 +170,19 @@ msgstr ""
|
|
|
170
170
|
msgid "No data to parse …"
|
|
171
171
|
msgstr "Нет данных для анализа …"
|
|
172
172
|
|
|
173
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
173
|
+
#: aa_intel_tool/parser/module/chatlist.py:68
|
|
174
174
|
msgid "Something went wrong while fetching the character information from ESI."
|
|
175
175
|
msgstr "Что-то пошло не так при загрузке информации о персонаже через ESI."
|
|
176
176
|
|
|
177
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
177
|
+
#: aa_intel_tool/parser/module/chatlist.py:79
|
|
178
178
|
msgid "Character unknown to ESI."
|
|
179
179
|
msgstr "Персонаж не известен для ESI."
|
|
180
180
|
|
|
181
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
181
|
+
#: aa_intel_tool/parser/module/chatlist.py:281
|
|
182
182
|
msgid "The chat list module is currently disabled."
|
|
183
183
|
msgstr "Анализатор списка чата отключен."
|
|
184
184
|
|
|
185
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
185
|
+
#: aa_intel_tool/parser/module/chatlist.py:302
|
|
186
186
|
#, python-brace-format
|
|
187
187
|
msgid ""
|
|
188
188
|
"Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
|
|
@@ -203,19 +203,19 @@ msgstr[3] ""
|
|
|
203
203
|
"Анализатор чата в настоящее время ограничен максимум одним пилотом в скане. "
|
|
204
204
|
"Размер вашего списка превышает это ограничение."
|
|
205
205
|
|
|
206
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
206
|
+
#: aa_intel_tool/parser/module/dscan.py:350
|
|
207
207
|
msgid "The D-Scan module is currently disabled."
|
|
208
208
|
msgstr "Анализатор подскана отключен."
|
|
209
209
|
|
|
210
|
-
#: aa_intel_tool/parser/module/fleetcomp.py:
|
|
210
|
+
#: aa_intel_tool/parser/module/fleetcomp.py:111
|
|
211
211
|
msgid "The fleet composition module is currently disabled."
|
|
212
212
|
msgstr "Анализатор состава флота отключен."
|
|
213
213
|
|
|
214
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
214
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
|
|
215
215
|
msgid "Permalink successfully copied"
|
|
216
216
|
msgstr "Постоянная ссылка успешно скопирована"
|
|
217
217
|
|
|
218
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
218
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
|
|
219
219
|
msgid ""
|
|
220
220
|
"Something went wrong. Nothing copied. Maybe your browser does not support "
|
|
221
221
|
"this function."
|
|
@@ -223,87 +223,87 @@ msgstr ""
|
|
|
223
223
|
"Что-то пошло не так. Ничего не скопировано. Возможно, ваш браузер не "
|
|
224
224
|
"поддерживает данную функцию."
|
|
225
225
|
|
|
226
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
226
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
|
|
227
227
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
|
|
228
228
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
|
|
229
229
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
230
230
|
msgid "Unaffiliated / No Alliance"
|
|
231
231
|
msgstr "Неаффилированный / Нет альянса"
|
|
232
232
|
|
|
233
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
233
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:16
|
|
234
234
|
msgid "NPC Corp"
|
|
235
235
|
msgstr "NPC корпорация"
|
|
236
236
|
|
|
237
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
237
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
|
|
238
238
|
msgctxt "Decimal separator"
|
|
239
239
|
msgid "."
|
|
240
240
|
msgstr ","
|
|
241
241
|
|
|
242
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
242
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
|
|
243
243
|
msgctxt "Thousands separator"
|
|
244
244
|
msgid ","
|
|
245
245
|
msgstr " "
|
|
246
246
|
|
|
247
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
247
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
|
|
248
248
|
msgid "No data available in this table"
|
|
249
249
|
msgstr "Данные в таблице отсутствуют"
|
|
250
250
|
|
|
251
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
251
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
|
|
252
252
|
msgctxt "Keep _END_ as it is. It will be replaced by a number."
|
|
253
253
|
msgid "Showing _END_ entries"
|
|
254
254
|
msgstr "Отображаются _END_ записей"
|
|
255
255
|
|
|
256
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
256
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
|
|
257
257
|
msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
|
|
258
258
|
msgid "(filtered from _MAX_ total entries)"
|
|
259
259
|
msgstr "(отфильтрованы из _MAX_ записей)"
|
|
260
260
|
|
|
261
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
261
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
|
|
262
262
|
msgid "No records available"
|
|
263
263
|
msgstr "Записи недоступны"
|
|
264
264
|
|
|
265
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
265
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
|
|
266
266
|
msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
|
|
267
267
|
msgid "Show _MENU_"
|
|
268
268
|
msgstr "Показывать _MENU_"
|
|
269
269
|
|
|
270
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
270
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
|
|
271
271
|
msgid "Loading …"
|
|
272
272
|
msgstr "Загрузка …"
|
|
273
273
|
|
|
274
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
274
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
|
|
275
275
|
msgid "Processing …"
|
|
276
276
|
msgstr "Обработка …"
|
|
277
277
|
|
|
278
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
278
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
|
|
279
279
|
msgid "Nothing found, sorry …"
|
|
280
280
|
msgstr "Ничего не найдено …"
|
|
281
281
|
|
|
282
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
282
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
|
|
283
283
|
msgid "Search …"
|
|
284
284
|
msgstr "Поиск…"
|
|
285
285
|
|
|
286
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
286
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
|
|
287
287
|
msgid "First"
|
|
288
288
|
msgstr "Первый"
|
|
289
289
|
|
|
290
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
290
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
|
|
291
291
|
msgid "Last"
|
|
292
292
|
msgstr "Последний"
|
|
293
293
|
|
|
294
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
294
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
|
|
295
295
|
msgid "Next"
|
|
296
296
|
msgstr "Следующий"
|
|
297
297
|
|
|
298
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
298
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
|
|
299
299
|
msgid "Previous"
|
|
300
300
|
msgstr "Предыдущий"
|
|
301
301
|
|
|
302
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
302
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
|
|
303
303
|
msgid ": activate to sort column ascending"
|
|
304
304
|
msgstr ": активируйте для сортировки по возрастанию"
|
|
305
305
|
|
|
306
|
-
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:
|
|
306
|
+
#: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
|
|
307
307
|
msgid ": activate to sort column descending"
|
|
308
308
|
msgstr ": активируйте для сортировки по убыванию"
|
|
309
309
|
|
|
@@ -345,7 +345,15 @@ msgstr[1] "Ограничен максимум %(max_pilots)s пилотами
|
|
|
345
345
|
msgstr[2] "Ограничен максимум %(max_pilots)s пилотами в скане."
|
|
346
346
|
msgstr[3] "Ограничен максимум одним пилотом в скане."
|
|
347
347
|
|
|
348
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:
|
|
348
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
|
|
349
|
+
msgid ""
|
|
350
|
+
"Please keep in mind, parsing large amounts of data can take some time. Be "
|
|
351
|
+
"patient, CCP's API is not the fastest to answer …"
|
|
352
|
+
msgstr ""
|
|
353
|
+
"Помните, что обработка большого объема данных может занять некоторое время. "
|
|
354
|
+
"Будьте терпеливы, CCP API не самое быстрое …"
|
|
355
|
+
|
|
356
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
|
|
349
357
|
msgid "Submit"
|
|
350
358
|
msgstr "Отправить"
|
|
351
359
|
|
|
@@ -395,7 +403,7 @@ msgstr "Количество"
|
|
|
395
403
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
|
|
396
404
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
|
|
397
405
|
#: 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:
|
|
406
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
|
|
399
407
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
|
|
400
408
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
|
|
401
409
|
msgid "Loading data …"
|
|
@@ -405,7 +413,7 @@ msgstr "Загрузка данных …"
|
|
|
405
413
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
|
|
406
414
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
|
|
407
415
|
#: 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:
|
|
416
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
|
|
409
417
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
|
|
410
418
|
msgid "No data …"
|
|
411
419
|
msgstr "Нет данных …"
|
|
@@ -473,6 +481,10 @@ msgstr "Вне грида"
|
|
|
473
481
|
msgid "Ship class"
|
|
474
482
|
msgstr "Класс корабля"
|
|
475
483
|
|
|
484
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:30
|
|
485
|
+
msgid "Total mass (in kg):"
|
|
486
|
+
msgstr ""
|
|
487
|
+
|
|
476
488
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
|
|
477
489
|
msgid "Ship type"
|
|
478
490
|
msgstr "Тип корабля"
|
|
@@ -509,14 +521,6 @@ msgstr "Система"
|
|
|
509
521
|
msgid "Participation details"
|
|
510
522
|
msgstr "Подробности участия"
|
|
511
523
|
|
|
512
|
-
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:14
|
|
513
|
-
msgid ""
|
|
514
|
-
"Please keep in mind, parsing large amounts of data can take some time. Be "
|
|
515
|
-
"patient, CCP's API is not the fastest to answer …"
|
|
516
|
-
msgstr ""
|
|
517
|
-
"Помните, что обработка большого объема данных может занять некоторое время. "
|
|
518
|
-
"Будьте терпеливы, CCP API не самое быстрое …"
|
|
519
|
-
|
|
520
524
|
#: aa_intel_tool/views/general.py:53
|
|
521
525
|
msgid "The provided data could not be parsed."
|
|
522
526
|
msgstr "Предоставленные данные не могут быть проанализированы."
|
|
@@ -525,6 +529,6 @@ msgstr "Предоставленные данные не могут быть п
|
|
|
525
529
|
msgid "(System Error) Something unexpected happened."
|
|
526
530
|
msgstr "(Системная ошибка) Случилось что-то непредвиденное."
|
|
527
531
|
|
|
528
|
-
#: aa_intel_tool/views/general.py:
|
|
532
|
+
#: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
|
|
529
533
|
msgid "The scan you were looking for could not be found."
|
|
530
534
|
msgstr "Скан, который вы ищите, не может быть найден."
|
|
Binary file
|