aa-intel-tool 2.6.1__py3-none-any.whl → 2.6.3__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/helper/eve_character.py +24 -36
- aa_intel_tool/helper/static_files.py +2 -2
- aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +30 -29
- aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/de/LC_MESSAGES/django.po +36 -35
- aa_intel_tool/locale/django.pot +31 -30
- aa_intel_tool/locale/es/LC_MESSAGES/django.po +32 -29
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +38 -33
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +30 -29
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po +30 -29
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +39 -33
- aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +30 -29
- aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +30 -29
- aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po +38 -33
- aa_intel_tool/locale/sk/LC_MESSAGES/django.po +30 -29
- aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +129 -123
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +32 -29
- aa_intel_tool/parser/general.py +11 -16
- aa_intel_tool/parser/helper/db.py +8 -11
- aa_intel_tool/parser/module/chatlist.py +97 -126
- aa_intel_tool/parser/module/dscan.py +115 -147
- aa_intel_tool/parser/module/fleetcomp.py +85 -102
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +6 -19
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +1 -1
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +104 -64
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +59 -59
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +43 -43
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +146 -105
- 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-highlight.js +51 -51
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +69 -59
- 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 +54 -32
- 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/base.html +4 -2
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +0 -2
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +0 -2
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +0 -2
- aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html +1 -1
- aa_intel_tool/tests/test-data/dscan.txt +250 -0
- aa_intel_tool/tests/test_admin.py +50 -38
- aa_intel_tool/tests/test_helper_eve_character.py +405 -0
- aa_intel_tool/tests/test_models.py +188 -4
- aa_intel_tool/tests/test_parser_general.py +771 -0
- aa_intel_tool/tests/test_parser_module_chatlist.py +154 -0
- {aa_intel_tool-2.6.1.dist-info → aa_intel_tool-2.6.3.dist-info}/METADATA +4 -4
- {aa_intel_tool-2.6.1.dist-info → aa_intel_tool-2.6.3.dist-info}/RECORD +66 -64
- aa_intel_tool/tests/test_parser.py +0 -135
- {aa_intel_tool-2.6.1.dist-info → aa_intel_tool-2.6.3.dist-info}/WHEEL +0 -0
- {aa_intel_tool-2.6.1.dist-info → aa_intel_tool-2.6.3.dist-info}/licenses/LICENSE +0 -0
|
@@ -6,7 +6,7 @@ msgid ""
|
|
|
6
6
|
msgstr ""
|
|
7
7
|
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
9
|
-
"POT-Creation-Date: 2025-
|
|
9
|
+
"POT-Creation-Date: 2025-05-05 22:48+0200\n"
|
|
10
10
|
"PO-Revision-Date: 2024-08-05 10:10+0000\n"
|
|
11
11
|
"Last-Translator: Anata_no_Usiro <yt23542354m@gmail.com>\n"
|
|
12
12
|
"Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ja/>\n"
|
|
@@ -159,33 +159,33 @@ msgstr ""
|
|
|
159
159
|
msgid "No suitable parser found. Input is not a supported intel type or malformed …"
|
|
160
160
|
msgstr ""
|
|
161
161
|
|
|
162
|
-
#: aa_intel_tool/parser/general.py:
|
|
162
|
+
#: aa_intel_tool/parser/general.py:63
|
|
163
163
|
msgid "No data to parse …"
|
|
164
164
|
msgstr ""
|
|
165
165
|
|
|
166
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
166
|
+
#: aa_intel_tool/parser/module/chatlist.py:60
|
|
167
167
|
msgid "Something went wrong while fetching the character information from ESI."
|
|
168
168
|
msgstr ""
|
|
169
169
|
|
|
170
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
170
|
+
#: aa_intel_tool/parser/module/chatlist.py:67
|
|
171
171
|
msgid "Character unknown to ESI."
|
|
172
172
|
msgstr ""
|
|
173
173
|
|
|
174
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
174
|
+
#: aa_intel_tool/parser/module/chatlist.py:256
|
|
175
175
|
msgid "The chat list module is currently disabled."
|
|
176
176
|
msgstr ""
|
|
177
177
|
|
|
178
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
178
|
+
#: aa_intel_tool/parser/module/chatlist.py:275
|
|
179
179
|
#, python-brace-format
|
|
180
180
|
msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
|
|
181
181
|
msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
|
|
182
182
|
msgstr[0] ""
|
|
183
183
|
|
|
184
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
184
|
+
#: aa_intel_tool/parser/module/dscan.py:362
|
|
185
185
|
msgid "The D-Scan module is currently disabled."
|
|
186
186
|
msgstr ""
|
|
187
187
|
|
|
188
|
-
#: aa_intel_tool/parser/module/fleetcomp.py:
|
|
188
|
+
#: aa_intel_tool/parser/module/fleetcomp.py:181
|
|
189
189
|
msgid "The fleet composition module is currently disabled."
|
|
190
190
|
msgstr ""
|
|
191
191
|
|
|
@@ -198,13 +198,14 @@ msgid "Something went wrong. Nothing copied. Maybe your browser does not support
|
|
|
198
198
|
msgstr ""
|
|
199
199
|
|
|
200
200
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
201
|
-
|
|
202
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
|
|
203
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
204
|
-
msgid "Unaffiliated / No Alliance"
|
|
201
|
+
msgid "Unaffiliated"
|
|
205
202
|
msgstr ""
|
|
206
203
|
|
|
207
204
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:26
|
|
205
|
+
msgid "No Alliance"
|
|
206
|
+
msgstr ""
|
|
207
|
+
|
|
208
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:27
|
|
208
209
|
msgid "NPC Corp"
|
|
209
210
|
msgstr ""
|
|
210
211
|
|
|
@@ -268,26 +269,26 @@ msgstr ""
|
|
|
268
269
|
msgid "Copy permalink"
|
|
269
270
|
msgstr ""
|
|
270
271
|
|
|
271
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
272
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:7
|
|
272
273
|
msgid "Alliances breakdown"
|
|
273
274
|
msgstr ""
|
|
274
275
|
|
|
275
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
276
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
276
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
|
|
277
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
|
|
277
278
|
msgid "Alliance"
|
|
278
279
|
msgstr ""
|
|
279
280
|
|
|
280
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
281
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
281
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:19
|
|
282
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:19
|
|
282
283
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
|
|
283
284
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
|
|
284
285
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
|
|
285
286
|
msgid "Count"
|
|
286
287
|
msgstr ""
|
|
287
288
|
|
|
288
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
289
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
290
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
289
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:27
|
|
290
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:27
|
|
291
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:27
|
|
291
292
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
|
|
292
293
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
|
|
293
294
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
|
|
@@ -295,29 +296,29 @@ msgstr ""
|
|
|
295
296
|
msgid "Loading data …"
|
|
296
297
|
msgstr ""
|
|
297
298
|
|
|
298
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
299
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
300
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
299
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:33
|
|
300
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:33
|
|
301
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:33
|
|
301
302
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
|
|
302
303
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
|
|
303
304
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
|
|
304
305
|
msgid "No data …"
|
|
305
306
|
msgstr ""
|
|
306
307
|
|
|
307
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
308
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:7
|
|
308
309
|
msgid "Corporations breakdown"
|
|
309
310
|
msgstr ""
|
|
310
311
|
|
|
311
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
312
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
312
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
|
|
313
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
313
314
|
msgid "Corporation"
|
|
314
315
|
msgstr ""
|
|
315
316
|
|
|
316
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
317
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:6
|
|
317
318
|
msgid "Pilots breakdown"
|
|
318
319
|
msgstr ""
|
|
319
320
|
|
|
320
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
321
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:17
|
|
321
322
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
|
|
322
323
|
msgid "Pilot"
|
|
323
324
|
msgstr ""
|
|
@@ -380,7 +381,7 @@ msgid "No data."
|
|
|
380
381
|
msgstr ""
|
|
381
382
|
|
|
382
383
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html:5
|
|
383
|
-
msgid "Scan taken at (
|
|
384
|
+
msgid "Scan taken at (EVE time)"
|
|
384
385
|
msgstr ""
|
|
385
386
|
|
|
386
387
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
|
|
Binary file
|
|
@@ -5,20 +5,21 @@
|
|
|
5
5
|
# Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
|
|
6
6
|
# Mind of the Raven <okanieva@gmail.com>, 2024.
|
|
7
7
|
# Rodpold Shard <rodpold@gmail.com>, 2024.
|
|
8
|
+
# SiO4 <hohoit0078@gmail.com>, 2025.
|
|
8
9
|
msgid ""
|
|
9
10
|
msgstr ""
|
|
10
11
|
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
11
12
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
12
|
-
"POT-Creation-Date: 2025-
|
|
13
|
-
"PO-Revision-Date:
|
|
14
|
-
"Last-Translator:
|
|
13
|
+
"POT-Creation-Date: 2025-05-05 22:48+0200\n"
|
|
14
|
+
"PO-Revision-Date: 2025-04-28 07:24+0000\n"
|
|
15
|
+
"Last-Translator: SiO4 <hohoit0078@gmail.com>\n"
|
|
15
16
|
"Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ko/>\n"
|
|
16
17
|
"Language: ko_KR\n"
|
|
17
18
|
"MIME-Version: 1.0\n"
|
|
18
19
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
20
|
"Content-Transfer-Encoding: 8bit\n"
|
|
20
21
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
21
|
-
"X-Generator: Weblate 5.
|
|
22
|
+
"X-Generator: Weblate 5.11.1\n"
|
|
22
23
|
|
|
23
24
|
#: aa_intel_tool/__init__.py:9
|
|
24
25
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
@@ -162,33 +163,33 @@ msgstr "스캔 데이터"
|
|
|
162
163
|
msgid "No suitable parser found. Input is not a supported intel type or malformed …"
|
|
163
164
|
msgstr "지원하는 파서를 찾을 수 없습니다. 지원하지 않는 인텔 타입이거나, 잘못된 형식입니다…"
|
|
164
165
|
|
|
165
|
-
#: aa_intel_tool/parser/general.py:
|
|
166
|
+
#: aa_intel_tool/parser/general.py:63
|
|
166
167
|
msgid "No data to parse …"
|
|
167
168
|
msgstr "가져올 데이터가 없습니다…"
|
|
168
169
|
|
|
169
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
170
|
+
#: aa_intel_tool/parser/module/chatlist.py:60
|
|
170
171
|
msgid "Something went wrong while fetching the character information from ESI."
|
|
171
172
|
msgstr "ESI에서 캐릭터 정보를 가져오는 중 오류가 발생했습니다."
|
|
172
173
|
|
|
173
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
174
|
+
#: aa_intel_tool/parser/module/chatlist.py:67
|
|
174
175
|
msgid "Character unknown to ESI."
|
|
175
176
|
msgstr "ESI에 등록되지 않은 캐릭터입니다."
|
|
176
177
|
|
|
177
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
178
|
+
#: aa_intel_tool/parser/module/chatlist.py:256
|
|
178
179
|
msgid "The chat list module is currently disabled."
|
|
179
180
|
msgstr "챗 리스트 모듈이 비활성화된 상태입니다."
|
|
180
181
|
|
|
181
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
182
|
+
#: aa_intel_tool/parser/module/chatlist.py:275
|
|
182
183
|
#, python-brace-format
|
|
183
184
|
msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
|
|
184
185
|
msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
|
|
185
186
|
msgstr[0] "챗 스캔 파일럿 수는 최대 {max_allowed_pilots}명으로 제한되어 있습니다. 입력한 파일럿 수가 제한을 초과합니다."
|
|
186
187
|
|
|
187
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
188
|
+
#: aa_intel_tool/parser/module/dscan.py:362
|
|
188
189
|
msgid "The D-Scan module is currently disabled."
|
|
189
190
|
msgstr "전방위 스캐너 모듈이 비활성화된 상태입니다."
|
|
190
191
|
|
|
191
|
-
#: aa_intel_tool/parser/module/fleetcomp.py:
|
|
192
|
+
#: aa_intel_tool/parser/module/fleetcomp.py:181
|
|
192
193
|
msgid "The fleet composition module is currently disabled."
|
|
193
194
|
msgstr "함대 구성 모듈이 비활성화된 상태입니다."
|
|
194
195
|
|
|
@@ -201,13 +202,18 @@ msgid "Something went wrong. Nothing copied. Maybe your browser does not support
|
|
|
201
202
|
msgstr "뭔가 잘못됐습니다. 복사되지 않았습니다. 브라우저가 이 기능을 지원하지 않을 수도 있습니다."
|
|
202
203
|
|
|
203
204
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
msgid "Unaffiliated / No Alliance"
|
|
205
|
+
#, fuzzy
|
|
206
|
+
#| msgid "Unaffiliated / No Alliance"
|
|
207
|
+
msgid "Unaffiliated"
|
|
208
208
|
msgstr "얼라이언스 없음"
|
|
209
209
|
|
|
210
210
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:26
|
|
211
|
+
#, fuzzy
|
|
212
|
+
#| msgid "Alliance"
|
|
213
|
+
msgid "No Alliance"
|
|
214
|
+
msgstr "얼라이언스"
|
|
215
|
+
|
|
216
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:27
|
|
211
217
|
msgid "NPC Corp"
|
|
212
218
|
msgstr "NPC 코퍼레이션"
|
|
213
219
|
|
|
@@ -223,7 +229,7 @@ msgstr "이 앱을 번역하거나 기존 번역을 개선하고 싶으신가요
|
|
|
223
229
|
|
|
224
230
|
#: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
|
|
225
231
|
msgid "Join our team of translators!"
|
|
226
|
-
msgstr "
|
|
232
|
+
msgstr "번역가 팀에 참여하세요!"
|
|
227
233
|
|
|
228
234
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:10
|
|
229
235
|
msgid "What can I paste?"
|
|
@@ -275,26 +281,26 @@ msgstr "새 스캔"
|
|
|
275
281
|
msgid "Copy permalink"
|
|
276
282
|
msgstr "고유 링크 복사"
|
|
277
283
|
|
|
278
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
284
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:7
|
|
279
285
|
msgid "Alliances breakdown"
|
|
280
286
|
msgstr "얼라이언스별 분리"
|
|
281
287
|
|
|
282
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
283
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
288
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
|
|
289
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
|
|
284
290
|
msgid "Alliance"
|
|
285
291
|
msgstr "얼라이언스"
|
|
286
292
|
|
|
287
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
288
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
293
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:19
|
|
294
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:19
|
|
289
295
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
|
|
290
296
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
|
|
291
297
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
|
|
292
298
|
msgid "Count"
|
|
293
299
|
msgstr "갯수"
|
|
294
300
|
|
|
295
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
296
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
297
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
301
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:27
|
|
302
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:27
|
|
303
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:27
|
|
298
304
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
|
|
299
305
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
|
|
300
306
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
|
|
@@ -302,29 +308,29 @@ msgstr "갯수"
|
|
|
302
308
|
msgid "Loading data …"
|
|
303
309
|
msgstr "데이터 로딩 중 …"
|
|
304
310
|
|
|
305
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
306
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
307
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
311
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:33
|
|
312
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:33
|
|
313
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:33
|
|
308
314
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
|
|
309
315
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
|
|
310
316
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
|
|
311
317
|
msgid "No data …"
|
|
312
318
|
msgstr "데이터 없음 …"
|
|
313
319
|
|
|
314
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
320
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:7
|
|
315
321
|
msgid "Corporations breakdown"
|
|
316
322
|
msgstr "코퍼레이션별 분류"
|
|
317
323
|
|
|
318
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
319
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
324
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
|
|
325
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
320
326
|
msgid "Corporation"
|
|
321
327
|
msgstr "코퍼레이션"
|
|
322
328
|
|
|
323
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
329
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:6
|
|
324
330
|
msgid "Pilots breakdown"
|
|
325
331
|
msgstr "파일럿별 분류"
|
|
326
332
|
|
|
327
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
333
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:17
|
|
328
334
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
|
|
329
335
|
msgid "Pilot"
|
|
330
336
|
msgstr "파일럿"
|
|
@@ -389,7 +395,7 @@ msgstr "데이터 없음."
|
|
|
389
395
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html:5
|
|
390
396
|
#, fuzzy
|
|
391
397
|
#| msgid "Scan taken at (Eve Time)"
|
|
392
|
-
msgid "Scan taken at (
|
|
398
|
+
msgid "Scan taken at (EVE time)"
|
|
393
399
|
msgstr "스캔 시각 (이브 시간)"
|
|
394
400
|
|
|
395
401
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
|
|
@@ -7,7 +7,7 @@ msgid ""
|
|
|
7
7
|
msgstr ""
|
|
8
8
|
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
10
|
-
"POT-Creation-Date: 2025-
|
|
10
|
+
"POT-Creation-Date: 2025-05-05 22:48+0200\n"
|
|
11
11
|
"PO-Revision-Date: 2024-05-10 14:07+0000\n"
|
|
12
12
|
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
13
13
|
"Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/nl/>\n"
|
|
@@ -160,34 +160,34 @@ msgstr ""
|
|
|
160
160
|
msgid "No suitable parser found. Input is not a supported intel type or malformed …"
|
|
161
161
|
msgstr ""
|
|
162
162
|
|
|
163
|
-
#: aa_intel_tool/parser/general.py:
|
|
163
|
+
#: aa_intel_tool/parser/general.py:63
|
|
164
164
|
msgid "No data to parse …"
|
|
165
165
|
msgstr ""
|
|
166
166
|
|
|
167
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
167
|
+
#: aa_intel_tool/parser/module/chatlist.py:60
|
|
168
168
|
msgid "Something went wrong while fetching the character information from ESI."
|
|
169
169
|
msgstr ""
|
|
170
170
|
|
|
171
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
171
|
+
#: aa_intel_tool/parser/module/chatlist.py:67
|
|
172
172
|
msgid "Character unknown to ESI."
|
|
173
173
|
msgstr ""
|
|
174
174
|
|
|
175
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
175
|
+
#: aa_intel_tool/parser/module/chatlist.py:256
|
|
176
176
|
msgid "The chat list module is currently disabled."
|
|
177
177
|
msgstr ""
|
|
178
178
|
|
|
179
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
179
|
+
#: aa_intel_tool/parser/module/chatlist.py:275
|
|
180
180
|
#, python-brace-format
|
|
181
181
|
msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
|
|
182
182
|
msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
|
|
183
183
|
msgstr[0] ""
|
|
184
184
|
msgstr[1] ""
|
|
185
185
|
|
|
186
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
186
|
+
#: aa_intel_tool/parser/module/dscan.py:362
|
|
187
187
|
msgid "The D-Scan module is currently disabled."
|
|
188
188
|
msgstr ""
|
|
189
189
|
|
|
190
|
-
#: aa_intel_tool/parser/module/fleetcomp.py:
|
|
190
|
+
#: aa_intel_tool/parser/module/fleetcomp.py:181
|
|
191
191
|
msgid "The fleet composition module is currently disabled."
|
|
192
192
|
msgstr ""
|
|
193
193
|
|
|
@@ -200,13 +200,14 @@ msgid "Something went wrong. Nothing copied. Maybe your browser does not support
|
|
|
200
200
|
msgstr ""
|
|
201
201
|
|
|
202
202
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
203
|
-
|
|
204
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
|
|
205
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
206
|
-
msgid "Unaffiliated / No Alliance"
|
|
203
|
+
msgid "Unaffiliated"
|
|
207
204
|
msgstr ""
|
|
208
205
|
|
|
209
206
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:26
|
|
207
|
+
msgid "No Alliance"
|
|
208
|
+
msgstr ""
|
|
209
|
+
|
|
210
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:27
|
|
210
211
|
msgid "NPC Corp"
|
|
211
212
|
msgstr ""
|
|
212
213
|
|
|
@@ -272,26 +273,26 @@ msgstr ""
|
|
|
272
273
|
msgid "Copy permalink"
|
|
273
274
|
msgstr ""
|
|
274
275
|
|
|
275
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
276
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:7
|
|
276
277
|
msgid "Alliances breakdown"
|
|
277
278
|
msgstr ""
|
|
278
279
|
|
|
279
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
280
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
280
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
|
|
281
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
|
|
281
282
|
msgid "Alliance"
|
|
282
283
|
msgstr ""
|
|
283
284
|
|
|
284
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
285
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
285
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:19
|
|
286
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:19
|
|
286
287
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
|
|
287
288
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
|
|
288
289
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
|
|
289
290
|
msgid "Count"
|
|
290
291
|
msgstr ""
|
|
291
292
|
|
|
292
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
293
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
294
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
293
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:27
|
|
294
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:27
|
|
295
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:27
|
|
295
296
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
|
|
296
297
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
|
|
297
298
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
|
|
@@ -299,29 +300,29 @@ msgstr ""
|
|
|
299
300
|
msgid "Loading data …"
|
|
300
301
|
msgstr ""
|
|
301
302
|
|
|
302
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
303
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
304
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
303
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:33
|
|
304
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:33
|
|
305
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:33
|
|
305
306
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
|
|
306
307
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
|
|
307
308
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
|
|
308
309
|
msgid "No data …"
|
|
309
310
|
msgstr ""
|
|
310
311
|
|
|
311
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
312
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:7
|
|
312
313
|
msgid "Corporations breakdown"
|
|
313
314
|
msgstr ""
|
|
314
315
|
|
|
315
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
316
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
316
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
|
|
317
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
317
318
|
msgid "Corporation"
|
|
318
319
|
msgstr ""
|
|
319
320
|
|
|
320
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
321
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:6
|
|
321
322
|
msgid "Pilots breakdown"
|
|
322
323
|
msgstr ""
|
|
323
324
|
|
|
324
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
325
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:17
|
|
325
326
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
|
|
326
327
|
msgid "Pilot"
|
|
327
328
|
msgstr ""
|
|
@@ -384,7 +385,7 @@ msgid "No data."
|
|
|
384
385
|
msgstr ""
|
|
385
386
|
|
|
386
387
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html:5
|
|
387
|
-
msgid "Scan taken at (
|
|
388
|
+
msgid "Scan taken at (EVE time)"
|
|
388
389
|
msgstr ""
|
|
389
390
|
|
|
390
391
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
|
|
@@ -6,7 +6,7 @@ msgid ""
|
|
|
6
6
|
msgstr ""
|
|
7
7
|
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
9
|
-
"POT-Creation-Date: 2025-
|
|
9
|
+
"POT-Creation-Date: 2025-05-05 22:48+0200\n"
|
|
10
10
|
"PO-Revision-Date: 2024-05-10 14:07+0000\n"
|
|
11
11
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
12
12
|
"Language-Team: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/pl/>\n"
|
|
@@ -159,23 +159,23 @@ msgstr ""
|
|
|
159
159
|
msgid "No suitable parser found. Input is not a supported intel type or malformed …"
|
|
160
160
|
msgstr ""
|
|
161
161
|
|
|
162
|
-
#: aa_intel_tool/parser/general.py:
|
|
162
|
+
#: aa_intel_tool/parser/general.py:63
|
|
163
163
|
msgid "No data to parse …"
|
|
164
164
|
msgstr ""
|
|
165
165
|
|
|
166
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
166
|
+
#: aa_intel_tool/parser/module/chatlist.py:60
|
|
167
167
|
msgid "Something went wrong while fetching the character information from ESI."
|
|
168
168
|
msgstr ""
|
|
169
169
|
|
|
170
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
170
|
+
#: aa_intel_tool/parser/module/chatlist.py:67
|
|
171
171
|
msgid "Character unknown to ESI."
|
|
172
172
|
msgstr ""
|
|
173
173
|
|
|
174
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
174
|
+
#: aa_intel_tool/parser/module/chatlist.py:256
|
|
175
175
|
msgid "The chat list module is currently disabled."
|
|
176
176
|
msgstr ""
|
|
177
177
|
|
|
178
|
-
#: aa_intel_tool/parser/module/chatlist.py:
|
|
178
|
+
#: aa_intel_tool/parser/module/chatlist.py:275
|
|
179
179
|
#, python-brace-format
|
|
180
180
|
msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
|
|
181
181
|
msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
|
|
@@ -183,11 +183,11 @@ msgstr[0] ""
|
|
|
183
183
|
msgstr[1] ""
|
|
184
184
|
msgstr[2] ""
|
|
185
185
|
|
|
186
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
186
|
+
#: aa_intel_tool/parser/module/dscan.py:362
|
|
187
187
|
msgid "The D-Scan module is currently disabled."
|
|
188
188
|
msgstr ""
|
|
189
189
|
|
|
190
|
-
#: aa_intel_tool/parser/module/fleetcomp.py:
|
|
190
|
+
#: aa_intel_tool/parser/module/fleetcomp.py:181
|
|
191
191
|
msgid "The fleet composition module is currently disabled."
|
|
192
192
|
msgstr ""
|
|
193
193
|
|
|
@@ -200,13 +200,14 @@ msgid "Something went wrong. Nothing copied. Maybe your browser does not support
|
|
|
200
200
|
msgstr ""
|
|
201
201
|
|
|
202
202
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:25
|
|
203
|
-
|
|
204
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
|
|
205
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
206
|
-
msgid "Unaffiliated / No Alliance"
|
|
203
|
+
msgid "Unaffiliated"
|
|
207
204
|
msgstr ""
|
|
208
205
|
|
|
209
206
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:26
|
|
207
|
+
msgid "No Alliance"
|
|
208
|
+
msgstr ""
|
|
209
|
+
|
|
210
|
+
#: aa_intel_tool/templates/aa_intel_tool/base.html:27
|
|
210
211
|
msgid "NPC Corp"
|
|
211
212
|
msgstr ""
|
|
212
213
|
|
|
@@ -274,26 +275,26 @@ msgstr ""
|
|
|
274
275
|
msgid "Copy permalink"
|
|
275
276
|
msgstr ""
|
|
276
277
|
|
|
277
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
278
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:7
|
|
278
279
|
msgid "Alliances breakdown"
|
|
279
280
|
msgstr ""
|
|
280
281
|
|
|
281
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
282
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
282
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
|
|
283
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
|
|
283
284
|
msgid "Alliance"
|
|
284
285
|
msgstr ""
|
|
285
286
|
|
|
286
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
287
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
287
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:19
|
|
288
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:19
|
|
288
289
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
|
|
289
290
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
|
|
290
291
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
|
|
291
292
|
msgid "Count"
|
|
292
293
|
msgstr ""
|
|
293
294
|
|
|
294
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
295
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
296
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
295
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:27
|
|
296
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:27
|
|
297
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:27
|
|
297
298
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
|
|
298
299
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
|
|
299
300
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
|
|
@@ -301,29 +302,29 @@ msgstr ""
|
|
|
301
302
|
msgid "Loading data …"
|
|
302
303
|
msgstr ""
|
|
303
304
|
|
|
304
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
305
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
306
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
305
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:33
|
|
306
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:33
|
|
307
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:33
|
|
307
308
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
|
|
308
309
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
|
|
309
310
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
|
|
310
311
|
msgid "No data …"
|
|
311
312
|
msgstr ""
|
|
312
313
|
|
|
313
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
314
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:7
|
|
314
315
|
msgid "Corporations breakdown"
|
|
315
316
|
msgstr ""
|
|
316
317
|
|
|
317
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
318
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
318
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
|
|
319
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
319
320
|
msgid "Corporation"
|
|
320
321
|
msgstr ""
|
|
321
322
|
|
|
322
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
323
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:6
|
|
323
324
|
msgid "Pilots breakdown"
|
|
324
325
|
msgstr ""
|
|
325
326
|
|
|
326
|
-
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:
|
|
327
|
+
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:17
|
|
327
328
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
|
|
328
329
|
msgid "Pilot"
|
|
329
330
|
msgstr ""
|
|
@@ -386,7 +387,7 @@ msgid "No data."
|
|
|
386
387
|
msgstr ""
|
|
387
388
|
|
|
388
389
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html:5
|
|
389
|
-
msgid "Scan taken at (
|
|
390
|
+
msgid "Scan taken at (EVE time)"
|
|
390
391
|
msgstr ""
|
|
391
392
|
|
|
392
393
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
|
|
Binary file
|