- ベストアンサー
システムの英訳に関する質問
- システムの英訳に関する質問内容の要約。
- システムの英訳に関する質問内容の要約。
- システムの英訳に関する質問内容の要約。
- みんなの回答 (3)
- 専門家の回答
質問者が選んだベストアンサー
Input the condition to select an invoice. The date of invoice (to be entered month and year, in that order) is a required field. Click Select after the data is inputted. An error will be indicated if the data cannot be retrieved under the assigned condition.とも。
その他の回答 (2)
- Wendy02
- ベストアンサー率57% (3570/6232)
これは、コンピュータのマニュアルとかではないでしょうか。その場合は、コンピュータのプログラミングから来るもののはずです。英作文のようなものなら、こちらのものは無視して構わないです。 >すでに作成されたインボイスに記載されている商品の数量を訂正するという内容 Edit or overwrite 'Quantity' in the invoice. Enter appropriate 'Invoice Month Year'. (←説明は必要かも) Click 'Next Key' after entering the data. (OLEのButton だと想定) Error; "Data is not found" ←MessageBox のメッセージの内容 1. An error returns when the invoice data is not found under the user's condition. (user assigned とは、NetWork なら、戻してください。プログラムは、runtime error は別ですが、通常、間抜けなコードでなければ、error に、occur はないと思います。return するようにしているのでは?) 前回の質問も含めると Error; "Date does not match" The entered date does not match with the previous data. (意味が違うかもしれません)
お礼
ご回答ありがとうございます。これは、自社開発システムの、お客様に渡すための手順書です。「このボタンを押して次に進んでください」などの表現が多いです。 今回頂いたご意見、大変参考になりました。ありがとうございました。
- arakiss
- ベストアンサー率46% (6/13)
エラー条件というのが、画面制御上の話なのか? プログラムスペック上の説明なのかにより 訳も異なると思います。後者として考えてみました。 Please enter an Invoice selection criteria. Note Invoce Month and Year is a mandatory Press NEXT after enter conditions. Error condition is as follows: 1. if no data is found on selected criteria.
お礼
ご回答ありがとうございます。このシステムのエラー条件は、画面制御上の話です。頂いたご回答を参考にさせていただきます。
お礼
gご回答ありがとうございます。とても参考になりました。