django-esi 8.0.0a2__tar.gz → 8.0.0a4__tar.gz

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.

Files changed (98) hide show
  1. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/PKG-INFO +1 -1
  2. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/__init__.py +2 -2
  3. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/aiopenapi3/plugins.py +34 -2
  4. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/exceptions.py +29 -0
  5. django_esi-8.0.0a4/esi/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  6. django_esi-8.0.0a4/esi/locale/cs_CZ/LC_MESSAGES/django.po +53 -0
  7. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/locale/de/LC_MESSAGES/django.mo +0 -0
  8. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/locale/de/LC_MESSAGES/django.po +10 -9
  9. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/locale/en/LC_MESSAGES/django.mo +0 -0
  10. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/locale/en/LC_MESSAGES/django.po +5 -5
  11. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/locale/es/LC_MESSAGES/django.mo +0 -0
  12. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/locale/es/LC_MESSAGES/django.po +12 -10
  13. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  14. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/locale/fr_FR/LC_MESSAGES/django.po +18 -10
  15. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  16. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/locale/it_IT/LC_MESSAGES/django.po +12 -10
  17. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/locale/ja/LC_MESSAGES/django.mo +0 -0
  18. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/locale/ja/LC_MESSAGES/django.po +10 -9
  19. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  20. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/locale/ko_KR/LC_MESSAGES/django.po +10 -9
  21. django_esi-8.0.0a4/esi/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
  22. django_esi-8.0.0a4/esi/locale/nl_NL/LC_MESSAGES/django.po +53 -0
  23. django_esi-8.0.0a4/esi/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  24. django_esi-8.0.0a4/esi/locale/pl_PL/LC_MESSAGES/django.po +53 -0
  25. django_esi-8.0.0a4/esi/locale/ru/LC_MESSAGES/django.mo +0 -0
  26. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/locale/ru/LC_MESSAGES/django.po +18 -14
  27. django_esi-8.0.0a4/esi/locale/sk/LC_MESSAGES/django.mo +0 -0
  28. django_esi-8.0.0a4/esi/locale/sk/LC_MESSAGES/django.po +55 -0
  29. django_esi-8.0.0a4/esi/locale/uk/LC_MESSAGES/django.mo +0 -0
  30. django_esi-8.0.0a4/esi/locale/uk/LC_MESSAGES/django.po +57 -0
  31. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  32. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/locale/zh_Hans/LC_MESSAGES/django.po +10 -9
  33. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/management/commands/generate_esi_stubs.py +11 -31
  34. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/models.py +1 -1
  35. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/openapi_clients.py +236 -59
  36. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/stubs.pyi +426 -384
  37. django_esi-8.0.0a4/esi/tests/test_openapi.json +264 -0
  38. django_esi-8.0.0a4/esi/tests/test_openapi.py +261 -0
  39. django_esi-8.0.0a2/esi/locale/ru/LC_MESSAGES/django.mo +0 -0
  40. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/LICENSE +0 -0
  41. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/README.md +0 -0
  42. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/admin.py +0 -0
  43. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/app_settings.py +0 -0
  44. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/apps.py +0 -0
  45. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/checks.py +0 -0
  46. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/clients.py +0 -0
  47. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/decorators.py +0 -0
  48. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/errors.py +0 -0
  49. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/helpers.py +0 -0
  50. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/management/commands/__init__.py +0 -0
  51. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/management/commands/migrate_to_ssov2.py +0 -0
  52. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/managers.py +0 -0
  53. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/managers.pyi +0 -0
  54. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/migrations/0001_initial.py +0 -0
  55. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/migrations/0002_scopes_20161208.py +0 -0
  56. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/migrations/0003_hide_tokens_from_admin_site.py +0 -0
  57. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/migrations/0004_remove_unique_access_token.py +0 -0
  58. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/migrations/0005_remove_token_length_limit.py +0 -0
  59. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/migrations/0006_remove_url_length_limit.py +0 -0
  60. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/migrations/0007_fix_mysql_8_migration.py +0 -0
  61. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/migrations/0008_nullable_refresh_token.py +0 -0
  62. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/migrations/0009_set_old_tokens_to_sso_v1.py +0 -0
  63. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/migrations/0010_set_new_tokens_to_sso_v2.py +0 -0
  64. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/migrations/0011_add_token_indices.py +0 -0
  65. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/migrations/0012_fix_token_type_choices.py +0 -0
  66. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/migrations/0013_squashed_0012_fix_token_type_choices.py +0 -0
  67. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/migrations/__init__.py +0 -0
  68. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/rate_limiting.py +0 -0
  69. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/static/esi/img/EVE_SSO_Login_Buttons_Large_Black.png +0 -0
  70. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/static/esi/img/EVE_SSO_Login_Buttons_Large_White.png +0 -0
  71. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/static/esi/img/EVE_SSO_Login_Buttons_Small_Black.png +0 -0
  72. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/static/esi/img/EVE_SSO_Login_Buttons_Small_White.png +0 -0
  73. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/stubs.py +0 -0
  74. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/tasks.py +0 -0
  75. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/templates/esi/select_token.html +0 -0
  76. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/templatetags/__init__.py +0 -0
  77. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/templatetags/scope_tags.py +0 -0
  78. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/tests/__init__.py +0 -0
  79. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/tests/client_authed_pilot.py +0 -0
  80. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/tests/client_public_pilot.py +0 -0
  81. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/tests/factories.py +0 -0
  82. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/tests/factories_2.py +0 -0
  83. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/tests/jwt_factory.py +0 -0
  84. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/tests/test_checks.py +0 -0
  85. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/tests/test_clients.py +0 -0
  86. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/tests/test_decorators.py +0 -0
  87. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/tests/test_management_command.py +0 -0
  88. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/tests/test_managers.py +0 -0
  89. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/tests/test_models.py +0 -0
  90. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/tests/test_swagger.json +0 -0
  91. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/tests/test_swagger_full.json +0 -0
  92. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/tests/test_tasks.py +0 -0
  93. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/tests/test_templatetags.py +0 -0
  94. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/tests/test_views.py +0 -0
  95. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/tests/threading_pilot.py +0 -0
  96. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/urls.py +0 -0
  97. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/esi/views.py +0 -0
  98. {django_esi-8.0.0a2 → django_esi-8.0.0a4}/pyproject.toml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-esi
