mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-18 10:32:04 +02:00
110 lines
3.5 KiB
Text
110 lines
3.5 KiB
Text
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * auth_oauth_ropc
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 16.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"PO-Revision-Date: 2025-01-28 14:06+0000\n"
|
|
"Last-Translator: mymage <stefano.consolaro@mymage.it>\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"
|
|
"X-Generator: Weblate 5.6.2\n"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__active
|
|
msgid "Active"
|
|
msgstr "Attivo"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__auth_endpoint
|
|
msgid "Authorization URL"
|
|
msgstr "URL autorizzazione"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__client_id
|
|
msgid "Client ID"
|
|
msgstr "ID client"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__client_secret
|
|
msgid "Client Secret"
|
|
msgstr "Chiave segreta client"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__create_uid
|
|
msgid "Created by"
|
|
msgstr "Creato da"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__create_date
|
|
msgid "Created on"
|
|
msgstr "Creato il"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__display_name
|
|
msgid "Display Name"
|
|
msgstr "Nome visualizzato"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__id
|
|
msgid "ID"
|
|
msgstr "ID"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider____last_update
|
|
msgid "Last Modified on"
|
|
msgstr "Ultima modifica il"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__write_uid
|
|
msgid "Last Updated by"
|
|
msgstr "Ultimo aggiornamento di"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__write_date
|
|
msgid "Last Updated on"
|
|
msgstr "Ultimo aggiornamento il"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__name
|
|
msgid "Name"
|
|
msgstr "Nome"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model,name:auth_oauth_ropc.model_oauth_ropc_provider
|
|
msgid "OAuth ROPC Provider"
|
|
msgstr "Provider ROPC OAuth"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__resource
|
|
msgid "Resource"
|
|
msgstr "Risorsa"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__scope
|
|
msgid "Scope"
|
|
msgstr "Ambito"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.model,name:auth_oauth_ropc.model_res_users
|
|
msgid "User"
|
|
msgstr "Utente"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#. odoo-python
|
|
#: code:addons/auth_oauth_ropc/models/oauth_ropc_provider.py:0
|
|
#, python-format
|
|
msgid "You can define only one active provider"
|
|
msgstr "Si può definire attivo un solo provider"
|
|
|
|
#. module: auth_oauth_ropc
|
|
#: model:ir.actions.act_window,name:auth_oauth_ropc.oauth_ropc_provider_act_window
|
|
#: model:ir.ui.menu,name:auth_oauth_ropc.oauth_ropc_provider_menu
|
|
msgid "oauth ROPC Providers"
|
|
msgstr "Provider ROPC OAuth"
|