From ab5c893777066f437d5fad29fe28b3dbd1fd316f Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Mon, 5 May 2025 01:27:44 +0900 Subject: [PATCH 1/3] =?UTF-8?q?Update=20README.md=20(Untranslated=20"The?= =?UTF-8?q?=20application=20should=20have=20been=20generated=EF=BD=9E")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/microsoft/mastering-github-copilot-for-dotnet-csharp-developers/blob/main/translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md #PingMSFTDocs --- translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md b/translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md index 24fbe81..63709af 100644 --- a/translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md +++ b/translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md @@ -75,7 +75,7 @@ Add a breakpoint in line 24 (press F9) and refresh the browser with the Url to t ![debug the running application.](../../../04-Using-GitHub-Copilot-with-CSharp/images/009DebugBackEndDemo.png) -Pressing F10 we can debug step-by-step until line 32, where we can see the generated values. The application should have been generated samples Weather values for the next 5 days. The variable `forecast` has an array containing these values. +Pressing F10 we can debug step-by-step until line 32, where we can see the generated values. アプリケーションは今後5日間の天気のサンプル値を生成しているはずです。変数 `forecast` には、これらの値を含む配列が格納されています。 ![debug the running application.](../../../04-Using-GitHub-Copilot-with-CSharp/images/010DebugForecastValue.png) @@ -244,4 +244,4 @@ Microsoft、Windows、Microsoft Azure、および/またはドキュメントで Microsoftおよびその他の貢献者は、各自の著作権、特許、商標に基づくその他の権利を暗黙的、禁反言またはその他の方法で留保します。 **免責事項**: -この文書は、機械ベースのAI翻訳サービスを使用して翻訳されています。正確性を追求しておりますが、自動翻訳には誤りや不正確な箇所が含まれる可能性があります。元の言語で記載された原文が信頼できる情報源と見なされるべきです。重要な情報については、専門の人間による翻訳をお勧めします。この翻訳の利用に起因する誤解や解釈の誤りについて、当方は一切の責任を負いません。 \ No newline at end of file +この文書は、機械ベースのAI翻訳サービスを使用して翻訳されています。正確性を追求しておりますが、自動翻訳には誤りや不正確な箇所が含まれる可能性があります。元の言語で記載された原文が信頼できる情報源と見なされるべきです。重要な情報については、専門の人間による翻訳をお勧めします。この翻訳の利用に起因する誤解や解釈の誤りについて、当方は一切の責任を負いません。 From e9671dbc4106e81c098c6786803012c44881ddb1 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Tue, 6 May 2025 02:55:54 +0900 Subject: [PATCH 2/3] Update README.md --- translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md b/translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md index 63709af..ab32a8e 100644 --- a/translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md +++ b/translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md @@ -75,7 +75,7 @@ Add a breakpoint in line 24 (press F9) and refresh the browser with the Url to t ![debug the running application.](../../../04-Using-GitHub-Copilot-with-CSharp/images/009DebugBackEndDemo.png) -Pressing F10 we can debug step-by-step until line 32, where we can see the generated values. アプリケーションは今後5日間の天気のサンプル値を生成しているはずです。変数 `forecast` には、これらの値を含む配列が格納されています。 +Pressing F10 we can debug step-by-step until line 32, where we can see the generated values. アプリケーションは今後5日間の天気のサンプル値を生成しているはずです。The variable forecast has an array containing these values. ![debug the running application.](../../../04-Using-GitHub-Copilot-with-CSharp/images/010DebugForecastValue.png) From 4c8018e56cb89f23864cccb3c8f474f4dedb5682 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Tue, 6 May 2025 02:57:17 +0900 Subject: [PATCH 3/3] Update README.md --- translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md b/translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md index ab32a8e..127b3e7 100644 --- a/translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md +++ b/translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md @@ -75,7 +75,7 @@ Add a breakpoint in line 24 (press F9) and refresh the browser with the Url to t ![debug the running application.](../../../04-Using-GitHub-Copilot-with-CSharp/images/009DebugBackEndDemo.png) -Pressing F10 we can debug step-by-step until line 32, where we can see the generated values. アプリケーションは今後5日間の天気のサンプル値を生成しているはずです。The variable forecast has an array containing these values. +Pressing F10 we can debug step-by-step until line 32, where we can see the generated values. アプリケーションは今後5日間の天気のサンプル値を生成しているはずです。The variable `forecast` has an array containing these values. ![debug the running application.](../../../04-Using-GitHub-Copilot-with-CSharp/images/010DebugForecastValue.png)