Skip to content

Commit b3788b2

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: rest-framework-16.0/rest-framework-16.0-fastapi Translate-URL: https://translation.odoo-community.org/projects/rest-framework-16-0/rest-framework-16-0-fastapi/
1 parent dae198b commit b3788b2

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

fastapi/i18n/it.po

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,11 @@ msgstr "Sincro registro richiesto"
205205
msgid "Root Path"
206206
msgstr "Percorso radice"
207207

208+
#. module: fastapi
209+
#: model:ir.model.fields,field_description:fastapi.field_fastapi_endpoint__save_http_session
210+
msgid "Save HTTP Session"
211+
msgstr ""
212+
208213
#. module: fastapi
209214
#: model:ir.actions.server,name:fastapi.fastapi_endpoint_action_sync_registry
210215
#: model_terms:ir.ui.view,arch_db:fastapi.fastapi_endpoint_form_view
@@ -235,6 +240,17 @@ msgstr "Utente da utilizzare per eseguire la chiamata API."
235240
msgid "User"
236241
msgstr "Utente"
237242

243+
#. module: fastapi
244+
#: model:ir.model.fields,help:fastapi.field_fastapi_endpoint__save_http_session
245+
msgid ""
246+
"Whether session should be saved into the session store. This is required if "
247+
"for example you use the Odoo's authentication mechanism. Oherwise chance are "
248+
"high that you don't need it and could turn off this behaviour. Additionaly "
249+
"turning off this option will prevent useless IO operation when storing and "
250+
"reading the session on the disk and prevent unexpecteed disk space "
251+
"consumption."
252+
msgstr ""
253+
238254
#. module: fastapi
239255
#. odoo-python
240256
#: code:addons/fastapi/models/fastapi_endpoint.py:0

0 commit comments

Comments
 (0)