Skip to content

Commit e0569a6

Browse files
committed
chore(i18n): sync translations with latest source changes (chunk 1/1, 6 changes)
1 parent 39220a8 commit e0569a6

File tree

6 files changed

+194
-191
lines changed

6 files changed

+194
-191
lines changed

translations/he/.co-op-translator.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
"language_code": "he"
7373
},
7474
"README.md": {
75-
"original_hash": "e0d85c07a82cc2cdb6ff3e4a1f03a08d",
76-
"translation_date": "2026-02-10T10:11:13+00:00",
75+
"original_hash": "da4930265b35d7d57234bb06fac10701",
76+
"translation_date": "2026-02-11T08:05:10+00:00",
7777
"source_file": "README.md",
7878
"language_code": "he"
7979
},

translations/he/README.md

Lines changed: 61 additions & 60 deletions
Large diffs are not rendered by default.

translations/nl/.co-op-translator.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
"language_code": "nl"
7373
},
7474
"README.md": {
75-
"original_hash": "e0d85c07a82cc2cdb6ff3e4a1f03a08d",
76-
"translation_date": "2026-02-10T10:10:19+00:00",
75+
"original_hash": "da4930265b35d7d57234bb06fac10701",
76+
"translation_date": "2026-02-11T08:04:14+00:00",
7777
"source_file": "README.md",
7878
"language_code": "nl"
7979
},

translations/nl/README.md

Lines changed: 52 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -3,78 +3,79 @@
33

44
![Generatieve AI voor Beginners - Java Editie](../../translated_images/nl/beg-genai-series.8b48be9951cc574c.webp)
55

6-
**Tijdsbelasting**: De gehele workshop kan online worden voltooid zonder lokale installatie. Het opzetten van de omgeving duurt 2 minuten, het verkennen van de voorbeelden kost 1-3 uur afhankelijk van de mate van verkenning.
6+
**Tijdsduur**: De hele workshop kan online worden afgerond zonder lokale installatie. Het opzetten van de omgeving duurt 2 minuten, het verkennen van de voorbeelden neemt 1-3 uur in beslag afhankelijk van de diepgang.
77

