aa-intel-tool 2.10.0__py3-none-any.whl → 2.11.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 +3 -2
- aa_intel_tool/apps.py +5 -4
- aa_intel_tool/auth_hooks.py +2 -2
- aa_intel_tool/constants.py +9 -3
- aa_intel_tool/exceptions.py +1 -1
- aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +13 -17
- aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/de/LC_MESSAGES/django.po +21 -21
- aa_intel_tool/locale/django.pot +14 -18
- aa_intel_tool/locale/es/LC_MESSAGES/django.po +17 -17
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +19 -17
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +13 -17
- aa_intel_tool/locale/ja/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po +48 -48
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +19 -17
- aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +13 -17
- aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +13 -17
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po +19 -17
- aa_intel_tool/locale/sk/LC_MESSAGES/django.po +13 -17
- aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +23 -23
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +13 -17
- aa_intel_tool/parser/module/chatlist.py +3 -3
- aa_intel_tool/parser/module/dscan.py +4 -5
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +13 -16
- 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.js +171 -282
- 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.js +251 -572
- 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 +163 -237
- 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 +18 -0
- 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/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.css +610 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.js +123 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.css +8 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.css.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.js +6 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/datatables.min.js +10 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/datatables.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.css +516 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css +2 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.js +73 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js +6 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.js +3091 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js +10 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.css +20 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css +2 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.js +1203 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js +6 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.js +59 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js +6 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js.map +1 -0
- aa_intel_tool/templates/aa_intel_tool/base.html +30 -0
- aa_intel_tool/templates/aa_intel_tool/bundles/datatables-2-css.html +11 -0
- aa_intel_tool/templates/aa_intel_tool/bundles/datatables-2-js.html +14 -0
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +1 -1
- 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 +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +2 -2
- aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +2 -2
- aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +2 -2
- aa_intel_tool/tests/__init__.py +38 -0
- aa_intel_tool/tests/test_access.py +2 -2
- aa_intel_tool/tests/test_admin.py +4 -3
- aa_intel_tool/tests/test_app_settings.py +3 -2
- aa_intel_tool/tests/test_auth_hooks.py +2 -2
- aa_intel_tool/tests/test_helper_data_structures.py +2 -4
- aa_intel_tool/tests/test_helper_eve_character.py +5 -7
- aa_intel_tool/tests/test_models.py +3 -3
- aa_intel_tool/tests/test_parser_general.py +48 -34
- aa_intel_tool/tests/test_parser_helper_db.py +2 -4
- aa_intel_tool/tests/test_parser_module_chatlist.py +2 -2
- aa_intel_tool/tests/test_parser_module_dscan.py +828 -0
- aa_intel_tool/tests/test_parser_module_feetcomp.py +230 -0
- aa_intel_tool/tests/test_tasks.py +56 -0
- aa_intel_tool/tests/test_views_ajax.py +72 -0
- aa_intel_tool/tests/test_views_general.py +240 -0
- aa_intel_tool/urls.py +1 -1
- aa_intel_tool/views/general.py +13 -5
- {aa_intel_tool-2.10.0.dist-info → aa_intel_tool-2.11.0.dist-info}/METADATA +9 -7
- aa_intel_tool-2.11.0.dist-info/RECORD +169 -0
- aa_intel_tool-2.10.0.dist-info/RECORD +0 -136
- {aa_intel_tool-2.10.0.dist-info → aa_intel_tool-2.11.0.dist-info}/WHEEL +0 -0
- {aa_intel_tool-2.10.0.dist-info → aa_intel_tool-2.11.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -2,22 +2,24 @@
|
|
|
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
4
|
# Anata_no_Usiro <yt23542354m@gmail.com>, 2024.
|
|
5
|
+
# Dexsar <dexsar.paf@gmail.com>, 2025.
|
|
6
|
+
# Peter Pfeufer <info@ppfeufer.de>, 2025.
|
|
5
7
|
msgid ""
|
|
6
8
|
msgstr ""
|
|
7
9
|
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
8
10
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
9
|
-
"POT-Creation-Date: 2025-
|
|
10
|
-
"PO-Revision-Date:
|
|
11
|
-
"Last-Translator:
|
|
11
|
+
"POT-Creation-Date: 2025-11-09 22:43+0100\n"
|
|
12
|
+
"PO-Revision-Date: 2025-11-07 03:17+0000\n"
|
|
13
|
+
"Last-Translator: Dexsar <dexsar.paf@gmail.com>\n"
|
|
12
14
|
"Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ja/>\n"
|
|
13
15
|
"Language: ja\n"
|
|
14
16
|
"MIME-Version: 1.0\n"
|
|
15
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
16
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
17
19
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
-
"X-Generator: Weblate 5.
|
|
20
|
+
"X-Generator: Weblate 5.14\n"
|
|
19
21
|
|
|
20
|
-
#: aa_intel_tool/__init__.py:
|
|
22
|
+
#: aa_intel_tool/__init__.py:10
|
|
21
23
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
22
24
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
23
25
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
@@ -38,32 +40,24 @@ msgstr "ブラウザの新しいタブで開く"
|
|
|
38
40
|
msgid "Raw data"
|
|
39
41
|
msgstr "検証されていないデータ"
|
|
40
42
|
|
|
41
|
-
|
|
42
|
-
#: aa_intel_tool/apps.py:21
|
|
43
|
-
#, python-brace-format
|
|
44
|
-
msgid "Intel Parser v{__version__}"
|
|
45
|
-
msgstr "インテル用の解析ツール v{__version__}"
|
|
46
|
-
|
|
47
|
-
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
43
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
|
|
48
44
|
msgid "Chat list"
|
|
49
45
|
msgstr "チャット一覧"
|
|
50
46
|
|
|
51
|
-
#: aa_intel_tool/constants.py:
|
|
47
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
|
|
52
48
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
53
49
|
msgid "D-Scan"
|
|
54
50
|
msgstr "指向性スキャン"
|
|
55
51
|
|
|
56
|
-
#: aa_intel_tool/constants.py:
|
|
52
|
+
#: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
|
|
57
53
|
#: aa_intel_tool/models.py:123
|
|
58
54
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
59
55
|
msgid "Fleet composition"
|
|
60
56
|
msgstr "フリートの構成"
|
|
61
57
|
|
|
62
58
|
#: aa_intel_tool/exceptions.py:44
|
|
63
|
-
#, fuzzy
|
|
64
|
-
#| msgid "A parser error occurred » {message}"
|
|
65
59
|
msgid "Unknown parser error"
|
|
66
|
-
msgstr "
|
|
60
|
+
msgstr "不明なパーサーエラー"
|
|
67
61
|
|
|
68
62
|
#: aa_intel_tool/exceptions.py:46
|
|
69
63
|
#, python-brace-format
|
|
@@ -76,68 +70,68 @@ msgstr "ここに貼り付け"
|
|
|
76
70
|
|
|
77
71
|
#: aa_intel_tool/models.py:21 aa_intel_tool/models.py:110
|
|
78
72
|
msgid "Invalid scan data"
|
|
79
|
-
msgstr ""
|
|
73
|
+
msgstr "無効なスキャンデータ"
|
|
80
74
|
|
|
81
75
|
#: aa_intel_tool/models.py:31
|
|
82
76
|
msgid "Scan hash"
|
|
83
|
-
msgstr ""
|
|
77
|
+
msgstr "ハッシュをスキャンする"
|
|
84
78
|
|
|
85
79
|
#: aa_intel_tool/models.py:37
|
|
86
80
|
msgid "Creation date/time"
|
|
87
|
-
msgstr ""
|
|
81
|
+
msgstr "作成日時"
|
|
88
82
|
|
|
89
83
|
#: aa_intel_tool/models.py:40
|
|
90
84
|
msgid "Scan raw data"
|
|
91
|
-
msgstr ""
|
|
85
|
+
msgstr "生データをスキャンする"
|
|
92
86
|
|
|
93
87
|
#: aa_intel_tool/models.py:55 aa_intel_tool/models.py:132
|
|
94
88
|
msgid "Scan"
|
|
95
|
-
msgstr ""
|
|
89
|
+
msgstr "スキャン"
|
|
96
90
|
|
|
97
91
|
#: aa_intel_tool/models.py:56
|
|
98
92
|
msgid "Scans"
|
|
99
|
-
msgstr ""
|
|
93
|
+
msgstr "スキャン"
|
|
100
94
|
|
|
101
95
|
#: aa_intel_tool/models.py:111
|
|
102
96
|
msgid "Pilot list"
|
|
103
|
-
msgstr ""
|
|
97
|
+
msgstr "パイロットリスト"
|
|
104
98
|
|
|
105
99
|
#: aa_intel_tool/models.py:112
|
|
106
100
|
msgid "Corporation list"
|
|
107
|
-
msgstr ""
|
|
101
|
+
msgstr "会社リスト"
|
|
108
102
|
|
|
109
103
|
#: aa_intel_tool/models.py:113
|
|
110
104
|
msgid "Alliance list"
|
|
111
|
-
msgstr ""
|
|
105
|
+
msgstr "アライアンスリスト"
|
|
112
106
|
|
|
113
107
|
#: aa_intel_tool/models.py:114
|
|
114
108
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:6
|
|
115
109
|
msgid "Ship types"
|
|
116
|
-
msgstr ""
|
|
110
|
+
msgstr "シップタイプ"
|
|
117
111
|
|
|
118
112
|
#: aa_intel_tool/models.py:115
|
|
119
113
|
msgid "Ship list"
|
|
120
|
-
msgstr ""
|
|
114
|
+
msgstr "船のリスト"
|
|
121
115
|
|
|
122
116
|
#: aa_intel_tool/models.py:116
|
|
123
117
|
msgid "Ship list (on grid)"
|
|
124
|
-
msgstr ""
|
|
118
|
+
msgstr "シップリスト(グリッド内)"
|
|
125
119
|
|
|
126
120
|
#: aa_intel_tool/models.py:117
|
|
127
121
|
msgid "Ship list (off grid)"
|
|
128
|
-
msgstr ""
|
|
122
|
+
msgstr "シップリスト(グリッド外)"
|
|
129
123
|
|
|
130
124
|
#: aa_intel_tool/models.py:118
|
|
131
125
|
msgid "Structures (on grid)"
|
|
132
|
-
msgstr ""
|
|
126
|
+
msgstr "建造物(グリッド内)"
|
|
133
127
|
|
|
134
128
|
#: aa_intel_tool/models.py:119
|
|
135
129
|
msgid "Starbases (on grid)"
|
|
136
|
-
msgstr ""
|
|
130
|
+
msgstr "スターベース (グリッド内)"
|
|
137
131
|
|
|
138
132
|
#: aa_intel_tool/models.py:120
|
|
139
133
|
msgid "Deployables (on grid)"
|
|
140
|
-
msgstr ""
|
|
134
|
+
msgstr "配置可能ユニット(グリッド内)"
|
|
141
135
|
|
|
142
136
|
#: aa_intel_tool/models.py:121
|
|
143
137
|
msgid "Miscellaneous (on grid)"
|
|
@@ -186,7 +180,7 @@ msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pil
|
|
|
186
180
|
msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
|
|
187
181
|
msgstr[0] ""
|
|
188
182
|
|
|
189
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
183
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
190
184
|
msgid "The D-Scan module is currently disabled."
|
|
191
185
|
msgstr ""
|
|
192
186
|
|
|
@@ -226,11 +220,11 @@ msgstr ""
|
|
|
226
220
|
|
|
227
221
|
#: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
|
|
228
222
|
msgid "Do you want to help translate this app into your language or improve the existing translation?"
|
|
229
|
-
msgstr ""
|
|
223
|
+
msgstr "このアプリをあなたの言語に翻訳するお手伝いをしたり、既存の翻訳を改善したりしませんか?"
|
|
230
224
|
|
|
231
225
|
#: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
|
|
232
226
|
msgid "Join our team of translators!"
|
|
233
|
-
msgstr ""
|
|
227
|
+
msgstr "翻訳者チームに参加しましょう!"
|
|
234
228
|
|
|
235
229
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:10
|
|
236
230
|
msgid "What can I paste?"
|
|
@@ -293,7 +287,7 @@ msgstr ""
|
|
|
293
287
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
|
|
294
288
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
|
|
295
289
|
msgid "Count"
|
|
296
|
-
msgstr ""
|
|
290
|
+
msgstr "数"
|
|
297
291
|
|
|
298
292
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:31
|
|
299
293
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:31
|
|
@@ -344,7 +338,7 @@ msgstr ""
|
|
|
344
338
|
|
|
345
339
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
|
|
346
340
|
msgid "Type"
|
|
347
|
-
msgstr ""
|
|
341
|
+
msgstr "タイプ"
|
|
348
342
|
|
|
349
343
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
|
|
350
344
|
msgid "Ships on scan"
|
|
@@ -365,7 +359,7 @@ msgstr ""
|
|
|
365
359
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:21
|
|
366
360
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:19
|
|
367
361
|
msgid "Ship class"
|
|
368
|
-
msgstr ""
|
|
362
|
+
msgstr "船のクラス"
|
|
369
363
|
|
|
370
364
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:30
|
|
371
365
|
msgid "Total mass (in kg):"
|
|
@@ -373,7 +367,7 @@ msgstr ""
|
|
|
373
367
|
|
|
374
368
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
|
|
375
369
|
msgid "Ship type"
|
|
376
|
-
msgstr ""
|
|
370
|
+
msgstr "シップタイプ"
|
|
377
371
|
|
|
378
372
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:34
|
|
379
373
|
msgid "No data."
|
|
@@ -385,7 +379,7 @@ msgstr ""
|
|
|
385
379
|
|
|
386
380
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
|
|
387
381
|
msgid "Fleet details"
|
|
388
|
-
msgstr ""
|
|
382
|
+
msgstr "フリートの詳細"
|
|
389
383
|
|
|
390
384
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
|
|
391
385
|
msgid "Pilots in fleet"
|
|
@@ -393,7 +387,7 @@ msgstr ""
|
|
|
393
387
|
|
|
394
388
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
|
|
395
389
|
msgid "Ship classes"
|
|
396
|
-
msgstr ""
|
|
390
|
+
msgstr "船のクラス"
|
|
397
391
|
|
|
398
392
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
|
|
399
393
|
msgid "Who is flying what"
|
|
@@ -401,20 +395,26 @@ msgstr ""
|
|
|
401
395
|
|
|
402
396
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
|
|
403
397
|
msgid "System"
|
|
404
|
-
msgstr ""
|
|
398
|
+
msgstr "システム(星系)"
|
|
405
399
|
|
|
406
400
|
#: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
|
|
407
401
|
msgid "Participation details"
|
|
408
402
|
msgstr ""
|
|
409
403
|
|
|
410
|
-
#: aa_intel_tool/views/general.py:
|
|
411
|
-
|
|
404
|
+
#: aa_intel_tool/views/general.py:56
|
|
405
|
+
#, python-brace-format
|
|
406
|
+
msgid "The provided data could not be parsed. ({exc})"
|
|
412
407
|
msgstr ""
|
|
413
408
|
|
|
414
|
-
#: aa_intel_tool/views/general.py:
|
|
415
|
-
|
|
409
|
+
#: aa_intel_tool/views/general.py:68
|
|
410
|
+
#, python-brace-format
|
|
411
|
+
msgid "(System Error) Something unexpected happened. ({exc})"
|
|
416
412
|
msgstr ""
|
|
417
413
|
|
|
418
|
-
#: aa_intel_tool/views/general.py:
|
|
414
|
+
#: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
|
|
419
415
|
msgid "The scan you were looking for could not be found."
|
|
420
416
|
msgstr ""
|
|
417
|
+
|
|
418
|
+
#, python-brace-format
|
|
419
|
+
#~ msgid "Intel Parser v{__version__}"
|
|
420
|
+
#~ msgstr "インテル用の解析ツール v{__version__}"
|
|
@@ -10,7 +10,7 @@ msgid ""
|
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
12
12
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
13
|
-
"POT-Creation-Date: 2025-
|
|
13
|
+
"POT-Creation-Date: 2025-11-09 22:43+0100\n"
|
|
14
14
|
"PO-Revision-Date: 2025-04-28 07:24+0000\n"
|
|
15
15
|
"Last-Translator: SiO4 <hohoit0078@gmail.com>\n"
|
|
16
16
|
"Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ko/>\n"
|
|
@@ -21,7 +21,7 @@ msgstr ""
|
|
|
21
21
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
22
22
|
"X-Generator: Weblate 5.11.1\n"
|
|
23
23
|
|
|
24
|
-
#: aa_intel_tool/__init__.py:
|
|
24
|
+
#: aa_intel_tool/__init__.py:10
|
|
25
25
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
26
26
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
27
27
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
@@ -42,22 +42,16 @@ msgstr "새 탭에서 열기"
|
|
|
42
42
|
msgid "Raw data"
|
|
43
43
|
msgstr "원본 데이터"
|
|
44
44
|
|
|
45
|
-
|
|
46
|
-
#: aa_intel_tool/apps.py:21
|
|
47
|
-
#, python-brace-format
|
|
48
|
-
msgid "Intel Parser v{__version__}"
|
|
49
|
-
msgstr "인텔 파싱 v{__version__}"
|
|
50
|
-
|
|
51
|
-
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
45
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
|
|
52
46
|
msgid "Chat list"
|
|
53
47
|
msgstr "챗 리스트"
|
|
54
48
|
|
|
55
|
-
#: aa_intel_tool/constants.py:
|
|
49
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
|
|
56
50
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
57
51
|
msgid "D-Scan"
|
|
58
52
|
msgstr "전방위 스캐너"
|
|
59
53
|
|
|
60
|
-
#: aa_intel_tool/constants.py:
|
|
54
|
+
#: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
|
|
61
55
|
#: aa_intel_tool/models.py:123
|
|
62
56
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
63
57
|
msgid "Fleet composition"
|
|
@@ -190,7 +184,7 @@ msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pil
|
|
|
190
184
|
msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
|
|
191
185
|
msgstr[0] "챗 스캔 파일럿 수는 최대 {max_allowed_pilots}명으로 제한되어 있습니다. 입력한 파일럿 수가 제한을 초과합니다."
|
|
192
186
|
|
|
193
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
187
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
194
188
|
msgid "The D-Scan module is currently disabled."
|
|
195
189
|
msgstr "전방위 스캐너 모듈이 비활성화된 상태입니다."
|
|
196
190
|
|
|
@@ -421,18 +415,26 @@ msgstr "시스템"
|
|
|
421
415
|
msgid "Participation details"
|
|
422
416
|
msgstr "참가 세부 사항"
|
|
423
417
|
|
|
424
|
-
#: aa_intel_tool/views/general.py:
|
|
425
|
-
|
|
418
|
+
#: aa_intel_tool/views/general.py:56
|
|
419
|
+
#, fuzzy, python-brace-format
|
|
420
|
+
#| msgid "The provided data could not be parsed."
|
|
421
|
+
msgid "The provided data could not be parsed. ({exc})"
|
|
426
422
|
msgstr "제공된 데이터를 가져올 수 없습니다."
|
|
427
423
|
|
|
428
|
-
#: aa_intel_tool/views/general.py:
|
|
429
|
-
|
|
424
|
+
#: aa_intel_tool/views/general.py:68
|
|
425
|
+
#, fuzzy, python-brace-format
|
|
426
|
+
#| msgid "(System Error) Something unexpected happened."
|
|
427
|
+
msgid "(System Error) Something unexpected happened. ({exc})"
|
|
430
428
|
msgstr "(성계 오류) 예측하지 못한 오류 발생."
|
|
431
429
|
|
|
432
|
-
#: aa_intel_tool/views/general.py:
|
|
430
|
+
#: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
|
|
433
431
|
msgid "The scan you were looking for could not be found."
|
|
434
432
|
msgstr "요구하는 스캔을 찾을 수 없습니다."
|
|
435
433
|
|
|
434
|
+
#, python-brace-format
|
|
435
|
+
#~ msgid "Intel Parser v{__version__}"
|
|
436
|
+
#~ msgstr "인텔 파싱 v{__version__}"
|
|
437
|
+
|
|
436
438
|
#~ msgctxt "Decimal separator"
|
|
437
439
|
#~ msgid "."
|
|
438
440
|
#~ msgstr "."
|
|
@@ -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-11-09 22:43+0100\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"
|
|
@@ -18,7 +18,7 @@ msgstr ""
|
|
|
18
18
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
19
19
|
"X-Generator: Weblate 5.5.3\n"
|
|
20
20
|
|
|
21
|
-
#: aa_intel_tool/__init__.py:
|
|
21
|
+
#: aa_intel_tool/__init__.py:10
|
|
22
22
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
23
23
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
24
24
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
@@ -39,22 +39,16 @@ msgstr ""
|
|
|
39
39
|
msgid "Raw data"
|
|
40
40
|
msgstr ""
|
|
41
41
|
|
|
42
|
-
|
|
43
|
-
#: aa_intel_tool/apps.py:21
|
|
44
|
-
#, python-brace-format
|
|
45
|
-
msgid "Intel Parser v{__version__}"
|
|
46
|
-
msgstr ""
|
|
47
|
-
|
|
48
|
-
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
42
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
|
|
49
43
|
msgid "Chat list"
|
|
50
44
|
msgstr ""
|
|
51
45
|
|
|
52
|
-
#: aa_intel_tool/constants.py:
|
|
46
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
|
|
53
47
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
54
48
|
msgid "D-Scan"
|
|
55
49
|
msgstr ""
|
|
56
50
|
|
|
57
|
-
#: aa_intel_tool/constants.py:
|
|
51
|
+
#: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
|
|
58
52
|
#: aa_intel_tool/models.py:123
|
|
59
53
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
60
54
|
msgid "Fleet composition"
|
|
@@ -186,7 +180,7 @@ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilo
|
|
|
186
180
|
msgstr[0] ""
|
|
187
181
|
msgstr[1] ""
|
|
188
182
|
|
|
189
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
183
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
190
184
|
msgid "The D-Scan module is currently disabled."
|
|
191
185
|
msgstr ""
|
|
192
186
|
|
|
@@ -409,14 +403,16 @@ msgstr ""
|
|
|
409
403
|
msgid "Participation details"
|
|
410
404
|
msgstr ""
|
|
411
405
|
|
|
412
|
-
#: aa_intel_tool/views/general.py:
|
|
413
|
-
|
|
406
|
+
#: aa_intel_tool/views/general.py:56
|
|
407
|
+
#, python-brace-format
|
|
408
|
+
msgid "The provided data could not be parsed. ({exc})"
|
|
414
409
|
msgstr ""
|
|
415
410
|
|
|
416
|
-
#: aa_intel_tool/views/general.py:
|
|
417
|
-
|
|
411
|
+
#: aa_intel_tool/views/general.py:68
|
|
412
|
+
#, python-brace-format
|
|
413
|
+
msgid "(System Error) Something unexpected happened. ({exc})"
|
|
418
414
|
msgstr ""
|
|
419
415
|
|
|
420
|
-
#: aa_intel_tool/views/general.py:
|
|
416
|
+
#: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
|
|
421
417
|
msgid "The scan you were looking for could not be found."
|
|
422
418
|
msgstr ""
|
|
@@ -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-11-09 22:43+0100\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"
|
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
|
18
18
|
"X-Generator: Weblate 5.5.3\n"
|
|
19
19
|
|
|
20
|
-
#: aa_intel_tool/__init__.py:
|
|
20
|
+
#: aa_intel_tool/__init__.py:10
|
|
21
21
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
22
22
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
23
23
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
@@ -38,22 +38,16 @@ msgstr ""
|
|
|
38
38
|
msgid "Raw data"
|
|
39
39
|
msgstr ""
|
|
40
40
|
|
|
41
|
-
|
|
42
|
-
#: aa_intel_tool/apps.py:21
|
|
43
|
-
#, python-brace-format
|
|
44
|
-
msgid "Intel Parser v{__version__}"
|
|
45
|
-
msgstr ""
|
|
46
|
-
|
|
47
|
-
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
41
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
|
|
48
42
|
msgid "Chat list"
|
|
49
43
|
msgstr ""
|
|
50
44
|
|
|
51
|
-
#: aa_intel_tool/constants.py:
|
|
45
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
|
|
52
46
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
53
47
|
msgid "D-Scan"
|
|
54
48
|
msgstr ""
|
|
55
49
|
|
|
56
|
-
#: aa_intel_tool/constants.py:
|
|
50
|
+
#: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
|
|
57
51
|
#: aa_intel_tool/models.py:123
|
|
58
52
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
59
53
|
msgid "Fleet composition"
|
|
@@ -186,7 +180,7 @@ msgstr[0] ""
|
|
|
186
180
|
msgstr[1] ""
|
|
187
181
|
msgstr[2] ""
|
|
188
182
|
|
|
189
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
183
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
190
184
|
msgid "The D-Scan module is currently disabled."
|
|
191
185
|
msgstr ""
|
|
192
186
|
|
|
@@ -411,14 +405,16 @@ msgstr "System Solarny"
|
|
|
411
405
|
msgid "Participation details"
|
|
412
406
|
msgstr ""
|
|
413
407
|
|
|
414
|
-
#: aa_intel_tool/views/general.py:
|
|
415
|
-
|
|
408
|
+
#: aa_intel_tool/views/general.py:56
|
|
409
|
+
#, python-brace-format
|
|
410
|
+
msgid "The provided data could not be parsed. ({exc})"
|
|
416
411
|
msgstr ""
|
|
417
412
|
|
|
418
|
-
#: aa_intel_tool/views/general.py:
|
|
419
|
-
|
|
413
|
+
#: aa_intel_tool/views/general.py:68
|
|
414
|
+
#, python-brace-format
|
|
415
|
+
msgid "(System Error) Something unexpected happened. ({exc})"
|
|
420
416
|
msgstr ""
|
|
421
417
|
|
|
422
|
-
#: aa_intel_tool/views/general.py:
|
|
418
|
+
#: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
|
|
423
419
|
msgid "The scan you were looking for could not be found."
|
|
424
420
|
msgstr ""
|
|
@@ -9,7 +9,7 @@ msgid ""
|
|
|
9
9
|
msgstr ""
|
|
10
10
|
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
11
11
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
12
|
-
"POT-Creation-Date: 2025-
|
|
12
|
+
"POT-Creation-Date: 2025-11-09 22:43+0100\n"
|
|
13
13
|
"PO-Revision-Date: 2025-03-25 13:24+0000\n"
|
|
14
14
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
15
15
|
"Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ru/>\n"
|
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
|
20
20
|
"Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
21
21
|
"X-Generator: Weblate 5.10.4\n"
|
|
22
22
|
|
|
23
|
-
#: aa_intel_tool/__init__.py:
|
|
23
|
+
#: aa_intel_tool/__init__.py:10
|
|
24
24
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
25
25
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
26
26
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
@@ -41,22 +41,16 @@ msgstr "Открыть в новой вкладке"
|
|
|
41
41
|
msgid "Raw data"
|
|
42
42
|
msgstr "Исходные данные"
|
|
43
43
|
|
|
44
|
-
|
|
45
|
-
#: aa_intel_tool/apps.py:21
|
|
46
|
-
#, python-brace-format
|
|
47
|
-
msgid "Intel Parser v{__version__}"
|
|
48
|
-
msgstr "Анализатор Скана v{__version__}"
|
|
49
|
-
|
|
50
|
-
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
44
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
|
|
51
45
|
msgid "Chat list"
|
|
52
46
|
msgstr "Список чата"
|
|
53
47
|
|
|
54
|
-
#: aa_intel_tool/constants.py:
|
|
48
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
|
|
55
49
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
56
50
|
msgid "D-Scan"
|
|
57
51
|
msgstr "Подскан"
|
|
58
52
|
|
|
59
|
-
#: aa_intel_tool/constants.py:
|
|
53
|
+
#: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
|
|
60
54
|
#: aa_intel_tool/models.py:123
|
|
61
55
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
62
56
|
msgid "Fleet composition"
|
|
@@ -192,7 +186,7 @@ msgstr[1] "Анализатор чата в настоящее время огр
|
|
|
192
186
|
msgstr[2] "Анализатор чата в настоящее время ограничен максимум {max_allowed_pilots} пилотами в скане. Размер вашего списка превышает это ограничение."
|
|
193
187
|
msgstr[3] "Анализатор чата в настоящее время ограничен максимум одним пилотом в скане. Размер вашего списка превышает это ограничение."
|
|
194
188
|
|
|
195
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
189
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
196
190
|
msgid "The D-Scan module is currently disabled."
|
|
197
191
|
msgstr "Анализатор подскана отключен."
|
|
198
192
|
|
|
@@ -423,18 +417,26 @@ msgstr "Система"
|
|
|
423
417
|
msgid "Participation details"
|
|
424
418
|
msgstr "Подробности участия"
|
|
425
419
|
|
|
426
|
-
#: aa_intel_tool/views/general.py:
|
|
427
|
-
|
|
420
|
+
#: aa_intel_tool/views/general.py:56
|
|
421
|
+
#, fuzzy, python-brace-format
|
|
422
|
+
#| msgid "The provided data could not be parsed."
|
|
423
|
+
msgid "The provided data could not be parsed. ({exc})"
|
|
428
424
|
msgstr "Предоставленные данные не могут быть проанализированы."
|
|
429
425
|
|
|
430
|
-
#: aa_intel_tool/views/general.py:
|
|
431
|
-
|
|
426
|
+
#: aa_intel_tool/views/general.py:68
|
|
427
|
+
#, fuzzy, python-brace-format
|
|
428
|
+
#| msgid "(System Error) Something unexpected happened."
|
|
429
|
+
msgid "(System Error) Something unexpected happened. ({exc})"
|
|
432
430
|
msgstr "(Системная ошибка) Случилось что-то непредвиденное."
|
|
433
431
|
|
|
434
|
-
#: aa_intel_tool/views/general.py:
|
|
432
|
+
#: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
|
|
435
433
|
msgid "The scan you were looking for could not be found."
|
|
436
434
|
msgstr "Скан, который вы ищите, не может быть найден."
|
|
437
435
|
|
|
436
|
+
#, python-brace-format
|
|
437
|
+
#~ msgid "Intel Parser v{__version__}"
|
|
438
|
+
#~ msgstr "Анализатор Скана v{__version__}"
|
|
439
|
+
|
|
438
440
|
#~ msgctxt "Decimal separator"
|
|
439
441
|
#~ msgid "."
|
|
440
442
|
#~ msgstr ","
|
|
@@ -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-11-09 22:43+0100\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: Slovak <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/sk/>\n"
|
|
@@ -18,7 +18,7 @@ msgstr ""
|
|
|
18
18
|
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
|
19
19
|
"X-Generator: Weblate 5.5.3\n"
|
|
20
20
|
|
|
21
|
-
#: aa_intel_tool/__init__.py:
|
|
21
|
+
#: aa_intel_tool/__init__.py:10
|
|
22
22
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
23
23
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
24
24
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
@@ -39,22 +39,16 @@ msgstr ""
|
|
|
39
39
|
msgid "Raw data"
|
|
40
40
|
msgstr ""
|
|
41
41
|
|
|
42
|
-
|
|
43
|
-
#: aa_intel_tool/apps.py:21
|
|
44
|
-
#, python-brace-format
|
|
45
|
-
msgid "Intel Parser v{__version__}"
|
|
46
|
-
msgstr ""
|
|
47
|
-
|
|
48
|
-
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
42
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
|
|
49
43
|
msgid "Chat list"
|
|
50
44
|
msgstr ""
|
|
51
45
|
|
|
52
|
-
#: aa_intel_tool/constants.py:
|
|
46
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
|
|
53
47
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
54
48
|
msgid "D-Scan"
|
|
55
49
|
msgstr ""
|
|
56
50
|
|
|
57
|
-
#: aa_intel_tool/constants.py:
|
|
51
|
+
#: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
|
|
58
52
|
#: aa_intel_tool/models.py:123
|
|
59
53
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
60
54
|
msgid "Fleet composition"
|
|
@@ -188,7 +182,7 @@ msgstr[1] ""
|
|
|
188
182
|
msgstr[2] ""
|
|
189
183
|
msgstr[3] ""
|
|
190
184
|
|
|
191
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
185
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
192
186
|
msgid "The D-Scan module is currently disabled."
|
|
193
187
|
msgstr ""
|
|
194
188
|
|
|
@@ -415,14 +409,16 @@ msgstr ""
|
|
|
415
409
|
msgid "Participation details"
|
|
416
410
|
msgstr ""
|
|
417
411
|
|
|
418
|
-
#: aa_intel_tool/views/general.py:
|
|
419
|
-
|
|
412
|
+
#: aa_intel_tool/views/general.py:56
|
|
413
|
+
#, python-brace-format
|
|
414
|
+
msgid "The provided data could not be parsed. ({exc})"
|
|
420
415
|
msgstr ""
|
|
421
416
|
|
|
422
|
-
#: aa_intel_tool/views/general.py:
|
|
423
|
-
|
|
417
|
+
#: aa_intel_tool/views/general.py:68
|
|
418
|
+
#, python-brace-format
|
|
419
|
+
msgid "(System Error) Something unexpected happened. ({exc})"
|
|
424
420
|
msgstr ""
|
|
425
421
|
|
|
426
|
-
#: aa_intel_tool/views/general.py:
|
|
422
|
+
#: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
|
|
427
423
|
msgid "The scan you were looking for could not be found."
|
|
428
424
|
msgstr ""
|
|
Binary file
|