|
3 | 3 | { |
4 | 4 | "name": "JavaScript", |
5 | 5 | "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." |
7 | 7 | }, |
8 | 8 | { |
9 | 9 | "name": "TypeScript", |
10 | 10 | "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." |
12 | 12 | }, |
13 | 13 | { |
14 | 14 | "name": "3.7", |
15 | 15 | "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>." |
17 | 17 | }, |
18 | 18 | { |
19 | 19 | "name": "3.8", |
20 | 20 | "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>." |
22 | 22 | }, |
23 | 23 | { |
24 | 24 | "name": "4.0", |
25 | 25 | "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>." |
27 | 27 | }, |
28 | 28 | { |
29 | 29 | "name": "4.1", |
30 | 30 | "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>." |
32 | 32 | }, |
33 | 33 | { |
34 | 34 | "name": "4.2", |
35 | 35 | "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>." |
37 | 37 | }, |
38 | 38 | { |
39 | 39 | "name": "4.3", |
40 | 40 | "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>." |
42 | 42 | }, |
43 | 43 | { |
44 | 44 | "name": "4.4", |
45 | 45 | "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>." |
47 | 47 | }, |
48 | 48 | { |
49 | 49 | "name": "Playground V3", |
50 | 50 | "id": "Playground", |
51 | | - "subtitle": "Learn what has changed in this website." |
| 51 | + "subtitle": "Voyez ce qui a changé sur ce site." |
52 | 52 | } |
53 | 53 | ], |
54 | 54 | "sortedSubSections": [ |
55 | 55 | // 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", |
62 | 62 | // TS |
63 | 63 | "Primitives", |
64 | | - "Type Primitives", |
| 64 | + "Types primitifs", |
65 | 65 | "Meta-Types", |
66 | | - "Language", |
67 | | - "Language Extensions", |
| 66 | + "Langage", |
| 67 | + "Extensions du langage", |
68 | 68 | // Examples |
69 | | - "Syntax and Messaging", |
70 | | - "Types and Code Flow", |
| 69 | + "Syntaxe et messages", |
| 70 | + "Types et flux de code", |
71 | 71 | "Fixits", |
72 | 72 | // Playground |
73 | | - "Config", |
74 | | - "Tooling", |
| 73 | + "Configuration", |
| 74 | + "Outillage", |
75 | 75 | // 3.8 |
76 | | - "Breaking Changes", |
77 | | - "JSDoc Improvements", |
| 76 | + "Modifications avec rupture", |
| 77 | + "Amélioration de JSDoc", |
78 | 78 | // 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", |
82 | 82 | // 4.1 |
83 | | - "Template Literals" |
| 83 | + "Littéraux de gabarits" |
84 | 84 | ] |
85 | 85 | } |
0 commit comments