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