Skip to content

Commit d5e78f3

Browse files
committed
[MISC] Translation files updated
1 parent fa3bb65 commit d5e78f3

File tree

11 files changed

+245
-241
lines changed

11 files changed

+245
-241
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ repos:
127127
)
128128
129129
- repo: https://github.com/eslint/eslint
130-
rev: v8.56.0
130+
rev: v8.57.0
131131
hooks:
132132
- id: eslint
133133
name: ESLint

aa_intel_tool/locale/de/LC_MESSAGES/django.po

+26-26
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: PACKAGE VERSION\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2023-10-04 17:44+0200\n"
9+
"POT-Creation-Date: 2024-03-15 23:24+0100\n"
1010
"PO-Revision-Date: 2023-10-04 15:46+0000\n"
1111
"Last-Translator: Peter Pfeufer <[email protected]>\n"
12-
"Language-Team: German <https://weblate.ppfeufer.de/projects/"
13-
"alliance-auth-apps/aa-intel-tool/de/>\n"
12+
"Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-"
13+
"apps/aa-intel-tool/de/>\n"
1414
"Language: de\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Plural-Forms: nplurals=2; plural=n != 1;\n"
1919
"X-Generator: Weblate 5.0.2\n"
2020

21-
#: aa_intel_tool/__init__.py:12
21+
#: aa_intel_tool/__init__.py:9
2222
#: aa_intel_tool/templates/aa_intel_tool/base.html:6
23-
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:6
24-
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:10
23+
#: aa_intel_tool/templates/aa_intel_tool/base.html:10
24+
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
2525
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
2626
#: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
2727
#: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
@@ -46,16 +46,16 @@ msgstr "Rohdaten"
4646
msgid "Intel Parser v{__version__}"
4747
msgstr "Intel Parser v{__version__}"
4848

49-
#: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:24
49+
#: aa_intel_tool/constants.py:58 aa_intel_tool/models.py:24
5050
msgid "Chat list"
5151
msgstr "Chatliste"
5252

53-
#: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:22
53+
#: aa_intel_tool/constants.py:64 aa_intel_tool/models.py:22
5454
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
5555
msgid "D-Scan"
5656
msgstr "D-Scan"
5757

58-
#: aa_intel_tool/constants.py:83 aa_intel_tool/models.py:23
58+
#: aa_intel_tool/constants.py:70 aa_intel_tool/models.py:23
5959
#: aa_intel_tool/models.py:123
6060
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
6161
msgid "Fleet composition"
@@ -167,20 +167,20 @@ msgstr ""
167167
msgid "No data to parse …"
168168
msgstr "Keine Daten zum Parsen …"
169169

170-
#: aa_intel_tool/parser/module/chatlist.py:66
170+
#: aa_intel_tool/parser/module/chatlist.py:68
171171
msgid "Something went wrong while fetching the character information from ESI."
172172
msgstr ""
173173
"Beim Abrufen der Charakterinformationen von ESI ist ein Fehler aufgetreten."
174174

175-
#: aa_intel_tool/parser/module/chatlist.py:77
175+
#: aa_intel_tool/parser/module/chatlist.py:79
176176
msgid "Character unknown to ESI."
177177
msgstr "Charakter ist in ESI nicht bekannt."
178178

179-
#: aa_intel_tool/parser/module/chatlist.py:274
179+
#: aa_intel_tool/parser/module/chatlist.py:281
180180
msgid "The chat list module is currently disabled."
181181
msgstr "Das Chatlistenmodul ist derzeit deaktiviert."
182182

183-
#: aa_intel_tool/parser/module/chatlist.py:292
183+
#: aa_intel_tool/parser/module/chatlist.py:302
184184
#, python-brace-format
185185
msgid ""
186186
"Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -195,11 +195,11 @@ msgstr[1] ""
195195
"Chatscans sind derzeit auf maximal {max_allowed_pilots} Piloten pro Scan "
196196
"beschränkt. Deine Pilotenliste überschreitet diese Grenze."
197197

