-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfr.json
More file actions
33 lines (33 loc) · 740 Bytes
/
fr.json
File metadata and controls
33 lines (33 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"slides": {
"examples":{
"title":"Exemples"
},
"intro":{
"subtitle":"pour Reveal.js"
},
"fruit":{
"title":"Fruits",
"apple":"Une pomme",
"orange":"Une orange"
},
"diner":{
"title":"Diner",
"pizza":"Une pizza",
"hamburger":"Un hamburger"
},
"animals":{
"title":"Animaux",
"dog":"Un chien",
"cat":"Un chat"
},
"html":{
"title":" Contenu HTML",
"paragraph":"Ceci est un paragraphe.",
"htmlparagraph":"Ceci est un paragraphe contenant du <a href=\"#\">HTML</a>."
}
},
"menubar": {
"chooselanguage": "Choisissez la langue"
}
}