8-
> **Snelle Start**
8+
> **Snel Begin**
99
1010
1. Fork deze repository naar je GitHub-account
1111
2. Klik op **Code** → tabblad **Codespaces****...****Nieuw met opties...**
12-
3. Gebruik de standaardinstellingen – dit selecteert de ontwikkelcontainer die voor deze cursus is gemaakt
13-
4. Klik op **Codespace maken**
12+
3. Gebruik de standaardinstellingen – dit selecteert de ontwikkelcontainer gemaakt voor deze cursus
13+
4. Klik op **Maak codespace aan**
1414
5. Wacht ~2 minuten tot de omgeving klaar is
1515
6. Ga direct naar [Het eerste voorbeeld](./02-SetupDevEnvironment/README.md#step-2-create-a-github-personal-access-token)
1616

17+
## Meertalige Ondersteuning
18+
19+
### Ondersteund via GitHub Actie (Geautomatiseerd & Altijd Up-to-Date)
20+
21+
<!-- CO-OP TRANSLATOR LANGUAGES TABLE START -->
22+
[Arabic](../ar/README.md) | [Bengali](../bn/README.md) | [Bulgarian](../bg/README.md) | [Burmese (Myanmar)](../my/README.md) | [Chinese (Simplified)](../zh-CN/README.md) | [Chinese (Traditional, Hong Kong)](../zh-HK/README.md) | [Chinese (Traditional, Macau)](../zh-MO/README.md) | [Chinese (Traditional, Taiwan)](../zh-TW/README.md) | [Croatian](../hr/README.md) | [Czech](../cs/README.md) | [Danish](../da/README.md) | [Dutch](./README.md) | [Estonian](../et/README.md) | [Finnish](../fi/README.md) | [French](../fr/README.md) | [German](../de/README.md) | [Greek](../el/README.md) | [Hebrew](../he/README.md) | [Hindi](../hi/README.md) | [Hungarian](../hu/README.md) | [Indonesian](../id/README.md) | [Italian](../it/README.md) | [Japanese](../ja/README.md) | [Kannada](../kn/README.md) | [Korean](../ko/README.md) | [Lithuanian](../lt/README.md) | [Malay](../ms/README.md) | [Malayalam](../ml/README.md) | [Marathi](../mr/README.md) | [Nepali](../ne/README.md) | [Nigerian Pidgin](../pcm/README.md) | [Norwegian](../no/README.md) | [Persian (Farsi)](../fa/README.md) | [Polish](../pl/README.md) | [Portuguese (Brazil)](../pt-BR/README.md) | [Portuguese (Portugal)](../pt-PT/README.md) | [Punjabi (Gurmukhi)](../pa/README.md) | [Romanian](../ro/README.md) | [Russian](../ru/README.md) | [Serbian (Cyrillic)](../sr/README.md) | [Slovak](../sk/README.md) | [Slovenian](../sl/README.md) | [Spanish](../es/README.md) | [Swahili](../sw/README.md) | [Swedish](../sv/README.md) | [Tagalog (Filipino)](../tl/README.md) | [Tamil](../ta/README.md) | [Telugu](../te/README.md) | [Thai](../th/README.md) | [Turkish](../tr/README.md) | [Ukrainian](../uk/README.md) | [Urdu](../ur/README.md) | [Vietnamese](../vi/README.md)
23+
1724
> **Lievere lokaal klonen?**
1825
>
19-
> Deze repository bevat meer dan 50 taalvertalingen, wat de downloadgrootte aanzienlijk vergroot. Om zonder vertalingen te klonen, gebruik sparse checkout:
26+
> Deze repository bevat meer dan 50 vertalingen wat de downloadgrootte aanzienlijk vergroot. Om te klonen zonder vertalingen, gebruik sparse checkout:
2027
>
21-
> **Linux / macOS (Bash)**
28+
> **Bash / macOS / Linux:**
2229
> ```bash
2330
> git clone --filter=blob:none --sparse https://github.com/microsoft/Generative-AI-for-beginners-java.git
2431
> cd Generative-AI-for-beginners-java
2532
> git sparse-checkout set --no-cone '/*' '!translations' '!translated_images'
2633
> ```
2734
>
28-
> **Windows (PowerShell)**
29-
> ```powershell
35+
> **CMD (Windows):**
36+
> ```cmd
3037
> git clone --filter=blob:none --sparse https://github.com/microsoft/Generative-AI-for-beginners-java.git
3138
> cd Generative-AI-for-beginners-java
3239
> git sparse-checkout set --no-cone "/*" "!translations" "!translated_images"
3340
> ```
41+
>
3442
> Dit geeft je alles wat je nodig hebt om de cursus te voltooien met een veel snellere download.
35-
36-
37-
## Meertalige Ondersteuning
38-
39-
### Ondersteund via GitHub Action (Geautomatiseerd & Altijd Up-to-Date)
40-
41-
<!-- CO-OP TRANSLATOR LANGUAGES TABLE START -->
42-
[Arabisch](../ar/README.md) | [Bengaals](../bn/README.md) | [Bulgaars](../bg/README.md) | [Birmaans (Myanmar)](../my/README.md) | [Chinees (Vereenvoudigd)](../zh-CN/README.md) | [Chinees (Traditioneel, Hongkong)](../zh-HK/README.md) | [Chinees (Traditioneel, Macau)](../zh-MO/README.md) | [Chinees (Traditioneel, Taiwan)](../zh-TW/README.md) | [Kroatisch](../hr/README.md) | [Tsjechisch](../cs/README.md) | [Deens](../da/README.md) | [Nederlands](./README.md) | [Ests](../et/README.md) | [Fins](../fi/README.md) | [Frans](../fr/README.md) | [Duits](../de/README.md) | [Grieks](../el/README.md) | [Hebreeuws](../he/README.md) | [Hindi](../hi/README.md) | [Hongaars](../hu/README.md) | [Indonesisch](../id/README.md) | [Italiaans](../it/README.md) | [Japans](../ja/README.md) | [Kannada](../kn/README.md) | [Koreaans](../ko/README.md) | [Litouws](../lt/README.md) | [Maleis](../ms/README.md) | [Malayalam](../ml/README.md) | [Marathi](../mr/README.md) | [Nepalees](../ne/README.md) | [Nigeriaans Pidgin](../pcm/README.md) | [Noors](../no/README.md) | [Perzisch (Farsi)](../fa/README.md) | [Pools](../pl/README.md) | [Portugees (Brazilië)](../pt-BR/README.md) | [Portugees (Portugal)](../pt-PT/README.md) | [Punjabi (Gurmukhi)](../pa/README.md) | [Roemeens](../ro/README.md) | [Russisch](../ru/README.md) | [Servisch (Cyrillisch)](../sr/README.md) | [Slowaaks](../sk/README.md) | [Sloveens](../sl/README.md) | [Spaans](../es/README.md) | [Swahili](../sw/README.md) | [Zweeds](../sv/README.md) | [Tagalog (Filipijns)](../tl/README.md) | [Tamil](../ta/README.md) | [Telugu](../te/README.md) | [Thai](../th/README.md) | [Turks](../tr/README.md) | [Oekraïens](../uk/README.md) | [Urdu](../ur/README.md) | [Vietnamees](../vi/README.md)
43+
<!-- CO-OP TRANSLATOR LANGUAGES TABLE END -->
4344
4445
## Cursusstructuur & Leerpad
4546
4647
### **Hoofdstuk 1: Introductie tot Generatieve AI**
4748
- **Kernconcepten**: Begrip van Grote Taalmodellen, tokens, embeddings en AI-mogelijkheden
48-
- **Java AI Ecosysteem**: Overzicht van Spring AI en OpenAI SDK's
49-
- **Model Context Protocol**: Introductie tot MCP en de rol ervan in communicatie tussen AI-agenten
50-
- **Praktische Toepassingen**: Realistische scenario's zoals chatbots en contentgeneratie
51-
- **[→ Begin Hoofdstuk 1](./01-IntroToGenAI/README.md)**
52-
53-
### **Hoofdstuk 2: Ontwikkelomgeving Opzetten**
54-
- **Multi-Provider Configuratie**: GitHub Models, Azure OpenAI, en OpenAI Java SDK-integraties instellen
55-
- **Spring Boot + Spring AI**: Best practices voor het ontwikkelen van AI-enterprise applicaties
56-
- **GitHub Models**: Gratis AI-modeltoegang voor prototyping en leren (geen creditcard vereist)
49+
- **Java AI-ecosysteem**: Overzicht van Spring AI en OpenAI SDK's
50+
- **Model Context Protocol**: Introductie tot MCP en de rol ervan in AI-agentcommunicatie
51+
- **Praktische Toepassingen**: Scenario's uit de praktijk inclusief chatbots en contentgeneratie
52+
- **[→ Start Hoofdstuk 1](./01-IntroToGenAI/README.md)**
53+
54+
### **Hoofdstuk 2: Ontwikkelomgeving Instellen**
55+
- **Configuratie met meerdere aanbieders**: GitHub Models, Azure OpenAI en OpenAI Java SDK-integraties configureren
56+
- **Spring Boot + Spring AI**: Best practices voor ontwikkel van AI-applicaties voor ondernemingen
57+
- **GitHub Models**: Gratis toegang tot AI-modellen voor prototyping en leren (geen creditcard vereist)
5758
- **Ontwikkeltools**: Docker-containers, VS Code en GitHub Codespaces configuratie
58-
- **[→ Begin Hoofdstuk 2](./02-SetupDevEnvironment/README.md)**
59+
- **[→ Start Hoofdstuk 2](./02-SetupDevEnvironment/README.md)**
5960
6061
### **Hoofdstuk 3: Kerntechnieken van Generatieve AI**
61-
- **Prompt Engineering**: Technieken voor optimale AI-modelantwoorden
62-
- **Embeddings & Vectorbewerkingen**: Semantisch zoeken en gelijkenisberekeningen implementeren
63-
- **Retrieval-Augmented Generation (RAG)**: AI combineren met eigen databronnen
64-
- **Functieaanroep**: AI-mogelijkheden uitbreiden met aangepaste tools en plugins
65-
- **[→ Begin Hoofdstuk 3](./03-CoreGenerativeAITechniques/README.md)**
62+
- **Prompt-engineering**: Technieken voor optimale AI-modelantwoorden
63+
- **Embeddings & Vectorbewerkingen**: Semantisch zoeken en gelijkenismatching implementeren
64+
- **Retrieval-Augmented Generation (RAG)**: Combineer AI met je eigen databronnen
65+
- **Function Calling**: Breid AI-capaciteiten uit met aangepaste tools en plugins
66+
- **[→ Start Hoofdstuk 3](./03-CoreGenerativeAITechniques/README.md)**
6667
6768
### **Hoofdstuk 4: Praktische Toepassingen & Projecten**
68-
- **Pet Story Generator** (`petstory/`): Creatieve contentgeneratie met GitHub Models
69-
- **Foundry Local Demo** (`foundrylocal/`): Lokale AI-modelintegratie met OpenAI Java SDK
70-
- **MCP Calculator Service** (`calculator/`): Basisimplementatie van Model Context Protocol met Spring AI
71-
- **[→ Begin Hoofdstuk 4](./04-PracticalSamples/README.md)**
69+
- **Dierenverhalen Generator** (`petstory/`): Creatieve contentgeneratie met GitHub Models
70+
- **Foundry Lokale Demo** (`foundrylocal/`): Lokale AI-modelintegratie met OpenAI Java SDK
71+
- **MCP Calculator Service** (`calculator/`): Basale Model Context Protocol-implementatie met Spring AI
72+
- **[→ Start Hoofdstuk 4](./04-PracticalSamples/README.md)**
7273
73-
### **Hoofdstuk 5: Verantwoordelijke AI-ontwikkeling**
74+
### **Hoofdstuk 5: Verantwoord AI-ontwikkeling**
7475
- **GitHub Models Veiligheid**: Test ingebouwde contentfiltering en veiligheidsmechanismen (harde blokkades en zachte weigeringen)
75-
- **Verantwoordelijke AI Demo**: Hands-on voorbeeld dat laat zien hoe moderne AI-veiligheidssystemen in de praktijk werken
76-
- **Best Practices**: Essentiële richtlijnen voor ethische AI-ontwikkeling en uitrol
77-
- **[→ Begin Hoofdstuk 5](./05-ResponsibleGenAI/README.md)**
76+
- **Demo Verantwoorde AI**: Hands-on voorbeeld van hoe moderne AI-veiligheidssystemen in de praktijk werken
77+
- **Best Practices**: Essentiële richtlijnen voor ethische AI-ontwikkeling en implementatie
78+
- **[→ Start Hoofdstuk 5](./05-ResponsibleGenAI/README.md)**
7879
7980
## Aanvullende Bronnen
8081
@@ -85,19 +86,19 @@
8586
[![LangChain voor Beginners](https://img.shields.io/badge/LangChain%20for%20Beginners-22C55E?style=for-the-badge&labelColor=E5E7EB&color=0553D6)](https://github.com/microsoft/langchain-for-beginners?WT.mc_id=m365-94501-dwahlin)
8687
---
8788
88-
### Azure / Edge / MCP / Agenten
89+
### Azure / Edge / MCP / Agents
8990
[![AZD voor Beginners](https://img.shields.io/badge/AZD%20for%20Beginners-0078D4?style=for-the-badge&labelColor=E5E7EB&color=0078D4)](https://github.com/microsoft/AZD-for-beginners?WT.mc_id=academic-105485-koreyst)
9091
[![Edge AI voor Beginners](https://img.shields.io/badge/Edge%20AI%20for%20Beginners-00B8E4?style=for-the-badge&labelColor=E5E7EB&color=00B8E4)](https://github.com/microsoft/edgeai-for-beginners?WT.mc_id=academic-105485-koreyst)
9192
[![MCP voor Beginners](https://img.shields.io/badge/MCP%20for%20Beginners-009688?style=for-the-badge&labelColor=E5E7EB&color=009688)](https://github.com/microsoft/mcp-for-beginners?WT.mc_id=academic-105485-koreyst)
92-
[![AI Agenten voor Beginners](https://img.shields.io/badge/AI%20Agents%20for%20Beginners-00C49A?style=for-the-badge&labelColor=E5E7EB&color=00C49A)](https://github.com/microsoft/ai-agents-for-beginners?WT.mc_id=academic-105485-koreyst)
93+
[![AI Agents voor Beginners](https://img.shields.io/badge/AI%20Agents%20for%20Beginners-00C49A?style=for-the-badge&labelColor=E5E7EB&color=00C49A)](https://github.com/microsoft/ai-agents-for-beginners?WT.mc_id=academic-105485-koreyst)
9394
9495
---
9596
9697
### Generatieve AI Serie
97-
[![Generatieve AI voor Beginners](https://img.shields.io/badge/Generative%20AI%20for%20Beginners-8B5CF6?style=for-the-badge&labelColor=E5E7EB&color=8B5CF6)](https://github.com/microsoft/generative-ai-for-beginners?WT.mc_id=academic-105485-koreyst)
98-
[![Generatieve AI (.NET)](https://img.shields.io/badge/Generative%20AI%20(.NET)-9333EA?style=for-the-badge&labelColor=E5E7EB&color=9333EA)](https://github.com/microsoft/Generative-AI-for-beginners-dotnet?WT.mc_id=academic-105485-koreyst)
99-
[![Generatieve AI (Java)](https://img.shields.io/badge/Generative%20AI%20(Java)-C084FC?style=for-the-badge&labelColor=E5E7EB&color=C084FC)](https://github.com/microsoft/generative-ai-for-beginners-java?WT.mc_id=academic-105485-koreyst)
100-
[![Generatieve AI (JavaScript)](https://img.shields.io/badge/Generative%20AI%20(JavaScript)-E879F9?style=for-the-badge&labelColor=E5E7EB&color=E879F9)](https://github.com/microsoft/generative-ai-with-javascript?WT.mc_id=academic-105485-koreyst)
98+
[![Generative AI voor Beginners](https://img.shields.io/badge/Generative%20AI%20for%20Beginners-8B5CF6?style=for-the-badge&labelColor=E5E7EB&color=8B5CF6)](https://github.com/microsoft/generative-ai-for-beginners?WT.mc_id=academic-105485-koreyst)
99+
[![Generative AI (.NET)](https://img.shields.io/badge/Generative%20AI%20(.NET)-9333EA?style=for-the-badge&labelColor=E5E7EB&color=9333EA)](https://github.com/microsoft/Generative-AI-for-beginners-dotnet?WT.mc_id=academic-105485-koreyst)
100+
[![Generative AI (Java)](https://img.shields.io/badge/Generative%20AI%20(Java)-C084FC?style=for-the-badge&labelColor=E5E7EB&color=C084FC)](https://github.com/microsoft/generative-ai-for-beginners-java?WT.mc_id=academic-105485-koreyst)
101+
[![Generative AI (JavaScript)](https://img.shields.io/badge/Generative%20AI%20(JavaScript)-E879F9?style=for-the-badge&labelColor=E5E7EB&color=E879F9)](https://github.com/microsoft/generative-ai-with-javascript?WT.mc_id=academic-105485-koreyst)
101102
102103
---
103104
@@ -112,25 +113,25 @@
112113
113114
---
114115
115-
### Copilot Serie
116+
### Copilot Series
116117
[![Copilot for AI Paired Programming](https://img.shields.io/badge/Copilot%20for%20AI%20Paired%20Programming-FACC15?style=for-the-badge&labelColor=E5E7EB&color=FACC15)](https://aka.ms/GitHubCopilotAI?WT.mc_id=academic-105485-koreyst)
117118
[![Copilot for C#/.NET](https://img.shields.io/badge/Copilot%20for%20C%23/.NET-FBBF24?style=for-the-badge&labelColor=E5E7EB&color=FBBF24)](https://github.com/microsoft/mastering-github-copilot-for-dotnet-csharp-developers?WT.mc_id=academic-105485-koreyst)
118119
[![Copilot Adventure](https://img.shields.io/badge/Copilot%20Adventure-FDE68A?style=for-the-badge&labelColor=E5E7EB&color=FDE68A)](https://github.com/microsoft/CopilotAdventures?WT.mc_id=academic-105485-koreyst)
119120
<!-- CO-OP TRANSLATOR OTHER COURSES END -->
120121
121-
## Hulp Krijgen
122+
## Hulp krijgen
122123
123-
Als je vastloopt of vragen hebt over het bouwen van AI-apps. Doe mee met mede-leerlingen en ervaren ontwikkelaars in discussies over MCP. Het is een ondersteunende gemeenschap waar vragen welkom zijn en kennis vrijelijk wordt gedeeld.
124+
Als je vastloopt of vragen hebt over het bouwen van AI-apps. Doe mee met medeleerlingen en ervaren ontwikkelaars in discussies over MCP. Het is een ondersteunende gemeenschap waar vragen welkom zijn en kennis vrij wordt gedeeld.
124125
125126
[![Microsoft Foundry Discord](https://dcbadge.limes.pink/api/server/nTYy5BXMWG)](https://discord.gg/nTYy5BXMWG)
126127
127-
Als je productfeedback hebt of fouten tijdens het bouwen, bezoek dan:
128+
Als je productfeedback hebt of fouten ondervindt tijdens het bouwen, bezoek dan:
128129
129130
[![Microsoft Foundry Developer Forum](https://img.shields.io/badge/GitHub-Microsoft_Foundry_Developer_Forum-blue?style=for-the-badge&logo=github&color=000000&logoColor=fff)](https://aka.ms/foundry/forum)
130131
131132
---
132133
133134
<!-- CO-OP TRANSLATOR DISCLAIMER START -->
134-
**Disclaimer**:
135-
Dit document is vertaald met behulp van de AI-vertalingsdienst [Co-op Translator](https://github.com/Azure/co-op-translator). Hoewel we streven naar nauwkeurigheid, dient u er rekening mee te houden dat automatische vertalingen fouten of onnauwkeurigheden kunnen bevatten. Het originele document in de oorspronkelijke taal moet als gezaghebbende bron worden beschouwd. Voor cruciale informatie wordt professionele menselijke vertaling aanbevolen. Wij zijn niet aansprakelijk voor enige misverstanden of verkeerde interpretaties die voortvloeien uit het gebruik van deze vertaling.
135+
**Disclaimer**:
136+
Dit document is vertaald met behulp van de AI-vertalingsdienst [Co-op Translator](https://github.com/Azure/co-op-translator). Hoewel we streven naar nauwkeurigheid, dient u er rekening mee te houden dat geautomatiseerde vertalingen fouten of onnauwkeurigheden kunnen bevatten. Het oorspronkelijke document in de oorspronkelijke taal dient als de gezaghebbende bron te worden beschouwd. Voor cruciale informatie wordt professionele menselijke vertaling aanbevolen. Wij zijn niet aansprakelijk voor misverstanden of verkeerde interpretaties voortvloeiend uit het gebruik van deze vertaling.
136137
<!-- CO-OP TRANSLATOR DISCLAIMER END -->

translations/vi/.co-op-translator.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
"language_code": "vi"
7373
},
7474
"README.md": {
75-
"original_hash": "e0d85c07a82cc2cdb6ff3e4a1f03a08d",
76-
"translation_date": "2026-02-10T10:12:09+00:00",
75+
"original_hash": "da4930265b35d7d57234bb06fac10701",
76+
"translation_date": "2026-02-11T08:06:08+00:00",
7777
"source_file": "README.md",
7878
"language_code": "vi"
7979
},

0 commit comments

Comments
 (0)