198-
#: aa_intel_tool/parser/module/dscan.py:322
198+
#: aa_intel_tool/parser/module/dscan.py:320
199199
msgid "The D-Scan module is currently disabled."
200200
msgstr "Das D-Scan-Modul ist derzeit deaktiviert."
201201

202-
#: aa_intel_tool/parser/module/fleetcomp.py:103
202+
#: aa_intel_tool/parser/module/fleetcomp.py:108
203203
msgid "The fleet composition module is currently disabled."
204204
msgstr "Das Flottenzusammensetzungsmodul ist derzeit deaktiviert."
205205

@@ -333,7 +333,16 @@ msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
333333
msgstr[0] "Begrenzt auf maximal %(max_pilots)s Pilot pro Scan."
334334
msgstr[1] "Begrenzt auf maximal %(max_pilots)s Piloten pro Scan."
335335

336-
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:50
336+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
337+
msgid ""
338+
"Please keep in mind, parsing large amounts of data can take some time. Be "
339+
"patient, CCP's API is not the fastest to answer …"
340+
msgstr ""
341+
"Bitte beachte, dass das Verarbeiten großer Datenmengen einige Zeit in "
342+
"Anspruch nehmen kann. Sei geduldig, die API von CCP ist nicht die Schnellste "
343+
"…"
344+
345+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
337346
msgid "Submit"
338347
msgstr "Absenden"
339348

@@ -499,15 +508,6 @@ msgstr "System"
499508
msgid "Participation details"
500509
msgstr "Teilnahmedetails"
501510

502-
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:14
503-
msgid ""
504-
"Please keep in mind, parsing large amounts of data can take some time. Be "
505-
"patient, CCP's API is not the fastest to answer …"
506-
msgstr ""
507-
"Bitte beachte, dass das Verarbeiten großer Datenmengen einige Zeit in "
508-
"Anspruch nehmen kann. Sei geduldig, die API von CCP ist nicht die Schnellste "
509-
"…"
510-
511511
#: aa_intel_tool/views/general.py:53
512512
msgid "The provided data could not be parsed."
513513
msgstr "Die bereitgestellten Daten konnten nicht analysiert werden."
@@ -516,6 +516,6 @@ msgstr "Die bereitgestellten Daten konnten nicht analysiert werden."
516516
msgid "(System Error) Something unexpected happened."
517517
msgstr "(Systemfehler) Es ist etwas Unerwartetes passiert."
518518

519-
#: aa_intel_tool/views/general.py:99 aa_intel_tool/views/general.py:129
519+
#: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
520520
msgid "The scan you were looking for could not be found."
521521
msgstr "Der gesuchte Scan konnte nicht gefunden werden."

aa_intel_tool/locale/django.pot

+21-21
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-10-04 17:44+0200\n"
11+
"POT-Creation-Date: 2024-03-15 23:24+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -18,10 +18,10 @@ msgstr ""
1818
"Content-Transfer-Encoding: 8bit\n"
1919
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
2020

21-
#: aa_intel_tool/__init__.py:12
21+
#: aa_intel_tool/__init__.py:9
2222
#: aa_intel_tool/templates/aa_intel_tool/base.html:6
23-
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:6
24-
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:10
23+
#: aa_intel_tool/templates/aa_intel_tool/base.html:10
24+
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
2525
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
2626
#: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
2727
#: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
@@ -46,16 +46,16 @@ msgstr ""
4646
msgid "Intel Parser v{__version__}"
4747
msgstr ""
4848

49-
#: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:24
49+
#: aa_intel_tool/constants.py:58 aa_intel_tool/models.py:24
5050
msgid "Chat list"
5151
msgstr ""
5252

53-
#: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:22
53+
#: aa_intel_tool/constants.py:64 aa_intel_tool/models.py:22
5454
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
5555
msgid "D-Scan"
5656
msgstr ""
5757

58-
#: aa_intel_tool/constants.py:83 aa_intel_tool/models.py:23
58+
#: aa_intel_tool/constants.py:70 aa_intel_tool/models.py:23
5959
#: aa_intel_tool/models.py:123
6060
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
6161
msgid "Fleet composition"
@@ -165,19 +165,19 @@ msgstr ""
165165
msgid "No data to parse …"
166166
msgstr ""
167167

