Skip to content

Commit

Permalink
Added translation using Weblate (Danish)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhgabelgaard authored and oca-transbot committed Jul 6, 2022
1 parent c02770d commit 7a16916
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions base_import_async/i18n/da.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_async
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: da\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
#: code:addons/base_import_async/models/queue_job.py:15
#, 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
#: code:addons/base_import_async/models/base_import_import.py:64
#, python-format
msgid "Import %s from file %s"
msgstr ""

#. module: base_import_async
#: code:addons/base_import_async/models/base_import_import.py:157
#, python-format
msgid "Import %s from file %s - #%s - lines %s to %s"
msgstr ""

#. module: base_import_async
#. openerp-web
#: code:addons/base_import_async/static/src/xml/import.xml:10
#, 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
#. openerp-web
#: code:addons/base_import_async/static/src/xml/import.xml:7
#, 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
#. openerp-web
#: code:addons/base_import_async/static/src/js/import.js:20
#, python-format
msgid "You can check the status of this job in menu 'Queue / Jobs'."
msgstr ""

#. module: base_import_async
#. openerp-web
#: code:addons/base_import_async/static/src/js/import.js:19
#, python-format
msgid "Your request is being processed"
msgstr ""

0 comments on commit 7a16916

Please sign in to comment.