Missing some data-sw-translation at templates
This commit is contained in:
@@ -49,15 +49,15 @@
|
|||||||
<form accept-charset='UTF-8' class='sandbox'>
|
<form accept-charset='UTF-8' class='sandbox'>
|
||||||
<div style='margin:0;padding:0;display:inline'></div>
|
<div style='margin:0;padding:0;display:inline'></div>
|
||||||
{{#if parameters}}
|
{{#if parameters}}
|
||||||
<h4>Parameters</h4>
|
<h4 data-sw-translate>Parameters</h4>
|
||||||
<table class='fullwidth'>
|
<table class='fullwidth'>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width: 100px; max-width: 100px">Parameter</th>
|
<th style="width: 100px; max-width: 100px" data-sw-translate>Parameter</th>
|
||||||
<th style="width: 310px; max-width: 310px">Value</th>
|
<th style="width: 310px; max-width: 310px" data-sw-translate>Value</th>
|
||||||
<th style="width: 200px; max-width: 200px">Description</th>
|
<th style="width: 200px; max-width: 200px" data-sw-translate>Description</th>
|
||||||
<th style="width: 100px; max-width: 100px">Parameter Type</th>
|
<th style="width: 100px; max-width: 100px" data-sw-translate>Parameter Type</th>
|
||||||
<th style="width: 220px; max-width: 230px">Data Type</th>
|
<th style="width: 220px; max-width: 230px" data-sw-translate>Data Type</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody class="operation-params">
|
<tbody class="operation-params">
|
||||||
@@ -67,14 +67,14 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
{{#if responseMessages}}
|
{{#if responseMessages}}
|
||||||
<div style='margin:0;padding:0;display:inline'></div>
|
<div style='margin:0;padding:0;display:inline'></div>
|
||||||
<h4>Response Messages</h4>
|
<h4 data-sw-translate>Response Messages</h4>
|
||||||
<table class='fullwidth'>
|
<table class='fullwidth'>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>HTTP Status Code</th>
|
<th data-sw-translate>HTTP Status Code</th>
|
||||||
<th>Reason</th>
|
<th data-sw-translate>Reason</th>
|
||||||
<th>Response Model</th>
|
<th data-sw-translate>Response Model</th>
|
||||||
<th>Headers</th>
|
<th data-sw-translate>Headers</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody class="operation-status">
|
<tbody class="operation-status">
|
||||||
@@ -85,8 +85,8 @@
|
|||||||
{{#if isReadOnly}}
|
{{#if isReadOnly}}
|
||||||
{{else}}
|
{{else}}
|
||||||
<div class='sandbox_header'>
|
<div class='sandbox_header'>
|
||||||
<input class='submit' type='button' value='Try it out!' />
|
<input class='submit' type='button' value='Try it out!' data-sw-translate/>
|
||||||
<a href='#' class='response_hider' style='display:none'>Hide Response</a>
|
<a href='#' class='response_hider' style='display:none' data-sw-translate>Hide Response</a>
|
||||||
<span class='response_throbber' style='display:none'></span>
|
<span class='response_throbber' style='display:none'></span>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|||||||
Reference in New Issue
Block a user