Skip to content

Commit 6f92923

Browse files
authored
Merge pull request #179 from microsoft/copilot/fix-161-2
Fix translation inconsistencies and missing content across all language versions
2 parents a538ec9 + c9c3837 commit 6f92923

File tree

9 files changed

+41
-76
lines changed

9 files changed

+41
-76
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,17 @@ You'll learn how to implement Generative AI into .NET projects, from basic text
8686

8787
| Language | Code | Link to Translated README | Last Updated |
8888
|----------------------|------|---------------------------------------------------------|--------------|
89-
| Chinese (Simplified) | zh | [Chinese Translation](./translations/zh/README.md) | 2025-06-11 |
90-
| Chinese (Traditional)| tw | [Chinese Translation](./translations/tw/README.md) | 2025-06-11 |
91-
| French | fr | [French Translation](./translations/fr/README.md) | 2025-06-11 |
92-
| Japanese | ja | [Japanese Translation](./translations/ja/README.md) | 2025-06-11 |
93-
| Korean | ko | [Korean Translation](./translations/ko/README.md) | 2025-06-11 |
94-
| Portuguese | pt | [Portuguese Translation](./translations/pt/README.md) | 2025-06-11 |
95-
| Spanish | es | [Spanish Translation](./translations/es/README.md) | 2025-06-11 |
96-
| German | de | [German Translation](./translations/de/README.md) | 2025-06-11 |
89+
| Chinese (Simplified) | zh | [Chinese Translation](./translations/zh/README.md) | 2025-06-24 |
90+
| Chinese (Traditional)| tw | [Chinese Translation](./translations/tw/README.md) | 2025-06-24 |
91+
| French | fr | [French Translation](./translations/fr/README.md) | 2025-06-24 |
92+
| Japanese | ja | [Japanese Translation](./translations/ja/README.md) | 2025-06-24 |
93+
| Korean | ko | [Korean Translation](./translations/ko/README.md) | 2025-06-24 |
94+
| Portuguese | pt | [Portuguese Translation](./translations/pt/README.md) | 2025-06-24 |
95+
| Spanish | es | [Spanish Translation](./translations/es/README.md) | 2025-06-24 |
96+
| German | de | [German Translation](./translations/de/README.md) | 2025-06-24 |
9797

9898

