mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-25 15:22:02 +02:00
19.0 vanilla
This commit is contained in:
parent
ba20ce7443
commit
768b70e05e
2357 changed files with 1057103 additions and 712486 deletions
|
|
@ -1,69 +1,73 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_edi
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Noma Yuki, 2022
|
||||
# Andy Yiu, 2022
|
||||
# Ryoko Tsuda <ryoko@quartile.co>, 2023
|
||||
# Wil Odoo, 2025
|
||||
# Junko Augias, 2025
|
||||
#
|
||||
# * account_edi
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-02-10 08:26+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:44+0000\n"
|
||||
"Last-Translator: Junko Augias, 2025\n"
|
||||
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:18+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Japanese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_edi/ja/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_edi
|
||||
#. odoo-python
|
||||
#: code:addons/account_edi/models/account_move.py:0
|
||||
#, python-format
|
||||
msgid " Electronic invoicing error(s)"
|
||||
msgstr "電子請求書エラー"
|
||||
msgid "%(count)s Electronic invoicing error(s)"
|
||||
msgstr "%(count)s 電子請求エラー"
|
||||
|
||||
#. module: account_edi
|
||||
#. odoo-python
|
||||
#: code:addons/account_edi/models/account_move.py:0
|
||||
#, python-format
|
||||
msgid " Electronic invoicing info(s)"
|
||||
msgstr "電子請求情報"
|
||||
msgid "%(count)s Electronic invoicing info(s)"
|
||||
msgstr "%(count)s 電子請求情報"
|
||||
|
||||
#. module: account_edi
|
||||
#. odoo-python
|
||||
#: code:addons/account_edi/models/account_move.py:0
|
||||
#, python-format
|
||||
msgid " Electronic invoicing warning(s)"
|
||||
msgstr "電子請求警告"
|
||||
msgid "%(count)s Electronic invoicing warning(s)"
|
||||
msgstr "%(count)s 電子請求警告"
|
||||
|
||||
#. module: account_edi
|
||||
#. odoo-python
|
||||
#: code:addons/account_edi/models/account_move.py:0
|
||||
#, python-format
|
||||
msgid "A cancellation of the EDI has been requested."
|
||||
msgstr "EDIのキャンセルが要求されました。"
|
||||
|
||||
#. module: account_edi
|
||||
#. odoo-python
|
||||
#: code:addons/account_edi/models/account_move.py:0
|
||||
#, python-format
|
||||
msgid "A request for cancellation of the EDI has been called off."
|
||||
msgstr "EDIのキャンセル要求が中止されました。"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model,name:account_edi.model_account_move_send
|
||||
msgid "Account Move Send"
|
||||
msgstr "会計仕訳送付"
|
||||
|
||||
#. module: account_edi
|
||||
#: model_terms:ir.ui.view,arch_db:account_edi.view_move_form_inherit
|
||||
msgid ""
|
||||
"Are you sure you want to cancel this invoice without waiting for the EDI "
|
||||
"document to be canceled?"
|
||||
msgstr ""
|
||||
"EDIドキュメントのキャンセルを待たずに、この顧客請求書を本当にキャンセルします"
|
||||
"か?"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model,name:account_edi.model_ir_attachment
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_edi_document__attachment_id
|
||||
msgid "Attachment"
|
||||
msgstr "添付"
|
||||
msgstr "添付ファイル"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_edi_document__blocking_level
|
||||
|
|
@ -73,13 +77,17 @@ msgstr "ブロッキングレベル"
|
|||
#. module: account_edi
|
||||
#: model:ir.model.fields,help:account_edi.field_account_edi_document__blocking_level
|
||||
msgid ""
|
||||
"Blocks the current operation of the document depending on the error severity:\n"
|
||||
" * Info: the document is not blocked and everything is working as it should.\n"
|
||||
" * Warning: there is an error that doesn't prevent the current Electronic Invoicing operation to succeed.\n"
|
||||
" * Error: there is an error that blocks the current Electronic Invoicing operation."
|
||||
"Blocks the current operation of the document depending on the error "
|
||||
"severity:\n"
|
||||
" * Info: the document is not blocked and everything is working as it "
|
||||
"should.\n"
|
||||
" * Warning: there is an error that doesn't prevent the current Electronic "
|
||||
"Invoicing operation to succeed.\n"
|
||||
" * Error: there is an error that blocks the current Electronic Invoicing "
|
||||
"operation."
|
||||
msgstr ""
|
||||
"エラーの深刻度に応じて、ドキュメントの現在の操作をブロックします:\n"
|
||||
"* Info:ドキュメントはブロックされておらず、すべて正常に動作しています。\n"
|
||||
"* 情報:ドキュメントはブロックされておらず、すべて正常に動作しています。\n"
|
||||
"* 警告:現在の電子請求書発行操作の成功を妨げないエラーがあります。\n"
|
||||
"* エラー:現在の電子請求書発行操作を妨げるエラーがあります。"
|
||||
|
||||
|
|
@ -92,16 +100,16 @@ msgstr "EDIキャンセルの中止"
|
|||
#: model:ir.model.fields.selection,name:account_edi.selection__account_edi_document__state__cancelled
|
||||
#: model:ir.model.fields.selection,name:account_edi.selection__account_move__edi_state__cancelled
|
||||
msgid "Cancelled"
|
||||
msgstr "取消済"
|
||||
msgstr "キャンセル済"
|
||||
|
||||
#. module: account_edi
|
||||
#. odoo-python
|
||||
#: code:addons/account_edi/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Cannot deactivate (%s) on this journal because not all documents are "
|
||||
"synchronized"
|
||||
msgstr "全ての文書が同期化されていないため、この仕訳帳を無効化(%s)できません。"
|
||||
msgstr ""
|
||||
"すべての文書が同期化されていないため、この仕訳帳を無効化(%s)できません。"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_edi_format__code
|
||||
|
|
@ -128,31 +136,22 @@ msgstr "作成日"
|
|||
#. module: account_edi
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_edi_document__display_name
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_edi_format__display_name
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_journal__display_name
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_move__display_name
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_move_send__display_name
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_resequence_wizard__display_name
|
||||
#: model:ir.model.fields,field_description:account_edi.field_ir_actions_report__display_name
|
||||
#: model:ir.model.fields,field_description:account_edi.field_ir_attachment__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "表示名"
|
||||
|
||||
#. module: account_edi
|
||||
#. odoo-python
|
||||
#: code:addons/account_edi/models/account_edi_format.py:0
|
||||
#, python-format
|
||||
msgid "Display the currency"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_edi
|
||||
#: model_terms:ir.ui.view,arch_db:account_edi.view_move_form_inherit
|
||||
#: model_terms:ir.ui.view,arch_db:account_edi.view_payment_form_inherit
|
||||
msgid "Download"
|
||||
msgstr "ダウンロード"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.actions.server,name:account_edi.ir_cron_edi_network_ir_actions_server
|
||||
#: model:ir.cron,cron_name:account_edi.ir_cron_edi_network
|
||||
msgid "EDI : Perform web services operations"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_edi
|
||||
#: model_terms:ir.ui.view,arch_db:account_edi.view_move_form_inherit
|
||||
#: model_terms:ir.ui.view,arch_db:account_edi.view_payment_form_inherit
|
||||
msgid "EDI Documents"
|
||||
msgstr "EDIドキュメント"
|
||||
|
||||
|
|
@ -166,10 +165,14 @@ msgstr "EDI フォーマット"
|
|||
msgid "EDI format that support moves in this journal"
|
||||
msgstr "この仕訳帳の仕訳をサポートするEDIフォーマット"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.actions.server,name:account_edi.ir_cron_edi_network_ir_actions_server
|
||||
msgid "EDI: Perform web services operations"
|
||||
msgstr "EDI:ウェブサービス処理を実施"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_bank_statement_line__edi_blocking_level
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_move__edi_blocking_level
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_payment__edi_blocking_level
|
||||
msgid "Edi Blocking Level"
|
||||
msgstr "Ediブロッキングレベル"
|
||||
|
||||
|
|
@ -181,21 +184,18 @@ msgstr "Edi内容"
|
|||
#. module: account_edi
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_bank_statement_line__edi_document_ids
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_move__edi_document_ids
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_payment__edi_document_ids
|
||||
msgid "Edi Document"
|
||||
msgstr "Ediドキュメント"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_bank_statement_line__edi_error_count
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_move__edi_error_count
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_payment__edi_error_count
|
||||
msgid "Edi Error Count"
|
||||
msgstr "Ediエラーカウント"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_bank_statement_line__edi_error_message
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_move__edi_error_message
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_payment__edi_error_message
|
||||
msgid "Edi Error Message"
|
||||
msgstr "Ediエラーメッセージ"
|
||||
|
||||
|
|
@ -207,41 +207,37 @@ msgstr "Ediフォーマット"
|
|||
#. module: account_edi
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_bank_statement_line__edi_show_abandon_cancel_button
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_move__edi_show_abandon_cancel_button
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_payment__edi_show_abandon_cancel_button
|
||||
msgid "Edi Show Abandon Cancel Button"
|
||||
msgstr "Edi放棄キャンセルボタンの表示"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_bank_statement_line__edi_show_cancel_button
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_move__edi_show_cancel_button
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_payment__edi_show_cancel_button
|
||||
msgid "Edi Show Cancel Button"
|
||||
msgstr "Ediキャンセルボタンの表示"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_bank_statement_line__edi_web_services_to_process
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_move__edi_web_services_to_process
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_payment__edi_web_services_to_process
|
||||
msgid "Edi Web Services To Process"
|
||||
msgstr "処理待ちのEdiウェブサービス"
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_bank_statement_line__edi_show_force_cancel_button
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_move__edi_show_force_cancel_button
|
||||
msgid "Edi Show Force Cancel Button"
|
||||
msgstr "Edi強制キャンセルボタンの表示"
|
||||
|
||||
#. module: account_edi
|
||||
#: model_terms:ir.ui.view,arch_db:account_edi.view_account_journal_form_inherited
|
||||
msgid "Electronic Data Interchange"
|
||||
msgstr "電子データ交換"
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_bank_statement_line__edi_web_services_to_process
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_move__edi_web_services_to_process
|
||||
msgid "Edi Web Services To Process"
|
||||
msgstr "処理するべきEdiウェブサービス"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model,name:account_edi.model_account_edi_document
|
||||
msgid "Electronic Document for an account.move"
|
||||
msgstr "勘定科目仕訳用の電子ドキュメント"
|
||||
msgstr "会計仕訳用の電子ドキュメント"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.actions.act_window,name:account_edi.action_open_edi_documents
|
||||
#: model:ir.actions.act_window,name:account_edi.action_open_payment_edi_documents
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_bank_statement_line__edi_state
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_journal__edi_format_ids
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_move__edi_state
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_payment__edi_state
|
||||
msgid "Electronic invoicing"
|
||||
msgstr "電子請求"
|
||||
|
||||
|
|
@ -255,11 +251,6 @@ msgstr "電子請求処理が必要です"
|
|||
msgid "Electronic invoicing state"
|
||||
msgstr "電子請求ステータス"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model,name:account_edi.model_mail_template
|
||||
msgid "Email Templates"
|
||||
msgstr "メールテンプレート"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_edi_document__error
|
||||
#: model:ir.model.fields.selection,name:account_edi.selection__account_edi_document__blocking_level__error
|
||||
|
|
@ -267,6 +258,11 @@ msgstr "メールテンプレート"
|
|||
msgid "Error"
|
||||
msgstr "エラー"
|
||||
|
||||
#. module: account_edi
|
||||
#: model_terms:ir.ui.view,arch_db:account_edi.view_move_form_inherit
|
||||
msgid "Force Cancel"
|
||||
msgstr "強制キャンセル"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_edi_document__edi_format_name
|
||||
msgid "Format Name"
|
||||
|
|
@ -275,13 +271,18 @@ msgstr "フォーマット名"
|
|||
#. module: account_edi
|
||||
#: model:ir.model.fields,help:account_edi.field_account_bank_statement_line__edi_error_count
|
||||
#: model:ir.model.fields,help:account_edi.field_account_move__edi_error_count
|
||||
#: model:ir.model.fields,help:account_edi.field_account_payment__edi_error_count
|
||||
msgid "How many EDIs are in error for this move ?"
|
||||
msgstr ""
|
||||
msgid "How many EDIs are in error for this move?"
|
||||
msgstr "この仕訳でエラーになったEDIはいくつですか?"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_edi_document__id
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_edi_format__id
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_journal__id
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_move__id
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_move_send__id
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_resequence_wizard__id
|
||||
#: model:ir.model.fields,field_description:account_edi.field_ir_actions_report__id
|
||||
#: model:ir.model.fields,field_description:account_edi.field_ir_attachment__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -294,13 +295,12 @@ msgstr "情報"
|
|||
#. module: account_edi
|
||||
#. odoo-python
|
||||
#: code:addons/account_edi/models/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Invalid invoice configuration:\n"
|
||||
"\n"
|
||||
"%s"
|
||||
msgstr ""
|
||||
"I無効な請求書設定:\n"
|
||||
"無効な請求書設定:\n"
|
||||
"\n"
|
||||
"%s"
|
||||
|
||||
|
|
@ -314,17 +314,6 @@ msgstr "仕訳帳"
|
|||
msgid "Journal Entry"
|
||||
msgstr "仕訳"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model,name:account_edi.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "仕訳明細"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_edi_document____last_update
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_edi_format____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "最終更新日"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_edi_document__write_uid
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_edi_format__write_uid
|
||||
|
|
@ -353,22 +342,11 @@ msgstr "名称"
|
|||
msgid "Only one edi document by move by format"
|
||||
msgstr "フォーマット毎、仕訳毎に一つだけのediドキュメント"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model,name:account_edi.model_account_payment
|
||||
msgid "Payments"
|
||||
msgstr "支払"
|
||||
|
||||
#. module: account_edi
|
||||
#: model_terms:ir.ui.view,arch_db:account_edi.view_move_form_inherit
|
||||
#: model_terms:ir.ui.view,arch_db:account_edi.view_payment_form_inherit
|
||||
msgid "Process now"
|
||||
msgstr "すぐ処理する"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model,name:account_edi.model_uom_uom
|
||||
msgid "Product Unit of Measure"
|
||||
msgstr "プロダクト単位"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model,name:account_edi.model_account_resequence_wizard
|
||||
msgid "Remake the sequence of Journal Entries."
|
||||
|
|
@ -382,11 +360,10 @@ msgstr "レポートアクション"
|
|||
#. module: account_edi
|
||||
#: model_terms:ir.ui.view,arch_db:account_edi.view_move_form_inherit
|
||||
msgid "Request EDI Cancellation"
|
||||
msgstr "EDIキャンセルをリクエストする"
|
||||
msgstr "EDIキャンセル要求"
|
||||
|
||||
#. module: account_edi
|
||||
#: model_terms:ir.ui.view,arch_db:account_edi.view_move_form_inherit
|
||||
#: model_terms:ir.ui.view,arch_db:account_edi.view_payment_form_inherit
|
||||
msgid "Retry"
|
||||
msgstr "再試行"
|
||||
|
||||
|
|
@ -404,58 +381,39 @@ msgstr "送信日"
|
|||
#. module: account_edi
|
||||
#: model:ir.model.fields,field_description:account_edi.field_account_edi_document__state
|
||||
msgid "State"
|
||||
msgstr "都道府県/州"
|
||||
msgstr "都道府県・州"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model.fields,help:account_edi.field_account_bank_statement_line__edi_state
|
||||
#: model:ir.model.fields,help:account_edi.field_account_move__edi_state
|
||||
#: model:ir.model.fields,help:account_edi.field_account_payment__edi_state
|
||||
msgid "The aggregated state of all the EDIs with web-service of this move"
|
||||
msgstr "この仕訳のウェブサービスを持つ全てのEDIの集約ステート"
|
||||
|
||||
#. module: account_edi
|
||||
#. odoo-python
|
||||
#: code:addons/account_edi/models/account_edi_format.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The currency (%s) of the document you are uploading is not active in this database.\n"
|
||||
"Please activate it and update the currency rate if needed before trying again to import."
|
||||
msgstr ""
|
||||
msgstr "この仕訳のウェブサービスを持つすべてのEDIの集約ステート"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model.fields,help:account_edi.field_account_edi_document__attachment_id
|
||||
msgid ""
|
||||
"The file generated by edi_format_id when the invoice is posted (and this "
|
||||
"document is processed)."
|
||||
msgstr "edi_format_idによって、請求書が計上される(このドキュメントが処理される)ときに生成されるファイル。"
|
||||
msgstr ""
|
||||
"edi_format_idによって、請求書が計上される(このドキュメントが処理される)とき"
|
||||
"に生成されるファイル。"
|
||||
|
||||
#. module: account_edi
|
||||
#. odoo-python
|
||||
#: code:addons/account_edi/wizard/account_resequence.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The following documents have already been sent and cannot be resequenced: %s"
|
||||
msgstr "以下のドキュメントはすでに送信済みであり、再送信はできません: %s"
|
||||
|
||||
#. module: account_edi
|
||||
#: model_terms:ir.ui.view,arch_db:account_edi.view_move_form_inherit
|
||||
msgid ""
|
||||
"The invoice will be processed asynchronously by the following E-invoicing "
|
||||
"service :"
|
||||
msgstr "請求書は、以下の電子請求書発行サービスによって非同期に処理されます:"
|
||||
|
||||
#. module: account_edi
|
||||
#: model_terms:ir.ui.view,arch_db:account_edi.view_payment_form_inherit
|
||||
msgid ""
|
||||
"The payment will be processed asynchronously by the following E-invoicing "
|
||||
"service :"
|
||||
msgstr "支払いは以下の電子請求サービスによって非同期処理されます:"
|
||||
msgid "The invoice will soon be sent to"
|
||||
msgstr "請求書が以下宛にすぐに送信されます:"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model.fields,help:account_edi.field_account_edi_document__error
|
||||
msgid ""
|
||||
"The text of the last error that happened during Electronic Invoice "
|
||||
"operation."
|
||||
"The text of the last error that happened during Electronic Invoice operation."
|
||||
msgstr "電子請求書の操作中に発生した最後のエラーのテキスト。"
|
||||
|
||||
#. module: account_edi
|
||||
|
|
@ -466,9 +424,18 @@ msgstr "このコードは既に存在します"
|
|||
#. module: account_edi
|
||||
#. odoo-python
|
||||
#: code:addons/account_edi/models/account_edi_document.py:0
|
||||
#, python-format
|
||||
msgid "This document is being sent by another process already. "
|
||||
msgstr "このドキュメントはすでに別の処理から送信されています。"
|
||||
msgstr "このドキュメントはすでに別の処理から送信されています。 "
|
||||
|
||||
#. module: account_edi
|
||||
#. odoo-python
|
||||
#: code:addons/account_edi/models/account_move.py:0
|
||||
msgid ""
|
||||
"This invoice was canceled while the EDIs %s still had a pending cancellation "
|
||||
"request."
|
||||
msgstr ""
|
||||
"この顧客請求書は、EDI %sに保留中のキャンセル要求がある間にキャンセルされまし"
|
||||
"た。"
|
||||
|
||||
#. module: account_edi
|
||||
#: model:ir.model.fields.selection,name:account_edi.selection__account_edi_document__state__to_cancel
|
||||
|
|
@ -491,24 +458,24 @@ msgstr "警告"
|
|||
#. module: account_edi
|
||||
#. odoo-python
|
||||
#: code:addons/account_edi/models/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can't edit the following journal entry %s because an electronic document"
|
||||
" has already been sent. Please use the 'Request EDI Cancellation' button "
|
||||
"You can't edit the following journal entry %s because an electronic document "
|
||||
"has already been sent. Please use the 'Request EDI Cancellation' button "
|
||||
"instead."
|
||||
msgstr ""
|
||||
"電子ドキュメントがすでに送信されているため、以下の仕訳%sを編集することができません。代わりに「EDIキャンセル要求」ボタンを使用して下さい。"
|
||||
"電子ドキュメントがすでに送信されているため、以下の仕訳%sを編集することができ"
|
||||
"ません。代わりに「EDIキャンセル要求」ボタンを使用して下さい。"
|
||||
|
||||
#. module: account_edi
|
||||
#. odoo-python
|
||||
#: code:addons/account_edi/models/ir_attachment.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can't unlink an attachment being an EDI document sent to the government."
|
||||
msgstr "政府に送信されたEDIドキュメントである添付ファイルのリンクを解除することはできません。"
|
||||
msgstr ""
|
||||
"政府に送信されたEDIドキュメントである添付ファイルのリンクを解除することはでき"
|
||||
"ません。"
|
||||
|
||||
#. module: account_edi
|
||||
#: model_terms:ir.ui.view,arch_db:account_edi.view_move_form_inherit
|
||||
#: model_terms:ir.ui.view,arch_db:account_edi.view_payment_form_inherit
|
||||
msgid "⇒ See errors"
|
||||
msgstr "⇒ エラーを見る"
|
||||
msgstr "⇒ エラーを表示"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue