aa-intel-tool 2.5.2__py3-none-any.whl → 2.6.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. aa_intel_tool/__init__.py +1 -1
  2. aa_intel_tool/app_settings.py +16 -1
  3. aa_intel_tool/constants.py +13 -5
  4. aa_intel_tool/helper/static_files.py +42 -0
  5. aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +20 -109
  6. aa_intel_tool/locale/de/LC_MESSAGES/django.po +82 -128
  7. aa_intel_tool/locale/django.pot +11 -84
  8. aa_intel_tool/locale/es/LC_MESSAGES/django.po +23 -107
  9. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +83 -127
  10. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +18 -104
  11. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +18 -104
  12. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +78 -116
  13. aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +18 -104
  14. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +20 -109
  15. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +83 -130
  16. aa_intel_tool/locale/sk/LC_MESSAGES/django.po +19 -106
  17. aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
  18. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +72 -116
  19. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  20. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +27 -111
  21. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +1 -0
  22. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +1 -1
  23. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +1 -1
  24. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +7 -7
  25. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +1 -1
  26. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -1
  27. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +1 -0
  28. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +1 -1
  29. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +1 -1
  30. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +18 -18
  31. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +1 -1
  32. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -1
  33. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +28 -2
  34. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +1 -1
  35. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +1 -1
  36. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +41 -8
  37. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +1 -1
  38. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -1
  39. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +5 -5
  40. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +1 -1
  41. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -1
  42. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.js +66 -2
  43. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +1 -1
  44. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +1 -1
  45. aa_intel_tool/templates/aa_intel_tool/base.html +32 -0
  46. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-highlight-js.html +3 -0
  47. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +6 -3
  48. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +1 -1
  49. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-highlight-js.html +3 -0
  50. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +4 -3
  51. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +6 -5
  52. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomposition-highlight-js.html +3 -0
  53. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html +1 -1
  54. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-scan-result-common-js.html +3 -0
  55. aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +3 -3
  56. aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +3 -3
  57. aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +3 -3
  58. aa_intel_tool/templatetags/aa_intel_tool.py +71 -9
  59. aa_intel_tool/tests/test_app_settings.py +30 -2
  60. aa_intel_tool/tests/test_templatetags.py +78 -12
  61. {aa_intel_tool-2.5.2.dist-info → aa_intel_tool-2.6.1.dist-info}/METADATA +7 -6
  62. {aa_intel_tool-2.5.2.dist-info → aa_intel_tool-2.6.1.dist-info}/RECORD +64 -60
  63. {aa_intel_tool-2.5.2.dist-info → aa_intel_tool-2.6.1.dist-info}/WHEEL +1 -1
  64. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +0 -46
  65. {aa_intel_tool-2.5.2.dist-info → aa_intel_tool-2.6.1.dist-info}/licenses/LICENSE +0 -0
@@ -6,22 +6,20 @@ 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: 2024-12-14 18:06+0100\n"
9
+ "POT-Creation-Date: 2025-03-07 15:55+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
- "Language-Team: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
- "apps/aa-intel-tool/pl/>\n"
12
+ "Language-Team: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/pl/>\n"
14
13
  "Language: pl_PL\n"
15
14
  "MIME-Version: 1.0\n"
16
15
  "Content-Type: text/plain; charset=UTF-8\n"
17
16
  "Content-Transfer-Encoding: 8bit\n"
18
- "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
19
- "|| n%100>=20) ? 1 : 2;\n"
17
+ "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
20
18
  "X-Generator: Weblate 5.5.3\n"
21
19
 
22
20
  #: aa_intel_tool/__init__.py:9
23
- #: aa_intel_tool/templates/aa_intel_tool/base.html:6
24
- #: aa_intel_tool/templates/aa_intel_tool/base.html:10
21
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:7
22
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:11
25
23
  #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
26
24
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
27
25
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
@@ -47,16 +45,16 @@ msgstr ""
47
45
  msgid "Intel Parser v{__version__}"
48
46
  msgstr ""
49
47
 
50
- #: aa_intel_tool/constants.py:58 aa_intel_tool/models.py:24
48
+ #: aa_intel_tool/constants.py:61 aa_intel_tool/models.py:24
51
49
  msgid "Chat list"
52
50
  msgstr ""
53
51
 
54
- #: aa_intel_tool/constants.py:64 aa_intel_tool/models.py:22
52
+ #: aa_intel_tool/constants.py:67 aa_intel_tool/models.py:22
55
53
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
56
54
  msgid "D-Scan"
57
55
  msgstr ""
58
56
 
59
- #: aa_intel_tool/constants.py:70 aa_intel_tool/models.py:23
57
+ #: aa_intel_tool/constants.py:73 aa_intel_tool/models.py:23
60
58
  #: aa_intel_tool/models.py:123
61
59
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
62
60
  msgid "Fleet composition"
@@ -158,8 +156,7 @@ msgid "Scan data"
158
156
  msgstr ""
159
157
 
160
158
  #: aa_intel_tool/parser/general.py:46
161
- msgid ""
162
- "No suitable parser found. Input is not a supported intel type or malformed …"
159
+ msgid "No suitable parser found. Input is not a supported intel type or malformed …"
163
160
  msgstr ""
164
161
 
165
162
  #: aa_intel_tool/parser/general.py:80
@@ -180,12 +177,8 @@ msgstr ""
180
177
 
181
178
  #: aa_intel_tool/parser/module/chatlist.py:299
182
179
  #, python-brace-format
183
- msgid ""
184
- "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
185
- "per scan. Your list of pilots exceeds this limit."
186
- msgid_plural ""
187
- "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots "
188
- "per scan. Your list of pilots exceeds this limit."
180
+ msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
181
+ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
189
182
  msgstr[0] ""
190
183
  msgstr[1] ""
191
184
  msgstr[2] ""
@@ -198,100 +191,25 @@ msgstr ""
198
191
  msgid "The fleet composition module is currently disabled."
199
192
  msgstr ""
200
193
 
201
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
194
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:23
202
195
  msgid "Permalink successfully copied"
203
196
  msgstr ""
204
197
 
205
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
206
- msgid ""
207
- "Something went wrong. Nothing copied. Maybe your browser does not support "
208
- "this function."
198
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:24
199
+ msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
209
200
  msgstr ""
210
201
 
211
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
202
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:25
212
203
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
213
204
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
214
205
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
215
206
  msgid "Unaffiliated / No Alliance"
216
207
  msgstr ""
217
208
 
218
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:16
209
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:26
219
210
  msgid "NPC Corp"
220
211
  msgstr ""
221
212
 
222
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
223
- msgctxt "Decimal separator"
224
- msgid "."
225
- msgstr ""
226
-
227
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
228
- msgctxt "Thousands separator"
229
- msgid ","
230
- msgstr ""
231
-
232
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
233
- msgid "No data available in this table"
234
- msgstr ""
235
-
236
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
237
- msgctxt "Keep _END_ as it is. It will be replaced by a number."
238
- msgid "Showing _END_ entries"
239
- msgstr ""
240
-
241
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
242
- msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
243
- msgid "(filtered from _MAX_ total entries)"
244
- msgstr ""
245
-
246
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
247
- msgid "No records available"
248
- msgstr ""
249
-
250
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
251
- msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
252
- msgid "Show _MENU_"
253
- msgstr ""
254
-
255
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
256
- msgid "Loading …"
257
- msgstr ""
258
-
259
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
260
- msgid "Processing …"
261
- msgstr ""
262
-
263
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
264
- msgid "Nothing found, sorry …"
265
- msgstr ""
266
-
267
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
268
- msgid "Search …"
269
- msgstr ""
270
-
271
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
272
- msgid "First"
273
- msgstr ""
274
-
275
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
276
- msgid "Last"
277
- msgstr ""
278
-
279
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
280
- msgid "Next"
281
- msgstr ""
282
-
283
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
284
- msgid "Previous"
285
- msgstr ""
286
-
287
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
288
- msgid ": activate to sort column ascending"
289
- msgstr ""
290
-
291
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
292
- msgid ": activate to sort column descending"
293
- msgstr ""
294
-
295
213
  #: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
296
214
  #, python-format
297
215
  msgid "Scans will be deleted after %(scan_retention_time)s day."
@@ -301,12 +219,8 @@ msgstr[1] ""
301
219
  msgstr[2] ""
302
220
 
303
221
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
304
- msgid ""
305
- "Do you want to help translate this app into your language or improve the "
306
- "existing translation?"
307
- msgstr ""
308
- "Chciałbyś pomóc w tłumaczeniu tej apki na Twój język bądź poprawić aktualne "
309
- "tłumaczenia?"
222
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
223
+ msgstr "Chciałbyś pomóc w tłumaczeniu tej apki na Twój język bądź poprawić aktualne tłumaczenia?"
310
224
 
311
225
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
312
226
  msgid "Join our team of translators!"
@@ -329,9 +243,7 @@ msgstr[1] ""
329
243
  msgstr[2] ""
330
244
 
331
245
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
332
- msgid ""
333
- "Please keep in mind, parsing large amounts of data can take some time. Be "
334
- "patient, CCP's API is not the fastest to answer …"
246
+ 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 …"
335
247
  msgstr ""
336
248
 
337
249
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
@@ -347,8 +259,7 @@ msgid "Detecting the intel type"
347
259
  msgstr ""
348
260
 
349
261
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
350
- msgid ""
351
- "Fetching potentially missing information from ESI (this might take a moment)"
262
+ msgid "Fetching potentially missing information from ESI (this might take a moment)"
352
263
  msgstr ""
353
264
 
354
265
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
@@ -9,22 +9,20 @@ 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: 2024-12-14 18:06+0100\n"
12
+ "POT-Creation-Date: 2025-03-07 15:55+0100\n"
13
13
  "PO-Revision-Date: 2024-06-06 14:27+0000\n"
14
14
  "Last-Translator: Roycce_ <malyasov.roma@mail.ru>\n"
15
- "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
- "apps/aa-intel-tool/ru/>\n"
15
+ "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ru/>\n"
17
16
  "Language: ru\n"
18
17
  "MIME-Version: 1.0\n"
19
18
  "Content-Type: text/plain; charset=UTF-8\n"
20
19
  "Content-Transfer-Encoding: 8bit\n"
21
- "Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : "
22
- "n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
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"
23
21
  "X-Generator: Weblate 5.5.5\n"
24
22
 
25
23
  #: aa_intel_tool/__init__.py:9
26
- #: aa_intel_tool/templates/aa_intel_tool/base.html:6
27
- #: aa_intel_tool/templates/aa_intel_tool/base.html:10
24
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:7
25
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:11
28
26
  #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
29
27
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
30
28
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
@@ -50,16 +48,16 @@ msgstr "Исходные данные"
50
48
  msgid "Intel Parser v{__version__}"
51
49
  msgstr "Анализатор Скана v{__version__}"
52
50
 
53
- #: aa_intel_tool/constants.py:58 aa_intel_tool/models.py:24
51
+ #: aa_intel_tool/constants.py:61 aa_intel_tool/models.py:24
54
52
  msgid "Chat list"
55
53
  msgstr "Список чата"
56
54
 
57
- #: aa_intel_tool/constants.py:64 aa_intel_tool/models.py:22
55
+ #: aa_intel_tool/constants.py:67 aa_intel_tool/models.py:22
58
56
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
59
57
  msgid "D-Scan"
60
58
  msgstr "Подскан"
61
59
 
62
- #: aa_intel_tool/constants.py:70 aa_intel_tool/models.py:23
60
+ #: aa_intel_tool/constants.py:73 aa_intel_tool/models.py:23
63
61
  #: aa_intel_tool/models.py:123
64
62
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
65
63
  msgid "Fleet composition"
@@ -161,11 +159,8 @@ msgid "Scan data"
161
159
  msgstr "Данные скана"
162
160
 
163
161
  #: aa_intel_tool/parser/general.py:46
164
- msgid ""
165
- "No suitable parser found. Input is not a supported intel type or malformed …"
166
- msgstr ""
167
- "Не найден подходящий анализатор. Формат входных данных не поддерживается или "
168
- "данные неполны …"
162
+ msgid "No suitable parser found. Input is not a supported intel type or malformed …"
163
+ msgstr "Не найден подходящий анализатор. Формат входных данных не поддерживается или данные неполны …"
169
164
 
170
165
  #: aa_intel_tool/parser/general.py:80
171
166
  msgid "No data to parse …"
@@ -185,24 +180,12 @@ msgstr "Анализатор списка чата отключен."
185
180
 
186
181
  #: aa_intel_tool/parser/module/chatlist.py:299
187
182
  #, python-brace-format
188
- msgid ""
189
- "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
190
- "per scan. Your list of pilots exceeds this limit."
191
- msgid_plural ""
192
- "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots "
193
- "per scan. Your list of pilots exceeds this limit."
194
- msgstr[0] ""
195
- "Анализатор чата в настоящее время ограничен максимум {max_allowed_pilots} "
196
- "пилотом в скане. Размер вашего списка превышает это ограничение."
197
- msgstr[1] ""
198
- "Анализатор чата в настоящее время ограничен максимум {max_allowed_pilots} "
199
- "пилотами в скане. Размер вашего списка превышает это ограничение."
200
- msgstr[2] ""
201
- "Анализатор чата в настоящее время ограничен максимум {max_allowed_pilots} "
202
- "пилотами в скане. Размер вашего списка превышает это ограничение."
203
- msgstr[3] ""
204
- "Анализатор чата в настоящее время ограничен максимум одним пилотом в скане. "
205
- "Размер вашего списка превышает это ограничение."
183
+ msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
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."
185
+ msgstr[0] "Анализатор чата в настоящее время ограничен максимум {max_allowed_pilots} пилотом в скане. Размер вашего списка превышает это ограничение."
186
+ msgstr[1] "Анализатор чата в настоящее время ограничен максимум {max_allowed_pilots} пилотами в скане. Размер вашего списка превышает это ограничение."
187
+ msgstr[2] "Анализатор чата в настоящее время ограничен максимум {max_allowed_pilots} пилотами в скане. Размер вашего списка превышает это ограничение."
188
+ msgstr[3] "Анализатор чата в настоящее время ограничен максимум одним пилотом в скане. Размер вашего списка превышает это ограничение."
206
189
 
207
190
  #: aa_intel_tool/parser/module/dscan.py:350
208
191
  msgid "The D-Scan module is currently disabled."
@@ -212,102 +195,25 @@ msgstr "Анализатор подскана отключен."
212
195
  msgid "The fleet composition module is currently disabled."
213
196
  msgstr "Анализатор состава флота отключен."
214
197
 
215
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
198
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:23
216
199
  msgid "Permalink successfully copied"
217
200
  msgstr "Постоянная ссылка успешно скопирована"
218
201
 
219
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
220
- msgid ""
221
- "Something went wrong. Nothing copied. Maybe your browser does not support "
222
- "this function."
223
- msgstr ""
224
- "Что-то пошло не так. Ничего не скопировано. Возможно, ваш браузер не "
225
- "поддерживает данную функцию."
202
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:24
203
+ msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
204
+ msgstr "Что-то пошло не так. Ничего не скопировано. Возможно, ваш браузер не поддерживает данную функцию."
226
205
 
227
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
206
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:25
228
207
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
229
208
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
230
209
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
231
210
  msgid "Unaffiliated / No Alliance"
232
211
  msgstr "Неаффилированный / Нет альянса"
233
212
 
234
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:16
213
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:26
235
214
  msgid "NPC Corp"
236
215
  msgstr "NPC корпорация"
237
216
 
238
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
239
- msgctxt "Decimal separator"
240
- msgid "."
241
- msgstr ","
242
-
243
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
244
- msgctxt "Thousands separator"
245
- msgid ","
246
- msgstr " "
247
-
248
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
249
- msgid "No data available in this table"
250
- msgstr "Данные в таблице отсутствуют"
251
-
252
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
253
- msgctxt "Keep _END_ as it is. It will be replaced by a number."
254
- msgid "Showing _END_ entries"
255
- msgstr "Отображаются _END_ записей"
256
-
257
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
258
- msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
259
- msgid "(filtered from _MAX_ total entries)"
260
- msgstr "(отфильтрованы из _MAX_ записей)"
261
-
262
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
263
- msgid "No records available"
264
- msgstr "Записи недоступны"
265
-
266
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
267
- msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
268
- msgid "Show _MENU_"
269
- msgstr "Показывать _MENU_"
270
-
271
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
272
- msgid "Loading …"
273
- msgstr "Загрузка …"
274
-
275
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
276
- msgid "Processing …"
277
- msgstr "Обработка …"
278
-
279
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
280
- msgid "Nothing found, sorry …"
281
- msgstr "Ничего не найдено …"
282
-
283
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
284
- msgid "Search …"
285
- msgstr "Поиск…"
286
-
287
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
288
- msgid "First"
289
- msgstr "Первый"
290
-
291
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
292
- msgid "Last"
293
- msgstr "Последний"
294
-
295
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
296
- msgid "Next"
297
- msgstr "Следующий"
298
-
299
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
300
- msgid "Previous"
301
- msgstr "Предыдущий"
302
-
303
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
304
- msgid ": activate to sort column ascending"
305
- msgstr ": активируйте для сортировки по возрастанию"
306
-
307
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
308
- msgid ": activate to sort column descending"
309
- msgstr ": активируйте для сортировки по убыванию"
310
-
311
217
  #: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