3
- Version: 8.0.0a2
3
+ Version: 8.0.0a4
4
4
  Summary: Django app for accessing the EVE Swagger Interface (ESI).
5
5
  Keywords: eveonline
6
6
  Author-email: Alliance Auth <adarnof@gmail.com>
@@ -1,6 +1,6 @@
1
1
  """Django app for accessing the EVE Swagger Interface (ESI)."""
2
2
 
3
- __version__ = '8.0.0a2'
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-03"
6
+ __build_date__ = "2025-09-18"
@@ -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
@@ -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
@@ -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 ""
@@ -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: PACKAGE VERSION\n"
13
- "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2023-10-08 23:42+1000\n"
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/de/)\n"
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:72
25
+ #: esi/models.py:66
25
26
  msgid "Character"
26
27
  msgstr "Charakter"
27
28
 
28
- #: esi/models.py:73
29
+ #: esi/models.py:67
29
30
  msgid "Corporation"
30
31
  msgstr "Corporation"
31
32
 
@@ -6,9 +6,9 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: PACKAGE VERSION\n"
10
- "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2025-06-30 10:57+1000\n"
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:73
21
+ #: esi/models.py:66
22
22
  msgid "Character"
23
23
  msgstr ""
24
24
 
25
- #: esi/models.py:74
25
+ #: esi/models.py:67
26
26
  msgid "Corporation"
27
27
  msgstr ""
28
28
 
@@ -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: PACKAGE VERSION\n"
13
- "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2023-10-08 23:42+1000\n"
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/es/)\n"
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
- "Language: es\n"
22
- "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
23
+ "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? "
24
+ "1 : 2;\n"
23
25
 
24
- #: esi/models.py:72
26
+ #: esi/models.py:66
25
27
  msgid "Character"
26
28
  msgstr ""
27
29
 
28
- #: esi/models.py:73
30
+ #: esi/models.py:67
29
31
  msgid "Corporation"
30
32
  msgstr ""
31
33
 
@@ -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: PACKAGE VERSION\n"
13
- "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2023-10-08 02:26+1000\n"
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/teams/107430/fr_FR/)\n"
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
- "Language: fr_FR\n"
22
- "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
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:72
26
+ #: esi/models.py:66
25
27
  msgid "Character"
