Skip to content

Commit ecd17fa

Browse files
janacabaHiroyasuNishiyama
authored andcommitted
german translation for node generator swagger node template (#83)
1 parent cf3a250 commit ecd17fa

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"{{&className}}": {
3+
"label": {
4+
"service": "Service",
5+
"method": "Methode",
6+
"host": "Host",
7+
"header": "Header",
8+
"value": "Wert",
9+
"isQuery": "Suchanfrage"
10+
},
11+
"status": {
12+
"requesting": "Anfrage..."
13+
},
14+
"parameters": {
15+
{{#methods}}
16+
"{{&methodName}}": "{{&methodName}}",
17+
{{#parameters}}
18+
"{{&camelCaseName}}": "{{&camelCaseName}}",
19+
{{/parameters}}
20+
{{/methods}}
21+
"optionalParameters": "Optionen"
22+
}
23+
}
24+
}

0 commit comments

Comments
 (0)