forked from kingjan1999/rapipdf-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rapipdf.config.example-de.json
58 lines (58 loc) · 1.58 KB
/
rapipdf.config.example-de.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
{
"pdfSortTags": true,
"localize": {
"index": "INDEX",
"api": "API",
"apiList": "API List",
"apiReference": "API Referenz",
"apiVersion": "API Version",
"contact": "KONTAKT",
"name": "NAME",
"email": "EMAIL",
"url": "URL",
"termsOfService": "Nutzungsbedingungen",
"securityAndAuthentication": "Sicherheit und Authentifizierung",
"securitySchemes": "SICHERHEIT SCHEMAS",
"key": "SCHLÜSSEL",
"type": "TYP",
"example": "BEISPIEL",
"description": "BESCHREIBUNG",
"request": "REQUEST",
"requestBody": "REQUEST BODY",
"response": "RESPONSE",
"responseModel": "RESPONSE MODEL",
"statusCode": "STATUS CODE",
"deprecated": "VERALTET",
"allowed": "ERLAUBT",
"default": "DEFAULT",
"readOnly": "READ ONLY",
"writeOnly": "WRITE ONLY",
"enumValues": "ENUM",
"pattern": "PATTERN",
"parameters": "Parameter",
"noRequestParameters": "Keine request parameter",
"method": "METHOD",
"pageNumber": "%d von %d",
"createdDate": "Generiert am: %3$s.%2$s.%1$s"
},
"pdfStyles": {
"gray": {"color": "#b1b1b1"},
"darkgray": {"color": "#868686"},
"lightgray": {"color": "#d9d9d9"}
},
"pdfFonts": {
},
"pdfPrimaryColor": "#e0003c",
"pdfAlternateColor": "#565656",
"pdfTitle": "API Referenz",
"pdfCoverText": "Cover-Text",
"pdfSchemaStyle": "object",
"includeToc": true,
"includeApiList": false,
"includeApiDetails": true,
"includeSecurity": true,
"includeInfo": true,
"includeExample": true,
"logoTop": "imgs/logo-top.png",
"logoBottom": "imgs/logo-bottom.png"
}