1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/account_followup/i18n/ja.po
2024-12-10 09:04:09 +07:00

1187 lines
52 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_followup
#
# Translators:
# Wil Odoo, 2024
# Junko Augias, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-13 10:42+0000\n"
"PO-Revision-Date: 2023-10-26 23:10+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: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup.py:0
#, python-format
msgid "%s (copy)"
msgstr "%s (コピー)"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#, python-format
msgid "%s Payment Reminder - %s"
msgstr "%s 入金督促 - %s"
#. module: account_followup
#: model:ir.actions.report,print_report_name:account_followup.action_report_followup
msgid "'Follow-up ' + object.display_name"
msgstr "'Follow-up ' + object.display_name"
#. module: account_followup
#: model:ir.model.fields,help:account_followup.field_res_partner__type
#: model:ir.model.fields,help:account_followup.field_res_users__type
msgid ""
"- Contact: Use this to organize the contact details of employees of a given company (e.g. CEO, CFO, ...).\n"
"- Invoice Address: Preferred address for all invoices. Selected by default when you invoice an order that belongs to this company.\n"
"- Delivery Address: Preferred address for all deliveries. Selected by default when you deliver an order that belongs to this company.\n"
"- Private: Private addresses are only visible by authorized users and contain sensitive data (employee home addresses, ...).\n"
"- Follow-up Address: Preferred address for follow-up reports. Selected by default when you send reminders about overdue invoices.\n"
"- Other: Other address for the company (e.g. subsidiary, ...)"
msgstr ""
"- 連絡先対象となる会社従業員CEO、CFO等の連絡先を整理するために使用します。\n"
"- 請求書住所:全ての請求書の優先住所。この会社に属する注文に請求書を発行する場合、デフォルトで選択されます。\n"
"- 配送先住所:全ての配送先住所。この企業に属する注文を配送する際にデフォルトで選択されます。\n"
"- プライベート: プライベートアドレスは、許可されたユーザーのみが閲覧でき、機密データ(従業員の自宅住所等)が含まれます。\n"
"- フォローアップアドレス: フォローアップ報告用の優先アドレス。デフォルトでは、未払請求書に関する督促を送信する際に選択されます。\n"
"- その他:会社のその他の住所(子会社等)"
#. module: account_followup
#: model:account_followup.followup.line,name:account_followup.demo_followup_line1
msgid "15 Days"
msgstr "15日以内"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.followup_filter_info_template
msgid "2023-09-06"
msgstr "2023-09-06"
#. module: account_followup
#: model:account_followup.followup.line,name:account_followup.demo_followup_line2
msgid "30 Days"
msgstr "30日以内"
#. module: account_followup
#: model:account_followup.followup.line,name:account_followup.demo_followup_line3
msgid "40 Days"
msgstr "40日"
#. module: account_followup
#: model:account_followup.followup.line,name:account_followup.demo_followup_line4
msgid "50 Days"
msgstr "50日"
#. module: account_followup
#: model:account_followup.followup.line,name:account_followup.demo_followup_line5
msgid "60 Days"
msgstr "60日"
#. module: account_followup
#: model:mail.template,body_html:account_followup.email_template_followup_1
msgid ""
"<div style=\"margin: 0px; padding: 0px;\">\n"
" <p style=\"margin: 0px; padding: 0px;\">\n"
" <t t-if=\"object.id != object.commercial_partner_id.id\">Dear <t t-out=\"object.name or ''\"></t> (<t t-out=\"object.commercial_partner_id.name or ''\"></t>),</t>\n"
" <t t-else=\"\">Dear <t t-out=\"object.name or ''\"></t>,</t>\n"
" <br>\n"
" It has come to our attention that you have an outstanding balance of <t t-out=\"format_amount(object.total_overdue, object.currency_id) or ''\"></t>\n"
" <br>\n"
" We kindly request that you take necessary action to settle this amount within the next 8 days.\n"
" <br>\n"
" If you have already made the payment after receiving this message, please disregard it.\n"
" Our accounting department is available if you require any assistance or have any questions.\n"
" <br>\n"
" Thank you for your cooperation.\n"
" <br>\n"
" Sincerely,\n"
" <t t-if=\"not is_html_empty(object._get_followup_responsible().signature)\">\n"
" <br>\n"
" <t t-out=\"object._get_followup_responsible().signature\"></t>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <br>\n"
" --\n"
" <br>\n"
" <t t-out=\"object._get_followup_responsible().name\"></t>\n"
" </t>\n"
" </p>\n"
" </div>\n"
" "
msgstr ""
"<div style=\"margin: 0px; padding: 0px;\">\n"
" <p style=\"margin: 0px; padding: 0px;\">\n"
" <t t-if=\"object.id != object.commercial_partner_id.id\"> <t t-out=\"object.name or ''\"></t> (<t t-out=\"object.commercial_partner_id.name or ''\"></t>)様、</t>\n"
" <t t-else=\"\"><t t-out=\"object.name or ''\"></t>様、</t>\n"
" <br>\n"
" 以下のお支払いについて ご入金が確認できておりません。<t t-out=\"format_amount(object.total_overdue, object.currency_id) or ''\"></t>\n"
" <br>\n"
" つきましては、8日以内にお支払いお手続きをお願いします。\n"
" <br>\n"
" なお、行き違いでご送金頂いておりました場合には、何卒ご容赦下さい。\n"
" 何かご質問などございましたら、弊社の経理部宛にご連絡下さい。\n"
" <br>\n"
" ご理解頂きありがとうございます。\n"
" <br>\n"
" 何卒宜しくお願い致します。\n"
" <t t-if=\"not is_html_empty(object._get_followup_responsible().signature)\">\n"
" <br>\n"
" <t t-out=\"object._get_followup_responsible().signature\"></t>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <br>\n"
" --\n"
" <br>\n"
" <t t-out=\"object._get_followup_responsible().name\"></t>\n"
" </t>\n"
" </p>\n"
" </div>\n"
" "
#. module: account_followup
#: model:mail.template,body_html:account_followup.demo_followup_email_template_4
msgid ""
"<div style=\"margin: 0px; padding: 0px;\">\n"
" <p>\n"
" <t t-if=\"object.id != object.commercial_partner_id.id\">Dear <t t-out=\"object.name or ''\"></t> (<t t-out=\"object.commercial_partner_id.name or ''\"></t>),</t>\n"
" <t t-else=\"\">Dear <t t-out=\"object.name or ''\"></t>,</t>\n"
" <br>\n"
" Despite several reminders, your account is still not settled.\n"
" Unless full payment is made in next 8 days, then legal action for the recovery of the debt will be taken without further notice.\n"
" I trust that this action will prove unnecessary and details of due payments is printed below.\n"
" In case of any queries concerning this matter, do not hesitate to contact our accounting department.\n"
" <br>\n"
" Best Regards,\n"
" <br>\n"
" <t t-if=\"not is_html_empty(object._get_followup_responsible().signature)\">\n"
" <br>\n"
" <t t-out=\"object._get_followup_responsible().signature\"></t>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <br>\n"
" --\n"
" <br>\n"
" <t t-out=\"object._get_followup_responsible().name\"></t>\n"
" </t>\n"
" </p>\n"
" </div>\n"
" "
msgstr ""
"<div style=\"margin: 0px; padding: 0px;\">\n"
" <p>\n"
" <t t-if=\"object.id != object.commercial_partner_id.id\"> <t t-out=\"object.name or ''\"></t> (<t t-out=\"object.commercial_partner_id.name or ''\"></t>)様、</t>\n"
" <t t-else=\"\"> <t t-out=\"object.name or ''\"></t>様、</t>\n"
" <br>\n"
" 何度かご連絡させて頂いておりますが、お支払いの確認が取れておりません。\n"
" 8日以内にお支払い頂けない場合、今後の予告なく債権回収のための法的措置を取らせて頂きます。\n"
" こちらとしても、そのような措置は回避したく、支払内容の詳細については下記をご確認下さい。\n"
" 本件についてご不明な点がございましたら、弊社経理部宛にご連絡下さい。\n"
" <br>\n"
" 何卒宜しくお願い致します。\n"
" <br>\n"
" <t t-if=\"not is_html_empty(object._get_followup_responsible().signature)\">\n"
" <br>\n"
" <t t-out=\"object._get_followup_responsible().signature\"></t>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <br>\n"
" --\n"
" <br>\n"
" <t t-out=\"object._get_followup_responsible().name\"></t>\n"
" </t>\n"
" </p>\n"
" </div>\n"
" "
#. module: account_followup
#: model:mail.template,body_html:account_followup.demo_followup_email_template_2
msgid ""
"<div style=\"margin: 0px; padding: 0px;\">\n"
" <p>\n"
" <t t-if=\"object.id != object.commercial_partner_id.id\">Dear <t t-out=\"object.name or ''\"></t> (<t t-out=\"object.commercial_partner_id.name or ''\"></t>),</t>\n"
" <t t-else=\"\">Dear <t t-out=\"object.name or ''\"></t>,</t>\n"
" <br>\n"
" We are disappointed to see that despite sending a reminder, that your account is now seriously overdue.\n"
" <br>\n"
" It is essential that immediate payment is made, otherwise we will have to consider placing a stop on your account which means that we will no longer be able to supply your company with (goods/services). Please, take appropriate measures in order to carry out this payment in the next 8 days.\n"
" <br>\n"
" If there is a problem with paying invoice that we are not aware of, do not hesitate to contact our accounting department, so that we can resolve the matter quickly.\n"
" <br>\n"
" Details of due payments is printed below.\n"
" <br>\n"
" Best Regards,\n"
" <t t-if=\"not is_html_empty(object._get_followup_responsible().signature)\">\n"
" <br>\n"
" <t t-out=\"object._get_followup_responsible().signature\"></t>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <br>\n"
" --\n"
" <br>\n"
" <t t-out=\"object._get_followup_responsible().name\"></t>\n"
" </t>\n"
" </p>\n"
" </div>\n"
" "
msgstr ""
"<div style=\"margin: 0px; padding: 0px;\">\n"
" <p>\n"
" <t t-if=\"object.id != object.commercial_partner_id.id\"><t t-out=\"object.name or ''\"></t> (<t t-out=\"object.commercial_partner_id.name or ''\"></t>)様、</t>\n"
" <t t-else=\"\"><t t-out=\"object.name or ''\"></t>様、</t>\n"
" <br>\n"
" これまで督促をお送りしたにもかかわらず、お客様のお支払いが長期に渡り延滞していること、大変残念に思っております。\n"
" <br>\n"
" 早急にお支払い頂きますようお願い申し上げます。お支払い頂けない場合、弊社はお客様のアカウント停止を検討せざるを得なくなり、御社への(商品/サービスの)ご提供ができなくなります。8日以内に支払いを完了できるよう、適切な措置を講じて頂きますよう、お願い申し上げます。\n"
" <br>\n"
" 請求書のお支払いに関して、弊社で把握してない問題等ございましたら、弊社の経理部宛にご連絡頂ければ、早急に対応させて頂きます。\n"
" <br>\n"
" お支払いの詳細は以下となります。\n"
" <br>\n"
" 何卒よろしくお願い致します。\n"
" <t t-if=\"not is_html_empty(object._get_followup_responsible().signature)\">\n"
" <br>\n"
" <t t-out=\"object._get_followup_responsible().signature\"></t>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <br>\n"
" --\n"
" <br>\n"
" <t t-out=\"object._get_followup_responsible().name\"></t>\n"
" </t>\n"
" </p>\n"
" </div>\n"
" "
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
msgid "<span class=\"o_stat_text\">Customer</span>"
msgstr "<span class=\"o_stat_text\">顧客</span>"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.res_partner_view_form
msgid "<span class=\"o_stat_text\">Due</span>"
msgstr "<span class=\"o_stat_text\">期限</span>"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.res_partner_view_form
msgid ""
"<span>Preferred address for follow-up reports. Selected by default when you "
"send reminders about overdue invoices.</span>"
msgstr "<span>フォローアップレポート用の優先アドレス。滞納請求書に関する督促を送信する際にデフォルトで選択されます。</span>"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.template_followup_report
msgid ""
"<strong>\n"
" Pending Invoices\n"
" </strong>"
msgstr ""
"<strong>\n"
" 保留中の請求書\n"
" </strong>"
#. module: account_followup
#: model:ir.model.constraint,message:account_followup.constraint_account_followup_followup_line_uniq_name
msgid ""
"A follow-up action name must be unique. This name is already set to another "
"action."
msgstr "フォローアップアクション名称は一意である必要があります。この名称は既に他のアクションにセットされました。"
#. module: account_followup
#: model:ir.model.fields.selection,name:account_followup.selection__account_followup_followup_line__activity_default_responsible_type__account_manager
msgid "Account Manager"
msgstr "アカウントマネージャー"
#. module: account_followup
#: model:ir.actions.server,name:account_followup.ir_cron_auto_post_draft_entry_ir_actions_server
msgid "Account Report Followup; Execute followup"
msgstr "アカウントレポートフォローアップ;フォローアップを実施する"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_form
msgid "Actions"
msgstr "アクション"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_form
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_tree
msgid "Activity"
msgstr "活動"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_form
msgid "Activity Notes"
msgstr "活動メモ"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__activity_type_id
msgid "Activity Type"
msgstr "活動タイプ"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.template_followup_report
msgid "Add a note"
msgstr "メモを追加"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Add contacts to notify..."
msgstr "連絡先を追加..."
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.followup_filter_info_template
msgid "Address"
msgstr "住所"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_res_partner__type
#: model:ir.model.fields,field_description:account_followup.field_res_users__type
msgid "Address Type"
msgstr "住所種類"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_search_view
msgid "Assigned to me"
msgstr "自分に割当られた"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__join_invoices
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__join_invoices
msgid "Attach Invoices"
msgstr "請求書を添付"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__attachment_ids
msgid "Attachment"
msgstr "添付ファイル"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__auto_execute
#: model:ir.model.fields.selection,name:account_followup.selection__res_partner__followup_reminder_type__automatic
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_search_view
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_line_filter
msgid "Automatic"
msgstr "自動"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__body_has_template_value
msgid "Body content is the same as the template"
msgstr "本文はテンプレートと同じです。"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__can_edit_body
msgid "Can Edit Body"
msgstr "本文編集可"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Cancel"
msgstr "取消"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.missing_information_view_form
msgid "Close"
msgstr "閉じる"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#, python-format
msgid "Communication"
msgstr "通信費"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__company_id
msgid "Company"
msgstr "会社"
#. module: account_followup
#: model:ir.model,name:account_followup.model_res_partner
msgid "Contact"
msgstr "連絡先"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_form
msgid "Content Template"
msgstr "内容テンプレート"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__body
msgid "Contents"
msgstr "内容"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_search_view
msgid "Country"
msgstr "国"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__create_uid
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__create_uid
#: model:ir.model.fields,field_description:account_followup.field_account_followup_missing_information_wizard__create_uid
msgid "Created by"
msgstr "作成者"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__create_date
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__create_date
#: model:ir.model.fields,field_description:account_followup.field_account_followup_missing_information_wizard__create_date
msgid "Created on"
msgstr "作成日"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.followup_filter_info_template
msgid "Customer ref:"
msgstr "顧客参照:"
#. module: account_followup
#: model:ir.actions.client,name:account_followup.action_account_followup
msgid "Customers Statement"
msgstr "顧客取引明細書"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
#, python-format
msgid "Date"
msgstr "日付"
#. module: account_followup
#: model:ir.model.fields,help:account_followup.field_account_move_line__next_action_date
msgid ""
"Date where the next action should be taken for a receivable item. Usually, "
"automatically set when sending reminders through the customer statement."
msgstr "売掛金項目に対して、次のアクションが必要な日付。これは通常、顧客取引明細書を通じて、リマインダを送信するときに自動的に設定されます。"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.followup_filter_info_template
msgid "Date:"
msgstr "日付:"
#. module: account_followup
#: model:ir.model.constraint,message:account_followup.constraint_account_followup_followup_line_days_uniq
msgid "Days of the follow-up lines must be different per company"
msgstr "会社毎に、フォローアップ明細の日付は異なる必要があります"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#, python-format
msgid ""
"Dear %s,\n"
"\n"
"\n"
"Exception made if there was a mistake of ours, it seems that the following amount stays unpaid. Please, take appropriate measures in order to carry out this payment in the next 8 days.\n"
"\n"
"Would your payment have been carried out after this mail was sent, please ignore this message. Do not hesitate to contact our accounting department.\n"
"\n"
"Best Regards,\n"
"\n"
msgstr ""
" %s様\n"
"\n"
"\n"
"弊社で確認を致しましたが、こちらの手違いである場合を除き、下記の金額が未払いのようです。つきましては、8日以内にお支払いをお願い致します。\n"
"\n"
"このメールが送信後、すでにお支払い済みの場合は、ご容赦願います。何かございましたら、弊社経理部までご連絡下さい。\n"
"\n"
"宜しくお願い致します。\n"
"\n"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#, python-format
msgid ""
"Dear client, we kindly remind you that you still have unpaid invoices. "
"Please check them and take appropriate action. %s"
msgstr "お客様 未払の請求書のリマインダです。ご確認の上、必要なお手続きをお願い致します。%s"
#. module: account_followup
#: model_terms:ir.actions.act_window,help:account_followup.action_account_followup_line_definition_form
msgid "Define follow-up levels and their related actions"
msgstr "フォローアップレベル及びその関連のアクションを設定します"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.followup_filter_info_template
msgid "Demo Ref"
msgstr "デモ参照"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__name
msgid "Description"
msgstr "説明"
#. module: account_followup
#: model:ir.model.fields,help:account_followup.field_account_followup_followup_line__activity_default_responsible_type
msgid ""
"Determine who will be assigned to the activity:\n"
"- Follow-up Responsible (default)\n"
"- Salesperson: Sales Person defined on the invoice\n"
"- Account Manager: Sales Person defined on the customer"
msgstr ""
"活動に割り当てるユーザを設定:\n"
"- フォローアップ担当者 (デフォルト)\n"
"- 営業担当者: 請求書に指定された営業担当者\n"
"- アカウントマネージャー: 顧客に指定した営業担当者"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__display_name
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__display_name
#: model:ir.model.fields,field_description:account_followup.field_account_followup_missing_information_wizard__display_name
msgid "Display Name"
msgstr "表示名"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#, python-format
msgid "Due Date"
msgstr "期日"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__delay
msgid "Due Days"
msgstr "遅延日数"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__email
msgid "Email"
msgstr "メール"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Email Recipients"
msgstr "メール受信者"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Email Subject"
msgstr "メール件名"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
msgid "Exclude from Follow-ups"
msgstr "フォローアップ対象から外す"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__email_recipient_ids
msgid "Extra Recipients"
msgstr "受信者を追加"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
msgid "Follow up"
msgstr "フォローアップ"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#, python-format
msgid "Follow-up %s - %s"
msgstr "フォローアップ %s - %s"
#. module: account_followup
#: model:ir.model.fields.selection,name:account_followup.selection__res_partner__type__followup
msgid "Follow-up Address"
msgstr "フォローアップアドレス"
#. module: account_followup
#: model:ir.model,name:account_followup.model_account_followup_followup_line
msgid "Follow-up Criteria"
msgstr "フォローアップ基準"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_move_line__followup_line_id
#: model:ir.model.fields,field_description:account_followup.field_res_partner__followup_line_id
#: model:ir.model.fields,field_description:account_followup.field_res_users__followup_line_id
msgid "Follow-up Level"
msgstr "フォローアップレベル"
#. module: account_followup
#: model:ir.actions.act_window,name:account_followup.action_account_followup_line_definition_form
#: model:ir.ui.menu,name:account_followup.account_followup_menu
msgid "Follow-up Levels"
msgstr "フォローアップレベル"
#. module: account_followup
#: model:ir.model,name:account_followup.model_account_followup_report
msgid "Follow-up Report"
msgstr "フォローアップレポート"
#. module: account_followup
#: model:ir.actions.act_window,name:account_followup.action_view_list_customer_statements
#: model:ir.ui.menu,name:account_followup.customer_statements_menu
msgid "Follow-up Reports"
msgstr "フォローアップレポート"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_tree_view
msgid "Follow-up Reports Tree View"
msgstr "フォローアップレポートツリー表示"
#. module: account_followup
#: model:ir.model.fields.selection,name:account_followup.selection__account_followup_followup_line__activity_default_responsible_type__followup
msgid "Follow-up Responsible"
msgstr "フォローアップ担当者"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_res_partner__followup_status
#: model:ir.model.fields,field_description:account_followup.field_res_users__followup_status
msgid "Follow-up Status"
msgstr "フォローアップ状態"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_form
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_tree
msgid "Follow-up Steps"
msgstr "フォローアップステップ"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.report_followup_print_all
msgid "Follow-up details"
msgstr "フォローアップ詳細"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#, python-format
msgid "Follow-up letter generated"
msgstr "フォローアップレターは生成されました"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.account_followup_journal_dashboard_kanban_view
msgid "Follow-up reports"
msgstr "フォローアップレポート"
#. module: account_followup
#: model:ir.model,name:account_followup.model_account_followup_missing_information_wizard
msgid "Followup missing information wizard"
msgstr "フォローアップ不足情報ウィザード"
#. module: account_followup
#: model_terms:ir.actions.act_window,help:account_followup.action_account_followup_line_definition_form
msgid ""
"For each step, specify the actions to be taken and delay in days. It is\n"
" possible to use print and e-mail templates to send specific messages to\n"
" the customer."
msgstr "ステップ毎に、取るべきアクションや遅延日数を指定してください。印刷及びメールテンプレートで顧客に特定のメッセージを送信することができます。"
#. module: account_followup
#: model:mail.template,name:account_followup.demo_followup_email_template_4
msgid "Fourth reminder followup"
msgstr "四回目のリマインダフォローアップ"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_search_view
msgid "Group By"
msgstr "グループ化"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__id
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__id
#: model:ir.model.fields,field_description:account_followup.field_account_followup_missing_information_wizard__id
msgid "ID"
msgstr "ID"
#. module: account_followup
#: model:ir.model.fields.selection,name:account_followup.selection__res_partner__followup_status__in_need_of_action
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_search_view
msgid "In need of action"
msgstr "要アクション"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
msgid "Invoices"
msgstr "請求書"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.template_followup_report
msgid "Invoices Analysis"
msgstr "請求書分析"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__is_mail_template_editor
msgid "Is Editor"
msgstr "編集者であり"
#. module: account_followup
#: model:ir.model,name:account_followup.model_account_move_line
msgid "Journal Item"
msgstr "仕訳項目"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Kind reminder!"
msgstr "念押しのお知らせ!"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__lang
msgid "Language"
msgstr "言語"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__write_uid
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__write_uid
#: model:ir.model.fields,field_description:account_followup.field_account_followup_missing_information_wizard__write_uid
msgid "Last Updated by"
msgstr "最終更新者"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__write_date
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__write_date
#: model:ir.model.fields,field_description:account_followup.field_account_followup_missing_information_wizard__write_date
msgid "Last Updated on"
msgstr "最終更新日"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_move_line__last_followup_date
msgid "Latest Follow-up"
msgstr "最新フォローアップ"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Letter/Email Content"
msgstr "手紙・メール内容"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__mail_template_id
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__template_id
msgid "Mail Template"
msgstr "メールテンプレート"
#. module: account_followup
#: model:ir.model.fields.selection,name:account_followup.selection__res_partner__followup_reminder_type__manual
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_search_view
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_line_filter
msgid "Manual"
msgstr "手動"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/res_partner.py:0
#: code:addons/account_followup/wizard/followup_missing_information.py:0
#, python-format
msgid "Missing information"
msgstr "不足情報"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.line_template
msgid "Name"
msgstr "名称"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_move_line__next_action_date
msgid "Next Action Date"
msgstr "次のアクション日"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/res_partner.py:0
#, python-format
msgid "Next Reminder Date set to %s"
msgstr "次のリマインダ日は%sにセットしました"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_res_partner__followup_next_action_date
#: model:ir.model.fields,field_description:account_followup.field_res_users__followup_next_action_date
msgid "Next reminder"
msgstr "次のリマインダ"
#. module: account_followup
#: model:ir.model.fields.selection,name:account_followup.selection__res_partner__followup_status__no_action_needed
msgid "No action needed"
msgstr "アクション不要"
#. module: account_followup
#: model_terms:ir.actions.act_window,help:account_followup.action_view_list_customer_statements
msgid "No follow-up to send!"
msgstr "送信すべきフォローアップがありません!"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__activity_note
msgid "Note"
msgstr "メモ"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_form
msgid "Notification"
msgstr "通知"
#. module: account_followup
#: model:ir.model.fields,help:account_followup.field_account_followup_manual_reminder__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: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_form
msgid "Options"
msgstr "オプション"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#: model:ir.model.fields,field_description:account_followup.field_account_move_line__invoice_origin
#, python-format
msgid "Origin"
msgstr "移動元"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_search_view
msgid "Overdue Invoices"
msgstr "滞納請求書"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/res_partner.py:0
#, python-format
msgid "Overdue Payments for %s"
msgstr "%sに期限を過ぎた支払"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__partner_id
msgid "Partner"
msgstr "取引先"
#. module: account_followup
#: model:mail.template,name:account_followup.email_template_followup_1
msgid "Payment Reminder"
msgstr "支払リマインダ"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__print
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Print"
msgstr "印刷"
#. module: account_followup
#: model:ir.actions.report,name:account_followup.action_report_followup
msgid "Print Follow-up Letter"
msgstr "フォローアップレターを印刷"
#. module: account_followup
#: model:ir.actions.server,name:account_followup.action_account_reports_customer_statements_do_followup
msgid "Process Automatic Follow-ups"
msgstr "自動フォローアップ"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
msgid "Reconcile"
msgstr "消込"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
#, python-format
msgid "Reference"
msgstr "参照"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_form
msgid "Remind"
msgstr "リマインド"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_res_partner__followup_reminder_type
#: model:ir.model.fields,field_description:account_followup.field_res_users__followup_reminder_type
msgid "Reminders"
msgstr "リマインダ"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__render_model
msgid "Rendering Model"
msgstr "レンダリングモデル"
#. module: account_followup
#: model:ir.model,name:account_followup.model_ir_actions_report
msgid "Report Action"
msgstr "報告アクション"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
msgid "Residual Amount"
msgstr "残額"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__activity_default_responsible_type
#: model:ir.model.fields,field_description:account_followup.field_res_partner__followup_responsible_id
#: model:ir.model.fields,field_description:account_followup.field_res_users__followup_responsible_id
msgid "Responsible"
msgstr "担当者"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "SMS"
msgstr "SMS"
#. module: account_followup
#: model:ir.model.fields.selection,name:account_followup.selection__account_followup_followup_line__activity_default_responsible_type__salesperson
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_search_view
msgid "Salesperson"
msgstr "販売担当者"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__create_activity
msgid "Schedule Activity"
msgstr "活動をスケジュール"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_line_filter
msgid "Search Follow-up"
msgstr "フォローアップを検索"
#. module: account_followup
#: model:mail.template,name:account_followup.demo_followup_email_template_2
msgid "Second reminder followup"
msgstr "二回目のリマインダフォローアップ"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Send"
msgstr "送信"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Send & Print"
msgstr "送信 & 印刷"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__send_email
msgid "Send Email"
msgstr "メールを送信"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__send_sms
msgid "Send SMS Message"
msgstr "SMSメッセージを送信"
#. module: account_followup
#: model:ir.actions.act_window,name:account_followup.manual_reminder_action
msgid "Send and Print"
msgstr "送信して印刷します"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__sms
msgid "Sms"
msgstr "Sms"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__sms_body
msgid "Sms Body"
msgstr "Sms本文"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Sms Content"
msgstr "Sms内容"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__sms_template_id
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__sms_template_id
msgid "Sms Template"
msgstr "Smsテンプレート"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_manual_reminder__subject
msgid "Subject"
msgstr "件名"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_account_followup_followup_line__activity_summary
msgid "Summary"
msgstr "概要"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.table_header_template_followup_report
msgid "Table Header"
msgstr "テーブルヘッダ"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.line_template
msgid "Table Value"
msgstr "テーブル値"
#. module: account_followup
#: model:ir.model.fields,help:account_followup.field_res_partner__followup_next_action_date
#: model:ir.model.fields,help:account_followup.field_res_users__followup_next_action_date
msgid ""
"The date before which no follow-up action should be taken.\n"
" You can set it manually if desired but it is automatically set when follow-ups are processed.\n"
" The date is computed according to the following rules (depending on the follow-up levels):\n"
" - default -> next date set in {next level delay - current level delay} days\n"
" - if no next level -> next date set in {current level delay - previous level delay} days\n"
" - if no next level AND no previous level -> next date set in {current level delay} days\n"
" - if no level defined at all -> next date never automatically set"
msgstr ""
"フォローアップ処理を行わない期日。\n"
"    必要に応じて手動で設定することもできますが、フォローアップが処理されるときに自動的に設定されます。\n"
"    日付は以下の規則に従って計算されます (フォローアップレベルによる)\n"
"    - デフォルト -> {next level delay - current level delay} 日で次の日付が設定される\n"
"    - 次のレベルがない場合 -> {current level delay - previous level delay} 日数で次の日付が設定される\n"
"    - 次のレベルも前のレベルもない場合 -> 次の日付は{current level delay} 日後に設定される\n"
"    - 次のレベルが全く定義されていない場合 -> 次の日付が自動的に設定されることはない"
#. module: account_followup
#: model:ir.model.fields,help:account_followup.field_account_move_line__invoice_origin
msgid "The document(s) that generated the invoice."
msgstr "請求書を生成した文書。"
#. module: account_followup
#: model:ir.model.fields,help:account_followup.field_account_followup_followup_line__delay
msgid ""
"The number of days after the due date of the invoice to wait before sending "
"the reminder. Can be negative if you want to send the reminder before the "
"invoice due date."
msgstr "リマインダを送信する前に待機する請求書期日後の日数。請求書の期日前にリマインダーを送りたい場合は負数を指定できます。"
#. module: account_followup
#: model:ir.model.fields,help:account_followup.field_res_partner__followup_responsible_id
#: model:ir.model.fields,help:account_followup.field_res_users__followup_responsible_id
msgid ""
"The responsible assigned to manual followup activities, if defined in the "
"level."
msgstr "レベルで定義されている場合に手動フォローアップ活動に割り当てられた担当者。"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_tree_view
msgid "Total"
msgstr "合計"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
msgid "Total Amount"
msgstr "合計金額"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#: code:addons/account_followup/models/account_followup_report.py:0
#: model:ir.model.fields,field_description:account_followup.field_res_partner__total_due
#: model:ir.model.fields,field_description:account_followup.field_res_users__total_due
#, python-format
msgid "Total Due"
msgstr "未払合計"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#: model:ir.model.fields,field_description:account_followup.field_res_partner__total_overdue
#: model:ir.model.fields,field_description:account_followup.field_res_users__total_overdue
#, python-format
msgid "Total Overdue"
msgstr "延滞額"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_res_partner__unpaid_invoice_ids
#: model:ir.model.fields,field_description:account_followup.field_res_users__unpaid_invoice_ids
msgid "Unpaid Invoice"
msgstr "未払請求書"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_res_partner__unpaid_invoices_count
#: model:ir.model.fields,field_description:account_followup.field_res_users__unpaid_invoices_count
msgid "Unpaid Invoices Count"
msgstr "未払請求書数"
#. module: account_followup
#: model:ir.model.fields,field_description:account_followup.field_res_partner__unreconciled_aml_ids
#: model:ir.model.fields,field_description:account_followup.field_res_users__unreconciled_aml_ids
msgid "Unreconciled Aml"
msgstr "未消込仕訳項目"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.missing_information_view_form
msgid "View partners"
msgstr "取引先を表示"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.missing_information_view_form
msgid ""
"We were not able to process some of the automated follow-up actions due to "
"missing information on the partners."
msgstr "取引先の情報が不足していたため、自動化されたフォローアップアクションのいくつかを処理することができませんでした。"
#. module: account_followup
#: model:ir.model.fields.selection,name:account_followup.selection__res_partner__followup_status__with_overdue_invoices
#: model_terms:ir.ui.view,arch_db:account_followup.customer_statements_form_view
msgid "With overdue invoices"
msgstr "滞納請求書あり"
#. module: account_followup
#: model:ir.model,name:account_followup.model_account_followup_manual_reminder
msgid "Wizard for sending manual reminders to clients"
msgstr "顧客に手動リマインダを送信するアシスタント"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.manual_reminder_view_form
msgid "Write your message here..."
msgstr "ここにメッセージを書いてください..."
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#, python-format
msgid ""
"You are trying to send an Email, but no follow-up contact has any email "
"address set for customer '%s'"
msgstr "メールを送信しようとしていますが、フォローアップ連絡先にメールアドレスが設定されていません '%s'"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#, python-format
msgid ""
"You are trying to send an SMS, but no follow-up contact has any mobile/phone"
" number set for customer '%s'"
msgstr "SMSを送信しようとしていますが、フォローアップ連絡先に電話番号が設定されていません '%s'"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_form
msgid "days after due date"
msgstr "日後 (期限後)"
#. module: account_followup
#: model_terms:ir.ui.view,arch_db:account_followup.view_account_followup_followup_line_form
msgid "e.g. First Reminder Email"
msgstr "例: 一回目のリマインダメール"
#. module: account_followup
#. odoo-python
#: code:addons/account_followup/models/account_followup_report.py:0
#, python-format
msgid "payment reminder"
msgstr "支払リマインダ"
#. module: account_followup
#: model:mail.template,subject:account_followup.demo_followup_email_template_2
#: model:mail.template,subject:account_followup.demo_followup_email_template_4
#: model:mail.template,subject:account_followup.email_template_followup_1
msgid ""
"{{ (object.company_id or object._get_followup_responsible().company_id).name"
" }} Payment Reminder - {{ object.commercial_company_name }}"
msgstr ""
"{{ (object.company_id or object._get_followup_responsible().company_id).name"
" }} 支払リマインダ - {{ object.commercial_company_name }}"