168-
#: aa_intel_tool/parser/module/chatlist.py:66
168+
#: aa_intel_tool/parser/module/chatlist.py:68
169169
msgid "Something went wrong while fetching the character information from ESI."
170170
msgstr ""
171171

172-
#: aa_intel_tool/parser/module/chatlist.py:77
172+
#: aa_intel_tool/parser/module/chatlist.py:79
173173
msgid "Character unknown to ESI."
174174
msgstr ""
175175

176-
#: aa_intel_tool/parser/module/chatlist.py:274
176+
#: aa_intel_tool/parser/module/chatlist.py:281
177177
msgid "The chat list module is currently disabled."
178178
msgstr ""
179179

180-
#: aa_intel_tool/parser/module/chatlist.py:292
180+
#: aa_intel_tool/parser/module/chatlist.py:302
181181
#, python-brace-format
182182
msgid ""
183183
"Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -188,11 +188,11 @@ msgid_plural ""
188188
msgstr[0] ""
189189
msgstr[1] ""
190190

191-
#: aa_intel_tool/parser/module/dscan.py:322
191+
#: aa_intel_tool/parser/module/dscan.py:320
192192
msgid "The D-Scan module is currently disabled."
193193
msgstr ""
194194

195-
#: aa_intel_tool/parser/module/fleetcomp.py:103
195+
#: aa_intel_tool/parser/module/fleetcomp.py:108
196196
msgid "The fleet composition module is currently disabled."
197197
msgstr ""
198198

@@ -322,7 +322,13 @@ msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
322322
msgstr[0] ""
323323
msgstr[1] ""
324324

325-
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:50
325+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
326+
msgid ""
327+
"Please keep in mind, parsing large amounts of data can take some time. Be "
328+
"patient, CCP's API is not the fastest to answer …"
329+
msgstr ""
330+
331+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
326332
msgid "Submit"
327333
msgstr ""
328334

@@ -486,12 +492,6 @@ msgstr ""
486492
msgid "Participation details"
487493
msgstr ""
488494

489-
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:14
490-
msgid ""
491-
"Please keep in mind, parsing large amounts of data can take some time. Be "
492-
"patient, CCP's API is not the fastest to answer …"
493-
msgstr ""
494-
495495
#: aa_intel_tool/views/general.py:53
496496
msgid "The provided data could not be parsed."
497497
msgstr ""
@@ -500,6 +500,6 @@ msgstr ""
500500
msgid "(System Error) Something unexpected happened."
501501
msgstr ""
502502

503-
#: aa_intel_tool/views/general.py:99 aa_intel_tool/views/general.py:129
503+
#: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
504504
msgid "The scan you were looking for could not be found."
505505
msgstr ""

aa_intel_tool/locale/es/LC_MESSAGES/django.po

+25-25
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-10-04 17:44+0200\n"
11+
"POT-Creation-Date: 2024-03-15 23:24+0100\n"
1212
"PO-Revision-Date: 2023-10-25 07:04+0000\n"
13-
"Last-Translator: Geovanny David Morales De la cruz <moralesgeovanny1996@gmail"
14-
".com>\n"
15-
"Language-Team: Spanish <https://weblate.ppfeufer.de/projects/"
16-
"alliance-auth-apps/aa-intel-tool/es/>\n"
13+
"Last-Translator: Geovanny David Morales De la cruz "
14+
"<moralesgeovanny1996@gmail.com>\n"
15+
"Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-"
16+
"apps/aa-intel-tool/es/>\n"
1717
"Language: es\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
2020
"Content-Transfer-Encoding: 8bit\n"
2121
"Plural-Forms: nplurals=2; plural=n != 1;\n"
2222
"X-Generator: Weblate 5.1\n"
2323

