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 d44abb6 commit c2f1d79
Showing 1 changed file with 97 additions and 0 deletions.
97 changes: 97 additions & 0 deletions storage_image_backend_migration/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * storage_image_backend_migration
#
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_image_backend_migration
#: model_terms:ir.ui.view,arch_db:storage_image_backend_migration.view_storage_image_backend_migration_wizard
msgid "Cancel"
msgstr ""

#. module: storage_image_backend_migration
#: model:ir.model.fields,field_description:storage_image_backend_migration.field_storage_image_backend_migration_wizard__chunk_size
msgid "Chunk Size"
msgstr ""

#. module: storage_image_backend_migration
#: model:ir.model.fields,field_description:storage_image_backend_migration.field_storage_image_backend_migration_wizard__create_uid
msgid "Created by"
msgstr ""

#. module: storage_image_backend_migration
#: model:ir.model.fields,field_description:storage_image_backend_migration.field_storage_image_backend_migration_wizard__create_date
msgid "Created on"
msgstr ""

#. module: storage_image_backend_migration
#: model:ir.model.fields,field_description:storage_image_backend_migration.field_storage_image_backend_migration_wizard__display_name
msgid "Display Name"
msgstr ""

#. module: storage_image_backend_migration
#: model:ir.model.fields,help:storage_image_backend_migration.field_storage_image_backend_migration_wizard__chunk_size
msgid "How many lines will be handled in each job."
msgstr ""

#. module: storage_image_backend_migration
#: model:ir.model.fields,field_description:storage_image_backend_migration.field_storage_image_backend_migration_wizard__id
msgid "ID"
msgstr ""

#. module: storage_image_backend_migration
#: model:ir.model.fields,field_description:storage_image_backend_migration.field_storage_image_backend_migration_wizard____last_update
msgid "Last Modified on"
msgstr ""

#. module: storage_image_backend_migration
#: model:ir.model.fields,field_description:storage_image_backend_migration.field_storage_image_backend_migration_wizard__write_uid
msgid "Last Updated by"
msgstr ""

#. module: storage_image_backend_migration
#: model:ir.model.fields,field_description:storage_image_backend_migration.field_storage_image_backend_migration_wizard__write_date
msgid "Last Updated on"
msgstr ""

#. module: storage_image_backend_migration
#: model_terms:ir.ui.view,arch_db:storage_image_backend_migration.view_storage_image_backend_migration_wizard
msgid "Migrate"
msgstr ""

#. module: storage_image_backend_migration
#: model:ir.actions.act_window,name:storage_image_backend_migration.act_storage_image_backend_migration
#: model_terms:ir.ui.view,arch_db:storage_image_backend_migration.view_storage_image_backend_migration_wizard
msgid "Migrate Backend"
msgstr ""

#. module: storage_image_backend_migration
#: code:addons/storage_image_backend_migration/wizards/storage_image_backend_migration_wizard.py:0
#, python-format
msgid "No storage backend provided!"
msgstr ""

#. module: storage_image_backend_migration
#: model:ir.model.fields,field_description:storage_image_backend_migration.field_storage_image_backend_migration_wizard__storage_backend_id
msgid "Storage Backend"
msgstr ""

#. module: storage_image_backend_migration
#: model:ir.model.fields,field_description:storage_image_backend_migration.field_storage_image_backend_migration_wizard__source_storage_backend_id
msgid "Storage Backend with images"
msgstr ""

#. module: storage_image_backend_migration
#: model:ir.model,name:storage_image_backend_migration.model_storage_image_backend_migration_wizard
msgid "Storage Image Backend Migration Wizard"
msgstr ""

0 comments on commit c2f1d79

Please sign in to comment.