Skip to content

Commit f3d65b1

Browse files
committed
FR translation: translating to french
1 parent 93a6415 commit f3d65b1

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

docs/playground/fr/sections.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,83 +3,83 @@
33
{
44
"name": "JavaScript",
55
"id": "JavaScript",
6-
"subtitle": "See how TypeScript improves day to day working with JavaScript with minimal additional syntax."
6+
"subtitle": "Voyez comment TypeScript facilite le travail du quotidien en JavaScript avec le minimum de syntaxe additionnelle."
77
},
88
{
99
"name": "TypeScript",
1010
"id": "TypeScript",
11-
"subtitle": "Explore how TypeScript extends JavaScript to add more safety and tooling."
11+
"subtitle": "Explorez comment TypeScript étend JavaScript en ajoutant de la sécuritée et des outils à votre code."
1212
},
1313
{
1414
"name": "3.7",
1515
"id": "3.7",
16-
"subtitle": "See the <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-3-7/'>Release notes</a>."
16+
"subtitle": "Voir les <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-3-7/'>notes de version</a>."
1717
},
1818
{
1919
"name": "3.8",
2020
"id": "3.8",
21-
"subtitle": "See the <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-3-8/'>Release notes</a>."
21+
"subtitle": "Voir les <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-3-8/'>notes de version</a>."
2222
},
2323
{
2424
"name": "4.0",
2525
"id": "4.0",
26-
"subtitle": "See the <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-4-0/'>Release notes</a>."
26+
"subtitle": "Voir les <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-4-0/'>notes de version</a>."
2727
},
2828
{
2929
"name": "4.1",
3030
"id": "4.1",
31-
"subtitle": "See the <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-4-1/'>Release notes</a>."
31+
"subtitle": "Voir les <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-4-1/'>notes de version</a>."
3232
},
3333
{
3434
"name": "4.2",
3535
"id": "4.2",
36-
"subtitle": "See the <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-4-2-beta/'>Release notes</a>."
36+
"subtitle": "Voir les <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-4-2-beta/'>notes de version</a>."
3737
},
3838
{
3939
"name": "4.3",
4040
"id": "4.3",
41-
"subtitle": "See the <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-4-3/'>Release notes</a>."
41+
"subtitle": "Voir les <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-4-3/'>notes de version</a>."
4242
},
4343
{
4444
"name": "4.4",
4545
"id": "4.4",
46-
"subtitle": "See the <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-4-4-beta/'>Release notes</a>."
46+
"subtitle": "Voir les <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-4-4-beta/'>notes de version</a>."
4747
},
4848
{
4949
"name": "Playground V3",
5050
"id": "Playground",
51-
"subtitle": "Learn what has changed in this website."
51+
"subtitle": "Voyez ce qui a changé sur ce site."
5252
}
5353
],
5454
"sortedSubSections": [
5555
// JS
56-
"JavaScript Essentials",
57-
"Functions with JavaScript",
58-
"Working With Classes",
59-
"Modern JavaScript",
60-
"External APIs",
61-
"Helping with JavaScript",
56+
"Fondamentaux JavaScript",
57+
"Les fonctions en JavaScript",
58+
"Utiliser les classes",
59+
"JavaScript moderne",
60+
"APIs externes",
61+
"Aide pour le JavaScript",
6262
// TS
6363
"Primitives",
64-
"Type Primitives",
64+
"Types Primitifs",
6565
"Meta-Types",
6666
"Language",
67-
"Language Extensions",
67+
"Extensions du language",
6868
// Examples
69-
"Syntax and Messaging",
70-
"Types and Code Flow",
69+
"Syntaxe et messages",
70+
"Types et flux de code",
7171
"Fixits",
7272
// Playground
73-
"Config",
74-
"Tooling",
73+
"Configuration",
74+
"Outillage",
7575
// 3.8
76-
"Breaking Changes",
77-
"JSDoc Improvements",
76+
"Modifications avec rupture",
77+
"Amélioration de JSDoc",
7878
// 4.0
79-
"New JS Features",
80-
"New TS Features",
81-
"New Checks",
79+
"Nouvelles fonctionnalités JS",
80+
"Nouvelles fonctionnalités TS",
81+
"Nouvelles vérifications",
8282
// 4.1
83-
"Template Literals"
83+
"Littéraux de gabarits"
8484
]
8585
}

0 commit comments

Comments
 (0)