aa-intel-tool 0.0.1a13__py3-none-any.whl → 1.0.0__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 +4 -1
- aa_intel_tool/app_settings.py +1 -1
- aa_intel_tool/apps.py +1 -1
- aa_intel_tool/constants.py +5 -2
- aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/de/LC_MESSAGES/django.po +139 -148
- aa_intel_tool/locale/django.pot +111 -105
- aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/es/LC_MESSAGES/django.po +135 -124
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +111 -105
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +111 -105
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po +111 -105
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +127 -121
- aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po +222 -200
- aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +121 -117
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +111 -105
- aa_intel_tool/migrations/0001_initial.py +70 -15
- aa_intel_tool/models.py +3 -2
- aa_intel_tool/parser/module/chatlist.py +53 -40
- aa_intel_tool/parser/module/fleetcomp.py +130 -34
- aa_intel_tool/scripts/drop_tables.sql +5 -0
- aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.css +1 -1
- aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css +2 -1
- aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css.map +1 -0
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +2 -1
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +24 -24
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +13 -199
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +26 -26
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +19 -49
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +148 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +2 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +231 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +2 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +216 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +2 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +1 -0
- aa_intel_tool/templates/aa_intel_tool/base.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +10 -0
- aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +2 -2
- aa_intel_tool/templates/aa_intel_tool/partials/index/form.html +6 -2
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +1 -4
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +1 -4
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html +2 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html +9 -6
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +5 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html +2 -2
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html +7 -4
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/system-information.html +4 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html +41 -0
- aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html +24 -0
- aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html +18 -0
- aa_intel_tool/templates/aa_intel_tool/views/index.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +2 -4
- aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +2 -4
- aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +47 -0
- aa_intel_tool/tests/test-data/fleetcomp.txt +1 -0
- aa_intel_tool/tests/test_access.py +3 -3
- aa_intel_tool/tests/test_admin.py +86 -0
- aa_intel_tool/tests/test_auth_hooks.py +3 -3
- aa_intel_tool/tests/test_helper_data_structures.py +1 -1
- aa_intel_tool/tests/test_parser.py +17 -16
- aa_intel_tool/tests/test_parser_helper_db.py +60 -0
- aa_intel_tool/tests/utils.py +0 -87
- aa_intel_tool/views/general.py +16 -7
- {aa_intel_tool-0.0.1a13.dist-info → aa_intel_tool-1.0.0.dist-info}/METADATA +28 -20
- aa_intel_tool-1.0.0.dist-info/RECORD +123 -0
- aa_intel_tool/migrations/0002_remove_scan_processed_data_scandata.py +0 -69
- aa_intel_tool/migrations/0003_alter_scandata_scan.py +0 -27
- aa_intel_tool/migrations/0004_alter_scandata_section.py +0 -34
- aa_intel_tool/migrations/0005_alter_scan_options_alter_scandata_options_and_more.py +0 -94
- aa_intel_tool/migrations/0006_alter_scandata_unique_together.py +0 -17
- aa_intel_tool/migrations/0007_alter_scandata_section.py +0 -37
- aa_intel_tool-0.0.1a13.dist-info/RECORD +0 -105
- {aa_intel_tool-0.0.1a13.dist-info → aa_intel_tool-1.0.0.dist-info}/WHEEL +0 -0
- {aa_intel_tool-0.0.1a13.dist-info → aa_intel_tool-1.0.0.dist-info}/licenses/LICENSE +0 -0
aa_intel_tool/__init__.py
CHANGED
|
@@ -5,7 +5,10 @@ App init
|
|
|
5
5
|
# Standard Library
|
|
6
6
|
from importlib import metadata
|
|
7
7
|
|
|
8
|
+
# Django
|
|
9
|
+
from django.utils.translation import gettext_lazy as _
|
|
10
|
+
|
|
8
11
|
__version__ = metadata.version(distribution_name="aa-intel-tool")
|
|
9
|
-
__title__ = "Intel
|
|
12
|
+
__title__ = _("Intel Parser")
|
|
10
13
|
|
|
11
14
|
del metadata
|
aa_intel_tool/app_settings.py
CHANGED
|
@@ -27,7 +27,7 @@ class AppSettings: # pylint: disable=too-few-public-methods
|
|
|
27
27
|
# Enabled by default
|
|
28
28
|
INTELTOOL_ENABLE_MODULE_FLEETCOMP = clean_setting(
|
|
29
29
|
name="INTELTOOL_ENABLE_MODULE_FLEETCOMP",
|
|
30
|
-
default_value=
|
|
30
|
+
default_value=True,
|
|
31
31
|
required_type=bool,
|
|
32
32
|
)
|
|
33
33
|
|
aa_intel_tool/apps.py
CHANGED
|
@@ -18,4 +18,4 @@ class AaIntelToolConfig(AppConfig):
|
|
|
18
18
|
name = "aa_intel_tool"
|
|
19
19
|
label = "aa_intel_tool"
|
|
20
20
|
# Translators: This is the app name and version, which will appear in the Django Backend
|
|
21
|
-
verbose_name = _(f"Intel
|
|
21
|
+
verbose_name = _(f"Intel Parser v{__version__}")
|
aa_intel_tool/constants.py
CHANGED
|
@@ -68,19 +68,22 @@ REGEX_PATTERN = {
|
|
|
68
68
|
# Supported intel types and their parameters
|
|
69
69
|
SUPPORTED_INTEL_TYPES = {
|
|
70
70
|
"chatlist": {
|
|
71
|
-
"name": _("Chat
|
|
71
|
+
"name": _("Chat list"),
|
|
72
72
|
"parser": aa_intel_tool.parser.module.chatlist.parse,
|
|
73
73
|
"pattern": REGEX_PATTERN["chatlist"],
|
|
74
|
+
"template": "aa_intel_tool/views/scan/chatlist.html",
|
|
74
75
|
},
|
|
75
76
|
"dscan": {
|
|
76
77
|
"name": _("D-Scan"),
|
|
77
78
|
"parser": aa_intel_tool.parser.module.dscan.parse,
|
|
78
79
|
"pattern": REGEX_PATTERN["dscan"],
|
|
80
|
+
"template": "aa_intel_tool/views/scan/dscan.html",
|
|
79
81
|
},
|
|
80
82
|
"fleetcomp": {
|
|
81
|
-
"name": _("Fleet
|
|
83
|
+
"name": _("Fleet composition"),
|
|
82
84
|
"parser": aa_intel_tool.parser.module.fleetcomp.parse,
|
|
83
85
|
"pattern": REGEX_PATTERN["fleetcomp"],
|
|
86
|
+
"template": "aa_intel_tool/views/scan/fleetcomp.html",
|
|
84
87
|
},
|
|
85
88
|
}
|
|
86
89
|
|
|
Binary file
|
|
@@ -6,11 +6,11 @@ msgid ""
|
|
|
6
6
|
msgstr ""
|
|
7
7
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
|
-
"POT-Creation-Date: 2023-08-
|
|
10
|
-
"PO-Revision-Date: 2023-08-
|
|
9
|
+
"POT-Creation-Date: 2023-08-29 16:06+0200\n"
|
|
10
|
+
"PO-Revision-Date: 2023-08-31 06:18+0000\n"
|
|
11
11
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
12
|
-
"Language-Team: German <https://weblate.ppfeufer.de/projects/
|
|
13
|
-
"apps/aa-intel-tool/de/>\n"
|
|
12
|
+
"Language-Team: German <https://weblate.ppfeufer.de/projects/"
|
|
13
|
+
"alliance-auth-apps/aa-intel-tool/de/>\n"
|
|
14
14
|
"Language: de\n"
|
|
15
15
|
"MIME-Version: 1.0\n"
|
|
16
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -18,6 +18,15 @@ msgstr ""
|
|
|
18
18
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
19
19
|
"X-Generator: Weblate 4.18.2\n"
|
|
20
20
|
|
|
21
|
+
#: __init__.py:12 templates/aa_intel_tool/base.html:6
|
|
22
|
+
#: templates/aa_intel_tool/views/index.html:6
|
|
23
|
+
#: templates/aa_intel_tool/views/index.html:10
|
|
24
|
+
#: templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
25
|
+
#: templates/aa_intel_tool/views/scan/dscan.html:5
|
|
26
|
+
#: templates/aa_intel_tool/views/scan/fleetcomp.html:5
|
|
27
|
+
msgid "Intel Parser"
|
|
28
|
+
msgstr "Intel Parser"
|
|
29
|
+
|
|
21
30
|
#: admin.py:79 models.py:46
|
|
22
31
|
msgid "Scan type"
|
|
23
32
|
msgstr "Scantyp"
|
|
@@ -33,28 +42,27 @@ msgstr "Rohdaten"
|
|
|
33
42
|
#. Translators: This is the app name and version, which will appear in the Django Backend
|
|
34
43
|
#: apps.py:21
|
|
35
44
|
#, python-brace-format
|
|
36
|
-
msgid "Intel
|
|
37
|
-
msgstr "Intel
|
|
45
|
+
msgid "Intel Parser v{__version__}"
|
|
46
|
+
msgstr "Intel Parser v{__version__}"
|
|
38
47
|
|
|
39
48
|
#: constants.py:71 models.py:24
|
|
40
|
-
msgid "Chat
|
|
49
|
+
msgid "Chat list"
|
|
41
50
|
msgstr "Chatliste"
|
|
42
51
|
|
|
43
|
-
#: constants.py:
|
|
44
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
45
|
-
#: templates/aa_intel_tool/views/scan/dscan.html:11
|
|
52
|
+
#: constants.py:77 models.py:22
|
|
53
|
+
#: templates/aa_intel_tool/partials/index/form.html:28
|
|
46
54
|
msgid "D-Scan"
|
|
47
55
|
msgstr "D-Scan"
|
|
48
56
|
|
|
49
|
-
#: constants.py:
|
|
50
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
51
|
-
msgid "Fleet
|
|
57
|
+
#: constants.py:83 models.py:23 models.py:123
|
|
58
|
+
#: templates/aa_intel_tool/partials/index/form.html:33
|
|
59
|
+
msgid "Fleet composition"
|
|
52
60
|
msgstr "Flottenzusammensetzung"
|
|
53
61
|
|
|
54
62
|
#: exceptions.py:34
|
|
55
63
|
#, python-brace-format
|
|
56
64
|
msgid "A parser error occurred » {message}"
|
|
57
|
-
msgstr "Ein
|
|
65
|
+
msgstr "Ein Parserfehler ist aufgetreten » {message}"
|
|
58
66
|
|
|
59
67
|
#: form.py:20
|
|
60
68
|
msgid "Paste here …"
|
|
@@ -76,7 +84,7 @@ msgstr "Erstellungsdatum/-uhrzeit"
|
|
|
76
84
|
msgid "Scan RAW data"
|
|
77
85
|
msgstr "Scan Rohdaten"
|
|
78
86
|
|
|
79
|
-
#: models.py:55 models.py:
|
|
87
|
+
#: models.py:55 models.py:132
|
|
80
88
|
msgid "Scan"
|
|
81
89
|
msgstr "Scan"
|
|
82
90
|
|
|
@@ -118,34 +126,31 @@ msgid "Structures (on grid)"
|
|
|
118
126
|
msgstr "Strukturen (On Grid)"
|
|
119
127
|
|
|
120
128
|
#: models.py:119
|
|
121
|
-
#, fuzzy
|
|
122
|
-
#| msgid "Structures (on grid)"
|
|
123
129
|
msgid "Starbases (on grid)"
|
|
124
|
-
msgstr "
|
|
130
|
+
msgstr "Starbases (On Grid)"
|
|
125
131
|
|
|
126
132
|
#: models.py:120
|
|
127
133
|
msgid "Deployables (on grid)"
|
|
128
134
|
msgstr "Stationierbare Strukturen (On Grid)"
|
|
129
135
|
|
|
130
136
|
#: models.py:121
|
|
131
|
-
#, fuzzy
|
|
132
|
-
#| msgid "Deployables (on grid)"
|
|
133
137
|
msgid "Miscellaneous (on grid)"
|
|
134
|
-
msgstr "
|
|
138
|
+
msgstr "Verschiedenes (On Grid)"
|
|
135
139
|
|
|
136
140
|
#: models.py:122
|
|
141
|
+
#: templates/aa_intel_tool/partials/scan/dscan/system-information.html:8
|
|
137
142
|
msgid "System information"
|
|
138
|
-
msgstr ""
|
|
143
|
+
msgstr "Systeminformationen"
|
|
139
144
|
|
|
140
|
-
#: models.py:
|
|
145
|
+
#: models.py:139
|
|
141
146
|
msgid "Scan section"
|
|
142
147
|
msgstr "Scanabschnitt"
|
|
143
148
|
|
|
144
|
-
#: models.py:
|
|
149
|
+
#: models.py:143
|
|
145
150
|
msgid "Processed scan data"
|
|
146
151
|
msgstr "Verarbeitete Scandaten"
|
|
147
152
|
|
|
148
|
-
#: models.py:
|
|
153
|
+
#: models.py:152 models.py:153
|
|
149
154
|
msgid "Scan data"
|
|
150
155
|
msgstr "Scandaten"
|
|
151
156
|
|
|
@@ -160,11 +165,20 @@ msgstr ""
|
|
|
160
165
|
msgid "No data to parse …"
|
|
161
166
|
msgstr "Keine Daten zum Parsen …"
|
|
162
167
|
|
|
163
|
-
#: parser/module/chatlist.py:
|
|
168
|
+
#: parser/module/chatlist.py:66
|
|
169
|
+
msgid "Something went wrong while fetching the character information from ESI."
|
|
170
|
+
msgstr ""
|
|
171
|
+
"Beim Abrufen der Charakterinformationen von ESI ist ein Fehler aufgetreten."
|
|
172
|
+
|
|
173
|
+
#: parser/module/chatlist.py:77
|
|
174
|
+
msgid "Character unknown to ESI."
|
|
175
|
+
msgstr "Charakter ist in ESI nicht bekannt."
|
|
176
|
+
|
|
177
|
+
#: parser/module/chatlist.py:274
|
|
164
178
|
msgid "The chat list module is currently disabled."
|
|
165
179
|
msgstr "Das Chatlistenmodul ist derzeit deaktiviert."
|
|
166
180
|
|
|
167
|
-
#: parser/module/chatlist.py:
|
|
181
|
+
#: parser/module/chatlist.py:292
|
|
168
182
|
#, python-brace-format
|
|
169
183
|
msgid ""
|
|
170
184
|
"Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
|
|
@@ -173,39 +187,20 @@ msgid_plural ""
|
|
|
173
187
|
"Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots "
|
|
174
188
|
"per scan. Your list of pilots exceeds this limit."
|
|
175
189
|
msgstr[0] ""
|
|
176
|
-
"
|
|
190
|
+
"Chatscans sind derzeit auf maximal {max_allowed_pilots} Pilot pro Scan "
|
|
177
191
|
"beschränkt. Deine Pilotenliste überschreitet diese Grenze."
|
|
178
192
|
msgstr[1] ""
|
|
179
|
-
"
|
|
193
|
+
"Chatscans sind derzeit auf maximal {max_allowed_pilots} Piloten pro Scan "
|
|
180
194
|
"beschränkt. Deine Pilotenliste überschreitet diese Grenze."
|
|
181
195
|
|
|
182
|
-
#: parser/module/chatlist.py:268
|
|
183
|
-
msgid "Something went wrong while fetching the character information from ESI."
|
|
184
|
-
msgstr ""
|
|
185
|
-
"Beim Abrufen der Charakterinformationen von ESI ist ein Fehler aufgetreten."
|
|
186
|
-
|
|
187
|
-
#: parser/module/chatlist.py:281
|
|
188
|
-
msgid "Character unknown to ESI."
|
|
189
|
-
msgstr "Charakter ist in ESI nicht bekannt."
|
|
190
|
-
|
|
191
196
|
#: parser/module/dscan.py:322
|
|
192
197
|
msgid "The D-Scan module is currently disabled."
|
|
193
198
|
msgstr "Das D-Scan-Modul ist derzeit deaktiviert."
|
|
194
199
|
|
|
195
|
-
#: parser/module/fleetcomp.py:
|
|
200
|
+
#: parser/module/fleetcomp.py:103
|
|
196
201
|
msgid "The fleet composition module is currently disabled."
|
|
197
202
|
msgstr "Das Flottenzusammensetzungsmodul ist derzeit deaktiviert."
|
|
198
203
|
|
|
199
|
-
#: parser/module/fleetcomp.py:44
|
|
200
|
-
msgid "The fleet composition module is not yet finished, be patient …"
|
|
201
|
-
msgstr ""
|
|
202
|
-
"Das Flottenzusammensetzungsmodul ist noch nicht fertig, hab etwas Geduld …"
|
|
203
|
-
|
|
204
|
-
#: templates/aa_intel_tool/base.html:6
|
|
205
|
-
#: templates/aa_intel_tool/views/index.html:6
|
|
206
|
-
msgid "Intel Tool"
|
|
207
|
-
msgstr "Intel Tool"
|
|
208
|
-
|
|
209
204
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:8
|
|
210
205
|
msgid "Permalink successfully copied"
|
|
211
206
|
msgstr "Permalink erfolgreich kopiert"
|
|
@@ -222,8 +217,6 @@ msgstr ""
|
|
|
222
217
|
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
|
|
223
218
|
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
|
|
224
219
|
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
|
|
225
|
-
#: templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
226
|
-
#: templates/aa_intel_tool/views/scan/dscan.html:5
|
|
227
220
|
msgid "Unaffiliated / No Alliance"
|
|
228
221
|
msgstr "Unabhängig / Keine Allianz"
|
|
229
222
|
|
|
@@ -233,12 +226,12 @@ msgstr "NPC Corp"
|
|
|
233
226
|
|
|
234
227
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
|
|
235
228
|
msgctxt "Decimal separator"
|
|
236
|
-
msgid "
|
|
229
|
+
msgid "."
|
|
237
230
|
msgstr ","
|
|
238
231
|
|
|
239
232
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
|
|
240
233
|
msgctxt "Thousands separator"
|
|
241
|
-
msgid "
|
|
234
|
+
msgid ","
|
|
242
235
|
msgstr "."
|
|
243
236
|
|
|
244
237
|
#: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
|
|
@@ -308,7 +301,7 @@ msgstr ": aktivieren, um die Spalte absteigend zu sortieren"
|
|
|
308
301
|
#, python-format
|
|
309
302
|
msgid "Scans will be deleted after %(scan_retention_time)s day."
|
|
310
303
|
msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
|
|
311
|
-
msgstr[0] "Scans werden nach %(scan_retention_time)s
|
|
304
|
+
msgstr[0] "Scans werden nach %(scan_retention_time)s Tag gelöscht."
|
|
312
305
|
msgstr[1] "Scans werden nach %(scan_retention_time)s Tagen gelöscht."
|
|
313
306
|
|
|
314
307
|
#: templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
|
|
@@ -328,36 +321,36 @@ msgid "What can I paste?"
|
|
|
328
321
|
msgstr "Was kann ich einfügen?"
|
|
329
322
|
|
|
330
323
|
#: templates/aa_intel_tool/partials/index/form.html:16
|
|
331
|
-
msgid "Chat
|
|
332
|
-
msgstr "
|
|
324
|
+
msgid "Chat member list"
|
|
325
|
+
msgstr "Chatmitgliederliste"
|
|
333
326
|
|
|
334
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
327
|
+
#: templates/aa_intel_tool/partials/index/form.html:21
|
|
335
328
|
#, python-format
|
|
336
329
|
msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
|
|
337
330
|
msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
|
|
338
331
|
msgstr[0] "Begrenzt auf maximal %(max_pilots)s Pilot pro Scan."
|
|
339
332
|
msgstr[1] "Begrenzt auf maximal %(max_pilots)s Piloten pro Scan."
|
|
340
333
|
|
|
341
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
334
|
+
#: templates/aa_intel_tool/partials/index/form.html:50
|
|
342
335
|
msgid "Submit"
|
|
343
336
|
msgstr "Absenden"
|
|
344
337
|
|
|
345
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
338
|
+
#: templates/aa_intel_tool/partials/index/form.html:56
|
|
346
339
|
msgid "Working on it, please be patient …"
|
|
347
340
|
msgstr "Bei der Arbeit, bitte hab etwas Geduld …"
|
|
348
341
|
|
|
349
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
342
|
+
#: templates/aa_intel_tool/partials/index/form.html:58
|
|
350
343
|
msgid "Detecting the intel type"
|
|
351
|
-
msgstr "Erkennung des
|
|
344
|
+
msgstr "Erkennung des Inteltyps"
|
|
352
345
|
|
|
353
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
346
|
+
#: templates/aa_intel_tool/partials/index/form.html:59
|
|
354
347
|
msgid ""
|
|
355
348
|
"Fetching potentially missing information from ESI (this might take a moment)"
|
|
356
349
|
msgstr ""
|
|
357
350
|
"Abrufen potenziell fehlender Informationen von ESI (dies kann einen Moment "
|
|
358
351
|
"dauern)"
|
|
359
352
|
|
|
360
|
-
#: templates/aa_intel_tool/partials/index/form.html:
|
|
353
|
+
#: templates/aa_intel_tool/partials/index/form.html:60
|
|
361
354
|
msgid "Parsing data"
|
|
362
355
|
msgstr "Daten analysieren"
|
|
363
356
|
|
|
@@ -373,102 +366,98 @@ msgstr "Permalink kopieren"
|
|
|
373
366
|
msgid "Alliances breakdown"
|
|
374
367
|
msgstr "Aufschlüsselung der Allianzen"
|
|
375
368
|
|
|
376
|
-
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
377
|
-
|
|
378
|
-
|
|
369
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:20
|
|
370
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
|
|
371
|
+
msgid "Alliance"
|
|
372
|
+
msgstr "Allianz"
|
|
379
373
|
|
|
380
|
-
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:
|
|
381
|
-
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
382
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:
|
|
383
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:
|
|
374
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:21
|
|
375
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:21
|
|
376
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
|
|
377
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
|
|
384
378
|
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
|
|
385
379
|
msgid "Count"
|
|
386
380
|
msgstr "Anzahl"
|
|
387
381
|
|
|
382
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
|
|
383
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
|
|
384
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
|
|
385
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
|
|
386
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:32
|
|
387
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
|
|
388
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
|
|
389
|
+
msgid "Loading data …"
|
|
390
|
+
msgstr "Lade Daten …"
|
|
391
|
+
|
|
392
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:35
|
|
393
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
|
|
394
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
|
|
395
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
|
|
396
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:38
|
|
397
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
|
|
398
|
+
msgid "No data …"
|
|
399
|
+
msgstr "Keine Daten …"
|
|
400
|
+
|
|
388
401
|
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:9
|
|
389
402
|
msgid "Corporations breakdown"
|
|
390
403
|
msgstr "Aufschlüsselung der Corporationen"
|
|
391
404
|
|
|
392
|
-
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:
|
|
393
|
-
|
|
394
|
-
|
|
405
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
|
|
406
|
+
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
|
|
407
|
+
msgid "Corporation"
|
|
408
|
+
msgstr "Corporation"
|
|
395
409
|
|
|
396
410
|
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
|
|
397
411
|
msgid "Pilots breakdown"
|
|
398
412
|
msgstr "Aufschlüsselung der Piloten"
|
|
399
413
|
|
|
400
414
|
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
|
|
405
|
-
msgid "Alliance"
|
|
406
|
-
msgstr "Allianz"
|
|
407
|
-
|
|
408
|
-
#: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
|
|
409
|
-
msgid "Corporation"
|
|
410
|
-
msgstr "Corporation"
|
|
415
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
|
|
416
|
+
msgid "Pilot"
|
|
417
|
+
msgstr "Pilot"
|
|
411
418
|
|
|
412
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:
|
|
413
|
-
msgid "Interesting on
|
|
414
|
-
msgstr ""
|
|
419
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:8
|
|
420
|
+
msgid "Interesting on grid"
|
|
421
|
+
msgstr "Interessantes auf dem Grid"
|
|
415
422
|
|
|
416
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:
|
|
423
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:15
|
|
417
424
|
msgid "Upwell structures"
|
|
418
|
-
msgstr ""
|
|
425
|
+
msgstr "Upwell Strukturen"
|
|
419
426
|
|
|
420
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:
|
|
421
|
-
#, fuzzy
|
|
422
|
-
#| msgid "Deployables (on grid)"
|
|
427
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:16
|
|
423
428
|
msgid "Deployables"
|
|
424
|
-
msgstr "Stationierbare Strukturen
|
|
429
|
+
msgstr "Stationierbare Strukturen"
|
|
425
430
|
|
|
426
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:
|
|
427
|
-
msgid "POS / POS
|
|
428
|
-
msgstr ""
|
|
431
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:17
|
|
432
|
+
msgid "POS / POS modules"
|
|
433
|
+
msgstr "POS / POS Module"
|
|
429
434
|
|
|
430
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:
|
|
435
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:18
|
|
431
436
|
msgid "Miscellaneous"
|
|
432
|
-
msgstr ""
|
|
437
|
+
msgstr "Verschiedenes"
|
|
433
438
|
|
|
434
|
-
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:
|
|
439
|
+
#: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
|
|
435
440
|
msgid "Type"
|
|
436
|
-
msgstr ""
|
|
441
|
+
msgstr "Typ"
|
|
437
442
|
|
|
438
|
-
#: templates/aa_intel_tool/partials/scan/dscan/
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
#, fuzzy
|
|
442
|
-
#| msgid "Loading …"
|
|
443
|
-
msgid "Loading data …"
|
|
444
|
-
msgstr "Lade …"
|
|
443
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
|
|
444
|
+
msgid "Ships on scan"
|
|
445
|
+
msgstr "Schiffe auf dem Scan"
|
|
445
446
|
|
|
446
|
-
#: templates/aa_intel_tool/partials/scan/dscan/
|
|
447
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:34
|
|
448
|
-
#, fuzzy
|
|
449
|
-
#| msgid "No data to parse …"
|
|
450
|
-
msgid "No data …"
|
|
451
|
-
msgstr "Keine Daten zum Parsen …"
|
|
452
|
-
|
|
453
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:7
|
|
454
|
-
#, fuzzy
|
|
455
|
-
#| msgid "Ship class"
|
|
456
|
-
msgid "Ships on Scan"
|
|
457
|
-
msgstr "Schiffsklasse"
|
|
458
|
-
|
|
459
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:12
|
|
447
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:15
|
|
460
448
|
msgid "All ships"
|
|
461
449
|
msgstr "Alle Schiffe"
|
|
462
450
|
|
|
463
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:
|
|
451
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:16
|
|
464
452
|
msgid "On grid"
|
|
465
453
|
msgstr "On Grid"
|
|
466
454
|
|
|
467
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:
|
|
455
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:17
|
|
468
456
|
msgid "Off grid"
|
|
469
457
|
msgstr "Off Grid"
|
|
470
458
|
|
|
471
|
-
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:
|
|
459
|
+
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:21
|
|
460
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:19
|
|
472
461
|
msgid "Ship class"
|
|
473
462
|
msgstr "Schiffsklasse"
|
|
474
463
|
|
|
@@ -477,22 +466,36 @@ msgid "Ship type"
|
|
|
477
466
|
msgstr "Schiffstyp"
|
|
478
467
|
|
|
479
468
|
#: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
|
|
480
|
-
#, fuzzy
|
|
481
|
-
#| msgid "RAW data"
|
|
482
469
|
msgid "No data."
|
|
483
|
-
msgstr "
|
|
484
|
-
|
|
485
|
-
#: templates/aa_intel_tool/partials/scan/dscan/system-information.html:7
|
|
486
|
-
msgid "System Information"
|
|
487
|
-
msgstr ""
|
|
470
|
+
msgstr "Keine Daten."
|
|
488
471
|
|
|
489
472
|
#: templates/aa_intel_tool/partials/scan/evetime.html:5
|
|
490
473
|
msgid "Scan taken at (Eve Time)"
|
|
491
474
|
msgstr "Scan aufgenommen um (Eve Zeit)"
|
|
492
475
|
|
|
493
|
-
#: templates/aa_intel_tool/
|
|
494
|
-
msgid "
|
|
495
|
-
msgstr "
|
|
476
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
|
|
477
|
+
msgid "Fleet details"
|
|
478
|
+
msgstr "Flottendetails"
|
|
479
|
+
|
|
480
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
|
|
481
|
+
msgid "Pilots in fleet"
|
|
482
|
+
msgstr "Piloten in der Flotte"
|
|
483
|
+
|
|
484
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
|
|
485
|
+
msgid "Ship classes"
|
|
486
|
+
msgstr "Schiffsklassen"
|
|
487
|
+
|
|
488
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
|
|
489
|
+
msgid "Who is flying what"
|
|
490
|
+
msgstr "Wer fliegt was"
|
|
491
|
+
|
|
492
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
|
|
493
|
+
msgid "System"
|
|
494
|
+
msgstr "System"
|
|
495
|
+
|
|
496
|
+
#: templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
|
|
497
|
+
msgid "Participation details"
|
|
498
|
+
msgstr "Teilnahmedetails"
|
|
496
499
|
|
|
497
500
|
#: templates/aa_intel_tool/views/index.html:14
|
|
498
501
|
msgid ""
|
|
@@ -503,26 +506,14 @@ msgstr ""
|
|
|
503
506
|
"Anspruch nehmen kann. Sei geduldig, die API von CCP ist nicht die Schnellste "
|
|
504
507
|
"…"
|
|
505
508
|
|
|
506
|
-
#:
|
|
507
|
-
msgid "Chat List Scan » Intel Tool"
|
|
508
|
-
msgstr "Chat List Scan » Intel Tool"
|
|
509
|
-
|
|
510
|
-
#: templates/aa_intel_tool/views/scan/chatlist.html:11
|
|
511
|
-
msgid "Chat Scan"
|
|
512
|
-
msgstr "Chat-Scan"
|
|
513
|
-
|
|
514
|
-
#: templates/aa_intel_tool/views/scan/dscan.html:7
|
|
515
|
-
msgid "D-Scan » Intel Tool"
|
|
516
|
-
msgstr "D-Scan » Intel Tool"
|
|
517
|
-
|
|
518
|
-
#: views/general.py:43
|
|
509
|
+
#: views/general.py:53
|
|
519
510
|
msgid "The provided data could not be parsed."
|
|
520
511
|
msgstr "Die bereitgestellten Daten konnten nicht analysiert werden."
|
|
521
512
|
|
|
522
|
-
#: views/general.py:
|
|
513
|
+
#: views/general.py:60
|
|
523
514
|
msgid "(System Error) Something unexpected happened."
|
|
524
515
|
msgstr "(Systemfehler) Es ist etwas Unerwartetes passiert."
|
|
525
516
|
|
|
526
|
-
#: views/general.py:
|
|
517
|
+
#: views/general.py:99 views/general.py:128
|
|
527
518
|
msgid "The scan you were looking for could not be found."
|
|
528
519
|
msgstr "Der gesuchte Scan konnte nicht gefunden werden."
|