19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:58 +01:00
parent 20e6dadd87
commit 4b94f0abc5
205 changed files with 24700 additions and 14614 deletions

View file

@ -1,29 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_unsplash
#
# * web_unsplash
#
# Translators:
# Sergio Zanchetta <primes2h@gmail.com>, 2022
# Martin Trigaux, 2022
# Sergio Zanchetta <primes2h@gmail.com>, 2023
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Marianna Ciofani (cima)" <cima@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Project-Id-Version: Odoo Server 16.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-08 20:35+0000\n"
"PO-Revision-Date: 2022-09-22 05:56+0000\n"
"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2023\n"
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-10-23 15:40+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Italian <https://translate.odoo.com/projects/odoo-19/"
"web_unsplash/it/>\n"
"Language: 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: web_unsplash
#: model_terms:ir.ui.view,arch_db:web_unsplash.res_config_settings_view_form
msgid "<i class=\"fa fa-arrow-right\"/> Generate an Access Key"
msgstr "<i class=\"fa fa-arrow-right\"/> Genera una chiave di accesso"
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == "
"0) ? 1 : 2);\n"
"X-Generator: Weblate 5.12.2\n"
#. module: web_unsplash
#: model:ir.model.fields,field_description:web_unsplash.field_res_config_settings__unsplash_access_key
@ -32,16 +31,14 @@ msgstr "Chiave di accesso"
#. module: web_unsplash
#. odoo-javascript
#: code:addons/web_unsplash/static/src/components/media_dialog/image_selector.xml:0
#: code:addons/web_unsplash/static/src/unsplash_credentials/unsplash_credentials.xml:0
#: model:ir.model.fields,field_description:web_unsplash.field_res_config_settings__unsplash_app_id
#, python-format
msgid "Application ID"
msgstr "ID applicazione"
#. module: web_unsplash
#. odoo-javascript
#: code:addons/web_unsplash/static/src/components/media_dialog/image_selector.xml:0
#, python-format
#: code:addons/web_unsplash/static/src/unsplash_credentials/unsplash_credentials.xml:0
msgid "Apply"
msgstr "Applica"
@ -55,59 +52,72 @@ msgstr "Allegato"
msgid "Config Settings"
msgstr "Impostazioni di configurazione"
#. module: web_unsplash
#: model:ir.model.fields,field_description:web_unsplash.field_ir_attachment__display_name
#: model:ir.model.fields,field_description:web_unsplash.field_ir_qweb_field_image__display_name
#: model:ir.model.fields,field_description:web_unsplash.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:web_unsplash.field_res_users__display_name
msgid "Display Name"
msgstr "Nome visualizzato"
#. module: web_unsplash
#. odoo-python
#: code:addons/web_unsplash/controllers/main.py:0
#, python-format
msgid "ERROR: Unknown Unsplash URL!"
msgstr "ERRORE: URL Unsplash sconosciuto."
#. module: web_unsplash
#. odoo-python
#: code:addons/web_unsplash/controllers/main.py:0
#, python-format
msgid "ERROR: Unknown Unsplash notify URL!"
msgstr "ERRORE: URL di notifica Unsplash sconosciuto."
#. module: web_unsplash
#: model_terms:ir.ui.view,arch_db:web_unsplash.res_config_settings_view_form
msgid "Generate an Access Key"
msgstr "Genera chiave di accesso"
#. module: web_unsplash
#. odoo-javascript
#: code:addons/web_unsplash/static/src/components/media_dialog/image_selector.xml:0
#, python-format
#: code:addons/web_unsplash/static/src/unsplash_credentials/unsplash_credentials.xml:0
msgid "Get an Access key"
msgstr "Ottieni una Access Key"
#. module: web_unsplash
#: model:ir.model.fields,field_description:web_unsplash.field_ir_attachment__id
#: model:ir.model.fields,field_description:web_unsplash.field_ir_qweb_field_image__id
#: model:ir.model.fields,field_description:web_unsplash.field_res_config_settings__id
#: model:ir.model.fields,field_description:web_unsplash.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: web_unsplash
#. odoo-javascript
#: code:addons/web_unsplash/static/src/components/media_dialog/image_selector.xml:0
#, python-format
#: code:addons/web_unsplash/static/src/unsplash_credentials/unsplash_credentials.xml:0
msgid "Paste your access key here"
msgstr "Incolla qui la chiave di accesso"
#. module: web_unsplash
#. odoo-javascript
#: code:addons/web_unsplash/static/src/components/media_dialog/image_selector.xml:0
#, python-format
#: code:addons/web_unsplash/static/src/unsplash_credentials/unsplash_credentials.xml:0
msgid "Paste your application ID here"
msgstr "Incolla qui l'ID applicazione"
#. module: web_unsplash
#. odoo-javascript
#: code:addons/web_unsplash/static/src/components/media_dialog/image_selector.xml:0
#, python-format
#: code:addons/web_unsplash/static/src/media_dialog/media_dialog.xml:0
msgid "Photos (via Unsplash)"
msgstr "Foto (via Unsplash)"
#. module: web_unsplash
#. odoo-javascript
#: code:addons/web_unsplash/static/src/components/media_dialog/image_selector.js:0
#, python-format
#: code:addons/web_unsplash/static/src/media_dialog/image_selector_patch.js:0
msgid "Please check your Unsplash access key and application ID."
msgstr "Controllare la chiave di accesso e l'ID applicazione Unsplash."
#. module: web_unsplash
#. odoo-javascript
#: code:addons/web_unsplash/static/src/components/media_dialog/image_selector.js:0
#, python-format
#: code:addons/web_unsplash/static/src/media_dialog/image_selector_patch.js:0
msgid "Please check your internet connection or contact administrator."
msgstr "Controllare la connessione internet o contattare l'amministratore."
@ -118,54 +128,47 @@ msgstr "Campo QWeb immagine"
#. module: web_unsplash
#. odoo-javascript
#: code:addons/web_unsplash/static/src/components/media_dialog/image_selector.js:0
#, python-format
#: code:addons/web_unsplash/static/src/media_dialog/image_selector_patch.js:0
msgid "Search is temporarily unavailable"
msgstr "Ricerca temporaneamente non disponibile"
#. module: web_unsplash
#. odoo-javascript
#: code:addons/web_unsplash/static/src/components/media_dialog/image_selector.js:0
#, python-format
#: code:addons/web_unsplash/static/src/media_dialog/image_selector_patch.js:0
msgid "Setup Unsplash to access royalty free photos."
msgstr "Imposta Unsplash per accedere alle foto gratuite."
#. module: web_unsplash
#. odoo-javascript
#: code:addons/web_unsplash/static/src/components/media_dialog/image_selector.js:0
#, python-format
#: code:addons/web_unsplash/static/src/media_dialog/image_selector_patch.js:0
msgid "Something went wrong"
msgstr "Qualcosa è andato storto"
#. module: web_unsplash
#. odoo-javascript
#: code:addons/web_unsplash/static/src/components/media_dialog/image_selector.js:0
#, python-format
#: code:addons/web_unsplash/static/src/media_dialog/image_selector_patch.js:0
msgid ""
"The max number of searches is exceeded. Please retry in an hour or extend to"
" a better account."
"The max number of searches is exceeded. Please retry in an hour or extend to "
"a better account."
msgstr ""
"È stato superato il numero massimo di ricerche. Riprovare tra un'ora o "
"passare a un account superiore."
#. module: web_unsplash
#. odoo-javascript
#: code:addons/web_unsplash/static/src/components/media_dialog/image_selector.js:0
#, python-format
#: code:addons/web_unsplash/static/src/media_dialog/image_selector_patch.js:0
msgid "Unauthorized Key"
msgstr "Chiave non autorizzata"
#. module: web_unsplash
#. odoo-javascript
#: code:addons/web_unsplash/static/src/components/media_dialog/image_selector.js:0
#, python-format
msgid "Uploading %s '%s' images."
msgstr "Caricamento di %s '%s' in corso."
#: code:addons/web_unsplash/static/src/unsplash_service.js:0
msgid "Uploading %(count)s '%(query)s' images."
msgstr "Caricamento %(count)s immagini '%(query)s'."
#. module: web_unsplash
#. odoo-javascript
#: code:addons/web_unsplash/static/src/components/media_dialog/image_selector.js:0
#, python-format
#: code:addons/web_unsplash/static/src/unsplash_service.js:0
msgid "Uploading '%s' image."
msgstr "Caricamento di '%s' in corso."
@ -176,21 +179,24 @@ msgstr "Utente"
#. module: web_unsplash
#. odoo-javascript
#: code:addons/web_unsplash/static/src/components/media_dialog/image_selector.xml:0
#, python-format
#: code:addons/web_unsplash/static/src/unsplash_credentials/unsplash_credentials.xml:0
msgid "and paste"
msgstr "e incolla"
#. module: web_unsplash
#. odoo-javascript
#: code:addons/web_unsplash/static/src/components/media_dialog/image_selector.xml:0
#, python-format
#: code:addons/web_unsplash/static/src/unsplash_credentials/unsplash_credentials.xml:0
msgid "and paste it here:"
msgstr "e incolla qui:"
#. module: web_unsplash
#. odoo-javascript
#: code:addons/web_unsplash/static/src/components/media_dialog/image_selector.xml:0
#, python-format
#: code:addons/web_unsplash/static/src/unsplash_credentials/unsplash_credentials.xml:0
msgid "here:"
msgstr "qui:"
#~ msgid "<i class=\"oi oi-arrow-right\"/> Generate an Access Key"
#~ msgstr "<i class=\"oi oi-arrow-right\"/> Genera una chiave di accesso"
#~ msgid "Uploading %s '%s' images."
#~ msgstr "Caricamento di %s '%s' in corso."