File tree Expand file tree Collapse file tree
fastapi_auth_api_key/i18n Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Translation of Odoo Server.
2+ # This file contains the translation of the following modules:
3+ # * fastapi_auth_api_key
4+ #
5+ msgid ""
6+ msgstr ""
7+ "Project-Id-Version : Odoo Server 18.0\n "
8+ "Report-Msgid-Bugs-To : \n "
9+ "Last-Translator : Automatically generated\n "
10+ "Language-Team : none\n "
11+ "Language : it\n "
12+ "MIME-Version : 1.0\n "
13+ "Content-Type : text/plain; charset=UTF-8\n "
14+ "Content-Transfer-Encoding : \n "
15+ "Plural-Forms : nplurals=2; plural=n != 1;\n "
16+
17+ #. module: fastapi_auth_api_key
18+ #: model:ir.model.fields,field_description: fastapi_auth_api_key.field_fastapi_endpoint__auth_api_key_group_id
19+ msgid "Auth Api Key Group"
20+ msgstr ""
21+
22+ #. module: fastapi_auth_api_key
23+ #: model:ir.model,name: fastapi_auth_api_key.model_fastapi_endpoint
24+ msgid "FastAPI Endpoint"
25+ msgstr ""
26+
27+ #. module: fastapi_auth_api_key
28+ #: model:ir.model.fields,help: fastapi_auth_api_key.field_fastapi_endpoint__auth_api_key_group_id
29+ msgid "If not set, all 'auth.api.key' are allowed to access to endpoints"
30+ msgstr ""
31+
32+ #. module: fastapi_auth_api_key
33+ #. odoo-python
34+ #: code:addons/fastapi_auth_api_key/dependencies.py:0
35+ msgid "Missing %(HTTP_API_KEY_HEADER)s header"
36+ msgstr ""
37+
38+ #. module: fastapi_auth_api_key
39+ #. odoo-python
40+ #: code:addons/fastapi_auth_api_key/dependencies.py:0
41+ msgid "Unauthorized"
42+ msgstr ""
You can’t perform that action at this time.
0 commit comments