django-esi 8.0.0a2__py3-none-any.whl → 8.0.0a4__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.
Potentially problematic release.
This version of django-esi might be problematic. Click here for more details.
- {django_esi-8.0.0a2.dist-info → django_esi-8.0.0a4.dist-info}/METADATA +1 -1
- {django_esi-8.0.0a2.dist-info → django_esi-8.0.0a4.dist-info}/RECORD +41 -29
- esi/__init__.py +2 -2
- esi/aiopenapi3/plugins.py +34 -2
- esi/exceptions.py +29 -0
- esi/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- esi/locale/cs_CZ/LC_MESSAGES/django.po +53 -0
- esi/locale/de/LC_MESSAGES/django.mo +0 -0
- esi/locale/de/LC_MESSAGES/django.po +10 -9
- esi/locale/en/LC_MESSAGES/django.mo +0 -0
- esi/locale/en/LC_MESSAGES/django.po +5 -5
- esi/locale/es/LC_MESSAGES/django.mo +0 -0
- esi/locale/es/LC_MESSAGES/django.po +12 -10
- esi/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- esi/locale/fr_FR/LC_MESSAGES/django.po +18 -10
- esi/locale/it_IT/LC_MESSAGES/django.mo +0 -0
- esi/locale/it_IT/LC_MESSAGES/django.po +12 -10
- esi/locale/ja/LC_MESSAGES/django.mo +0 -0
- esi/locale/ja/LC_MESSAGES/django.po +10 -9
- esi/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- esi/locale/ko_KR/LC_MESSAGES/django.po +10 -9
- esi/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
- esi/locale/nl_NL/LC_MESSAGES/django.po +53 -0
- esi/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
- esi/locale/pl_PL/LC_MESSAGES/django.po +53 -0
- esi/locale/ru/LC_MESSAGES/django.mo +0 -0
- esi/locale/ru/LC_MESSAGES/django.po +18 -14
- esi/locale/sk/LC_MESSAGES/django.mo +0 -0
- esi/locale/sk/LC_MESSAGES/django.po +55 -0
- esi/locale/uk/LC_MESSAGES/django.mo +0 -0
- esi/locale/uk/LC_MESSAGES/django.po +57 -0
- esi/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- esi/locale/zh_Hans/LC_MESSAGES/django.po +10 -9
- esi/management/commands/generate_esi_stubs.py +11 -31
- esi/models.py +1 -1
- esi/openapi_clients.py +236 -59
- esi/stubs.pyi +426 -384
- esi/tests/test_openapi.json +264 -0
- esi/tests/test_openapi.py +261 -0
- {django_esi-8.0.0a2.dist-info → django_esi-8.0.0a4.dist-info}/WHEEL +0 -0
- {django_esi-8.0.0a2.dist-info → django_esi-8.0.0a4.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
esi/__init__.py,sha256=
|
|
1
|
+
esi/__init__.py,sha256=AJRGqO80Mo5rJTmvrH2T1RcuhIWbecQzOXbjP_812Ow,205
|
|
2
2
|
esi/admin.py,sha256=9i68WwW_gR0zsGhJKTWK2yMEi44EkhpAaOW0LDpVfM8,1176
|
|
3
3
|
esi/app_settings.py,sha256=2Jp_1myzKCL8A20RYvwQnQd04Ds_CBGsCqwDtsrYf0M,4289
|
|
4
4
|
esi/apps.py,sha256=HIu1niTkOXYmCzMVAjYcaFhHrrXeBbHvui6I44OCHXw,280
|
|
@@ -6,39 +6,49 @@ esi/checks.py,sha256=31puQdsrpRUJB-kedp2k7Evo0x2knTWQPZsCUUrJ3dY,1912
|
|
|
6
6
|
esi/clients.py,sha256=WB5YseJnfZdTeJ9C1Eze-iWXEqIpo5i_8uiQ6w0VkCw,23503
|
|
7
7
|
esi/decorators.py,sha256=2RmPdkrIAwbxOV5Ls8-RIWd_VhmXEDzIG6g5-bs6WZc,9093
|
|
8
8
|
esi/errors.py,sha256=KfFtgX8Mys4uMoQtco0n_pQeaM83yVrRSyW6StXuUjo,308
|
|
9
|
-
esi/exceptions.py,sha256=
|
|
9
|
+
esi/exceptions.py,sha256=nR-Z0BXVt5xSkgUL56E97pqtTyEu3MFr8_P0uCCCQ-E,1448
|
|
10
10
|
esi/helpers.py,sha256=-lYojtcWYWtlC_olSItWR3O3zJpjMYTQpNvsax81us8,672
|
|
11
11
|
esi/managers.py,sha256=zdri1aSJrSX9W_kwzbXq44CAAhdufikoOViaJntA41A,11443
|
|
12
12
|
esi/managers.pyi,sha256=BxRNX2yOT3domdrxsuGp4G0TrP_bWmf8VVwvM03eHQE,1977
|
|
13
|
-
esi/models.py,sha256=
|
|
14
|
-
esi/openapi_clients.py,sha256=
|
|
13
|
+
esi/models.py,sha256=MEY8jmHGwA8ZJjq37h-vC8LnOVn_Mnv5Gw0NoI9tkXk,11484
|
|
14
|
+
esi/openapi_clients.py,sha256=8NoWqH24z3nOCo4JOhcMJJkY9TGmBXdpDb4zsCD60WQ,40135
|
|
15
15
|
esi/rate_limiting.py,sha256=fUzso1YCHlBes8SVrEAsP58eRWcFNuO2XEkW6RQLhUE,2600
|
|
16
16
|
esi/stubs.py,sha256=UakysEAq5V454oKbxyEUewncr5sCFZCgwHFh0SJvU3Y,30
|
|
17
|
-
esi/stubs.pyi,sha256=
|
|
17
|
+
esi/stubs.pyi,sha256=gJzK6pizZV0OGIojAE0qfe5gtTod3YaOemRgGnI8R08,244125
|
|
18
18
|
esi/tasks.py,sha256=TaE_Q03oLk1ohkPw8KknXpIK-nY47C-oaGUUu4nr8pw,2658
|
|
19
19
|
esi/urls.py,sha256=B4EnmT-MZzs4F8a9ORK1ejAHbpGRN_V4TKks8ww3JGE,151
|
|
20
20
|
esi/views.py,sha256=cq2JkqSAwx-Nqi3amRUA9CKLu3ZLQYHSAH8c8g7xIQ4,3917
|
|
21
|
-
esi/aiopenapi3/plugins.py,sha256=
|
|
22
|
-
esi/locale/
|
|
23
|
-
esi/locale/
|
|
24
|
-
esi/locale/
|
|
25
|
-
esi/locale/
|
|
26
|
-
esi/locale/
|
|
27
|
-
esi/locale/
|
|
28
|
-
esi/locale/
|
|
29
|
-
esi/locale/
|
|
30
|
-
esi/locale/
|
|
31
|
-
esi/locale/
|
|
32
|
-
esi/locale/
|
|
33
|
-
esi/locale/
|
|
34
|
-
esi/locale/
|
|
35
|
-
esi/locale/
|
|
36
|
-
esi/locale/
|
|
37
|
-
esi/locale/
|
|
38
|
-
esi/locale/
|
|
39
|
-
esi/locale/
|
|
21
|
+
esi/aiopenapi3/plugins.py,sha256=4erd3dL6bSMEp_AeB7JWnRZPnOSRrZHK5QsHaGJilBg,5001
|
|
22
|
+
esi/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=WyxsjDEeArGMNhtpY2eCJjdENMDmmxdxz4oW1s4N5eA,391
|
|
23
|
+
esi/locale/cs_CZ/LC_MESSAGES/django.po,sha256=f4fVr2btQpIeeMaqZL0tpj0j06Evwe2xPHh1OH6gPuU,1318
|
|
24
|
+
esi/locale/de/LC_MESSAGES/django.mo,sha256=uNJPd25k3AUU6FceBsJV9pqCpM1ZW4wDDFKNZkPlXqg,874
|
|
25
|
+
esi/locale/de/LC_MESSAGES/django.po,sha256=YVZKMGC0jeZltrhlY2I4wXWmlf5tRgjw6IcLpIUkNsk,1564
|
|
26
|
+
esi/locale/en/LC_MESSAGES/django.mo,sha256=gtTXjZjZ18WCvehANkW-Uo_YU4dOolu57DYXtWnOZkA,434
|
|
27
|
+
esi/locale/en/LC_MESSAGES/django.po,sha256=LGrMRv02ftr0c470FRija9WOrz4NZcLor7XR_O2WGgQ,1365
|
|
28
|
+
esi/locale/es/LC_MESSAGES/django.mo,sha256=XegUUE14RGv9SYxO7FoJjz2jNvG64hA8oOFhqjYZc8g,791
|
|
29
|
+
esi/locale/es/LC_MESSAGES/django.po,sha256=OvqlzHQkuaODF1IZhTWj22d3zvtzLCYgX-XQZdbcyZg,1568
|
|
30
|
+
esi/locale/fr_FR/LC_MESSAGES/django.mo,sha256=FFAiYNUgD1zv056mRf3actNPDDIagu3Bb13EXaAlV94,697
|
|
31
|
+
esi/locale/fr_FR/LC_MESSAGES/django.po,sha256=vAiDmUPmqP9AGs6rqo-mX3rsda6QZFQvADMr6pmGlgk,1577
|
|
32
|
+
esi/locale/it_IT/LC_MESSAGES/django.mo,sha256=SicuHgSlkdIV-Jc9QuR4JaC8QwfycDznJR0yuP9jCoI,931
|
|
33
|
+
esi/locale/it_IT/LC_MESSAGES/django.po,sha256=sh7kXEfDlJy94VCwknwQbJMobn9xCNA1_zuzs_keLHc,1624
|
|
34
|
+
esi/locale/ja/LC_MESSAGES/django.mo,sha256=0900q-CQ5WT98zWn746YfdOy51uE_nlEbJyxogqxrvc,761
|
|
35
|
+
esi/locale/ja/LC_MESSAGES/django.po,sha256=4NBEUf6NwYI_DempuOkjaZFuJ_71aWsEZS6yHhGsRpw,1537
|
|
36
|
+
esi/locale/ko_KR/LC_MESSAGES/django.mo,sha256=7NktQKVols2D9r8LH0fVmNXtF4L3tmKyAf90IoRhSAY,800
|
|
37
|
+
esi/locale/ko_KR/LC_MESSAGES/django.po,sha256=J-qdtO_4P9j0-qyfRDbw9M_BIEiSKSU_tq3IbcNsFFQ,1572
|
|
38
|
+
esi/locale/nl_NL/LC_MESSAGES/django.mo,sha256=WyxsjDEeArGMNhtpY2eCJjdENMDmmxdxz4oW1s4N5eA,391
|
|
39
|
+
esi/locale/nl_NL/LC_MESSAGES/django.po,sha256=f4fVr2btQpIeeMaqZL0tpj0j06Evwe2xPHh1OH6gPuU,1318
|
|
40
|
+
esi/locale/pl_PL/LC_MESSAGES/django.mo,sha256=WyxsjDEeArGMNhtpY2eCJjdENMDmmxdxz4oW1s4N5eA,391
|
|
41
|
+
esi/locale/pl_PL/LC_MESSAGES/django.po,sha256=f4fVr2btQpIeeMaqZL0tpj0j06Evwe2xPHh1OH6gPuU,1318
|
|
42
|
+
esi/locale/ru/LC_MESSAGES/django.mo,sha256=g9515s_BB2pyCJe9-oqPXGEU7vc0EdFoh1SpTUCkGus,1128
|
|
43
|
+
esi/locale/ru/LC_MESSAGES/django.po,sha256=s5p5D5ILhwQJr2eoe11xPdDxR-BttWGh1OuQ3PZV4Lk,1879
|
|
44
|
+
esi/locale/sk/LC_MESSAGES/django.mo,sha256=eWUijXSFZNruadb-y-FXso0-1a9lbp6zUPWS2kMoZi4,509
|
|
45
|
+
esi/locale/sk/LC_MESSAGES/django.po,sha256=FuCsSPv580yZ7py6bWL_PgBA4cj7HmmS4-4-hz4l518,1443
|
|
46
|
+
esi/locale/uk/LC_MESSAGES/django.mo,sha256=LlEo98zaX1whlyZTn_UqXyNOa5rKleqem1XcoKvZ40E,656
|
|
47
|
+
esi/locale/uk/LC_MESSAGES/django.po,sha256=46ZA2mjbgClqMK-I0FnBIKiTYOVoDMs-o5M8QgcHsfk,1596
|
|
48
|
+
esi/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=O2csJQMFxmvSWM4iNfNozHAQjAAd76LwFy0sx3oLHCY,735
|
|
49
|
+
esi/locale/zh_Hans/LC_MESSAGES/django.po,sha256=tNaPILQzZK2v6YyBxmq3FOKWdQUFn-9I2kWpF3thBKk,1512
|
|
40
50
|
esi/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
41
|
-
esi/management/commands/generate_esi_stubs.py,sha256=
|
|
51
|
+
esi/management/commands/generate_esi_stubs.py,sha256=dunWHFSRb6NFu5emeDdskqIt3YqnEqQLBiuNERMkdmE,9798
|
|
42
52
|
esi/management/commands/migrate_to_ssov2.py,sha256=x9W4xaefrNoG_dNscHIWrWTRk4SuVGIW0s44q2QBN9k,6427
|
|
43
53
|
esi/migrations/0001_initial.py,sha256=ItZOyyCRyfyxUhxCG1P08oylCY355gqOKGF3cJTQmcM,3396
|
|
44
54
|
esi/migrations/0002_scopes_20161208.py,sha256=AG3qVAoEXh8WTgxuvS1pgG8LxLGMzpqr-jqtMjy3qC0,2846
|
|
@@ -73,13 +83,15 @@ esi/tests/test_decorators.py,sha256=I5MhcLKhN5xD4PxgEQqOWQ2kiXquDqQIEve9dbTOsho,
|
|
|
73
83
|
esi/tests/test_management_command.py,sha256=mtxfBtG6CHP1bTy1tJEO-djX4SQwMT3T_mqGnUIM6qs,9863
|
|
74
84
|
esi/tests/test_managers.py,sha256=CEpjXSXyVY6xxgrs0f9FnEh-KY9JPaKjKYiutXLLShE,24309
|
|
75
85
|
esi/tests/test_models.py,sha256=lDj5IcYgXHeOFTHXTsWGg13CSooFaxD0c51kJn_ytAc,13748
|
|
86
|
+
esi/tests/test_openapi.json,sha256=rGvX02M_LmMoWRTVZZ7NkGzc3-lQy7-2WQCrt6DlqM0,11828
|
|
87
|
+
esi/tests/test_openapi.py,sha256=yWgm7clO_RfWxOWGmAYFr0oAp1jzgFmnbIRWjDucp9E,7988
|
|
76
88
|
esi/tests/test_swagger.json,sha256=HOrPgbvwm5N521QNcE3baWcZJkSjmuN_VWrR06wEQoo,17241
|
|
77
89
|
esi/tests/test_swagger_full.json,sha256=JCEAZNMFhkdZhquTx4lDhrqGgCrzzzlYU64HdbEv8E4,2548369
|
|
78
90
|
esi/tests/test_tasks.py,sha256=nIvfXax_8nQCxNQeT-4TJ84i0__t1qWe155z5rnsktQ,4399
|
|
79
91
|
esi/tests/test_templatetags.py,sha256=b68JWE3HvOlr2aUisJHsTsDS4e7IMjDeqTuzMqC7Re4,517
|
|
80
92
|
esi/tests/test_views.py,sha256=Kj_f2yIpmPG0kx-lAX_sfkaHlIpgbkm02ieA1V3o-k4,13073
|
|
81
93
|
esi/tests/threading_pilot.py,sha256=ax_dEdnTNibA-UQHqbZle_2dh_3jcHKRyrYSOKuE_6U,1931
|
|
82
|
-
django_esi-8.0.
|
|
83
|
-
django_esi-8.0.
|
|
84
|
-
django_esi-8.0.
|
|
85
|
-
django_esi-8.0.
|
|
94
|
+
django_esi-8.0.0a4.dist-info/licenses/LICENSE,sha256=WJ7YI-moTFb-uVrFjnzzhGJrnL9P2iqQe8NuED3hutI,35141
|
|
95
|
+
django_esi-8.0.0a4.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
96
|
+
django_esi-8.0.0a4.dist-info/METADATA,sha256=71zaRb8BRkKRsA6L8vFFb34wbnDqUmQw639Kh1hCE9s,4738
|
|
97
|
+
django_esi-8.0.0a4.dist-info/RECORD,,
|
esi/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"""Django app for accessing the EVE Swagger Interface (ESI)."""
|
|
2
2
|
|
|
3
|
-
__version__ =
|
|
3
|
+
__version__ = "8.0.0-alpha.4"
|
|
4
4
|
__title__ = 'Django-ESI'
|
|
5
5
|
__url__ = 'https://gitlab.com/allianceauth/django-esi'
|
|
6
|
-
__build_date__ = "2025-09-
|
|
6
|
+
__build_date__ = "2025-09-18"
|
esi/aiopenapi3/plugins.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
from aiopenapi3.plugin import Document
|
|
2
|
-
|
|
1
|
+
from aiopenapi3.plugin import Document, Init
|
|
3
2
|
|
|
4
3
|
class Trim204ContentType(Document):
|
|
5
4
|
"""
|
|
@@ -19,6 +18,27 @@ class Trim204ContentType(Document):
|
|
|
19
18
|
return ctx
|
|
20
19
|
|
|
21
20
|
|
|
21
|
+
class Add304ContentType(Document):
|
|
22
|
+
"""
|
|
23
|
+
Adds 304 content-type to responses
|
|
24
|
+
A 304 never has content. ESI defualt has application/json
|
|
25
|
+
This is a hack for now
|
|
26
|
+
"""
|
|
27
|
+
def parsed(self, ctx: Document.Context) -> Document.Context:
|
|
28
|
+
spec = ctx.document
|
|
29
|
+
# Patch all paths
|
|
30
|
+
for path_item in spec.get("paths", {}).values():
|
|
31
|
+
for method_name in ("get", "post", "put", "delete", "patch", "options", "head"):
|
|
32
|
+
method = path_item.get(method_name)
|
|
33
|
+
if not method:
|
|
34
|
+
continue
|
|
35
|
+
if "304" not in method['responses']:
|
|
36
|
+
method['responses']["304"]={
|
|
37
|
+
"description": "Not Modified"
|
|
38
|
+
}
|
|
39
|
+
return ctx
|
|
40
|
+
|
|
41
|
+
|
|
22
42
|
class RemoveSecurityParameter(Document):
|
|
23
43
|
"""
|
|
24
44
|
Removes the whole OAuth2 securityScheme
|
|
@@ -94,3 +114,15 @@ class PatchCompatibilityDatePlugin(Document):
|
|
|
94
114
|
param["required"] = False
|
|
95
115
|
|
|
96
116
|
return ctx
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
class DjangoESIInit(Init):
|
|
120
|
+
|
|
121
|
+
def __init__(self, ua_appname):
|
|
122
|
+
super().__init__()
|
|
123
|
+
self.app_name = ua_appname
|
|
124
|
+
|
|
125
|
+
def initialized(self, ctx: Init.Context) -> Init.Context:
|
|
126
|
+
# Force the app_name into the api client class for etags
|
|
127
|
+
self.api.app_name=self.app_name
|
|
128
|
+
return ctx # noqa
|
esi/exceptions.py
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
import dataclasses
|
|
2
|
+
|
|
3
|
+
from aiopenapi3.errors import HTTPServerError as base_HTTPServerError
|
|
4
|
+
from aiopenapi3.errors import HTTPClientError as base_HTTPClientError
|
|
5
|
+
from aiopenapi3.errors import HTTPError
|
|
6
|
+
|
|
1
7
|
class ESIErrorLimitException(Exception):
|
|
2
8
|
"""ESI Global Error Limit Exceeded
|
|
3
9
|
https://developers.eveonline.com/docs/services/esi/best-practices/#error-limit
|
|
@@ -16,3 +22,26 @@ class ESIBucketLimitException(Exception):
|
|
|
16
22
|
self.bucket = bucket
|
|
17
23
|
msg = kwargs.get("message") or f"ESI bucket limit reached for {bucket}."
|
|
18
24
|
super().__init__(msg, *args)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
@dataclasses.dataclass(repr=False)
|
|
28
|
+
class HTTPNotModified(HTTPError):
|
|
29
|
+
"""The HTTP Status is 304"""
|
|
30
|
+
|
|
31
|
+
status_code: int
|
|
32
|
+
headers: dict[str, str]
|
|
33
|
+
|
|
34
|
+
def __str__(self):
|
|
35
|
+
return f"""<{self.__class__.__name__} {self.status_code} {self.headers}>"""
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
@dataclasses.dataclass(repr=False)
|
|
39
|
+
class HTTPClientError(base_HTTPClientError):
|
|
40
|
+
"""response code 4xx"""
|
|
41
|
+
pass
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
@dataclasses.dataclass(repr=False)
|
|
45
|
+
class HTTPServerError(base_HTTPServerError):
|
|
46
|
+
"""response code 5xx"""
|
|
47
|
+
pass
|
|
Binary file
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
3
|
+
# This file is distributed under the same license as the PACKAGE package.
|
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
|
+
#
|
|
6
|
+
#, fuzzy
|
|
7
|
+
msgid ""
|
|
8
|
+
msgstr ""
|
|
9
|
+
"Project-Id-Version: Django ESI 8.0.0-alpha.4\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: https://gitlab.com/allianceauth/django-esi/-/issues\n"
|
|
11
|
+
"POT-Creation-Date: 2025-09-21 13:23+1000\n"
|
|
12
|
+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
13
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
|
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
|
+
"Language: \n"
|
|
16
|
+
"MIME-Version: 1.0\n"
|
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
19
|
+
|
|
20
|
+
#: esi/models.py:66
|
|
21
|
+
msgid "Character"
|
|
22
|
+
msgstr ""
|
|
23
|
+
|
|
24
|
+
#: esi/models.py:67
|
|
25
|
+
msgid "Corporation"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
28
|
+
#: esi/templates/esi/select_token.html:13
|
|
29
|
+
msgid "ESI Token Selection"
|
|
30
|
+
msgstr ""
|
|
31
|
+
|
|
32
|
+
#: esi/templates/esi/select_token.html:44
|
|
33
|
+
msgid "Select Character"
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
#: esi/templates/esi/select_token.html:48
|
|
37
|
+
msgid "Scopes Requested"
|
|
38
|
+
msgstr ""
|
|
39
|
+
|
|
40
|
+
#: esi/templates/esi/select_token.html:61
|
|
41
|
+
#: esi/templates/esi/select_token.html:98
|
|
42
|
+
msgid "New Character"
|
|
43
|
+
msgstr ""
|
|
44
|
+
|
|
45
|
+
#: esi/templates/esi/select_token.html:71
|
|
46
|
+
#: esi/templates/esi/select_token.html:107
|
|
47
|
+
msgid "Add Token"
|
|
48
|
+
msgstr ""
|
|
49
|
+
|
|
50
|
+
#: esi/templates/esi/select_token.html:88
|
|
51
|
+
#: esi/templates/esi/select_token.html:89
|
|
52
|
+
msgid "Select"
|
|
53
|
+
msgstr ""
|
|
Binary file
|
|
@@ -2,30 +2,31 @@
|
|
|
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
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
|
-
#
|
|
5
|
+
#
|
|
6
6
|
# Translators:
|
|
7
7
|
# Peter Pfeufer, 2023
|
|
8
|
-
#
|
|
8
|
+
#
|
|
9
9
|
#, fuzzy
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
|
-
"Project-Id-Version:
|
|
13
|
-
"Report-Msgid-Bugs-To: \n"
|
|
14
|
-
"POT-Creation-Date:
|
|
12
|
+
"Project-Id-Version: Django ESI 8.0.0-alpha.4\n"
|
|
13
|
+
"Report-Msgid-Bugs-To: https://gitlab.com/allianceauth/django-esi/-/issues\n"
|
|
14
|
+
"POT-Creation-Date: 2025-09-21 13:23+1000\n"
|
|
15
15
|
"PO-Revision-Date: 2023-10-25 11:04+0000\n"
|
|
16
16
|
"Last-Translator: Peter Pfeufer, 2023\n"
|
|
17
|
-
"Language-Team: German (https://app.transifex.com/alliance-auth/teams/107430/
|
|
17
|
+
"Language-Team: German (https://app.transifex.com/alliance-auth/teams/107430/"
|
|
18
|
+
"de/)\n"
|
|
19
|
+
"Language: de\n"
|
|
18
20
|
"MIME-Version: 1.0\n"
|
|
19
21
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
20
22
|
"Content-Transfer-Encoding: 8bit\n"
|
|
21
|
-
"Language: de\n"
|
|
22
23
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
23
24
|
|
|
24
|
-
#: esi/models.py:
|
|
25
|
+
#: esi/models.py:66
|
|
25
26
|
msgid "Character"
|
|
26
27
|
msgstr "Charakter"
|
|
27
28
|
|
|
28
|
-
#: esi/models.py:
|
|
29
|
+
#: esi/models.py:67
|
|
29
30
|
msgid "Corporation"
|
|
30
31
|
msgstr "Corporation"
|
|
31
32
|
|
|
Binary file
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version:
|
|
10
|
-
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2025-
|
|
9
|
+
"Project-Id-Version: Django ESI 8.0.0-alpha.4\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: https://gitlab.com/allianceauth/django-esi/-/issues\n"
|
|
11
|
+
"POT-Creation-Date: 2025-09-21 13:23+1000\n"
|
|
12
12
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
@@ -18,11 +18,11 @@ msgstr ""
|
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
19
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
20
20
|
|
|
21
|
-
#: esi/models.py:
|
|
21
|
+
#: esi/models.py:66
|
|
22
22
|
msgid "Character"
|
|
23
23
|
msgstr ""
|
|
24
24
|
|
|
25
|
-
#: esi/models.py:
|
|
25
|
+
#: esi/models.py:67
|
|
26
26
|
msgid "Corporation"
|
|
27
27
|
msgstr ""
|
|
28
28
|
|
|
Binary file
|
|
@@ -2,30 +2,32 @@
|
|
|
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
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
|
-
#
|
|
5
|
+
#
|
|
6
6
|
# Translators:
|
|
7
7
|
# trenus, 2023
|
|
8
|
-
#
|
|
8
|
+
#
|
|
9
9
|
#, fuzzy
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
|
-
"Project-Id-Version:
|
|
13
|
-
"Report-Msgid-Bugs-To: \n"
|
|
14
|
-
"POT-Creation-Date:
|
|
12
|
+
"Project-Id-Version: Django ESI 8.0.0-alpha.4\n"
|
|
13
|
+
"Report-Msgid-Bugs-To: https://gitlab.com/allianceauth/django-esi/-/issues\n"
|
|
14
|
+
"POT-Creation-Date: 2025-09-21 13:23+1000\n"
|
|
15
15
|
"PO-Revision-Date: 2023-10-25 11:04+0000\n"
|
|
16
16
|
"Last-Translator: trenus, 2023\n"
|
|
17
|
-
"Language-Team: Spanish (https://app.transifex.com/alliance-auth/teams/107430/
|
|
17
|
+
"Language-Team: Spanish (https://app.transifex.com/alliance-auth/teams/107430/"
|
|
18
|
+
"es/)\n"
|
|
19
|
+
"Language: es\n"
|
|
18
20
|
"MIME-Version: 1.0\n"
|
|
19
21
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
20
22
|
"Content-Transfer-Encoding: 8bit\n"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
+
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? "
|
|
24
|
+
"1 : 2;\n"
|
|
23
25
|
|
|
24
|
-
#: esi/models.py:
|
|
26
|
+
#: esi/models.py:66
|
|
25
27
|
msgid "Character"
|
|
26
28
|
msgstr ""
|
|
27
29
|
|
|
28
|
-
#: esi/models.py:
|
|
30
|
+
#: esi/models.py:67
|
|
29
31
|
msgid "Corporation"
|
|
30
32
|
msgstr ""
|
|
31
33
|
|
|
Binary file
|
|
@@ -2,30 +2,32 @@
|
|
|
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
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
|
-
#
|
|
5
|
+
#
|
|
6
6
|
# Translators:
|
|
7
7
|
# rockclodbuster, 2023
|
|
8
|
-
#
|
|
8
|
+
#
|
|
9
9
|
#, fuzzy
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
|
-
"Project-Id-Version:
|
|
13
|
-
"Report-Msgid-Bugs-To: \n"
|
|
14
|
-
"POT-Creation-Date:
|
|
12
|
+
"Project-Id-Version: Django ESI 8.0.0-alpha.4\n"
|
|
13
|
+
"Report-Msgid-Bugs-To: https://gitlab.com/allianceauth/django-esi/-/issues\n"
|
|
14
|
+
"POT-Creation-Date: 2025-09-21 13:23+1000\n"
|
|
15
15
|
"PO-Revision-Date: 2020-12-28 06:44+0000\n"
|
|
16
16
|
"Last-Translator: rockclodbuster, 2023\n"
|
|
17
|
-
"Language-Team: French (France) (https://app.transifex.com/alliance-auth/
|
|
17
|
+
"Language-Team: French (France) (https://app.transifex.com/alliance-auth/"
|
|
18
|
+
"teams/107430/fr_FR/)\n"
|
|
19
|
+
"Language: fr_FR\n"
|
|
18
20
|
"MIME-Version: 1.0\n"
|
|
19
21
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
20
22
|
"Content-Transfer-Encoding: 8bit\n"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
+
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
|
|
24
|
+
"1000000 == 0 ? 1 : 2;\n"
|
|
23
25
|
|
|
24
|
-
#: esi/models.py:
|
|
26
|
+
#: esi/models.py:66
|
|
25
27
|
msgid "Character"
|
|
26
28
|
msgstr ""
|
|
27
29
|
|
|
28
|
-
#: esi/models.py:
|
|
30
|
+
#: esi/models.py:67
|
|
29
31
|
msgid "Corporation"
|
|
30
32
|
msgstr ""
|
|
31
33
|
|
|
@@ -46,6 +48,12 @@ msgstr ""
|
|
|
46
48
|
msgid "New Character"
|
|
47
49
|
msgstr "Nouveau personnage"
|
|
48
50
|
|
|
51
|
+
#: esi/templates/esi/select_token.html:71
|
|
52
|
+
#: esi/templates/esi/select_token.html:107
|
|
53
|
+
msgid "Add Token"
|
|
54
|
+
msgstr ""
|
|
55
|
+
|
|
56
|
+
#: esi/templates/esi/select_token.html:88
|
|
49
57
|
#: esi/templates/esi/select_token.html:89
|
|
50
58
|
msgid "Select"
|
|
51
59
|
msgstr "Sélectionnez"
|
|
Binary file
|
|
@@ -2,30 +2,32 @@
|
|
|
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
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
|
-
#
|
|
5
|
+
#
|
|
6
6
|
# Translators:
|
|
7
7
|
# Thomas Turini, 2024
|
|
8
|
-
#
|
|
8
|
+
#
|
|
9
9
|
#, fuzzy
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
|
-
"Project-Id-Version:
|
|
13
|
-
"Report-Msgid-Bugs-To: \n"
|
|
14
|
-
"POT-Creation-Date:
|
|
12
|
+
"Project-Id-Version: Django ESI 8.0.0-alpha.4\n"
|
|
13
|
+
"Report-Msgid-Bugs-To: https://gitlab.com/allianceauth/django-esi/-/issues\n"
|
|
14
|
+
"POT-Creation-Date: 2025-09-21 13:23+1000\n"
|
|
15
15
|
"PO-Revision-Date: 2023-10-25 11:04+0000\n"
|
|
16
16
|
"Last-Translator: Thomas Turini, 2024\n"
|
|
17
|
-
"Language-Team: Italian (Italy) (https://app.transifex.com/alliance-auth/
|
|
17
|
+
"Language-Team: Italian (Italy) (https://app.transifex.com/alliance-auth/"
|
|
18
|
+
"teams/107430/it_IT/)\n"
|
|
19
|
+
"Language: it_IT\n"
|
|
18
20
|
"MIME-Version: 1.0\n"
|
|
19
21
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
20
22
|
"Content-Transfer-Encoding: 8bit\n"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
+
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? "
|
|
24
|
+
"1 : 2;\n"
|
|
23
25
|
|
|
24
|
-
#: esi/models.py:
|
|
26
|
+
#: esi/models.py:66
|
|
25
27
|
msgid "Character"
|
|
26
28
|
msgstr "Personaggio"
|
|
27
29
|
|
|
28
|
-
#: esi/models.py:
|
|
30
|
+
#: esi/models.py:67
|
|
29
31
|
msgid "Corporation"
|
|
30
32
|
msgstr "Corporazione"
|
|
31
33
|
|
|
Binary file
|
|
@@ -2,30 +2,31 @@
|
|
|
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
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
|
-
#
|
|
5
|
+
#
|
|
6
6
|
# Translators:
|
|
7
7
|
# kotaneko, 2023
|
|
8
|
-
#
|
|
8
|
+
#
|
|
9
9
|
#, fuzzy
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
|
-
"Project-Id-Version:
|
|
13
|
-
"Report-Msgid-Bugs-To: \n"
|
|
14
|
-
"POT-Creation-Date:
|
|
12
|
+
"Project-Id-Version: Django ESI 8.0.0-alpha.4\n"
|
|
13
|
+
"Report-Msgid-Bugs-To: https://gitlab.com/allianceauth/django-esi/-/issues\n"
|
|
14
|
+
"POT-Creation-Date: 2025-09-21 13:23+1000\n"
|
|
15
15
|
"PO-Revision-Date: 2023-10-25 11:04+0000\n"
|
|
16
16
|
"Last-Translator: kotaneko, 2023\n"
|
|
17
|
-
"Language-Team: Japanese (https://app.transifex.com/alliance-auth/
|
|
17
|
+
"Language-Team: Japanese (https://app.transifex.com/alliance-auth/"
|
|
18
|
+
"teams/107430/ja/)\n"
|
|
19
|
+
"Language: ja\n"
|
|
18
20
|
"MIME-Version: 1.0\n"
|
|
19
21
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
20
22
|
"Content-Transfer-Encoding: 8bit\n"
|
|
21
|
-
"Language: ja\n"
|
|
22
23
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
23
24
|
|
|
24
|
-
#: esi/models.py:
|
|
25
|
+
#: esi/models.py:66
|
|
25
26
|
msgid "Character"
|
|
26
27
|
msgstr ""
|
|
27
28
|
|
|
28
|
-
#: esi/models.py:
|
|
29
|
+
#: esi/models.py:67
|
|
29
30
|
msgid "Corporation"
|
|
30
31
|
msgstr ""
|
|
31
32
|
|
|
Binary file
|
|
@@ -2,30 +2,31 @@
|
|
|
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
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
|
-
#
|
|
5
|
+
#
|
|
6
6
|
# Translators:
|
|
7
7
|
# Seowon Jung <seowon@hawaii.edu>, 2023
|
|
8
|
-
#
|
|
8
|
+
#
|
|
9
9
|
#, fuzzy
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
|
-
"Project-Id-Version:
|
|
13
|
-
"Report-Msgid-Bugs-To: \n"
|
|
14
|
-
"POT-Creation-Date:
|
|
12
|
+
"Project-Id-Version: Django ESI 8.0.0-alpha.4\n"
|
|
13
|
+
"Report-Msgid-Bugs-To: https://gitlab.com/allianceauth/django-esi/-/issues\n"
|
|
14
|
+
"POT-Creation-Date: 2025-09-21 13:23+1000\n"
|
|
15
15
|
"PO-Revision-Date: 2023-10-25 11:04+0000\n"
|
|
16
16
|
"Last-Translator: Seowon Jung <seowon@hawaii.edu>, 2023\n"
|
|
17
|
-
"Language-Team: Korean (Korea) (https://app.transifex.com/alliance-auth/
|
|
17
|
+
"Language-Team: Korean (Korea) (https://app.transifex.com/alliance-auth/"
|
|
18
|
+
"teams/107430/ko_KR/)\n"
|
|
19
|
+
"Language: ko_KR\n"
|
|
18
20
|
"MIME-Version: 1.0\n"
|
|
19
21
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
20
22
|
"Content-Transfer-Encoding: 8bit\n"
|
|
21
|
-
"Language: ko_KR\n"
|
|
22
23
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
23
24
|
|
|
24
|
-
#: esi/models.py:
|
|
25
|
+
#: esi/models.py:66
|
|
25
26
|
msgid "Character"
|
|
26
27
|
msgstr ""
|
|
27
28
|
|
|
28
|
-
#: esi/models.py:
|
|
29
|
+
#: esi/models.py:67
|
|
29
30
|
msgid "Corporation"
|
|
30
31
|
msgstr ""
|
|
31
32
|
|
|
Binary file
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
3
|
+
# This file is distributed under the same license as the PACKAGE package.
|
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
|
+
#
|
|
6
|
+
#, fuzzy
|
|
7
|
+
msgid ""
|
|
8
|
+
msgstr ""
|
|
9
|
+
"Project-Id-Version: Django ESI 8.0.0-alpha.4\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: https://gitlab.com/allianceauth/django-esi/-/issues\n"
|
|
11
|
+
"POT-Creation-Date: 2025-09-21 13:23+1000\n"
|
|
12
|
+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
13
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
|
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
|
+
"Language: \n"
|
|
16
|
+
"MIME-Version: 1.0\n"
|
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
19
|
+
|
|
20
|
+
#: esi/models.py:66
|
|
21
|
+
msgid "Character"
|
|
22
|
+
msgstr ""
|
|
23
|
+
|
|
24
|
+
#: esi/models.py:67
|
|
25
|
+
msgid "Corporation"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
28
|
+
#: esi/templates/esi/select_token.html:13
|
|
29
|
+
msgid "ESI Token Selection"
|
|
30
|
+
msgstr ""
|
|
31
|
+
|
|
32
|
+
#: esi/templates/esi/select_token.html:44
|
|
33
|
+
msgid "Select Character"
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
#: esi/templates/esi/select_token.html:48
|
|
37
|
+
msgid "Scopes Requested"
|
|
38
|
+
msgstr ""
|
|
39
|
+
|
|
40
|
+
#: esi/templates/esi/select_token.html:61
|
|
41
|
+
#: esi/templates/esi/select_token.html:98
|
|
42
|
+
msgid "New Character"
|
|
43
|
+
msgstr ""
|
|
44
|
+
|
|
45
|
+
#: esi/templates/esi/select_token.html:71
|
|
46
|
+
#: esi/templates/esi/select_token.html:107
|
|
47
|
+
msgid "Add Token"
|
|
48
|
+
msgstr ""
|
|
49
|
+
|
|
50
|
+
#: esi/templates/esi/select_token.html:88
|
|
51
|
+
#: esi/templates/esi/select_token.html:89
|
|
52
|
+
msgid "Select"
|
|
53
|
+
msgstr ""
|
|
Binary file
|