|
| 1 | +# Translation of Odoo Server. |
| 2 | +# This file contains the translation of the following modules: |
| 3 | +# * auth_api_key |
| 4 | +# |
| 5 | +msgid "" |
| 6 | +msgstr "" |
| 7 | +"Project-Id-Version: Odoo Server 15.0\n" |
| 8 | +"Report-Msgid-Bugs-To: \n" |
| 9 | +"PO-Revision-Date: 2021-02-12 10:45+0000\n" |
| 10 | +" Last-Translator: Sergio Zanchetta <[email protected]>\n" |
| 11 | +"Language-Team: none\n" |
| 12 | +"Language: it\n" |
| 13 | +"MIME-Version: 1.0\n" |
| 14 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 15 | +"Content-Transfer-Encoding: \n" |
| 16 | +"Plural-Forms: nplurals=2; plural=n != 1;\n" |
| 17 | +"X-Generator: Weblate 4.3.2\n" |
| 18 | + |
| 19 | +#. module: auth_api_key |
| 20 | +#: model:ir.model,name:auth_api_key.model_auth_api_key |
| 21 | +msgid "API Key" |
| 22 | +msgstr "Chiave API" |
| 23 | + |
| 24 | +#. module: auth_api_key |
| 25 | +#: model:ir.model.constraint,message:auth_api_key.constraint_auth_api_key_name_uniq |
| 26 | +msgid "Api Key name must be unique." |
| 27 | +msgstr "La chiave API deve essere univoca." |
| 28 | + |
| 29 | +#. module: auth_api_key |
| 30 | +#: model:ir.actions.act_window,name:auth_api_key.auth_api_key_act_window |
| 31 | +#: model:ir.ui.menu,name:auth_api_key.auth_api_key_menu |
| 32 | +msgid "Auth Api Key" |
| 33 | +msgstr "Chiave API di autenticazione" |
| 34 | + |
| 35 | +#. module: auth_api_key |
| 36 | +#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__create_uid |
| 37 | +msgid "Created by" |
| 38 | +msgstr "Creata da" |
| 39 | + |
| 40 | +#. module: auth_api_key |
| 41 | +#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__create_date |
| 42 | +msgid "Created on" |
| 43 | +msgstr "Creata il" |
| 44 | + |
| 45 | +#. module: auth_api_key |
| 46 | +#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__display_name |
| 47 | +#: model:ir.model.fields,field_description:auth_api_key.field_ir_http__display_name |
| 48 | +msgid "Display Name" |
| 49 | +msgstr "Nome visualizzato" |
| 50 | + |
| 51 | +#. module: auth_api_key |
| 52 | +#: model:ir.model,name:auth_api_key.model_ir_http |
| 53 | +msgid "HTTP Routing" |
| 54 | +msgstr "Instradamento HTTP" |
| 55 | + |
| 56 | +#. module: auth_api_key |
| 57 | +#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__id |
| 58 | +#: model:ir.model.fields,field_description:auth_api_key.field_ir_http__id |
| 59 | +msgid "ID" |
| 60 | +msgstr "ID" |
| 61 | + |
| 62 | +#. module: auth_api_key |
| 63 | +#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__key |
| 64 | +msgid "Key" |
| 65 | +msgstr "Chiave" |
| 66 | + |
| 67 | +#. module: auth_api_key |
| 68 | +#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key____last_update |
| 69 | +#: model:ir.model.fields,field_description:auth_api_key.field_ir_http____last_update |
| 70 | +msgid "Last Modified on" |
| 71 | +msgstr "Ultima modifica il" |
| 72 | + |
| 73 | +#. module: auth_api_key |
| 74 | +#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__write_uid |
| 75 | +msgid "Last Updated by" |
| 76 | +msgstr "Ultimo aggiornamento di" |
| 77 | + |
| 78 | +#. module: auth_api_key |
| 79 | +#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__write_date |
| 80 | +msgid "Last Updated on" |
| 81 | +msgstr "Ultimo aggiornamento il" |
| 82 | + |
| 83 | +#. module: auth_api_key |
| 84 | +#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__name |
| 85 | +msgid "Name" |
| 86 | +msgstr "Nome" |
| 87 | + |
| 88 | +#. module: auth_api_key |
| 89 | +#: model:ir.model.fields,help:auth_api_key.field_auth_api_key__key |
| 90 | +msgid "" |
| 91 | +"The API key. Enter a dummy value in this field if it is\n" |
| 92 | +" obtained from the server environment configuration." |
| 93 | +msgstr "" |
| 94 | +"Chiave API. Se viene acquisita dalla configurazione\n" |
| 95 | +" ambiente del server, inserire nel campo un valore fittizio." |
| 96 | + |
| 97 | +#. module: auth_api_key |
| 98 | +#: code:addons/auth_api_key/models/auth_api_key.py:0 |
| 99 | +#, python-format |
| 100 | +msgid "The key %s is not allowed" |
| 101 | +msgstr "Chiave %s non autorizzata" |
| 102 | + |
| 103 | +#. module: auth_api_key |
| 104 | +#: model:ir.model.fields,help:auth_api_key.field_auth_api_key__user_id |
| 105 | +msgid "" |
| 106 | +"The user used to process the requests authenticated by\n" |
| 107 | +" the api key" |
| 108 | +msgstr "" |
| 109 | +"Utente utilizzato per elaborare le richieste autenticate\n" |
| 110 | +" dalla chiave API" |
| 111 | + |
| 112 | +#. module: auth_api_key |
| 113 | +#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__user_id |
| 114 | +msgid "User" |
| 115 | +msgstr "Utente" |
| 116 | + |
| 117 | +#. module: auth_api_key |
| 118 | +#: code:addons/auth_api_key/models/auth_api_key.py:0 |
| 119 | +#, python-format |
| 120 | +msgid "User is not allowed" |
| 121 | +msgstr "Utente non autorizzato" |
| 122 | + |
| 123 | +#~ msgid "Server Env Defaults" |
| 124 | +#~ msgstr "Variabili ambiente predefinite del server" |
0 commit comments