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 17.0\n "
8+ "Report-Msgid-Bugs-To : \n "
9+ "Last-Translator : \n "
10+ "Language-Team : \n "
11+ "MIME-Version : 1.0\n "
12+ "Content-Type : text/plain; charset=UTF-8\n "
13+ "Content-Transfer-Encoding : \n "
14+ "Plural-Forms : \n "
15+
16+ #. module: fastapi_auth_api_key
17+ #: model:ir.model.fields,field_description: fastapi_auth_api_key.field_fastapi_endpoint__auth_api_key_group_id
18+ msgid "Auth Api Key Group"
19+ msgstr ""
20+
21+ #. module: fastapi_auth_api_key
22+ #: model:ir.model,name: fastapi_auth_api_key.model_fastapi_endpoint
23+ msgid "FastAPI Endpoint"
24+ msgstr ""
25+
26+ #. module: fastapi_auth_api_key
27+ #: model:ir.model.fields,help: fastapi_auth_api_key.field_fastapi_endpoint__auth_api_key_group_id
28+ msgid "If not set, all 'auth.api.key' are allowed to access to endpoints"
29+ msgstr ""
30+
31+ #. module: fastapi_auth_api_key
32+ #. odoo-python
33+ #: code:addons/fastapi_auth_api_key/dependencies.py:0
34+ #, python-format
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+ #, python-format
42+ msgid "Unauthorized"
43+ msgstr ""
You can’t perform that action at this time.
0 commit comments