aa-intel-tool 2.6.2__py3-none-any.whl → 2.7.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.
Files changed (63) hide show
  1. aa_intel_tool/__init__.py +1 -1
  2. aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +22 -22
  3. aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
  4. aa_intel_tool/locale/de/LC_MESSAGES/django.po +26 -26
  5. aa_intel_tool/locale/django.pot +23 -23
  6. aa_intel_tool/locale/es/LC_MESSAGES/django.po +24 -22
  7. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +26 -22
  8. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +22 -22
  9. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +22 -22
  10. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  11. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +31 -26
  12. aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +22 -22
  13. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +22 -22
  14. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +26 -22
  15. aa_intel_tool/locale/sk/LC_MESSAGES/django.po +22 -22
  16. aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
  17. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +114 -113
  18. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +24 -22
  19. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +2 -2
  20. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +1 -1
  21. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +1 -1
  22. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +57 -57
  23. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +1 -1
  24. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -1
  25. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +2 -2
  26. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +1 -1
  27. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +1 -1
  28. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +115 -98
  29. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +1 -1
  30. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -1
  31. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +2 -2
  32. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +1 -1
  33. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +1 -1
  34. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +60 -56
  35. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +1 -1
  36. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -1
  37. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +2 -2
  38. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +1 -1
  39. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -1
  40. aa_intel_tool/templates/aa_intel_tool/base.html +4 -2
  41. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-highlight-js.html +2 -2
  42. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +2 -2
  43. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +2 -2
  44. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-highlight-js.html +2 -2
  45. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +2 -2
  46. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +2 -2
  47. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomposition-highlight-js.html +2 -2
  48. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html +2 -2
  49. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-scan-result-common-js.html +2 -2
  50. aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +0 -2
  51. aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +0 -2
  52. aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +0 -2
  53. aa_intel_tool/templates/aa_intel_tool/views/index.html +0 -7
  54. aa_intel_tool/tests/test_access.py +1 -7
  55. aa_intel_tool/tests/test_auth_hooks.py +1 -7
  56. {aa_intel_tool-2.6.2.dist-info → aa_intel_tool-2.7.0.dist-info}/METADATA +4 -4
  57. {aa_intel_tool-2.6.2.dist-info → aa_intel_tool-2.7.0.dist-info}/RECORD +59 -63
  58. aa_intel_tool/helper/static_files.py +0 -42
  59. aa_intel_tool/templatetags/__init__.py +0 -3
  60. aa_intel_tool/templatetags/aa_intel_tool.py +0 -88
  61. aa_intel_tool/tests/test_templatetags.py +0 -103
  62. {aa_intel_tool-2.6.2.dist-info → aa_intel_tool-2.7.0.dist-info}/WHEEL +0 -0
  63. {aa_intel_tool-2.6.2.dist-info → aa_intel_tool-2.7.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,40 +1,40 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
4
+ # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024, 2025.
5
5
  # M <skrypets@gmail.com>, 2025.
6
+ # s0k0l -_- <salarysalo@gmail.com>, 2025.
6
7
  msgid ""
7
8
  msgstr ""
8
9
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
9
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
10
- "POT-Creation-Date: 2025-04-09 11:22+0200\n"
11
- "PO-Revision-Date: 2025-03-23 09:24+0000\n"
12
- "Last-Translator: M <skrypets@gmail.com>\n"
11
+ "POT-Creation-Date: 2025-06-03 12:14+0200\n"
12
+ "PO-Revision-Date: 2025-06-03 10:22+0000\n"
13
+ "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
13
14
  "Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/uk/>\n"
14
15
  "Language: uk\n"
15
16
  "MIME-Version: 1.0\n"
16
17
  "Content-Type: text/plain; charset=UTF-8\n"
17
18
  "Content-Transfer-Encoding: 8bit\n"
18
19
  "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"
19
- "X-Generator: Weblate 5.10.4\n"
20
+ "X-Generator: Weblate 5.11.4\n"
20
21
 
21
22
  #: aa_intel_tool/__init__.py:9
22
23
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
23
24
  #: aa_intel_tool/templates/aa_intel_tool/base.html:11
24
- #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
25
25
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
26
26
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
27
27
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
28
28
  msgid "Intel Parser"
29
- msgstr ""
29
+ msgstr "Парсер інтелу"
30
30
 
31
31
  #: aa_intel_tool/admin.py:79 aa_intel_tool/models.py:46
32
32
  msgid "Scan type"
33
- msgstr ""
33
+ msgstr "Тип скану"
34
34
 
35
35
  #: aa_intel_tool/admin.py:94
36
36
  msgid "Open in a new browser tab"
37
- msgstr ""
37
+ msgstr "Нова вкладка браузера"
38
38
 
39
39
  #: aa_intel_tool/admin.py:100
40
40
  msgid "Raw data"
@@ -44,16 +44,16 @@ msgstr "Необроблені дані"
44
44
  #: aa_intel_tool/apps.py:21
45
45
  #, python-brace-format
46
46
  msgid "Intel Parser v{__version__}"
47
- msgstr ""
47
+ msgstr "Парсер інтелу v{__version__}"
48
48
 
49
49
  #: aa_intel_tool/constants.py:61 aa_intel_tool/models.py:24
50
50
  msgid "Chat list"
51
- msgstr ""
51
+ msgstr "Список в чаті"
52
52
 
53
53
  #: aa_intel_tool/constants.py:67 aa_intel_tool/models.py:22
54
54
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
55
55
  msgid "D-Scan"
56
- msgstr ""
56
+ msgstr "Д-скан"
57
57
 
58
58
  #: aa_intel_tool/constants.py:73 aa_intel_tool/models.py:23
59
59
  #: aa_intel_tool/models.py:123
@@ -64,162 +64,163 @@ msgstr "Композиція флоту"
64
64
  #: aa_intel_tool/exceptions.py:34
65
65
  #, python-brace-format
66
66
  msgid "A parser error occurred » {message}"
67
- msgstr ""
67
+ msgstr "Помилка парсера » {message}"
68
68
 
69
69
  #: aa_intel_tool/form.py:20
70
70
  msgid "Paste here …"
71
- msgstr ""
71
+ msgstr "Постити сюди (ctrl+V) …"
72
72
 
73
73
  #: aa_intel_tool/models.py:21 aa_intel_tool/models.py:110
74
74
  msgid "Invalid scan data"
75
- msgstr ""
75
+ msgstr "не коректні дані"
76
76
 
77
77
  #: aa_intel_tool/models.py:31
78
78
  msgid "Scan hash"
79
- msgstr ""
79
+ msgstr "геш скану"
80
80
 
81
81
  #: aa_intel_tool/models.py:37
82
82
  msgid "Creation date/time"
83
- msgstr ""
83
+ msgstr "дата та час створення"
84
84
 
85
85
  #: aa_intel_tool/models.py:40
86
86
  msgid "Scan raw data"
87
- msgstr ""
87
+ msgstr "Сирі дані скану"
88
88
 
89
89
  #: aa_intel_tool/models.py:55 aa_intel_tool/models.py:132
90
90
  msgid "Scan"
91
- msgstr ""
91
+ msgstr "Скан"
92
92
 
93
93
  #: aa_intel_tool/models.py:56
94
94
  msgid "Scans"
95
- msgstr ""
95
+ msgstr "Скани"
96
96
 
97
97
  #: aa_intel_tool/models.py:111
98
98
  msgid "Pilot list"
99
- msgstr ""
99
+ msgstr "Список пілотів"
100
100
 
101
101
  #: aa_intel_tool/models.py:112
102
102
  msgid "Corporation list"
103
- msgstr ""
103
+ msgstr "Список корпорацій"
104
104
 
105
105
  #: aa_intel_tool/models.py:113
106
106
  msgid "Alliance list"
107
- msgstr ""
107
+ msgstr "Список Аліянсів"
108
108
 
109
109
  #: aa_intel_tool/models.py:114
110
110
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:6
111
111
  msgid "Ship types"
112
- msgstr ""
112
+ msgstr "Типи кораблів"
113
113
 
114
114
  #: aa_intel_tool/models.py:115
115
115
  msgid "Ship list"
116
- msgstr ""
116
+ msgstr "Список кораблів"
117
117
 
118
118
  #: aa_intel_tool/models.py:116
119
119
  msgid "Ship list (on grid)"
120
- msgstr ""
120
+ msgstr "Кораблі у гріді"
121
121
 
122
122
  #: aa_intel_tool/models.py:117
123
123
  msgid "Ship list (off grid)"
124
- msgstr ""
124
+ msgstr "Кораблі поза грідом"
125
125
 
126
126
  #: aa_intel_tool/models.py:118
127
127
  msgid "Structures (on grid)"
128
- msgstr ""
128
+ msgstr "Структури в гріді"
129
129
 
130
130
  #: aa_intel_tool/models.py:119
131
131
  msgid "Starbases (on grid)"
132
- msgstr ""
132
+ msgstr "Структури (в гріді)"
133
133
 
134
134
  #: aa_intel_tool/models.py:120
135
135
  msgid "Deployables (on grid)"
136
- msgstr ""
136
+ msgstr "Deployables (в гріді)"
137
137
 
138
138
  #: aa_intel_tool/models.py:121
139
139
  msgid "Miscellaneous (on grid)"
140
- msgstr ""
140
+ msgstr "Різне (в гріді)"
141
141
 
142
142
  #: aa_intel_tool/models.py:122
143
143
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/system-information.html:8
144
144
  msgid "System information"
145
- msgstr ""
145
+ msgstr "Інформація про систему"
146
146
 
147
147
  #: aa_intel_tool/models.py:139
148
148
  msgid "Scan section"
149
- msgstr ""
149
+ msgstr "Секція скан"
150
150
 
151
151
  #: aa_intel_tool/models.py:143
152
152
  msgid "Processed scan data"
153
- msgstr ""
153
+ msgstr "Оброблені дані скану"
154
154
 
155
155
  #: aa_intel_tool/models.py:152 aa_intel_tool/models.py:153
156
156
  msgid "Scan data"
157
- msgstr ""
157
+ msgstr "Дані скану"
158
158
 
159
159
  #: aa_intel_tool/parser/general.py:46
160
160
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
161
- msgstr ""
161
+ msgstr "Нема підходящого парсеру для даних. Введені дані не підтримуються або пошкоджені…"
162
162
 
163
163
  #: aa_intel_tool/parser/general.py:63
164
164
  msgid "No data to parse …"
165
- msgstr ""
165
+ msgstr "Нема даних для розбору…"
166
166
 
167
167
  #: aa_intel_tool/parser/module/chatlist.py:60
168
168
  msgid "Something went wrong while fetching the character information from ESI."
169
- msgstr ""
169
+ msgstr "Щось пішло не так при виборці даних персонажа з ESI."
170
170
 
171
171
  #: aa_intel_tool/parser/module/chatlist.py:67
172
172
  msgid "Character unknown to ESI."
173
- msgstr ""
173
+ msgstr "Персонаж не відомий ESI."
174
174
 
175
175
  #: aa_intel_tool/parser/module/chatlist.py:256
176
176
  msgid "The chat list module is currently disabled."
177
- msgstr ""
177
+ msgstr "Модуль чатлістів відключений."
178
178
 
179
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
- msgstr[0] ""
184
- msgstr[1] ""
185
- msgstr[2] ""
186
- msgstr[3] ""
183
+ msgstr[0] "АналІзатор чату зараз обмежений максимум {max_allowed_pilots} пілотом у скані. Розмір Вашего списку перевищує це обмеження."
184
+ msgstr[1] "АналІзатор чату зараз обмежений максимум {max_allowed_pilots} пілотами у скані. Розмір Вашего списку перевищує це обмеження."
185
+ msgstr[2] "АналІзатор чату зараз обмежений максимум {max_allowed_pilots} пілотами у скані. Розмір Вашего списку перевищує це обмеження."
186
+ msgstr[3] "АналІзатор чату зараз обмежений максимум одним пілотом у скані. Розмір Вашего списку перевищує це обмеження."
187
187
 
188
188
  #: aa_intel_tool/parser/module/dscan.py:362
189
189
  msgid "The D-Scan module is currently disabled."
190
- msgstr ""
190
+ msgstr "Модуль D-Scan відключений."
191
191
 
192
192
  #: aa_intel_tool/parser/module/fleetcomp.py:181
193
193
  msgid "The fleet composition module is currently disabled."
194
- msgstr ""
194
+ msgstr "модуль фліткомпозішену відключений."
195
195
 
196
196
  #: aa_intel_tool/templates/aa_intel_tool/base.html:23
197
197
  msgid "Permalink successfully copied"
198
- msgstr ""
198
+ msgstr "Постійне посилання успішно скопійоване"
199
199
 
200
200
  #: aa_intel_tool/templates/aa_intel_tool/base.html:24
201
201
  msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
202
- msgstr ""
202
+ msgstr "Шось пішло не так. Нічого не скопійовано. Можливо, Ваш браузер не підтримує цю функцію."
203
203
 
204
204
  #: aa_intel_tool/templates/aa_intel_tool/base.html:25
205
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
206
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
207
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
208
- msgid "Unaffiliated / No Alliance"
209
- msgstr ""
205
+ msgid "Unaffiliated"
206
+ msgstr "Незалежний"
210
207
 
211
208
  #: aa_intel_tool/templates/aa_intel_tool/base.html:26
212
- msgid "NPC Corp"
209
+ msgid "No Alliance"
213
210
  msgstr ""
214
211
 
212
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:27
213
+ msgid "NPC Corp"
214
+ msgstr "Початкова корпорація"
215
+
215
216
  #: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
216
217
  #, python-format
217
218
  msgid "Scans will be deleted after %(scan_retention_time)s day."
218
219
  msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
219
- msgstr[0] ""
220
- msgstr[1] ""
221
- msgstr[2] ""
222
- msgstr[3] ""
220
+ msgstr[0] "Скани будуь видалені через %(scan_retention_time)s день."
221
+ msgstr[1] "Скани будуть видалені через %(scan_retention_time)s днів."
222
+ msgstr[2] "Скани будуть видалені через %(scan_retention_time)s днів."
223
+ msgstr[3] "Скани будуть видалені через один день."
223
224
 
224
225
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
225
226
  msgid "Do you want to help translate this app into your language or improve the existing translation?"
@@ -231,24 +232,24 @@ msgstr "Приєднуйтесь до нашої команди переклад
231
232
 
232
233
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:10
233
234
  msgid "What can I paste?"
234
- msgstr ""
235
+ msgstr "Що я можу запостити?"
235
236
 
236
237
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:16
237
238
  msgid "Chat member list"
238
- msgstr ""
239
+ msgstr "Список мемберів чату"
239
240
 
240
241
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:21
241
242
  #, python-format
242
243
  msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
243
244
  msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
244
- msgstr[0] ""
245
- msgstr[1] ""
246
- msgstr[2] ""
247
- msgstr[3] ""
245
+ msgstr[0] "Обмежено максимум %(max_pilots)s пілотом на скан."
246
+ msgstr[1] "Обмежено максимум %(max_pilots)s пілотами на скан."
247
+ msgstr[2] "Обмежено максимум %(max_pilots)s пілотами на скан."
248
+ msgstr[3] "Обмежено максимум %(max_pilots)s пілотом на скан."
248
249
 
249
250
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
250
251
  msgid "Please keep in mind, parsing large amounts of data can take some time. Be patient, CCP's API is not the fastest to answer …"
251
- msgstr ""
252
+ msgstr "Будь ласка пам'ятайте, що обробити великі об'єми даних займає деякий час. Будьте терплячі, очікуючи відповіді від API ССР…"
252
253
 
253
254
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
254
255
  msgid "Submit"
@@ -260,117 +261,117 @@ msgstr "В процесі, будь ласка, зачекайте…"
260
261
 
261
262
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:58
262
263
  msgid "Detecting the intel type"
263
- msgstr ""
264
+ msgstr "Визначення типу інтелу"
264
265
 
265
266
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
266
267
  msgid "Fetching potentially missing information from ESI (this might take a moment)"
267
- msgstr ""
268
+ msgstr "Вибірка інформації, якої потенційно не вистачає з ESI (може зайняти трохи часу)"
268
269
 
269
270
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
270
271
  msgid "Parsing data"
271
- msgstr ""
272
+ msgstr "Розбір даних"
272
273
 
273
274
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html:8
274
275
  msgid "New scan"
275
- msgstr ""
276
+ msgstr "Новий скан"
276
277
 
277
278
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html:15
278
279
  msgid "Copy permalink"
279
- msgstr ""
280
+ msgstr "Копіювати постійне посилання"
280
281
 
281
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:9
282
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:7
282
283
  msgid "Alliances breakdown"
283
- msgstr ""
284
+ msgstr "Зріз по аліянсах"
284
285
 
285
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:20
286
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
286
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
287
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
287
288
  msgid "Alliance"
288
- msgstr ""
289
+ msgstr "Аліянс"
289
290
 
290
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:21
291
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:21
291
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:19
292
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:19
292
293
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
293
294
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
294
295
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
295
296
  msgid "Count"
296
297
  msgstr "Кількість"
297
298
 
298
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
299
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
300
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
299
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:27
300
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:27
301
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:27
301
302
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
302
303
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
303
304
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
304
305
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
305
306
  msgid "Loading data …"
306
- msgstr ""
307
+ msgstr "Завантаження даних…"
307
308
 
308
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:35
309
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
310
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
309
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:33
310
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:33
311
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:33
311
312
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
312
313
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
313
314
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
314
315
  msgid "No data …"
315
- msgstr ""
316
+ msgstr "Нема даних…"
316
317
 
317
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:9
318
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:7
318
319
  msgid "Corporations breakdown"
319
- msgstr ""
320
+ msgstr "Зріз по корпораціях"
320
321
 
321
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
322
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
322
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
323
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
323
324
  msgid "Corporation"
324
325
  msgstr "Корпорація"
325
326
 
326
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
327
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:6
327
328
  msgid "Pilots breakdown"
328
- msgstr ""
329
+ msgstr "Зріз по пілотах"
329
330
 
330
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
331
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:17
331
332
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
332
333
  msgid "Pilot"
333
- msgstr ""
334
+ msgstr "Пілот"
334
335
 
335
336
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:8
336
337
  msgid "Interesting on grid"
337
- msgstr ""
338
+ msgstr "Цікаве в гріді"
338
339
 
339
340
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:15
340
341
  msgid "Upwell structures"
341
- msgstr ""
342
+ msgstr "Апвел структури"
342
343
 
343
344
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:16
344
345
  msgid "Deployables"
345
- msgstr ""
346
+ msgstr "Розміщуване"
346
347
 
347
348
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:17
348
349
  msgid "POS / POS modules"
349
- msgstr ""
350
+ msgstr "ПОС та модулі ПОСів"
350
351
 
351
352
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:18
352
353
  msgid "Miscellaneous"
353
- msgstr ""
354
+ msgstr "Різне"
354
355
 
355
356
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
356
357
  msgid "Type"
357
- msgstr ""
358
+ msgstr "Тип"
358
359
 
359
360
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
360
361
  msgid "Ships on scan"
361
- msgstr ""
362
+ msgstr "Кораблі на підскані"
362
363
 
363
364
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:15
364
365
  msgid "All ships"
365
- msgstr ""
366
+ msgstr "Усі кораблі"
366
367
 
367
368
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:16
368
369
  msgid "On grid"
369
- msgstr ""
370
+ msgstr "В гріді"
370
371
 
371
372
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:17
372
373
  msgid "Off grid"
373
- msgstr ""
374
+ msgstr "Поза грідом"
374
375
 
375
376
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:21
376
377
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:19
@@ -379,7 +380,7 @@ msgstr "Клас корабля"
379
380
 
380
381
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:30
381
382
  msgid "Total mass (in kg):"
382
- msgstr ""
383
+ msgstr "Повна маса (в кг):"
383
384
 
384
385
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
385
386
  msgid "Ship type"
@@ -387,11 +388,11 @@ msgstr "Тип корабля"
387
388
 
388
389
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
389
390
  msgid "No data."
390
- msgstr ""
391
+ msgstr "Нема даних."
391
392
 
392
393
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html:5
393
394
  msgid "Scan taken at (EVE time)"
394
- msgstr ""
395
+ msgstr "Скан зібраний о (EVE time) по Єві"
395
396
 
396
397
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
397
398
  msgid "Fleet details"
@@ -399,15 +400,15 @@ msgstr "Деталі флоту"
399
400
 
400
401
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
401
402
  msgid "Pilots in fleet"
402
- msgstr ""
403
+ msgstr "Пілотів у флоті"
403
404
 
404
405
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
405
406
  msgid "Ship classes"
406
- msgstr ""
407
+ msgstr "Класи кораблів"
407
408
 
408
409
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
409
410
  msgid "Who is flying what"
410
- msgstr ""
411
+ msgstr "Хто на чому"
411
412
 
412
413
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
413
414
  msgid "System"
@@ -415,19 +416,19 @@ msgstr "Система"
415
416
 
416
417
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
417
418
  msgid "Participation details"
418
- msgstr ""
419
+ msgstr "Деталі про учасників"
419
420
 
420
421
  #: aa_intel_tool/views/general.py:53
421
422
  msgid "The provided data could not be parsed."
422
- msgstr ""
423
+ msgstr "Надані дані не можна розібрати."
423
424
 
424
425
  #: aa_intel_tool/views/general.py:60
425
426
  msgid "(System Error) Something unexpected happened."
426
- msgstr ""
427
+ msgstr "(System Error) Трапилась якась системна помилка-халепа."
427
428
 
428
429
  #: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
429
430
  msgid "The scan you were looking for could not be found."
430
- msgstr ""
431
+ msgstr "Скан який Ви шукаєте, не можна знайти."
431
432
 
432
433
  #~ msgid "No data available in this table"
433
434
  #~ msgstr "Немає даних у цій таблиці"
@@ -12,7 +12,7 @@ msgid ""
12
12
  msgstr ""
13
13
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
14
14
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
15
- "POT-Creation-Date: 2025-04-09 11:22+0200\n"
15
+ "POT-Creation-Date: 2025-06-03 12:14+0200\n"
16
16
  "PO-Revision-Date: 2025-02-18 09:17+0000\n"
17
17
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
18
18
  "Language-Team: Chinese (Simplified Han script) <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/zh_Hans/>\n"
@@ -26,7 +26,6 @@ msgstr ""
26
26
  #: aa_intel_tool/__init__.py:9
27
27
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
28
28
  #: aa_intel_tool/templates/aa_intel_tool/base.html:11
29
- #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
30
29
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
31
30
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
32
31
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
@@ -204,13 +203,16 @@ msgid "Something went wrong. Nothing copied. Maybe your browser does not support
204
203
  msgstr ""
205
204
 
206
205
  #: aa_intel_tool/templates/aa_intel_tool/base.html:25
207
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
208
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
209
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
210
- msgid "Unaffiliated / No Alliance"
206
+ msgid "Unaffiliated"
211
207
  msgstr ""
212
208
 
213
209
  #: aa_intel_tool/templates/aa_intel_tool/base.html:26
210
+ #, fuzzy
211
+ #| msgid "Alliance list"
212
+ msgid "No Alliance"
213
+ msgstr "联盟列表"
214
+
215
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:27
214
216
  msgid "NPC Corp"
215
217
  msgstr ""
216
218
 
@@ -274,26 +276,26 @@ msgstr ""
274
276
  msgid "Copy permalink"
275
277
  msgstr ""
276
278
 
277
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:9
279
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:7
278
280
  msgid "Alliances breakdown"
279
281
  msgstr ""
280
282
 
281
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:20
282
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
283
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:18
284
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:18
283
285
  msgid "Alliance"
284
286
  msgstr ""
285
287
 
286
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:21
287
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:21
288
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:19
289
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:19
288
290
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
289
291
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
290
292
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
291
293
  msgid "Count"
292
294
  msgstr "计数"
293
295
 
294
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
295
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
296
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
296
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:27
297
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:27
298
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:27
297
299
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
298
300
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:37
299
301
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
@@ -301,29 +303,29 @@ msgstr "计数"
301
303
  msgid "Loading data …"
302
304
  msgstr "数据加载中…"
303
305
 
304
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:35
305
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
306
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
306
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:33
307
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:33
308
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:33
307
309
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
308
310
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:43
309
311
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
310
312
  msgid "No data …"
311
313
  msgstr ""
312
314
 
313
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:9
315
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:7
314
316
  msgid "Corporations breakdown"
315
317
  msgstr ""
316
318
 
317
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
318
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
319
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:18
320
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
319
321
  msgid "Corporation"
320
322
  msgstr ""
321
323
 
322
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
324
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:6
323
325
  msgid "Pilots breakdown"
324
326
  msgstr ""
325
327
 
326
- #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
328
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:17
327
329
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
328
330
  msgid "Pilot"
329
331
  msgstr ""