File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ window.SwaggerTranslator.learn({
3030 "can't parse JSON. Raw result" :"can't parse JSON. Raw result" ,
3131 "Model Schema" :"Model Schema" ,
3232 "Model" :"Model" ,
33+ "Click to set as parameter value" :"Click to set as parameter value" ,
3334 "apply" :"apply" ,
3435 "Username" :"Username" ,
3536 "Password" :"Password" ,
@@ -39,6 +40,7 @@ window.SwaggerTranslator.learn({
3940 "Contact the developer" :"Contact the developer" ,
4041 "api version" :"api version" ,
4142 "Response Content Type" :"Response Content Type" ,
43+ "Parameter content type:" :"Parameter content type:" ,
4244 "fetching resource" :"fetching resource" ,
4345 "fetching resource list" :"fetching resource list" ,
4446 "Explore" :"Explore" ,
Original file line number Diff line number Diff line change 1- <label for =" {{ parameterContentTypeId }} " >Parameter content type:</label >
1+ <label for =" {{ parameterContentTypeId }} " data-sw-translate >Parameter content type:</label >
22<select name =" parameterContentType" id =" {{ parameterContentTypeId }} " >
33{{ #if consumes }}
44 {{ #each consumes }}
Original file line number Diff line number Diff line change 1212
1313 <div class =" snippet" >
1414 <pre ><code >{{ sampleJSON }} </code ></pre >
15- <small class =" notice" ></small >
15+ <small class =" notice" data-sw-translate ></small >
1616 </div >
1717</div >
1818
You can’t perform that action at this time.
0 commit comments