26
28
  msgstr ""
27
29
 
28
- #: esi/models.py:73
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"
@@ -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: PACKAGE VERSION\n"
13
- "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2023-10-08 23:42+1000\n"
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/teams/107430/it_IT/)\n"
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
- "Language: it_IT\n"
22
- "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
23
+ "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? "
24
+ "1 : 2;\n"
23
25
 
24
- #: esi/models.py:72
26
+ #: esi/models.py:66
25
27
  msgid "Character"
26
28
  msgstr "Personaggio"
27
29
 
28
- #: esi/models.py:73
30
+ #: esi/models.py:67
29
31
  msgid "Corporation"
30
32
  msgstr "Corporazione"
31
33
 
@@ -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: PACKAGE VERSION\n"
13
- "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2023-10-08 23:42+1000\n"
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/teams/107430/ja/)\n"
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:72
25
+ #: esi/models.py:66
25
26
  msgid "Character"
26
27
  msgstr ""
27
28
 
28
- #: esi/models.py:73
29
+ #: esi/models.py:67
29
30
  msgid "Corporation"
30
31
  msgstr ""
31
32
 
@@ -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: PACKAGE VERSION\n"
13
- "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2023-10-08 23:42+1000\n"
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/teams/107430/ko_KR/)\n"
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:72
25
+ #: esi/models.py:66
25
26
  msgid "Character"
26
27
  msgstr ""
27
28
 
28
- #: esi/models.py:73
29
+ #: esi/models.py:67
29
30
  msgid "Corporation"
30
31
  msgstr ""
31
32
 
@@ -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 ""
@@ -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 ""
@@ -2,32 +2,36 @@
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
  # Filipp Chertiev <f@fzfx.ru>, 2023
8
- #
8
+ # Gnevich <and.vareba81@gmail.com>, 2025
9
+ #
9
10
  #, fuzzy
10
11
  msgid ""
11
12
  msgstr ""
12
- "Project-Id-Version: PACKAGE VERSION\n"
13
- "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2023-10-08 23:42+1000\n"
13
+ "Project-Id-Version: Django ESI 8.0.0-alpha.4\n"
14
+ "Report-Msgid-Bugs-To: https://gitlab.com/allianceauth/django-esi/-/issues\n"
15
+ "POT-Creation-Date: 2025-09-21 13:23+1000\n"
15
16
  "PO-Revision-Date: 2023-10-25 11:04+0000\n"
16
- "Last-Translator: Filipp Chertiev <f@fzfx.ru>, 2023\n"
17
- "Language-Team: Russian (https://app.transifex.com/alliance-auth/teams/107430/ru/)\n"
17
+ "Last-Translator: Gnevich <and.vareba81@gmail.com>, 2025\n"
18
+ "Language-Team: Russian (https://app.transifex.com/alliance-auth/teams/107430/"
19
+ "ru/)\n"
20
+ "Language: ru\n"
18
21
  "MIME-Version: 1.0\n"
19
22
  "Content-Type: text/plain; charset=UTF-8\n"
20
23
  "Content-Transfer-Encoding: 8bit\n"
21
- "Language: ru\n"
22
- "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
24
+ "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
25
+ "n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || "
26
+ "(n%100>=11 && n%100<=14)? 2 : 3);\n"
23
27
 
24
- #: esi/models.py:72
28
+ #: esi/models.py:66
25
29
  msgid "Character"
26
- msgstr ""
30
+ msgstr "Персонаж"
27
31
 
28
- #: esi/models.py:73
32
+ #: esi/models.py:67
29
33
  msgid "Corporation"
30
- msgstr ""
34
+ msgstr "Корпорация"
31
35
 
32
36
  #: esi/templates/esi/select_token.html:13
33
37
  msgid "ESI Token Selection"
@@ -49,7 +53,7 @@ msgstr "Новый персонаж"
49
53
  #: esi/templates/esi/select_token.html:71
50
54
  #: esi/templates/esi/select_token.html:107
51
55
  msgid "Add Token"
52
- msgstr ""
56
+ msgstr "Добавить токен"
53
57
 
54
58
  #: esi/templates/esi/select_token.html:88
55
59
  #: esi/templates/esi/select_token.html:89