-
Notifications
You must be signed in to change notification settings - Fork 60
/
site.json
50 lines (50 loc) · 1.81 KB
/
site.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
48
49
50
{
"title": "JavaScript entwerfen.",
"lang": "de",
"navigation": {
"TC39": {
"title": "TC39",
"agenda": "Meeting Agendas",
"notes": "Meeting Notes",
"sub-menu": "TC39 Untermenü umschalten"
},
"specs": {
"title": "Spezifikationen",
"proposals": "Aktive Vorschläge",
"ecma-262": "ECMA-262, ECMAScript",
"ecma-402": "ECMA-402, Intl API",
"ecma-404": "ECMA-404, JSON",
"ecma-414": "ECMA-414, ECMAScript Specification Suite",
"sub-menu": "Spezifikationen Untermenü umschalten"
},
"contribute": {
"title": "Mitmachen",
"proposals": "Zu Vorschlägen beitragen",
"tests": "Zu Tests beitragen",
"read": "Lesen der Spezifikation",
"discourse": "An Diskussionen teilnehmen",
"sub-menu": "Mitmachen Untermenü umschalten"
},
"state-of-proposals": "Vorschläge",
"skip-content": "Zum Inhalt springen",
"open": "Menü öffnen"
},
"footer": {
"connect": "Verbinden",
"contribute": "Mitmachen",
"standards": "Standards",
"proposals": "Vorschläge",
"archives": "Archiv",
"process": "Prozess",
"coc": "Code of Conduct",
"feedback": "Wir sind auf der Suche nach Feedback.",
"feedback-prompt": "Bitte öffnen Sie <a href=\"https://github.com/tc39/tc39.github.io/issues/new\" target=\"_blank\">ein Issue </a> in <a href=\"https://github.com/tc39/tc39.github.io\" target=\"_blank\">unserem Website-Repository</a>."
},
"links": {
"coc": "https://tc39.es/code-of-conduct",
"process": "https://tc39.es/process-document",
"contribute-to-proposals": "https://github.com/tc39/ecma262/blob/main/CONTRIBUTING.md#new-feature-proposals",
"contribute-to-tests": "https://github.com/tc39/test262/blob/main/CONTRIBUTING.md",
"discourse": "https://es.discourse.group/"
}
}