Начальное наполнение
This commit is contained in:
parent
7adbc735c5
commit
597a0c9ae2
5
__init__.py
Normal file
5
__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import wizard
|
||||
from . import models
|
21
__manifest__.py
Normal file
21
__manifest__.py
Normal file
@ -0,0 +1,21 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
|
||||
{
|
||||
'name': 'Margins by Products',
|
||||
'category': 'Sales/Sales',
|
||||
'description': """
|
||||
Adds a reporting menu in products that computes sales, purchases, margins and other interesting indicators based on invoices.
|
||||
=============================================================================================================================
|
||||
|
||||
The wizard to launch the report has several options to help you get the data you need.
|
||||
""",
|
||||
'depends': ['account'],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'wizard/product_margin_view.xml',
|
||||
'views/product_product_views.xml'
|
||||
],
|
||||
'license': 'LGPL-3',
|
||||
}
|
324
i18n/af.po
Normal file
324
i18n/af.po
Normal file
@ -0,0 +1,324 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Afrikaans (https://app.transifex.com/odoo/teams/41243/af/)\n"
|
||||
"Language: af\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Gekanselleer"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Geskep deur"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Geskep op"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Vertoningsnaam"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Van"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Algemene inligting"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Laas Gewysig op"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Laas Opgedateer deur"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Laas Opgedateer op"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Aankope"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Verkope"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Aan"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
320
i18n/am.po
Normal file
320
i18n/am.po
Normal file
@ -0,0 +1,320 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Amharic (https://app.transifex.com/odoo/teams/41243/am/)\n"
|
||||
"Language: am\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "የመመዘኛ መስፈርት"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "የመካከለኛ ዋጋ ለገዢዎች"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "የእቃዎች መካከለኛ ዋጋ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "መሰረዝ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "ቅናሽ ዋጋ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "ያልተከፈለና የተከፈለ ደረሰኞች"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "የሚጠበቅ ጭማሪ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "ሊሸጥ የሚችል እቃ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "ሊሸጥ የሚችል እቃ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "ከ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "አጠቃላይ መርጃ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "እቃው ከጨመረበት ቀን ጀምሮ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "የእቃው መጠን የጨመረበት ቀን"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "በአንድ መጠን ሲጨምር"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "መደበኛ ዋጋ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "የተከፈተና የትከፈል"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "ተከፈል"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "የእቃው መጨመር"
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "የእቃው አይነት በአንድ መጠን ሲጨምር"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "በአይነታቸው መከፍፈል"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "የግዢ ክፍተት"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "ግዢዎች"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "ሽያጭ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "የሽያጭ ክፍተት"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "የእቃው መደበኛ ዋጋ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "ለ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "አጠቃላይ ዋጋ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "የሁሉም ዋጋ በአንድ መጠን ሲጨምር"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "ተመላሽ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "የተመላሽ መደበኛ ዋጋ"
|
323
i18n/ar.po
Normal file
323
i18n/ar.po
Normal file
@ -0,0 +1,323 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "عدد ما تمت فوترته في المشتريات "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "عدد ما تمت فوترته في المبيعات "
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "عدد المشتريات"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "معايير التحليل"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "متوسط السعر في فواتير العملاء"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "متوسط السعر في فواتير الموردين "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "متوسط سعر شراء الوحدة "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "متوسط سعر بيع الوحدة "
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "متوسط سعر الوحدة"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "إلغاء"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "السعر المعلن عنه "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "أنشئ بواسطة"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "أنشئ في"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "اسم العرض "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "مسودة، مفتوحة ومدفوعة "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "الهامش المتوقع"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "الهامش المتوقع (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "البيع المتوقع"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "البيع المتوقع - التكلفة العادية"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "البيع المتوقع - دورة رأس المال "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "الهامش المتوقع × 100 ÷ المبيعات المتوقعة"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "من"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "المعلومات العامة"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "المُعرف"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "حالة الفاتورة"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "آخر تحديث بواسطة"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "آخر تحديث في"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "تاريخ الهامش من"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "تاريخ الهامش إلى"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "الهوامش"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "التكلفة العادية"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "التكلفة العادية - إجمالي التكلفة"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "فتح الهوامش"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "مفتوحة ومدفوعة"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "مدفوع"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "هامش المنتج"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "هوامش المنتج"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "متغير المنتج "
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "فئات الخصائص"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "فجوة الشراء"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "المشتريات"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "المبيعات"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "فجوة المبيعات"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "السعر القياسي"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "مجموع حاصل ضرب سعر التكلفة والكمية في فواتير المورّد "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "مجموع حاصل ضرب سعر الفاتورة والكمية في فواتير العملاء "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "مجموع ضرب سعر الفاتورة والكمية لفواتير المورّد "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr "مجموع حاصل ضرب سعر البيع المعلن في الكميات في فواتير العملاء"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "مجموع الكمية في فواتير العملاء"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "مجموع الكمية في فواتير المورّد "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "إلى"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "إجمالي التكلفة"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "إجمالي الهامش"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "إجمالي نسبة الهامش (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "إجمالي الهامش × 100 ÷ دورة رأس المال "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "دورة رأس المال "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "دورة رأس المال - السعر القياسي "
|
325
i18n/az.po
Normal file
325
i18n/az.po
Normal file
@ -0,0 +1,325 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Jumshud Sultanov <cumshud@gmail.com>, 2022
|
||||
# erpgo translator <jumshud@erpgo.az>, 2022
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: erpgo translator <jumshud@erpgo.az>, 2022\n"
|
||||
"Language-Team: Azerbaijani (https://app.transifex.com/odoo/teams/41243/az/)\n"
|
||||
"Language: az\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Ləğv edin"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Tərəfindən yaradılıb"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Tarixdə yaradıldı"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Ekran Adı"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Başlama Tarixi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Ümumi Məlumat"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Son Dəyişdirilmə tarixi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Son Yeniləyən"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Son Yenilənmə tarixi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Marjalar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Ödənilib"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Məhsul Çeşidi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Satınalmalar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Satışlar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Bitmə Tarixi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
333
i18n/bg.po
Normal file
333
i18n/bg.po
Normal file
@ -0,0 +1,333 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# KeyVillage, 2023
|
||||
# aleksandar ivanov, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Albena Mincheva <albena_vicheva@abv.bg>, 2023
|
||||
# Maria Boyadjieva <marabo2000@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Maria Boyadjieva <marabo2000@gmail.com>, 2023\n"
|
||||
"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Фактуриран в покупка"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Фактуриран в продажби"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Закупен"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Критерии за анализ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Средна цена във фактури за продажба."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Средна единична цена"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Отказ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Цена по каталога"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Създадено от"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Създадено на"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Име за Показване"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Чернови, отворени и платени"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Очакван марджин"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Очакван марджин (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Очаквана продажба"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Очаквана продажба - себестойност"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Очаквана продажба - оборот"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Очакван марж * 100 / очаквани продажби"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "От"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Обща информация"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Състояние на фактурата"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Последно актуализирано от"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Последно актуализирано на"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Дата на марж от"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Дата на марж до"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Маржове"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Себестойност"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Себестойност - крайна цена"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Отворени маржове"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Отворете и платете"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Платено"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Продуктов марж"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Маржове на продукти "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Продуктов вариант"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Свойствени категории"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Пропуск в покупки"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Покупки"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Продажби"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Пропуск в продажби"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Стандартна цена"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
"Сума от умножението на цената на придобиване и количеството фактури за "
|
||||
"покупка"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
"Сума на унмножението цената от фактурата и количеството фактури за продажба."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
"Сума от умножението на фактурната цена и количеството фактури за покупка"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr ""
|
||||
"Сума от умножението на продажната каталожна цена и количеството фактури за "
|
||||
"продажба"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Количествена сума във фактурите за продажба"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Количествена сума във фактурите за покупка"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "До"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Общ разход"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Общ марж"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Общ размер на марж (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Общ марж * 100 / оборот"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Оборот"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Оборот - стандартна цена"
|
325
i18n/bs.po
Normal file
325
i18n/bs.po
Normal file
@ -0,0 +1,325 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2018
|
||||
# Boško Stojaković <bluesoft83@gmail.com>, 2018
|
||||
# Bole <bole@dajmi5.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2018-09-18 09:49+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2018\n"
|
||||
"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n"
|
||||
"Language: bs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Fak. u nabavkama"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Fakturisanog"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Kriterijum analize"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Prosj. cijena na fakturama kupaca"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Prosj. jedinična cijena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Otkaži"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Kataloška cijena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Prikazani naziv"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "U pripremi, Otvoreno i Plaćeno"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Očekivana marža"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Očekivana marža (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Očekivana prodaja"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Očekivana prodaja - normalni trošak"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Očekivana prodaja - Zarada"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Očekivana marža * 100 / Očekivana prodaja"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Od"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Opšte informacije"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Status fakture"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnje mijenjano"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zadnji ažurirao"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zadnje ažurirano"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Marža datum od"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Marža datum do"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Marže"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Normalni trošak"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Normalni trošak - Ukupni trošak"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Otvorene marže"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Otvoreno i plaćeno"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Plaćeno"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Marža proizvoda"
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Marže proizvoda"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Kategorije svojstava"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Razmak u kupovini"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Nabavke"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Prodaja"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Razmak u prodaji"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Standardna cijena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "Suma proizvoda nabavne cijene i količine računa dobavljača"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Suma množenja fakturne cijene i količine faktura kupaca"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "Suma proizvoda fakturne cijene i količine računa dobavljača"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr "Suma množenja prodajne kataloške cijene i količina na fakturama kupaca"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Suma količina na fakturama kupca"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Suma količine na računima dobavljača"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Za"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Ukupni trošak"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Ukupna marža"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Procenat ukupne marža (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Ukupna marža * 100 / Zarada"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Zarada"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Zarada - Standardna cijena"
|
337
i18n/ca.po
Normal file
337
i18n/ca.po
Normal file
@ -0,0 +1,337 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Ivan Espinola, 2023
|
||||
# Arnau Ros, 2023
|
||||
# Albert Parera, 2023
|
||||
# Óscar Fonseca <tecnico@pyming.com>, 2023
|
||||
# Josep Anton Belchi, 2023
|
||||
# Quim - eccit <quim@eccit.com>, 2023
|
||||
# Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# RGB Consulting <odoo@rgbconsulting.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: RGB Consulting <odoo@rgbconsulting.com>, 2023\n"
|
||||
"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ca\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Facturat a la Compra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Facturat a la Venda"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Comprat"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Criteris d'anàlisi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Preu mitjà en factures de client."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "Mitjana. Preu en factures de proveïdor"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Preu de compra mitjà per unitat"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Preu de venda mitjà per unitat"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Preu unitat mig"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel·la"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Preu catàleg"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creat per"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creat el"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom mostrat"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Esborrany, obert i pagat"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Marge previst"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Marge previst (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Venda prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Venda prevista - Cost normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Venda prevista - Volum de negoci"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Marge previst * 100 / Venda prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Des de"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Informació general"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Estat factura"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualització per"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualització el"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Data des del marge"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Data fins al marge"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Marges"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Cost normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Cost normal - Cost total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Obre marges"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Obert i pagat"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Pagat"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Marge producte"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Marges de producte"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Variant de producte"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Categories de propietats"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Diferència compra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Compres"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Vendes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Diferència vendes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Preu estàndard"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
"Suma de la multiplicació del preu de Cost i quantiat de factures de Venedor."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
"Suma de la multiplicació del preu de factura i la quantitat de les factures "
|
||||
"del client."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
"Suma de la multiplicació del preu de la factura i la quantitat de factures "
|
||||
"de venedors"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr ""
|
||||
"Suma de la multiplicació del PVP i la quantitat de les factures de client."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Suma de quantitat en factures de client"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Suma de la quantitat en factures de Venedor"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Fins a"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Cost total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Marge total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Taxa de marge total (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Marge total * 100 / Volum de negoci"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Volum de negoci"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Volum de negoci - Preu estàndard"
|
327
i18n/cs.po
Normal file
327
i18n/cs.po
Normal file
@ -0,0 +1,327 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Jakub Smolka, 2023
|
||||
# Ivana Bartonkova, 2023
|
||||
# Wil Odoo, 2023
|
||||
# Aleš Fiala <f.ales1@seznam.cz>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Aleš Fiala <f.ales1@seznam.cz>, 2023\n"
|
||||
"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "počet fakturovaných v nákupu"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "počet fakturovaných při prodeji"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "počet nakoupeného"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Kritérium analýzy"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Průměrná cena odběratelských faktur."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "Průměrná cena přijatých faktur"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Průměrná nákupní jednotková cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Průměrná Prodejní Jednotková cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Průměrná jednotková cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Zrušit"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Katalogová cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Vytvořeno uživatelem"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Vytvořeno dne"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Zobrazovací název"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Koncept, otevřený a zaplacený"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Očekávaná marže"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Očekávaná marže (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Očekávaný prodej"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Očekávaný prodej - běžná cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Očekávaný prodej - obrat"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Očekávaná marže * 100 / Očekávaný prodej"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Od"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Obecná informace"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Stav faktury"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Naposledy upraveno uživatelem"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Naposledy upraveno dne"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Marže - datum od"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Marže - datum do"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Marže"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Běžná cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Běžné ceny - celkové ceny"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Otevřené marže"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Otevřeno a zaplaceno"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Zaplaceno"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Produktová marže"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Produktové marže"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Produktová varianta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Kategorie vlastností"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Nákupní rozdíl"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Nákup"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Prodej"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Prodejní rozdíl"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Standardní cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "Součet násobku ceny a množství na fakturach dodavatele"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Součet násobku fakturované ceny a množství na vydaných fakturách"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "Součet násobku ceny faktury a množství na přijatých fakturach "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr ""
|
||||
"Součet násobku prodejní katalogové ceny a množství ve vydaných fakturách"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Součet množství odběratelských faktur"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Součet množství v přijatých fakturach"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Na"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Celkové náklady"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Celková marže"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Celková marže v(%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Celková marže * 100 / obrat"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Obrat"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Obrat - standardní cena"
|
325
i18n/da.po
Normal file
325
i18n/da.po
Normal file
@ -0,0 +1,325 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: da\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Faktureret i indkøb"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Faktureret i salg"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Købt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Analyse kriterie"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Gns. pris på kundefakturaer."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Gns. enheds købspris"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Gns. enheds salgspris"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Gns. enhedspris"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Annullér"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Listepris"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Oprettet af"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Oprettet den"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Vis navn"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Kladde, Åben og Betalt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Forventet avance"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Forventet avance (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Forventet salg"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Forventet salg - normal kost"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Forventet salg - omsætning"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Forventet margin * 100 / forventet salg"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Fra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Generelle oplysninger"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Faktura stadie"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Sidst opdateret af"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Sidst opdateret den"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Avance dato fra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Avance dato til"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Avancer"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Normal kost"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Normal kost - total kost"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Åben avancer"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Åben og betalt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Betalt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Produkt avance"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Produkt avance"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Varevariant"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Egenskabs kategorier"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Indkøbsdifference"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Indkøb"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Salg"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Salgs difference"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Standard pris"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
"Summen af leverandørfakturaer hvor kostpris er multipliceret med mængde"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Sum af fakturapris x antal på kundefakturaer"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
"Summen af leverandørfakturaer hvor fakturapris er multipliceret med mængde"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr "Sum af listepris x antal på kundefakturaer"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Samlet antal på kundefakturaer"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Sum af antal for leverandørfakturaer"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Til"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Total kostbeløb"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Total avance"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Total avance rate (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Total avance * 100/omsætning"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Omsætning"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Omsætning - listepris"
|
326
i18n/de.po
Normal file
326
i18n/de.po
Normal file
@ -0,0 +1,326 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Abgerechnet durch Einkauf"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Abgerechnet durch Verkauf"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Gekauft"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Analysekriterien"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Durchschnittspreis in Kundenrechnungen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "Durchschnittspreis in Eingangsrechnungen "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Durchschn. Einzelpreis im Einkauf"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Durchschn. Einzelpreis im Verkauf"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Durchschn. Einzelpreis"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Abbrechen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Katalogpreis"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Erstellt von"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Erstellt am"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Anzeigename"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Entwurf, offen und bezahlt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Erwartete Marge"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Erwartete Marge (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Erwarteter Verkauf"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Erwarteter Verkauf - Normalkosten"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Erwarteter Verkauf - Umsatz"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Erwartete Marge * 100 / Erwartete Verkäufe"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Von"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Allgemeine Informationen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Rechnungsstatus"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zuletzt aktualisiert von"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zuletzt aktualisiert am"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Marge datiert ab"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Marge datiert bis"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Margen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Normalkosten"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Normalkosten - Gesamtkosten"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Offene Margen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Offen und bezahlt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Bezahlt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Produktmarge"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Produktmargen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Produktvariante"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Kategorien von Eigenschaften"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Einkaufslücke"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Einkäufe"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Verkäufe"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Verkaufslücke"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Standardpreis"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
"Summe der Multiplikation von Standardpreis und Anzahl Lieferantenrechnungen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
"Summe der Multiplikation von Rechnungspreis mit Anzahl Kundenrechnungen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
"Summe der Multiplikation von Rechnungspreis und Anzahl Lieferantenrechnungen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr "Summe der Multiplikation von Listenpreis und Anzahl Kundenrechnungen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Summe der Menge in Kundenrechnungen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Summe der Menge in Lieferantenrechnungen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Bis"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Gesamtkosten"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Gesamtmarge"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Gesamtmarge (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Gesamtmarge * 100 / Umsatz"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Umsatz"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Umsatz - Standardpreis"
|
325
i18n/el.po
Normal file
325
i18n/el.po
Normal file
@ -0,0 +1,325 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2018
|
||||
# Kostas Goutoudis <goutoudis@gmail.com>, 2018
|
||||
# George Tarasidis <george_tarasidis@yahoo.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2018-09-18 09:49+0000\n"
|
||||
"Last-Translator: George Tarasidis <george_tarasidis@yahoo.com>, 2018\n"
|
||||
"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n"
|
||||
"Language: el\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Τιμολογούνται στην Αγορά"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Τιμολογούνται στην Πώληση"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Κριτήρια Ανάλυσης"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Μέση Τιμή στα Τιμολόγια Πελατών"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Μέση Τιμή Τεμαχ."
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Ακύρωση"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Τιμή Καταλόγου"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Δημιουργήθηκε από"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Δημιουργήθηκε στις"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Εμφάνιση Ονόματος"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Προσχέδια, Ανοικτά και Πληρωμένα"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Αναμενόμενο Περιθώριο"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Αναμενόμενο Περιθώριο (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Αναμενόμενη Πώληση"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Προσδοκόμενη Πώληση - Κανονικό Κόστος"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Προσδοκόμενη Πώληση - Τζίρος"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "(Αναμενόμενο Περιθώριο * 100) /(Αναμενόμενες Πωλήσεις)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Από"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Γενικές Πληροφορίες"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "Κωδικός"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Κατάσταση Τιμολογίου"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Τελευταία τροποποίηση στις"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Τελευταία Ενημέρωση από"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Τελευταία Ενημέρωση στις"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Περιθώριο Ημερομηνίας Από"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Περιθώριο Ημερομηνίας Έως"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Περιθώρια"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Κανονικό Κόστος"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "(Κανονικό Κόστος) - (Συνολικό Κόστος)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Ανοιχτά Περιθώρια"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Ανοιχτά και Εξοφλημένα"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Εξοφλημένη"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Περιθώριο Είδους"
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Περιθώρια Ειδών"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Ιδοότητες κατηγοριών"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Κενό Αγορών"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Αγορές"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Πωλήσεις"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Κενό Πωλήσεων"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Τυπική τιμή"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Άθροισμα Ποσοτήτων στα Τιμολόγια Πελάτη"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Άθροισμα Ποσότητας σε λογαριασμούς Προμηθευτών"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Σε"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Σύνολο Κόστους"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Σύνολο Περιθωρίων"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "(Σύνολο Περιθωρίων * 100) / (Κύκλος Εργασιών)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Τζίρος"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Κύκλου εργασιών - Τυπική τιμή"
|
322
i18n/en_AU.po
Normal file
322
i18n/en_AU.po
Normal file
@ -0,0 +1,322 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 07:22+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: English (Australia) (http://www.transifex.com/odoo/odoo-9/language/en_AU/)\n"
|
||||
"Language: en_AU\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Created by"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Display Name"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Last Modified on"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Last Updated on"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
323
i18n/en_GB.po
Normal file
323
i18n/en_GB.po
Normal file
@ -0,0 +1,323 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# James Dove <james@oceancave.com>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2015-09-16 16:24+0000\n"
|
||||
"Last-Translator: James Dove <james@oceancave.com>\n"
|
||||
"Language-Team: English (United Kingdom) (http://www.transifex.com/odoo/odoo-9/language/en_GB/)\n"
|
||||
"Language: en_GB\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Created by"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Display Name"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "From"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "General Information"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Last Modified on"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Last Updated on"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Paid"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Purchases"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Sales"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "Sum of Multiplication of Cost price and quantity of Supplier Bills"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Sum of Quantity in Supplier Bills"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "To"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
331
i18n/es.po
Normal file
331
i18n/es.po
Normal file
@ -0,0 +1,331 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
# Larissa Manderfeld, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Larissa Manderfeld, 2024\n"
|
||||
"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "Nº facturado en compra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "Nº facturado en venta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Comprado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Criterios de análisis"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Precio medio en las facturas de cliente"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "Precio Avg . en facturas de proveedores"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Precio Unidad Promedio de Compra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Precio Unidad Promedio de Venta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Precio unidad promedio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Precio catálogo"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado el"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Borrador, abierto y pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Margen previsto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Margen previsto (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Venta prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Venta prevista - Coste normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Venta prevista - Volumen de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Margen previsto * 100 / Venta prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Desde"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Información General"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Estado factura"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización el"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Fecha desde del margen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Fecha hasta del margen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Márgenes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Coste normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Coste normal - Coste total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Abrir márgenes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Abierto y pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Margen producto"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Márgenes de producto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Variante de producto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Categorías propiedades"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Diferencia compra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Compras"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Ventas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Diferencia ventas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Precio estándar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
"Suma de Multiplicación de los precios de coste y cantidad de facturas de "
|
||||
"proveedores"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
"Suma de la multiplicación del precio de factura y la cantidad de las "
|
||||
"facturas de cliente."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
"Suma de la multiplicación del precio de la factura y la cantidad de facturas"
|
||||
" de proveedores"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr ""
|
||||
"Suma de la multiplicación del PVP y la cantidad de las facturas de cliente."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Suma de cantidad en facturas de cliente"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Suma de Cantidad de facturas de proveedores"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Hasta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Coste total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Margen total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Tasa de margen total (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Margen total * 100 / Volumen de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Volumen de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Volumen de negocio - Precio estándar"
|
331
i18n/es_419.po
Normal file
331
i18n/es_419.po
Normal file
@ -0,0 +1,331 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Spanish (Latin America) (https://app.transifex.com/odoo/teams/41243/es_419/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_419\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "Nº facturado en compra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "Nº facturado en venta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Comprado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Criterios de análisis"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Promedio del precio en las facturas de cliente"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "Precio promedio en las facturas de proveedor"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Precio unitario de la compra promedio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Precio unitario de la venta promedio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Precio unitario promedio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Catálogo de precios"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado el"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre en pantalla"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Borrador, abierto y pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Margen previsto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Margen previsto (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Venta prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Venta prevista - Costo normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Venta prevista - Volumen de ventas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Margen previsto * 100 / Venta prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Desde"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Información general"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Estado de la factura"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización el"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Margen de fecha de"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Margen de fecha para"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Márgenes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Costo normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Costo normal - Costo total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Márgenes abiertos"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Abierto y pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Margen de producto"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Márgenes de producto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Variante del producto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Categorías de las propiedades"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Diferencia de compra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Compras"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Ventas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Diferencia de ventas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Precio estándar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
"Suma de la multiplicación de los precios de costo y cantidad de facturas de "
|
||||
"proveedores"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
"Suma de la multiplicación del precio de factura y la cantidad de las "
|
||||
"facturas de cliente."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
"Suma de la multiplicación del precio de la factura y la cantidad de facturas"
|
||||
" de proveedores"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr ""
|
||||
"Suma de la multiplicación del precio del catálogo de venta y la cantidad de "
|
||||
"las facturas de cliente."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Suma de la cantidad en facturas de cliente"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Suma de la cantidad de facturas de los proveedores"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Para"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Costo total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Margen total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Tasa de margen total (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Margen total * 100 / Volumen de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Volumen de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Volumen de negocio - Precio estándar"
|
322
i18n/es_BO.po
Normal file
322
i18n/es_BO.po
Normal file
@ -0,0 +1,322 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2015-09-24 20:02+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Bolivia) (http://www.transifex.com/odoo/odoo-9/language/es_BO/)\n"
|
||||
"Language: es_BO\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Desde"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Información general"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Compras"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Ventas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Hasta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
322
i18n/es_CL.po
Normal file
322
i18n/es_CL.po
Normal file
@ -0,0 +1,322 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2015-10-06 08:56+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Chile) (http://www.transifex.com/odoo/odoo-9/language/es_CL/)\n"
|
||||
"Language: es_CL\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "De"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Información general"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID (identificación)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Categorías de propiedades"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Compras"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Ventas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Precio estándar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "A"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
324
i18n/es_CO.po
Normal file
324
i18n/es_CO.po
Normal file
@ -0,0 +1,324 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# ANDRES FELIPE NEGRETE GOMEZ <psi@nubark.com>, 2016
|
||||
# Mateo Tibaquirá <nestormateo@gmail.com>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2016-02-18 04:03+0000\n"
|
||||
"Last-Translator: Felipe Palomino <omega@nubark.com>\n"
|
||||
"Language-Team: Spanish (Colombia) (http://www.transifex.com/odoo/odoo-9/language/es_CO/)\n"
|
||||
"Language: es_CO\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Facturado en Compras"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "Nº Facturado en Venta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Criterio de Análisis"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Precio Medio en las Facturas de Cliente"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Precio Unitario Prom."
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Precio Catálogo"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre Público"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Borrador, Abierto y Pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Margen Previsto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Margen Previsto (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Venta Prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Venta Prevista - Coste Normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Venta Prevista - Volumen de Negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Margen previsto * 100 / Venta Prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Desde"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Información General"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Estado Factura"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última Modificación el"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Actualizado por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Actualizado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Fecha Desde del Margen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Fecha Hasta del Margen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Márgenes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Coste Normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Coste Normal - Coste Total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Abrir Márgenes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Abierto y Pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Pagada"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Margen del Producto"
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Márgenes de Producto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Categorías de propiedades"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Diferencia Compra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Compras"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Ventas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Diferencia Ventas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Precio Estándar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "Suma de la Multiplicación del precio de Costo y la cantidad de las Facturas de Proveedor"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Suma de la Multiplicación del precio de Factura y la cantidad de las Facturas de Cliente"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "Suma de la Multiplicación del precio de Factura y la cantidad de las Facturas de Proveedor"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr "Suma de la Multiplicación del precio del Catálogo de Venta y la cantidad de las Facturas de Cliente"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Suma de Cantidad en Facturas de Cliente"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Suma de Cantidad de Facturas de Proveedores"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "A"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Costo Total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Margen Total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Tasa de Margen Total (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Margen total * 100 / Volumen de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Volumen de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Volumen de negocio - Precio estándar"
|
322
i18n/es_CR.po
Normal file
322
i18n/es_CR.po
Normal file
@ -0,0 +1,322 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 07:23+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/odoo/odoo-9/language/es_CR/)\n"
|
||||
"Language: es_CR\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Criterios de análisis"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Precio unidad promedio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Precio catálogo"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Borrador, abierto y pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Margen previsto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Margen previsto (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Venta prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Venta prevista - Coste normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Venta prevista - Volumen de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Margen previsto * 100 / Venta prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "De"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Información general"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Estado factura"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Márgenes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Coste normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Coste normal - Coste total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Abrir márgenes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Abierto y pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Margen producto"
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Márgenes de producto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Categorías propiedades"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Diferencia compra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Compras"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Ventas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Diferencia ventas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Precio estándar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Suma de cantidad en facturas de cliente"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "A"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Coste total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Margen total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Margen total * 100 / Volumen de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Volumen de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
322
i18n/es_DO.po
Normal file
322
i18n/es_DO.po
Normal file
@ -0,0 +1,322 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2016-03-14 00:24+0000\n"
|
||||
"Last-Translator: Juliano Henriquez <juliano@consultoriahenca.com>\n"
|
||||
"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/odoo/odoo-9/language/es_DO/)\n"
|
||||
"Language: es_DO\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "Nº facturado en compra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "Nº facturado en venta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Criterios de análisis"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Precio medio en las facturas de cliente"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Precio unidad promedio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Precio de catálogo"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Borrador, abierto y de pago"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Margen previsto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Margen previsto (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Venta prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Venta prevista - Coste normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Venta prevista - Volumen de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Margen previsto * 100 / Venta prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Desde"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Información general"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Estado factura"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Fecha desde del margen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Fecha hasta del margen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Márgenes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Coste normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Coste normal - Coste total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Márgenes abiertos"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Abierto y pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Margen de producto"
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Márgenes de producto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Categorías de propiedades"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Diferencia compra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Compras"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Ventas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Diferencia ventas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Precio estándar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "Suma de Multiplicación de los precios de coste y cantidad de facturas de proveedores"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Suma de la multiplicación del precio de factura y la cantidad de las facturas de cliente."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "Suma de la multiplicación del precio de la factura y la cantidad de facturas de proveedores"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr "Suma de la multiplicación del PVP y la cantidad de las facturas de cliente."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Suma de cantidad en facturas de cliente"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Suma de Cantidad de facturas de proveedores"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Hasta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Total coste"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Margen total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Tasa de margen total (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Margen total * 100 / Volumen de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Volumen de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Volumen de negocio - Precio estándar"
|
323
i18n/es_EC.po
Normal file
323
i18n/es_EC.po
Normal file
@ -0,0 +1,323 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Rick Hunter <rick_hunter_ec@yahoo.com>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2016-01-15 23:28+0000\n"
|
||||
"Last-Translator: Rick Hunter <rick_hunter_ec@yahoo.com>\n"
|
||||
"Language-Team: Spanish (Ecuador) (http://www.transifex.com/odoo/odoo-9/language/es_EC/)\n"
|
||||
"Language: es_EC\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Facturado en Compras"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "Nº facturado en venta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Criterios de análisis"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Precio medio en las facturas de cliente"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Precio unitario promedio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Precio catálogo"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por:"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre a Mostrar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Borrador, abierto y pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Margen previsto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Margen previsto (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Venta prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Venta prevista - Coste normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Venta prevista - Volumen de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Margen previsto * 100 / Venta prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "De"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Información general"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Estado factura"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Fecha de modificación"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima Actualización por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Actualizado en"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Fecha desde del margen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Fecha hasta del margen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Márgenes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Coste normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Coste normal - Coste total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Abrir márgenes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Abierto y pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Margen del Producto"
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Márgenes de producto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Categorías de propiedades"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Diferencia compra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Compras"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Ventas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Diferencia ventas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Precio estándar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "Suma de Multiplicación de los precios de coste y cantidad de facturas de proveedores"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Suma de la multiplicación del precio de factura y la cantidad de las facturas de cliente."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "Suma de la multiplicación del precio de la factura y la cantidad de facturas de proveedores"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr "Suma de la multiplicación del PVP y la cantidad de las facturas de cliente."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Suma de cantidad en facturas de cliente"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Suma de Cantidad de facturas de proveedores"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "a"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Costo total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Margen total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Tasa de margen total (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Margen total * 100 / Volumen de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Volumen de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Volumen de negocio - Precio estándar"
|
323
i18n/es_PE.po
Normal file
323
i18n/es_PE.po
Normal file
@ -0,0 +1,323 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Carlos Eduardo Rodriguez Rossi <crodriguez@samemotion.com>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2016-06-21 14:56+0000\n"
|
||||
"Last-Translator: Carlos Eduardo Rodriguez Rossi <crodriguez@samemotion.com>\n"
|
||||
"Language-Team: Spanish (Peru) (http://www.transifex.com/odoo/odoo-9/language/es_PE/)\n"
|
||||
"Language: es_PE\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Precio Unitario Promedio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre a Mostrar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "De"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Información General"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima Modificación en"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Actualizado última vez por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima Actualización"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Cost Normal - Costo Total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Compras"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Ventas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Precio Estándar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Para"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Costo Total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Margen Total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
322
i18n/es_PY.po
Normal file
322
i18n/es_PY.po
Normal file
@ -0,0 +1,322 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 07:23+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Paraguay) (http://www.transifex.com/odoo/odoo-9/language/es_PY/)\n"
|
||||
"Language: es_PY\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Desde"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Información General"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima actualización por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualización en"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Compras"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Ventas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Precio estándar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Hasta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
322
i18n/es_VE.po
Normal file
322
i18n/es_VE.po
Normal file
@ -0,0 +1,322 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2016-05-15 18:50+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/odoo/odoo-9/language/es_VE/)\n"
|
||||
"Language: es_VE\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Criterios de análisis"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Precio unidad promedio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Precio catálogo"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Mostrar nombre"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Borrador, abierto y pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Margen previsto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Margen previsto (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Venta prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Venta prevista - Coste normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Venta prevista - Volumen de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Margen previsto * 100 / Venta prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Desde"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Información general"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Estado factura"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Modificada por última vez"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización realizada por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualizacion en"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Márgenes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Coste normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Coste normal - Coste total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Abrir márgenes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Abierto y pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Margen producto"
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Márgenes de producto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Categorías propiedades"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Diferencia compra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Compras"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Ventas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Diferencia ventas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Precio estándar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Suma de cantidad en facturas de cliente"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Hasta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Coste total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Margen total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Margen total * 100 / Volumen de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Volumen de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
331
i18n/et.po
Normal file
331
i18n/et.po
Normal file
@ -0,0 +1,331 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Piia Paurson <piia@avalah.ee>, 2023
|
||||
# Leaanika Randmets, 2023
|
||||
# Triine Aavik <triine@avalah.ee>, 2023
|
||||
# Arma Gedonsky <armagedonsky@hot.ee>, 2023
|
||||
# Eneli Õigus <enelioigus@gmail.com>, 2023
|
||||
# Rivo Zängov <eraser@eraser.ee>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# JanaAvalah, 2023
|
||||
# Katrin Kampura, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Katrin Kampura, 2023\n"
|
||||
"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: et\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Arveldatud ostmisel"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Arveldatud müümisel"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Ostetud"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Analüüsi kriteeriumid"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Keskmine hind kliendiarvetel"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "Keskmine arv tarnija arvetel"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Keskmine ostu ühikuhind"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Keskmine müügi ühikuhind"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Keskmine ühiku hind"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Tühista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Hinnakirja hind"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Loonud"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Loodud"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Kuvatav nimi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Mustand, lahtine ja makstud"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Oodatav marginaal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Oodatav marginaal (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Oodatav müük"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Eeldatav müük – tavahind"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Oodatav müügikäive"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Oodatav marginaal * 100 / Oodatav müük"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Kellelt?"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Üldine info"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Arve staatus"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Viimati uuendatud"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Viimati uuendatud"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Marginaali kuupäev alates"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Marginaali kuupäev kuni"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Marginaalid"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Tavahind"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Tavamaksumus - Üldmaksumus"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Ava marginaalid"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Lahtine ja makstud"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Makstud"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Toote marginaal"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Toote marginaalid"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Toote variatsioon"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Kategooriate seaded"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Ostude vahe"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Ostud"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Müük"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Müükide vahe"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Standardhind"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "Omahinna ja tarnijaarvete koguse korrutamise summa"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Arve hinna ja Kliendiarvete koguse korrutise summa"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "Arve hinna ja tarnijaarvete koguse korrutise summa"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr "Müügikataloogi hinna ja kliendiarvete koguse korrutamise summa"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Koguste summa müügiarvetes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Koguse summa tarnija arvetel"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Saaja"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Üldmaksumus"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Kogu marginaal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Marginaali kogumäär (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Üldmarginaal * 100 / Käive"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Käive"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Käive – Tavahind"
|
322
i18n/eu.po
Normal file
322
i18n/eu.po
Normal file
@ -0,0 +1,322 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2016-02-09 18:16+0000\n"
|
||||
"Last-Translator: Oihane Crucelaegui <oihanecruce@gmail.com>\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/odoo/odoo-9/language/eu/)\n"
|
||||
"Language: eu\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "Erosketetan fakturatutako kop."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Ezeztatu"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Nork sortua"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Izena erakutsi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Last Updated on"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Ordainduta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Kategorien propietateak"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Erosketak"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Sales"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
329
i18n/fa.po
Normal file
329
i18n/fa.po
Normal file
@ -0,0 +1,329 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Hamid Darabi, 2023
|
||||
# Yousef Shadmanesh <y.shadmanesh@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# odooers ir, 2023
|
||||
# Hanna Kheradroosta, 2023
|
||||
# Hamed Mohammadi <hamed@dehongi.com>, 2023
|
||||
# Mohsen Mohammadi <iammohsen.123@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Mohsen Mohammadi <iammohsen.123@gmail.com>, 2023\n"
|
||||
"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fa\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# خریداری شده"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "تحلیل خصوصیت"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "متوسط قیمت در فاکتورهای مشتری"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "متوسط قیمت واحد خریداری شده"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "متوسط قیمت واحد فروش شده"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "متوسط قیمت واحد"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "لغو"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "کاتالوک قیمت"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "ایجاد شده توسط"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "ایجادشده در"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "نام نمایش داده شده"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "حاشیه مورد انتظار"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "حاشیه مورد انتظار (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "فروش مورد انتظار"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "فروش مورد انتظار - هزینه معمول"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "از"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "اطلاعات عمومی"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "شناسه"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "وضعیت فاکتور"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "آخرین بروز رسانی توسط"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "آخرین بروز رسانی در"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "حاشیه ها"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "هزینه معمول"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "هزینه معمول - هزینه کل"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "پرداخت شد"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "حاشیه محصول"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "حاشیههای محصول"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "گونه محصول"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "خریدها"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "فروش"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "قیمت استاندارد"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "تا"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "هزینه کل"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "مجموع حاشیه"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
330
i18n/fi.po
Normal file
330
i18n/fi.po
Normal file
@ -0,0 +1,330 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Kari Lindgren <kari.lindgren@emsystems.fi>, 2023
|
||||
# Veikko Väätäjä <veikko.vaataja@gmail.com>, 2023
|
||||
# Svante Suominen <svante.suominen@web-veistamo.fi>, 2023
|
||||
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2023
|
||||
# Miku Laitinen <miku.laitinen@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2023
|
||||
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023\n"
|
||||
"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Laskutettu ostettaessa"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Laskutettu myynnissä"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Ostettu"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Analyysin perusteet"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Keskihinta myyntilaskuilla"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "Keskimääräinen hinta toimittajan laskuissa"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Kesk. oston yksikköhinta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Kesk. myynnin yksikköhinta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Kesk. yksikköhinta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Peruuta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Luettelohinta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Luonut"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Luotu"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Näyttönimi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Luonnos, avoin ja maksettu"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Odotettu kate"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Odotettu kate (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Odotettu myynti"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Odotettu myynti - normaalikulut"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Odotettu myynti - liikevaihto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Odotettu kate * 100 / Odotettu myynti"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Alkaa"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Yleistiedot"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Laskun tila"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Viimeksi päivittänyt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Viimeksi päivitetty"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Katepäivä alkaen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Katepäivä päättyen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Katteet"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Normaalikulu"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Normaalikulut - kokonaiskulut"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Avaa katteet"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Avoin ja maksettu"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Maksettu"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Tuotteen kate"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Tuotteen katteet"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Tuotevariaatio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Ominaisuusryhmät"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Ostoero"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Ostot"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Myynti"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Myynnin alijäämä"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Normaalihinta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "Kustannushinnan ja myyjän laskujen määrän kertolaskujen summa"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Laskun hinnan ja asiakaslaskujen määrän kertolaskujen summa"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "Laskun hinnan ja myyjän laskujen määrän kertolaskujen summa "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr "Myyntiluettelon hinnan ja asiakaslaskujen määrän kertolaskujen summa"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Määrien summa myyntilaskuilla"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Määrien summa ostolaskuilla"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Päättyy"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Kokonaiskustannus"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Kokonaiskate"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Kateprosentti yhteensä"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Kokonaiskate * 100 / Liikevaihto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Liikevaihto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Liikevaihto - Normaalihinta"
|
322
i18n/fo.po
Normal file
322
i18n/fo.po
Normal file
@ -0,0 +1,322 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2015-12-22 23:50+0000\n"
|
||||
"Last-Translator: Jarnhold Nattestad <nattestads@gmail.com>\n"
|
||||
"Language-Team: Faroese (http://www.transifex.com/odoo/odoo-9/language/fo/)\n"
|
||||
"Language: fo\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Strika"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Byrjað av"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Byrjað tann"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Vís navn"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Seinast rættað tann"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Seinast dagført av"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Seinast dagført tann"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
331
i18n/fr.po
Normal file
331
i18n/fr.po
Normal file
@ -0,0 +1,331 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# facturé à l'achat"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# facturé à la vente"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# acheté"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Critères d'analyse"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Prix moyen dans les factures clients."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "Prix moyen dans les factures fournisseurs"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Prix d'achat unitaire moyen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Prix de vente unitaire moyen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Prix unitaire moyen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Annuler"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Prix catalogue"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Créé par"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Créé le"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom d'affichage"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Brouillon, Ouvert et Payé"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Marge attendue"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Marge attendue (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Vente attendue"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Vente attendue - Coût normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Vente attendue - Chiffre d'affaires"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Marge attendue * 100 / Vente attendue"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "De"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Informations générales"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Statut de la facture"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Mis à jour par"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Mis à jour le"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Marge depuis"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Marge jusqu'à"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Marges"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Coût normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Coût normal - Coût total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Ouvrir les marges"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Ouvert et Payé"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Payé"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Marge du produit"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Marges des produits"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Variante de produit"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Catégories des propriétés"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Écart des achats"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Achats"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Ventes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Écart des ventes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Prix standard"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
"Somme de la multiplication du prix de revient par la quantité dans les "
|
||||
"factures fournisseurs"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
"Somme de la multiplication du prix facturé par la quantité dans les factures"
|
||||
" clients"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
"Somme de la multiplication du prix facturé par la quantité dans les factures"
|
||||
" fournisseurs "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr ""
|
||||
"Somme de la multiplication du prix catalogue de vente par la quantité dans "
|
||||
"les factures clients"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Somme de la quantité dans les factures clients"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Somme de la quantité dans les factures fournisseurs"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Vers"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Coût total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Marge totale"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Taux de marge totale (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Marge totale * 100 / chiffre d'affaires"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Chiffre d'affaires"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Chiffre d'affaires - Prix standard"
|
322
i18n/fr_BE.po
Normal file
322
i18n/fr_BE.po
Normal file
@ -0,0 +1,322 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 13:41+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: French (Belgium) (http://www.transifex.com/odoo/odoo-9/language/fr_BE/)\n"
|
||||
"Language: fr_BE\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Créé par"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Créé le"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Dernière modification le"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Derniere fois mis à jour par"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Dernière mis à jour le"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
322
i18n/fr_CA.po
Normal file
322
i18n/fr_CA.po
Normal file
@ -0,0 +1,322 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2016-03-02 21:43+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: French (Canada) (http://www.transifex.com/odoo/odoo-9/language/fr_CA/)\n"
|
||||
"Language: fr_CA\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Annuler"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Créé par"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Créé le"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom affiché"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "De"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "Identifiant"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Dernière modification le"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Dernière mise à jour par"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Dernière mise à jour le"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Achats"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "À"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
322
i18n/gl.po
Normal file
322
i18n/gl.po
Normal file
@ -0,0 +1,322 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 07:22+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Galician (http://www.transifex.com/odoo/odoo-9/language/gl/)\n"
|
||||
"Language: gl\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Criterios de análise"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Media prezo unidade"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Prezo catálogo"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado o"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Borrador, aberto e pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Marxe prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Marxe prevista (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Venda prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Venda prevista - Custo normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Venda prevista - Volume de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Marxe prevista * 100 / Venda prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "De"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Información xeral"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Estado da factura"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Marxes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Custo normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Custo normal - Custo total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Abrir marxes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Aberto e pechado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Pagado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Marxe produto"
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Marxes de produto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Categorías das propiedades"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Diferenza compra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Compras"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Vendas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Diferenza vendas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Prezo estándar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Suma da cantidade en facturas de cliente"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Para"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Custo total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Marxe total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Marxe total * 100 / Volume de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Volume de negocio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
324
i18n/gu.po
Normal file
324
i18n/gu.po
Normal file
@ -0,0 +1,324 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Qaidjohar Barbhaya, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Qaidjohar Barbhaya, 2023\n"
|
||||
"Language-Team: Gujarati (https://app.transifex.com/odoo/teams/41243/gu/)\n"
|
||||
"Language: gu\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Created by"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Display Name"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "From"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "સામાન્ય માહિતી"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Last Modified on"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Last Updated on"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Paid"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Product Variant"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Purchases"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Sales"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "To"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
328
i18n/he.po
Normal file
328
i18n/he.po
Normal file
@ -0,0 +1,328 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# שהאב חוסיין <shhab89@gmail.com>, 2023
|
||||
# Lilach Gilliam <lilach.gilliam@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Yihya Hugirat <hugirat@gmail.com>, 2023
|
||||
# דודי מלכה <Dudimalka6@gmail.com>, 2023
|
||||
# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2023\n"
|
||||
"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: he\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "מס' שחויבו ברכישה"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "מס' שחויבו במכירה"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "מס' שנרכשו"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "קריטריוני ניתוח"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "מחיר ממוצע בחשבוניות לקוח"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "מחיר רכישה ממוצע ליחידה"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "מחיר מכירה ממוצע ליחידה"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "מחיר ממוצע ליחידה"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "בטל"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "מחיר קטלוג"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "נוצר על-ידי"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "נוצר ב-"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "שם לתצוגה"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "טיוטה, פתוח ושולם"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "מרווח צפוי"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "מרווח צפוי (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "מכירה צפויה"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "מכירה צפויה - עלות רגילה"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "מכירה צפויה - מחזור"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "מרווח צפוי * 100 / מכירה צפויה"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "מ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "מידע כללי"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "מזהה"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "מצב חשבונית"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "עודכן לאחרונה על-ידי"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "עדכון אחרון ב"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "תאריך המרווח מ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "תאריך המרווח ל"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "שולי רווח"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "עלות רגילה"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "עלות רגילה - עלות כוללת"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "מרווחים פתוחים"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "פתוח ושולם"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "שולם"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "מרווח מוצר"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "מרווחי מוצר"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "וריאנט מוצר"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "קטגוריות מאפיינים"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "פער רכש"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "רכישות"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "מכירות"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "פער מכירות"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "מחיר סטנדרטי"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "סכום הכפל של מחיר עלות וכמות חשבוניות ספק"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "סכום הכפל של מחיר חשבונית וכמות חשבוניות לקוח"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "סכום הכפל של מחיר חשבונית וכמות חשבוניות ספק"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr "סכום כפל מחיר קטלוג המכירה וכמות חשבוניות הלקוח"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "סכום הכמויות בחשבוניות לקוח"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "סכום הכמויות בחשבוניות ספק"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "ל"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "עלות כוללת"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "מרווח כולל"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "שיעור מרווח כולל (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "מרווח כולל * 100 / מחזור"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "מחזור"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "מחזור - מחיר סטנדרטי"
|
329
i18n/hr.po
Normal file
329
i18n/hr.po
Normal file
@ -0,0 +1,329 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Karolina Tonković <karolina.tonkovic@storm.hr>, 2022
|
||||
# Vladimir Olujić <olujic.vladimir@storm.hr>, 2022
|
||||
# Đurđica Žarković <durdica.zarkovic@storm.hr>, 2022
|
||||
# Ivica Dimjašević <ivica.dimjasevic@storm.hr>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Bole <bole@dajmi5.com>, 2022
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2022\n"
|
||||
"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/hr/)\n"
|
||||
"Language: hr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Izdano računa u nabavi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Izdano računa u prodaji"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Nabavljeno"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Kriterij analize"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Prosječna cijena u izlaznim računima"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Prosječna nabavna cijena "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Prosječna prodajna cijena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Prosj. jedinična cijena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Odustani"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Kataloška cijena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Nacrt, Otvoreno i Plaćeno"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Očekivana marža"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Očekivana marža (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Očekivana prodaja"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Očekivana prodaja - normalni troškovi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Očekivana prodaja - obrtaj"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Očekivana marža * 100 / Očekivana prodaja"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Od"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Opći podaci"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Stanje fakture"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnja promjena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Promijenio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Vrijeme promjene"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Krajnji datum od"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Krajnji datum do"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Marže"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Normalna cijena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Normalni trošak - Totalni trošak"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Otvorene marže"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Otvoreno i plaćeno"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Plaćeno"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Marža proizvoda"
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Marže proizvoda"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Varijanta proizvoda"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Kategorije svojstava"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Razmak u kupovini"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Nabavke"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Prodaja"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Razmak u prodaji"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Uobičajena cijena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "Suma umnožaka cijene troška i količine sa ulaznih računa"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Suma umnoška cijene na računu i količine sa ulaznih računa"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Suma količina na fakturama kupca"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Ukupna količina u ulaznim računima"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Do"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Ukupni trošak"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Ukupna marža"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Ukupna marža * 100 / Zarada"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Zarada"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Obrtaj - uobičajena cijena"
|
336
i18n/hu.po
Normal file
336
i18n/hu.po
Normal file
@ -0,0 +1,336 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Tamás Dombos, 2023
|
||||
# Ákos Nagy <akos.nagy@oregional.hu>, 2023
|
||||
# Kovács Tibor <kovika@gmail.com>, 2023
|
||||
# Krisztián Juhász <juhasz.krisztian@josafar.hu>, 2023
|
||||
# Tamás Németh <ntomasz81@gmail.com>, 2023
|
||||
# krnkris, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# gezza <geza.nagy@oregional.hu>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: gezza <geza.nagy@oregional.hu>, 2023\n"
|
||||
"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Számlázott beszerzés"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Számlázott értékesítés"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Beszerzett"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Elemzési kritérium"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Átl. ár vevői számlán."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Átl. beszerzési egységár"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Átl. eladási egységár"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Átlagos egységár"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Töröl"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Katalógus ár"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Létrehozta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Létrehozva"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Megjelenített név"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Tervezet, nyitott és kifizetett"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Elvárt árrés"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Elvárt árrés (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Elvárt értékesítés"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Elvárt értékesítés - Normál költség"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Elvárt értékesítés - Forgalom"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Elvárt árrés * 100 / Elvárt értékesítés"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Forrás"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Általános információk"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "Azonosító"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Számla állapota"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Frissítette"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Frissítve"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Árrés dátum kezdete"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Árrés dátum vége"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Árrések"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Normál költség"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Normál költség - Teljes költség"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Nyitó árrések"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Nyitott és kifizetett"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Kifizetve"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Termék árrés"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Termék árrések"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Termékváltozat"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Tulajdonságok kategóriái"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Beszerzési rés"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Beszerzések"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Értékesítések"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Értékesítési rés"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Alapár"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
"Multiplikáció összesen költség ár és szállítói számlák mennyisége alapján"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
"Multiplikáció összesen számlázási ár és vevői számlák mennyisége alapján"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
"Multiplikáció összesen számlázási ár és a szállítói számlák mennyisége "
|
||||
"alapján"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr ""
|
||||
"Multiplikáció összesen értékesítési katalógus ár és vevői számlák mennyisége"
|
||||
" alapján"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Összes mennyiség vevői számlákban"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Összes mennyiség szállítói számlákban"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Cél"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Összes költség"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Összes árrés"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Összes árrés arány (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Összes árrés * 100 / Forgalom"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Forgalom"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Forgalom - Alapár"
|
323
i18n/id.po
Normal file
323
i18n/id.po
Normal file
@ -0,0 +1,323 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: id\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Faktur dalam pembelian"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Faktur dalam penjualan"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Dibeli"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Analisis kriteria"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Harga rata-rata pelanggan faktur."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "Rata-Rata. Harga di Tagihan Vendor"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Rata-Rata Harga Satuan Pembelian"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Rata-Rata Harga Satuan Jual"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Harga rata-rata satuan"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Batal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Katalog harga"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Dibuat oleh"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Dibuat pada"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nama Tampilan"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Draft, terbuka dan dibayar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Diharapkan Margin"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Diharapkan Margin (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Diharapkan dijual"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Diharapkan Sale - biaya Normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Diharapkan Sale - menyerahkan"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Diharapkan margin * 100 / diharapkan dijual"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Dari"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Informasi Umum"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Faktur negara"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Terakhir Diperbarui oleh"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Terakhir Diperbarui pada"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Margin tanggal dari"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Margin tanggal untuk"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Margin"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Biaya normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Biaya normal - Total biaya"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Margin terbuka"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Terbuka dan dibayar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Lunas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Produk Margin"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Produk margin"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Varian Produk"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Kategori properti"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Pembelian Gap"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Pembelian"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Penjualan"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Penjualan Gap"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Standar Harga"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "Jumlah Perkalian harga Biaya dan jumlah Tagihan Vendor"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Jumlah perkalian faktur harga dan jumlah pelanggan faktur"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "Jumlah Perkalian harga Faktur dan jumlah Tagihan Vendor"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr "Jumlah perkalian dijual Katalog harga dan jumlah pelanggan faktur"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Jumlah kuantitas di pelanggan faktur"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Total Jumlah di Tagihan Vendor"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Kepada"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Total Biaya"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Total Margin"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Jumlah Margin Rate(%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Total margin * 100 / omset"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Omzet"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Omset - harga standar"
|
320
i18n/is.po
Normal file
320
i18n/is.po
Normal file
@ -0,0 +1,320 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n"
|
||||
"Language: is\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Hætta við"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Búið til af"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Stofnað þann"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nafn"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "From"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Almennar upplýsingar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "Auðkenni"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Síðast breytt þann"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Síðast uppfært af"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Síðast uppfært þann"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Margins"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Greitt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Innkaup"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Sala"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "To"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
330
i18n/it.po
Normal file
330
i18n/it.po
Normal file
@ -0,0 +1,330 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "N. fatturati in acquisti"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "N. fatturati in vendite"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "N. acquistati"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Criteri di analisi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Prezzo medio nelle fatture cliente"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "Prezzo medio nelle fatture fornitore"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Prezzo unitario medio di acquisto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Prezzo unitario medio di vendita"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Prezzo unitario medio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Annulla"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Prezzo di catalogo"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creato da"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Data creazione"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome visualizzato"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "«Bozza», «Aperta» e «Pagata»"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Margine atteso"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Margine previsto (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Vendita attesa"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Vendita attesa - Costo standard"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Vendita attesa - Fatturato"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Margine atteso * 100 / Vendita attesa"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Dal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Informazioni generali"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Stato fattura"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultimo aggiornamento di"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultimo aggiornamento il"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Margini Dalla Data"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Margini Alla Data"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Margini"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Costo standard"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Costo standard - Costo totale"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Margini aperti"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "«Aperta» e «Pagata»"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Pagata"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Margine prodotto"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Margini prodotto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Variante prodotto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Categorie proprietà"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Margine di acquisto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Acquisti"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Vendite"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Intervallo vendite"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Prezzo standard"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
"Totale del prodotto del costo per la quantità nelle fatture di acquisto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
"Somma del Prodotto del prezzo di Vendita Fattura e quantità delle Fatture "
|
||||
"Clienti"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
"Totale del prodotto del prezzo in fattura per la quantità nelle fatture di "
|
||||
"acquisto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr ""
|
||||
"Somma del Prodotto del prezzo di Vendita da Catalogo e quantità delle "
|
||||
"Fatture Clienti"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Somma della quantità nelle fatture clienti"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Somma della quantità nelle fatture di acquisto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Al"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Costo totale"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Margine totale"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Tasso Totale Margine(%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Margine totale * 100 / Fatturato"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Fatturato"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Fatturato - Prezzo standard"
|
324
i18n/ja.po
Normal file
324
i18n/ja.po
Normal file
@ -0,0 +1,324 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
# Ryoko Tsuda <ryoko@quartile.co>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Ryoko Tsuda <ryoko@quartile.co>, 2023\n"
|
||||
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ja\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "購入手数料数"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "請求済販売数"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "購買数量"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "分析基準"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "顧客請求書の平均価格 "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "仕入先請求書の平均価格"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "平均購入単価"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "平均販売単価"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "平均単価"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "キャンセル"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "カタログ価格"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "作成者"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "作成日"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "表示名"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "ドラフト、オープンと支払済"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "想定マージン"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "想定マージン (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "予想販売"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "予想販売 - 通常コスト"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "予想販売 - 売上高"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "想定マージン * 100 / 想定売上"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "from"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "一般情報"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "請求書の状態"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "最終更新者"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "最終更新日"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "予備日 自"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "予備日 至"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "マージン"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "通常コスト"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "通常コスト - 合計コスト"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "マージンを表示"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "オープンと支払済"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "支払済"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "製品マージン"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "製品マージン"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "プロダクトバリアント"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "属性の分類"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "仕入ギャップ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "購買"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "販売"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "販売ギャップ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "標準原価"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "コスト価格と仕入先請求書の数の乗算の合計"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "請求書価格と得意先請求書の数の乗算の合計"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "請求書価格と仕入先請求書の数の乗算の合計"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr "販売カタログ価格と顧客請求書の数の乗数の合計"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "顧客請求書の数量合計"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "顧客請求書の数量合計"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "終了日"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "合計費用"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "合計マージン"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "合計マージン率 (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "合計マージン * 100 / 売上高"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "売上高"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "売上高 - 標準価格"
|
322
i18n/ka.po
Normal file
322
i18n/ka.po
Normal file
@ -0,0 +1,322 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2016-06-27 15:58+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Georgian (http://www.transifex.com/odoo/odoo-9/language/ka/)\n"
|
||||
"Language: ka\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "შეწყვეტა"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "შემქმნელი"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "შექმნის თარიღი"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "სახელი"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "გამგზავნი"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "იდენტიფიკატორი"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "ბოლოს განახლებულია"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "ბოლოს განაახლა"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "ბოლოს განახლებულია"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "შესყიდვები"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "გაყიდვები"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "მიმღები"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
322
i18n/kab.po
Normal file
322
i18n/kab.po
Normal file
@ -0,0 +1,322 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 07:23+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Kabyle (http://www.transifex.com/odoo/odoo-9/language/kab/)\n"
|
||||
"Language: kab\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Ifter di tiɣin"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Ssuma talemmast di tfaturin n wemsaɣ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Ssuma talemmast n yiwen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Sefsex"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Yerna-t"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Yerna di"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Aznuzu i-ţuraǧun - Tasqamt tamagnut"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Si"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Tilɣa timatutin"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "Asulay"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Addad n tfaturt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Aleqqem aneggaru di"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Aleqqem aneggaru sɣuṛ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Aleqqem aneggaru di"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Tasqamt tamagnut"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Tasqamt tamagnut - Tasqamt tasemdayt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Ifra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Tiggayin n tulimisin"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Tiɣin"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Aznuzu"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Ɣer"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Tasqamt tasemdayt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
324
i18n/km.po
Normal file
324
i18n/km.po
Normal file
@ -0,0 +1,324 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Sengtha Chay <sengtha@gmail.com>, 2018
|
||||
# Samkhann Seang <seangsamkhann@gmail.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2018-09-18 09:49+0000\n"
|
||||
"Last-Translator: Samkhann Seang <seangsamkhann@gmail.com>, 2018\n"
|
||||
"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n"
|
||||
"Language: km\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "លុបចោល"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "បង្កើតដោយ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "បង្កើតនៅ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "ឈ្មោះសំរាប់បង្ហាញ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "កាលបរិច្ឆេតកែប្រែចុងក្រោយ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "ផ្លាស់ប្តូរចុងក្រោយ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "ផ្លាស់ប្តូរចុងក្រោយ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "ការទិញ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
323
i18n/ko.po
Normal file
323
i18n/ko.po
Normal file
@ -0,0 +1,323 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ko\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# 구매 청구서"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# 판매 청구서"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# 구매 수"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "분석 범주"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "고객 청구서 평균 금액."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "공급업체 청구서의 평균 가격"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "평균 구매 단가"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "평균 판매 단가"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "평균 단가"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "취소"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "카탈로그 가격"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "작성자"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "작성일자"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "표시명"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "초안, 공개 및 지불"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "예상 이익"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "예상 이익 (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "예상 판매"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "예상 판매 - 일반 비용"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "예상 판매 - 뒤집어"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "예상 이익 * 100 / 예상 판매"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "시작"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "일반 정보"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "청구서 상태"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "최근 갱신한 사람"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "최근 갱신 일자"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "이익 시작일"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "이익 마감일"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "여백"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "기본 원가"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "기본 원가 - 총 원가"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "공개 이익"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "공개 및 지불"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "지불됨"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "품목 이익"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "품목 이익"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "품목 세부선택"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "속성 범주"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "구매 간격"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "매입"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "판매"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "판매 간격"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "표준 가격"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "단가와 공급업체 청구서의 수량을 곱한 합계"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "청구 가격과 고객 청구서의 수량을 곱합 합계"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "송장 가격과 공급업체 청구서의 수량을 곱한 합계"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr "판매 카탈로그 가격과 고객용 청구서의 수량을 곱한 합계"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "고객 청구서 수량 합계"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "공급업체 청구서 수량 합계"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "종료 시간"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "총 원가"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "총 이익"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "총 이익율(%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "총 이익 * 100 / 회전율"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "거래액"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "회전율 - 표준 가격"
|
320
i18n/lb.po
Normal file
320
i18n/lb.po
Normal file
@ -0,0 +1,320 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~12.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2019-08-26 09:13+0000\n"
|
||||
"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n"
|
||||
"Language: lb\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
331
i18n/lt.po
Normal file
331
i18n/lt.po
Normal file
@ -0,0 +1,331 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Arunas V. <arunas@devoro.com>, 2023
|
||||
# Jonas Zinkevicius <jozi@odoo.com>, 2023
|
||||
# Monika Raciunaite <monika.raciunaite@gmail.com>, 2023
|
||||
# UAB "Draugiški sprendimai" <transifex@draugiskisprendimai.lt>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Audrius Palenskis <audrius.palenskis@gmail.com>, 2023
|
||||
# Donatas <donatasvaliulis16@gmail.com>, 2023
|
||||
# digitouch UAB <digitouchagencyeur@gmail.com>, 2023
|
||||
# Linas Versada <linaskrisiukenas@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2023\n"
|
||||
"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lt\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Sąskaita pateikta pirkime"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Sąskaita pateikta pardavime"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Nupirkta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Analizės kriterijus"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Vidutinė kaina kliento sąskaitose-faktūrose."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Vid. vieneto pirkimo kaina"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Vid. vieneto pardavimo kaina"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Vidutinė vieneto kaina"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Atšaukti"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Katalogo kaina"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Sukūrė"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Sukurta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Rodomas pavadinimas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Juodraštis, atidaryta ir apmokėta."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Numatoma marža"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Numatoma marža (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Numatomi pardavimai"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Numatomi pardavimai - Normali kaina"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Numatomi pardavimai - Apyvarta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Numatoma marža * 100 / Numatomi pardavimai"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Iš"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Bendra informacija"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Sąskaitos būsena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Paskutinį kartą atnaujino"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Paskutinį kartą atnaujinta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Maržos data nuo"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Maržos data iki"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Maržos"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Įprasta kaina"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Įprasta kaina - Visa kaina"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Atidaryti maržas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Atidaryta ir sumokėta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Apmokėta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Produkto marža"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Produkto maržos"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Produkto variantas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Savybių kategorijos"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Pirkimo spraga"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Pirkimai"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Pardavimai"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Pardavimo spraga"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Savikaina"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "Kaštų kainos ir tiekėjų sąskaitų kiekių sandauga"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Sąskaitos kainos ir kliento sąskaitų kiekio sandauga"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "Sąskaitos kainos ir tiekėjo sąskaitų kiekio sandauga"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr "Pardavimo katalogo kainos ir klientų sąskaitų kiekio sandauga"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Kiekių suma klientų sąskaitose"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Kiekių suma tiekėjų sąskaitose"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Iki"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Bendri kaštai"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Visa marža"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Visas maržos dydis(%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Visa marža * 100 / Apyvarta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Apyvarta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Apyvarta - standartinė savikaina"
|
327
i18n/lv.po
Normal file
327
i18n/lv.po
Normal file
@ -0,0 +1,327 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2023
|
||||
# Arnis Putniņš <arnis@allegro.lv>, 2023
|
||||
# ievaputnina <ievai.putninai@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Will Sensors, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Will Sensors, 2024\n"
|
||||
"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lv\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "Dz. iepirkumu rēķinos"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "Dz. realizācijas rēķinos"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Analīzes kritēriji"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Vidēja cena rēķinos klientiem."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "Vidējā cena izmaksās"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Vid. pirkuma vienības cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Vid. pārdošanas vienības cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Vid. vienības cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Atcelt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Kataloga Cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Izveidoja"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Izveidots"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Attēlotais nosaukums"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Melnraksts, Atvērts un Apmaksāts"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Plānotā Peļņa"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Plānotā Peļņa (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Plānotā realizācija"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Plānotā realizācija - Normālas izmaksas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Plānotā realizācija - Apgrozījums"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Plānotā peļņa * 100 / Plānotā realizācija"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "No"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Vispārīgā informācija"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Rēķina Stāvoklis"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Pēdējoreiz atjaunināja"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Pēdējoreiz atjaunināts"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Peļņa no datuma"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Peļņa līdz datumam"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Peļņas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Normālas izmaksas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Normālas izmaksas - Kopējas izmaksas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Atvērta peļņa"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Atvērts un Apmaksāts"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Apmaksāts"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Produkta Peļņa"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Produktu peļņa"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Produkta variants"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Rekvizītu kategorijas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Iepirkumu starpība"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Iepirkumi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Tirdzniecība"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Realizācijas starpība"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Standarta cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Kopējas daudzums klientu rēķinos"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Daudzuma summa izmaksās"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Līdz"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Kopējās izmaksas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Kopējā Peļņa"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Kopēja rentabilitāte (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Kopējā peļņa * 100 / Apgrozījums"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Apgrozījums"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Apgrozījums - standarta cena"
|
322
i18n/mk.po
Normal file
322
i18n/mk.po
Normal file
@ -0,0 +1,322 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2015-10-22 12:10+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Macedonian (http://www.transifex.com/odoo/odoo-9/language/mk/)\n"
|
||||
"Language: mk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Фактурирано во набавка"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Фактурирано во продажба"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Критериуми за анализа"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Средна цена во излезни фактури"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Средна единечна цена"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Откажи"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Каталошка цена"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Креирано од"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Креирано на"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Прикажи име"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Нацрт, Отворено и Платено"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Очекувана маржа"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Очекувана маржа (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Очекувана продажба"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Очекувана продажба - Нормален трошок"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Очекувана продажба - Промет"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Очекувана маржа * 100 / Очекувана продажба"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Од"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Општи информации"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Состојба на фактура"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Последна промена на"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Последно ажурирање од"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Последно ажурирање на"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Датум на маржа од"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Датум на маржа до"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Маржи"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Нормален трошок"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Нормален трошок - Вкупен трошок"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Отвори маржи"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Отворено и Платено"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Платено"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Маржа на производ"
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Маржи на производ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Категории на својствата"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Јаз во набавки"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Набавки"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Продажби"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Јаз во продажби"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Стандардна цена"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Сума од множењето на цената на фактурата и количината од излезната фактура"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr "Сума од множењето на цената од продажниот каталог и количината од излезните фактури"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Сума на количина во излезна фактура"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "До"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Вкупен трошок"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Вкупна маржа"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Сооднос на вкупна маржа (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Вкупна маржа * 100 / Промет"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Промет"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Промет - Стандардна цена"
|
328
i18n/mn.po
Normal file
328
i18n/mn.po
Normal file
@ -0,0 +1,328 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Bayarkhuu Bataa, 2022
|
||||
# Batmunkh Ganbat <batmunkh.g@bumanit.mn>, 2022
|
||||
# Батмөнх Ганбат <batmunkh2522@gmail.com>, 2022
|
||||
# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n"
|
||||
"Language: mn\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Худалдан авалтанд Нэхэмжлэгдсэн"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Борлуулалтанд Нэхэмжилсэн"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Худалдан авсан"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Шинжилгээний Үзүүлэлт"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Дундаж. Захиалагчийн нэхэмжлэл дахь үнэ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Дундаж. Нэгж Үнэ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Цуцлах"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Каталогийн Үнэ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Үүсгэсэн этгээд"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Үүсгэсэн огноо"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Дэлгэрэнгүй нэр"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Ноорог, Нээлттэй, Төлөгдсөн"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Таамагласан бохир ашиг"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Таамагласан бохир ашиг (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Таамагласан Борлуулалт"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Таамагласан борлуулалт - Хэвийн өртөг"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Таамагласан Борлуулалт - Эргэц"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Таамагласан бохир ашиг * 100 / Таамагласан борлуулалт"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Эхлэх"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Ерөнхий мэдээлэл"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Нэхэмжлэлийн төлөв"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Сүүлд зассан огноо"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Сүүлд зассан этгээд"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Сүүлд зассан огноо"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Бохир ашгийн эхлэл огноо"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Бохир ашгийн эцсийн огноо"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Бохир ашиг"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Хэвийн Өртөг"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Хэвийн өртөг - Нийт өртөг"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Бохир ашиг Нээх"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Нээлттэй болон төлөгдсөн"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Төлөгдсөн"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Барааны Бохир Ашиг"
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Барааны бохир ашигууд"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Барааны хувилбар"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Үзүүлэлтүүдийн ангилал"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Худалдааны Цоорхой"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Худалдан авалт"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Борлуулалт"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Борлуулалтын Цоорхой"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Стандарт өртөг"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "Өртөг үнэ ба нийлүүлэгчийн тооцоон дахь тоо хэмжээний үржвэрийн нийлбэр"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Нэхэмжлэлийн үнэ ба захиалагчийн нэхэмжлэлийн тоо хэмжээний үржвэрийн нийлбэр"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "Нэхэмжилсэн үнэ ба нийлүүлэгчийн тооцоон дахь тоо хэмжээний үржвэрийн нийлбэр"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr "Каталогийн үнэ ба нийлүүлэгчийн нэхэмжлэл дахь тоо хэмжээний үржвэрийн нийлбэр"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Захиалагчийн Нэхэмжлэл дахь тоо хэмжээний нийлбэр"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Нийлүүлэгчийн Тооцоон дахь тоо хэмжээний нийлбэр"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Дуусах"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Нийт Өртөг"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Нийт бохир ашиг"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Нийт бохир ашгийн харьцаа (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Нийт бохир ашиг * 100 / Эргэц"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Эргэц"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Эргэц - Стандарт үнэ"
|
326
i18n/nb.po
Normal file
326
i18n/nb.po
Normal file
@ -0,0 +1,326 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Mads Søndergaard, 2022
|
||||
# Marius Stedjan <marius@stedjan.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n"
|
||||
"Language: nb\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# fakturert i Innkjøp"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# fakturert i Salg"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# innkjøpt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Analysekriterier"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Gjennomsnittspris i kundefakturaer."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Gjennomsnittlig enhetspris"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Kanseller"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Katalogpris"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Opprettet av"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Opprettet"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Visningsnavn"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Utkast, åpen og betalt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Forventet margin"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Forventet margin (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Forventet salg"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Forventet salg - Normal kostnad"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Forventet margin * 100 / forventet skala"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Fra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Generell informasjon"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Fakturastatus"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Sist endret"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Sist oppdatert av"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Sist oppdatert"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Margindato fra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Margindato til"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Marginer"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Normal kostnad"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Normal kostnad - Total kostnad"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Åpne marginer"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Åpne og betalte"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Betalt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Produktmargin"
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Produktmarginer"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Produktvariant"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Egenskaps Kategorier"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Innkjøp"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Salg"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Standardpris"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Til"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Total kostnad"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Totalmargin"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Omsetning"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
332
i18n/nl.po
Normal file
332
i18n/nl.po
Normal file
@ -0,0 +1,332 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2023\n"
|
||||
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Gefactureerd bij inkoop"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Gefactureerd bij verkoop"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Ingekocht"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Analysecriteria"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Gem. prijs in facturen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "Gem. prijs in leveranciersfacturen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Gem. inkoop stukprijs"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Gem. verkoop stukprijs"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Gem. stuksprijs"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Annuleren"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Catalogusprijs"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Aangemaakt door"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Aangemaakt op"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Schermnaam"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Concept, Open en Betaald"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Verwachte marge"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Verwachte marge (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Verwachte verkoop"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Verwachte verkoop - normale kostprijs"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Verwachte verkoop - omzet"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Verwachte marge * 100 / verwachte verkoop"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Van"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Algemene informatie"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Factuurstatus"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Laatst bijgewerkt door"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Laatst bijgewerkt op"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Marge datum vanaf"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Marge datum tot"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Marges"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Normale kosten"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Normale kosten - Totale kosten"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Open marges"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Open en betaald"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Betaald"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Productmarge"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Productmarges"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Productvariant"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Eigenschappen categorieën"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Inkoopkloof"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Inkoop"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Verkoop"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Verkoopkloof"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Kostprijs"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
"Som van de vermenigvuldiging van de kostprijs en de hoeveelheid "
|
||||
"leveranciersfacturen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
"Som van de vermenigvuldiging van de factuurprijs en de hoeveelheid "
|
||||
"klantfacturen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
"Som van de vermenigvuldiging van de factuuprijs en de hoeveelheid "
|
||||
"leveranciersfacturen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr ""
|
||||
"Som van de vermenigvuldiging van de standaard verkoopprijs en de hoeveelheid"
|
||||
" verkoopfacturen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Som van de hoeveelheid klantenfacturen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Som van de hoeveelheid leveranciersfacturen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "T/m"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Totale kosten"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Totale marge"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Totale marge (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Totale marge * 100 / omzet"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Omzet"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Omzet - kostprijs"
|
323
i18n/pl.po
Normal file
323
i18n/pl.po
Normal file
@ -0,0 +1,323 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Fakturowanych zakupów"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Fakturowanych sprzedaży"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Zakupów"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Kryteria analizy"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Średnia cena w fakturach klientów"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "Śr. cena w fakturach dostawców"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Śr. Cena jednostkowa zakupu"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Śr. Cena jednostkowa sprzedaży"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Średnia cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Anuluj"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Cena katalogowa"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Utworzył(a)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Data utworzenia"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nazwa wyświetlana"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Projekty, otwarte i zapłacone"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Spodziewana marża"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Spodziewana marża (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Spodziewana sprzedaż"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Spodziewana sprzedaż - Normalny koszt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Spodziewana sprzedaż - Obrót"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Spodziewana marża * 100 / Spodziewana sprzedaż"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Od"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Informacje ogólne"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Stan faktury"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ostatnio aktualizowane przez"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Data ostatniej aktualizacji"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Początkowa data marży"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Końcowa data marży"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Marże"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Normalny koszt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Normalny koszt - Suma kosztów"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Otwórz marże"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Otwarte i zapłacone"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Zapłacona"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Marża na produkcie"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Marża produktu"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Wariant produktu"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Kategorie właściwości"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Deficyt zakupów"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Zakupy"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Sprzedaż"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Deficyt sprzedaży"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Cena ewidencyjna"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "Suma iloczynów ceny kosztowej i ilości faktur dostawców"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Suma iloczynów Ceny fakturowej i ilości z faktur dla klientów"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "Suma iloczynu ceny faktury i ilości faktur dostawców"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr "Suma iloczynów Ceny katalogowej i ilości z faktur dla klientów"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Suma ilości z faktur klientów"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Suma ilości w fakturach dostawców"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Do"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Suma kosztów"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Suma marży"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Suma współczynnika marży (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Suma marży * 100 / Obrót"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Obrót"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Obrót - Cena przeciętna"
|
319
i18n/product_margin.pot
Normal file
319
i18n/product_margin.pot
Normal file
@ -0,0 +1,319 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
331
i18n/pt.po
Normal file
331
i18n/pt.po
Normal file
@ -0,0 +1,331 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Faturado na Compra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Faturado na Venda"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Critério de Análise"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Preço Médio nas Faturas de Cliente."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Preço Unitário Médio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Catálogo de Preço"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Criado por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Criado em"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Rascunho, Aberto e Pago"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Margem Prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Margem Prevista (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Venda Prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Preço Previsto - Custo Normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Venda Prevista - Ganho"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Margem prevista * 100 / Venda Prevista"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "De"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Informação geral"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Estado da Fatura"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última Atualização por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última Atualização em"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Data da Margem De"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Data da Margem até"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Margens"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Custo Normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Custo Normal - Custo Total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Abrir Margens"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Aberto e Pago"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Pago"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Margem artigo"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Margens de Artigo"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Variante de Artigo"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Categorias das propriedades"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Diferença na Compra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Compras"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Vendas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Diferença de Vendas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Preço Padrão"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
"Soma da multiplicação do preço de custo e as quantidades das faturas de "
|
||||
"fornecedores."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
"Soma de multiplicação do preço da fatura e a quantidade de faturas de "
|
||||
"clientes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
"Soma da multiplicação do preço de faturação e a quantidade das faturas de "
|
||||
"fornecedor"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr ""
|
||||
"Soma de multiplicação do preço de catálogo de vendas e quantidade de faturas"
|
||||
" de clientes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Soma de Quantidade em Faturas de Cliente"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Soma da quantidade das faturas de fornecedor"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "A"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Custo Total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Margem Total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Taxa de Margem Total (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Margem Total * 100 / Ganho"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Ganho"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Ganho - Preço Padrão"
|
331
i18n/pt_BR.po
Normal file
331
i18n/pt_BR.po
Normal file
@ -0,0 +1,331 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
# Layna Nascimento, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Layna Nascimento, 2023\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "Nº de faturados na compra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "Nº de faturados na venda"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "Nº comprado"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Critérios de análise"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Preço médio em faturas de clientes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "Preço médio nas faturas do fornecedor"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Preço médio unitário de compra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Preço médio unitário de venda"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Preço médio unitário"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Preço de catálogo"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Criado por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Criado em"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome exibido"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Provisório, aberto e pago"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Margem esperada"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Margem esperada (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Venda esperada"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Venda esperada - custo normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Venda esperada - receita bruta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Margem esperada * 100 / venda esperada"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "De"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Informações gerais"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Situação da fatura"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última atualização por"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última atualização em"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Data da margem de"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Data da margem até"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Margens"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Custo normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Custo normal - custo total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Margens abertas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Aberto e pago"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Pago"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Margem do produto"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Margens do produto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Variante do produto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Categorias de propriedades"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Diferença na compra"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Compras"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Vendas"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Diferença na venda"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Preço padrão"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
"Soma da multiplicação do preço de custo e quantidade de faturas de "
|
||||
"fornecedor"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
"Soma de multiplicação do preço da fatura e quantidade de faturas de clientes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
"Soma da multiplicação do preço da fatura e a quantidade de faturas de "
|
||||
"fornecedor"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr ""
|
||||
"Soma de multiplicação do preço de venda de catálogo e quantidade de faturas "
|
||||
"de clientes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Soma da quantidade nas faturas de clientes"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Soma da quantidade em faturas de fornecedor"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Para"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Custo total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Margem total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Índice total de margem (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Margem total * 100 / retorno"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Receita bruta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Receita bruta - preço padrão"
|
325
i18n/ro.po
Normal file
325
i18n/ro.po
Normal file
@ -0,0 +1,325 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Dorin Hongu <dhongu@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n"
|
||||
"Language: ro\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Facturat în achiziție"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Facturat în vânzare"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Achiziții"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Criteriile analizei"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Prețul mediu în facturi clienți."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Preț mediu de vânzare"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Preț unitar mediu"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Anulează"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Prețul de catalog"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creat de"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creat în"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nume afișat"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Ciornă, Deschis și Plătit"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Marja estimată"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Marjă estimată (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Vânzare estimate"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Vânzare estimată - Cost normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Vânzare estimată - Cifra de afaceri"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Marja estimată * 100 / Vânzare estimată"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "De la"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Informații generale"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Stare factură"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima modificare la"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima actualizare făcută de"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualizare pe"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Marjă de la data"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Marjă până la data"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Marje"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Cost normal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Cost normal - Cost total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Marje deschise"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Deschis și Plătit"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Plătit"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Marja produs"
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Marje Produs"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Variantă produs"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Categorii proprietăți"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Deficit achizitii"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Achiziții"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Vânzări"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Deficit vânzări"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Preț standard"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Suma de Multiplicare a Pretului facturii si cantitatea de Facturi ale Clientului"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr "Suma de Multiplicare a Pretului de vanzare din catalog si cantitatea Facturilor Clientilor"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Suma Cantitatii in Facturile Clientului"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Către"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Cost total"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Marja totală"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Rata Marjei Totale(%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Marja totala * 100 / Cifra de afaceri"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Cifră de afaceri"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Cifra de afaceri - Pretul standard"
|
326
i18n/ru.po
Normal file
326
i18n/ru.po
Normal file
@ -0,0 +1,326 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Alena Vlasova, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Wil Odoo, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2024\n"
|
||||
"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ru\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Счет-фактура при покупке"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Счет-фактура при продаже"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Куплено"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Критерии анализа"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Avg. Цена в счетах-фактурах клиентов."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "Avg. Цена в счетах поставщиков"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Avg. Цена единицы покупки"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Avg. Цена продажи единицы продукции"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Avg. Цена единицы продукции"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Отменить"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Цена по каталогу"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Создано"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Создано"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Отображаемое имя"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Черновик, открытый и оплаченный"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Ожидаемая маржа"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Ожидаемая маржа (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Ожидаемая распродажа"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Ожидаемая продажа - нормальная стоимость"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Ожидаемые продажи - Оборот"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Ожидаемая маржа * 100 / Ожидаемая продажа"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "От"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Основная информация"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Состояние счета-фактуры"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Последнее обновление"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Последнее обновление"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Дата наложения От"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Дата маржи До"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Отступы"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Нормальная стоимость"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Нормальные затраты - Общие затраты"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Открытые поля"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Открытые и платные"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Оплачено"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Маржа продукта"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Маржинальность продукции"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Вариант продукта"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Категории свойств"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Разрыв в покупке"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Покупки"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Продажи"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Разрыв в продажах"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Стандартная цена"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "Сумма умножения себестоимости и количества счетов поставщика"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Сумма умножения цены счета-фактуры и количества счетов-фактур клиента"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "Сумма умножения цены счета-фактуры и количества счетов поставщика"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr ""
|
||||
"Сумма умножения цены каталога продаж и количества счетов-фактур клиентов"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Сумма количества в счетах-фактурах клиентов"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Сумма количества в счетах поставщиков"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Кому"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Общая стоимость"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Общая маржа"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Общая маржинальная ставка (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Общая маржа * 100 / Оборот"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Rotazione"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Оборот - стандартная цена"
|
324
i18n/sk.po
Normal file
324
i18n/sk.po
Normal file
@ -0,0 +1,324 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sk\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Fakturované v Nákupe"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Fakturované v predaji"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Nakupené"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Kritéria analýzy"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Priem. cena na zákazníckych faktúrach"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Priem. jednotková nákupná cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Priem. jednotková predajná cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Priem. jednotková cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Zrušené"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Katalógová cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Vytvoril"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Vytvorené"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Zobrazovaný názov"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Koncept, otvorené a zaplatené"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Očakávaná marža"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Očakávaná marža (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Očakávaný predaj"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Očakávaný predaj - normálna cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Očakávaný predaj - obrat"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Očakávaná marža * 100 / Očakávaný predaj"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Od"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Všeobecné informácie"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Stav faktúry"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Naposledy upravoval"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Naposledy upravované"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Dátum marže od"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Dátum marže do"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Marže"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Normálna cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Normálny náklad - celkový náklad"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Otvorené marže"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Otvorené a zaplatené"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Zaplatené"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Produktová marža"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Produktové marže"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Varianta produktu"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Kategórie vlastností"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Nákupné rozpätie"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Nákup"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Predaj"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Predajné rozpätie"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Štandardná cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "Súčet násobenia nákupnej ceny a množstva dodávateľských faktúr"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Súčet násobenia faktúrovej ceny a množstva zákazníckych faktúr"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "Súčet násobenia faktúrovej ceny a množstva dodávateľských dokladov"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr ""
|
||||
"Súčet násobenia predajnej katalógovej ceny a množstva zákaznických faktúr"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Súčet množstva na zákazníckych faktúrach "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Súčet množstva na dodávateľských faktúrach"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Do"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Celkové náklady"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Celková marža"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Hodnota celkovej marže(%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Celková marźa * 100 / Obrat"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Obrat"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Obrat - štandardná cena"
|
330
i18n/sl.po
Normal file
330
i18n/sl.po
Normal file
@ -0,0 +1,330 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Vida Potočnik <vida.potocnik@mentis.si>, 2023
|
||||
# matjaz k <matjaz@mentis.si>, 2023
|
||||
# laznikd <laznik@mentis.si>, 2023
|
||||
# Tomaž Jug <tomaz@editor.si>, 2023
|
||||
# jl2035 <jaka.luthar@gmail.com>, 2023
|
||||
# Jasmina Macur <jasmina@hbs.si>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Matjaz Mozetic <m.mozetic@matmoz.si>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Matjaz Mozetic <m.mozetic@matmoz.si>, 2023\n"
|
||||
"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "#Zaračunano v nabavi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Zaračunano v prodaji"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Pogoji analize"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Pov. cena na računih kupca"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Pov. cena na enoto"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Prekliči"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Kataloška cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Ustvaril"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Ustvarjeno"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Prikazani naziv"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Osnutek, Odprto in Plačano"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Pričakovana marža"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Pričakovana marža (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Pričakovana prodaja"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Pričakovana prodaja - normalna nabavna cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Pričakovani prihodek"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Pričakovana razlika * 100/Pričakovana prodaja"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Od"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Splošni podatki"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Status računa"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zadnji posodobil"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zadnjič posodobljeno"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Razlika od"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Razlika do"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Marže"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Normalna cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Normalna cena - Skupna cna"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Odpri razlike"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Odprto in plačano"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Plačano"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Marža"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Marže na izdelkih"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Različica izdelka"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Skupine lastnosti"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Nabava razlika"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Nabava"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Prodaja"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Prodajna razlika"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Standardna cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Vsota prodajne cene in količin na računih kupcev"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "Vsota prodajne cene in količin na računih dobaviteljev"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr "Vsota kataloške cene in količin na računih kupcev"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Vsota količin na računih kupcev"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Do"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Skupni storšek"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Skupna marža"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Skupna marža (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Skupaj razlika * 100/Prihodek"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Prihodek"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Promet - standardna cena"
|
322
i18n/sq.po
Normal file
322
i18n/sq.po
Normal file
@ -0,0 +1,322 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2016-03-31 14:17+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Albanian (http://www.transifex.com/odoo/odoo-9/language/sq/)\n"
|
||||
"Language: sq\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Anullo"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Krijuar nga"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Krijuar me"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Emri i paraqitur"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Modifikimi i fundit në"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Modifikuar per here te fundit nga"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Modifikuar per here te fundit me"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Shitjet"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
329
i18n/sr.po
Normal file
329
i18n/sr.po
Normal file
@ -0,0 +1,329 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Milan Bojovic <mbojovic@outlook.com>, 2023
|
||||
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# コフスタジオ, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: コフスタジオ, 2024\n"
|
||||
"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sr\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Fakturisano u kupovini"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Fakturisano u prodaji"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Kupljeno"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Kriterijum Analize"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Prosečna cena na fakturama kupaca."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "Prosečna cena u računima dobavljača"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Prosečna cena jedinice kupovine"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Prosečna cena jedinice prodaje"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Srednja jedinična cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Otkaži"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Kataloška cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv za prikaz"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Pripremljeno, Otvoreno i Plaćeno"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Očekivana marža"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Očekivana marža (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Očekivana prodaja"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Ocekivana Prodaja - Normalni Troskovi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Ocekivana Prodaja - Obrt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Očekivana marža * 100 / Očekivana prodaja"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Od"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Opšte informacije"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Stanje fakture"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Poslednji put ažurirao"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Poslednji put ažurirano"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Margin Date From"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Margin Date To"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Marže"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Normalna cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Normalni trošak - Ukupni trošak"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Otvorene marže"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Otvoreno i plaćeno"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Plaćeno"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Marza Proizvoda"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Marže proizvoda"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Varijanta proizvoda"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Kategorije Osobina"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Razmak u kupovini"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Nabavke"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Prodaja"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Razmak u prodaji"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Standardna cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Suma količina na fakturama kupca"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Suma količine u računima dobavljača"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Za"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Ukupni trošak"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Ukupna marža"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Ukupna stopa marže(%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Ukupna marža * 100 / Zarada"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Obrt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Promet - Standardna cena"
|
326
i18n/sr@latin.po
Normal file
326
i18n/sr@latin.po
Normal file
@ -0,0 +1,326 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
# Ljubisa Jovev <ljubisa.jovev@gmail.com>, 2017
|
||||
# Nemanja Dragovic <nemanjadragovic94@gmail.com>, 2017
|
||||
# Djordje Marjanovic <djordje_m@yahoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Djordje Marjanovic <djordje_m@yahoo.com>, 2017\n"
|
||||
"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n"
|
||||
"Language: sr@latin\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Kriterijum Analize"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Srednja jedinična cijena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Odustani"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Kataloška cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Datum kreiranja"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv za prikaz"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Pripremljeno, Otvoreno i Plaćeno"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Očekivana marža"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Očekivana marža (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Očekivana prodaja"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Ocekivana Prodaja - Normalni Troskovi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Ocekivana Prodaja - Obrt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Očekivana marža * 100 / Očekivana prodaja"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Od"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Opšti podaci"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Stanje fakture"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnja promena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Promenio"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Vreme promene"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Marže"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Normalna cijena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Normalni trošak - Ukupni trošak"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Otvorene marže"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Otvoreno i plaćeno"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Plaćeno"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Marza Proizvoda"
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Marže proizvoda"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Properties categories"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Razmak u kupovini"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Nabavke"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Prodaja"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Razmak u prodaji"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Standardna cena"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Suma količina na fakturama kupca"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Za"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Ukupni trošak"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Ukupna marža"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Ukupna marža * 100 / Zarada"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Obrt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
333
i18n/sv.po
Normal file
333
i18n/sv.po
Normal file
@ -0,0 +1,333 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Haojun Zou <apollo_zhj@msn.com>, 2023
|
||||
# Robin Calvin, 2023
|
||||
# Chrille Hedberg <hedberg.chrille@gmail.com>, 2023
|
||||
# Jakob Krabbe <jakob.krabbe@vertel.se>, 2023
|
||||
# Kim Asplund <kim.asplund@gmail.com>, 2023
|
||||
# Anders Wallenquist <anders.wallenquist@vertel.se>, 2023
|
||||
# Mikael Åkerberg <mikael.akerberg@mariaakerberg.com>, 2023
|
||||
# Simon S, 2023
|
||||
# Kristoffer Grundström <lovaren@gmail.com>, 2023
|
||||
# Martin Wilderoth <martin.wilderoth@linserv.se>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sv\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Köpta"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Avbryt"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Katalogpris"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Skapad av"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Skapad den"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Visningsnamn"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Från"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Generell information"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Senast uppdaterad av"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Senast uppdaterad den"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Marginaler"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Betalad"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Produktmarginaler"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Produktvariant"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Properties categories"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Inköp"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Försäljning"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Standardpris"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Till"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Total kostnad"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Omsättning"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
324
i18n/ta.po
Normal file
324
i18n/ta.po
Normal file
@ -0,0 +1,324 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2016-02-11 10:09+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Tamil (http://www.transifex.com/odoo/odoo-9/language/ta/)\n"
|
||||
"Language: ta\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: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "ரத்து"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "உருவாக்கியவர்"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
"உருவாக்கப்பட்ட \n"
|
||||
"தேதி"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "காட்சி பெயர்"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "கடைசியாக திருத்திய"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "கடைசியாக புதுப்பிக்கப்பட்டது"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "கடைசியாக புதுப்பிக்கப்பட்டது"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid "Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr ""
|
323
i18n/th.po
Normal file
323
i18n/th.po
Normal file
@ -0,0 +1,323 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: th\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# ออกใบแจ้งหนี้ในการจัดซื้อ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# ออกใบแจ้งหนี้ในการขาย"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# ซื้อแล้ว"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "เกณฑ์การวิเคราะห์"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "ราคาในใบแจ้งหนี้ของลูกค้าเฉลี่ย"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "ราคาในบิลของผู้ขายเฉลี่ย"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "ราคาซื้อต่อหน่วยเฉลี่ย"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "ราคาขายต่อหน่วยเฉลี่ย"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "ราคาต่อหน่วยเฉลี่ย"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "ยกเลิก"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "ราคาแคตตาล็อก"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "สร้างโดย"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "สร้างเมื่อ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "แสดงชื่อ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "ร่าง เปิด และชำระเงิน"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "อัตรากำไรขั้นต้นที่คาดหวัง"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "อัตรากำไรขั้นต้นที่คาดหวัง (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "การขายที่คาดหวัง"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "การขายที่คาดหวัง - ต้นทุนปกติ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "การขายที่คาดหวัง - มูลค่าการซื้อขาย"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "อัตรากำไรขั้นต้นที่คาดหวัง * 100 / การขายที่คาดหวัง"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "จาก"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "ข้อมูลทั่วไป"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ไอดี"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "สถานะใบแจ้งหนี้"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "อัปเดตครั้งล่าสุดโดย"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "อัปเดตครั้งล่าสุดเมื่อ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "วันที่มาร์จิ้นจาก"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "วันที่มาร์จิ้นถึง"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "อัตราส่วน"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "ต้นทุนปกติ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "ต้นทุนปกติ - ต้นทุนรวม"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "เปิดมาร์จิ้น"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "เปิดและชำระเงินแล้ว"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "ชำระแล้ว"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "มาร์จิ้นของสินค้า"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "มาร์จิ้นของสินค้า"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "ตัวเลือกย่อยสินค้า"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "หมวดหมู่คุณสมบัติ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "ช่องว่างการซื้อ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "รายการที่ซื้อ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "การขาย"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "ช่องว่างการขาย"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "ราคามาตรฐาน"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "ผลรวมของการคูณราคาต้นทุนและปริมาณของบิลผู้ขาย"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "ผลรวมของการคูณราคาในใบแจ้งหนี้และปริมาณของใบแจ้งหนี้ของลูกค้า"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "ผลรวมของการคูณราคาในใบแจ้งหนี้และปริมาณบิลของผู้ขาย"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr "ผลรวมของการคูณราคาแค็ตตาล็อกการขายและปริมาณใบแจ้งหนี้ของลูกค้า"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "ผลรวมของปริมาณในใบแจ้งหนี้ของลูกค้า"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "ผลรวมของปริมาณในบิลของผู้ขาย"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "ถึง"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "ต้นทุนทั้งหมด"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "มาร์จิ้นรวม"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "อัตรามาร์จิ้นรวม (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "มาร์จิ้นรวม * 100 / มูลค่าการซื้อขาย"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "มูลค่าการซื้อขาย"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "มูลค่าการซื้อขาย - ราคามาตรฐาน"
|
333
i18n/tr.po
Normal file
333
i18n/tr.po
Normal file
@ -0,0 +1,333 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# UNIBRAVO SOFTWARE <unibravo@gmail.com>, 2023
|
||||
# Tugay Hatıl <tugayh@projetgrup.com>, 2023
|
||||
# Buket Şeker <buket_skr@hotmail.com>, 2023
|
||||
# Ediz Duman <neps1192@gmail.com>, 2023
|
||||
# Ramiz Deniz Öner <deniz@denizoner.com>, 2023
|
||||
# Levent Karakaş <levent@mektup.at>, 2023
|
||||
# Murat Kaplan <muratk@projetgrup.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2023\n"
|
||||
"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: tr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Alımda Faturalandı"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Satışta Faturalandı"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "Satınalma Sayısı"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Analiz Kriteri"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Müşteri Faturalarındaki Fiyatın Ortalaması"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "Ort. Tedarikçi Faturalarındaki Fiyat"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Ort. Satınalma birim fiyatı"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Ort. Satış birim fiyatı"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Ort. Birim Fiyat"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "İptal"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Katalog Fiyatı"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Oluşturan"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Oluşturulma"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Görünüm Adı"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Taslak, Açık ve Ödenmiş"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Tahmini Kâr"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Tahmini Kâr (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Tahmini Satış"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Beklenen Satış - Normal Maliyet"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Beklenen satış - İş hacmi (Ciro)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Tahmini Kâr * 100 / Tahmini Satış"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Başlama"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Genel Bilgi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Fatura Durumu"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Son Güncelleyen"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Son Güncelleme"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Marj Başlama Tarihi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Marj Bitiş Tarihi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Kar Marjı"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Normal Maliyet"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Normal Maliyet - Toplam Maliyet"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Açık Marj"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Açık ve Ödendi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Ödendi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Ürün Kar Marjı"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Ürün Marjları"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Ürün Varyantı"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Özellik Grupları"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Alış Farkı"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Satınalma"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Satış"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Satış Farkı"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Standart Maliyet"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr ""
|
||||
"Tedarikçi Faturalarındaki Maliyeti Fiyatı ve Miktarın Çarpımlarının Toplamı"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Fatura fiyat çarpımı toplamı ve Müşteri Faturaları miktarı"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
"Tedarikçi faturalarındaki fatura fiyatı ve miktarın çarpımlarının toplamı"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr "Müşteri Faturaları Satış Katalog fiyat ve miktar çarpımı toplamı"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Müşteri faturalarındaki miktarların toplamı"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Tedarikçi Faturalarındaki Miktarın Toplamı"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Bitiş"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Toplam Maliyet"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Toplam Kâr"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Toplam Marj Oranı (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Toplam margin * 100 / Ciro"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Devir Hızı"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Ciro - Standart maliyet"
|
325
i18n/uk.po
Normal file
325
i18n/uk.po
Normal file
@ -0,0 +1,325 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: uk\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "К-сть рахунків у Купівлі"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "К-сть виставлених рахунків у Продажі"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "К-сть придбаного"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Аналіз критеріїв"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Сер. ціна в рахунках клієнта."
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "Сер. ціна в рахунках постачальників"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Сер. ціна одиниці купівлі"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Сер. ціна одиниці продажу"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Середня ціна одиниці"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Скасувати"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Ціна каталогу"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Створив"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Створено"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Назва для відображення"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Чорновий, відкрито та оплачено"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Очікувана маржа"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Очікувана маржа (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Очікуваний продаж"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Очікуваний продаж - Нормальна вартість"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Очікуваний продаж - Оборот"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Очікувана маржа * 100 / Очікуваний продаж"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Від"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Загальна інформація"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Стан рахунку"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Востаннє оновив"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Останнє оновлення"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Дата маржі з"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Дата маржі до"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Маржі"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Нормальна вартість"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Нормальна вартість - Загальна вартість"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Відкрити маржу"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Відкрити та заплатити"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Оплачено"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Маржа товару"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Маржі товару"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Варіант товару"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Категорії властивостей"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Розрив закупівлі"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Купівлі"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Продажі"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Розрив продажу"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Стандартна ціна"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "Сума множення ціни на вартість та кількість виставлених рахунків"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Сума множення цін на рахунки-фактури та кількість рахунків клієнтів"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr ""
|
||||
"Сума множення цін на рахунки-фактури та кількість рахунків постачальників"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr ""
|
||||
"Сума множення цінового каталогу продажу та кількості рахунків клієнтів"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Сума кількості в рахунках клієнта"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Сума кількості в рахунках постачальника"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "До"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Загальна вартість"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Загальна маржа"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Загальна ставка маржі(%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Загальна маржа* 100 / Оборот"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Оборот"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Оборот - Стандартна ціна"
|
325
i18n/vi.po
Normal file
325
i18n/vi.po
Normal file
@ -0,0 +1,325 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
# Thi Huong Nguyen, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Thi Huong Nguyen, 2023\n"
|
||||
"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: vi\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# Đã lập hoá đơn trong mua hàng"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# Đã lập hoá đơn trong bán hàng"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# Đã mua"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "Tiêu chí phân tích"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "Giá trung bình trên hóa đơn bán hàng"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "Giá trung bình trên hoá đơn mua hàng"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "Đơn giá mua trung bình"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "Đơn giá bán trung bình"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "Đơn giá trung bình"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "Hủy"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "Giá danh mục"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Được tạo bởi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Được tạo vào"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Tên hiển thị"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "Nháp, mở và đã thanh toán"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "Biên lợi nhuận dự kiến"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "Biên lợi nhuận dự kiến (%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "Bán hàng dự kiến"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "Bán hàng dự kiến - Chi phí thông thường"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "Bán hàng dự kiến - Doanh số"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "Biên lợi nhuận dự kiến * 100/Bán hàng dự kiến"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "Từ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "Thông tin Tổng quan"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "Trạng thái hóa đơn"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Cập nhật lần cuối bởi"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Cập nhật lần cuối vào"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "Ngày tính biên lợi nhuận từ"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "Ngày tính biên lợi nhuận đến"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "Biên lợi nhuận"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "Chi phí thông thường"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "Chi phí thông thường - Tổng chi phí"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "Biên lợi nhuận mở"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "Mở và đã thanh toán"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "Đã thanh toán"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "Biên lợi nhuận sản phẩm"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "Biên lợi nhuận sản phẩm"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "Biến thể sản phẩm"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "Danh mục thuộc tính"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "Chênh lệch mua hàng"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "Mua hàng"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "Bán hàng"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "Chênh lệch bán hàng"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "Giá tiêu chuẩn"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "Tổng của bội số giữa giá vốn và số lượng trên hóa đơn mua hàng"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "Tổng của bội số giữa giá hoá đơn và số lượng trên hóa đơn bán hàng"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "Tổng của bội số giữa giá hoá đơn và số lượng trên hóa đơn mua hàng"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr ""
|
||||
"Tổng của bội số giữa giá danh mục bán hàng và số lượng trên hóa đơn bán hàng"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "Tổng số lượng trên hóa đơn bán hàng"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "Tổng số lượng trên hoá đơn mua hàng"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "Đến"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "Tổng chi phí"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "Tổng biên lợi nhuận"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "Tổng tỷ lệ biên lợi nhuận(%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "Tổng biên lợi nhuận * 100/Doanh số"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "Doanh số"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "Doanh số - Giá tiêu chuẩn"
|
323
i18n/zh_CN.po
Normal file
323
i18n/zh_CN.po
Normal file
@ -0,0 +1,323 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# 采购结算"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "# 销售结算"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# 采购笔数"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "分析准则"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "客户结算单中的平均价格"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "供应商账单的平均价格"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "平均采购单价"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "平均销售单价"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "平均单价"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "目录价格"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "创建人"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "创建日期"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "显示名称"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "草稿、开放和已支付"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "预期毛利"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "预期毛利(%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "预计销售"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "预计销售 - 标准成本"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "预计销售 - 营业额"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "预期毛利 * 100 / 预期销售"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "来自"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "基本信息"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "结算单状态"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "最后更新人"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "上次更新日期"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "毛利开始日"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "毛利结束日"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "毛利"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "正常成本"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "正常成本 - 总成本"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "开放毛利"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "开放和已支付"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "已支"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "产品毛利"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "产品毛利"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "产品变体"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "属性类别"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "采购差距"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "采购"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "销售"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "销售差距"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "标准价格"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "供应商发票成本价和数量的相乘的总和"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "客户结算单的开票价格和数量相乘的汇总"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "供应商结算单结算单价格和数量的乘积汇总"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr "客户结算单的销售分类价格和数量相乘的汇总"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "客户结算单数量合计"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "供应商发票数量总和"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "至"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "总成本"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "总毛利"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "总毛利率(%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "总毛利* 100 / 营业额"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "营业额"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "营业额 - 标准价格"
|
323
i18n/zh_TW.po
Normal file
323
i18n/zh_TW.po
Normal file
@ -0,0 +1,323 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_margin
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2023\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_TW\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "# Invoiced in Purchase"
|
||||
msgstr "# 採購已開立發票"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "# Invoiced in Sale"
|
||||
msgstr "已開立銷售發票數目"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "# Purchased"
|
||||
msgstr "# 採購筆數"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Analysis Criteria"
|
||||
msgstr "分析準則"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Price in Customer Invoices."
|
||||
msgstr "客戶帳單中的平均價格"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Price in Vendor Bills"
|
||||
msgstr "供應商賬單平均價格"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_avg_price
|
||||
msgid "Avg. Purchase Unit Price"
|
||||
msgstr "平均採購單價"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_avg_price
|
||||
msgid "Avg. Sale Unit Price"
|
||||
msgstr "平均銷售單價"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Avg. Unit Price"
|
||||
msgstr "平均單價"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Catalog Price"
|
||||
msgstr "目錄價格"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "建立人員"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__create_date
|
||||
msgid "Created on"
|
||||
msgstr "建立於"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "顯示名稱"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__draft_open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__draft_open_paid
|
||||
msgid "Draft, Open and Paid"
|
||||
msgstr "草稿、開放和已支付"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Margin"
|
||||
msgstr "預計毛利"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected Margin (%)"
|
||||
msgstr "預計毛利(%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sale_expected
|
||||
msgid "Expected Sale"
|
||||
msgstr "預計銷售"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin
|
||||
msgid "Expected Sale - Normal Cost"
|
||||
msgstr "預計銷售 - 一般成本"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sales_gap
|
||||
msgid "Expected Sale - Turn Over"
|
||||
msgstr "預計銷售 - 營業額"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__expected_margin_rate
|
||||
msgid "Expected margin * 100 / Expected Sale"
|
||||
msgstr "預計毛利 * 100 / 預計銷售"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__from_date
|
||||
msgid "From"
|
||||
msgstr "由"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "General Information"
|
||||
msgstr "一般資訊"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__id
|
||||
msgid "ID"
|
||||
msgstr "識別號"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__invoice_state
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__invoice_state
|
||||
msgid "Invoice State"
|
||||
msgstr "帳單狀態"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "最後更新者"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "最後更新於"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_from
|
||||
msgid "Margin Date From"
|
||||
msgstr "毛利開始日"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__date_to
|
||||
msgid "Margin Date To"
|
||||
msgstr "毛利結束日"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Margins"
|
||||
msgstr "邊界"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__normal_cost
|
||||
msgid "Normal Cost"
|
||||
msgstr "一般成本"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_gap
|
||||
msgid "Normal Cost - Total Cost"
|
||||
msgstr "一般成本 - 總成本"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Open Margins"
|
||||
msgstr "開放毛利"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__open_paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__open_paid
|
||||
msgid "Open and Paid"
|
||||
msgstr "開放和已支付"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_margin__invoice_state__paid
|
||||
#: model:ir.model.fields.selection,name:product_margin.selection__product_product__invoice_state__paid
|
||||
msgid "Paid"
|
||||
msgstr "已付款"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_margin
|
||||
msgid "Product Margin"
|
||||
msgstr "產品毛利"
|
||||
|
||||
#. module: product_margin
|
||||
#. odoo-python
|
||||
#: code:addons/product_margin/wizard/product_margin.py:0
|
||||
#: model:ir.actions.act_window,name:product_margin.product_margin_act_window
|
||||
#: model:ir.ui.menu,name:product_margin.menu_action_product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_graph
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
#, python-format
|
||||
msgid "Product Margins"
|
||||
msgstr "產品毛利"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model,name:product_margin.model_product_product
|
||||
msgid "Product Variant"
|
||||
msgstr "產品款式"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.product_margin_form_view
|
||||
msgid "Properties categories"
|
||||
msgstr "屬性類別"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__purchase_gap
|
||||
msgid "Purchase Gap"
|
||||
msgstr "採購差距"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Purchases"
|
||||
msgstr "採購"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Sales"
|
||||
msgstr "銷售"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__sales_gap
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Sales Gap"
|
||||
msgstr "銷售差距"
|
||||
|
||||
#. module: product_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_form
|
||||
msgid "Standard Price"
|
||||
msgstr "標準價格"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__normal_cost
|
||||
msgid "Sum of Multiplication of Cost price and quantity of Vendor Bills"
|
||||
msgstr "供應商發票成本價和數量的相乘的總和"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__turnover
|
||||
msgid ""
|
||||
"Sum of Multiplication of Invoice price and quantity of Customer Invoices"
|
||||
msgstr "客戶發票的開立發票價格和數量相乘的匯總"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_cost
|
||||
msgid "Sum of Multiplication of Invoice price and quantity of Vendor Bills "
|
||||
msgstr "供應商發票成本價與數量的乘積總和"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_expected
|
||||
msgid ""
|
||||
"Sum of Multiplication of Sale Catalog price and quantity of Customer "
|
||||
"Invoices"
|
||||
msgstr "客戶發票的銷售分類價格和數量相乘的匯總"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__sale_num_invoiced
|
||||
msgid "Sum of Quantity in Customer Invoices"
|
||||
msgstr "客戶發票數量合計"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__purchase_num_invoiced
|
||||
msgid "Sum of Quantity in Vendor Bills"
|
||||
msgstr "供應商發票中數量總和"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_margin__to_date
|
||||
msgid "To"
|
||||
msgstr "至"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_cost
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Cost"
|
||||
msgstr "總成本"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Total Margin"
|
||||
msgstr "總毛利"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total Margin Rate(%)"
|
||||
msgstr "總毛利率(%)"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin_rate
|
||||
msgid "Total margin * 100 / Turnover"
|
||||
msgstr "總毛利 * 100 / 營業額"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,field_description:product_margin.field_product_product__turnover
|
||||
#: model_terms:ir.ui.view,arch_db:product_margin.view_product_margin_tree
|
||||
msgid "Turnover"
|
||||
msgstr "營業額"
|
||||
|
||||
#. module: product_margin
|
||||
#: model:ir.model.fields,help:product_margin.field_product_product__total_margin
|
||||
msgid "Turnover - Standard price"
|
||||
msgstr "營業額 - 標準價格"
|
4
models/__init__.py
Normal file
4
models/__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import product_product
|
168
models/product_product.py
Normal file
168
models/product_product.py
Normal file
@ -0,0 +1,168 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
import itertools
|
||||
import time
|
||||
|
||||
from odoo import api, fields, models
|
||||
|
||||
|
||||
class ProductProduct(models.Model):
|
||||
_inherit = "product.product"
|
||||
|
||||
date_from = fields.Date(compute='_compute_product_margin_fields_values', string='Margin Date From')
|
||||
date_to = fields.Date(compute='_compute_product_margin_fields_values', string='Margin Date To')
|
||||
invoice_state = fields.Selection(compute='_compute_product_margin_fields_values',
|
||||
selection=[
|
||||
('paid', 'Paid'),
|
||||
('open_paid', 'Open and Paid'),
|
||||
('draft_open_paid', 'Draft, Open and Paid')
|
||||
], string='Invoice State', readonly=True)
|
||||
sale_avg_price = fields.Float(compute='_compute_product_margin_fields_values', string='Avg. Sale Unit Price',
|
||||
help="Avg. Price in Customer Invoices.")
|
||||
purchase_avg_price = fields.Float(compute='_compute_product_margin_fields_values', string='Avg. Purchase Unit Price',
|
||||
help="Avg. Price in Vendor Bills")
|
||||
sale_num_invoiced = fields.Float(compute='_compute_product_margin_fields_values', string='# Invoiced in Sale',
|
||||
help="Sum of Quantity in Customer Invoices")
|
||||
purchase_num_invoiced = fields.Float(compute='_compute_product_margin_fields_values', string='# Invoiced in Purchase',
|
||||
help="Sum of Quantity in Vendor Bills")
|
||||
sales_gap = fields.Float(compute='_compute_product_margin_fields_values', string='Sales Gap',
|
||||
help="Expected Sale - Turn Over")
|
||||
purchase_gap = fields.Float(compute='_compute_product_margin_fields_values', string='Purchase Gap',
|
||||
help="Normal Cost - Total Cost")
|
||||
turnover = fields.Float(compute='_compute_product_margin_fields_values', string='Turnover',
|
||||
help="Sum of Multiplication of Invoice price and quantity of Customer Invoices")
|
||||
total_cost = fields.Float(compute='_compute_product_margin_fields_values', string='Total Cost',
|
||||
help="Sum of Multiplication of Invoice price and quantity of Vendor Bills ")
|
||||
sale_expected = fields.Float(compute='_compute_product_margin_fields_values', string='Expected Sale',
|
||||
help="Sum of Multiplication of Sale Catalog price and quantity of Customer Invoices")
|
||||
normal_cost = fields.Float(compute='_compute_product_margin_fields_values', string='Normal Cost',
|
||||
help="Sum of Multiplication of Cost price and quantity of Vendor Bills")
|
||||
total_margin = fields.Float(compute='_compute_product_margin_fields_values', string='Total Margin',
|
||||
help="Turnover - Standard price")
|
||||
expected_margin = fields.Float(compute='_compute_product_margin_fields_values', string='Expected Margin',
|
||||
help="Expected Sale - Normal Cost")
|
||||
total_margin_rate = fields.Float(compute='_compute_product_margin_fields_values', string='Total Margin Rate(%)',
|
||||
help="Total margin * 100 / Turnover")
|
||||
expected_margin_rate = fields.Float(compute='_compute_product_margin_fields_values', string='Expected Margin (%)',
|
||||
help="Expected margin * 100 / Expected Sale")
|
||||
|
||||
@api.model
|
||||
def _read_group(self, domain, groupby=(), aggregates=(), having=(), offset=0, limit=None, order=None):
|
||||
"""
|
||||
Inherit _read_group to calculate the sum of the non-stored fields, as it is not automatically done anymore through the XML.
|
||||
"""
|
||||
fields_list = ['turnover', 'sale_avg_price', 'sale_purchase_price', 'sale_num_invoiced', 'purchase_num_invoiced',
|
||||
'sales_gap', 'purchase_gap', 'total_cost', 'sale_expected', 'normal_cost', 'total_margin',
|
||||
'expected_margin', 'total_margin_rate', 'expected_margin_rate']
|
||||
SPECIAL = {f'{field_name}:sum' for field_name in fields_list} # Only sum is allowed
|
||||
|
||||
if SPECIAL.isdisjoint(aggregates):
|
||||
return super()._read_group(domain, groupby, aggregates, having, offset, limit, order)
|
||||
|
||||
base_aggregates = [*(agg for agg in aggregates if agg not in SPECIAL), 'id:recordset']
|
||||
base_result = super()._read_group(domain, groupby, base_aggregates, having, offset, limit, order)
|
||||
|
||||
# Force the compute with all records
|
||||
all_records = self.browse().union(*(item[-1] for item in base_result))
|
||||
all_records._compute_product_margin_fields_values()
|
||||
|
||||
# base_result = [(a1, b1, records), (a2, b2, records), ...]
|
||||
result = []
|
||||
for *other, records in base_result:
|
||||
for index, spec in enumerate(itertools.chain(groupby, aggregates)):
|
||||
if spec in SPECIAL:
|
||||
field_name = spec.split(':')[0]
|
||||
other.insert(index, sum(records.mapped(field_name)))
|
||||
result.append(tuple(other))
|
||||
|
||||
return result
|
||||
|
||||
def _compute_product_margin_fields_values(self):
|
||||
date_from = self.env.context.get('date_from', time.strftime('%Y-01-01'))
|
||||
date_to = self.env.context.get('date_to', time.strftime('%Y-12-31'))
|
||||
invoice_state = self.env.context.get('invoice_state', 'open_paid')
|
||||
res = {
|
||||
product_id: {'date_from': date_from, 'date_to': date_to, 'invoice_state': invoice_state, 'turnover': 0.0,
|
||||
'sale_avg_price': 0.0, 'purchase_avg_price': 0.0, 'sale_num_invoiced': 0.0, 'purchase_num_invoiced': 0.0,
|
||||
'sales_gap': 0.0, 'purchase_gap': 0.0, 'total_cost': 0.0, 'sale_expected': 0.0, 'normal_cost': 0.0, 'total_margin': 0.0,
|
||||
'expected_margin': 0.0, 'total_margin_rate': 0.0, 'expected_margin_rate': 0.0}
|
||||
for product_id in self.ids
|
||||
}
|
||||
states = ()
|
||||
payment_states = ()
|
||||
if invoice_state == 'paid':
|
||||
states = ('posted',)
|
||||
payment_states = ('in_payment', 'paid', 'reversed')
|
||||
elif invoice_state == 'open_paid':
|
||||
states = ('posted',)
|
||||
payment_states = ('not_paid', 'in_payment', 'paid', 'reversed', 'partial')
|
||||
elif invoice_state == 'draft_open_paid':
|
||||
states = ('posted', 'draft')
|
||||
payment_states = ('not_paid', 'in_payment', 'paid', 'reversed', 'partial')
|
||||
if "force_company" in self.env.context:
|
||||
company_id = self.env.context['force_company']
|
||||
else:
|
||||
company_id = self.env.company.id
|
||||
self.env['account.move.line'].flush_model(['price_unit', 'quantity', 'balance', 'product_id', 'display_type'])
|
||||
self.env['account.move'].flush_model(['state', 'payment_state', 'move_type', 'invoice_date', 'company_id'])
|
||||
self.env['product.template'].flush_model(['list_price'])
|
||||
sqlstr = """
|
||||
WITH currency_rate AS MATERIALIZED ({})
|
||||
SELECT
|
||||
l.product_id as product_id,
|
||||
SUM(
|
||||
l.price_unit / (CASE COALESCE(cr.rate, 0) WHEN 0 THEN 1.0 ELSE cr.rate END) *
|
||||
l.quantity * (CASE WHEN i.move_type IN ('out_invoice', 'in_invoice') THEN 1 ELSE -1 END) * ((100 - l.discount) * 0.01)
|
||||
) / NULLIF(SUM(l.quantity * (CASE WHEN i.move_type IN ('out_invoice', 'in_invoice') THEN 1 ELSE -1 END)), 0) AS avg_unit_price,
|
||||
SUM(l.quantity * (CASE WHEN i.move_type IN ('out_invoice', 'in_invoice') THEN 1 ELSE -1 END)) AS num_qty,
|
||||
SUM(ABS(l.balance) * (CASE WHEN i.move_type IN ('out_invoice', 'in_invoice') THEN 1 ELSE -1 END)) AS total,
|
||||
SUM(l.quantity * pt.list_price * (CASE WHEN i.move_type IN ('out_invoice', 'in_invoice') THEN 1 ELSE -1 END)) AS sale_expected
|
||||
FROM account_move_line l
|
||||
LEFT JOIN account_move i ON (l.move_id = i.id)
|
||||
LEFT JOIN product_product product ON (product.id=l.product_id)
|
||||
LEFT JOIN product_template pt ON (pt.id = product.product_tmpl_id)
|
||||
left join currency_rate cr on
|
||||
(cr.currency_id = i.currency_id and
|
||||
cr.company_id = i.company_id and
|
||||
cr.date_start <= COALESCE(i.invoice_date, NOW()) and
|
||||
(cr.date_end IS NULL OR cr.date_end > COALESCE(i.invoice_date, NOW())))
|
||||
WHERE l.product_id IN %s
|
||||
AND i.state IN %s
|
||||
AND i.payment_state IN %s
|
||||
AND i.move_type IN %s
|
||||
AND i.invoice_date BETWEEN %s AND %s
|
||||
AND i.company_id = %s
|
||||
AND l.display_type = 'product'
|
||||
GROUP BY l.product_id
|
||||
""".format(self.env['res.currency']._select_companies_rates())
|
||||
invoice_types = ('out_invoice', 'out_refund')
|
||||
self.env.cr.execute(sqlstr, (tuple(self.ids), states, payment_states, invoice_types, date_from, date_to, company_id))
|
||||
for product_id, avg, qty, total, sale in self.env.cr.fetchall():
|
||||
res[product_id]['sale_avg_price'] = avg and avg or 0.0
|
||||
res[product_id]['sale_num_invoiced'] = qty and qty or 0.0
|
||||
res[product_id]['turnover'] = total and total or 0.0
|
||||
res[product_id]['sale_expected'] = sale and sale or 0.0
|
||||
res[product_id]['sales_gap'] = res[product_id]['sale_expected'] - res[product_id]['turnover']
|
||||
res[product_id]['total_margin'] = res[product_id]['turnover']
|
||||
res[product_id]['expected_margin'] = res[product_id]['sale_expected']
|
||||
res[product_id]['total_margin_rate'] = res[product_id]['turnover'] and res[product_id]['total_margin'] * 100 / res[product_id]['turnover'] or 0.0
|
||||
res[product_id]['expected_margin_rate'] = res[product_id]['sale_expected'] and res[product_id]['expected_margin'] * 100 / res[product_id]['sale_expected'] or 0.0
|
||||
|
||||
ctx = self.env.context.copy()
|
||||
ctx['force_company'] = company_id
|
||||
invoice_types = ('in_invoice', 'in_refund')
|
||||
self.env.cr.execute(sqlstr, (tuple(self.ids), states, payment_states, invoice_types, date_from, date_to, company_id))
|
||||
for product_id, avg, qty, total, dummy in self.env.cr.fetchall():
|
||||
res[product_id]['purchase_avg_price'] = avg and avg or 0.0
|
||||
res[product_id]['purchase_num_invoiced'] = qty and qty or 0.0
|
||||
res[product_id]['total_cost'] = total and total or 0.0
|
||||
res[product_id]['total_margin'] = res[product_id].get('turnover', 0.0) - res[product_id]['total_cost']
|
||||
res[product_id]['total_margin_rate'] = res[product_id].get('turnover', 0.0) and res[product_id]['total_margin'] * 100 / res[product_id].get('turnover', 0.0) or 0.0
|
||||
for product in self:
|
||||
res[product.id]['normal_cost'] = product.standard_price * res[product.id]['purchase_num_invoiced']
|
||||
res[product.id]['purchase_gap'] = res[product.id]['normal_cost'] - res[product.id]['total_cost']
|
||||
res[product.id]['expected_margin'] = res[product.id].get('sale_expected', 0.0) - res[product.id]['normal_cost']
|
||||
res[product.id]['expected_margin_rate'] = res[product.id].get('sale_expected', 0.0) and res[product.id]['expected_margin'] * 100 / res[product.id].get('sale_expected', 0.0) or 0.0
|
||||
product.update(res[product.id])
|
||||
return res
|
2
security/ir.model.access.csv
Normal file
2
security/ir.model.access.csv
Normal file
@ -0,0 +1,2 @@
|
||||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||
access_product_margin,access.product.margin,model_product_margin,account.group_account_user,1,1,1,0
|
|
4
tests/__init__.py
Normal file
4
tests/__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import test_product_margin
|
67
tests/test_product_margin.py
Normal file
67
tests/test_product_margin.py
Normal file
@ -0,0 +1,67 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
from odoo.addons.account.tests.common import AccountTestInvoicingCommon
|
||||
from odoo.tests import tagged
|
||||
|
||||
|
||||
@tagged('post_install', '-at_install')
|
||||
class TestProductMargin(AccountTestInvoicingCommon):
|
||||
|
||||
def test_product_margin(self):
|
||||
''' In order to test the product_margin module '''
|
||||
|
||||
supplier = self.env['res.partner'].create({'name': 'Supplier'})
|
||||
customer = self.env['res.partner'].create({'name': 'Customer'})
|
||||
ipad = self.env['product.product'].create({
|
||||
'name': 'Ipad',
|
||||
'standard_price': 500.0,
|
||||
'list_price': 750.0,
|
||||
})
|
||||
|
||||
invoices = self.env['account.move'].create([
|
||||
{
|
||||
'move_type': 'in_invoice',
|
||||
'partner_id': supplier.id,
|
||||
'invoice_line_ids': [(0, 0, {'product_id': ipad.id, 'quantity': 10.0, 'price_unit': 300.0})],
|
||||
},
|
||||
{
|
||||
'move_type': 'in_invoice',
|
||||
'partner_id': supplier.id,
|
||||
'invoice_line_ids': [(0, 0, {'product_id': ipad.id, 'quantity': 4.0, 'price_unit': 450.0})],
|
||||
},
|
||||
{
|
||||
'move_type': 'out_invoice',
|
||||
'partner_id': customer.id,
|
||||
'invoice_line_ids': [(0, 0, {'product_id': ipad.id, 'quantity': 20.0, 'price_unit': 750.0})],
|
||||
},
|
||||
{
|
||||
'move_type': 'out_invoice',
|
||||
'partner_id': customer.id,
|
||||
'invoice_line_ids': [(0, 0, {'product_id': ipad.id, 'quantity': 10.0, 'price_unit': 550.0})],
|
||||
},
|
||||
])
|
||||
invoices.invoice_date = invoices[0].date
|
||||
invoices.action_post()
|
||||
|
||||
result = ipad._compute_product_margin_fields_values()
|
||||
|
||||
# Sale turnover ( Quantity * Price Subtotal / Quantity)
|
||||
sale_turnover = ((20.0 * 750.00) + (10.0 * 550.00))
|
||||
|
||||
# Expected sale (Total quantity * Sale price)
|
||||
sale_expected = (750.00 * 30.0)
|
||||
|
||||
# Purchase total cost (Quantity * Unit price)
|
||||
purchase_total_cost = ((10.0 * 300.00) + (4.0 * 450.00))
|
||||
|
||||
# Purchase normal cost ( Total quantity * Cost price)
|
||||
purchase_normal_cost = (14.0 * 500.00)
|
||||
|
||||
total_margin = sale_turnover - purchase_total_cost
|
||||
expected_margin = sale_expected - purchase_normal_cost
|
||||
|
||||
# Check total margin
|
||||
self.assertEqual(result[ipad.id]['total_margin'], total_margin, "Wrong Total Margin.")
|
||||
|
||||
# Check expected margin
|
||||
self.assertEqual(result[ipad.id]['expected_margin'], expected_margin, "Wrong Expected Margin.")
|
89
views/product_product_views.xml
Normal file
89
views/product_product_views.xml
Normal file
@ -0,0 +1,89 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record model="ir.ui.view" id="view_product_margin_graph">
|
||||
<field name="name">product.margin.graph</field>
|
||||
<field name="model">product.product</field>
|
||||
<field name="priority" eval="50"/>
|
||||
<field name="arch" type="xml">
|
||||
<graph string="Product Margins" sample="1">
|
||||
<field name="product_tmpl_id"/>
|
||||
<field name="total_margin" type="measure" operator="+"/>
|
||||
</graph>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record id="view_product_margin_form" model="ir.ui.view">
|
||||
<field name="name">product.margin.form.inherit</field>
|
||||
<field name="model">product.product</field>
|
||||
<field name="priority">50</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Product Margins">
|
||||
<group col="4">
|
||||
<field name="name"/>
|
||||
<field name="default_code"/>
|
||||
</group>
|
||||
<notebook>
|
||||
<page string="Margins" name="margins">
|
||||
<group string="Analysis Criteria">
|
||||
<field name="date_from"/>
|
||||
<field name="date_to"/>
|
||||
<newline/>
|
||||
<field name="invoice_state" />
|
||||
|
||||
<separator string="Sales" colspan="4"/>
|
||||
<field name="sale_avg_price" string="Avg. Unit Price"/>
|
||||
<field name="list_price" string="Catalog Price" readonly="1"/>
|
||||
<field name="sale_num_invoiced" />
|
||||
<field name="sales_gap" />
|
||||
<field name="turnover" />
|
||||
<field name="sale_expected" />
|
||||
|
||||
<separator string="Purchases" colspan="4"/>
|
||||
<field name="purchase_avg_price" string="Avg. Unit Price"/>
|
||||
<field name="standard_price" string="Standard Price"/>
|
||||
<field name="purchase_num_invoiced" />
|
||||
<field name="purchase_gap" />
|
||||
<field name="total_cost" />
|
||||
<field name="normal_cost" />
|
||||
|
||||
<separator string="Margins" colspan="4"/>
|
||||
<field name="total_margin"/>
|
||||
<field name="expected_margin"/>
|
||||
<field name="total_margin_rate" widget="progressbar"/>
|
||||
<field name="expected_margin_rate" widget="progressbar"/>
|
||||
</group>
|
||||
</page>
|
||||
</notebook>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record id="view_product_margin_tree" model="ir.ui.view">
|
||||
<field name="name">product.margin.tree</field>
|
||||
<field name="model">product.product</field>
|
||||
<field name="priority" eval="50"/>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Product Margins">
|
||||
<field name="name"/>
|
||||
<field name="default_code"/>
|
||||
<field name="sale_avg_price"/>
|
||||
<field name="sale_num_invoiced"/>
|
||||
<field name="turnover" sum="Turnover"/>
|
||||
<field name="sales_gap" sum="Sales Gap"/>
|
||||
<field name="total_cost" sum="Total Cost"/>
|
||||
<field name="purchase_num_invoiced" string="# Purchased"/>
|
||||
<field name="total_margin" sum="Total Margin"/>
|
||||
<field name="expected_margin"/>
|
||||
<field name="total_margin_rate" widget="progressbar"/>
|
||||
<field name="expected_margin_rate" widget="progressbar"/>
|
||||
<field name="categ_id" column_invisible="True"/>
|
||||
<field name="uom_id" column_invisible="True"/>
|
||||
<field name="type" column_invisible="True"/>
|
||||
<field name="company_id" column_invisible="True"/>
|
||||
</tree>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<menuitem action="product_margin_act_window" id="menu_action_product_margin" name="Product Margins" sequence="20" parent="account.account_reports_management_menu"/>
|
||||
|
||||
</odoo>
|
4
wizard/__init__.py
Normal file
4
wizard/__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import product_margin
|
56
wizard/product_margin.py
Normal file
56
wizard/product_margin.py
Normal file
@ -0,0 +1,56 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
import time
|
||||
|
||||
from odoo import api, fields, models, _
|
||||
|
||||
|
||||
class ProductMargin(models.TransientModel):
|
||||
_name = 'product.margin'
|
||||
_description = 'Product Margin'
|
||||
|
||||
from_date = fields.Date('From', default=time.strftime('%Y-01-01'))
|
||||
to_date = fields.Date('To', default=time.strftime('%Y-12-31'))
|
||||
invoice_state = fields.Selection([
|
||||
('paid', 'Paid'),
|
||||
('open_paid', 'Open and Paid'),
|
||||
('draft_open_paid', 'Draft, Open and Paid'),
|
||||
], 'Invoice State', required=True, default="open_paid")
|
||||
|
||||
def action_open_window(self):
|
||||
self.ensure_one()
|
||||
context = dict(self.env.context, create=False, edit=False)
|
||||
|
||||
def ref(xml_id):
|
||||
proxy = self.env['ir.model.data']
|
||||
return proxy._xmlid_lookup(xml_id)[1]
|
||||
|
||||
search_view_id = ref('product.product_search_form_view')
|
||||
graph_view_id = ref('product_margin.view_product_margin_graph')
|
||||
form_view_id = ref('product_margin.view_product_margin_form')
|
||||
tree_view_id = ref('product_margin.view_product_margin_tree')
|
||||
|
||||
context.update(invoice_state=self.invoice_state)
|
||||
|
||||
if self.from_date:
|
||||
context.update(date_from=self.from_date)
|
||||
|
||||
if self.to_date:
|
||||
context.update(date_to=self.to_date)
|
||||
|
||||
views = [
|
||||
(tree_view_id, 'tree'),
|
||||
(form_view_id, 'form'),
|
||||
(graph_view_id, 'graph')
|
||||
]
|
||||
return {
|
||||
'name': _('Product Margins'),
|
||||
'context': context,
|
||||
"view_mode": 'tree,form,graph',
|
||||
'res_model': 'product.product',
|
||||
'type': 'ir.actions.act_window',
|
||||
'views': views,
|
||||
'view_id': False,
|
||||
'search_view_id': [search_view_id],
|
||||
}
|
28
wizard/product_margin_view.xml
Normal file
28
wizard/product_margin_view.xml
Normal file
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="product_margin_form_view" model="ir.ui.view">
|
||||
<field name="name">product.margin.form</field>
|
||||
<field name="model">product.margin</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Properties categories">
|
||||
<group col="4" string="General Information">
|
||||
<field name="from_date" />
|
||||
<field name="to_date" />
|
||||
<field name="invoice_state" />
|
||||
</group>
|
||||
<footer>
|
||||
<button name="action_open_window" string="Open Margins" type="object" class="btn-primary" data-hotkey="q"/>
|
||||
<button string="Cancel" class="btn-secondary" special="cancel" data-hotkey="x" />
|
||||
</footer>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record id="product_margin_act_window" model="ir.actions.act_window">
|
||||
<field name="name">Product Margins</field>
|
||||
<field name="res_model">product.margin</field>
|
||||
<field name="view_mode">form</field>
|
||||
<field name="target">new</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
Loading…
x
Reference in New Issue
Block a user