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 Feb 26, 2024
1 parent 9ead23f commit 224eb40
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions account_receipt_journal/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_receipt_journal
#
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: account_receipt_journal
#. odoo-python
#: code:addons/account_receipt_journal/models/account_journal.py:0
#, python-format
msgid "Create receipt"
msgstr ""

#. module: account_receipt_journal
#: model:ir.model.fields,field_description:account_receipt_journal.field_account_journal__receipts
msgid "Exclusive to Receipts"
msgstr ""

#. module: account_receipt_journal
#: model:ir.model.fields,help:account_receipt_journal.field_account_journal__receipts
msgid ""
"If checked, this journal will be used by default for receipts and only can "
"be used for receipts."
msgstr ""

#. module: account_receipt_journal
#: model:ir.model,name:account_receipt_journal.model_account_journal
msgid "Journal"
msgstr ""

#. module: account_receipt_journal
#: model:ir.model,name:account_receipt_journal.model_account_move
msgid "Journal Entry"
msgstr ""

#. module: account_receipt_journal
#. odoo-python
#: code:addons/account_receipt_journal/models/account_move.py:0
#, python-format
msgid ""
"Purchase Receipt must use a Receipt Journal because there is already a "
"Receipt Journal for Purchases"
msgstr ""

#. module: account_receipt_journal
#. odoo-python
#: code:addons/account_receipt_journal/models/account_move.py:0
#, python-format
msgid "Receipt Journal is restricted to Receipts"
msgstr ""

#. module: account_receipt_journal
#: model_terms:ir.ui.view,arch_db:account_receipt_journal.view_account_journal_form_receipts
msgid "Receipts"
msgstr ""

#. module: account_receipt_journal
#. odoo-python
#: code:addons/account_receipt_journal/models/account_move.py:0
#, python-format
msgid ""
"Sale Receipt must use a Receipt Journal because there is already a Receipt "
"Journal for Sales"
msgstr ""

#. module: account_receipt_journal
#. odoo-python
#: code:addons/account_receipt_journal/models/account_journal.py:0
#, python-format
msgid ""
"The sequence of the journal '%s' must be higher than the sequence of the "
"other journals of the same type."
msgstr ""

0 comments on commit 224eb40

Please sign in to comment.