-
Notifications
You must be signed in to change notification settings - Fork 0
/
design.json
96 lines (96 loc) · 5 KB
/
design.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"title": "Unicorn Design for BSI CX Websites",
"author": "André Wegmüller",
"date": "03.03.2021",
"schemaVersion": "1.0",
"defaultLocale": "en",
"locales": [
"en",
"de",
"de-DE"
],
"__REM000": "----- NLS (LOCALIZED TEXTS) -----",
"nls": {
"banner": {
"*": "Please support our friends!",
"de": "Bitte unterstütze unsere Freunde!"
},
"website.title": {
"*": "Unicorns for BSI CX Websites",
"de": "Einhörner für BSI CX Websites"
},
"disclaimer": {
"*": "If you require any more information or have any questions about BSI Software or BSI CX, please feel free to contact us by email at <a href=\"mailto:[email protected]\">[email protected]</a>. Privacy policy for <a href=\"https://www.bsi-software.com/en/privacy-policy\">bsi-software.com</a>",
"de": "Hast du Fragen oder benötigst weitere Informationen zu BSI Software oder BSI CX? Dann kontaktiere uns per E-Mail <a href=\"mailto:[email protected]\">[email protected]</a>. Datenschutzerklärung für <a href=\"https://www.bsi-software.com/de-de/datenschutz-disclaimer\">bsi-software.com</a>."
},
"introduction": {
"*": "<p>The Unicorn design demonstrates the basic features of a design for BSI CX. The design is maintained by the developers of BSI CX. New features will be implemented first in the Unicorn design.</p>\n<p>The Unicorn design restricts itself to minimal styling and is not meant to be used in a productive environment, but as a tool during development or as an example to learn something about BSI CX designs. The Unicorn design is a template for more elaborate designs, which implement more styling and CI specific HTML, CSS or JavaScript.</p>",
"de": "<p>Das Unicorn Design demonstriert die grundlegenden Features von Designs für BSI CX. Das Design wird von den Entwicklern von BSI CX gepflegt. Neue Features werden zuerst im Unicorn Design implementiert.</p>\n<p>Das Unicorn Design beschränkt sich auf minimales Styling und ist nicht für den produktiven Einsatz gedacht, sondern als Werkzeug während der Entwicklung oder als Anschauungsbeispiel. Das Design dient als Vorlage für aufwändigere Designs, welche mehr Styling und CI-spezifisches HTML, CSS oder JavaScript enthalten.</p>"
},
"placeholder": {
"*": "Three reasons why unicorns are amazing: They are so fluffy! Their soft hair and majestic manes make us feel emotions we have NEVER felt before. They come in different colors! Fulfill all your fantasies with a few \"Zzzs\" and dash your way through stars while collecting butterfly fairies. Rainbows everywhere! Unicorns are known for bringing rainbows wherever they go. How can you say no to rainbows?!",
"de": "Drei Gründe warum Einhörner grossartig sind: sie sind so flauschig! Ihr fluffiges Haar und ihre majestätische Mähne wecken Emotionen in uns, die wir vorher nie gefühlt haben! Es gibt sie in verschiedenen Farben! Sie erfüllen all deine Fantasien mit etwas \"Zzzs\" und galoppieren durch die Sterne während sie Schmetterlings-Feen sammeln. Überall Regenbögen! Wo immer ein Einhorn vorbeikommt hinterlässt es einen Regenbogen. Alle lieben Regenbögen, nicht?",
"de-DE": "Drei Gründe warum Einhörner großartig sind: sie sind so flauschig! Ihr fluffiges Haar und ihre majestätische Mähne wecken Emotionen in uns, die wir vorher nie gefühlt haben! Es gibt sie in verschiedenen Farben! Sie erfüllen all deine Fantasien mit etwas \"Zzzs\" und galoppieren durch die Sterne während sie Schmetterlings-Feen sammeln. Überall Regenbögen! Wo immer ein Einhorn vorbeikommt hinterlässt es einen Regenbogen. Alle lieben Regenbögen, nicht?"
},
"action": {
"*": "Action",
"de": "Aktion"
},
"text_": {
"*": "Text..."
},
"title_": {
"*": "Title...",
"de": "Titel..."
},
"image.caption_": {
"*": "Image caption...",
"de": "Bildbeschreibung..."
},
"enumeration": {
"*": "Enumeration:",
"de": "Aufzählung:"
},
"column": {
"*": "Column",
"de": "Spalte"
},
"send": {
"*": "Send",
"de": "Senden"
},
"reset": {
"*": "Reset",
"de": "Zurücksetzen"
}
},
"__REM001": "----- INCLUDES -----",
"__REM003": "By default all includes listed here are contentType=built-in and editable=false",
"__REM004": "All .hbs files must be editable=false, otherwise the syntax of these files will be",
"__REM005": "destroyed by the design-parser.",
"website": {
"maxNavigationLevel": 2,
"includes": {
"__page__": {
"name": "Vorlage für Inhaltsseiten",
"file": "include/page.html",
"editable": true
},
"navigation": {
"name": "Navigation",
"file": "include/navigation.hbs",
"editable": false
},
"header": {
"name": "Kopfzeile",
"file": "include/header.html",
"editable": true
},
"footer": {
"name": "Fusszeile",
"file": "include/footer.html",
"editable": true
}
}
}
}