99-
> **Note:** All translations were updated to match the original content on **2025-06-11**. See [PR #161](https://github.com/microsoft/Generative-AI-for-beginners-dotnet/pull/161) for details.
99+
> **Note:** All translations were updated to match the original content on **2025-06-24**. See [PR #161](https://github.com/microsoft/Generative-AI-for-beginners-dotnet/pull/161) for details.
100100
101101
## 🛠️ What You Need
102102

translations/de/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ Dieses Projekt ist unter der MIT-Lizenz lizenziert – sehen Sie sich die Datei
139139
Wir haben viele weitere Inhalte, die Ihnen auf Ihrer Lernreise helfen können. Schauen Sie sich folgende an:
140140

141141
- [Generative KI für Anfänger](https://aka.ms/genai-beginners)
142-
- [Generative KI für Anfänger .NET](https://github.com/microsoft/Generative-AI-for-beginners-dotnet)
143-
- [Generative KI mit JavaScript](https://github.com/microsoft/generative-ai-with-javascript)
142+
- [Generative KI für Anfänger .NET](https://aka.ms/genainet)
143+
- [Generative KI mit JavaScript](https://aka.ms/genai-js-course)
144144
- [KI für Anfänger](https://aka.ms/ai-beginners)
145-
- [KI-Agenten für Anfänger – Ein Kurs](https://github.com/microsoft/ai-agents-for-beginners)
145+
- [KI-Agenten für Anfänger – Ein Kurs](https://aka.ms/ai-agents-beginners)
146146
- [Datenwissenschaft für Anfänger](https://aka.ms/datascience-beginners)
147147
- [ML für Anfänger](https://aka.ms/ml-beginners)
148148
- [Cybersicherheit für Anfänger](https://github.com/microsoft/Security-101)
@@ -152,6 +152,7 @@ Wir haben viele weitere Inhalte, die Ihnen auf Ihrer Lernreise helfen können. S
152152
- [GitHub Copilot für Pair Programming meistern](https://github.com/microsoft/Mastering-GitHub-Copilot-for-Paired-Programming)
153153
- [GitHub Copilot für C#/.NET-Entwickler meistern](https://github.com/microsoft/mastering-github-copilot-for-dotnet-csharp-developers)
154154
- [Wählen Sie Ihr eigenes Copilot-Abenteuer](https://github.com/microsoft/CopilotAdventures)
155+
- [Phi Cookbook: Praktische Beispiele mit Microsofts Phi-Modellen](https://aka.ms/phicookbook)
155156

156157
[Beginnen wir mit dem Lernen von Generativer KI und .NET!](02-SetupDevEnvironment/readme.md) 🚀
157158

translations/es/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ Este proyecto está licenciado bajo la Licencia MIT. Consulta el archivo [LICENS
139139
Tenemos mucho más contenido para ayudarte en tu proceso de aprendizaje. Échale un vistazo a:
140140

141141
- [Generative AI for Beginners](https://aka.ms/genai-beginners)
142-
- [Generative AI for Beginners .NET](https://github.com/microsoft/Generative-AI-for-beginners-dotnet)
143-
- [Generative AI with JavaScript](https://github.com/microsoft/generative-ai-with-javascript)
142+
- [Generative AI for Beginners .NET](https://aka.ms/genainet)
143+
- [Generative AI with JavaScript](https://aka.ms/genai-js-course)
144144
- [AI for Beginners](https://aka.ms/ai-beginners)
145-
- [AI Agents for Beginners - A Course](https://github.com/microsoft/ai-agents-for-beginners)
145+
- [AI Agents for Beginners - A Course](https://aka.ms/ai-agents-beginners)
146146
- [Data Science for Beginners](https://aka.ms/datascience-beginners)
147147
- [ML for Beginners](https://aka.ms/ml-beginners)
148148
- [Cybersecurity for Beginners](https://github.com/microsoft/Security-101)
@@ -152,6 +152,7 @@ Tenemos mucho más contenido para ayudarte en tu proceso de aprendizaje. Échale
152152
- [Mastering GitHub Copilot for Paired Programming](https://github.com/microsoft/Mastering-GitHub-Copilot-for-Paired-Programming)
153153
- [Mastering GitHub Copilot for C#/.NET Developers](https://github.com/microsoft/mastering-github-copilot-for-dotnet-csharp-developers)
154154
- [Choose Your Own Copilot Adventure](https://github.com/microsoft/CopilotAdventures)
155+
- [Phi Cookbook: Ejemplos Prácticos con los Modelos Phi de Microsoft](https://aka.ms/phicookbook)
155156

156157
[¡Empecemos a aprender sobre Generative AI y .NET!](02-SetupDevEnvironment/readme.md) 🚀
157158

translations/fr/README.md

Lines changed: 4 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -112,45 +112,6 @@ Nous avons conçu ce cours pour qu'il soit aussi simple que possible. Nous utili
112112

113113
- **Exécuter dans GitHub Codespaces** : En un clic, vous obtiendrez un environnement préconfiguré pour tester et explorer les leçons.
114114

115-
# 🤖 Générative IA pour les Débutants .NET
116-
117-
Bienvenue dans ce dépôt qui vous aidera à démarrer avec l'IA générative en utilisant .NET. Nous avons conçu ce cours pour vous accompagner pas à pas, que vous soyez un débutant ou que vous souhaitiez approfondir vos connaissances.
118-
119-
## 🧠 Ce que vous allez apprendre
120-
121-
- **Comprendre les bases de l'IA générative** : Explorez les concepts fondamentaux et apprenez comment les modèles génératifs fonctionnent.
122-
- **Construire des applications avec .NET** : Découvrez comment intégrer des modèles d'IA générative dans vos projets .NET.
123-
- **Explorer des cas d'utilisation réels** : Apprenez à appliquer ces technologies dans des contextes pratiques.
124-
125-
---
126-
127-
## 🚀 Démarrer
128-
129-
Pour commencer, suivez les instructions dans [02-SetupDevEnvironment/readme.md](02-SetupDevEnvironment/readme.md) pour configurer votre environnement de développement.
130-
131-
---
132-
133-
## 📚 Ressources Incluses
134-
135-
Voici quelques-unes des choses que vous trouverez dans ce dépôt :
136-
137-
- Des exemples de code pour comprendre et implémenter des concepts.
138-
- Des exercices pour mettre en pratique ce que vous apprenez.
139-
- Des leçons progressives pour vous guider tout au long du processus.
140-
141-
---
142-
143-
## 🌟 Ressources Supplémentaires
144-
145-
### **Tirez parti des modèles GitHub** : Essayez des démonstrations alimentées par l'IA directement hébergées dans ce dépôt. Nous en expliquons davantage dans les leçons au fur et à mesure. *(Si vous souhaitez en savoir plus sur les modèles GitHub, cliquez [ici](https://docs.github.com/github-models))*
146-
147-
Lorsque vous serez prêt à aller plus loin, nous avons également des guides pour :
148-
149-
- Passer à **Azure OpenAI Services** pour des solutions évolutives et adaptées aux entreprises.
150-
- Utiliser **Ollama** pour exécuter des modèles localement sur votre matériel, offrant ainsi une confidentialité et un contrôle accrus.
151-
152-
---
153-
154115
## 🤝 Vous souhaitez contribuer ?
155116

156117
Les contributions sont les bienvenues ! Voici comment vous pouvez aider :
@@ -175,10 +136,10 @@ Ce projet est sous licence MIT - consultez le fichier [LICENSE](../../LICENSE) p
175136
Nous avons beaucoup d'autres contenus pour vous accompagner dans votre apprentissage. Consultez :
176137

177138
- [Generative AI for Beginners](https://aka.ms/genai-beginners)
178-
- [Generative AI for Beginners .NET](https://github.com/microsoft/Generative-AI-for-beginners-dotnet)
179-
- [Generative AI with JavaScript](https://github.com/microsoft/generative-ai-with-javascript)
139+
- [Generative AI for Beginners .NET](https://aka.ms/genainet)
140+
- [Generative AI with JavaScript](https://aka.ms/genai-js-course)
180141
- [AI for Beginners](https://aka.ms/ai-beginners)
181-
- [AI Agents for Beginners - A Course](https://github.com/microsoft/ai-agents-for-beginners)
142+
- [AI Agents for Beginners - A Course](https://aka.ms/ai-agents-beginners)
182143
- [Data Science for Beginners](https://aka.ms/datascience-beginners)
183144
- [ML for Beginners](https://aka.ms/ml-beginners)
184145
- [Cybersecurity for Beginners](https://github.com/microsoft/Security-101)
@@ -188,6 +149,7 @@ Nous avons beaucoup d'autres contenus pour vous accompagner dans votre apprentis
188149
- [Mastering GitHub Copilot for Paired Programming](https://github.com/microsoft/Mastering-GitHub-Copilot-for-Paired-Programming)
189150
- [Mastering GitHub Copilot for C#/.NET Developers](https://github.com/microsoft/mastering-github-copilot-for-dotnet-csharp-developers)
190151
- [Choose Your Own Copilot Adventure](https://github.com/microsoft/CopilotAdventures)
152+
- [Phi Cookbook : Exemples pratiques avec les modèles Phi de Microsoft](https://aka.ms/phicookbook)
191153

192154
[Commençons à apprendre l'IA générative et .NET !](02-SetupDevEnvironment/readme.md) 🚀
193155

translations/ja/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@
140140
学習をサポートするための多くのコンテンツを用意しています。ぜひチェックしてください:
141141

142142
- [Generative AI for Beginners](https://aka.ms/genai-beginners)
143-
- [Generative AI for Beginners .NET](https://github.com/microsoft/Generative-AI-for-beginners-dotnet)
144-
- [Generative AI with JavaScript](https://github.com/microsoft/generative-ai-with-javascript)
143+
- [Generative AI for Beginners .NET](https://aka.ms/genainet)
144+
- [Generative AI with JavaScript](https://aka.ms/genai-js-course)
145145
- [AI for Beginners](https://aka.ms/ai-beginners)
146-
- [AI Agents for Beginners - A Course](https://github.com/microsoft/ai-agents-for-beginners)
146+
- [AI Agents for Beginners - A Course](https://aka.ms/ai-agents-beginners)
147147
- [Data Science for Beginners](https://aka.ms/datascience-beginners)
148148
- [ML for Beginners](https://aka.ms/ml-beginners)
149149
- [Cybersecurity for Beginners](https://github.com/microsoft/Security-101)
@@ -153,6 +153,7 @@
153153
- [Mastering GitHub Copilot for Paired Programming](https://github.com/microsoft/Mastering-GitHub-Copilot-for-Paired-Programming)
154154
- [Mastering GitHub Copilot for C#/.NET Developers](https://github.com/microsoft/mastering-github-copilot-for-dotnet-csharp-developers)
155155
- [Choose Your Own Copilot Adventure](https://github.com/microsoft/CopilotAdventures)
156+
- [Phi Cookbook: Microsoft Phi モデルの実例集](https://aka.ms/phicookbook)
156157

157158
[生成 AI と.NET の学習を始めましょう!](02-SetupDevEnvironment/readme.md) 🚀
158159

translations/ko/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ Generative AI는 소프트웨어 개발의 패러다임을 변화시키고 있
139139
학습 여정을 돕기 위한 다양한 콘텐츠가 준비되어 있습니다. 아래 강의를 확인해 보세요:
140140

141141
- [초보자를 위한 생성형 AI](https://aka.ms/genai-beginners)
142-
- [초보자를 위한 생성형 AI .NET](https://github.com/microsoft/Generative-AI-for-beginners-dotnet)
143-
- [JavaScript로 배우는 생성형 AI](https://github.com/microsoft/generative-ai-with-javascript)
142+
- [초보자를 위한 생성형 AI .NET](https://aka.ms/genainet)
143+
- [JavaScript로 배우는 생성형 AI](https://aka.ms/genai-js-course)
144144
- [초보자를 위한 AI](https://aka.ms/ai-beginners)
145-
- [초보자를 위한 AI 에이전트 - 강의](https://github.com/microsoft/ai-agents-for-beginners)
145+
- [초보자를 위한 AI 에이전트 - 강의](https://aka.ms/ai-agents-beginners)
146146
- [초보자를 위한 데이터 과학](https://aka.ms/datascience-beginners)
147147
- [초보자를 위한 머신러닝](https://aka.ms/ml-beginners)
148148
- [초보자를 위한 사이버 보안](https://github.com/microsoft/Security-101)
@@ -152,6 +152,7 @@ Generative AI는 소프트웨어 개발의 패러다임을 변화시키고 있
152152
- [페어드 프로그래밍을 위한 GitHub Copilot 마스터하기](https://github.com/microsoft/Mastering-GitHub-Copilot-for-Paired-Programming)
153153
- [C#/.NET 개발자를 위한 GitHub Copilot 마스터하기](https://github.com/microsoft/mastering-github-copilot-for-dotnet-csharp-developers)
154154
- [GitHub Copilot 모험을 선택하세요](https://github.com/microsoft/CopilotAdventures)
155+
- [Phi Cookbook: Microsoft Phi 모델을 활용한 실습 예제](https://aka.ms/phicookbook)
155156

156157
[생성형 AI와 .NET 학습을 시작해봅시다!](02-SetupDevEnvironment/readme.md) 🚀
157158

translations/pt/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ Este projeto está licenciado sob a Licença MIT - veja o arquivo [LICENSE](../.
139139
Temos muito mais conteúdo para ajudar na sua jornada de aprendizado. Confira:
140140

141141
- [IA Generativa para Iniciantes](https://aka.ms/genai-beginners)
142-
- [IA Generativa para Iniciantes .NET](https://github.com/microsoft/Generative-AI-for-beginners-dotnet)
143-
- [IA Generativa com JavaScript](https://github.com/microsoft/generative-ai-with-javascript)
142+
- [IA Generativa para Iniciantes .NET](https://aka.ms/genainet)
143+
- [IA Generativa com JavaScript](https://aka.ms/genai-js-course)
144144
- [IA para Iniciantes](https://aka.ms/ai-beginners)
145-
- [Agentes de IA para Iniciantes - Um Curso](https://github.com/microsoft/ai-agents-for-beginners)
145+
- [Agentes de IA para Iniciantes - Um Curso](https://aka.ms/ai-agents-beginners)
146146
- [Ciência de Dados para Iniciantes](https://aka.ms/datascience-beginners)
147147
- [ML para Iniciantes](https://aka.ms/ml-beginners)
148148
- [Cibersegurança para Iniciantes](https://github.com/microsoft/Security-101)
@@ -152,6 +152,7 @@ Temos muito mais conteúdo para ajudar na sua jornada de aprendizado. Confira:
152152
- [Dominando o GitHub Copilot para Programação em Dupla](https://github.com/microsoft/Mastering-GitHub-Copilot-for-Paired-Programming)
153153
- [Dominando o GitHub Copilot para Desenvolvedores C#/.NET](https://github.com/microsoft/mastering-github-copilot-for-dotnet-csharp-developers)
154154
- [Escolha Sua Própria Aventura com o Copilot](https://github.com/microsoft/CopilotAdventures)
155+
- [Phi Cookbook: Exemplos Práticos com os Modelos Phi da Microsoft](https://aka.ms/phicookbook)
155156

156157
[Vamos começar a aprender IA Generativa e .NET!](02-SetupDevEnvironment/readme.md) 🚀
157158

translations/tw/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@
139139
我們還提供了許多其他內容,助你學習之旅更加順利。快來看看:
140140

141141
- [生成式 AI 初學者課程](https://aka.ms/genai-beginners)
142-
- [生成式 AI 初學者課程 .NET](https://github.com/microsoft/Generative-AI-for-beginners-dotnet)
143-
- [使用 JavaScript 的生成式 AI](https://github.com/microsoft/generative-ai-with-javascript)
142+
- [生成式 AI 初學者課程 .NET](https://aka.ms/genainet)
143+
- [使用 JavaScript 的生成式 AI](https://aka.ms/genai-js-course)
144144
- [AI 初學者課程](https://aka.ms/ai-beginners)
145-
- [AI Agents 初學者課程](https://github.com/microsoft/ai-agents-for-beginners)
145+
- [AI Agents 初學者課程](https://aka.ms/ai-agents-beginners)
146146
- [資料科學初學者課程](https://aka.ms/datascience-beginners)
147147
- [機器學習初學者課程](https://aka.ms/ml-beginners)
148148
- [網路安全初學者課程](https://github.com/microsoft/Security-101)
@@ -152,8 +152,7 @@
152152
- [精通 GitHub Copilot 進行協作編程](https://github.com/microsoft/Mastering-GitHub-Copilot-for-Paired-Programming)
153153
- [精通 GitHub Copilot for C#/.NET 開發者](https://github.com/microsoft/mastering-github-copilot-for-dotnet-csharp-developers)
154154
- [選擇你的 Copilot 冒險之旅](https://github.com/microsoft/CopilotAdventures)
155+
- [Phi Cookbook: 微軟 Phi 模型實作範例](https://aka.ms/phicookbook)
155156

156157
[讓我們開始學習生成式 AI 和 .NET 吧!](02-SetupDevEnvironment/readme.md) 🚀
157-
158-
**免責聲明**:
159158
本文件使用基於機器的人工智能翻譯服務進行翻譯。我們雖然努力確保準確性,但請注意,自動翻譯可能會包含錯誤或不準確之處。應以原文文件為權威來源。如需關鍵信息,建議尋求專業人工翻譯。我們對因使用此翻譯而引起的任何誤解或誤讀不承擔責任。

translations/zh/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@
139139
我们还有许多其他内容可以帮助你的学习之旅,查看以下资源:
140140

141141
- [生成式 AI 初学者教程](https://aka.ms/genai-beginners)
142-
- [生成式 AI 初学者 .NET](https://github.com/microsoft/Generative-AI-for-beginners-dotnet)
143-
- [JavaScript 的生成式 AI](https://github.com/microsoft/generative-ai-with-javascript)
142+
- [生成式 AI 初学者 .NET](https://aka.ms/genainet)
143+
- [JavaScript 的生成式 AI](https://aka.ms/genai-js-course)
144144
- [AI 初学者教程](https://aka.ms/ai-beginners)
145-
- [AI 代理初学者课程](https://github.com/microsoft/ai-agents-for-beginners)
145+
- [AI 代理初学者课程](https://aka.ms/ai-agents-beginners)
146146
- [数据科学初学者教程](https://aka.ms/datascience-beginners)
147147
- [机器学习初学者教程](https://aka.ms/ml-beginners)
148148
- [网络安全初学者教程](https://github.com/microsoft/Security-101)
@@ -152,8 +152,7 @@
152152
- [精通 GitHub Copilot 进行配对编程](https://github.com/microsoft/Mastering-GitHub-Copilot-for-Paired-Programming)
153153
- [C#/.NET 开发者的 GitHub Copilot 精通指南](https://github.com/microsoft/mastering-github-copilot-for-dotnet-csharp-developers)
154154
- [选择你的 Copilot 探索之旅](https://github.com/microsoft/CopilotAdventures)
155+
- [Phi Cookbook: 微软 Phi 模型实践示例](https://aka.ms/phicookbook)
155156

156157
[让我们开始学习生成式 AI 和 .NET 吧!](02-SetupDevEnvironment/readme.md) 🚀
157-
158-
**免责声明**
159158
本文件使用基于机器的人工智能翻译服务进行翻译。虽然我们尽力确保准确性,但请注意,自动翻译可能包含错误或不准确之处。应以原文所在的母语版本作为权威来源。对于关键信息,建议寻求专业人工翻译服务。因使用本翻译而导致的任何误解或误读,我们概不负责。

0 commit comments

Comments
 (0)