-
-
Notifications
You must be signed in to change notification settings - Fork 460
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added translation using Weblate (Italian)
- Loading branch information
Showing
1 changed file
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * base_import_async | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.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: base_import_async | ||
#. odoo-python | ||
#: code:addons/base_import_async/models/queue_job.py:0 | ||
#, python-format | ||
msgid "Attachment" | ||
msgstr "" | ||
|
||
#. module: base_import_async | ||
#: model:ir.model,name:base_import_async.model_base_import_import | ||
msgid "Base Import" | ||
msgstr "" | ||
|
||
#. module: base_import_async | ||
#. odoo-python | ||
#: code:addons/base_import_async/models/base_import_import.py:0 | ||
#, python-format | ||
msgid "" | ||
"Import %(model)s from file %(file_name)s - #%(chunk)s - lines %(from)s to " | ||
"%(to)s" | ||
msgstr "" | ||
|
||
#. module: base_import_async | ||
#. odoo-python | ||
#: code:addons/base_import_async/models/base_import_import.py:0 | ||
#, python-format | ||
msgid "Import %(model)s from file %(from_file)s" | ||
msgstr "" | ||
|
||
#. module: base_import_async | ||
#. odoo-javascript | ||
#: code:addons/base_import_async/static/src/xml/import.xml:0 | ||
#, python-format | ||
msgid "Import in the background" | ||
msgstr "" | ||
|
||
#. module: base_import_async | ||
#: model:ir.model,name:base_import_async.model_queue_job | ||
msgid "Queue Job" | ||
msgstr "" | ||
|
||
#. module: base_import_async | ||
#. odoo-javascript | ||
#: code:addons/base_import_async/static/src/xml/import.xml:0 | ||
#, python-format | ||
msgid "" | ||
"When checked, the import will be executed as a background job, after " | ||
"splitting your file in small chunks that will be processed independently. " | ||
"Use this to import very large files." | ||
msgstr "" | ||
|
||
#. module: base_import_async | ||
#. odoo-javascript | ||
#: code:addons/base_import_async/static/src/js/import.js:0 | ||
#, python-format | ||
msgid "You can check the status of this job in menu 'Queue / Jobs'." | ||
msgstr "" | ||
|
||
#. module: base_import_async | ||
#. odoo-javascript | ||
#: code:addons/base_import_async/static/src/js/import.js:0 | ||
#, python-format | ||
msgid "Your request is being processed" | ||
msgstr "" |