Skip to content

Commit

Permalink
Added translation using Weblate (Italian)
Browse files Browse the repository at this point in the history
  • Loading branch information
mymage authored and weblate committed Nov 19, 2024
1 parent c2f1d79 commit 239c30b
Showing 1 changed file with 132 additions and 0 deletions.
132 changes: 132 additions & 0 deletions storage_backend_s3/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * storage_backend_s3
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\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"

#. module: storage_backend_s3
#: model:ir.model.fields,field_description:storage_backend_s3.field_storage_backend__aws_host
msgid "AWS Host"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model.fields,field_description:storage_backend_s3.field_storage_backend__aws_access_key_id
msgid "Access Key ID"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model.fields.selection,name:storage_backend_s3.selection__storage_backend__backend_type__amazon_s3
#: model_terms:ir.ui.view,arch_db:storage_backend_s3.storage_backend_view_form
msgid "Amazon S3"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model.fields,field_description:storage_backend_s3.field_storage_backend__aws_cache_control
msgid "Aws Cache Control"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model.fields,field_description:storage_backend_s3.field_storage_backend__aws_file_acl
msgid "Aws File Acl"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model.fields,field_description:storage_backend_s3.field_storage_backend__backend_type
msgid "Backend Type"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model.fields,field_description:storage_backend_s3.field_storage_backend__aws_bucket
msgid "Bucket"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model.fields,field_description:storage_backend_s3.field_storage_backend__display_name
msgid "Display Name"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model.fields,field_description:storage_backend_s3.field_storage_backend__id
msgid "ID"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model.fields,help:storage_backend_s3.field_storage_backend__aws_host
msgid "If you are using a different host than standard AWS ones, eg: Exoscale"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model.fields,field_description:storage_backend_s3.field_storage_backend____last_update
msgid "Last Modified on"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model.fields,field_description:storage_backend_s3.field_storage_backend__aws_other_region
msgid "Other region"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model.fields,field_description:storage_backend_s3.field_storage_backend__aws_region
msgid "Region"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model.fields,field_description:storage_backend_s3.field_storage_backend__aws_secret_access_key
msgid "Secret Access Key"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model,name:storage_backend_s3.model_storage_backend
msgid "Storage Backend"
msgstr ""

#. module: storage_backend_s3
#: code:addons/storage_backend_s3/components/s3_adapter.py:0
#, python-format
msgid "The file could not be stored: %s"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model.fields.selection,name:storage_backend_s3.selection__storage_backend__aws_file_acl__authenticated-read
msgid "authenticated-read"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model.fields.selection,name:storage_backend_s3.selection__storage_backend__aws_file_acl__aws-exec-read
msgid "aws-exec-read"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model.fields.selection,name:storage_backend_s3.selection__storage_backend__aws_file_acl__bucket-owner-full-control
msgid "bucket-owner-full-control"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model.fields.selection,name:storage_backend_s3.selection__storage_backend__aws_file_acl__bucket-owner-read
msgid "bucket-owner-read"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model.fields.selection,name:storage_backend_s3.selection__storage_backend__aws_file_acl__private
msgid "private"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model.fields.selection,name:storage_backend_s3.selection__storage_backend__aws_file_acl__public-read
msgid "public-read"
msgstr ""

#. module: storage_backend_s3
#: model:ir.model.fields.selection,name:storage_backend_s3.selection__storage_backend__aws_file_acl__public-read-write
msgid "public-read-write"
msgstr ""

0 comments on commit 239c30b

Please sign in to comment.