File: it.po

package info (click to toggle)
odoo 18.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 878,716 kB
  • sloc: javascript: 927,937; python: 685,670; xml: 388,524; sh: 1,033; sql: 415; makefile: 26
file content (96 lines) | stat: -rw-r--r-- 3,331 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# 	* cloud_storage_google
# 
# Translators:
# Wil Odoo, 2024
# Marianna Ciofani, 2024
# 
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Marianna Ciofani, 2024\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: cloud_storage_google
#: model:ir.model,name:cloud_storage_google.model_ir_attachment
msgid "Attachment"
msgstr "Allegato"

#. module: cloud_storage_google
#: model:ir.model.fields,field_description:cloud_storage_google.field_res_config_settings__cloud_storage_provider
msgid "Cloud Storage Provider for new attachments"
msgstr "Fornitore archiviazione cloud per nuovi allegati"

#. module: cloud_storage_google
#: model:ir.model,name:cloud_storage_google.model_res_config_settings
msgid "Config Settings"
msgstr "Impostazioni di configurazione"

#. module: cloud_storage_google
#: model:ir.model.fields,field_description:cloud_storage_google.field_res_config_settings__cloud_storage_google_bucket_name
msgid "Google Bucket Name"
msgstr "Nome bucket Google"

#. module: cloud_storage_google
#: model:ir.model.fields.selection,name:cloud_storage_google.selection__res_config_settings__cloud_storage_provider__google
msgid "Google Cloud Storage"
msgstr "Archiviazione cloud Google"

#. module: cloud_storage_google
#: model:ir.model.fields,field_description:cloud_storage_google.field_res_config_settings__cloud_storage_google_account_info
msgid "Google Service Account Info"
msgstr "Info account Google Services"

#. module: cloud_storage_google
#: model:ir.model.fields,field_description:cloud_storage_google.field_res_config_settings__cloud_storage_google_service_account_key
msgid "Google Service Account Key"
msgstr "Chiave account Google Services"

#. module: cloud_storage_google
#. odoo-python
#: code:addons/cloud_storage_google/models/res_config_settings.py:0
msgid ""
"Some Google attachments are in use, please migrate cloud storages before "
"disable the provider"
msgstr ""
"Alcuni allegati Google sono in uso, migra le archiviazioni cloud prima di "
"disattivare il fornitore"

#. module: cloud_storage_google
#. odoo-python
#: code:addons/cloud_storage_google/models/res_config_settings.py:0
msgid ""
"The account info is not allowed to download blobs from the bucket.\n"
"%s"
msgstr ""
"Informazioni account non autorizzate a scaricare i blob dal bucket.\n"
"%s"

#. module: cloud_storage_google
#. odoo-python
#: code:addons/cloud_storage_google/models/res_config_settings.py:0
msgid ""
"The account info is not allowed to set the bucket's CORS.\n"
"%s"
msgstr ""
"Informazioni account non autorizzate a impostare il CORS del bucket.\n"
"%s"

#. module: cloud_storage_google
#. odoo-python
#: code:addons/cloud_storage_google/models/res_config_settings.py:0
msgid ""
"The account info is not allowed to upload blobs to the bucket.\n"
"%s"
msgstr ""
"Informazioni account non autorizzate a caricare i blob nel bucket.\n"
"%s"