|
49 | 49 | <form accept-charset='UTF-8' class='sandbox'> |
50 | 50 | <div style='margin:0;padding:0;display:inline'></div> |
51 | 51 | {{#if parameters}} |
52 | | - <h4>Parameters</h4> |
| 52 | + <h4 data-sw-translate>Parameters</h4> |
53 | 53 | <table class='fullwidth'> |
54 | 54 | <thead> |
55 | 55 | <tr> |
56 | | - <th style="width: 100px; max-width: 100px">Parameter</th> |
57 | | - <th style="width: 310px; max-width: 310px">Value</th> |
58 | | - <th style="width: 200px; max-width: 200px">Description</th> |
59 | | - <th style="width: 100px; max-width: 100px">Parameter Type</th> |
60 | | - <th style="width: 220px; max-width: 230px">Data Type</th> |
| 56 | + <th style="width: 100px; max-width: 100px" data-sw-translate>Parameter</th> |
| 57 | + <th style="width: 310px; max-width: 310px" data-sw-translate>Value</th> |
| 58 | + <th style="width: 200px; max-width: 200px" data-sw-translate>Description</th> |
| 59 | + <th style="width: 100px; max-width: 100px" data-sw-translate>Parameter Type</th> |
| 60 | + <th style="width: 220px; max-width: 230px" data-sw-translate>Data Type</th> |
61 | 61 | </tr> |
62 | 62 | </thead> |
63 | 63 | <tbody class="operation-params"> |
|
67 | 67 | {{/if}} |
68 | 68 | {{#if responseMessages}} |
69 | 69 | <div style='margin:0;padding:0;display:inline'></div> |
70 | | - <h4>Response Messages</h4> |
| 70 | + <h4 data-sw-translate>Response Messages</h4> |
71 | 71 | <table class='fullwidth'> |
72 | 72 | <thead> |
73 | 73 | <tr> |
74 | | - <th>HTTP Status Code</th> |
75 | | - <th>Reason</th> |
76 | | - <th>Response Model</th> |
77 | | - <th>Headers</th> |
| 74 | + <th data-sw-translate>HTTP Status Code</th> |
| 75 | + <th data-sw-translate>Reason</th> |
| 76 | + <th data-sw-translate>Response Model</th> |
| 77 | + <th data-sw-translate>Headers</th> |
78 | 78 | </tr> |
79 | 79 | </thead> |
80 | 80 | <tbody class="operation-status"> |
|
85 | 85 | {{#if isReadOnly}} |
86 | 86 | {{else}} |
87 | 87 | <div class='sandbox_header'> |
88 | | - <input class='submit' type='button' value='Try it out!' /> |
89 | | - <a href='#' class='response_hider' style='display:none'>Hide Response</a> |
| 88 | + <input class='submit' type='button' value='Try it out!' data-sw-translate/> |
| 89 | + <a href='#' class='response_hider' style='display:none' data-sw-translate>Hide Response</a> |
90 | 90 | <span class='response_throbber' style='display:none'></span> |
91 | 91 | </div> |
92 | 92 | {{/if}} |
|
0 commit comments