generated from abapTools/abapTmpl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobal.json
95 lines (81 loc) · 2.87 KB
/
global.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
{
"docs_directory": "docs",
"themes_directory": "themes",
"title": "abap Template",
"tagline": "The Easiest Way To abap github project",
"author": "preinboth",
"image": "",
"languages": {},
"cache": true,
"format": "html",
"processor": "",
"ignore": {
"files": [],
"folders": []
},
"language": "en",
"strings": {
"en": {
"CodeBlocks_show": "Show Code Blocks",
"Search_placeholder": "Search...",
"Search_one_result": "1 result",
"Search_results": "!count results",
"Search_no_results": "Nothing found",
"Search_common_words_ignored": "Common words are largely ignored",
"Search_too_short": "Search too short",
"Search_one_character_or_more": "Should be one character or more",
"Search_should_be_x_or_more": "Should be !min characters or more",
"Link_previous": "Previous",
"Link_next": "Next",
"Edit_on": "Edit on :name:",
"View_on_github": "View On GitHub",
"View_documentation": "View Documentation",
"Table_of_contents": "Table of Contents",
"Toggle_navigation": "Toggle navigation"
},
"de": {
"CodeBlocks_show": "Code-Bloecke anzeigen",
"Search_placeholder": "Suchen...",
"Search_one_result": "1 Ergebnis",
"Search_results": "!count Ergebnisse",
"Search_no_results": "Nichts gefunden",
"Search_common_words_ignored": "Allgemeine Woerter werden weitgehend ignoriert",
"Search_too_short": "Suche zu kurz",
"Search_one_character_or_more": "Sollte ein Zeichen oder mehr sein",
"Search_should_be_x_or_more": "Sollte !min Zeichen oder mehr sein",
"Link_previous": "Zurueck",
"Link_next": "Weiter",
"Edit_on": "Bearbeiten bei :name:",
"View_on_github": "Bei GitHub anzeigen",
"View_documentation": "Dokumentation anzeigen",
"Table_of_contents": "Inhaltsverzeichnis"
}
},
"timezone": "Europe/Berlin",
"live": {
"clean_urls": true
},
"html": {
"theme": "daux-red",
"breadcrumbs": true,
"breadcrumb_separator": "Chevrons",
"toggle_code": true,
"date_modified": false,
"auto_landing": true,
"search": true,
"auto_toc": false,
"inherit_index": true,
"jump_buttons": true,
"repo": "preinboth/abapTmpl",
"twitter": [],
"links": {
"GitHub Repo": "https://github.com/preinboth/abapTmpl",
"Help/Support/Bugs": "https://github.com/preinboth/abapTmpl/issues"
},
"buttons": {
},
"google_analytics": false,
"piwik_analytics": false,
"piwik_analytics_id": "0"
}
}