312
218
  #, python-format
313
219
  msgid "Scans will be deleted after %(scan_retention_time)s day."
@@ -318,12 +224,8 @@ msgstr[2] "Сканы будут удалены после %(scan_retention_time
318
224
  msgstr[3] "Сканы будут удалены через один день."
319
225
 
320
226
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
321
- msgid ""
322
- "Do you want to help translate this app into your language or improve the "
323
- "existing translation?"
324
- msgstr ""
325
- "Вы хотите помочь перевести это приложение на ваш язык или улучшить текущий "
326
- "перевод?"
227
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
228
+ msgstr "Вы хотите помочь перевести это приложение на ваш язык или улучшить текущий перевод?"
327
229
 
328
230
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
329
231
  msgid "Join our team of translators!"
@@ -347,12 +249,8 @@ msgstr[2] "Ограничен максимум %(max_pilots)s пилотами
347
249
  msgstr[3] "Ограничен максимум одним пилотом в скане."
348
250
 
349
251
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
350
- msgid ""
351
- "Please keep in mind, parsing large amounts of data can take some time. Be "
352
- "patient, CCP's API is not the fastest to answer …"
353
- msgstr ""
354
- "Помните, что обработка большого объема данных может занять некоторое время. "
355
- "Будьте терпеливы, CCP API не самое быстрое …"
252
+ 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 …"
253
+ msgstr "Помните, что обработка большого объема данных может занять некоторое время. Будьте терпеливы, CCP API не самое быстрое …"
356
254
 
357
255
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
358
256
  msgid "Submit"
@@ -367,8 +265,7 @@ msgid "Detecting the intel type"
367
265
  msgstr "Определение типа информации"
368
266
 
369
267
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
370
- msgid ""
371
- "Fetching potentially missing information from ESI (this might take a moment)"
268
+ msgid "Fetching potentially missing information from ESI (this might take a moment)"
372
269
  msgstr "Загрузка отсутствующей информации из ESI (может занять время)"
373
270
 
374
271
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
@@ -533,3 +430,59 @@ msgstr "(Системная ошибка) Случилось что-то неп
533
430
  #: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
534
431
  msgid "The scan you were looking for could not be found."
535
432
  msgstr "Скан, который вы ищите, не может быть найден."
433
+
434
+ #~ msgctxt "Decimal separator"
435
+ #~ msgid "."
436
+ #~ msgstr ","
437
+
438
+ #~ msgctxt "Thousands separator"
439
+ #~ msgid ","
440
+ #~ msgstr " "
441
+
442
+ #~ msgid "No data available in this table"
443
+ #~ msgstr "Данные в таблице отсутствуют"
444
+
445
+ #~ msgctxt "Keep _END_ as it is. It will be replaced by a number."
446
+ #~ msgid "Showing _END_ entries"
447
+ #~ msgstr "Отображаются _END_ записей"
448
+
449
+ #~ msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
450
+ #~ msgid "(filtered from _MAX_ total entries)"
451
+ #~ msgstr "(отфильтрованы из _MAX_ записей)"
452
+
453
+ #~ msgid "No records available"
454
+ #~ msgstr "Записи недоступны"
455
+
456
+ #~ msgid "Loading …"
457
+ #~ msgstr "Загрузка …"
458
+
459
+ #~ msgid "Processing …"
460
+ #~ msgstr "Обработка …"
461
+
462
+ #~ msgid "Nothing found, sorry …"
463
+ #~ msgstr "Ничего не найдено …"
464
+
465
+ #~ msgid "Search …"
466
+ #~ msgstr "Поиск…"
467
+
468
+ #~ msgid "First"
469
+ #~ msgstr "Первый"
470
+
471
+ #~ msgid "Last"
472
+ #~ msgstr "Последний"
473
+
474
+ #~ msgid "Next"
475
+ #~ msgstr "Следующий"
476
+
477
+ #~ msgid "Previous"
478
+ #~ msgstr "Предыдущий"
479
+
480
+ #~ msgid ": activate to sort column ascending"
481
+ #~ msgstr ": активируйте для сортировки по возрастанию"
482
+
483
+ #~ msgid ": activate to sort column descending"
484
+ #~ msgstr ": активируйте для сортировки по убыванию"
485
+
486
+ #~ msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
487
+ #~ msgid "Show _MENU_"
488
+ #~ msgstr "Показывать _MENU_"