44 lines
1.5 KiB
Plaintext
44 lines
1.5 KiB
Plaintext
|
# Translation of Odoo Server.
|
||
|
# This file contains the translation of the following modules:
|
||
|
# * google_account
|
||
|
#
|
||
|
# Translators:
|
||
|
# Martin Trigaux, 2022
|
||
|
# Sergio Zanchetta <primes2h@gmail.com>, 2023
|
||
|
#
|
||
|
msgid ""
|
||
|
msgstr ""
|
||
|
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||
|
"Report-Msgid-Bugs-To: \n"
|
||
|
"POT-Creation-Date: 2022-09-23 08:02+0000\n"
|
||
|
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||
|
"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2023\n"
|
||
|
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
|
||
|
"MIME-Version: 1.0\n"
|
||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||
|
"Content-Transfer-Encoding: \n"
|
||
|
"Language: it\n"
|
||
|
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||
|
|
||
|
#. module: google_account
|
||
|
#: model:ir.model,name:google_account.model_google_service
|
||
|
msgid "Google Service"
|
||
|
msgstr "Servizio Google"
|
||
|
|
||
|
#. module: google_account
|
||
|
#: code:addons/google_account/models/google_service.py:0
|
||
|
#, python-format
|
||
|
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||
|
msgstr ""
|
||
|
"Metodo non supportato [%s] non è [GET, POST, PUT, PATCH oppure DELETE]!"
|
||
|
|
||
|
#. module: google_account
|
||
|
#: code:addons/google_account/models/google_service.py:0
|
||
|
#, python-format
|
||
|
msgid ""
|
||
|
"Something went wrong during your token generation. Maybe your Authorization "
|
||
|
"Code is invalid or already expired"
|
||
|
msgstr ""
|
||
|
"La generazione del token non è andata a buon fine. È probabile che il codice"
|
||
|
" di autorizzazione non sia valido o sia già scaduto"
|