-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathi18n.json
47 lines (47 loc) · 1.65 KB
/
i18n.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"fr": {
"toc-title": "Table des matières",
"bib-title": "Bibliographie",
"chapter-title": "Chapitre",
"figure-name": "Figure",
"table-name": "Table",
"listing-name": "Listing",
"appendix-title": "Annexes",
"appendix-code-name": "Code annexé",
"acronym-table-title": "Table des acronymes",
"figure-table-title": "Table des figures",
"listing-table-title": "Table des listings",
"table-table-title": "Table des tableaux",
"equation-table-title": "Table des équations"
},
"en": {
"toc-title": "Table of contents",
"bib-title": "Bibliography",
"chapter-title": "Chapter",
"figure-name": "Figure",
"table-name": "Table",
"listing-name": "Listing",
"appendix-code-name": "Code appendix",
"appendix-title": "Appendix",
"acronym-table-title": "Table of acronyms",
"figure-table-title": "List of figures",
"listing-table-title": "List of listings",
"table-table-title": "List of tables",
"equation-table-title": "List of equations"
},
"de": {
"toc-title": "Inhaltsverzeichnis",
"bib-title": "Literatur",
"chapter-title": "Kapitel",
"figure-name": "Abb.",
"table-name": "Tabelle",
"listing-name": "Listing",
"appendix-code-name": "Kode Anhang",
"appendix-title": "Anhang",
"acronym-table-title": "Akronymtabelle",
"figure-table-title": "Abbildungen",
"listing-table-title": "Quelltexte",
"table-table-title": "Tabellen",
"equation-table-title": "Gleichungen"
}
}