5435 lines
207 KiB
Plaintext
5435 lines
207 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * sale
|
||
#
|
||
# Translators:
|
||
# Wil Odoo, 2024
|
||
# Ryoko Tsuda <ryoko@quartile.co>, 2024
|
||
# Junko Augias, 2024
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 18.0\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2024-12-16 13:40+0000\n"
|
||
"PO-Revision-Date: 2024-09-25 09:41+0000\n"
|
||
"Last-Translator: Junko Augias, 2024\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: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_payment_provider_onboarding_wizard___data_fetched
|
||
msgid " Data Fetched"
|
||
msgstr " フェッチされたデータ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_crm_team__sale_order_count
|
||
msgid "# Sale Orders"
|
||
msgstr "販売オーダ数"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__nbr
|
||
msgid "# of Lines"
|
||
msgstr "行数"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_payment_transaction__sale_order_ids_nbr
|
||
msgid "# of Sales Orders"
|
||
msgstr "販売オーダ数"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
msgid "%(attribute)s: %(values)s"
|
||
msgstr "%(attribute)s: %(values)s"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/wizard/sale_make_invoice_advance.py:0
|
||
msgid "%s has been created"
|
||
msgstr "%sが作成されました"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.portal_my_orders
|
||
msgid "&nbsp;"
|
||
msgstr "&nbsp;"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.report,print_report_name:sale.action_report_pro_forma_invoice
|
||
msgid "'PRO-FORMA - %s' % (object.name)"
|
||
msgstr "PRO-FORMA - %s' % (object.name)"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.report,print_report_name:sale.action_report_saleorder
|
||
msgid ""
|
||
"(object.state in ('draft', 'sent') and 'Quotation - %s' % (object.name)) or "
|
||
"'Order - %s' % (object.name)"
|
||
msgstr ""
|
||
"(object.state in ('draft', 'sent') and 'Quotation - %s' % (object.name)) or "
|
||
"'Order - %s' % (object.name)"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "2023-12-31"
|
||
msgstr "2023-12-31"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "27.00"
|
||
msgstr "27.00"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "31.05"
|
||
msgstr "31.05"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/tours/sale.js:0
|
||
msgid ""
|
||
"<b>Send the quote</b> to yourself and check what the customer will receive."
|
||
msgstr "<b>見積</b>を自分に<b>送信し</b>、顧客が受け取るものを確認します。"
|
||
|
||
#. module: sale
|
||
#: model:mail.template,body_html:sale.mail_template_sale_payment_executed
|
||
msgid ""
|
||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||
" <p style=\"margin: 0px; padding: 0px; font-size: 12px;\">\n"
|
||
" <t t-set=\"transaction_sudo\" t-value=\"object.get_portal_last_transaction()\"/>\n"
|
||
" Hello,\n"
|
||
" <br/><br/>\n"
|
||
" A payment with reference\n"
|
||
" <span style=\"font-weight:bold;\" t-out=\"transaction_sudo.reference or ''\">SOOO49</span>\n"
|
||
" amounting\n"
|
||
" <span style=\"font-weight:bold;\" t-out=\"format_amount(transaction_sudo.amount, object.currency_id) or ''\">$ 10.00</span>\n"
|
||
" for your order\n"
|
||
" <span style=\"font-weight:bold;\" t-out=\"object.name or ''\">S00049</span>\n"
|
||
" <t t-if=\"transaction_sudo and transaction_sudo.state == 'pending'\">\n"
|
||
" is pending.\n"
|
||
" <br/>\n"
|
||
" <t t-if=\"object.currency_id.compare_amounts(object.amount_paid + transaction_sudo.amount, object.amount_total) >= 0 and object.state in ('draft', 'sent')\">\n"
|
||
" Your order will be confirmed once the payment is confirmed.\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" Once confirmed,\n"
|
||
" <span style=\"font-weight:bold;\" t-out=\"format_amount(object.amount_total - object.amount_paid - transaction_sudo.amount, object.currency_id) or ''\">$ 10.00</span>\n"
|
||
" will remain to be paid.\n"
|
||
" </t>\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" has been confirmed.\n"
|
||
" <t t-if=\"object.currency_id.compare_amounts(object.amount_paid, object.amount_total) < 0\">\n"
|
||
" <br/>\n"
|
||
" <span style=\"font-weight:bold;\" t-out=\"format_amount(object.amount_total - object.amount_paid, object.currency_id) or ''\">$ 10.00</span>\n"
|
||
" remains to be paid.\n"
|
||
" </t>\n"
|
||
" </t>\n"
|
||
" <br/><br/>\n"
|
||
" Thank you for your trust!\n"
|
||
" <br/>\n"
|
||
" Do not hesitate to contact us if you have any questions.\n"
|
||
" <t t-if=\"not is_html_empty(object.user_id.signature)\" data-o-mail-quote-container=\"1\">\n"
|
||
" <br/><br/>\n"
|
||
" <t t-out=\"object.user_id.signature or ''\" data-o-mail-quote=\"1\">--<br data-o-mail-quote=\"1\"/>Mitchell Admin</t>\n"
|
||
" </t>\n"
|
||
" <br/><br/>\n"
|
||
" </p>\n"
|
||
"</div>\n"
|
||
" "
|
||
msgstr ""
|
||
|
||
#. module: sale
|
||
#: model:mail.template,body_html:sale.mail_template_sale_confirmation
|
||
msgid ""
|
||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||
" <p style=\"margin: 0px; padding: 0px; font-size: 12px;\">\n"
|
||
" Hello,\n"
|
||
" <br/><br/>\n"
|
||
" <t t-set=\"tx_sudo\" t-value=\"object.get_portal_last_transaction()\"/>\n"
|
||
" Your order <span style=\"font-weight:bold;\" t-out=\"object.name or ''\">S00049</span> amounting in <span style=\"font-weight:bold;\" t-out=\"format_amount(object.amount_total, object.currency_id) or ''\">$ 10.00</span>\n"
|
||
" <t t-if=\"object.state == 'sale' or (tx_sudo and tx_sudo.state in ('done', 'authorized'))\">\n"
|
||
" has been confirmed.<br/>\n"
|
||
" Thank you for your trust!\n"
|
||
" </t>\n"
|
||
" <t t-elif=\"tx_sudo and tx_sudo.state == 'pending'\">\n"
|
||
" is pending. It will be confirmed when the payment is received.\n"
|
||
" <t t-if=\"object.reference\">\n"
|
||
" Your payment reference is <span style=\"font-weight:bold;\" t-out=\"object.reference or ''\"/>.\n"
|
||
" </t>\n"
|
||
" </t>\n"
|
||
" <br/>\n"
|
||
" <t t-set=\"documents\" t-value=\"object._get_product_documents()\"/>\n"
|
||
" <t t-if=\"documents\">\n"
|
||
" <br/> \n"
|
||
" <t t-if=\"len(documents)>1\">\n"
|
||
" Here are some additional documents that may interest you:\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" Here is an additional document that may interest you:\n"
|
||
" </t>\n"
|
||
" <ul style=\"margin-bottom: 0;\">\n"
|
||
" <t t-foreach=\"documents\" t-as=\"document\">\n"
|
||
" <li style=\"font-size: 13px;\">\n"
|
||
" <a t-out=\"document.ir_attachment_id.name\" t-att-href=\"object.get_portal_url('/document/' + str(document.id))\" t-att-target=\"target\"/>\n"
|
||
" </li>\n"
|
||
" </t>\n"
|
||
" </ul>\n"
|
||
" </t>\n"
|
||
" <br/>\n"
|
||
" Do not hesitate to contact us if you have any questions.\n"
|
||
" <t t-if=\"not is_html_empty(object.user_id.signature)\" data-o-mail-quote-container=\"1\">\n"
|
||
" <br/><br/>\n"
|
||
" <t t-out=\"object.user_id.signature or ''\" data-o-mail-quote=\"1\">--<br data-o-mail-quote=\"1\"/>Mitchell Admin</t>\n"
|
||
" </t>\n"
|
||
" <br/><br/>\n"
|
||
" </p>\n"
|
||
"<t t-if=\"hasattr(object, 'website_id') and object.website_id\">\n"
|
||
" <div style=\"margin: 0px; padding: 0px;\">\n"
|
||
" <table width=\"100%\" style=\"color: #454748; font-size: 12px; border-collapse: collapse; white-space: nowrap;\">\n"
|
||
" <tr style=\"border-bottom: 2px solid #dee2e6;\">\n"
|
||
" <td style=\"width: 150px;\"><span style=\"font-weight:bold;\">Products</span></td>\n"
|
||
" <td/>\n"
|
||
" <td width=\"15%\" align=\"center\"><span style=\"font-weight:bold;\">Quantity</span></td>\n"
|
||
" <td width=\"20%\" align=\"right\">\n"
|
||
" <span style=\"font-weight:bold;\">\n"
|
||
" <t t-if=\"object.website_id.show_line_subtotals_tax_selection == 'tax_excluded'\">\n"
|
||
" Tax Excl.\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" Tax Incl.\n"
|
||
" </t>\n"
|
||
" </span>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" </table>\n"
|
||
" <t t-set=\"current_subtotal\" t-value=\"0\"/>\n"
|
||
" <t t-foreach=\"object.order_line\" t-as=\"line\">\n"
|
||
" <t t-set=\"line_subtotal\" t-value=\" line.price_subtotal if object.website_id.show_line_subtotals_tax_selection == 'tax_excluded' else line.price_total \"/>\n"
|
||
" <t t-set=\"current_subtotal\" t-value=\"current_subtotal + line_subtotal\"/>\n"
|
||
" <t t-if=\"(not hasattr(line, 'is_delivery') or not line.is_delivery) and ( line.display_type in ['line_section', 'line_note'] or line.product_type == 'combo' )\">\n"
|
||
" <table width=\"100%\" style=\"color: #454748; font-size: 12px; border-collapse: collapse;\">\n"
|
||
" <t t-set=\"loop_cycle_number\" t-value=\"loop_cycle_number or 0\"/>\n"
|
||
" <tr t-att-style=\"'background-color: #f2f2f2' if loop_cycle_number % 2 == 0 else 'background-color: #ffffff'\">\n"
|
||
" <t t-set=\"loop_cycle_number\" t-value=\"loop_cycle_number + 1\"/>\n"
|
||
" <td colspan=\"4\">\n"
|
||
" <t t-if=\"line.display_type == 'line_section' or line.product_type == 'combo'\">\n"
|
||
" <span style=\"font-weight:bold;\" t-out=\"line.name or ''\">Taking care of Trees Course</span>\n"
|
||
" <t t-set=\"current_section\" t-value=\"line\"/>\n"
|
||
" <t t-set=\"current_subtotal\" t-value=\"0\"/>\n"
|
||
" </t>\n"
|
||
" <t t-elif=\"line.display_type == 'line_note'\">\n"
|
||
" <i t-out=\"line.name or ''\">Taking care of Trees Course</i>\n"
|
||
" </t>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" </table>\n"
|
||
" </t>\n"
|
||
" <t t-elif=\"(not hasattr(line, 'is_delivery') or not line.is_delivery)\">\n"
|
||
" <table width=\"100%\" style=\"color: #454748; font-size: 12px; border-collapse: collapse;\">\n"
|
||
" <t t-set=\"loop_cycle_number\" t-value=\"loop_cycle_number or 0\"/>\n"
|
||
" <tr t-att-style=\"'background-color: #f2f2f2' if loop_cycle_number % 2 == 0 else 'background-color: #ffffff'\">\n"
|
||
" <t t-set=\"loop_cycle_number\" t-value=\"loop_cycle_number + 1\"/>\n"
|
||
" <td style=\"width: 150px;\">\n"
|
||
" <img t-attf-src=\"/web/image/product.product/{{ line.product_id.id }}/image_128\" style=\"width: 64px; height: 64px; object-fit: contain;\" alt=\"Product image\"/>\n"
|
||
" </td>\n"
|
||
" <td align=\"left\" t-out=\"line.product_id.name or ''\">\tTaking care of Trees Course</td>\n"
|
||
" <td width=\"15%\" align=\"center\" t-out=\"line.product_uom_qty or ''\">1</td>\n"
|
||
" <td width=\"20%\" align=\"right\"><span style=\"font-weight:bold; white-space: nowrap;\">\n"
|
||
" <t t-if=\"object.website_id.show_line_subtotals_tax_selection == 'tax_excluded'\">\n"
|
||
" <t t-out=\"format_amount(line.price_reduce_taxexcl, object.currency_id) or ''\">$ 10.00</t>\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" <t t-out=\"format_amount(line.price_reduce_taxinc, object.currency_id) or ''\">$ 10.00</t>\n"
|
||
" </t>\n"
|
||
" </span></td>\n"
|
||
" </tr>\n"
|
||
" </table>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"current_section and ( line_last or object.order_line[line_index+1].display_type == 'line_section' or object.order_line[line_index+1].product_type == 'combo' or ( line.combo_item_id and not object.order_line[line_index+1].combo_item_id ) ) and not line.is_downpayment\">\n"
|
||
" <t t-set=\"current_section\" t-value=\"None\"/>\n"
|
||
" <table width=\"100%\" style=\"color: #454748; font-size: 12px; border-collapse: collapse;\">\n"
|
||
" <t t-set=\"loop_cycle_number\" t-value=\"loop_cycle_number or 0\"/>\n"
|
||
" <tr t-att-style=\"'background-color: #f2f2f2' if loop_cycle_number % 2 == 0 else 'background-color: #ffffff'\">\n"
|
||
" <t t-set=\"loop_cycle_number\" t-value=\"loop_cycle_number + 1\"/>\n"
|
||
" <td style=\"width: 100%\" align=\"right\">\n"
|
||
" <span style=\"font-weight: bold;\">Subtotal:</span>\n"
|
||
" <span t-out=\"format_amount(current_subtotal, object.currency_id) or ''\">$ 10.00</span>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" </table>\n"
|
||
" </t>\n"
|
||
" </t>\n"
|
||
" </div>\n"
|
||
" <div style=\"margin: 0px; padding: 0px;\" t-if=\"hasattr(object, 'carrier_id') and object.carrier_id\">\n"
|
||
" <table width=\"100%\" style=\"color: #454748; font-size: 12px; border-spacing: 0px 4px; white-space: nowrap;\" align=\"right\">\n"
|
||
" <tr>\n"
|
||
" <td style=\"width: 60%\"/>\n"
|
||
" <td style=\"width: 30%; border-top: 1px solid #dee2e6;\" align=\"right\"><span style=\"font-weight:bold;\">Delivery:</span></td>\n"
|
||
" <td style=\"width: 10%; border-top: 1px solid #dee2e6;\" align=\"right\" t-out=\"format_amount(object.amount_delivery, object.currency_id) or ''\">$ 0.00</td>\n"
|
||
" </tr>\n"
|
||
" <tr>\n"
|
||
" <td style=\"width: 60%\"/>\n"
|
||
" <td style=\"width: 30%;\" align=\"right\"><span style=\"font-weight:bold;\">Untaxed Amount:</span></td>\n"
|
||
" <td style=\"width: 10%;\" align=\"right\" t-out=\"format_amount(object.amount_untaxed, object.currency_id) or ''\">$ 10.00</td>\n"
|
||
" </tr>\n"
|
||
" </table>\n"
|
||
" </div>\n"
|
||
" <div style=\"margin: 0px; padding: 0px;\" t-else=\"\">\n"
|
||
" <table width=\"100%\" style=\"color: #454748; font-size: 12px; border-spacing: 0px 4px; white-space: nowrap;\" align=\"right\">\n"
|
||
" <tr>\n"
|
||
" <td style=\"width: 60%\"/>\n"
|
||
" <td style=\"width: 30%; border-top: 1px solid #dee2e6;\" align=\"right\"><span style=\"font-weight:bold;\">Untaxed Amount:</span></td>\n"
|
||
" <td style=\"width: 10%; border-top: 1px solid #dee2e6;\" align=\"right\" t-out=\"format_amount(object.amount_untaxed, object.currency_id) or ''\">$ 10.00</td>\n"
|
||
" </tr>\n"
|
||
" </table>\n"
|
||
" </div>\n"
|
||
" <div style=\"margin: 0px; padding: 0px;\">\n"
|
||
" <table width=\"100%\" style=\"color: #454748; font-size: 12px; border-spacing: 0px 4px; white-space: nowrap;\" align=\"right\">\n"
|
||
" <tr>\n"
|
||
" <td style=\"width: 60%\"/>\n"
|
||
" <td style=\"width: 30%;\" align=\"right\"><span style=\"font-weight:bold;\">Taxes:</span></td>\n"
|
||
" <td style=\"width: 10%;\" align=\"right\" t-out=\"format_amount(object.amount_tax, object.currency_id) or ''\">$ 0.00</td>\n"
|
||
" </tr>\n"
|
||
" <tr>\n"
|
||
" <td style=\"width: 60%\"/>\n"
|
||
" <td style=\"width: 30%; border-top: 1px solid #dee2e6;\" align=\"right\"><span style=\"font-weight:bold;\">Total:</span></td>\n"
|
||
" <td style=\"width: 10%; border-top: 1px solid #dee2e6;\" align=\"right\" t-out=\"format_amount(object.amount_total, object.currency_id) or ''\">$ 10.00</td>\n"
|
||
" </tr>\n"
|
||
" </table>\n"
|
||
" </div>\n"
|
||
" <div t-if=\"object.partner_invoice_id\" style=\"margin: 0px; padding: 0px;\">\n"
|
||
" <table width=\"100%\" style=\"color: #454748; font-size: 12px;\">\n"
|
||
" <tr>\n"
|
||
" <td style=\"padding-top: 10px;\">\n"
|
||
" <span style=\"font-weight:bold;\">Bill to:</span>\n"
|
||
" <t t-out=\"object.partner_invoice_id.street or ''\">1201 S Figueroa St</t>\n"
|
||
" <t t-out=\"object.partner_invoice_id.city or ''\">Los Angeles</t>\n"
|
||
" <t t-out=\"object.partner_invoice_id.state_id.name or ''\">California</t>\n"
|
||
" <t t-out=\"object.partner_invoice_id.zip or ''\">90015</t>\n"
|
||
" <t t-out=\"object.partner_invoice_id.country_id.name or ''\">United States</t>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" <tr>\n"
|
||
" <td>\n"
|
||
" <span style=\"font-weight:bold;\">Payment Method:</span>\n"
|
||
" <t t-if=\"tx_sudo.token_id\">\n"
|
||
" <t t-out=\"tx_sudo.token_id.display_name or ''\"/>\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" <t t-out=\"tx_sudo.provider_id.sudo().name or ''\"/>\n"
|
||
" </t>\n"
|
||
" (<t t-out=\"format_amount(tx_sudo.amount, object.currency_id) or ''\">$ 10.00</t>)\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" </table>\n"
|
||
" </div>\n"
|
||
" <div t-if=\"object.partner_shipping_id and not object.only_services\" style=\"margin: 0px; padding: 0px;\">\n"
|
||
" <table width=\"100%\" style=\"color: #454748; font-size: 12px;\">\n"
|
||
" <tr>\n"
|
||
" <td>\n"
|
||
" <br/>\n"
|
||
" <span style=\"font-weight:bold;\">Ship to:</span>\n"
|
||
" <t t-out=\"object.partner_shipping_id.street or ''\">1201 S Figueroa St</t>\n"
|
||
" <t t-out=\"object.partner_shipping_id.city or ''\">Los Angeles</t>\n"
|
||
" <t t-out=\"object.partner_shipping_id.state_id.name or ''\">California</t>\n"
|
||
" <t t-out=\"object.partner_shipping_id.zip or ''\">90015</t>\n"
|
||
" <t t-out=\"object.partner_shipping_id.country_id.name or ''\">United States</t>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" </table>\n"
|
||
" <table t-if=\"hasattr(object, 'carrier_id') and object.carrier_id\" width=\"100%\" style=\"color: #454748; font-size: 12px;\">\n"
|
||
" <tr>\n"
|
||
" <td>\n"
|
||
" <span style=\"font-weight:bold;\">Shipping Method:</span>\n"
|
||
" <t t-out=\"object.carrier_id.name or ''\"/>\n"
|
||
" <t t-if=\"object.amount_delivery == 0.0\">\n"
|
||
" (Free)\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" (<t t-out=\"format_amount(object.amount_delivery, object.currency_id) or ''\">$ 10.00</t>)\n"
|
||
" </t>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" <tr t-if=\"object.carrier_id.carrier_description\">\n"
|
||
" <td>\n"
|
||
" <strong>Shipping Description:</strong>\n"
|
||
" <t t-out=\"object.carrier_id.carrier_description\"/>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" </table>\n"
|
||
" </div>\n"
|
||
"</t>\n"
|
||
"</div>"
|
||
msgstr ""
|
||
|
||
#. module: sale
|
||
#: model:mail.template,body_html:sale.email_template_edi_sale
|
||
msgid ""
|
||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||
" <t t-set=\"doc_name\" t-value=\"'quotation' if object.state in ('draft', 'sent') else 'order'\"/>\n"
|
||
" Hello,\n"
|
||
" <br/><br/>\n"
|
||
" Your\n"
|
||
" <t t-if=\"ctx.get('proforma')\">\n"
|
||
" Pro forma invoice for <t t-out=\"doc_name or ''\">quotation</t> <span style=\"font-weight: bold;\" t-out=\"object.name or ''\">S00052</span>\n"
|
||
" <t t-if=\"object.origin\">\n"
|
||
" (with reference: <t t-out=\"object.origin or ''\"/> )\n"
|
||
" </t>\n"
|
||
" amounting in <span style=\"font-weight: bold;\" t-out=\"format_amount(object.amount_total, object.currency_id) or ''\">$ 10.00</span> is available.\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" <t t-out=\"doc_name or ''\">quotation</t> <span style=\"font-weight: bold;\" t-out=\"object.name or ''\"/>\n"
|
||
" <t t-if=\"object.origin\">\n"
|
||
" (with reference: <t t-out=\"object.origin or ''\">S00052</t> )\n"
|
||
" </t>\n"
|
||
" amounting in <span style=\"font-weight: bold;\" t-out=\"format_amount(object.amount_total, object.currency_id) or ''\">$ 10.00</span> is ready for review.\n"
|
||
" </t>\n"
|
||
" <br/>\n"
|
||
" <t t-set=\"documents\" t-value=\"object._get_product_documents()\"/>\n"
|
||
" <t t-if=\"documents\">\n"
|
||
" <br/> \n"
|
||
" <t t-if=\"len(documents)>1\">\n"
|
||
" Here are some additional documents that may interest you:\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" Here is an additional document that may interest you:\n"
|
||
" </t>\n"
|
||
" <ul style=\"margin-bottom: 0;\">\n"
|
||
" <t t-foreach=\"documents\" t-as=\"document\">\n"
|
||
" <li style=\"font-size: 13px;\">\n"
|
||
" <a t-out=\"document.ir_attachment_id.name\" t-att-href=\"object.get_portal_url('/document/' + str(document.id))\" t-att-target=\"target\"/>\n"
|
||
" </li>\n"
|
||
" </t>\n"
|
||
" </ul>\n"
|
||
" </t>\n"
|
||
" <br/>\n"
|
||
" Do not hesitate to contact us if you have any questions.\n"
|
||
" <t t-if=\"not is_html_empty(object.user_id.signature)\" data-o-mail-quote-container=\"1\">\n"
|
||
" <br/><br/>\n"
|
||
" <t t-out=\"object.user_id.signature or ''\" data-o-mail-quote=\"1\">--<br data-o-mail-quote=\"1\"/>Mitchell Admin</t>\n"
|
||
" </t>\n"
|
||
" <br/><br/>\n"
|
||
" </p>\n"
|
||
"</div>\n"
|
||
" "
|
||
msgstr ""
|
||
|
||
#. module: sale
|
||
#: model:mail.template,body_html:sale.mail_template_sale_cancellation
|
||
msgid ""
|
||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||
" <t t-set=\"doc_name\" t-value=\"object.type_name\"/>\n"
|
||
" Dear <t t-out=\"object.partner_id.name or ''\">user</t>,\n"
|
||
" <br/><br/>\n"
|
||
" Please be advised that your\n"
|
||
" <t t-out=\"doc_name or ''\">quotation</t> <strong t-out=\"object.name or ''\">S00052</strong>\n"
|
||
" <t t-if=\"object.origin\">\n"
|
||
" (with reference: <t t-out=\"object.origin or ''\">S00052</t> )\n"
|
||
" </t>\n"
|
||
" has been cancelled. Therefore, you should not be charged further for this order.\n"
|
||
" If any refund is necessary, this will be executed at best convenience.\n"
|
||
" <br/><br/>\n"
|
||
" Do not hesitate to contact us if you have any questions.\n"
|
||
" <br/>\n"
|
||
" </p>\n"
|
||
"</div>\n"
|
||
" "
|
||
msgstr ""
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "<i class=\"fa fa-comment\"/> Contact us to get a new quotation."
|
||
msgstr "<i class=\"fa fa-comment\"/> 新しくお見積が必要な場合はお知らせください。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "<i class=\"fa fa-comment\"/> Feedback"
|
||
msgstr "<i class=\"fa fa-comment\"/> フィードバック"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "<i class=\"fa fa-fw fa-check\"/> Authorized"
|
||
msgstr "<i class=\"fa fa-fw fa-check\"/> 許可済"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "<i class=\"fa fa-fw fa-check\"/> Paid"
|
||
msgstr "<i class=\"fa fa-fw fa-check\"/> 支払済"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "<i class=\"fa fa-fw fa-check\"/> Reversed"
|
||
msgstr "<i class=\"fa fa-fw fa-check\"/> 予約済"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.portal_my_quotations
|
||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> Expired"
|
||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> 期限切れ"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> Waiting Payment"
|
||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/>支払待ち"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.utm_campaign_view_kanban
|
||
msgid "<i class=\"fa fa-fw fa-money me-1\" aria-label=\"Quotations\" role=\"img\"/>"
|
||
msgstr "<i class=\"fa fa-fw fa-money me-1\" aria-label=\"Quotations\" role=\"img\"/>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.portal_my_quotations
|
||
msgid "<i class=\"fa fa-fw fa-remove\"/> Cancelled"
|
||
msgstr "<i class=\"fa fa-fw fa-remove\"/> 取消済"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid ""
|
||
"<i class=\"fa fa-lock\"/>\n"
|
||
" Locked"
|
||
msgstr ""
|
||
"<i class=\"fa fa-lock\"/>\n"
|
||
" ロック済"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "<i class=\"fa fa-print me-1\"/>View Details"
|
||
msgstr "<i class=\"fa fa-print me-1\"/>詳細を表示"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "<i class=\"fa fa-times\"/> Reject"
|
||
msgstr "<i class=\"fa fa-times\"/> 拒否"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.crm_lead_partner_kanban_view
|
||
msgid ""
|
||
"<i class=\"fa fa-usd me-1\" role=\"img\" aria-label=\"Sale orders\" "
|
||
"title=\"Sales orders\"/>"
|
||
msgstr ""
|
||
"<i class=\"fa fa-usd me-1\" role=\"img\" aria-label=\"Sale orders\" "
|
||
"title=\"Sales orders\"/>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "<small class=\"text-muted\">Your contact</small>"
|
||
msgstr "<small class=\"text-muted\">連絡先</small>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "<small><b class=\"text-muted\">Your advantage</b></small>"
|
||
msgstr "<small><b class=\"text-muted\">特別価格</b></small>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.portal_my_orders
|
||
msgid ""
|
||
"<span class=\"d-none d-md-inline\">Sales Order #</span>\n"
|
||
" <span class=\"d-block d-md-none\">Ref.</span>"
|
||
msgstr ""
|
||
"<span class=\"d-none d-md-inline\">販売オーダ番号</span>\n"
|
||
"<span class=\"d-block d-md-none\">Ref.</span>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid ""
|
||
"<span class=\"fa fa-exclamation-triangle text-warning me-1\" title=\"This "
|
||
"product is archived\" invisible=\"state not in ['draft', 'sent'] or not "
|
||
"is_product_archived\"/>"
|
||
msgstr ""
|
||
"<span class=\"fa fa-exclamation-triangle text-warning me-1\" title=\"This "
|
||
"product is archived\" invisible=\"state not in ['draft', 'sent'] or not "
|
||
"is_product_archived\"/>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid ""
|
||
"<span class=\"fa fa-lg fa-building-o p-2\" title=\"Values set here are "
|
||
"company-specific.\" groups=\"base.group_multi_company\"/>"
|
||
msgstr ""
|
||
"<span class=\"fa fa-lg fa-building-o p-2\" title=\"Values set here are "
|
||
"company-specific.\" groups=\"base.group_multi_company\"/>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.crm_team_salesteams_view_form
|
||
msgid "<span class=\"flex-grow-1\">/ Month</span>"
|
||
msgstr "<span class=\"flex-grow-1\">/ 月</span>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "<span class=\"mx-3\" invisible=\"not require_payment\">of</span>"
|
||
msgstr "<span class=\"mx-3\" invisible=\"not require_payment\">of</span>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.product_form_view_sale_order_button
|
||
#: model_terms:ir.ui.view,arch_db:sale.product_template_form_view_sale_order_button
|
||
msgid "<span class=\"o_stat_text\">Sold</span>"
|
||
msgstr "<span class=\"o_stat_text\">販売</span>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid ""
|
||
"<span id=\"o_sale_portal_use_amount_total\">\n"
|
||
" By paying,\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span id=\"o_sale_portal_use_amount_total\">\n"
|
||
" 支払うことで、\n"
|
||
" </span>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sale_advance_payment_inv
|
||
msgid ""
|
||
"<span invisible=\"1\" class=\"oe_inline text-danger\" title=\"The Down Payment is greater than the amount remaining to be invoiced.\">\n"
|
||
" <i class=\"fa fa-warning\"/>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span invisible=\"1\" class=\"oe_inline text-danger\" title=\"The Down Payment is greater than the amount remaining to be invoiced.\">\n"
|
||
" <i class=\"fa fa-warning\"/>\n"
|
||
" </span>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sale_advance_payment_inv
|
||
msgid ""
|
||
"<span invisible=\"advance_payment_method != 'percentage'\" "
|
||
"class=\"oe_inline\">% </span>"
|
||
msgstr ""
|
||
"<span invisible=\"advance_payment_method != 'percentage'\" "
|
||
"class=\"oe_inline\">% </span>"
|
||
|
||
#. module: sale
|
||
#: model_terms:web_tour.tour,rainbow_man_message:sale.sale_tour
|
||
msgid ""
|
||
"<span><b>Congratulations</b>, your first quotation is sent!<br>Check your email to validate the quote.\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span><b>おめでとうございます</b>。最初の見積が送信されました!<br>メールを確認して見積を検証して下さい。\n"
|
||
" </span>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "<span>Amount</span>"
|
||
msgstr "<span>金額</span>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_cancel_view_form
|
||
msgid ""
|
||
"<span>Are you sure you want to cancel this order? <br/></span>\n"
|
||
" <span id=\"display_invoice_alert\" invisible=\"not display_invoice_alert\">\n"
|
||
" Draft invoices for this order will be cancelled. <br/>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span>このオーダを本当にキャンセルしますか?<br/></span>\n"
|
||
" <span id=\"display_invoice_alert\" invisible=\"not display_invoice_alert\">\n"
|
||
" このオーダの請求書ドラフトはキャンセルされます。 <br/>\n"
|
||
" </span>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "<span>Disc.%</span>"
|
||
msgstr "<span>値引率</span>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.product_document_kanban
|
||
msgid "<span>Sales visibility</span>"
|
||
msgstr "<span>販売可視性</span>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "<span>Taxes</span>"
|
||
msgstr "<span>税金</span>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "<span>Warning: This quote contains archived product(s)</span>"
|
||
msgstr "<span>警告:この見積もりには アーカイブプロダクトが含まれています。</span>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "<span>Warning: this order might be a duplicate of</span>"
|
||
msgstr "<span>警告: このオーダは以下と重複している可能性があります: </span>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "<strong class=\"mr16\">Subtotal</strong>"
|
||
msgstr "<strong class=\"mr16\">小計</strong>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "<strong>Expiration</strong>"
|
||
msgstr "<strong>有効期限</strong>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "<strong>Fiscal Position Remark:</strong>"
|
||
msgstr "<strong>会計ポジション備考:</strong>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "<strong>Salesperson</strong>"
|
||
msgstr "<strong>販売担当者</strong>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "<strong>Shipping Address</strong>"
|
||
msgstr "<strong>配送先</strong>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "<strong>Signature</strong>"
|
||
msgstr "<strong>署名</strong>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "<strong>Thank You!</strong><br/>"
|
||
msgstr "<strong>ありがとうございました!</strong><br/>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "<strong>This offer expired!</strong>"
|
||
msgstr "<strong>このオファーは期限切れです。</strong>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "<strong>This quotation has been cancelled.</strong>"
|
||
msgstr "<strong>この見積は取消されました。</strong>"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "<strong>Your Reference</strong>"
|
||
msgstr "<strong>参照番号</strong>"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.constraint,message:sale.constraint_sale_order_date_order_conditional_required
|
||
msgid "A confirmed sales order requires a confirmation date."
|
||
msgstr "確認済みの販売注文には確認日が必要です。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "A line on these orders missing a product, you cannot confirm it."
|
||
msgstr "これらのオーダの明細にプロダクトが抜けている場合、確認できません。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "A note, whose content usually applies to the section or product above."
|
||
msgstr "通常上記のセクションまたはプロダクトに内容が適用されるメモ"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
msgid ""
|
||
"A sale order line's combo item must be among its linked line's available "
|
||
"combo items."
|
||
msgstr "販売オーダ明細のコンボ項目は、リンクされた明細の使用可能なコンボ項目の1つでなければなりません。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
msgid "A sale order line's product must match its combo item's product."
|
||
msgstr "販売オーダ明細のプロダクトは、そのコンボアイテムのプロダクトと一致する必要があります。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "A section title"
|
||
msgstr "セクションタイトル"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_advance_payment_inv__advance_payment_method
|
||
msgid ""
|
||
"A standard invoice is issued with all the order lines ready for "
|
||
"invoicing,according to their invoicing policy (based on ordered or delivered"
|
||
" quantity)."
|
||
msgstr "請求ポリシー(オーダ数量または配送済数量に基づく)に従い、請求書発行の準備が整った全オーダ明細と標準請求書を発行します。"
|
||
|
||
#. module: sale
|
||
#: model:res.groups,name:sale.group_warning_sale
|
||
msgid "A warning can be set on a product or a customer (Sale)"
|
||
msgstr "プロダクトまたは取引先に警告設定可(販売)"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid ""
|
||
"Ability to select a package type in sales orders and to force a quantity "
|
||
"that is a multiple of the number of units per package."
|
||
msgstr "販売オーダにて梱包タイプを選択することで、梱包入数の倍数の数量を強制できるになります。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "Accept & Pay Quotation"
|
||
msgstr "見積書の受理と支払い"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "Accept & Sign Quotation"
|
||
msgstr "見積書の受理と署名"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "Accept & Pay"
|
||
msgstr "承認 & 支払"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "Accept & Sign"
|
||
msgstr "承認して署名する"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__access_warning
|
||
msgid "Access warning"
|
||
msgstr "アクセス警告"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order_line__qty_delivered_method
|
||
msgid ""
|
||
"According to product configuration, the delivered quantity can be automatically computed by mechanism:\n"
|
||
" - Manual: the quantity is set manually on the line\n"
|
||
" - Analytic From expenses: the quantity is the quantity sum from posted expenses\n"
|
||
" - Timesheet: the quantity is the sum of hours recorded on tasks linked to this sale line\n"
|
||
" - Stock Moves: the quantity comes from confirmed pickings\n"
|
||
msgstr ""
|
||
"プロダクト構成に応じて、配送済数量はメカニズムによって自動的に計算されます:\n"
|
||
" - 手動:数量を明細上で手動で設定します\n"
|
||
" - 費用からの分析: 数量は計上された費用からの合計数量です\n"
|
||
" - タイムシート:数量は、この売上明細にリンクされたタスクに記録された時間の合計です\n"
|
||
" - 在庫移動: 数量は確定したピッキングに由来します\n"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_account_chart_template
|
||
msgid "Account Chart Template"
|
||
msgstr "勘定科目表テンプレート"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_payment_provider_onboarding_wizard__acc_number
|
||
msgid "Account Number"
|
||
msgstr "口座番号"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.act_window,name:sale.action_accrued_revenue_entry
|
||
msgid "Accrued Revenue Entry"
|
||
msgstr "未収収益仕訳"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__message_needaction
|
||
msgid "Action Needed"
|
||
msgstr "要アクション"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__activity_ids
|
||
#: model:ir.ui.menu,name:sale.sale_menu_config_activities
|
||
msgid "Activities"
|
||
msgstr "活動"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__activity_exception_decoration
|
||
msgid "Activity Exception Decoration"
|
||
msgstr "例外活動文字装飾"
|
||
|
||
#. module: sale
|
||
#: model:ir.ui.menu,name:sale.sale_menu_config_activity_plan
|
||
msgid "Activity Plans"
|
||
msgstr "活動計画"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__activity_state
|
||
msgid "Activity State"
|
||
msgstr "活動状態"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__activity_type_icon
|
||
msgid "Activity Type Icon"
|
||
msgstr "活動種別アイコン"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.act_window,name:sale.mail_activity_type_action_config_sale
|
||
#: model:ir.ui.menu,name:sale.sale_menu_config_activity_type
|
||
msgid "Activity Types"
|
||
msgstr "活動タイプ"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.actions.act_window,help:sale.mail_activity_plan_action_sale_order
|
||
msgid ""
|
||
"Activity plans are used to assign a list of activities in just a few clicks\n"
|
||
" (e.g. \"Delivery scheduling\", \"Order Payment Follow-up\", ...)"
|
||
msgstr ""
|
||
"活動計画は、数回のクリックで活動リストを割当てます。\n"
|
||
" (例: \"配送スケジュール\"、 \"オーダ支払フォローアップ\"、 ...)"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/product/product.xml:0
|
||
msgid "Add"
|
||
msgstr "追加"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Add a note"
|
||
msgstr "メモを追加"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Add a product"
|
||
msgstr "プロダクト追加"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Add a section"
|
||
msgstr "セクションを追加"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Add note"
|
||
msgstr "メモ追加"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/quantity_buttons/quantity_buttons.xml:0
|
||
msgid "Add one"
|
||
msgstr "1つ追加"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/product_list/product_list.js:0
|
||
msgid "Add optional products"
|
||
msgstr "オプションプロダクトを追加"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Add product"
|
||
msgstr "プロダクト追加"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Add section"
|
||
msgstr "セクション追加"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Add several variants to an order from a grid"
|
||
msgstr "グリッドビューからオーダに複数のバリアントを追加"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Allows you to send Pro-Forma Invoice to your customers"
|
||
msgstr "顧客に見積送状を送る"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_res_config_settings__group_proforma_sales
|
||
msgid "Allows you to send pro-forma invoice."
|
||
msgstr "見積送状を送る"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_product_document__attached_on_sale
|
||
msgid ""
|
||
"Allows you to share the document with your customers within a sale.\n"
|
||
"Leave it empty if you don't want to share this document with sales customer.\n"
|
||
"On quote: the document will be sent to and accessible by customers at any time.\n"
|
||
"e.g. this option can be useful to share Product description files.\n"
|
||
"On order confirmation: the document will be sent to and accessible by customers.\n"
|
||
"e.g. this option can be useful to share User Manual or digital content bought on ecommerce. \n"
|
||
"Inside quote: The document will be included in the pdf of the quotation and sale order between the header pages and the quote table. "
|
||
msgstr ""
|
||
"販売内で顧客とドキュメントを共有できます。\n"
|
||
"このドキュメントを販売顧客と共有したくない場合は、空のままにして下さい。\n"
|
||
"見積時:ドキュメントは顧客に送信され、顧客はいつでもアクセスできます。\n"
|
||
"例: このオプションはプロダクト説明ファイルを共有するのに便利です。\n"
|
||
"オーダ確認時: ドキュメントは顧客に送信され、顧客はアクセスできます。\n"
|
||
"例: このオプションはユーザマニュアルやeコマースで購入したデジタルコンテンツを共有するのに便利です。\n"
|
||
"見積書内:ドキュメントはヘッダページと見積テーブルの間の見積書\n"
|
||
"と販売オーダのPDFに含まれます。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_payment_link_wizard__amount_paid
|
||
msgid "Already Paid"
|
||
msgstr "支払済"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_advance_payment_inv__amount_invoiced
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__amount_invoiced
|
||
msgid "Already invoiced"
|
||
msgstr "請求済"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__module_sale_amazon
|
||
msgid "Amazon Sync"
|
||
msgstr "Amazon連携"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_discount__discount_amount
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_line_view_form_readonly
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Amount"
|
||
msgstr "金額"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__amount_undiscounted
|
||
msgid "Amount Before Discount"
|
||
msgstr "値引前の金額"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_crm_team__quotations_amount
|
||
msgid "Amount of quotations to invoice"
|
||
msgstr "請求対象見積金額"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_advance_payment_inv__amount_to_invoice
|
||
msgid "Amount to invoice"
|
||
msgstr "請求金額"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.actions.act_window,help:sale.action_orders_upselling
|
||
msgid ""
|
||
"An order is to upsell when delivered quantities are above initially\n"
|
||
" ordered quantities, and the invoicing policy is based on ordered quantities."
|
||
msgstr "納品数量が当初のオーダ数量を上回り、かつ、請求基準がオーダ数量に基づく場合に、オーダはアップセルされます。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__analytic_distribution
|
||
msgid "Analytic Distribution"
|
||
msgstr "分析用配分"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_order_line__qty_delivered_method__analytic
|
||
msgid "Analytic From Expenses"
|
||
msgstr "経費からの分析"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_account_analytic_line
|
||
msgid "Analytic Line"
|
||
msgstr "分析行"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_account_analytic_applicability
|
||
msgid "Analytic Plan's Applicabilities"
|
||
msgstr "分析計画の適用範囲"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__analytic_precision
|
||
msgid "Analytic Precision"
|
||
msgstr "分析精度"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__analytic_line_ids
|
||
msgid "Analytic lines"
|
||
msgstr "分析行"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_line_wizard_form
|
||
msgid "Apply"
|
||
msgstr "適用"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid ""
|
||
"Apply manual discounts on sales order lines or display discounts computed "
|
||
"from pricelists (option to activate in the pricelist configuration)."
|
||
msgstr "販売オーダ明細に手動値引を適用するか、価格表から計算された値引を表示します(価格表構成で有効化するオプション)。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.mass_cancel_orders_view_form
|
||
msgid "Are you sure you want to cancel the"
|
||
msgstr "以下を本当に取消しますか?:"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.mass_cancel_orders_view_form
|
||
msgid "Are you sure you want to cancel the selected item?"
|
||
msgstr "選択した項目を本当に取消しますか?"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid ""
|
||
"Are you sure you want to void the authorized transaction? This action can't "
|
||
"be undone."
|
||
msgstr "承認された取引を無効にしますか?このアクションは元に戻せません。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.actions.act_window,help:sale.action_orders_upselling
|
||
msgid ""
|
||
"As an example, if you sell pre-paid hours of services, Odoo recommends you\n"
|
||
" to sell extra hours when all ordered hours have been consumed."
|
||
msgstr "例えば、サービス時間を前払いで販売する場合、オーダされた時間がすべて消費された時点で追加時間を販売することをOdooは推奨しています。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__product_template__expense_policy__cost
|
||
msgid "At cost"
|
||
msgstr "原価で"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__message_attachment_count
|
||
msgid "Attachment Count"
|
||
msgstr "添付数"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__product_template_attribute_value_ids
|
||
msgid "Attribute Values"
|
||
msgstr "属性値"
|
||
|
||
#. module: sale
|
||
#: model:ir.ui.menu,name:sale.menu_product_attribute_action
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Attributes"
|
||
msgstr "属性"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_cancel__author_id
|
||
msgid "Author"
|
||
msgstr "著作者"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__authorized_transaction_ids
|
||
msgid "Authorized Transactions"
|
||
msgstr "承認されたトランザクション"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__automatic_invoice
|
||
msgid "Automatic Invoice"
|
||
msgstr "自動請求"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_report_view_tree
|
||
msgid "Average"
|
||
msgstr "平均"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "Bacon Burger"
|
||
msgstr "ベーコンバーガー"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_payment_provider_onboarding_wizard__journal_name
|
||
msgid "Bank Name"
|
||
msgstr "銀行名"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__payment_provider__so_reference_type__partner
|
||
msgid "Based on Customer ID"
|
||
msgstr "クライアントIDに基づく"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__payment_provider__so_reference_type__so_name
|
||
msgid "Based on Document Reference"
|
||
msgstr "ドキュメントリファレンスに基づく"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.actions.act_window,help:sale.action_quotations
|
||
#: model_terms:ir.actions.act_window,help:sale.action_quotations_with_onboarding
|
||
msgid "Beat competitors with stunning quotations!"
|
||
msgstr "魅力的な見積で競合他社に打ち勝ちましょう!"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__product_template__sale_line_warn__block
|
||
#: model:ir.model.fields.selection,name:sale.selection__res_partner__sale_warn__block
|
||
msgid "Blocking Message"
|
||
msgstr "阻止メッセージ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_cancel__body_has_template_value
|
||
msgid "Body content is the same as the template"
|
||
msgstr "本文はテンプレートと同じです。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.actions.act_window,help:sale.action_quotations
|
||
#: model_terms:ir.actions.act_window,help:sale.action_quotations_with_onboarding
|
||
msgid ""
|
||
"Boost sales with online payments or signatures, upsells, and a great "
|
||
"customer portal."
|
||
msgstr "オンライン決済やサイン、アップセル、優れた顧客ポータルで販売を促進します。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid ""
|
||
"Boost your sales with multiple kinds of programs: Coupons, Promotions, Gift "
|
||
"Card, Loyalty. Specific conditions can be set (products, customers, minimum "
|
||
"purchase amount, period). Rewards can be discounts (% or amount) or free "
|
||
"products."
|
||
msgstr ""
|
||
"クーポン、プロモーション、ギフトカード、ロイヤリティなど、様々なキャンペーンで売上を向上させます。特定な条件を設定できます "
|
||
"(プロダクト、顧客、最低購入数、期間)。リワードとしては、値引 (%又は値引額)や無料プロダクトを提供できます。"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/tours/sale.js:0
|
||
msgid "Build your first quotation right here!"
|
||
msgstr "最初の見積もりはこちらから!"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "By paying a <u>down payment</u> of"
|
||
msgstr "次の<u>前受金</u> を支払うことで:"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "By paying,"
|
||
msgstr "支払うことで、"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "By signing, you confirm acceptance on behalf of"
|
||
msgstr "署名することにより、以下の代理人として承諾したものとみなされます。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_account_bank_statement_line__campaign_id
|
||
#: model:ir.model.fields,field_description:sale.field_account_move__campaign_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__campaign_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__campaign_id
|
||
msgid "Campaign"
|
||
msgstr "キャンペーン"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_cancel__can_edit_body
|
||
msgid "Can Edit Body"
|
||
msgstr "本文編集可"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__product_updatable
|
||
msgid "Can Edit Product"
|
||
msgstr "プロダクトを編集できます"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/combo_configurator_dialog/combo_configurator_dialog.xml:0
|
||
#: code:addons/sale/static/src/js/product_configurator_dialog/product_configurator_dialog.xml:0
|
||
#: model:ir.actions.act_window,name:sale.action_mass_cancel_orders
|
||
#: model_terms:ir.ui.view,arch_db:sale.mass_cancel_orders_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_cancel_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sale_advance_payment_inv
|
||
msgid "Cancel"
|
||
msgstr "キャンセル"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "Cancel %s"
|
||
msgstr "キャンセル %s"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_sale_mass_cancel_orders
|
||
msgid "Cancel multiple quotations"
|
||
msgstr "複数の見積書をキャンセルする"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.mass_cancel_orders_view_form
|
||
msgid "Cancel quotations"
|
||
msgstr "見積書をキャンセル"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_order__state__cancel
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_report__state__cancel
|
||
msgid "Cancelled"
|
||
msgstr "取消済"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid ""
|
||
"Cannot create an invoice. No items are available to invoice.\n"
|
||
"\n"
|
||
"To resolve this issue, please ensure that:\n"
|
||
" • The products have been delivered before attempting to invoice them.\n"
|
||
" • The invoicing policy of the product is configured correctly.\n"
|
||
"\n"
|
||
"If you want to invoice based on ordered quantities instead:\n"
|
||
" • For consumable or storable products, open the product, go to the 'General Information' tab and change the 'Invoicing Policy' from 'Delivered Quantities' to 'Ordered Quantities'.\n"
|
||
" • For services (and other products), change the 'Invoicing Policy' to 'Prepaid/Fixed Price'.\n"
|
||
msgstr ""
|
||
"請求書を作成できません。請求書を作成できるアイテムがありません。\n"
|
||
"\n"
|
||
"この問題を解決するには、以下を確認して下さい。\n"
|
||
"- 請求書を作成する前に、プロダクトが配送されている。\n"
|
||
"- プロダクトの請求書発行ポリシーが正しく設定されている。\n"
|
||
"\n"
|
||
"代わりにオーダ数量に基づいて請求書を発行したい場合: \n"
|
||
"- 消耗品または保存可能なプロダクトの場合、プロダクトを開き、'一般情報'タブに移動し、'請求書発行ポリシー'を'納品済数量’から'オーダ済数量'に変更します。\n"
|
||
"- サービス(およびその他のプロダクト)の場合は、'請求書発行方針'を'前払/固定価格'に変更します。\n"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Capture Transaction"
|
||
msgstr "取引をキャプチャする"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Catalog"
|
||
msgstr "カタログ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__product_uom_category_id
|
||
msgid "Category"
|
||
msgstr "カテゴリー"
|
||
|
||
#. module: sale
|
||
#: model:product.template,name:sale.product_product_1_product_template
|
||
msgid "Chair floor protection"
|
||
msgstr "椅子の床プロテクション"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid ""
|
||
"Changing the company of an existing quotation might need some manual "
|
||
"adjustments in the details of the lines. You might consider updating the "
|
||
"prices."
|
||
msgstr "既存の見積書の会社を変更するには、明細の詳細を手作業で調整する必要になる場合があります。価格の更新を検討しましょう。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.actions.act_window,help:sale.action_quotations
|
||
#: model_terms:ir.actions.act_window,help:sale.action_quotations_with_onboarding
|
||
msgid "Check a sample. It's clean!"
|
||
msgstr "サンプルを確認しましょう。クリーンです!"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/tours/sale.js:0
|
||
msgid "Click here to add some products or services to your quotation."
|
||
msgstr "ここをクリックして見積にプロダクトやサービスを追加してください。"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/xml/sales_team_progress_bar_template.xml:0
|
||
msgid "Click to define an invoicing target"
|
||
msgstr "クリックして請求対象を定義します"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "Close"
|
||
msgstr "閉じる"
|
||
|
||
#. module: sale
|
||
#: model:ir.ui.menu,name:sale.menu_product_combos
|
||
msgid "Combo Choices"
|
||
msgstr "コンボの選択肢"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__combo_item_id
|
||
msgid "Combo Item"
|
||
msgstr "コンボアイテム"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__module_sale_commission
|
||
msgid "Commissions"
|
||
msgstr "コミッション"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_payment_provider__so_reference_type
|
||
msgid "Communication"
|
||
msgstr "通信費"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "Communication history"
|
||
msgstr "通信履歴"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_res_company
|
||
msgid "Companies"
|
||
msgstr "会社"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_advance_payment_inv__company_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__company_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_discount__company_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__company_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__company_id
|
||
#: model:ir.model.fields,field_description:sale.field_utm_campaign__company_id
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_search
|
||
msgid "Company"
|
||
msgstr "会社"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_base_document_layout
|
||
msgid "Company Document Layout"
|
||
msgstr "会社ドキュメントレイアウト"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Compute shipping costs and ship with DHL"
|
||
msgstr "DHLで配送費用を計算し発送します"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Compute shipping costs and ship with Easypost"
|
||
msgstr "Easypostで配送費用計算し出荷"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Compute shipping costs and ship with FedEx"
|
||
msgstr "FedExで配送費用を計算し発送します"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Compute shipping costs and ship with Sendcloud"
|
||
msgstr "Sendcloudで配送費用計算し出荷"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Compute shipping costs and ship with Shiprocket"
|
||
msgstr "配送コストを計算し、Shiprocketで配送します。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Compute shipping costs and ship with Starshipit"
|
||
msgstr "送料を計算し、Starshipitで発送します。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Compute shipping costs and ship with UPS"
|
||
msgstr "UPSで配送費用を計算し発送します"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Compute shipping costs and ship with USPS"
|
||
msgstr "USPSで配送費用を計算し発送します"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Compute shipping costs and ship with bpost"
|
||
msgstr "bpostで配送費用を計算し発送します"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Compute shipping costs on orders"
|
||
msgstr "オーダで配送費用を計算"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_res_config_settings
|
||
msgid "Config Settings"
|
||
msgstr "コンフィグ設定"
|
||
|
||
#. module: sale
|
||
#: model:ir.ui.menu,name:sale.menu_sale_config
|
||
msgid "Configuration"
|
||
msgstr "設定"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/product_configurator_dialog/product_configurator_dialog.js:0
|
||
msgid "Configure your product"
|
||
msgstr "プロダクトを設定する"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/combo_configurator_dialog/combo_configurator_dialog.xml:0
|
||
#: code:addons/sale/static/src/js/product_configurator_dialog/product_configurator_dialog.xml:0
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Confirm"
|
||
msgstr "確認"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_payment_link_wizard__confirmation_message
|
||
msgid "Confirmation Message"
|
||
msgstr "確認メッセージ"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Connectors"
|
||
msgstr "コネクター"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_advance_payment_inv__consolidated_billing
|
||
msgid "Consolidated Billing"
|
||
msgstr "連結請求"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_res_partner
|
||
msgid "Contact"
|
||
msgstr "連絡先"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_cancel__body
|
||
msgid "Contents"
|
||
msgstr "内容"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order_line__product_uom_category_id
|
||
msgid ""
|
||
"Conversion between Units of Measure can only occur if they belong to the "
|
||
"same category. The conversion will be made based on the ratios."
|
||
msgstr "単位間の変換は同じカテゴリに属している場合のみ可能です。変換は比率に基づいて行われます。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__country_code
|
||
msgid "Country code"
|
||
msgstr "国コード"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__module_sale_loyalty
|
||
msgid "Coupons & Loyalty"
|
||
msgstr "クーポン&ロイヤリティ"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_view_search_inherit_quotation
|
||
msgid "Create Date"
|
||
msgstr "作成日"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sale_advance_payment_inv
|
||
msgid "Create Draft"
|
||
msgstr "ドラフトを作成"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_advance_payment_inv__advance_payment_method
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Create Invoice"
|
||
msgstr "請求書作成"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_tree
|
||
msgid "Create Invoices"
|
||
msgstr "請求書作成"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.actions.act_window,help:sale.mail_activity_plan_action_sale_order
|
||
msgid "Create a Sale Order Activity Plan"
|
||
msgstr "販売オーダ活動計画を作成する"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.actions.act_window,help:sale.action_invoice_salesteams
|
||
msgid "Create a customer invoice"
|
||
msgstr "顧客請求書を作成"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.actions.act_window,help:sale.product_template_action
|
||
msgid "Create a new product"
|
||
msgstr "プロダクト新規作成"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.actions.act_window,help:sale.act_res_partner_2_sale_order
|
||
#: model_terms:ir.actions.act_window,help:sale.action_orders
|
||
#: model_terms:ir.actions.act_window,help:sale.action_orders_salesteams
|
||
#: model_terms:ir.actions.act_window,help:sale.action_quotations_salesteams
|
||
msgid "Create a new quotation, the first step of a new sale!"
|
||
msgstr "販売の第一歩、見積を作成しましょう。"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.act_window,name:sale.action_view_sale_advance_payment_inv
|
||
msgid "Create invoice(s)"
|
||
msgstr "請求書を作成"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.actions.act_window,help:sale.action_invoice_salesteams
|
||
msgid ""
|
||
"Create invoices, register payments and keep track of the discussions with "
|
||
"your customers."
|
||
msgstr "請求書を作成したり、支払登録したり、顧客とのコミュニケーションを管理したりします。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__service_tracking
|
||
msgid "Create on Order"
|
||
msgstr "オーダで作成"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_advance_payment_inv__consolidated_billing
|
||
msgid ""
|
||
"Create one invoice for all orders related to same customer and same "
|
||
"invoicing address"
|
||
msgstr "同じ顧客、同じ請求先住所に関連する全てのオーダに対して1つの請求書を作成します。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_advance_payment_inv__create_uid
|
||
#: model:ir.model.fields,field_description:sale.field_sale_mass_cancel_orders__create_uid
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__create_uid
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_cancel__create_uid
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_discount__create_uid
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__create_uid
|
||
#: model:ir.model.fields,field_description:sale.field_sale_payment_provider_onboarding_wizard__create_uid
|
||
msgid "Created by"
|
||
msgstr "作成者"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_advance_payment_inv__create_date
|
||
#: model:ir.model.fields,field_description:sale.field_sale_mass_cancel_orders__create_date
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_cancel__create_date
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_discount__create_date
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__create_date
|
||
#: model:ir.model.fields,field_description:sale.field_sale_payment_provider_onboarding_wizard__create_date
|
||
msgid "Created on"
|
||
msgstr "作成日"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__create_date
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_quotation_tree
|
||
msgid "Creation Date"
|
||
msgstr "作成日"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__date_order
|
||
msgid ""
|
||
"Creation date of draft/sent orders,\n"
|
||
"Confirmation date of confirmed orders."
|
||
msgstr "ドラフト/送信済み注文の作成日、確認済オーダの確認日。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe
|
||
msgid "Credit & Debit card (via Stripe)"
|
||
msgstr "クレジット&デビットカード(Stripe経由)"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_advance_payment_inv__currency_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__currency_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_discount__currency_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__currency_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__currency_id
|
||
#: model:ir.model.fields,field_description:sale.field_utm_campaign__currency_id
|
||
msgid "Currency"
|
||
msgstr "通貨"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__currency_rate
|
||
msgid "Currency Rate"
|
||
msgstr "為替レート"
|
||
|
||
#. module: sale
|
||
#: model:product.attribute.value,name:sale.product_attribute_value_7
|
||
msgid "Custom"
|
||
msgstr "カスタム"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__product_custom_attribute_value_ids
|
||
msgid "Custom Values"
|
||
msgstr "カスタム値"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_payment_provider_onboarding_wizard__payment_method__manual
|
||
msgid "Custom payment instructions"
|
||
msgstr "カスタム支払案内"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__partner_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__order_partner_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__partner_id
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_search
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_filter
|
||
msgid "Customer"
|
||
msgstr "顧客"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__country_id
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_search
|
||
msgid "Customer Country"
|
||
msgstr "顧客の所在国"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__commercial_partner_id
|
||
msgid "Customer Entity"
|
||
msgstr "顧客事業体"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__industry_id
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_search
|
||
msgid "Customer Industry"
|
||
msgstr "顧客業界"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__access_url
|
||
msgid "Customer Portal URL"
|
||
msgstr "顧客ポータルURL"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__client_order_ref
|
||
msgid "Customer Reference"
|
||
msgstr "顧客参照"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Customer Signature"
|
||
msgstr "顧客署名"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__state_id
|
||
msgid "Customer State"
|
||
msgstr "顧客ステータス"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__partner_zip
|
||
msgid "Customer ZIP"
|
||
msgstr "顧客郵便番号"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/wizard/payment_link_wizard.py:0
|
||
msgid "Customer needs to pay at least %(amount)s to confirm the order."
|
||
msgstr "オーダを確定するには顧客は少なくとも%(amount)s支払う必要があります。"
|
||
|
||
#. module: sale
|
||
#: model:ir.ui.menu,name:sale.menu_reporting_customer
|
||
#: model:ir.ui.menu,name:sale.res_partner_menu
|
||
msgid "Customers"
|
||
msgstr "顧客"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__module_delivery_dhl
|
||
msgid "DHL Express Connector"
|
||
msgstr "DHL Expressコネクター"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_search
|
||
msgid "Date"
|
||
msgstr "日付"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "Date:"
|
||
msgstr "日付:"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_res_company__quotation_validity_days
|
||
#: model:ir.model.fields,help:sale.field_res_config_settings__quotation_validity_days
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid ""
|
||
"Days between quotation proposal and expiration. 0 days means automatic "
|
||
"expiration is disabled"
|
||
msgstr "見積書提案から有効期限までの日数。0日は自動期限切れを意味します。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_advance_payment_inv__deduct_down_payments
|
||
msgid "Deduct down payments"
|
||
msgstr "前受金を差し引く"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_company__quotation_validity_days
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__quotation_validity_days
|
||
msgid "Default Quotation Validity"
|
||
msgstr "デフォルト見積有効期間"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__company_price_include
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__company_price_include
|
||
msgid "Default Sales Price Include"
|
||
msgstr "デフォルト販売価格 含む"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__company_price_include
|
||
#: model:ir.model.fields,help:sale.field_sale_order_line__company_price_include
|
||
msgid ""
|
||
"Default on whether the sales price used on the product and invoices with "
|
||
"this Company includes its taxes."
|
||
msgstr "この会社で使用されるプロダクトおよび顧客請求書に記載される販売価格に消費税が含まれるかどうかのデフォルト設定。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid ""
|
||
"Default period during which the quote is valid and can still be accepted by "
|
||
"the customer. The default can be changed per order or template."
|
||
msgstr "見積が有効で、顧客が受諾可能なデフォルト期間。デフォルトはオーダまたはテンプレートごとに変更できます。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_res_company__sale_discount_product_id
|
||
msgid "Default product used for discounts"
|
||
msgstr "値引に使用されるデフォルトプロダクト"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Deliver Content by Email"
|
||
msgstr "Eメールで内容を配信"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Delivered"
|
||
msgstr "配送済"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
msgid "Delivered Quantity: %s"
|
||
msgstr "配送済数量:%s"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__product_template__invoice_policy__delivery
|
||
msgid "Delivered quantities"
|
||
msgstr "配送済数量"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__partner_shipping_id
|
||
msgid "Delivery Address"
|
||
msgstr "配送先"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__commitment_date
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Delivery Date"
|
||
msgstr "配送日"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__module_delivery
|
||
msgid "Delivery Methods"
|
||
msgstr "配送方法"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__qty_delivered
|
||
msgid "Delivery Quantity"
|
||
msgstr "配送数量"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__expected_date
|
||
msgid ""
|
||
"Delivery date you can promise to the customer, computed from the minimum "
|
||
"lead time of the order lines in case of Service products. In case of "
|
||
"shipping, the shipping policy of the order will be taken into account to "
|
||
"either use the minimum or maximum lead time of the order lines."
|
||
msgstr ""
|
||
"サービスプロダクトの場合、オーダ明細の最小リードタイムから計算された、顧客に約束できる納期。配送の場合、オーダの配送ポリシーが考慮され、オーダ明細の最小または最大のリードタイムが使用されます。"
|
||
|
||
#. module: sale
|
||
#: model:product.template,name:sale.advance_product_0_product_template
|
||
msgid "Deposit"
|
||
msgstr "デポジット"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__name
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Description"
|
||
msgstr "説明"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Disc.%"
|
||
msgstr "値引率"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.mass_cancel_orders_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_cancel_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_line_wizard_form
|
||
msgid "Discard"
|
||
msgstr "破棄"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
#: code:addons/sale/wizard/sale_order_discount.py:0
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_line_wizard_form
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Discount"
|
||
msgstr "値引"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__discount
|
||
msgid "Discount %"
|
||
msgstr "値引%"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/wizard/sale_order_discount.py:0
|
||
msgid "Discount %(percent)s%%"
|
||
msgstr "値引 %(percent)s%%"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/wizard/sale_order_discount.py:0
|
||
msgid "Discount %(percent)s%%- On products with the following taxes %(taxes)s"
|
||
msgstr "値引 %(percent)s%%- 対象:以下の税のプロダクト %(taxes)s"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__discount
|
||
msgid "Discount (%)"
|
||
msgstr "値引 (%)"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__discount_amount
|
||
msgid "Discount Amount"
|
||
msgstr "値引額"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_company__sale_discount_product_id
|
||
msgid "Discount Product"
|
||
msgstr "値引プロダクト"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_discount__discount_type
|
||
msgid "Discount Type"
|
||
msgstr "値引タイプ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_sale_order_discount
|
||
msgid "Discount Wizard"
|
||
msgstr "値引ウィザード"
|
||
|
||
#. module: sale
|
||
#: model:res.groups,name:sale.group_discount_per_so_line
|
||
msgid "Discount on lines"
|
||
msgstr "明細の値引"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Discount:"
|
||
msgstr "値引:"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__group_discount_per_so_line
|
||
msgid "Discounts"
|
||
msgstr "値引"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_advance_payment_inv__display_draft_invoice_warning
|
||
msgid "Display Draft Invoice Warning"
|
||
msgstr "請求書ドラフトの警告を表示する"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_advance_payment_inv__display_invoice_amount_warning
|
||
msgid "Display Invoice Amount Warning"
|
||
msgstr "請求書の警告を表示する"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_advance_payment_inv__display_name
|
||
#: model:ir.model.fields,field_description:sale.field_sale_mass_cancel_orders__display_name
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__display_name
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_cancel__display_name
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_discount__display_name
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__display_name
|
||
#: model:ir.model.fields,field_description:sale.field_sale_payment_provider_onboarding_wizard__display_name
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__display_name
|
||
msgid "Display Name"
|
||
msgstr "表示名"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__display_type
|
||
msgid "Display Type"
|
||
msgstr "表示タイプ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__distribution_analytic_account_ids
|
||
msgid "Distribution Analytic Account"
|
||
msgstr "分配分析勘定"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "Documents"
|
||
msgstr "書類"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_account_analytic_applicability__business_domain
|
||
msgid "Domain"
|
||
msgstr "ドメイン"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
#: code:addons/sale/wizard/sale_make_invoice_advance.py:0
|
||
#: model:ir.model.fields,field_description:sale.field_sale_advance_payment_inv__amount
|
||
msgid "Down Payment"
|
||
msgstr "前受金"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
msgid "Down Payment (Cancelled)"
|
||
msgstr "前払 (取消済)"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
msgid "Down Payment (ref: %(reference)s on %(date)s)"
|
||
msgstr "前受金 (ref: %(reference)s、%(date)s)"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_advance_payment_inv__fixed_amount
|
||
msgid "Down Payment Amount (Fixed)"
|
||
msgstr "前受金額 (固定)"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
msgid "Down Payment: %(date)s (Draft)"
|
||
msgstr "前受金: %(date)s (ドラフト)"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
msgid "Down Payments"
|
||
msgstr "前受金"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_advance_payment_inv__advance_payment_method__fixed
|
||
msgid "Down payment (fixed amount)"
|
||
msgstr "前受金 (固定金額)"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_advance_payment_inv__advance_payment_method__percentage
|
||
msgid "Down payment (percentage)"
|
||
msgstr "前受金 (パーセント)"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "Down payment <br/>"
|
||
msgstr "頭金<br/>"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/wizard/sale_make_invoice_advance.py:0
|
||
msgid "Down payment invoice"
|
||
msgstr "前受金請求書"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/wizard/sale_make_invoice_advance.py:0
|
||
msgid "Down payment of %s%%"
|
||
msgstr "%s%% の前受金"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order_line__is_downpayment
|
||
msgid ""
|
||
"Down payments are made when creating invoices from a sales order. They are "
|
||
"not copied when duplicating a sales order."
|
||
msgstr "前受金は、受注から請求書を作成するときに行われます。受注を複製する場合、これらはコピーされません。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_product_category__property_account_downpayment_categ_id
|
||
msgid "Downpayment Account"
|
||
msgstr "前受金勘定"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/wizard/sale_make_invoice_advance.py:0
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sale_advance_payment_inv
|
||
msgid "Draft Invoices"
|
||
msgstr "ドラフト請求書"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Duplicated Documents"
|
||
msgstr "複製されたドキュメント"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__duplicated_order_ids
|
||
msgid "Duplicated Order"
|
||
msgstr "複製されたオーダ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__module_delivery_easypost
|
||
msgid "Easypost Connector"
|
||
msgstr "Easypostコネクター"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/sale_product_field.js:0
|
||
msgid "Edit Configuration"
|
||
msgstr "構成の編集"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_payment_provider_onboarding_wizard__payment_method__digital_signature
|
||
msgid "Electronic signature"
|
||
msgstr "電子署名"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_payment_provider_onboarding_wizard__paypal_email_account
|
||
msgid "Email"
|
||
msgstr "メール"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_res_config_settings__invoice_mail_template_id
|
||
msgid "Email sent to the customer once the invoice is available."
|
||
msgstr "請求書の発行が可能になった時点で、お客様に送信されるEメール。"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/product_template_attribute_line/product_template_attribute_line.js:0
|
||
msgid "Enter a customized value"
|
||
msgstr "カスタム値を入力"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid ""
|
||
"Error importing attachment '%(file_name)s' as order (decoder=%(decoder)s)"
|
||
msgstr "オーダとして添付 '%(file_name)s' インポート中のエラー (デコーダ=%(decoder)s)"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__expected_date
|
||
msgid "Expected Date"
|
||
msgstr "予定日"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Expected:"
|
||
msgstr "予想:"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.product_template_form_view
|
||
msgid "Expense"
|
||
msgstr "費用"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__validity_date
|
||
msgid "Expiration"
|
||
msgstr "有効期限日"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "Expiration Date:"
|
||
msgstr "有効期日"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "Expires on %(date)s"
|
||
msgstr "有効期限:%(date)s"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_search
|
||
msgid "Extended Filters"
|
||
msgstr "拡張フィルタ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__product_no_variant_attribute_value_ids
|
||
msgid "Extra Values"
|
||
msgstr "追加の値"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
msgid "Extra line with %s"
|
||
msgstr "%sの追加明細"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__module_delivery_fedex
|
||
msgid "FedEx Connector"
|
||
msgstr "FedExコネクター"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__fiscal_position_id
|
||
msgid "Fiscal Position"
|
||
msgstr "会計ポジション"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__fiscal_position_id
|
||
msgid ""
|
||
"Fiscal positions are used to adapt taxes and accounts for particular "
|
||
"customers or sales orders/invoices.The default value comes from the "
|
||
"customer."
|
||
msgstr ""
|
||
"会計ポジションは、特定の顧客、または特定の販売オーダ/請求書に、税金と勘定を調整するために使用されます。デフォルト値は顧客から取得されます。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_order_discount__discount_type__amount
|
||
msgid "Fixed Amount"
|
||
msgstr "固定金額"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.portal_my_home_sale
|
||
msgid "Follow, view or pay your orders"
|
||
msgstr "ご注文のフォロー、表示、支払いができます"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__message_follower_ids
|
||
msgid "Followers"
|
||
msgstr "フォロワー"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__message_partner_ids
|
||
msgid "Followers (Partners)"
|
||
msgstr "フォロワー (取引先)"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__activity_type_icon
|
||
msgid "Font awesome icon e.g. fa-tasks"
|
||
msgstr "Font awesomeのアイコン 例. fa-tasks"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.constraint,message:sale.constraint_sale_order_line_non_accountable_null_fields
|
||
msgid "Forbidden values on non-accountable sale order line"
|
||
msgstr "説明責任のない販売注文明細の禁止値"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.actions.act_window,help:sale.action_account_invoice_report_salesteam
|
||
msgid ""
|
||
"From this report, you can have an overview of the amount invoiced to your "
|
||
"customer. The search tool can also be used to personalise your Invoices "
|
||
"reports and so, match this analysis to your needs."
|
||
msgstr ""
|
||
"このレポートから、お客様に請求される金額の概要を知ることができます。 "
|
||
"検索ツールを使用して請求書のレポートをパーソナライズすることもできます。この分析を要件に合わせることができます。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "Full amount <br/>"
|
||
msgstr "全額<br/>"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_order__invoice_status__invoiced
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_order_line__invoice_status__invoiced
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_report__invoice_status__invoiced
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_report__line_invoice_status__invoiced
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_search
|
||
msgid "Fully Invoiced"
|
||
msgstr "完全請求済"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_filter
|
||
msgid "Future Activities"
|
||
msgstr "今後の活動"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_payment_link_wizard
|
||
msgid "Generate Sales Payment Link"
|
||
msgstr "販売支払いリンクを生成する"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.act_window,name:sale.action_sale_order_generate_link
|
||
msgid "Generate a Payment Link"
|
||
msgstr "支払用リンクを生成"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid ""
|
||
"Generate the invoice automatically when the online payment is confirmed"
|
||
msgstr "オンライン決済が確認され次第、請求書を自動生成"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "Generated Orders"
|
||
msgstr "生成されたオーダ"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Get warnings in orders for products or customers"
|
||
msgstr "プロダクトや顧客に注文用の警告を設定"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_order_discount__discount_type__so_discount
|
||
msgid "Global Discount"
|
||
msgstr "全体値引"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/tours/sale.js:0
|
||
msgid "Go ahead and send the quotation."
|
||
msgstr "進めて、見積を送りましょう。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order_line__product_type
|
||
msgid ""
|
||
"Goods are tangible materials and merchandise you provide.\n"
|
||
"A service is a non-material product you provide."
|
||
msgstr ""
|
||
"物品とは、貴社が提供する有形の商材や商品です。\n"
|
||
"サービスとは、貴社が提供する無形のプロダクトのことです。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Grant discounts on sales order lines"
|
||
msgstr "販売オーダラインに値引適用"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__weight
|
||
msgid "Gross Weight"
|
||
msgstr "総重量"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_search
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_filter
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_line_filter
|
||
msgid "Group By"
|
||
msgstr "グループ化"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__has_active_pricelist
|
||
msgid "Has Active Pricelist"
|
||
msgstr "有効な価格表あり"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__has_archived_products
|
||
msgid "Has Archived Products"
|
||
msgstr "アーカイブ済プロダクトあり"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_mass_cancel_orders__has_confirmed_order
|
||
msgid "Has Confirmed Order"
|
||
msgstr "検証済オーダあり"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__show_update_fpos
|
||
msgid "Has Fiscal Position Changed"
|
||
msgstr "会計ポジション変更済"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__has_message
|
||
msgid "Has Message"
|
||
msgstr "メッセージあり"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__show_update_pricelist
|
||
msgid "Has Pricelist Changed"
|
||
msgstr "価格表が変更されました"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_advance_payment_inv__has_down_payments
|
||
msgid "Has down payments"
|
||
msgstr "前受金あり"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__product_document__attached_on_sale__hidden
|
||
msgid "Hidden"
|
||
msgstr "非表示"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_advance_payment_inv__id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_mass_cancel_orders__id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_cancel__id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_discount__id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_payment_provider_onboarding_wizard__id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__id
|
||
msgid "ID"
|
||
msgstr "ID"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__activity_exception_icon
|
||
msgid "Icon"
|
||
msgstr "アイコン"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__activity_exception_icon
|
||
msgid "Icon to indicate an exception activity."
|
||
msgstr "例外活動を示すアイコン"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__message_needaction
|
||
msgid "If checked, new messages require your attention."
|
||
msgstr "チェックした場合は、新しいメッセージに注意が必要です。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__message_has_error
|
||
#: model:ir.model.fields,help:sale.field_sale_order__message_has_sms_error
|
||
msgid "If checked, some messages have a delivery error."
|
||
msgstr "チェックした場合は、一部のメッセージに配信エラーが発生されました。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__journal_id
|
||
msgid ""
|
||
"If set, the SO will invoice in this journal; otherwise the sales journal "
|
||
"with the lowest sequence is used."
|
||
msgstr "設定した場合には、販売オーダは、このジャーナルに請求されます。 それ以外の場合は、最も低い順序の販売ジャーナルが使用されます。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid ""
|
||
"If the sale is locked, you can not modify it anymore. However, you will "
|
||
"still be able to invoice or deliver."
|
||
msgstr "販売がロックされている場合は、これ以上修正することはできません。 ただし、引き続き請求や配達が可能です。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_product_packaging__sales
|
||
msgid "If true, the packaging can be used for sales orders"
|
||
msgstr "Trueの場合、パッケージングを販売オーダに使用できます"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__pricelist_id
|
||
msgid "If you change the pricelist, only newly added lines will be affected."
|
||
msgstr "価格表を変更すると、新しく追加された行のみが影響を受けます。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Immediate"
|
||
msgstr "即時"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Import Amazon orders and sync deliveries"
|
||
msgstr "Amazonオーダインポートおよび運送同期"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/product_template.py:0
|
||
msgid "Import Template for Products"
|
||
msgstr "プロダクトテンプレートをインポート"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.product_view_search_catalog
|
||
msgid "In the Order"
|
||
msgstr "オーダ内で"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "Incl. tax)"
|
||
msgstr "税込)"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/wizard/sale_order_discount.py:0
|
||
msgid "Invalid discount amount"
|
||
msgstr "無効な値引額"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/controllers/portal.py:0
|
||
msgid "Invalid order."
|
||
msgstr "順序が無効です。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/controllers/portal.py:0
|
||
msgid "Invalid signature data."
|
||
msgstr "無効な署名データ。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/account_move.py:0
|
||
msgid "Invoice %s paid"
|
||
msgstr "請求書 %s 支払済"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__partner_invoice_id
|
||
msgid "Invoice Address"
|
||
msgstr "請求先"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_cancel__display_invoice_alert
|
||
msgid "Invoice Alert"
|
||
msgstr "請求書アラート"
|
||
|
||
#. module: sale
|
||
#: model:mail.message.subtype,name:sale.mt_salesteam_invoice_confirmed
|
||
msgid "Invoice Confirmed"
|
||
msgstr "請求書確認済"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__invoice_count
|
||
msgid "Invoice Count"
|
||
msgstr "請求書数"
|
||
|
||
#. module: sale
|
||
#: model:mail.message.subtype,name:sale.mt_salesteam_invoice_created
|
||
msgid "Invoice Created"
|
||
msgstr "請求書作成済"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__invoice_mail_template_id
|
||
msgid "Invoice Email Template"
|
||
msgstr "請求書メールテンプレート"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__invoice_lines
|
||
msgid "Invoice Lines"
|
||
msgstr "請求明細"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sale_advance_payment_inv
|
||
msgid "Invoice Sales Order"
|
||
msgstr "販売オーダから請求作成"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__invoice_status
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__invoice_status
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__line_invoice_status
|
||
msgid "Invoice Status"
|
||
msgstr "請求書ステータス"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/product_template.py:0
|
||
msgid "Invoice after delivery, based on quantities delivered, not ordered."
|
||
msgstr "オーダ数量ではなく配送済数量を配送後に請求。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/product_template.py:0
|
||
msgid "Invoice ordered quantities as soon as this service is sold."
|
||
msgstr "このサービス販売後すぐにオーダ数量が請求されます。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_crm_team__invoiced
|
||
msgid ""
|
||
"Invoice revenue for the current month. This is the amount the sales channel "
|
||
"has invoiced this month. It is used to compute the progression ratio of the "
|
||
"current and target revenue on the kanban view."
|
||
msgstr ""
|
||
"今月の請求書収入。これは、販売チャネルが今月請求した金額です。これは、カンバンビューでの現在の収益と目標収益の進行率を計算するために使用されます。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__res_config_settings__default_invoice_policy__delivery
|
||
msgid "Invoice what is delivered"
|
||
msgstr "配送済数量を請求"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__res_config_settings__default_invoice_policy__order
|
||
msgid "Invoice what is ordered"
|
||
msgstr "オーダ済数量を請求"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Invoiced"
|
||
msgstr "請求済"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__amount_invoiced
|
||
msgid "Invoiced Amount"
|
||
msgstr "請求額"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__qty_invoiced
|
||
msgid "Invoiced Quantity"
|
||
msgstr "請求済数量"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__qty_invoiced_posted
|
||
msgid "Invoiced Quantity (posted)"
|
||
msgstr "請求済数量 (記帳済)"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
msgid "Invoiced Quantity: %s"
|
||
msgstr "請求数量:%s"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_crm_team__invoiced
|
||
msgid "Invoiced This Month"
|
||
msgstr "今月請求済"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.act_window,name:sale.action_invoice_salesteams
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__invoice_ids
|
||
#: model_terms:ir.ui.view,arch_db:sale.crm_team_view_kanban_dashboard
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Invoices"
|
||
msgstr "請求書"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.act_window,name:sale.action_account_invoice_report_salesteam
|
||
msgid "Invoices Analysis"
|
||
msgstr "請求書分析"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_account_invoice_report
|
||
msgid "Invoices Statistics"
|
||
msgstr "請求書の統計情報"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.crm_team_view_kanban_dashboard
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Invoicing"
|
||
msgstr "請求"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "Invoicing Address"
|
||
msgstr "請求住所"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__journal_id
|
||
msgid "Invoicing Journal"
|
||
msgstr "請求仕訳帳"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_product_product__invoice_policy
|
||
#: model:ir.model.fields,field_description:sale.field_product_template__invoice_policy
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__default_invoice_policy
|
||
msgid "Invoicing Policy"
|
||
msgstr "請求方針"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_crm_team__invoiced_target
|
||
msgid "Invoicing Target"
|
||
msgstr "請求目標額"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "Invoicing and Shipping Address"
|
||
msgstr "請求および配送先住所"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_account_move_line__is_downpayment
|
||
msgid "Is Downpayment"
|
||
msgstr "前払金は"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_cancel__is_mail_template_editor
|
||
msgid "Is Editor"
|
||
msgstr "編集者であり"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__is_expired
|
||
msgid "Is Expired"
|
||
msgstr "期限切れです"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__message_is_follower
|
||
msgid "Is Follower"
|
||
msgstr "フォロー中 "
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__is_product_archived
|
||
msgid "Is Product Archived"
|
||
msgstr "プロダクトアーカイブ済か"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__is_downpayment
|
||
msgid "Is a down payment"
|
||
msgstr "前受金か"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__is_expense
|
||
msgid "Is expense"
|
||
msgstr "費用です"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__is_configurable_product
|
||
msgid "Is the product configurable?"
|
||
msgstr "プロダクト設定可能か?"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order_line__is_expense
|
||
msgid ""
|
||
"Is true if the sales order line comes from an expense or a vendor bills"
|
||
msgstr "受注明細が経費またはベンダーの請求書からのものである場合はtrue"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "Issued Date"
|
||
msgstr "発行日"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
msgid ""
|
||
"It is forbidden to modify the following fields in a locked order:\n"
|
||
"%s"
|
||
msgstr "次のフィールドをロックされた順序で変更することは禁止されています:%s"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_account_move
|
||
msgid "Journal Entry"
|
||
msgstr "仕訳"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_account_move_line
|
||
msgid "Journal Item"
|
||
msgstr "仕訳項目"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_cancel__lang
|
||
msgid "Language"
|
||
msgstr "言語"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "Last Invoices"
|
||
msgstr "最終請求書"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_advance_payment_inv__write_uid
|
||
#: model:ir.model.fields,field_description:sale.field_sale_mass_cancel_orders__write_uid
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__write_uid
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_cancel__write_uid
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_discount__write_uid
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__write_uid
|
||
#: model:ir.model.fields,field_description:sale.field_sale_payment_provider_onboarding_wizard__write_uid
|
||
msgid "Last Updated by"
|
||
msgstr "最終更新者"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_advance_payment_inv__write_date
|
||
#: model:ir.model.fields,field_description:sale.field_sale_mass_cancel_orders__write_date
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__write_date
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_cancel__write_date
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_discount__write_date
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__write_date
|
||
#: model:ir.model.fields,field_description:sale.field_sale_payment_provider_onboarding_wizard__write_date
|
||
msgid "Last Updated on"
|
||
msgstr "最終更新日"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_filter
|
||
msgid "Late Activities"
|
||
msgstr "遅れた活動"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__customer_lead
|
||
msgid "Lead Time"
|
||
msgstr "リードタイム"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Let your customers log in to see their documents"
|
||
msgstr "顧客がログインして自分のドキュメントを参照できるようにします"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/tours/sale.js:0
|
||
msgid "Let’s create a beautiful quotation in a few clicks ."
|
||
msgstr "数クリックで美しい見積を作成しましょう。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__linked_line_id
|
||
msgid "Linked Order Line"
|
||
msgstr "リンクされたオーダ明細"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__linked_line_ids
|
||
msgid "Linked Order Lines"
|
||
msgstr "リンク済オーダ明細"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__linked_virtual_id
|
||
msgid "Linked Virtual"
|
||
msgstr "リンク済バーチャル"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Lock"
|
||
msgstr "ロック"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__group_auto_done_setting
|
||
#: model:res.groups,name:sale.group_auto_done_setting
|
||
msgid "Lock Confirmed Sales"
|
||
msgstr "確認済の販売をロック"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__locked
|
||
msgid "Locked"
|
||
msgstr "ロック済"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__locked
|
||
msgid "Locked orders cannot be modified."
|
||
msgstr "ロックされたオーダは修正できません。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_cancel__template_id
|
||
msgid "Mail Template"
|
||
msgstr "メールテンプレート"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid ""
|
||
"Make your quote attractive by adding header pages, product descriptions and "
|
||
"footer pages to your quote."
|
||
msgstr "見積書にヘッダーページ、プロダクト説明、フッターページを追加して、魅力的な見積書を作成しましょう。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Manage Promotions, Coupons, Loyalty cards, Gift cards & eWallet"
|
||
msgstr "プロモーション、クーポン、ロイヤリティカード、ギフトカードや電子財布を管理"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Manage Sales & teams targets and commissions"
|
||
msgstr "販売 & チーム目標およコミッション管理"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_order_line__qty_delivered_method__manual
|
||
msgid "Manual"
|
||
msgstr "手動"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__res_company__sale_onboarding_payment_method__manual
|
||
msgid "Manual Payment"
|
||
msgstr "手動支払"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__product_template__service_type__manual
|
||
msgid "Manually set quantities on order"
|
||
msgstr "オーダに数量を手動で設定"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_product_product__service_type
|
||
#: model:ir.model.fields,help:sale.field_product_template__service_type
|
||
msgid ""
|
||
"Manually set quantities on order: Invoice based on the manually entered quantity, without creating an analytic account.\n"
|
||
"Timesheets on contract: Invoice based on the tracked hours on the related timesheet.\n"
|
||
"Create a task and track hours: Create a task on the sales order validation and track the work hours."
|
||
msgstr ""
|
||
"注文時に手動で数量を設定:分析アカウントを作成せずに、手動で入力した数量に基づいて請求します。\n"
|
||
"契約上のタイムシート:関連するタイムシートで追跡対象時間に基づく請求書。\n"
|
||
"タスクを作成して時間を追跡する:販売注文の検証でタスクを作成し、労働時間を追跡します。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__module_sale_margin
|
||
msgid "Margins"
|
||
msgstr "マージン"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.server,name:sale.model_sale_order_action_quotation_sent
|
||
msgid "Mark Quotation as Sent"
|
||
msgstr "見積を送信済としてマーク"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.account_invoice_form
|
||
msgid "Marketing"
|
||
msgstr "マーケティング"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_account_bank_statement_line__medium_id
|
||
#: model:ir.model.fields,field_description:sale.field_account_move__medium_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__medium_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__medium_id
|
||
msgid "Medium"
|
||
msgstr "中"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.product_template_form_view
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_partner_view_buttons
|
||
msgid "Message"
|
||
msgstr "メッセージ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__message_has_error
|
||
msgid "Message Delivery error"
|
||
msgstr "メッセージ配信エラー"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_partner__sale_warn_msg
|
||
#: model:ir.model.fields,field_description:sale.field_res_users__sale_warn_msg
|
||
msgid "Message for Sales Order"
|
||
msgstr "販売オーダのメッセージ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_product_product__sale_line_warn_msg
|
||
#: model:ir.model.fields,field_description:sale.field_product_template__sale_line_warn_msg
|
||
msgid "Message for Sales Order Line"
|
||
msgstr "販売オーダ明細のメッセージ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__message_ids
|
||
msgid "Messages"
|
||
msgstr "メッセージ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_payment_provider_onboarding_wizard__manual_name
|
||
msgid "Method"
|
||
msgstr "方法"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__qty_delivered_method
|
||
msgid "Method to update delivered qty"
|
||
msgstr "納品数量を更新する方法"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.constraint,message:sale.constraint_sale_order_line_accountable_required_fields
|
||
msgid "Missing required fields on accountable sale order line."
|
||
msgstr "説明責任のある販売注文明細に必須フィールドがありません。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "Mitchell Admin"
|
||
msgstr "Mitchell Admin"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__my_activity_date_deadline
|
||
msgid "My Activity Deadline"
|
||
msgstr "活動期限"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_filter
|
||
msgid "My Orders"
|
||
msgstr "自分のオーダ"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_view_search_inherit_quotation
|
||
msgid "My Quotations"
|
||
msgstr "自分の見積書"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_line_filter
|
||
msgid "My Sales Order Lines"
|
||
msgstr "自分の販売オーダ明細"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "New"
|
||
msgstr "新規"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.act_window,name:sale.action_quotation_form
|
||
msgid "New Quotation"
|
||
msgstr "新規見積"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__activity_calendar_event_id
|
||
msgid "Next Activity Calendar Event"
|
||
msgstr "次の活動カレンダーイベント"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__activity_date_deadline
|
||
msgid "Next Activity Deadline"
|
||
msgstr "次の活動期限"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__activity_summary
|
||
msgid "Next Activity Summary"
|
||
msgstr "次の活動概要"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__activity_type_id
|
||
msgid "Next Activity Type"
|
||
msgstr "次の活動タイプ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__product_template__expense_policy__no
|
||
msgid "No"
|
||
msgstr "いいえ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__product_template__sale_line_warn__no-message
|
||
#: model:ir.model.fields.selection,name:sale.selection__res_partner__sale_warn__no-message
|
||
msgid "No Message"
|
||
msgstr "メッセージなし"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "No attachment was provided"
|
||
msgstr "添付がありません"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "No further requirements for this payment"
|
||
msgstr "この支払に関する追加条件はありません。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "No longer edit orders once confirmed"
|
||
msgstr "確認済オーダは編集しない"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.actions.act_window,help:sale.action_orders_to_invoice
|
||
msgid "No orders to invoice found"
|
||
msgstr "請求対象オーダがありません"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.actions.act_window,help:sale.action_orders_upselling
|
||
msgid "No orders to upsell found."
|
||
msgstr "アップセルの注文は見つかりませんでした。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_order_line__display_type__line_note
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Note"
|
||
msgstr "メモ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_order__invoice_status__no
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_order_line__invoice_status__no
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_report__invoice_status__no
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_report__line_invoice_status__no
|
||
msgid "Nothing to Invoice"
|
||
msgstr "請求対象なし"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_tree
|
||
msgid "Number"
|
||
msgstr "番号"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__message_needaction_counter
|
||
msgid "Number of Actions"
|
||
msgstr "アクション数"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order_line__customer_lead
|
||
msgid ""
|
||
"Number of days between the order confirmation and the shipping of the "
|
||
"products to the customer"
|
||
msgstr "オーダ確認と顧客へのプロダクトの出荷までの日数"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__message_has_error_counter
|
||
msgid "Number of errors"
|
||
msgstr "エラー数"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__message_needaction_counter
|
||
msgid "Number of messages requiring action"
|
||
msgstr "アクションを必要とするメッセージの数"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__message_has_error_counter
|
||
msgid "Number of messages with delivery error"
|
||
msgstr "配信エラーが発生されたメッセージ数"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_crm_team__quotations_count
|
||
msgid "Number of quotations to invoice"
|
||
msgstr "請求対象見積数"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_crm_team__sales_to_invoice_count
|
||
msgid "Number of sales to invoice"
|
||
msgstr "請求対象販売数"
|
||
|
||
#. module: sale
|
||
#: model:product.template,description_sale:sale.product_product_1_product_template
|
||
msgid "Office chairs can harm your floor: protect it."
|
||
msgstr "オフィスチェアで床が傷つくことがあります:床を守りましょう。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_order_discount__discount_type__sol_discount
|
||
msgid "On All Order Lines"
|
||
msgstr "全てのオーダ明細上で"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__product_document__attached_on_sale__sale_order
|
||
msgid "On confirmed order"
|
||
msgstr "確認済オーダ内"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__product_document__attached_on_sale__quotation
|
||
msgid "On quote"
|
||
msgstr "見積書で"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
msgid ""
|
||
"Once a sales order is confirmed, you can't remove one of its lines (we need to track if something gets invoiced or delivered).\n"
|
||
" Set the quantity to 0 instead."
|
||
msgstr ""
|
||
"販売オーダが確定すると、その行の1つを削除することはできません(何かが請求されたか、納品されたかを追跡する必要があります)。\n"
|
||
" 代わりに数量を0に設定してください。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.actions.act_window,help:sale.act_res_partner_2_sale_order
|
||
#: model_terms:ir.actions.act_window,help:sale.action_orders_salesteams
|
||
#: model_terms:ir.actions.act_window,help:sale.action_quotations_salesteams
|
||
msgid ""
|
||
"Once the quotation is confirmed by the customer, it becomes a sales "
|
||
"order.<br> You will be able to create an invoice and collect the payment."
|
||
msgstr "見積を顧客が承認すると、販売オーダになります。<br>そこから請求書を作成し、支払を受けることができます。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.actions.act_window,help:sale.action_orders
|
||
msgid ""
|
||
"Once the quotation is confirmed, it becomes a sales order.<br> You will be "
|
||
"able to create an invoice and collect the payment."
|
||
msgstr "見積が確定すると、受注となります。<br>請求書を作成し、支払いを回収することができます。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_company__portal_confirmation_pay
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__portal_confirmation_pay
|
||
msgid "Online Payment"
|
||
msgstr "オンライン支払"
|
||
|
||
#. module: sale
|
||
#: model:ir.ui.menu,name:sale.payment_menu
|
||
msgid "Online Payments"
|
||
msgstr "オンライン支払"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_company__portal_confirmation_sign
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__portal_confirmation_sign
|
||
msgid "Online Signature"
|
||
msgstr "オンライン署名"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__require_payment
|
||
msgid "Online payment"
|
||
msgstr "オンライン支払"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__require_signature
|
||
msgid "Online signature"
|
||
msgstr "オンライン署名"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_advance_payment_inv__amount_invoiced
|
||
msgid "Only confirmed down payments are considered."
|
||
msgstr "確認済の前払のみが考慮されます"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "Only draft orders can be marked as sent directly."
|
||
msgstr "送信済として直接マークできるのはドラフトオーダのみです。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.constraint,message:sale.constraint_product_attribute_custom_value_sol_custom_value_unique
|
||
msgid ""
|
||
"Only one Custom Value is allowed per Attribute Value per Sales Order Line."
|
||
msgstr "受注明細ごとの属性値ごとに許可されるカスタム値は1つだけです。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/product_product.py:0
|
||
msgid "Operation not supported"
|
||
msgstr "操作はサポートされていません"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
msgid "Option for: %s"
|
||
msgstr "次のもの用のオプション: %s"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
msgid "Option: %s"
|
||
msgstr "オプション: %s"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_product_product__optional_product_ids
|
||
#: model:ir.model.fields,field_description:sale.field_product_template__optional_product_ids
|
||
msgid "Optional Products"
|
||
msgstr "オプションプロダクト"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_product_product__optional_product_ids
|
||
#: model:ir.model.fields,help:sale.field_product_template__optional_product_ids
|
||
msgid ""
|
||
"Optional Products are suggested whenever the customer hits *Add to Cart* "
|
||
"(cross-sell strategy, e.g. for computers: warranty, software, etc.)."
|
||
msgstr ""
|
||
"オプションプロダクトは、*カートに入れる*(クロスセル戦略、たとえばコンピュータの場合:保証、ソフトウェアなど)をクリックするたびに表示されます。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order_cancel__lang
|
||
msgid ""
|
||
"Optional translation language (ISO code) to select when sending out an "
|
||
"email. If not set, the english version will be used. This should usually be "
|
||
"a placeholder expression that provides the appropriate language, e.g. {{ "
|
||
"object.partner_id.lang }}."
|
||
msgstr ""
|
||
"メールを送信時に、オプションで選択可能な翻訳言語 "
|
||
"(ISOコード)。セットしてない場合は、英語版が使われます。これは通常、適切な言語を提供するプレースホルダ式であります、例: {{ "
|
||
"object.partner_id.lang }}"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__order_reference
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_filter
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_line_filter
|
||
msgid "Order"
|
||
msgstr "オーダ"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "Order #"
|
||
msgstr "注文番号 #"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_advance_payment_inv__count
|
||
msgid "Order Count"
|
||
msgstr "オーダ数"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/controllers/portal.py:0
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__date_order
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__date
|
||
#: model_terms:ir.ui.view,arch_db:sale.portal_my_orders
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_view_search_inherit_sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_search
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_filter
|
||
msgid "Order Date"
|
||
msgstr "オーダ日"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "Order Date:"
|
||
msgstr "オーダ日:"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_search
|
||
msgid "Order Date: Last 365 Days"
|
||
msgstr "オーダ日: 過去365日"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__invoice_status
|
||
msgid "Order Invoice Status"
|
||
msgstr "オーダ請求書ステータス"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__order_line
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Order Lines"
|
||
msgstr "オーダ明細"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__name
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__order_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__name
|
||
msgid "Order Reference"
|
||
msgstr "オーダ参照"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__state
|
||
msgid "Order Status"
|
||
msgstr "オーダステータス"
|
||
|
||
#. module: sale
|
||
#: model:mail.activity.type,name:sale.mail_act_sale_upsell
|
||
msgid "Order Upsell"
|
||
msgstr "オーダアップセル"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/controllers/portal.py:0
|
||
msgid "Order signed by %s"
|
||
msgstr "%sにより署名されたオーダ"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.crm_team_view_kanban_dashboard
|
||
msgid "Order to Invoice"
|
||
msgstr "請求対象オーダ"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
msgid "Ordered Quantity: %(old_qty)s -> %(new_qty)s"
|
||
msgstr "注文数量 %(old_qty)s -> %(new_qty)s"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_product_product__invoice_policy
|
||
#: model:ir.model.fields,help:sale.field_product_template__invoice_policy
|
||
msgid ""
|
||
"Ordered Quantity: Invoice quantities ordered by the customer.\n"
|
||
"Delivered Quantity: Invoice quantities delivered to the customer."
|
||
msgstr "オーダ数量:顧客がオーダした請求書の数量。配送済数量:顧客に納品された請求書の数量。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__product_template__invoice_policy__order
|
||
msgid "Ordered quantities"
|
||
msgstr "オーダ数量"
|
||
|
||
#. module: sale
|
||
#: model:ir.ui.menu,name:sale.menu_sale_order
|
||
#: model:ir.ui.menu,name:sale.sale_order_menu
|
||
msgid "Orders"
|
||
msgstr "オーダ"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.act_window,name:sale.action_orders_to_invoice
|
||
#: model:ir.ui.menu,name:sale.menu_sale_order_invoice
|
||
#: model_terms:ir.ui.view,arch_db:sale.crm_team_view_kanban_dashboard
|
||
msgid "Orders to Invoice"
|
||
msgstr "請求対象オーダ"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.act_window,name:sale.action_orders_upselling
|
||
#: model:ir.ui.menu,name:sale.menu_sale_order_upselling
|
||
msgid "Orders to Upsell"
|
||
msgstr "アップセル対象オーダ"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "Oscar Morgan"
|
||
msgstr "Oscar Morgan"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Other Info"
|
||
msgstr "その他情報"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.report,name:sale.action_report_saleorder
|
||
msgid "PDF Quote"
|
||
msgstr "PDF見積書"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__module_sale_pdf_quote_builder
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "PDF Quote builder"
|
||
msgstr "PDF見積書ビルダ"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.report,name:sale.action_report_pro_forma_invoice
|
||
msgid "PRO-FORMA Invoice"
|
||
msgstr "見積送状"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__product_packaging_id
|
||
msgid "Packaging"
|
||
msgstr "パッケージング"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__product_packaging_qty
|
||
msgid "Packaging Quantity"
|
||
msgstr "パッケージング数量"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__partner_credit_warning
|
||
msgid "Partner Credit Warning"
|
||
msgstr "取引先与信限度警告"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "Pay Now"
|
||
msgstr "今支払う"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__res_company__sale_onboarding_payment_method__other
|
||
msgid "Pay with another payment provider"
|
||
msgstr "他の決済プロバイダーで支払います"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__res_company__sale_onboarding_payment_method__paypal
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal
|
||
msgid "PayPal"
|
||
msgstr "PayPal"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Payment"
|
||
msgstr "支払"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_payment_provider_onboarding_wizard__manual_post_msg
|
||
msgid "Payment Instructions"
|
||
msgstr "支払方法"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_payment_provider_onboarding_wizard__payment_method
|
||
msgid "Payment Method"
|
||
msgstr "支払方法"
|
||
|
||
#. module: sale
|
||
#: model:ir.ui.menu,name:sale.payment_method_menu
|
||
msgid "Payment Methods"
|
||
msgstr "支払方法"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_payment_provider
|
||
msgid "Payment Provider"
|
||
msgstr "決済プロバイダー"
|
||
|
||
#. module: sale
|
||
#: model:ir.ui.menu,name:sale.payment_provider_menu
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Payment Providers"
|
||
msgstr "決済プロバイダー"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__reference
|
||
msgid "Payment Ref."
|
||
msgstr "支払参照"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__payment_term_id
|
||
msgid "Payment Terms"
|
||
msgstr "支払条件"
|
||
|
||
#. module: sale
|
||
#: model:ir.ui.menu,name:sale.payment_token_menu
|
||
msgid "Payment Tokens"
|
||
msgstr "支払トークン"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_payment_transaction
|
||
msgid "Payment Transaction"
|
||
msgstr "決済トランザクション"
|
||
|
||
#. module: sale
|
||
#: model:ir.ui.menu,name:sale.payment_transaction_menu
|
||
msgid "Payment Transactions"
|
||
msgstr "支払取引"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__amount_paid
|
||
msgid "Payment Transactions Amount"
|
||
msgstr "支払取引金額"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "Payment terms"
|
||
msgstr "支払期限"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_discount__discount_percentage
|
||
msgid "Percentage"
|
||
msgstr "パーセンテージ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__access_url
|
||
msgid "Portal Access URL"
|
||
msgstr "ポータルアクセスURL"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_company__prepayment_percent
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__prepayment_percent
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__prepayment_percent
|
||
msgid "Prepayment percentage"
|
||
msgstr "前払パーセンテージ"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/res_company.py:0
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "Prepayment percentage must be a valid percentage."
|
||
msgstr "前払パーセンテージは有効なパーセンテージにして下さい。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Preview"
|
||
msgstr "プレビュー表示"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/product_list/product_list.xml:0
|
||
msgid "Price"
|
||
msgstr "価格"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__price_reduce_taxexcl
|
||
msgid "Price Reduce Tax excl"
|
||
msgstr "税抜価格"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__price_reduce_taxinc
|
||
msgid "Price Reduce Tax incl"
|
||
msgstr "税込価格"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__pricelist_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__pricelist_id
|
||
msgid "Pricelist"
|
||
msgstr "価格表"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__pricelist_item_id
|
||
msgid "Pricelist Item"
|
||
msgstr "価格表項目"
|
||
|
||
#. module: sale
|
||
#: model:ir.ui.menu,name:sale.menu_product_pricelist_main
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Pricelists"
|
||
msgstr "価格表"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Pricing"
|
||
msgstr "価格設定"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__group_proforma_sales
|
||
msgid "Pro-Forma Invoice"
|
||
msgstr "見積送状"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "Pro-Forma Invoice #"
|
||
msgstr "見積送状番号"
|
||
|
||
#. module: sale
|
||
#: model:res.groups,name:sale.group_proforma_sales
|
||
msgid "Pro-forma Invoices"
|
||
msgstr "見積送状"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/product_list/product_list.xml:0
|
||
#: model:ir.model,name:sale.model_product_template
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__product_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__product_tmpl_id
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_report_view_tree
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_search
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_filter
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_line_filter
|
||
msgid "Product"
|
||
msgstr "プロダクト"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_product_attribute_custom_value
|
||
msgid "Product Attribute Custom Value"
|
||
msgstr "製品属性カスタム値"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Product Catalog"
|
||
msgstr "製品カタログ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_product_product__product_catalog_product_is_in_sale_order
|
||
msgid "Product Catalog Product Is In Sale Order"
|
||
msgstr "プロダクトカタログのプロダクトが販売オーダにあります"
|
||
|
||
#. module: sale
|
||
#: model:ir.ui.menu,name:sale.menu_product_categories
|
||
msgid "Product Categories"
|
||
msgstr "プロダクトカテゴリ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_product_category
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__categ_id
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_search
|
||
msgid "Product Category"
|
||
msgstr "プロダクトカテゴリ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_product_document
|
||
msgid "Product Document"
|
||
msgstr "プロダクトドキュメント"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/product/product.xml:0
|
||
#: code:addons/sale/static/src/js/product_card/product_card.xml:0
|
||
msgid "Product Image"
|
||
msgstr "プロダクト画像"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_product_packaging
|
||
msgid "Product Packaging"
|
||
msgstr "プロダクトパッケージング"
|
||
|
||
#. module: sale
|
||
#: model:ir.ui.menu,name:sale.menu_product_tags
|
||
msgid "Product Tags"
|
||
msgstr "プロダクトタグ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__product_template_id
|
||
msgid "Product Template"
|
||
msgstr "プロダクトテンプレート"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__product_type
|
||
msgid "Product Type"
|
||
msgstr "プロダクトタイプ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__product_uom_readonly
|
||
msgid "Product Uom Readonly"
|
||
msgstr "製品Uom読み取り専用"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_product_product
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__product_id
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_search
|
||
msgid "Product Variant"
|
||
msgstr "プロダクトバリアント"
|
||
|
||
#. module: sale
|
||
#: model:ir.ui.menu,name:sale.menu_products
|
||
msgid "Product Variants"
|
||
msgstr "プロダクトバリアント"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "Product prices have been recomputed according to pricelist %s."
|
||
msgstr "プロダクト価格は価格表 %s に従って再計算されました。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "Product prices have been recomputed."
|
||
msgstr "プロダクト価格が再計算されました。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "Product taxes have been recomputed according to fiscal position %s."
|
||
msgstr "会計ポジション%sに基づいて、プロダクトの税金が再計算されました。"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.act_window,name:sale.product_template_action
|
||
#: model:ir.ui.menu,name:sale.menu_product_template_action
|
||
#: model:ir.ui.menu,name:sale.menu_reporting_product
|
||
#: model:ir.ui.menu,name:sale.prod_config_main
|
||
#: model:ir.ui.menu,name:sale.product_menu_catalog
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "Products"
|
||
msgstr "プロダクト"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Promotions, Loyalty & Gift Card"
|
||
msgstr "プロモーション、ロイヤリティ・ギフトカード"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_line_tree
|
||
msgid "Qty"
|
||
msgstr "数量"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__qty_delivered
|
||
msgid "Qty Delivered"
|
||
msgstr "配送済数量"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__qty_invoiced
|
||
msgid "Qty Invoiced"
|
||
msgstr "請求済数量"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__product_uom_qty
|
||
msgid "Qty Ordered"
|
||
msgstr "オーダ数量"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__qty_to_deliver
|
||
msgid "Qty To Deliver"
|
||
msgstr "配送予定数量"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__qty_to_invoice
|
||
msgid "Qty To Invoice"
|
||
msgstr "未請求数量"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Quantities to invoice from sales orders"
|
||
msgstr "販売オーダからの請求対象数量"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/product_list/product_list.xml:0
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__product_uom_qty
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_report_view_tree
|
||
msgid "Quantity"
|
||
msgstr "数量"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__qty_to_invoice
|
||
msgid "Quantity To Invoice"
|
||
msgstr "請求する数量"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Quantity:"
|
||
msgstr "数量:"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_order__state__draft
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_report__state__draft
|
||
#: model_terms:ir.ui.view,arch_db:sale.crm_team_view_kanban_dashboard
|
||
#: model_terms:ir.ui.view,arch_db:sale.product_document_search
|
||
msgid "Quotation"
|
||
msgstr "見積"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.portal_my_quotations
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "Quotation #"
|
||
msgstr "見積書 #"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_utm_campaign__quotation_count
|
||
msgid "Quotation Count"
|
||
msgstr "見積数"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.portal_my_quotations
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Quotation Date"
|
||
msgstr "見積日"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_order__state__sent
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_report__state__sent
|
||
msgid "Quotation Sent"
|
||
msgstr "見積提出済"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/wizard/res_config_settings.py:0
|
||
msgid "Quotation Validity is required and must be greater or equal to 0."
|
||
msgstr "見積書が有効である必要があり、0以上でなければいけません。"
|
||
|
||
#. module: sale
|
||
#: model:mail.message.subtype,name:sale.mt_order_viewed
|
||
#: model:mail.message.subtype,name:sale.mt_salesteam_order_viewed
|
||
msgid "Quotation Viewed"
|
||
msgstr "見積が閲覧されました"
|
||
|
||
#. module: sale
|
||
#: model:mail.message.subtype,description:sale.mt_order_confirmed
|
||
msgid "Quotation confirmed"
|
||
msgstr "見積確認済"
|
||
|
||
#. module: sale
|
||
#: model:mail.message.subtype,description:sale.mt_order_sent
|
||
#: model:mail.message.subtype,name:sale.mt_order_sent
|
||
#: model:mail.message.subtype,name:sale.mt_salesteam_order_sent
|
||
msgid "Quotation sent"
|
||
msgstr "見積送信"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/controllers/portal.py:0
|
||
msgid "Quotation viewed by customer %s"
|
||
msgstr "顧客%sが見積を参照しました。"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.act_window,name:sale.action_quotations
|
||
#: model:ir.actions.act_window,name:sale.action_quotations_salesteams
|
||
#: model:ir.actions.act_window,name:sale.action_quotations_with_onboarding
|
||
#: model:ir.ui.menu,name:sale.menu_sale_quotations
|
||
#: model_terms:ir.ui.view,arch_db:sale.crm_team_view_kanban_dashboard
|
||
#: model_terms:ir.ui.view,arch_db:sale.portal_my_home_menu_sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.portal_my_quotations
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_view_search_inherit_quotation
|
||
#: model_terms:ir.ui.view,arch_db:sale.utm_campaign_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale.utm_campaign_view_kanban
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_search
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_quotation_tree
|
||
msgid "Quotations"
|
||
msgstr "見積"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Quotations & Orders"
|
||
msgstr "見積書&オーダ"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.act_window,name:sale.action_order_report_quotation_salesteam
|
||
msgid "Quotations Analysis"
|
||
msgstr "見積分析"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.act_window,name:sale.act_res_partner_2_sale_order
|
||
msgid "Quotations and Sales"
|
||
msgstr "見積・受注"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.portal_my_home_sale
|
||
msgid "Quotations to review"
|
||
msgstr "要確認見積書"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__rating_ids
|
||
msgid "Ratings"
|
||
msgstr "評価"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_product_product__expense_policy
|
||
#: model:ir.model.fields,field_description:sale.field_product_template__expense_policy
|
||
msgid "Re-Invoice Costs"
|
||
msgstr "経費を再請求する"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_product_product__visible_expense_policy
|
||
#: model:ir.model.fields,field_description:sale.field_product_template__visible_expense_policy
|
||
msgid "Re-Invoice Policy visible"
|
||
msgstr "再請求書ポリシーが表示されます"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_cancel__recipient_ids
|
||
msgid "Recipients"
|
||
msgstr "宛先"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.product_template_view_form
|
||
msgid "Recommend when 'Adding to Cart' or quotation"
|
||
msgstr "「カートに入れる」、又は見積の際に推奨"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Recompute all prices based on this pricelist"
|
||
msgstr "この価格表に基づいてすべての価格を再計算します"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Recompute all taxes based on this fiscal position"
|
||
msgstr "この会計ポジションに基づいて、全ての税を再計算します"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__origin
|
||
msgid "Reference of the document that generated this sales order request"
|
||
msgstr "この販売オーダ要求を生成したドキュメントの参照。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_advance_payment_inv__advance_payment_method__delivered
|
||
msgid "Regular invoice"
|
||
msgstr "通常請求書"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "Reject This Quotation"
|
||
msgstr "この見積を拒否する"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/product/product.xml:0
|
||
msgid "Remove"
|
||
msgstr "削除"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/quantity_buttons/quantity_buttons.xml:0
|
||
msgid "Remove one"
|
||
msgstr "一つを削除"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_cancel__render_model
|
||
msgid "Rendering Model"
|
||
msgstr "レンダリングモデル"
|
||
|
||
#. module: sale
|
||
#: model:ir.ui.menu,name:sale.menu_sale_report
|
||
msgid "Reporting"
|
||
msgstr "レポーティング"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__require_payment
|
||
msgid "Request a online payment from the customer to confirm the order."
|
||
msgstr "オーダを確定するために、顧客にオンライン支払を要求します。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__require_signature
|
||
msgid "Request a online signature from the customer to confirm the order."
|
||
msgstr "オーダを確定するために、顧客にオンライン署名を依頼します。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid ""
|
||
"Request a payment to confirm orders, in full (100%) or partial. The default "
|
||
"can be changed per order or template."
|
||
msgstr "オーダを確認するために、全額(100%)または部分的な支払を要求します。デフォルトはオーダまたはテンプレートごとに変更できます。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid ""
|
||
"Request customers to sign quotations to validate orders. The default can be "
|
||
"changed per order or template."
|
||
msgstr "オーダを有効にするために、顧客に見積に署名するよう依頼します。デフォルトはオーダまたはテンプレートごとに変更できます。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "Requested date is too soon."
|
||
msgstr "要求日が早すぎます。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__activity_user_id
|
||
msgid "Responsible User"
|
||
msgstr "担当ユーザ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_crm_team__invoiced_target
|
||
msgid "Revenue Target for the current month (untaxed total of paid invoices)."
|
||
msgstr "当月の売上目標(支払済顧客請求書の税抜合計)。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.utm_campaign_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale.utm_campaign_view_kanban
|
||
msgid "Revenues"
|
||
msgstr "収益"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_utm_campaign__invoiced_amount
|
||
msgid "Revenues generated by the campaign"
|
||
msgstr "キャンペーンによって生み出された収益"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__message_has_sms_error
|
||
msgid "SMS Delivery error"
|
||
msgstr "SMS配信エラー"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "SO0000"
|
||
msgstr "SO0000"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/sale_action_helper/sale_action_helper_dialog.xml:0
|
||
msgid "Sale"
|
||
msgstr "販売"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_product_document__attached_on_sale
|
||
msgid "Sale : Visible at"
|
||
msgstr "販売 : 以下で表示"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "Sale Information"
|
||
msgstr "販売情報"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_advance_payment_inv__sale_order_ids
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_cancel__order_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_discount__sale_order_id
|
||
#: model:ir.model.fields.selection,name:sale.selection__account_analytic_applicability__business_domain__sale_order
|
||
msgid "Sale Order"
|
||
msgstr "販売オーダ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_account_bank_statement_line__sale_order_count
|
||
#: model:ir.model.fields,field_description:sale.field_account_move__sale_order_count
|
||
#: model:ir.model.fields,field_description:sale.field_res_partner__sale_order_count
|
||
#: model:ir.model.fields,field_description:sale.field_res_users__sale_order_count
|
||
msgid "Sale Order Count"
|
||
msgstr "販売オーダ数"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.act_window,name:sale.mail_activity_plan_action_sale_order
|
||
msgid "Sale Order Plans"
|
||
msgstr "販売オーダプラン"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__group_warning_sale
|
||
msgid "Sale Order Warnings"
|
||
msgstr "販売オーダ警告"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.account_invoice_form
|
||
msgid "Sale Orders"
|
||
msgstr "販売オーダ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_mass_cancel_orders__sale_orders_count
|
||
msgid "Sale Orders Count"
|
||
msgstr "販売オーダ数"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_sale_payment_provider_onboarding_wizard
|
||
msgid "Sale Payment provider onboarding wizard"
|
||
msgstr "販売決済プロバイダーオンボーディングウィザード"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Sale Warnings"
|
||
msgstr "販売警告"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_company__sale_onboarding_payment_method
|
||
msgid "Sale onboarding selected payment method"
|
||
msgstr "選択した支払い方法のオンボーディング販売"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_mass_cancel_orders__sale_order_ids
|
||
msgid "Sale orders to cancel"
|
||
msgstr "キャンセルする販売オーダ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_product_packaging__sales
|
||
#: model:ir.ui.menu,name:sale.menu_reporting_sales
|
||
#: model:ir.ui.menu,name:sale.sale_menu_root
|
||
#: model_terms:ir.ui.view,arch_db:sale.crm_team_view_kanban_dashboard
|
||
#: model_terms:ir.ui.view,arch_db:sale.product_document_form
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_partner_view_buttons
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Sales"
|
||
msgstr "販売"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_sale_advance_payment_inv
|
||
msgid "Sales Advance Payment Invoice"
|
||
msgstr "受注前払請求書"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/crm_team.py:0
|
||
#: model:ir.actions.act_window,name:sale.action_order_report_all
|
||
#: model:ir.actions.act_window,name:sale.action_order_report_so_salesteam
|
||
#: model:ir.actions.act_window,name:sale.report_all_channels_sales_action
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_report_view_tree
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_graph
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_pivot
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_search
|
||
msgid "Sales Analysis"
|
||
msgstr "販売分析"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.act_window,name:sale.action_order_report_customers
|
||
msgid "Sales Analysis By Customers"
|
||
msgstr "顧客別販売分析"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.act_window,name:sale.action_order_report_products
|
||
msgid "Sales Analysis By Products"
|
||
msgstr "プロダクト別販売分析"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.act_window,name:sale.action_order_report_salesperson
|
||
msgid "Sales Analysis By Salespersons"
|
||
msgstr "販売担当者別販売分析"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_sale_report
|
||
msgid "Sales Analysis Report"
|
||
msgstr "販売分析レポート"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__module_sale_product_matrix
|
||
msgid "Sales Grid Entry"
|
||
msgstr "販売グリッド入力"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
#: model:ir.model,name:sale.model_sale_order
|
||
#: model:ir.model.fields,field_description:sale.field_res_partner__sale_order_ids
|
||
#: model:ir.model.fields,field_description:sale.field_res_users__sale_order_ids
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_order__state__sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_report__order_reference__sale_order
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_report__state__sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.product_document_search
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_view_activity
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Sales Order"
|
||
msgstr "販売オーダ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_sale_order_cancel
|
||
msgid "Sales Order Cancel"
|
||
msgstr "受注キャンセル"
|
||
|
||
#. module: sale
|
||
#: model:mail.message.subtype,name:sale.mt_order_confirmed
|
||
#: model:mail.message.subtype,name:sale.mt_salesteam_order_confirmed
|
||
msgid "Sales Order Confirmed"
|
||
msgstr "確定販売オーダ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_account_analytic_line__so_line
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_line_view_form_readonly
|
||
msgid "Sales Order Item"
|
||
msgstr "販売オーダ項目"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_sale_order_line
|
||
#: model:ir.model.fields,field_description:sale.field_product_attribute_custom_value__sale_order_line_id
|
||
#: model:ir.model.fields,field_description:sale.field_product_product__sale_line_warn
|
||
#: model:ir.model.fields,field_description:sale.field_product_template__sale_line_warn
|
||
msgid "Sales Order Line"
|
||
msgstr "販売オーダ明細"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_account_move_line__sale_line_ids
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_line_tree
|
||
msgid "Sales Order Lines"
|
||
msgstr "販売オーダ明細"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_line_filter
|
||
msgid "Sales Order Lines ready to be invoiced"
|
||
msgstr "請求可能な販売オーダ明細"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_line_filter
|
||
msgid "Sales Order Lines related to a Sales Order of mine"
|
||
msgstr "自分の販売オーダの明細"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/payment_transaction.py:0
|
||
#: model_terms:ir.ui.view,arch_db:sale.transaction_form_inherit_sale
|
||
msgid "Sales Order(s)"
|
||
msgstr "販売オーダ"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.act_window,name:sale.action_orders
|
||
#: model:ir.actions.act_window,name:sale.action_orders_salesteams
|
||
#: model:ir.actions.act_window,name:sale.action_orders_to_invoice_salesteams
|
||
#: model:ir.model.fields,field_description:sale.field_payment_transaction__sale_order_ids
|
||
#: model:ir.ui.menu,name:sale.menu_sales_config
|
||
#: model_terms:ir.ui.view,arch_db:sale.crm_team_view_kanban_dashboard
|
||
#: model_terms:ir.ui.view,arch_db:sale.portal_my_home_menu_sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_tree
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_view_search_inherit_quotation
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_search
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_tree
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sale_order_calendar
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sale_order_graph
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sale_order_pivot
|
||
msgid "Sales Orders"
|
||
msgstr "販売オーダ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_crm_team
|
||
#: model:ir.model.fields,field_description:sale.field_account_bank_statement_line__team_id
|
||
#: model:ir.model.fields,field_description:sale.field_account_invoice_report__team_id
|
||
#: model:ir.model.fields,field_description:sale.field_account_move__team_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__team_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__team_id
|
||
#: model_terms:ir.ui.view,arch_db:sale.account_invoice_groupby_inherit
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_account_invoice_report_search_inherit
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_search
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_filter
|
||
msgid "Sales Team"
|
||
msgstr "販売チーム"
|
||
|
||
#. module: sale
|
||
#: model:ir.ui.menu,name:sale.report_sales_team
|
||
#: model:ir.ui.menu,name:sale.sales_team_config
|
||
msgid "Sales Teams"
|
||
msgstr "販売チーム"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_partner__sale_warn
|
||
#: model:ir.model.fields,field_description:sale.field_res_users__sale_warn
|
||
msgid "Sales Warnings"
|
||
msgstr "販売警告"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_account_analytic_line__so_line
|
||
msgid ""
|
||
"Sales order item to which the time spent will be added in order to be "
|
||
"invoiced to your customer. Remove the sales order item for the timesheet "
|
||
"entry to be non-billable."
|
||
msgstr "顧客に請求するために、使用した時間を追加する販売オーダ項目。タイムシートエントリーを請求不可にするには、販売オーダ項目を削除して下さい。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__product_template__expense_policy__sales_price
|
||
msgid "Sales price"
|
||
msgstr "販売価格"
|
||
|
||
#. module: sale
|
||
#: model:mail.template,name:sale.mail_template_sale_cancellation
|
||
msgid "Sales: Order Cancellation"
|
||
msgstr "販売:オーダキャンセル"
|
||
|
||
#. module: sale
|
||
#: model:mail.template,name:sale.mail_template_sale_confirmation
|
||
msgid "Sales: Order Confirmation"
|
||
msgstr "販売:注文確認"
|
||
|
||
#. module: sale
|
||
#: model:mail.template,name:sale.mail_template_sale_payment_executed
|
||
msgid "Sales: Payment Done"
|
||
msgstr "販売:支払済"
|
||
|
||
#. module: sale
|
||
#: model:mail.template,name:sale.email_template_edi_sale
|
||
msgid "Sales: Send Quotation"
|
||
msgstr "販売: 見積送付"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/crm_team.py:0
|
||
msgid "Sales: Untaxed Total"
|
||
msgstr "販売高:非課税合計"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__user_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__salesman_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__user_id
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_search
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_filter
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_line_filter
|
||
msgid "Salesperson"
|
||
msgstr "販売担当者"
|
||
|
||
#. module: sale
|
||
#: model:ir.ui.menu,name:sale.menu_reporting_salespeople
|
||
msgid "Salespersons"
|
||
msgstr "販売担当者"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_filter
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_line_filter
|
||
msgid "Search Sales Order"
|
||
msgstr "販売オーダ検索"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/tours/sale.js:0
|
||
msgid "Search a customer name, or create one on the fly."
|
||
msgstr "顧客名を検索するか、その場で作成します。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_order_line__display_type__line_section
|
||
msgid "Section"
|
||
msgstr "セクション"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Section Name (eg. Products, Services)"
|
||
msgstr "セクション名 (例 プロダクト、サービス)"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__access_token
|
||
msgid "Security Token"
|
||
msgstr "セキュリティトークン"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/tours/sale.js:0
|
||
msgid "Select a product, or create a new one on the fly."
|
||
msgstr "プロダクトを選択するか、その場で新しいプロダクトを作成します。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__selected_combo_items
|
||
msgid "Selected Combo Items"
|
||
msgstr "選択済コンボ項目"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_product_product__sale_line_warn
|
||
#: model:ir.model.fields,help:sale.field_product_template__sale_line_warn
|
||
#: model:ir.model.fields,help:sale.field_res_partner__sale_warn
|
||
#: model:ir.model.fields,help:sale.field_res_users__sale_warn
|
||
msgid ""
|
||
"Selecting the \"Warning\" option will notify user with the message, "
|
||
"Selecting \"Blocking Message\" will throw an exception with the message and "
|
||
"block the flow. The Message has to be written in the next field."
|
||
msgstr ""
|
||
"警告オプションを選択するとユーザにメッセージを通知します。メッセージをブロックを選択するとメッセージとともに例外が発生しその流れがブロックされます。メッセージは次の項目で記述する必要があります。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Sell and purchase products in different units of measure"
|
||
msgstr "複数の異なる単位での販売/購買"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Sell products by multiple of unit # per package"
|
||
msgstr "荷姿あたりのユニット数の倍数でプロダクトを販売"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Sell variants of a product using attributes (size, color, etc.)"
|
||
msgstr "属性(サイズ、色など)を使用してプロダクトのバリエーションを販売"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Send PRO-FORMA Invoice"
|
||
msgstr "見積送状を送付"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Send a product-specific email once the invoice is validated"
|
||
msgstr "請求書検証の際にプロダクトに関するEメールを送信"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.server,name:sale.model_sale_order_send_mail
|
||
msgid "Send an email"
|
||
msgstr "Eメールを送信"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_cancel_view_form
|
||
msgid "Send and cancel"
|
||
msgstr "送信と取り消し"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Send by Email"
|
||
msgstr "Eメールで送信"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__module_delivery_sendcloud
|
||
msgid "Sendcloud Connector"
|
||
msgstr "Sendcloudコネクター"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid ""
|
||
"Sending an email is useful if you need to share specific information or "
|
||
"content about a product (instructions, rules, links, media, etc.). Create "
|
||
"and set the email template from the product detail form (in Accounting tab)."
|
||
msgstr ""
|
||
"プロダクトに関する特定の情報や内容(取扱説明、規則、リンク、メディア等)をシェアしたい場合、メール配信が役立ちます。プロダクト詳細フォーム(会計タブ)から、Eメールテンプレートを作成してください。"
|
||
|
||
#. module: sale
|
||
#: model:mail.template,description:sale.mail_template_sale_cancellation
|
||
msgid "Sent automatically to customers when you cancel an order"
|
||
msgstr "オーダをキャンセルした際、顧客に自動的に送られる"
|
||
|
||
#. module: sale
|
||
#: model:mail.template,description:sale.mail_template_sale_confirmation
|
||
msgid "Sent to customers on order confirmation"
|
||
msgstr "オーダを確定した際、顧客に自動的に送られる"
|
||
|
||
#. module: sale
|
||
#: model:mail.template,description:sale.mail_template_sale_payment_executed
|
||
msgid ""
|
||
"Sent to customers when a payment is received but doesn't immediately confirm"
|
||
" their order"
|
||
msgstr "入金が確認されたが、すぐにオーダが確定しない場合に顧客に送られる"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__sequence
|
||
msgid "Sequence"
|
||
msgstr "シーケンス"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Set multiple prices per product, automated discounts, etc."
|
||
msgstr "プロダクト毎に複数の価格や自動値引などを設定"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Set to Quotation"
|
||
msgstr "見積に設定"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.act_window,name:sale.action_sale_config_settings
|
||
#: model:ir.ui.menu,name:sale.menu_sale_general_settings
|
||
msgid "Settings"
|
||
msgstr "管理設定"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.server,name:sale.model_sale_order_action_share
|
||
msgid "Share"
|
||
msgstr "共有"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Shipping"
|
||
msgstr "配送"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "Shipping Address"
|
||
msgstr "配送住所"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__module_delivery_shiprocket
|
||
msgid "Shiprocket Connector"
|
||
msgstr "Shiprocketコネクタ"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_filter
|
||
msgid "Show all records which has next action date is before today"
|
||
msgstr "次のアクションの日付が今日より前のすべてのレコードを表示"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Show margins on orders"
|
||
msgstr "オーダにマージンを表示"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "Sign & Pay Quotation"
|
||
msgstr "見積を署名して支払"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "Sign & Pay"
|
||
msgstr "署名して支払"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__res_company__sale_onboarding_payment_method__digital_signature
|
||
msgid "Sign online"
|
||
msgstr "オンラインで署名"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__signature
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "Signature"
|
||
msgstr "署名"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/controllers/portal.py:0
|
||
msgid "Signature is missing."
|
||
msgstr "署名がありません。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__signed_by
|
||
msgid "Signed By"
|
||
msgstr "署名者"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__signed_on
|
||
msgid "Signed On"
|
||
msgstr "署名日"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_product_product__sales_count
|
||
#: model:ir.model.fields,field_description:sale.field_product_template__sales_count
|
||
msgid "Sold"
|
||
msgstr "販売数"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.product_form_view_sale_order_button
|
||
#: model_terms:ir.ui.view,arch_db:sale.product_template_form_view_sale_order_button
|
||
msgid "Sold in the last 365 days"
|
||
msgstr "過去365日で販売"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.mass_cancel_orders_view_form
|
||
msgid ""
|
||
"Some confirmed orders are selected. Their related documents might be\n"
|
||
" affected by the cancellation."
|
||
msgstr ""
|
||
"一部の確定した販売オーダが選択されています。その関連ドキュメントが\n"
|
||
" 取消による影響を受ける可能性があります。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "Some orders are not in a state requiring confirmation."
|
||
msgstr "いくつかのオーダは確認が必要なステータスにありません。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_account_bank_statement_line__source_id
|
||
#: model:ir.model.fields,field_description:sale.field_account_move__source_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__source_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__source_id
|
||
msgid "Source"
|
||
msgstr "情報源"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__origin
|
||
msgid "Source Document"
|
||
msgstr "参照元"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__module_product_email_template
|
||
msgid "Specific Email"
|
||
msgstr "製品別Eメール"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__module_delivery_starshipit
|
||
msgid "Starshipit Connector"
|
||
msgstr "Starshipitコネクタ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__state
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__state
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_search
|
||
msgid "Status"
|
||
msgstr "状態"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__activity_state
|
||
msgid ""
|
||
"Status based on activities\n"
|
||
"Overdue: Due date is already passed\n"
|
||
"Today: Activity date is today\n"
|
||
"Planned: Future activities."
|
||
msgstr ""
|
||
"活動に基づくステータス\n"
|
||
"遅延: 期限が既に過ぎています\n"
|
||
"今日: 活動日は今日です\n"
|
||
"予定: 将来の活動。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__res_company__sale_onboarding_payment_method__stripe
|
||
msgid "Stripe"
|
||
msgstr "Stripe"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_cancel__subject
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_cancel_view_form
|
||
msgid "Subject"
|
||
msgstr "件名"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__price_subtotal
|
||
msgid "Subtotal"
|
||
msgstr "小計"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_report_view_tree
|
||
msgid "Sum of Quantity"
|
||
msgstr "数量合計"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_report_view_tree
|
||
msgid "Sum of Total"
|
||
msgstr "合計"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_report_view_tree
|
||
msgid "Sum of Untaxed Total"
|
||
msgstr "税抜合計"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__amount_paid
|
||
msgid ""
|
||
"Sum of transactions made in through the online payment form that are in the "
|
||
"state 'done' or 'authorized' and linked to this order."
|
||
msgstr "オンライン支払フォームを通じて行われた取引のうち、 '完了' または '認証済' の状態にあり、このオーダにリンクされている取引の合計。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__tag_ids
|
||
#: model:ir.ui.menu,name:sale.menu_tag_config
|
||
msgid "Tags"
|
||
msgstr "タグ"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "Tax 15%"
|
||
msgstr "税率 15%"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__tax_calculation_rounding_method
|
||
msgid "Tax Calculation Rounding Method"
|
||
msgstr "税計算丸め方法"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__tax_country_id
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__tax_country_id
|
||
msgid "Tax Country"
|
||
msgstr "課税国"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "Tax ID"
|
||
msgstr "登録番号"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_tree
|
||
msgid "Tax Total"
|
||
msgstr "税額合計"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__tax_totals
|
||
msgid "Tax Totals"
|
||
msgstr "税額合計"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__tax_calculation_rounding_method
|
||
msgid "Tax calculation rounding method"
|
||
msgstr "税計算丸め方法"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__amount_tax
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_discount__tax_ids
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__tax_id
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "Taxes"
|
||
msgstr "税金"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order_discount__tax_ids
|
||
msgid "Taxes to add on the discount line."
|
||
msgstr "割引明細に追加する税"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/crm_team.py:0
|
||
msgid ""
|
||
"Team %(team_name)s has %(sale_order_count)s active sale orders. Consider "
|
||
"cancelling them or archiving the team instead."
|
||
msgstr ""
|
||
"%(team_name)sチームには %(sale_order_count)sの有効な販売オーダがあります。 "
|
||
"それらを取消するか、代わりにチームをアーカイブすることを検討して下さい。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__technical_price_unit
|
||
msgid "Technical Price Unit"
|
||
msgstr "技術価格単位"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid ""
|
||
"Tell us why you are refusing this quotation, this will help us improve our "
|
||
"services."
|
||
msgstr "なぜこの見積を拒否しているのかを教えてください。これは私たちのサービスを改善するのに役立ちます。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__terms_type
|
||
msgid "Terms & Conditions format"
|
||
msgstr "取引条件フォーマット"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "Terms & Conditions: %s"
|
||
msgstr "諸条件: %s"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "Terms & Conditions"
|
||
msgstr "諸条件"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__note
|
||
msgid "Terms and conditions"
|
||
msgstr "諸条件"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Terms and conditions..."
|
||
msgstr "諸条件..."
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__country_code
|
||
msgid ""
|
||
"The ISO country code in two chars. \n"
|
||
"You can use this field for quick search."
|
||
msgstr ""
|
||
"ISOの国別コードは2文字です。\n"
|
||
"これを使ってクイックサーチできます。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/account_move_line.py:0
|
||
msgid ""
|
||
"The Sales Order %(order)s to be reinvoiced is cancelled. You cannot register"
|
||
" an expense on a cancelled Sales Order."
|
||
msgstr "再請求予定の販売オーダ %(order)s が取消されました。取消済販売オーダに経費を登録することはできません。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/account_move_line.py:0
|
||
msgid ""
|
||
"The Sales Order %(order)s to be reinvoiced is currently locked. You cannot "
|
||
"register an expense on a locked Sales Order."
|
||
msgstr "再請求予定の販売オーダ %(order)s は現在ロックされています。ロックされている販売オーダに経費を登録することはできません。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/account_move_line.py:0
|
||
msgid ""
|
||
"The Sales Order %(order)s to be reinvoiced must be validated before "
|
||
"registering expenses."
|
||
msgstr "再請求予定の販売オーダ %(order)s は経費を登録する前に検証される必要があります。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/controllers/portal.py:0
|
||
msgid "The access token is invalid."
|
||
msgstr "アクセストークンは無効です。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_advance_payment_inv__amount_to_invoice
|
||
msgid "The amount to invoice = Sale Order Total - Confirmed Down Payments."
|
||
msgstr "請求金額 = 販売オーダ合計 - 確認済の前払"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid ""
|
||
"The company is required, please select one before making any other changes "
|
||
"to the sale order."
|
||
msgstr "会社は必須です。販売オーダを変更する前に、会社を選択して下さい。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid ""
|
||
"The delivery date is sooner than the expected date. You may be unable to "
|
||
"honor the delivery date."
|
||
msgstr "納期が予定日より早いため、納期を守れない場合があります。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_advance_payment_inv__fixed_amount
|
||
msgid "The fixed amount to be invoiced in advance."
|
||
msgstr "事前に請求される定額。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/product_template.py:0
|
||
msgid ""
|
||
"The following products cannot be restricted to the company %(company)s because they have already been used in quotations or sales orders in another company:\n"
|
||
"%(used_products)s\n"
|
||
"You can archive these products and recreate them with your company restriction instead, or leave them as shared product."
|
||
msgstr ""
|
||
"次の製品は、別の会社の見積または販売オーダですでに使用されているため、会社%(company)sに制限することはできません。\n"
|
||
"%(used_products)s\n"
|
||
"これらのプロダクトをアーカイブして、代わりに会社の制限付きで再作成するか、共有プロダクトのままにすることができます。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_res_config_settings__automatic_invoice
|
||
msgid ""
|
||
"The invoice is generated automatically and available in the customer portal when the transaction is confirmed by the payment provider.\n"
|
||
"The invoice is marked as paid and the payment is registered in the payment journal defined in the configuration of the payment provider.\n"
|
||
"This mode is advised if you issue the final invoice at the order and not after the delivery."
|
||
msgstr ""
|
||
"請求書は自動的に生成され決済プロバイダが取引を確認すると、請求書が自動的に作成され、カスタマーポータルで利用できます。\n"
|
||
"請求書は支払済としてマークされ、支払は決済プロバイダの設定で定義された支払仕訳帳に登録されます。\n"
|
||
"このモードは、納品後ではなく発注時に最終請求書を発行する場合に推奨されます。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid ""
|
||
"The margin is computed as the sum of product sales prices minus the cost set"
|
||
" in their detail form."
|
||
msgstr "マージンは、製品の販売価格の合計から詳細形式で設定されたコストを差し引いたものとして計算されます。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sale_advance_payment_inv
|
||
msgid "The new invoice will deduct draft invoices linked to this sale order."
|
||
msgstr "この販売オーダにリンクした請求書ドラフトから新しい請求書が控除されます。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid ""
|
||
"The number of selected combo items must match the number of available combo "
|
||
"choices."
|
||
msgstr "選択されたコンボ項目の数は、利用可能なコンボ選択肢の数と一致しなければなりません。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "The order is not in a state requiring customer payment."
|
||
msgstr "このオーダは顧客署名が必要なステータスではありません。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/controllers/portal.py:0
|
||
msgid "The order is not in a state requiring customer signature."
|
||
msgstr "このオーダは顧客署名が必要なステータスではありません。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
msgid "The ordered quantity has been updated."
|
||
msgstr "注文数量が更新されました。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__reference
|
||
msgid "The payment communication of this sale order."
|
||
msgstr "この販売注文の支払い通信。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "The payment should also be transmitted with love"
|
||
msgstr "心を込めて支払ましょう。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_advance_payment_inv__amount
|
||
msgid "The percentage of amount to be invoiced in advance."
|
||
msgstr "事前に請求される金額の割合。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__prepayment_percent
|
||
msgid ""
|
||
"The percentage of the amount needed that must be paid by the customer to "
|
||
"confirm the order."
|
||
msgstr "オーダを確定するために顧客が支払わなければならない必要金額のパーセンテージ。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_res_company__prepayment_percent
|
||
#: model:ir.model.fields,help:sale.field_res_config_settings__prepayment_percent
|
||
msgid "The percentage of the amount needed to be paid to confirm quotations."
|
||
msgstr "見積書を確定するために顧客が支払わなければならない必要金額のパーセンテージ。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/product_template.py:0
|
||
msgid "The product (%(product)s) has incompatible values: %(value_list)s"
|
||
msgstr "プロダクト(%(product)s)に互換性のない値があります:%(value_list)s"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/controllers/portal.py:0
|
||
msgid "The provided parameters are invalid."
|
||
msgstr "指定されたパラメータが無効です。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/wizard/sale_make_invoice_advance.py:0
|
||
msgid "The value of the down payment amount must be positive."
|
||
msgstr "前受金の金額は正の値でなければなりません。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.portal_my_quotations
|
||
msgid "There are currently no quotations for your account."
|
||
msgstr "現在自分の見積はありません。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.portal_my_orders
|
||
msgid "There are currently no sales orders for your account."
|
||
msgstr "現在、あなたのアカウントの販売オーダはありません。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sale_advance_payment_inv
|
||
msgid "There are existing"
|
||
msgstr "これらは存在する"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/wizard/sale_order_discount.py:0
|
||
msgid ""
|
||
"There does not seem to be any discount product configured for this company "
|
||
"yet. You can either use a per-line discount, or ask an administrator to "
|
||
"grant the discount the first time."
|
||
msgstr "この会社向けに設定された割引プロダクトはまだないようです。明細ごとの割引を利用するか、または管理者に割引を付与するよう依頼して下さい。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_product_category__property_account_downpayment_categ_id
|
||
msgid "This account will be used on Downpayment invoices."
|
||
msgstr "この勘定は前受金請求書に使用されます。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid ""
|
||
"This default value is applied to any new product created. This can be "
|
||
"changed in the product detail form."
|
||
msgstr "このデフォルト値は、作成されたすべての新製品に適用されます。これは、製品詳細フォームで変更できます。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_account_bank_statement_line__campaign_id
|
||
#: model:ir.model.fields,help:sale.field_account_move__campaign_id
|
||
#: model:ir.model.fields,help:sale.field_sale_order__campaign_id
|
||
msgid ""
|
||
"This is a name that helps you keep track of your different campaign efforts,"
|
||
" e.g. Fall_Drive, Christmas_Special"
|
||
msgstr "これは、Fall_Drive、Christmas_Specialなど、さまざまなキャンペーンの取り組みを追跡するのに役立つ名前です。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__commitment_date
|
||
msgid ""
|
||
"This is the delivery date promised to the customer. If set, the delivery "
|
||
"order will be scheduled based on this date rather than product lead times."
|
||
msgstr "これは、お客様に約束された納期です。設定されている場合、配送オーダは、製品のリードタイムではなく、この日付に基づいてスケジュールされます。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_account_bank_statement_line__medium_id
|
||
#: model:ir.model.fields,help:sale.field_account_move__medium_id
|
||
#: model:ir.model.fields,help:sale.field_sale_order__medium_id
|
||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||
msgstr "これは、はがき、電子メール、バナー広告などの配信方法です。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_account_bank_statement_line__source_id
|
||
#: model:ir.model.fields,help:sale.field_account_move__source_id
|
||
#: model:ir.model.fields,help:sale.field_sale_order__source_id
|
||
msgid ""
|
||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||
"of email list"
|
||
msgstr "これはリンクのソースです。たとえば、検索エンジン、別のドメイン、またはメーリングリストの名前です。"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/product/product.xml:0
|
||
msgid "This option or combination of options is not available"
|
||
msgstr "このオプションまたはオプションの組合わせを利用できません"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/wizard/payment_link_wizard.py:0
|
||
msgid "This payment will confirm the quotation."
|
||
msgstr "この支払で見積書を確定します。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
msgid ""
|
||
"This product is packaged by %(pack_size).2f %(pack_name)s. You should sell "
|
||
"%(quantity).2f %(unit)s."
|
||
msgstr ""
|
||
"このプロダクトは %(pack_size).2f %(pack_name)sで梱包されています。以下で販売する必要があります: "
|
||
"%(quantity).2f %(unit)s"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.actions.act_window,help:sale.action_order_report_all
|
||
#: model_terms:ir.actions.act_window,help:sale.action_order_report_customers
|
||
#: model_terms:ir.actions.act_window,help:sale.action_order_report_products
|
||
#: model_terms:ir.actions.act_window,help:sale.action_order_report_salesperson
|
||
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
|
||
#: model_terms:ir.actions.act_window,help:sale.action_order_report_quotation_salesteam
|
||
msgid ""
|
||
"This report performs analysis on your quotations. 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
|
||
#: model_terms:ir.actions.act_window,help:sale.action_order_report_so_salesteam
|
||
msgid ""
|
||
"This report performs analysis on your 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
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid ""
|
||
"This will update all taxes based on the currently selected fiscal position."
|
||
msgstr "選択された会計ポジションに基づいて、全ての税が更新されます。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid ""
|
||
"This will update the unit price of all products based on the new pricelist."
|
||
msgstr "これにより、全てのプロダクトの単価が新しい価格表に基づいて更新されます。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_order__invoice_status__to_invoice
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_order_line__invoice_status__to_invoice
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_report__invoice_status__to_invoice
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_report__line_invoice_status__to_invoice
|
||
#: model:ir.ui.menu,name:sale.menu_sale_invoicing
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_view_search_inherit_sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_product_search
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_line_filter
|
||
msgid "To Invoice"
|
||
msgstr "未請求"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_view_search_inherit_sale
|
||
msgid "To Upsell"
|
||
msgstr "アップセル対象"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid ""
|
||
"To send invitations in B2B mode, open a contact or select several ones in "
|
||
"list view and click on 'Portal Access Management' option in the dropdown "
|
||
"menu *Action*."
|
||
msgstr ""
|
||
"B2Bモードで招待状を送信するには、連絡先を開くか、リスト表示で複数の連絡先を選択して、ドロップダウンメニューの「アクション」から「ポータルアクセス管理」オプションをクリックしてください。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sales_order_filter
|
||
msgid "Today Activities"
|
||
msgstr "本日の活動"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__amount_total
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__price_total
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__price_total
|
||
#: model_terms:ir.ui.view,arch_db:sale.portal_my_orders
|
||
#: model_terms:ir.ui.view,arch_db:sale.portal_my_quotations
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_line_tree
|
||
msgid "Total"
|
||
msgstr "合計"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__price_tax
|
||
msgid "Total Tax"
|
||
msgstr "税合計"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_tree
|
||
msgid "Total Tax Excluded"
|
||
msgstr "除外された合計税"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_tree
|
||
msgid "Total Tax Included"
|
||
msgstr "税込合計"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/combo_configurator_dialog/combo_configurator_dialog.js:0
|
||
#: code:addons/sale/static/src/js/product_list/product_list.js:0
|
||
msgid "Total: %s"
|
||
msgstr "合計: %s"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_product_product__service_type
|
||
#: model:ir.model.fields,field_description:sale.field_product_template__service_type
|
||
msgid "Track Service"
|
||
msgstr "サービス追跡"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Tracking"
|
||
msgstr "追跡"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__transaction_ids
|
||
msgid "Transactions"
|
||
msgstr "取引明細書"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__type_name
|
||
msgid "Type Name"
|
||
msgstr "タイプ名"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.product_template_form_view
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_partner_view_buttons
|
||
msgid "Type a message..."
|
||
msgstr "メッセージを入力..."
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__activity_exception_decoration
|
||
msgid "Type of the exception activity on record."
|
||
msgstr "記録上の例外活動の種類。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Type to find a customer..."
|
||
msgstr "顧客を見つけるためにタイプ..."
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Type to find a product..."
|
||
msgstr "プロダクトを見つけるためにタイプ..."
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__module_delivery_ups
|
||
msgid "UPS Connector"
|
||
msgstr "UPSコネクター"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__module_delivery_usps
|
||
msgid "USPS Connector"
|
||
msgstr "USPSコネクター"
|
||
|
||
#. module: sale
|
||
#: model:ir.model,name:sale.model_utm_campaign
|
||
msgid "UTM Campaign"
|
||
msgstr "UTMキャンペーン"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__amount_to_invoice
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__amount_to_invoice
|
||
msgid "Un-invoiced Balance"
|
||
msgstr "未請求残高"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__price_unit
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__price_unit
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "Unit Price"
|
||
msgstr "単価"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Unit Price:"
|
||
msgstr "単価:"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__product_uom
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__product_uom
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_line_tree
|
||
msgid "Unit of Measure"
|
||
msgstr "単位"
|
||
|
||
#. module: sale
|
||
#: model:ir.ui.menu,name:sale.menu_product_uom_form_action
|
||
#: model:ir.ui.menu,name:sale.next_id_16
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Units of Measure"
|
||
msgstr "単位"
|
||
|
||
#. module: sale
|
||
#: model:ir.ui.menu,name:sale.menu_product_uom_categ_form_action
|
||
msgid "Units of Measure Categories"
|
||
msgstr "単位カテゴリ"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Unlock"
|
||
msgstr "ロック解除"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__amount_untaxed
|
||
msgid "Untaxed Amount"
|
||
msgstr "税抜金額"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__untaxed_amount_invoiced
|
||
msgid "Untaxed Amount Invoiced"
|
||
msgstr "請求済金額(税抜)"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__untaxed_amount_to_invoice
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__untaxed_amount_to_invoice
|
||
msgid "Untaxed Amount To Invoice"
|
||
msgstr "未請求金額(税抜)"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__untaxed_amount_invoiced
|
||
msgid "Untaxed Invoiced Amount"
|
||
msgstr "請求済金額(税抜)"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__price_subtotal
|
||
msgid "Untaxed Total"
|
||
msgstr "税抜合計"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_line_wizard_form
|
||
msgid "Untaxed discount"
|
||
msgstr "非課税割引"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "UoM"
|
||
msgstr "測定単位"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Update Prices"
|
||
msgstr "価格の更新"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Update Taxes"
|
||
msgstr "税の更新"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "Upsell %(order)s for customer %(customer)s"
|
||
msgstr "アップセル %(order)s 顧客%(customer)sのため"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_order__invoice_status__upselling
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_order_line__invoice_status__upselling
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_report__invoice_status__upselling
|
||
#: model:ir.model.fields.selection,name:sale.selection__sale_report__line_invoice_status__upselling
|
||
msgid "Upselling Opportunity"
|
||
msgstr "アップセリングの機会"
|
||
|
||
#. module: sale
|
||
#: model:mail.template,description:sale.email_template_edi_sale
|
||
msgid "Used by salespeople when they send quotations or proforma to prospects"
|
||
msgstr "営業担当者によって見積書や見積送状を見込み客に送付する際に使用される"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.portal_my_quotations
|
||
msgid "Valid Until"
|
||
msgstr "有効期限日"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "Validate Order"
|
||
msgstr "オーダを検証"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_product_product__expense_policy
|
||
#: model:ir.model.fields,help:sale.field_product_template__expense_policy
|
||
msgid ""
|
||
"Validated expenses, vendor bills, or stock pickings (set up to track costs) "
|
||
"can be invoiced to the customer at either cost or sales price."
|
||
msgstr "検証済経費と仕入先請求書、または在庫ピッキング(原価を追跡するよう設定)は、原価または販売価格で顧客に再請求できます。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__validity_date
|
||
msgid ""
|
||
"Validity of the order, after that you will not able to sign & pay the "
|
||
"quotation."
|
||
msgstr "オーダの有効期限:有効期限を過ぎると、見積に署名することができなくなります。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
msgid "Variant Grid Entry"
|
||
msgstr "バリアントグリッド入力"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "View Details"
|
||
msgstr "詳細を見る"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "View Order"
|
||
msgstr "オーダー参照"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "View Quotation"
|
||
msgstr "見積を見る"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order_line__virtual_id
|
||
msgid "Virtual"
|
||
msgstr "バーチャル"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "Void Transaction"
|
||
msgstr "無効な取引"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_report__volume
|
||
msgid "Volume"
|
||
msgstr "容積"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/product_product.py:0
|
||
#: code:addons/sale/models/product_template.py:0
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
#: code:addons/sale/wizard/res_config_settings.py:0
|
||
#: model:ir.model.fields.selection,name:sale.selection__product_template__sale_line_warn__warning
|
||
#: model:ir.model.fields.selection,name:sale.selection__res_partner__sale_warn__warning
|
||
#: model_terms:ir.ui.view,arch_db:sale.product_template_form_view
|
||
msgid "Warning"
|
||
msgstr "警告"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/product_template.py:0
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
msgid "Warning for %s"
|
||
msgstr "%s の警告です。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "Warning for the change of your quotation's company"
|
||
msgstr "見積書の会社の変更の警告"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_partner_view_buttons
|
||
msgid "Warning on the Sales Order"
|
||
msgstr "販売オーダにて警告"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.product_template_form_view
|
||
msgid "Warning when Selling this Product"
|
||
msgstr "このプロダクトの販売時に警告"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_sale_order__website_message_ids
|
||
msgid "Website Messages"
|
||
msgstr "ウェブサイトメッセージ"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_sale_order__website_message_ids
|
||
msgid "Website communication history"
|
||
msgstr "ウェブサイト通信履歴"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/product_template.py:0
|
||
msgid "You can invoice goods before they are delivered."
|
||
msgstr "配送前に商品代金を請求できます。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid ""
|
||
"You can not delete a sent quotation or a confirmed sales order. You must "
|
||
"first cancel it."
|
||
msgstr "送信された見積または確認済みの受注を削除することはできません。最初にキャンセルする必要があります。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.actions.act_window,help:sale.action_orders_to_invoice
|
||
msgid ""
|
||
"You can select all orders and invoice them in batch,<br>\n"
|
||
" or check every order and invoice them one by one."
|
||
msgstr ""
|
||
"全ての販売オーダを選択して、まとめて請求書を作成する<br>\n"
|
||
" またはオーダごとに確認して、オーダごとに請求することができます。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,help:sale.field_payment_provider__so_reference_type
|
||
msgid ""
|
||
"You can set here the communication type that will appear on sales orders.The"
|
||
" communication will be given to the customer when they choose the payment "
|
||
"method."
|
||
msgstr "ここで、受注に表示される通信タイプを設定できます。顧客が支払い方法を選択すると、通信が行われます。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "You cannot cancel a locked order. Please unlock it first."
|
||
msgstr "ロックされたオーダを取消できません。先にロック解除して下さい。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "You cannot change the pricelist of a confirmed order !"
|
||
msgstr "確認済オーダの価格表を変えることはできません!"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/product_product.py:0
|
||
#: code:addons/sale/models/product_template.py:0
|
||
msgid ""
|
||
"You cannot change the product's type because it is already used in sales "
|
||
"orders."
|
||
msgstr "プロダクトの種類は、すでに販売オーダで使用されているため、変更することができません。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order_line.py:0
|
||
msgid ""
|
||
"You cannot change the type of a sale order line. Instead you should delete "
|
||
"the current line and create a new line of the proper type."
|
||
msgstr "受注明細のタイプを変更することはできません。代わりに、現在の行を削除して、適切なタイプの新しい行を作成する必要があります。"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.constraint,message:sale.constraint_res_company_check_quotation_validity_days
|
||
msgid ""
|
||
"You cannot set a negative number for the default quotation validity. Leave "
|
||
"empty (or 0) to disable the automatic expiration of quotations."
|
||
msgstr "デフォルトの見積有効期限に負の数を設定することはできません。見積の自動有効期限を無効にするには、空(または0)のままにします。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.actions.act_window,help:sale.product_template_action
|
||
msgid ""
|
||
"You must define a product for everything you sell or purchase,\n"
|
||
" whether it's a storable product, a consumable or a service."
|
||
msgstr "販売または購買するもの(在庫品、消耗品、サービス品等)は、プロダクトとして登録する必要があります。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.portal_my_home_sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.portal_my_orders
|
||
msgid "Your Orders"
|
||
msgstr "自分のオーダ"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_content
|
||
msgid "Your Reference:"
|
||
msgstr "参照番号:"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/sale_action_helper/sale_action_helper_dialog.xml:0
|
||
msgid "Your browser does not support iframe."
|
||
msgstr "お使いのブラウザはiframeをサポートしていません"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "Your feedback..."
|
||
msgstr "あなたのフィードバック..."
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "Your order has been confirmed."
|
||
msgstr "オーダが確認されました。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "Your order has been signed but still needs to be paid to be confirmed."
|
||
msgstr "ご注文は署名されていますが、確認のために支払う必要があります。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "Your order has been signed."
|
||
msgstr "ご注文は署名済みです。"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "Your order is not in a state to be rejected."
|
||
msgstr "ご注文は拒否される状態ではありません。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid ""
|
||
"Your quotation contains products from company %(product_company)s whereas your quotation belongs to company %(quote_company)s. \n"
|
||
" Please change the company of your quotation or remove the products from other companies (%(bad_products)s)."
|
||
msgstr ""
|
||
"見積には会社%(product_company)sのプロダクトが含まれていますが、この見積は会社%(quote_company)sに属しています。\n"
|
||
"見積の会社を変更するか、他の会社のプロダクトを削除してください(%(bad_products)s)。"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/tours/sale.js:0
|
||
msgid "add the price of your product."
|
||
msgstr "プロダクトの品質を管理する"
|
||
|
||
#. module: sale
|
||
#: model:ir.actions.server,name:sale.send_invoice_cron_ir_actions_server
|
||
msgid "automatic invoicing: send ready invoice"
|
||
msgstr "自動請求:準備済の請求書を送る"
|
||
|
||
#. module: sale
|
||
#: model:ir.model.fields,field_description:sale.field_res_config_settings__module_delivery_bpost
|
||
msgid "bpost Connector"
|
||
msgstr "bpostコネクター"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "close"
|
||
msgstr "閉じる"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.res_config_settings_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_order_form
|
||
msgid "days"
|
||
msgstr "日"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "for the"
|
||
msgstr "以下用:"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.view_sale_advance_payment_inv
|
||
msgid "for this Sale Order."
|
||
msgstr "この販売オーダ用"
|
||
|
||
#. module: sale
|
||
#. odoo-javascript
|
||
#: code:addons/sale/static/src/js/tours/sale.js:0
|
||
msgid "let's continue"
|
||
msgstr "続けましょう"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "quote."
|
||
msgstr "見積。"
|
||
|
||
#. module: sale
|
||
#. odoo-python
|
||
#: code:addons/sale/models/sale_order.py:0
|
||
msgid "sale order"
|
||
msgstr "販売注文"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.mass_cancel_orders_view_form
|
||
msgid ""
|
||
"selected\n"
|
||
" items?"
|
||
msgstr ""
|
||
"選択された\n"
|
||
" 項目?"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.report_saleorder_document
|
||
msgid "units"
|
||
msgstr "単位"
|
||
|
||
#. module: sale
|
||
#: model_terms:ir.ui.view,arch_db:sale.sale_order_portal_template
|
||
msgid "you confirm acceptance on the behalf of"
|
||
msgstr "の代理人として受諾を確認します。"
|
||
|
||
#. module: sale
|
||
#: model:mail.template,subject:sale.mail_template_sale_confirmation
|
||
#: model:mail.template,subject:sale.mail_template_sale_payment_executed
|
||
msgid ""
|
||
"{{ object.company_id.name }} {{ (object.get_portal_last_transaction().state "
|
||
"== 'pending') and 'Pending Order' or 'Order' }} (Ref {{ object.name or 'n/a'"
|
||
" }})"
|
||
msgstr ""
|
||
"{{ object.company_id.name }} {{ (object.get_portal_last_transaction().state "
|
||
"== 'pending') and 'Pending Order' or 'Order' }} (Ref {{ object.name or 'n/a'"
|
||
" }})"
|
||
|
||
#. module: sale
|
||
#: model:mail.template,subject:sale.email_template_edi_sale
|
||
msgid ""
|
||
"{{ object.company_id.name }} {{ object.state in ('draft', 'sent') and "
|
||
"(ctx.get('proforma') and 'Proforma' or 'Quotation') or 'Order' }} (Ref {{ "
|
||
"object.name or 'n/a' }})"
|
||
msgstr ""
|
||
"{{ object.company_id.name }} {{ object.state in ('draft', 'sent') and "
|
||
"(ctx.get('proforma') and 'Proforma' or 'Quotation') or 'Order' }} (Ref {{ "
|
||
"object.name or 'n/a' }})"
|
||
|
||
#. module: sale
|
||
#: model:mail.template,subject:sale.mail_template_sale_cancellation
|
||
msgid ""
|
||
"{{ object.company_id.name }} {{ object.type_name }} Cancelled (Ref {{ "
|
||
"object.name or 'n/a' }})"
|
||
msgstr ""
|
||
"{{ object.company_id.name }} {{ object.type_name }} キャンセル済 (Ref {{ "
|
||
"object.name or 'n/a' }})"
|