24-
#: aa_intel_tool/__init__.py:12
24+
#: aa_intel_tool/__init__.py:9
2525
#: aa_intel_tool/templates/aa_intel_tool/base.html:6
26-
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:6
27-
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:10
26+
#: aa_intel_tool/templates/aa_intel_tool/base.html:10
27+
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
2828
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
2929
#: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
3030
#: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
@@ -52,18 +52,18 @@ msgstr "datos RAW"
5252
msgid "Intel Parser v{__version__}"
5353
msgstr "Herramienta de Intel v{__version__}"
5454

55-
#: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:24
55+
#: aa_intel_tool/constants.py:58 aa_intel_tool/models.py:24
5656
#, fuzzy
5757
#| msgid "Chat List"
5858
msgid "Chat list"
5959
msgstr "Lista de Chat"
6060

61-
#: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:22
61+
#: aa_intel_tool/constants.py:64 aa_intel_tool/models.py:22
6262
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
6363
msgid "D-Scan"
6464
msgstr "D-Scan"
6565

66-
#: aa_intel_tool/constants.py:83 aa_intel_tool/models.py:23
66+
#: aa_intel_tool/constants.py:70 aa_intel_tool/models.py:23
6767
#: aa_intel_tool/models.py:123
6868
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
6969
msgid "Fleet composition"
@@ -181,19 +181,19 @@ msgstr ""
181181
msgid "No data to parse …"
182182
msgstr ""
183183

184-
#: aa_intel_tool/parser/module/chatlist.py:66
184+
#: aa_intel_tool/parser/module/chatlist.py:68
185185
msgid "Something went wrong while fetching the character information from ESI."
186186
msgstr ""
187187

188-
#: aa_intel_tool/parser/module/chatlist.py:77
188+
#: aa_intel_tool/parser/module/chatlist.py:79
189189
msgid "Character unknown to ESI."
190190
msgstr ""
191191

192-
#: aa_intel_tool/parser/module/chatlist.py:274
192+
#: aa_intel_tool/parser/module/chatlist.py:281
193193
msgid "The chat list module is currently disabled."
194194
msgstr ""
195195

196-
#: aa_intel_tool/parser/module/chatlist.py:292
196+
#: aa_intel_tool/parser/module/chatlist.py:302
197197
#, python-brace-format
198198
msgid ""
199199
"Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -204,11 +204,11 @@ msgid_plural ""
204204
msgstr[0] ""
205205
msgstr[1] ""
206206

207-
#: aa_intel_tool/parser/module/dscan.py:322
207+
#: aa_intel_tool/parser/module/dscan.py:320
208208
msgid "The D-Scan module is currently disabled."
209209
msgstr ""
210210

211-
#: aa_intel_tool/parser/module/fleetcomp.py:103
211+
#: aa_intel_tool/parser/module/fleetcomp.py:108
212212
msgid "The fleet composition module is currently disabled."
213213
msgstr ""
214214

@@ -342,7 +342,13 @@ msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
342342
msgstr[0] ""
343343
msgstr[1] ""
344344

345-
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:50
345+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
346+
msgid ""
347+
"Please keep in mind, parsing large amounts of data can take some time. Be "
348+
"patient, CCP's API is not the fastest to answer …"
349+
msgstr ""
350+
351+
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
346352
msgid "Submit"
347353
msgstr "Enviar"
348354

@@ -506,12 +512,6 @@ msgstr "Sistema"
506512
msgid "Participation details"
507513
msgstr ""
508514

509-
#: aa_intel_tool/templates/aa_intel_tool/views/index.html:14
510-
msgid ""
511-
"Please keep in mind, parsing large amounts of data can take some time. Be "
512-
"patient, CCP's API is not the fastest to answer …"
513-
msgstr ""
514-
515515
#: aa_intel_tool/views/general.py:53
516516
msgid "The provided data could not be parsed."
517517
msgstr ""
@@ -520,6 +520,6 @@ msgstr ""
520520
msgid "(System Error) Something unexpected happened."
521521
msgstr ""
522522

523-
#: aa_intel_tool/views/general.py:99 aa_intel_tool/views/general.py:129
523+
#: aa_intel_tool/views/general.py:101 aa_intel_tool/views/general.py:131
524524
msgid "The scan you were looking for could not be found."
525525
msgstr ""

0 commit comments

Comments
 (0)