Przeglądaj źródła

Merge pull request #1842 from konstantin-uniyatov/translation_improvements

Translation additions
bubble
Tony Tam 8 lat temu
rodzic
commit
b246d406fe
3 zmienionych plików z 4 dodań i 2 usunięć
  1. +2
    -0
      lang/en.js
  2. +1
    -1
      src/main/template/parameter_content_type.handlebars
  3. +1
    -1
      src/main/template/signature.handlebars

+ 2
- 0
lang/en.js Wyświetl plik

@@ -30,6 +30,7 @@ window.SwaggerTranslator.learn({
"can't parse JSON. Raw result":"can't parse JSON. Raw result",
"Model Schema":"Model Schema",
"Model":"Model",
"Click to set as parameter value":"Click to set as parameter value",
"apply":"apply",
"Username":"Username",
"Password":"Password",
@@ -39,6 +40,7 @@ window.SwaggerTranslator.learn({
"Contact the developer":"Contact the developer",
"api version":"api version",
"Response Content Type":"Response Content Type",
"Parameter content type:":"Parameter content type:",
"fetching resource":"fetching resource",
"fetching resource list":"fetching resource list",
"Explore":"Explore",


+ 1
- 1
src/main/template/parameter_content_type.handlebars Wyświetl plik

@@ -1,4 +1,4 @@
<label for="{{parameterContentTypeId}}">Parameter content type:</label>
<label for="{{parameterContentTypeId}}" data-sw-translate>Parameter content type:</label>
<select name="parameterContentType" id="{{parameterContentTypeId}}">
{{#if consumes}}
{{#each consumes}}


+ 1
- 1
src/main/template/signature.handlebars Wyświetl plik

@@ -12,7 +12,7 @@

<div class="snippet">
<pre><code>{{sampleJSON}}</code></pre>
<small class="notice"></small>
<small class="notice" data-sw-translate></small>
</div>
</div>


Ładowanie…
Anuluj
Zapisz