-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added translation using Weblate (Italian)
- Loading branch information
Showing
1 changed file
with
265 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,265 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * endpoint | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
#. module: endpoint | ||
#: code:addons/endpoint/models/endpoint_mixin.py:0 | ||
#, python-format | ||
msgid "'Exec as user' is mandatory for public endpoints." | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__active | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_mixin__active | ||
msgid "Active" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_search_view | ||
msgid "All" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view | ||
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_search_view | ||
msgid "Archived" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view | ||
msgid "Auth" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__auth_type | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_mixin__auth_type | ||
msgid "Auth Type" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view | ||
msgid "Code" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view | ||
msgid "Code Help" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__code_snippet | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_mixin__code_snippet | ||
msgid "Code Snippet" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__code_snippet_docs | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_mixin__code_snippet_docs | ||
msgid "Code Snippet Docs" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__create_uid | ||
msgid "Created by" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__create_date | ||
msgid "Created on" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__csrf | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_mixin__csrf | ||
msgid "Csrf" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__display_name | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_mixin__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model,name:endpoint.model_endpoint_endpoint | ||
msgid "Endpoint" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__endpoint_hash | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_mixin__endpoint_hash | ||
msgid "Endpoint Hash" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model,name:endpoint.model_endpoint_mixin | ||
msgid "Endpoint mixin" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.actions.act_window,name:endpoint.endpoint_endpoint_act_window | ||
#: model:ir.ui.menu,name:endpoint.endpoint_endpoint_menu | ||
msgid "Endpoints" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__exec_as_user_id | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_mixin__exec_as_user_id | ||
msgid "Exec As User" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__exec_mode | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_mixin__exec_mode | ||
msgid "Exec Mode" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: code:addons/endpoint/models/endpoint_mixin.py:0 | ||
#, python-format | ||
msgid "Exec mode is set to `Code`: you must provide a piece of code" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__id | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_mixin__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,help:endpoint.field_endpoint_endpoint__endpoint_hash | ||
#: model:ir.model.fields,help:endpoint.field_endpoint_mixin__endpoint_hash | ||
msgid "Identify the route with its main params" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint____last_update | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_mixin____last_update | ||
msgid "Last Modified on" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__write_uid | ||
msgid "Last Updated by" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__write_date | ||
msgid "Last Updated on" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view | ||
msgid "Main" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: code:addons/endpoint/models/endpoint_mixin.py:0 | ||
#, python-format | ||
msgid "Missing handler for exec mode %s" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__name | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_mixin__name | ||
msgid "Name" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,help:endpoint.field_endpoint_endpoint__registry_sync | ||
#: model:ir.model.fields,help:endpoint.field_endpoint_mixin__registry_sync | ||
msgid "" | ||
"ON: the record has been modified and registry was not notified.\n" | ||
"No change will be active until this flag is set to false via proper action.\n" | ||
"\n" | ||
"OFF: record in line with the registry, nothing to do." | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__registry_sync | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_mixin__registry_sync | ||
msgid "Registry Sync" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view | ||
msgid "" | ||
"Registry out of sync. Likely the record has been modified but not sync'ed " | ||
"with the routing registry." | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view | ||
msgid "Request" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__request_content_type | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_mixin__request_content_type | ||
msgid "Request Content Type" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__request_method | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_mixin__request_method | ||
msgid "Request Method" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__route | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_mixin__route | ||
msgid "Route" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__route_group | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_mixin__route_group | ||
msgid "Route Group" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_endpoint__route_type | ||
#: model:ir.model.fields,field_description:endpoint.field_endpoint_mixin__route_type | ||
msgid "Route Type" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.actions.server,name:endpoint.server_action_registry_sync | ||
msgid "Sync registry" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_search_view | ||
msgid "To sync" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model_terms:ir.ui.view,arch_db:endpoint.endpoint_endpoint_form_view | ||
msgid "" | ||
"Use the action \"Sync registry\" to make changes effective once you are done" | ||
" with edits and creates." | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: model:ir.model.fields,help:endpoint.field_endpoint_endpoint__route_group | ||
#: model:ir.model.fields,help:endpoint.field_endpoint_mixin__route_group | ||
msgid "Use this to classify routes together" | ||
msgstr "" | ||
|
||
#. module: endpoint | ||
#: code:addons/endpoint/models/endpoint_mixin.py:0 | ||
#, python-format | ||
msgid "code_snippet should return a dict into `result` variable." | ||
msgstr "" |