Skip to content

Commit

Permalink
Update translation files
Browse files Browse the repository at this point in the history
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: rest-framework-17.0/rest-framework-17.0-fastapi
Translate-URL: https://translation.odoo-community.org/projects/rest-framework-17-0/rest-framework-17-0-fastapi/
  • Loading branch information
weblate committed Oct 3, 2024
1 parent cdfaa31 commit cf2bcc0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions fastapi/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ msgstr "Sincro registro richiesto"
msgid "Root Path"
msgstr "Percorso radice"

#. module: fastapi
#: model:ir.model.fields,field_description:fastapi.field_fastapi_endpoint__save_http_session
msgid "Save HTTP Session"
msgstr ""

#. module: fastapi
#: model:ir.actions.server,name:fastapi.fastapi_endpoint_action_sync_registry
#: model_terms:ir.ui.view,arch_db:fastapi.fastapi_endpoint_form_view
Expand Down Expand Up @@ -230,6 +235,17 @@ msgstr "Utente da utilizzare per eseguire la chiamata API."
msgid "User"
msgstr "Utente"

#. module: fastapi
#: model:ir.model.fields,help:fastapi.field_fastapi_endpoint__save_http_session
msgid ""
"Whether session should be saved into the session store. This is required if "
"for example you use the Odoo's authentication mechanism. Oherwise chance are "
"high that you don't need it and could turn off this behaviour. Additionaly "
"turning off this option will prevent useless IO operation when storing and "
"reading the session on the disk and prevent unexpecteed disk space "
"consumption."
msgstr ""

#. module: fastapi
#. odoo-python
#: code:addons/fastapi/models/fastapi_endpoint.py:0
Expand Down

0 comments on commit cf2bcc0

Please sign in to comment.