odoo/addons/sale/i18n/ko.po

2619 lines
64 KiB
Plaintext

# Korean translation for openobject-addons
# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-09-20 07:29+0000\n"
"PO-Revision-Date: 2010-12-15 21:56+0000\n"
"Last-Translator: ekodaq <ceo@ekosdaq.com>\n"
"Language-Team: Korean <ko@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2012-10-30 05:08+0000\n"
"X-Generator: Launchpad (build 16206)\n"
#. module: sale
#: code:addons/sale/wizard/sale_make_invoice_advance.py:215
#, python-format
msgid "Advance Invoice"
msgstr "Advance Invoice"
#. module: sale
#: model:process.transition,name:sale.process_transition_confirmquotation0
msgid "Confirm Quotation"
msgstr "견적 확정"
#. module: sale
#: view:board.board:0
msgid "Sales Dashboard"
msgstr ""
#. module: sale
#: model:email.template,body_html:sale.email_template_edi_sale
msgid ""
"\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, "
"255, 255); \">\n"
"\n"
" <p>Hello${object.partner_id.name and ' ' or ''}${object.partner_id.name "
"or ''},</p>\n"
" \n"
" <p>Here is your ${object.state in ('draft', 'sent') and 'quotation' or "
"'order confirmation'} from ${object.company_id.name}: </p>\n"
"\n"
" <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
" &nbsp;&nbsp;<strong>REFERENCES</strong><br />\n"
" &nbsp;&nbsp;Order number: <strong>${object.name}</strong><br />\n"
" &nbsp;&nbsp;Order total: <strong>${object.amount_total} "
"${object.pricelist_id.currency_id.name}</strong><br />\n"
" &nbsp;&nbsp;Order date: ${object.date_order}<br />\n"
" % if object.origin:\n"
" &nbsp;&nbsp;Order reference: ${object.origin}<br />\n"
" % endif\n"
" % if object.client_order_ref:\n"
" &nbsp;&nbsp;Your reference: ${object.client_order_ref}<br />\n"
" % endif\n"
" &nbsp;&nbsp;Your contact: <a href=\"mailto:${object.user_id.email or "
"''}?subject=Order%20${object.name}\">${object.user_id.name}</a>\n"
" </p>\n"
"\n"
" <p>\n"
" You can view the ${object.state in ('draft', 'sent') and 'quotation' or "
"'order confirmation'} document, download it and pay online using the "
"following link:\n"
" </p>\n"
" <a style=\"display:block; width: 150px; height:20px; margin-"
"left: 120px; color: #FFF; font-family: 'Lucida Grande', Helvetica, Arial, "
"sans-serif; font-size: 13px; font-weight: bold; text-align: center; text-"
"decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; "
"background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat "
"no-repeat;\"\n"
" href=\"${ctx.get('edi_web_url_view') or ''}\">View Order</a>\n"
"\n"
" % if object.order_policy in ('prepaid','manual') and "
"object.company_id.paypal_account and object.state not in ('draft', 'sent'):\n"
" <%\n"
" comp_name = quote(object.company_id.name)\n"
" order_name = quote(object.name)\n"
" paypal_account = quote(object.company_id.paypal_account)\n"
" order_amount = quote(str(object.amount_total))\n"
" cur_name = quote(object.pricelist_id.currency_id.name)\n"
" paypal_url = \"https://www.paypal.com/cgi-"
"bin/webscr?cmd=_xclick&amp;business=%s&amp;item_name=%s%%20Order%%20%s\" \\\n"
" "
"\"&amp;invoice=%s&amp;amount=%s&amp;currency_code=%s&amp;button_subtype=servi"
"ces&amp;no_note=1\" \\\n"
" \"&amp;bn=OpenERP_Order_PayNow_%s\" % \\\n"
" "
"(paypal_account,comp_name,order_name,order_name,order_amount,cur_name,cur_nam"
"e)\n"
" %>\n"
" <br/>\n"
" <p>It is also possible to directly pay with Paypal:</p>\n"
" <a style=\"margin-left: 120px;\" href=\"${paypal_url}\">\n"
" <img class=\"oe_edi_paypal_button\" "
"src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
" </a>\n"
" % endif\n"
"\n"
" <br/>\n"
" <p>If you have any question, do not hesitate to contact us.</p>\n"
" <p>Thank you for choosing ${object.company_id.name or 'us'}!</p>\n"
" <br/>\n"
" <br/>\n"
" <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: "
"#8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; "
"background-repeat: repeat no-repeat;\">\n"
" <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: "
"#FFF;\">\n"
" <strong style=\"text-"
"transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
" </div>\n"
" <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: "
"16px; background-color: #F2F2F2;\">\n"
" <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
" % if object.company_id.street:\n"
" ${object.company_id.street}<br/>\n"
" % endif\n"
" % if object.company_id.street2:\n"
" ${object.company_id.street2}<br/>\n"
" % endif\n"
" % if object.company_id.city or object.company_id.zip:\n"
" ${object.company_id.zip} ${object.company_id.city}<br/>\n"
" % endif\n"
" % if object.company_id.country_id:\n"
" ${object.company_id.state_id and ('%s, ' % "
"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name "
"or ''}<br/>\n"
" % endif\n"
" </span>\n"
" % if object.company_id.phone:\n"
" <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: "
"0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: "
"0px; padding-left: 0px; \">\n"
" Phone:&nbsp; ${object.company_id.phone}\n"
" </div>\n"
" % endif\n"
" % if object.company_id.website:\n"
" <div>\n"
" Web :&nbsp;<a "
"href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
" </div>\n"
" %endif\n"
" <p></p>\n"
" </div>\n"
"</div>\n"
" "
msgstr ""
#. module: sale
#: model:ir.actions.act_window,name:sale.action_order_line_tree2
#: model:ir.ui.menu,name:sale.menu_invoicing_sales_order_lines
msgid "Order Lines to Invoice"
msgstr ""
#. module: sale
#: field:sale.order,date_confirm:0
msgid "Confirmation Date"
msgstr ""
#. module: sale
#: view:sale.order:0
#: view:sale.order.line:0
#: view:sale.report:0
msgid "Group By..."
msgstr ""
#. module: sale
#: view:sale.order.line:0
msgid ""
"Sale Order Lines that are confirmed, done or in exception state and haven't "
"yet been invoiced"
msgstr ""
#. module: sale
#: field:sale.order.line,address_allotment_id:0
msgid "Allotment Partner"
msgstr "Allotment 파트너"
#. module: sale
#: model:ir.actions.act_window,name:sale.action_view_sale_advance_payment_inv
msgid "Invoice Order"
msgstr ""
#. module: sale
#: help:sale.config.settings,group_sale_delivery_address:0
msgid ""
"Allows you to specify different delivery and invoice addresses on a sale "
"order."
msgstr ""
#. module: sale
#: code:addons/sale/wizard/sale_make_invoice_advance.py:160
#: code:addons/sale/wizard/sale_make_invoice_advance.py:162
#, python-format
msgid "Advance of %s %s"
msgstr ""
#. module: sale
#: view:sale.config.settings:0
msgid "Contract Feature"
msgstr ""
#. module: sale
#: field:sale.report,state:0
msgid "Order State"
msgstr "주문 상태"
#. module: sale
#: help:sale.config.settings,module_account_analytic_analysis:0
msgid ""
"Allows to define your customer contracts conditions: invoicing\n"
" method (fixed price, on timesheet, advance invoice), the exact "
"pricing\n"
" (650€/day for a developer), the duration (one year support "
"contract).\n"
" You will be able to follow the progress of the contract and "
"invoice automatically.\n"
" It installs the account_analytic_analysis module."
msgstr ""
#. module: sale
#: view:sale.order:0
#: view:sale.order.line:0
msgid "To Invoice"
msgstr ""
#. module: sale
#: view:sale.order.line:0
#: field:sale.report,product_uom:0
msgid "Unit of Measure"
msgstr ""
#. module: sale
#: help:sale.order,date_confirm:0
msgid "Date on which sales order is confirmed."
msgstr ""
#. module: sale
#: model:ir.actions.act_window,name:sale.action_order_tree5
#: model:ir.ui.menu,name:sale.menu_sale_quotations
#: view:sale.order:0
#: view:sale.report:0
msgid "Quotations"
msgstr ""
#. module: sale
#: selection:sale.report,month:0
msgid "March"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:558
#, python-format
msgid "First cancel all invoices attached to this sales order."
msgstr ""
#. module: sale
#: selection:sale.advance.payment.inv,advance_payment_method:0
msgid "Invoice the whole sale order"
msgstr ""
#. module: sale
#: field:sale.order,project_id:0
msgid "Contract/Analytic Account"
msgstr ""
#. module: sale
#: field:sale.order,company_id:0
#: field:sale.order.line,company_id:0
#: view:sale.report:0
#: field:sale.report,company_id:0
#: field:sale.shop,company_id:0
msgid "Company"
msgstr ""
#. module: sale
#: field:sale.make.invoice,invoice_date:0
msgid "Invoice Date"
msgstr ""
#. module: sale
#: model:ir.actions.act_window,name:sale.action_order_line_tree3
msgid "Uninvoiced and Delivered Lines"
msgstr "인보이스되지 않고 배송된 라인들"
#. module: sale
#: help:sale.advance.payment.inv,amount:0
msgid "The amount to be invoiced in advance."
msgstr ""
#. module: sale
#: selection:sale.order,state:0
#: selection:sale.report,state:0
msgid "Invoice Exception"
msgstr "인보이스 예외"
#. module: sale
#: view:account.config.settings:0
msgid "0"
msgstr ""
#. module: sale
#: selection:sale.order,state:0
msgid "Draft Quotation"
msgstr ""
#. module: sale
#: code:addons/sale/wizard/sale_make_invoice_advance.py:124
#, python-format
msgid ""
"You cannot make an advance on a sales order that is "
"defined as 'Automatic Invoice after delivery'."
msgstr ""
#. module: sale
#: help:sale.order,amount_total:0
msgid "The total amount."
msgstr ""
#. module: sale
#: view:sale.report:0
#: field:sale.report,analytic_account_id:0
#: field:sale.shop,project_id:0
msgid "Analytic Account"
msgstr "분석 계정"
#. module: sale
#: field:sale.config.settings,module_sale_journal:0
msgid "Allow batch invoicing of delivery orders through journals"
msgstr ""
#. module: sale
#: field:sale.order.line,price_subtotal:0
msgid "Subtotal"
msgstr "소계"
#. module: sale
#: field:sale.config.settings,group_discount_per_so_line:0
msgid "Allow setting a discount on the sale order lines"
msgstr ""
#. module: sale
#: model:process.transition.action,name:sale.process_transition_action_cancelorder0
msgid "Cancel Order"
msgstr "주문 취소"
#. module: sale
#: field:sale.order.line,th_weight:0
msgid "Weight"
msgstr "중량"
#. module: sale
#: view:sale.config.settings:0
msgid "Warehouse Features"
msgstr ""
#. module: sale
#: view:sale.order:0
msgid "Quotation "
msgstr ""
#. module: sale
#: field:sale.order.line,product_uom:0
msgid "Unit of Measure "
msgstr ""
#. module: sale
#: code:addons/sale/wizard/sale_make_invoice_advance.py:148
#, python-format
msgid "Incorrect Data"
msgstr ""
#. module: sale
#: code:addons/sale/wizard/sale_make_invoice_advance.py:149
#, python-format
msgid "The value of Advance Amount must be positive."
msgstr ""
#. module: sale
#: help:sale.advance.payment.inv,advance_payment_method:0
msgid ""
"Use All to create the final invoice.\n"
" Use Percentage to invoice a percentage of the total amount.\n"
" Use Fixed Price to invoice a specific amound in advance.\n"
" Use Some Order Lines to invoice a selection of the sale "
"order lines."
msgstr ""
#. module: sale
#: selection:sale.order,state:0
msgid "Sale Order"
msgstr "판매 주문"
#. module: sale
#: field:sale.order,message_ids:0
msgid "Messages"
msgstr ""
#. module: sale
#: selection:sale.report,month:0
msgid "September"
msgstr ""
#. module: sale
#: field:sale.order,amount_tax:0
#: field:sale.order.line,tax_id:0
msgid "Taxes"
msgstr "세금"
#. module: sale
#: field:sale.order,amount_untaxed:0
msgid "Untaxed Amount"
msgstr "과세되지 않은 금액"
#. module: sale
#: field:sale.config.settings,module_project:0
msgid "Project"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:319
#: code:addons/sale/sale.py:459
#: code:addons/sale/sale.py:591
#: code:addons/sale/sale.py:765
#: code:addons/sale/sale.py:782
#: code:addons/sale/wizard/sale_make_invoice_advance.py:123
#, python-format
msgid "Error!"
msgstr ""
#. module: sale
#: report:sale.order:0
msgid "Net Total :"
msgstr "순 합계:"
#. module: sale
#: help:sale.config.settings,module_analytic_user_function:0
msgid ""
"Allows you to define what is the default function of a specific user on a "
"given account.\n"
" This is mostly used when a user encodes his timesheet. The "
"values are retrieved and the fields are auto-filled.\n"
" But the possibility to change these values is still "
"available.\n"
" This installs the module analytic_user_function."
msgstr ""
#. module: sale
#: selection:sale.order,state:0
#: selection:sale.order.line,state:0
#: selection:sale.report,state:0
msgid "Cancelled"
msgstr ""
#. module: sale
#: view:sale.order.line:0
msgid "Sales Order Lines related to a Sales Order of mine"
msgstr ""
#. module: sale
#: selection:sale.order,state:0
msgid "Quotation Sent"
msgstr ""
#. module: sale
#: help:sale.order,message_unread:0
msgid "If checked new messages require your attention."
msgstr ""
#. module: sale
#: field:sale.order,amount_total:0
#: view:sale.order.line:0
msgid "Total"
msgstr "합계"
#. module: sale
#: model:ir.actions.act_window,name:sale.action_shop_form
#: field:sale.order,shop_id:0
#: view:sale.report:0
#: field:sale.report,shop_id:0
msgid "Shop"
msgstr "샵"
#. module: sale
#: model:ir.actions.act_window,name:sale.action_order_tree2
msgid "Sales in Exception"
msgstr "예외적 판매"
#. module: sale
#: field:sale.order,partner_invoice_id:0
msgid "Invoice Address"
msgstr "인보이스 주소"
#. module: sale
#: help:sale.order,create_date:0
msgid "Date on which sales order is created."
msgstr ""
#. module: sale
#: view:res.partner:0
msgid "False"
msgstr ""
#. module: sale
#: view:sale.order:0
msgid "Recreate Invoice"
msgstr "인보이스 다시 생성"
#. module: sale
#: view:sale.make.invoice:0
#: view:sale.order.line.make.invoice:0
msgid "Create Invoices"
msgstr ""
#. module: sale
#: report:sale.order:0
msgid "Tax"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:986
#, python-format
msgid "Invalid Action!"
msgstr ""
#. module: sale
#: view:sale.report:0
msgid "Reference Unit of Measure"
msgstr ""
#. module: sale
#: field:sale.report,date_confirm:0
msgid "Date Confirm"
msgstr ""
#. module: sale
#: view:sale.report:0
#: field:sale.report,nbr:0
msgid "# of Lines"
msgstr ""
#. module: sale
#: help:sale.order,message_summary:0
msgid ""
"Holds the Chatter summary (number of messages, ...). This summary is "
"directly in html format in order to be inserted in kanban views."
msgstr ""
#. module: sale
#: field:sale.config.settings,group_sale_delivery_address:0
msgid "Allow a different address for delivery and invoicing "
msgstr ""
#. module: sale
#: view:sale.report:0
#: field:sale.report,product_uom_qty:0
msgid "# of Qty"
msgstr ""
#. module: sale
#: report:sale.order:0
msgid "Fax :"
msgstr "팩스:"
#. module: sale
#: view:sale.order:0
msgid "(update)"
msgstr ""
#. module: sale
#: help:sale.config.settings,group_discount_per_so_line:0
msgid "Allows you to apply some discount per sale order line."
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:578
#: model:ir.model,name:sale.model_sale_order
#: model:process.node,name:sale.process_node_order0
#: model:process.node,name:sale.process_node_saleorder0
#: field:res.partner,sale_order_ids:0
#: model:res.request.link,name:sale.req_link_sale_order
#: view:sale.order:0
#, python-format
msgid "Sales Order"
msgstr ""
#. module: sale
#: field:sale.order.line,product_uos_qty:0
msgid "Quantity (UoS)"
msgstr ""
#. module: sale
#: view:sale.order.line:0
msgid "Sale Order Lines that are in 'done' state"
msgstr ""
#. module: sale
#: field:sale.advance.payment.inv,amount:0
msgid "Advance Amount"
msgstr ""
#. module: sale
#: selection:sale.order.line,state:0
msgid "Confirmed"
msgstr "확정됨"
#. module: sale
#: field:sale.config.settings,module_analytic_user_function:0
msgid "One employee can have different roles per contract"
msgstr ""
#. module: sale
#: field:sale.order,note:0
msgid "Terms and conditions"
msgstr ""
#. module: sale
#: field:sale.shop,payment_default_id:0
msgid "Default Payment Term"
msgstr "디폴트 결제 조건"
#. module: sale
#: model:process.transition.action,name:sale.process_transition_action_confirm0
#: view:sale.order:0
msgid "Confirm"
msgstr "확정"
#. module: sale
#: view:sale.order:0
msgid "Unread messages"
msgstr ""
#. module: sale
#: field:sale.order,partner_shipping_id:0
msgid "Shipping Address"
msgstr "선적 주소"
#. module: sale
#: view:sale.order.line:0
msgid "Sale Order Lines ready to be invoiced"
msgstr ""
#. module: sale
#: view:account.invoice.report:0
#: view:board.board:0
#: model:ir.actions.act_window,name:sale.action_turnover_by_month
msgid "Monthly Turnover"
msgstr ""
#. module: sale
#: view:sale.report:0
#: field:sale.report,year:0
msgid "Year"
msgstr ""
#. module: sale
#: field:sale.config.settings,group_uom:0
msgid "Allow using different units of measures"
msgstr ""
#. module: sale
#: view:sale.order:0
msgid "Sales Order that haven't yet been confirmed"
msgstr ""
#. module: sale
#: field:sale.order,message_unread:0
msgid "Unread Messages"
msgstr ""
#. module: sale
#: view:sale.order:0
msgid "Print"
msgstr ""
#. module: sale
#: report:sale.order:0
msgid "Order N°"
msgstr "주문 N°"
#. module: sale
#: view:sale.order:0
#: field:sale.order,order_line:0
msgid "Order Lines"
msgstr "주문 라인"
#. module: sale
#: report:sale.order:0
msgid "Disc.(%)"
msgstr "Disc.(%)"
#. module: sale
#: field:sale.order,name:0
#: field:sale.order.line,order_id:0
msgid "Order Reference"
msgstr "주문 참조"
#. module: sale
#: field:sale.order.line,invoice_lines:0
msgid "Invoice Lines"
msgstr "인보이스 라인"
#. module: sale
#: view:sale.report:0
#: field:sale.report,price_total:0
msgid "Total Price"
msgstr ""
#. module: sale
#: model:ir.actions.act_window,name:sale.action_order_tree
msgid "Old Quotations"
msgstr ""
#. module: sale
#: help:sale.config.settings,module_sale_journal:0
msgid ""
"Allows you to categorize your sales and deliveries (picking lists) between "
"different journals,\n"
" and perform batch operations on journals.\n"
" This installs the module sale_journal."
msgstr ""
#. module: sale
#: help:sale.make.invoice,grouped:0
msgid "Check the box to group the invoices for the same customers"
msgstr ""
#. module: sale
#: model:ir.actions.act_window,name:sale.action_sale_order_make_invoice
#: model:ir.actions.act_window,name:sale.action_view_sale_order_line_make_invoice
msgid "Make Invoices"
msgstr ""
#. module: sale
#: model:ir.actions.server,name:sale.actions_server_sale_order_read
msgid "Mark read"
msgstr ""
#. module: sale
#: code:addons/sale/res_config.py:89
#, python-format
msgid "Hour"
msgstr ""
#. module: sale
#: field:res.partner,sale_order_count:0
msgid "# of Sales Order"
msgstr ""
#. module: sale
#: help:sale.config.settings,timesheet:0
msgid ""
"For modifying account analytic view to show important data to project "
"manager of services companies.\n"
" You can also view the report of account analytic summary "
"user-wise as well as month wise.\n"
" This installs the module account_analytic_analysis."
msgstr ""
#. module: sale
#: field:sale.order,create_date:0
msgid "Creation Date"
msgstr ""
#. module: sale
#: selection:sale.order,state:0
#: selection:sale.report,state:0
msgid "Waiting Schedule"
msgstr "대기 스케줄"
#. module: sale
#: help:sale.order,partner_invoice_id:0
msgid "Invoice address for current sales order."
msgstr ""
#. module: sale
#: selection:sale.order,invoice_quantity:0
msgid "Ordered Quantities"
msgstr "주문된 수량"
#. module: sale
#: view:sale.report:0
msgid "Ordered Year of the sales order"
msgstr ""
#. module: sale
#: field:sale.config.settings,module_sale_stock:0
msgid "Sale and Warehouse Management"
msgstr ""
#. module: sale
#: model:ir.model,name:sale.model_sale_config_settings
msgid "sale.config.settings"
msgstr ""
#. module: sale
#: field:sale.advance.payment.inv,qtty:0
#: report:sale.order:0
#: field:sale.order.line,product_uom_qty:0
msgid "Quantity"
msgstr "수량"
#. module: sale
#: report:sale.order:0
msgid "Total :"
msgstr "합계:"
#. module: sale
#: view:sale.report:0
msgid "My Sales"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:253
#: code:addons/sale/sale.py:822
#, python-format
msgid "Invalid action !"
msgstr "유효하지 않은 액션 !"
#. module: sale
#: field:sale.order,fiscal_position:0
msgid "Fiscal Position"
msgstr "회계 포지션"
#. module: sale
#: selection:sale.report,month:0
msgid "July"
msgstr ""
#. module: sale
#: field:account.config.settings,module_sale_analytic_plans:0
msgid "Several analytic accounts on sales"
msgstr ""
#. module: sale
#: view:sale.config.settings:0
msgid "Default Options"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:963
#: code:addons/sale/wizard/sale_make_invoice_advance.py:138
#: code:addons/sale/wizard/sale_make_invoice_advance.py:142
#, python-format
msgid "Configuration Error!"
msgstr ""
#. module: sale
#: field:account.config.settings,group_analytic_account_for_sales:0
msgid "Analytic accounting for sales"
msgstr ""
#. module: sale
#: view:sale.order:0
msgid "UoS"
msgstr ""
#. module: sale
#: view:sale.advance.payment.inv:0
msgid ""
"After clicking 'Show Lines to Invoice', select lines to invoice and create "
"the invoice from the 'More' dropdown menu."
msgstr ""
#. module: sale
#: code:addons/sale/edi/sale_order.py:151
#, python-format
msgid "EDI Pricelist (%s)"
msgstr ""
#. module: sale
#: model:ir.actions.act_window,help:sale.act_res_partner_2_sale_order
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to create a quotation or sale order for this "
"customer.\n"
" </p><p>\n"
" OpenERP will help you efficiently handle the complete sale "
"flow:\n"
" quotation, sale order, delivery, invoicing and\n"
" payment.\n"
" </p><p>\n"
" The social feature helps you organize discussions on each "
"sale\n"
" order, and allow your customer to keep track of the "
"evolution\n"
" of the sale order.\n"
" </p>\n"
" "
msgstr ""
#. module: sale
#: view:sale.config.settings:0
msgid "Invoicing Process"
msgstr ""
#. module: sale
#: report:sale.order:0
msgid "Quotation Date"
msgstr ""
#. module: sale
#: view:sale.order:0
msgid "Order Date"
msgstr ""
#. module: sale
#: help:sale.order,order_policy:0
msgid ""
"This field controls how invoice and delivery operations are synchronized.\n"
" - With 'Before Delivery', a draft invoice is created, and it must be paid "
"before delivery."
msgstr ""
#. module: sale
#: view:sale.order:0
msgid "Sales Order done"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:320
#, python-format
msgid "Please define sales journal for this company: \"%s\" (id:%d)."
msgstr ""
#. module: sale
#: model:ir.actions.act_window,name:sale.act_res_partner_2_sale_order
#: view:res.partner:0
msgid "Quotations and Sales"
msgstr ""
#. module: sale
#: help:sale.config.settings,group_uom:0
msgid ""
"Allows you to select and maintain different units of measure for products."
msgstr ""
#. module: sale
#: model:ir.model,name:sale.model_res_partner
#: view:sale.report:0
#: field:sale.report,partner_id:0
msgid "Partner"
msgstr ""
#. module: sale
#: view:sale.advance.payment.inv:0
msgid "Create and View Invoice"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:655
#, python-format
msgid "Sale Order for <em>%s</em> has been <b>done</b>"
msgstr ""
#. module: sale
#: model:ir.actions.act_window,help:sale.action_shop_form
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to define a new sale shop.\n"
" </p><p>\n"
" Each quotation or sale order must be linked to a shop. The\n"
" shop also defines the warehouse from which the products will "
"be\n"
" delivered for each particular sales.\n"
" </p>\n"
" "
msgstr ""
#. module: sale
#: model:ir.model,name:sale.model_sale_make_invoice
msgid "Sales Make Invoice"
msgstr ""
#. module: sale
#: model:ir.actions.act_window,help:sale.action_order_tree5
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to create a quotation, the first step of a new sale.\n"
" </p><p>\n"
" OpenERP will help you handle efficiently the complete sale "
"flow:\n"
" from the quotation to the sale order, the\n"
" delivery, the invoicing and the payment collection.\n"
" </p><p>\n"
" The social feature helps you organize discussions on each "
"sale\n"
" order, and allow your customers to keep track of the "
"evolution\n"
" of the sale order.\n"
" </p>\n"
" "
msgstr ""
#. module: sale
#: field:sale.order.line,discount:0
msgid "Discount (%)"
msgstr "할인 (%)"
#. module: sale
#: code:addons/sale/wizard/sale_line_invoice.py:111
#, python-format
msgid ""
"Invoice cannot be created for this Sales Order Line due to one of the "
"following reasons:\n"
"1.The state of this sales order line is either \"draft\" or \"cancel\"!\n"
"2.The Sales Order Line is Invoiced!"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:783
#, python-format
msgid ""
"There is no Fiscal Position defined or Income category account defined for "
"default properties of Product categories."
msgstr ""
#. module: sale
#: view:sale.order.line:0
msgid "Sale order lines done"
msgstr ""
#. module: sale
#: view:board.board:0
#: model:ir.actions.act_window,name:sale.action_quotation_for_sale
msgid "My Quotations"
msgstr "내 견적"
#. module: sale
#: view:sale.advance.payment.inv:0
msgid "Invoice Sale Order"
msgstr ""
#. module: sale
#: selection:sale.report,month:0
msgid "December"
msgstr ""
#. module: sale
#: view:sale.config.settings:0
msgid "Contracts Management"
msgstr ""
#. module: sale
#: view:sale.order.line:0
msgid "Shipped"
msgstr ""
#. module: sale
#: view:sale.report:0
#: field:sale.report,month:0
msgid "Month"
msgstr ""
#. module: sale
#: model:email.template,subject:sale.email_template_edi_sale
msgid "${object.company_id.name} Order (Ref ${object.name or 'n/a' })"
msgstr ""
#. module: sale
#: field:sale.order.line,sequence:0
msgid "Sequence"
msgstr "시퀀스"
#. module: sale
#: code:addons/sale/sale.py:591
#, python-format
msgid "You cannot confirm a sale order which has no line."
msgstr ""
#. module: sale
#: view:sale.order.line:0
msgid "Uninvoiced"
msgstr ""
#. module: sale
#: view:sale.report:0
#: field:sale.report,categ_id:0
msgid "Category of Product"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:557
#, python-format
msgid "Cannot cancel this sales order!"
msgstr ""
#. module: sale
#: help:sale.order,invoice_exists:0
msgid "It indicates that sale order has at least one invoice."
msgstr ""
#. module: sale
#: model:ir.model,name:sale.model_mail_message
msgid "Message"
msgstr ""
#. module: sale
#: field:sale.config.settings,module_warning:0
msgid "Allow configuring alerts by customer or products"
msgstr ""
#. module: sale
#: field:sale.shop,name:0
msgid "Shop Name"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:253
#, python-format
msgid ""
"In order to delete a confirmed sale order, you must cancel it before !"
msgstr ""
#. module: sale
#: report:sale.order:0
msgid "Taxes :"
msgstr "세금:"
#. module: sale
#: code:addons/sale/sale.py:658
#, python-format
msgid "Invoice has been <b>paid</b>."
msgstr ""
#. module: sale
#: model:res.groups,name:sale.group_analytic_accounting
msgid "Analytic Accounting for Sales"
msgstr ""
#. module: sale
#: model:ir.model,name:sale.model_sale_advance_payment_inv
msgid "Sales Advance Payment Invoice"
msgstr ""
#. module: sale
#: model:ir.actions.client,name:sale.action_client_sale_menu
msgid "Open Sale Menu"
msgstr ""
#. module: sale
#: selection:sale.report,state:0
msgid "In Progress"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:867
#, python-format
msgid "No Customer Defined !"
msgstr ""
#. module: sale
#: view:sale.make.invoice:0
#: view:sale.order.line.make.invoice:0
msgid "Create invoices"
msgstr "인보이스 생성"
#. module: sale
#: help:sale.order,invoice_quantity:0
msgid ""
"The sale order will automatically create the invoice proposition (draft "
"invoice). Ordered and delivered quantities may not be the same. You have to "
"choose if you want your invoice based on ordered or shipped quantities. If "
"the product is a service, shipped quantities means hours spent on the "
"associated tasks."
msgstr ""
#. module: sale
#: code:addons/sale/wizard/sale_make_invoice_advance.py:153
#, python-format
msgid "Advance of %s %%"
msgstr ""
#. module: sale
#: model:ir.model,name:sale.model_sale_order_line_make_invoice
msgid "Sale OrderLine Make_invoice"
msgstr ""
#. module: sale
#: selection:sale.order.line,state:0
msgid "Draft"
msgstr "초안"
#. module: sale
#: field:sale.order,invoiced:0
msgid "Paid"
msgstr "지불됨"
#. module: sale
#: help:sale.order.line,sequence:0
msgid "Gives the sequence order when displaying a list of sales order lines."
msgstr ""
#. module: sale
#: help:sale.order.line,state:0
msgid ""
"* The 'Draft' state is set when the related sales order in draft state. "
" \n"
"* The 'Confirmed' state is set when the related sales order is confirmed. "
" \n"
"* The 'Exception' state is set when the related sales order is set as "
"exception. \n"
"* The 'Done' state is set when the sales order line has been picked. "
" \n"
"* The 'Cancelled' state is set when a user cancel the sales order related."
msgstr ""
#. module: sale
#: model:ir.actions.act_window,name:sale.action_order_form
#: model:ir.ui.menu,name:sale.menu_sale_order
#: view:sale.order:0
msgid "Sales Orders"
msgstr "판매 주문"
#. module: sale
#: field:sale.make.invoice,grouped:0
msgid "Group the invoices"
msgstr "인보이스 그룹화"
#. module: sale
#: help:sale.order,amount_tax:0
msgid "The tax amount."
msgstr ""
#. module: sale
#: view:sale.order:0
#: field:sale.order,state:0
#: view:sale.order.line:0
#: field:sale.order.line,state:0
#: view:sale.report:0
msgid "Status"
msgstr "상태"
#. module: sale
#: selection:sale.order,order_policy:0
msgid "On Demand"
msgstr ""
#. module: sale
#: selection:sale.report,month:0
msgid "August"
msgstr ""
#. module: sale
#: view:sale.order:0
msgid "Sale Order "
msgstr ""
#. module: sale
#: model:process.node,note:sale.process_node_saleorder0
msgid "Drives procurement and invoicing"
msgstr ""
#. module: sale
#: model:ir.actions.act_window,help:sale.action_order_form
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to create a quotation that can be converted into a "
"sale\n"
" order.\n"
" </p><p>\n"
" OpenERP will help you efficiently handle the complete sales "
"flow:\n"
" quotation, sale order, delivery, invoicing and payment.\n"
" </p>\n"
" "
msgstr ""
#. module: sale
#: selection:sale.report,month:0
msgid "June"
msgstr ""
#. module: sale
#: model:ir.actions.act_window,name:sale.action_email_templates
msgid "Email Templates"
msgstr ""
#. module: sale
#: view:sale.order.line:0
msgid "Order"
msgstr "주문"
#. module: sale
#: code:addons/sale/sale.py:647
#, python-format
msgid "Quotation for <em>%s</em> <b>converted</b> to Sale Order of %s %s."
msgstr ""
#. module: sale
#: view:sale.order:0
msgid "we should put a config wizard for these two fields"
msgstr ""
#. module: sale
#: field:sale.order,message_is_follower:0
msgid "Is a Follower"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:261
#, python-format
msgid "Pricelist Warning!"
msgstr ""
#. module: sale
#: model:ir.model,name:sale.model_sale_shop
#: view:sale.shop:0
msgid "Sales Shop"
msgstr ""
#. module: sale
#: model:ir.model,name:sale.model_sale_report
msgid "Sales Orders Statistics"
msgstr ""
#. module: sale
#: field:sale.order,date_order:0
msgid "Date"
msgstr ""
#. module: sale
#: model:ir.model,name:sale.model_sale_order_line
msgid "Sales Order Line"
msgstr ""
#. module: sale
#: selection:sale.report,month:0
msgid "November"
msgstr ""
#. module: sale
#: view:sale.report:0
msgid "Extended Filters..."
msgstr ""
#. module: sale
#: code:addons/sale/wizard/sale_line_invoice.py:111
#: code:addons/sale/wizard/sale_make_invoice.py:42
#, python-format
msgid "Warning!"
msgstr ""
#. module: sale
#: field:sale.order,message_comment_ids:0
#: help:sale.order,message_comment_ids:0
msgid "Comments and emails"
msgstr ""
#. module: sale
#: field:sale.advance.payment.inv,product_id:0
msgid "Advance Product"
msgstr "Advance Product"
#. module: sale
#: selection:sale.order.line,state:0
msgid "Exception"
msgstr "예외"
#. module: sale
#: selection:sale.report,month:0
msgid "October"
msgstr ""
#. module: sale
#: model:process.transition,note:sale.process_transition_invoice0
msgid ""
"The Salesman creates an invoice manually, if the sales order shipping policy "
"is 'Shipping and Manual in Progress'. The invoice is created automatically "
"if the shipping policy is 'Payment before Delivery'."
msgstr ""
#. module: sale
#: help:sale.config.settings,module_sale_stock:0
msgid ""
"Allows you to Make Quotation, Sale Order using different Order policy and "
"Manage Related Stock.\n"
" This installs the module sale_stock."
msgstr ""
#. module: sale
#: help:sale.advance.payment.inv,product_id:0
msgid ""
"Select a product of type service which is called 'Advance Product'.\n"
" You may have to create it and set it as a default value on "
"this field."
msgstr ""
#. module: sale
#: selection:sale.report,month:0
msgid "January"
msgstr ""
#. module: sale
#: model:ir.actions.act_window,name:sale.action_order_tree4
msgid "Sales Order in Progress"
msgstr "진행 중인 판매 주문"
#. module: sale
#: field:sale.order,message_summary:0
msgid "Summary"
msgstr ""
#. module: sale
#: field:sale.config.settings,timesheet:0
msgid "Prepare invoices based on timesheets"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:651
#, python-format
msgid "Sale Order for <em>%s</em> <b>cancelled</b>."
msgstr ""
#. module: sale
#: field:sale.advance.payment.inv,advance_payment_method:0
msgid "What do you want to invoice?"
msgstr ""
#. module: sale
#: field:sale.config.settings,group_sale_pricelist:0
msgid "Use pricelists to adapt your price per customers"
msgstr ""
#. module: sale
#: model:process.transition,note:sale.process_transition_confirmquotation0
msgid ""
"The salesman confirms the quotation. The state of the sales order becomes "
"'In progress' or 'Manual in progress'."
msgstr ""
#. module: sale
#: help:sale.order,origin:0
msgid "Reference of the document that generated this sales order request."
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:958
#, python-format
msgid "No valid pricelist line found ! :"
msgstr ""
#. module: sale
#: help:sale.config.settings,module_warning:0
msgid ""
"Allow to configure warnings on products and trigger them when a user wants "
"to sale a given product or a given customer.\n"
" Example: Product: this product is deprecated, do not purchase "
"more than 5.\n"
" Supplier: don't forget to ask for an express delivery."
msgstr ""
#. module: sale
#: view:sale.report:0
#: field:sale.report,delay:0
msgid "Commitment Delay"
msgstr ""
#. module: sale
#: view:sale.order.line:0
msgid "Confirmed sale order lines, not yet delivered"
msgstr ""
#. module: sale
#: view:sale.order:0
msgid "History"
msgstr "히스토리"
#. module: sale
#: field:sale.config.settings,module_sale_margin:0
msgid "Display margins on sales orders"
msgstr ""
#. module: sale
#: help:sale.order,invoice_ids:0
msgid ""
"This is the list of invoices that have been generated for this sales order. "
"The same sales order may have been invoiced in several times (by line for "
"example)."
msgstr ""
#. module: sale
#: report:sale.order:0
msgid "Your Reference"
msgstr "귀하의 참조"
#. module: sale
#: view:sale.advance.payment.inv:0
msgid "Show Lines to Invoice"
msgstr ""
#. module: sale
#: field:sale.report,date:0
msgid "Date Order"
msgstr ""
#. module: sale
#: field:sale.order,pricelist_id:0
#: field:sale.report,pricelist_id:0
#: field:sale.shop,pricelist_id:0
msgid "Pricelist"
msgstr "가격리스트"
#. module: sale
#: report:sale.order:0
msgid "TVA :"
msgstr "TVA:"
#. module: sale
#: code:addons/sale/sale.py:401
#, python-format
msgid "Customer Invoices"
msgstr ""
#. module: sale
#: model:process.node,note:sale.process_node_order0
msgid "Confirmed sales order to invoice."
msgstr ""
#. module: sale
#: model:ir.actions.act_window,name:sale.action_order_line_product_tree
#: view:sale.order:0
#: view:sale.order.line:0
msgid "Sales Order Lines"
msgstr "판매 주문 라인"
#. module: sale
#: model:ir.actions.act_window,name:sale.open_board_sales
#: model:ir.ui.menu,name:sale.menu_dashboard_sales
#: model:process.process,name:sale.process_process_salesprocess0
#: view:res.partner:0
#: view:sale.order:0
#: view:sale.report:0
msgid "Sales"
msgstr "판매"
#. module: sale
#: code:addons/sale/sale.py:262
#, python-format
msgid ""
"If you change the pricelist of this order (and eventually the currency), "
"prices of existing order lines will not be updated."
msgstr ""
#. module: sale
#: view:sale.report:0
#: field:sale.report,day:0
msgid "Day"
msgstr ""
#. module: sale
#: view:sale.order:0
#: field:sale.order,invoice_ids:0
msgid "Invoices"
msgstr "인보이스"
#. module: sale
#: report:sale.order:0
#: field:sale.order.line,price_unit:0
msgid "Unit Price"
msgstr "유닛 가격"
#. module: sale
#: view:sale.order:0
#: selection:sale.order,state:0
#: view:sale.order.line:0
#: selection:sale.order.line,state:0
#: selection:sale.report,state:0
msgid "Done"
msgstr "완료"
#. module: sale
#: report:sale.order:0
msgid "Invoice address :"
msgstr "인보이스 주소:"
#. module: sale
#: model:process.node,name:sale.process_node_invoice0
#: view:sale.order:0
msgid "Invoice"
msgstr "인보이스"
#. module: sale
#: view:sale.order.line:0
msgid "My Sales Order Lines"
msgstr ""
#. module: sale
#: model:process.transition.action,name:sale.process_transition_action_cancel0
#: view:sale.advance.payment.inv:0
#: view:sale.make.invoice:0
#: view:sale.order:0
#: view:sale.order.line:0
#: view:sale.order.line.make.invoice:0
msgid "Cancel"
msgstr "취소"
#. module: sale
#: field:sale.order,message_follower_ids:0
msgid "Followers"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:947
#, python-format
msgid "No Pricelist ! : "
msgstr ""
#. module: sale
#: model:process.node,name:sale.process_node_quotation0
#: selection:sale.report,state:0
msgid "Quotation"
msgstr "견적"
#. module: sale
#: view:sale.order.line:0
msgid "Search Uninvoiced Lines"
msgstr ""
#. module: sale
#: model:ir.model,name:sale.model_account_config_settings
msgid "account.config.settings"
msgstr ""
#. module: sale
#: sql_constraint:sale.order:0
msgid "Order Reference must be unique per Company!"
msgstr ""
#. module: sale
#: model:ir.actions.act_window,help:sale.action_order_line_tree2
msgid ""
"<p>\n"
" Here is a list of each sales order line to be invoiced. You "
"can\n"
" invoice sales orders partially, by lines of sales order. You "
"do\n"
" not need this list if you invoice from the delivery orders "
"or\n"
" if you invoice sales totally.\n"
" </p>\n"
" "
msgstr ""
#. module: sale
#: view:sale.config.settings:0
msgid "Product Features"
msgstr ""
#. module: sale
#: view:sale.order.line:0
msgid "To Do"
msgstr ""
#. module: sale
#: report:sale.order:0
msgid "Shipping address :"
msgstr "선적 주소:"
#. module: sale
#: code:addons/sale/sale.py:460
#, python-format
msgid ""
"You cannot group sales having different currencies for the same partner."
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:663
#, python-format
msgid "Draft Invoice of %s %s <b>waiting for validation</b>."
msgstr ""
#. module: sale
#: field:sale.config.settings,module_account_analytic_analysis:0
msgid "Use contracts management"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:955
#, python-format
msgid ""
"Cannot find a pricelist line matching this product and quantity.\n"
"You have to change either the product, the quantity or the pricelist."
msgstr ""
#. module: sale
#: model:ir.actions.act_window,name:sale.action_order_report_all
#: model:ir.ui.menu,name:sale.menu_report_product_all
#: view:sale.report:0
msgid "Sales Analysis"
msgstr ""
#. module: sale
#: help:sale.order,pricelist_id:0
msgid "Pricelist for current sales order."
msgstr ""
#. module: sale
#: model:process.transition,name:sale.process_transition_invoice0
#: model:process.transition.action,name:sale.process_transition_action_createinvoice0
#: view:sale.advance.payment.inv:0
#: view:sale.order:0
#: field:sale.order,order_policy:0
#: view:sale.order.line:0
msgid "Create Invoice"
msgstr "인보이스 생성"
#. module: sale
#: help:sale.order,amount_untaxed:0
msgid "The amount without tax."
msgstr ""
#. module: sale
#: view:sale.order.line:0
msgid "Order reference"
msgstr ""
#. module: sale
#: help:sale.order,invoiced:0
msgid "It indicates that an invoice has been paid."
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:822
#, python-format
msgid "You cannot cancel a sale order line that has already been invoiced!"
msgstr ""
#. module: sale
#: selection:sale.advance.payment.inv,advance_payment_method:0
msgid "Percentage"
msgstr ""
#. module: sale
#: report:sale.order:0
#: view:sale.order:0
#: field:sale.order,user_id:0
#: view:sale.order.line:0
#: field:sale.order.line,salesman_id:0
#: view:sale.report:0
#: field:sale.report,user_id:0
msgid "Salesperson"
msgstr ""
#. module: sale
#: view:sale.order.line:0
#: field:sale.order.line,product_id:0
#: view:sale.report:0
#: field:sale.report,product_id:0
msgid "Product"
msgstr "상품"
#. module: sale
#: view:sale.advance.payment.inv:0
#: view:sale.order:0
msgid "%"
msgstr ""
#. module: sale
#: report:sale.order:0
msgid "Description"
msgstr "설명"
#. module: sale
#: code:addons/sale/wizard/sale_make_invoice_advance.py:143
#, python-format
msgid "There is no income account defined for this product: \"%s\" (id:%d)."
msgstr ""
#. module: sale
#: selection:sale.report,month:0
msgid "May"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:766
#, python-format
msgid "Please define income account for this product: \"%s\" (id:%d)."
msgstr ""
#. module: sale
#: report:sale.order:0
msgid "Price"
msgstr "가격"
#. module: sale
#: model:ir.actions.act_window,help:sale.action_order_report_all
msgid ""
"This report performs analysis on your quotations and sales orders. Analysis "
"check your sales revenues and sort it by different group criteria (salesman, "
"partner, product, etc.) Use this report to perform analysis on sales not "
"having invoiced yet. If you want to analyse your turnover, you should use "
"the Invoice Analysis report in the Accounting application."
msgstr ""
#. module: sale
#: help:sale.order,state:0
msgid ""
"Gives the state of the quotation or sales order. \n"
"The exception state is automatically set when a cancel operation occurs in "
"the invoice validation (Invoice Exception). \n"
"The 'Waiting Schedule' state is set when the invoice is confirmed but "
"waiting for the scheduler to run on the order date."
msgstr ""
#. module: sale
#: report:sale.order:0
msgid "Tel. :"
msgstr "전화:"
#. module: sale
#: view:sale.make.invoice:0
#: view:sale.order.line.make.invoice:0
msgid "Do you really want to create the invoice(s)?"
msgstr ""
#. module: sale
#: view:sale.order:0
msgid "Other Information"
msgstr ""
#. module: sale
#: view:res.partner:0
msgid "sale.group_delivery_invoice_address"
msgstr ""
#. module: sale
#: view:sale.order.line:0
msgid "Qty"
msgstr "수량"
#. module: sale
#: model:process.node,note:sale.process_node_invoice0
msgid "To be reviewed by the accountant."
msgstr ""
#. module: sale
#: view:sale.order:0
msgid "Send by Mail"
msgstr ""
#. module: sale
#: model:res.groups,name:sale.group_mrp_properties
msgid "Properties on lines"
msgstr ""
#. module: sale
#: help:sale.order,partner_shipping_id:0
msgid "Shipping address for current sales order."
msgstr ""
#. module: sale
#: selection:sale.order,state:0
msgid "Sale to Invoice"
msgstr ""
#. module: sale
#: model:ir.actions.report.xml,name:sale.report_sale_order
msgid "Quotation / Order"
msgstr "견적 / 주문"
#. module: sale
#: view:sale.order:0
msgid "Inbox"
msgstr ""
#. module: sale
#: view:sale.order:0
#: field:sale.order,partner_id:0
#: field:sale.order.line,order_partner_id:0
msgid "Customer"
msgstr "고객"
#. module: sale
#: model:product.template,name:sale.advance_product_0_product_template
msgid "Advance"
msgstr ""
#. module: sale
#: selection:sale.report,month:0
msgid "February"
msgstr ""
#. module: sale
#: field:sale.order,invoice_quantity:0
msgid "Invoice on"
msgstr "인보이스 날짜"
#. module: sale
#: selection:sale.advance.payment.inv,advance_payment_method:0
msgid "Fixed price (deposit)"
msgstr ""
#. module: sale
#: code:addons/sale/wizard/sale_make_invoice_advance.py:139
#, python-format
msgid "There is no income account defined as global property."
msgstr ""
#. module: sale
#: report:sale.order:0
msgid "Date Ordered"
msgstr "주문 날짜"
#. module: sale
#: field:sale.order.line,product_uos:0
msgid "Product UoS"
msgstr ""
#. module: sale
#: help:account.config.settings,group_analytic_account_for_sales:0
msgid "Allows you to specify an analytic account on sale orders."
msgstr ""
#. module: sale
#: model:process.node,note:sale.process_node_quotation0
msgid "Draft state of sales order"
msgstr ""
#. module: sale
#: field:sale.order,origin:0
msgid "Source Document"
msgstr ""
#. module: sale
#: selection:sale.report,month:0
msgid "April"
msgstr ""
#. module: sale
#: selection:sale.report,state:0
msgid "Manual In Progress"
msgstr ""
#. module: sale
#: model:ir.actions.server,name:sale.actions_server_sale_order_unread
msgid "Mark unread"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:643
#, python-format
msgid "Quotation for <em>%s</em> <b>created</b>."
msgstr ""
#. module: sale
#: model:res.groups,name:sale.group_delivery_invoice_address
msgid "Addresses in Sale Orders"
msgstr ""
#. module: sale
#: field:sale.config.settings,time_unit:0
msgid "The default working time unit for services is"
msgstr ""
#. module: sale
#: view:sale.order:0
msgid "My Sale Orders"
msgstr ""
#. module: sale
#: model:res.groups,name:sale.group_invoice_so_lines
msgid "Enable Invoicing Sale order lines"
msgstr ""
#. module: sale
#: help:sale.order,message_ids:0
msgid "Messages and communication history"
msgstr ""
#. module: sale
#: view:sale.order:0
#: view:sale.order.line:0
msgid "Search Sales Order"
msgstr ""
#. module: sale
#: view:sale.config.settings:0
msgid ""
"Use contract to be able to manage your services with\n"
" multiple invoicing as part of the same contract "
"with\n"
" your customer."
msgstr ""
#. module: sale
#: view:sale.report:0
msgid "Ordered month of the sales order"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:945
#, python-format
msgid ""
"You have to select a pricelist or a customer in the sales form !\n"
"Please set one before choosing a product."
msgstr ""
#. module: sale
#: model:process.transition,name:sale.process_transition_saleinvoice0
msgid "From a sales order"
msgstr ""
#. module: sale
#: view:sale.order:0
msgid "Ignore Exception"
msgstr ""
#. module: sale
#: model:process.transition,note:sale.process_transition_saleinvoice0
msgid ""
"Depending on the Invoicing control of the sales order, the invoice can be "
"based on delivered or on ordered quantities. Thus, a sales order can "
"generates an invoice or a delivery order as soon as it is confirmed by the "
"salesman."
msgstr ""
#. module: sale
#: selection:sale.advance.payment.inv,advance_payment_method:0
msgid "Some order lines"
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:986
#, python-format
msgid "Cannot delete a sales order line which is in state '%s'."
msgstr ""
#. module: sale
#: help:sale.order,project_id:0
msgid "The analytic account related to a sales order."
msgstr ""
#. module: sale
#: report:sale.order:0
#: field:sale.order,payment_term:0
msgid "Payment Term"
msgstr "결제 조건"
#. module: sale
#: view:sale.order:0
msgid "Sales Order ready to be invoiced"
msgstr ""
#. module: sale
#: help:account.config.settings,module_sale_analytic_plans:0
msgid "This allows install module sale_analytic_plans."
msgstr ""
#. module: sale
#: view:sale.advance.payment.inv:0
#: view:sale.make.invoice:0
#: view:sale.order.line.make.invoice:0
msgid "or"
msgstr ""
#. module: sale
#: field:sale.order.line,name:0
msgid "Product Description"
msgstr ""
#. module: sale
#: help:sale.config.settings,group_sale_pricelist:0
msgid ""
"Allows to manage different prices based on rules per category of customers.\n"
" Example: 10% for retailers, promotion of 5 EUR on this "
"product, etc."
msgstr ""
#. module: sale
#: report:sale.order:0
msgid "Quotation N°"
msgstr "견적 N°"
#. module: sale
#: model:res.groups,name:sale.group_discount_per_so_line
msgid "Discount on lines"
msgstr ""
#. module: sale
#: field:sale.order,client_order_ref:0
msgid "Customer Reference"
msgstr ""
#. module: sale
#: view:sale.report:0
msgid "Picked"
msgstr "인수됨"
#. module: sale
#: help:sale.config.settings,module_sale_margin:0
msgid ""
"This adds the 'Margin' on sales order.\n"
" This gives the profitability by calculating the difference "
"between the Unit Price and Cost Price.\n"
" This installs the module sale_margin."
msgstr ""
#. module: sale
#: code:addons/sale/sale.py:867
#, python-format
msgid ""
"Before choosing a product,\n"
" select a customer in the sales form."
msgstr ""
#. module: sale
#: view:sale.order:0
msgid "Total Tax Included"
msgstr ""
#. module: sale
#: field:sale.order,invoice_exists:0
#: field:sale.order,invoiced_rate:0
#: field:sale.order.line,invoiced:0
msgid "Invoiced"
msgstr "인보이스됨"
#. module: sale
#: view:sale.advance.payment.inv:0
msgid ""
"Select how you want to invoice this order. This\n"
" will create a draft invoice that can be modified\n"
" before validation."
msgstr ""
#. module: sale
#: view:sale.report:0
msgid "Ordered date of the sales order"
msgstr ""
#~ msgid "Steps To Deliver a Sale Order"
#~ msgstr "판매 주문 전달을 위한 단계들"
#~ msgid "Recreate Procurement"
#~ msgstr "조달 재생성"
#~ msgid "Partial Delivery"
#~ msgstr "부분 배송"
#~ msgid "from stock"
#~ msgstr "스톡으로부터"
#~ msgid "Delivery Order"
#~ msgstr "배송 주문"
#~ msgid "Delivery, from the warehouse to the customer."
#~ msgstr "창고에서 고객에게 전달"
#~ msgid "You invoice has been successfully created !"
#~ msgstr "인보이스가 생성되었습니다 !"
#~ msgid "sale.config.picking_policy"
#~ msgstr "sale.config.picking_policy"
#~ msgid ""
#~ "This is the list of picking list that have been generated for this invoice"
#~ msgstr "이 인보이스를 위해 생성된 피킹 리스트"
#~ msgid "Automatic Declaration"
#~ msgstr "자동 선언"
#~ msgid "Set to Draft"
#~ msgstr "초안으로 설정"
#~ msgid "Validate"
#~ msgstr "검증"
#~ msgid ""
#~ "Whenever confirm button is clicked, the draft state is moved to manual. that "
#~ "is, quotation is moved to sale order."
#~ msgstr "확정 버튼이 클릭될 때 마다, 초안 상태가 매뉴얼로 이동합니다. 즉, 견적이 판매 주문으로 이동합니다."
#~ msgid "Notes"
#~ msgstr "노트"
#~ msgid "Inventory Moves"
#~ msgstr "재고 이동"
#~ msgid "Manual Designation"
#~ msgstr "매뉴얼 목적지"
#~ msgid "Invoice after delivery"
#~ msgstr "배송 뒤 인보이스"
#~ msgid "After confirming order, Create the invoice."
#~ msgstr "주문을 확정한 뒤, 인보이스 생성"
#~ msgid "Shipping Policy"
#~ msgstr "선적 정책"
#~ msgid "Reference"
#~ msgstr "참조"
#~ msgid "Outgoing Products"
#~ msgstr "출고 상품"
#~ msgid "Origin"
#~ msgstr "기원"
#~ msgid "VAT"
#~ msgstr "VAT"
#~ msgid "Extra Info"
#~ msgstr "기타 정보"
#~ msgid ""
#~ "The sale order will automatically create the invoice proposition (draft "
#~ "invoice). Ordered and delivered quantities may not be the same. You have to "
#~ "choose if you invoice based on ordered or shipped quantities. If the product "
#~ "is a service, shipped quantities means hours spent on the associated tasks."
#~ msgstr ""
#~ "판매 주문은 자동적으로 인보이스 제안서 (초안 인보이스)를 생성합니다. 주문과 배송 수량이 일치하지 않을 수도 있습니다. 귀하는 주문 "
#~ "또는 선적 수량 중 인보이스의 토대가 될 오브젝트를 선택할 수 있습니다. 서비스 상품의 경우, 선적 수량은 관련 작업에 소요된 시간을 "
#~ "의미합니다."
#~ msgid "Net Price"
#~ msgstr "순 가격:"
#~ msgid "Procurement is created after confirmation of sale order."
#~ msgstr "판매 주문 확정 후에 조달이 생성됩니다."
#~ msgid "All at Once"
#~ msgstr "일괄처리"
#~ msgid "My sales order in progress"
#~ msgstr "진행 중인 내 판매 주문"
#~ msgid "Procure Method"
#~ msgstr "조달 방법"
#~ msgid "All Sales Order"
#~ msgstr "모든 판매 주문"
#~ msgid "Invoice Based on Sales Orders"
#~ msgstr "판매 주문에 기초한 인보이스"
#, python-format
#~ msgid ""
#~ "You cannot make an advance on a sale order that is defined as 'Automatic "
#~ "Invoice after delivery'."
#~ msgstr "'배송 뒤 자동 인보이스'로 정의된 판매 주문에 대해 선급금을 처리할 수 없습니다."
#~ msgid "Shipped Quantities"
#~ msgstr "선적 수량"
#~ msgid "Warehouse"
#~ msgstr "창고"
#~ msgid "Force Assignation"
#~ msgstr "할당"
#~ msgid ""
#~ "Packing list is created when 'Assign' is being clicked after confirming the "
#~ "sale order. This transaction moves the sale order to packing list."
#~ msgstr ""
#~ "판매 주문을 확정한 뒤, '할당'을 클릭하면 포장 리스트가 생성됩니다. 이 트랜젝션은 판매 주문을 포잘 리스트로 이동합니다."
#~ msgid ""
#~ "When you select Shipping Ploicy = 'Automatic Invoice after delivery' , it "
#~ "will automatic create after delivery."
#~ msgstr "선적 정책을 '배송 뒤 자동 인보이스'로 선택하면, 배송 뒤 인보이스를 자동 생성합니다."
#, python-format
#~ msgid "Error !"
#~ msgstr "에러 !"
#~ msgid "Untaxed amount"
#~ msgstr "과세되지 않은 금액"
#~ msgid "My sales order waiting Invoice"
#~ msgstr "인보이스를 대기 중인 내 판매 주문"
#~ msgid "Confirm Order"
#~ msgstr "주문 확정"
#~ msgid "Manual Description"
#~ msgstr "매뉴얼 설명"
#~ msgid "Sale Order Procurement"
#~ msgstr "판매 주문 조달"
#, python-format
#~ msgid "You must first cancel all invoices attached to this sale order."
#~ msgstr "판매 주문에 첨부된 모든 인보이스를 먼저 취소하십시오."
#~ msgid "Packing"
#~ msgstr "포장"
#~ msgid "Complete Delivery"
#~ msgstr "배송 완료"
#~ msgid "Quantity (UoM)"
#~ msgstr "수량 (UoM)"
#~ msgid "Total amount"
#~ msgstr "총 금액"
#~ msgid "Configuration"
#~ msgstr "구성"
#~ msgid "Invoice on Order After Delivery"
#~ msgstr "배송 뒤 주문 인보이스"
#~ msgid "Error: UOS must be in a different category than the UOM"
#~ msgstr "에러: UOS는 UOM과 다른 카테고리 상에 위치해야 합니다."
#~ msgid "Invalid XML for View Architecture!"
#~ msgstr "유효하지 않은 뷰 아키텍처를 위한 XML !"
#~ msgid "Sale Shop"
#~ msgstr "판매 샵"
#~ msgid "Sales orders"
#~ msgstr "판매 주문"
#~ msgid "All Quotations"
#~ msgstr "모든 견적들"
#~ msgid "Draft Invoice"
#~ msgstr "인보이스 초안"
#~ msgid "Procurement"
#~ msgstr "조달"
#~ msgid "Shipping Exception"
#~ msgstr "선적 예외"
#~ msgid "Payment accounts"
#~ msgstr "결제 계정"
#~ msgid "Sales Order To Be Invoiced"
#~ msgstr "인보이스가 발행될 판매 주문"
#~ msgid "Order Line"
#~ msgstr "주문 라인"
#~ msgid "Packing Default Policy"
#~ msgstr "포장 디폴트 정잭"
#~ msgid "Shipping Default Policy"
#~ msgstr "선적 디폴트 정책"
#~ msgid "Manages the delivery and invoicing progress"
#~ msgstr "배송과 인보이스 진행 관리"
#, python-format
#~ msgid "Could not cancel sale order !"
#~ msgstr "판매 주문을 취소하지 못했습니다 !"
#~ msgid "Procurement for each line"
#~ msgstr "각 라인을 위한 조달"
#~ msgid "Canceled"
#~ msgstr "취소됨"
#~ msgid ""
#~ "In sale order , procuerement for each line and it comes into the procurement "
#~ "order"
#~ msgstr "판매 주문에서 각 라인을 위한 조달이며, 조달 주문 속에 삽입됩니다."
#~ msgid "Salesman"
#~ msgstr "판매사원"
#~ msgid "Order Ref"
#~ msgstr "주문 참조"
#~ msgid "Uninvoiced Lines"
#~ msgstr "인보이스되지 않은 라인들"
#~ msgid "Packaging"
#~ msgstr "포장"
#~ msgid "Procurement Corrected"
#~ msgstr "교정된 조달"
#~ msgid "Sales Configuration"
#~ msgstr "판매 구성"
#~ msgid ""
#~ "Error: The default UOM and the purchase UOM must be in the same category."
#~ msgstr "에러: 디폴트 UOM과 구매 UOM은 같은 카테고리 속에 있어야 합니다."
#~ msgid "Sales Process"
#~ msgstr "판매 프로세스"
#~ msgid "My sales in shipping exception"
#~ msgstr "내 판매 중 예외적 선적"
#~ msgid ""
#~ "This Configuration step use to set default picking policy when make sale "
#~ "order"
#~ msgstr "판매 주문 작성 시, 디폴트 피킹 정책을 설정하는 구성 과정"
#~ msgid "Configure Sale Order Logistic"
#~ msgstr "판매 주문 물류 구성"
#~ msgid "Sale Procurement"
#~ msgstr "판매 조달"
#~ msgid ""
#~ "Invoice is created when 'Create Invoice' is being clicked after confirming "
#~ "the sale order. This transaction moves the sale order to invoices."
#~ msgstr ""
#~ "판매 주문을 확정한 뒤, '인보이스 생성'을 클릭하면 인보이스가 생성됩니다. 이 트랜젝션은 판매 주문을 인보이스로 이동합니다."
#~ msgid "One procurement for each product."
#~ msgstr "각 상품 별 하나의 조달"
#~ msgid "Sale Pricelists"
#~ msgstr "판매 가격리스트"
#~ msgid "Direct Delivery"
#~ msgstr "직접 배송"
#~ msgid "Properties"
#~ msgstr "속성"
#~ msgid "Make Invoice"
#~ msgstr "인보이스 만들기"
#~ msgid "Draft customer invoice, to be reviewed by accountant."
#~ msgstr "회계사무원이 검토할 고객 인보이스 초안"
#, python-format
#~ msgid "Error"
#~ msgstr "에러"
#~ msgid "Compute"
#~ msgstr "계산"
#~ msgid "Assign"
#~ msgstr "할당"
#~ msgid "Packing OUT is created for stockable products."
#~ msgstr "스톡가능한 상품에 대해 포장 OUT이 생성됩니다."
#~ msgid "Delivery Order Only"
#~ msgstr "배송주문 만"
#~ msgid "Sales order lines"
#~ msgstr "판매 주문 라인"
#~ msgid "Other data"
#~ msgstr "기타 데이터"
#~ msgid "Confirm sale order and Create invoice."
#~ msgstr "판매 주문을 확정하고, 인보이스를 생성"
#~ msgid "Close"
#~ msgstr "닫기"
#~ msgid ""
#~ "The Object name must start with x_ and not contain any special character !"
#~ msgstr "오브젝트 이름은 x_로 시작해야 하며, 특수 문자를 포함하면 안 됩니다 !"
#~ msgid "Advance Payment"
#~ msgstr "Advance Payment"
#~ msgid "Shipping & Manual Invoice"
#~ msgstr "선적 & 매뉴얼 인보이스"
#~ msgid "UoM"
#~ msgstr "UoM"
#~ msgid ""
#~ "Confirming the packing list moves them to delivery order. This can be done "
#~ "by clicking on 'Validate' button."
#~ msgstr "포장 리스트를 확정하면 배송 주문이 생성됩니다. 이를 위해서는 '검증' 버튼을 클릭하십시오."
#~ msgid "Quotation (A sale order in draft state)"
#~ msgstr "견적 (초안 상태의 판매 주문)"
#~ msgid "Packing List & Delivery Order"
#~ msgstr "포장 리스트 & 배송 주문"
#~ msgid "Invoice based on packing lists"
#~ msgstr "포장 리스트에 기초한 인보이스"
#~ msgid "Sale Order Lines"
#~ msgstr "판매 주문 라인"
#~ msgid "Do you really want to create the invoices ?"
#~ msgstr "인보이스를 생성하시겠습니까 ?"
#~ msgid "Set Default"
#~ msgstr "디폴트로 설정"
#~ msgid "Sales order"
#~ msgstr "판매 주문"
#~ msgid "Sale Invoice"
#~ msgstr "판매 인보이스"
#~ msgid "Open Advance Invoice"
#~ msgstr "Advance 인보이스 오픈"
#~ msgid "Incoterm"
#~ msgstr "인코텀"
#~ msgid "Ordering Contact"
#~ msgstr "주문 접촉"
#~ msgid "Sales Management"
#~ msgstr "판매 관리"
#~ msgid "Deliver"
#~ msgstr "배송"
#~ msgid "Sale Order Line"
#~ msgstr "판매 주문 라인"
#~ msgid "Cancel Assignation"
#~ msgstr "할당 취소"
#, python-format
#~ msgid "Could not cancel this sale order !"
#~ msgstr "이 판매 주문을 취소하지 못했습니다 !"
#~ msgid "Make invoices"
#~ msgstr "인보이스 만들기"
#~ msgid ""
#~ "The name and address of the contact that requested the order or quotation."
#~ msgstr "주문 또는 견적을 요청한 이의 이름과 주소"
#~ msgid "on order"
#~ msgstr "주문 상"
#~ msgid ""
#~ "By default, Open ERP is able to manage complex routing and paths of products "
#~ "in your warehouse and partner locations. This will configure the most common "
#~ "and simple methods to deliver products to the customer in one or two "
#~ "operations by the worker."
#~ msgstr ""
#~ "디폴트로, 시스템은 귀하의 창고와 파트너 위치에 있는 상품들의 복잡한 라우팅과 결오를 관리할 수 있습니다. 이것은 작업자의 한 두 가지 "
#~ "오퍼레이션을 통해 고객에게 상품을 전달할 가장 일반적이고 간편한 방식을 구성하게 됩니다."
#~ msgid "Purchase Pricelists"
#~ msgstr "구매 가격리스트"
#~ msgid "Name"
#~ msgstr "이름"
#~ msgid "Configure Picking Policy for Sale Order"
#~ msgstr "판매 주문을 위한 피킹 정책 구성"
#~ msgid "New Quotation"
#~ msgstr "새 견적"
#, python-format
#~ msgid "Cannot delete Sale Order(s) which are already confirmed !"
#~ msgstr "이미 확정된 판매 주문은 삭제할 수 없습니다 !"
#~ msgid "Product UoM"
#~ msgstr "상품 UOM"
#~ msgid "Related invoices"
#~ msgstr "관련된 인보이스들"
#~ msgid ""
#~ "This is the list of invoices that have been generated for this sale order. "
#~ "The same sale order may have been invoiced in several times (by line for "
#~ "example)."
#~ msgstr ""
#~ "이 판매 주문을 위해 생성된 인보이스들의 목록입니다. 동일한 판매 주문이 여러 차례 인보이스들을 생성할 수도 있습니다 (가령, 라인 별)."
#~ msgid "Payment Before Delivery"
#~ msgstr "배송 전 결제"
#~ msgid "Delivery Delay"
#~ msgstr "배송 지연"
#~ msgid "Invoice Corrected"
#~ msgstr "교정된 인보이스"
#~ msgid "Payment Terms"
#~ msgstr "결제 조건"
#~ msgid "States"
#~ msgstr "상태"
#~ msgid "Stock Moves"
#~ msgstr "스톡 이동"
#~ msgid "My Sales Order"
#~ msgstr "내 판매 주문"
#~ msgid "Sale Order line"
#~ msgstr "판매 주문 라인"
#~ msgid "Invoice Based on Deliveries"
#~ msgstr "베송에 기초한 인보이스"
#~ msgid "Error: Invalid ean code"
#~ msgstr "에러: 유효하지 않은 EAN 코드"
#~ msgid "Packing Policy"
#~ msgstr "포장 정책"
#~ msgid "Product sales"
#~ msgstr "상품 판매"
#, python-format
#~ msgid "invalid mode for test_state"
#~ msgstr "test_state에 유효하지 않은 모드"
#~ msgid "Create Advance Invoice"
#~ msgstr "Advance Invoice 생성"
#~ msgid "Our Salesman"
#~ msgstr "우리 판매사원"