Created by translation is not working
This commit is contained in:
53
dist/lang/ko-kr.js
vendored
Normal file
53
dist/lang/ko-kr.js
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
'use strict';
|
||||
|
||||
/* jshint quotmark: double */
|
||||
window.SwaggerTranslator.learn({
|
||||
"Warning: Deprecated":"경고:폐기예정됨",
|
||||
"Implementation Notes":"구현 노트",
|
||||
"Response Class":"응답 클래스",
|
||||
"Status":"상태",
|
||||
"Parameters":"매개변수들",
|
||||
"Parameter":"매개변수",
|
||||
"Value":"값",
|
||||
"Description":"설명",
|
||||
"Parameter Type":"매개변수 타입",
|
||||
"Data Type":"데이터 타입",
|
||||
"Response Messages":"응답 메세지",
|
||||
"HTTP Status Code":"HTTP 상태 코드",
|
||||
"Reason":"원인",
|
||||
"Response Model":"응답 모델",
|
||||
"Request URL":"요청 URL",
|
||||
"Response Body":"응답 본문",
|
||||
"Response Code":"응답 코드",
|
||||
"Response Headers":"응답 헤더",
|
||||
"Hide Response":"응답 숨기기",
|
||||
"Headers":"헤더",
|
||||
"Try it out!":"써보기!",
|
||||
"Show/Hide":"보이기/숨기기",
|
||||
"List Operations":"목록 작업",
|
||||
"Expand Operations":"전개 작업",
|
||||
"Raw":"원본",
|
||||
"can't parse JSON. Raw result":"JSON을 파싱할수 없음. 원본결과:",
|
||||
"Model Schema":"모델 스키마",
|
||||
"Model":"모델",
|
||||
"apply":"적용",
|
||||
"Username":"사용자 이름",
|
||||
"Password":"암호",
|
||||
"Terms of service":"이용약관",
|
||||
"Created by":"작성자",
|
||||
"See more at":"추가정보:",
|
||||
"Contact the developer":"개발자에게 문의",
|
||||
"api version":"api버전",
|
||||
"Response Content Type":"응답Content Type",
|
||||
"fetching resource":"리소스 가져오기",
|
||||
"fetching resource list":"리소스 목록 가져오기",
|
||||
"Explore":"탐색",
|
||||
"Show Swagger Petstore Example Apis":"Swagger Petstore 예제 보기",
|
||||
"Can't read from server. It may not have the appropriate access-control-origin settings.":"서버로부터 읽어들일수 없습니다. access-control-origin 설정이 올바르지 않을수 있습니다.",
|
||||
"Please specify the protocol for":"다음을 위한 프로토콜을 정하세요",
|
||||
"Can't read swagger JSON from":"swagger JSON 을 다음으로 부터 읽을수 없습니다",
|
||||
"Finished Loading Resource Information. Rendering Swagger UI":"리소스 정보 불러오기 완료. Swagger UI 랜더링",
|
||||
"Unable to read api":"api를 읽을 수 없습니다.",
|
||||
"from path":"다음 경로로 부터",
|
||||
"server returned":"서버 응답함."
|
||||
});
|
||||
6
dist/swagger-ui.js
vendored
6
dist/swagger-ui.js
vendored
@@ -434,7 +434,7 @@ this["Handlebars"]["templates"]["main"] = Handlebars.template({"1":function(dept
|
||||
+ "\" data-sw-translate>Terms of service</a></div>";
|
||||
},"6":function(depth0,helpers,partials,data) {
|
||||
var stack1, lambda=this.lambda, escapeExpression=this.escapeExpression;
|
||||
return "<div class='info_name' data-sw-translate>Created by "
|
||||
return "<div><div class='info_name' style=\"display: inline\" data-sw-translate>Created by </div> "
|
||||
+ escapeExpression(lambda(((stack1 = ((stack1 = (depth0 != null ? depth0.info : depth0)) != null ? stack1.contact : stack1)) != null ? stack1.name : stack1), depth0))
|
||||
+ "</div>";
|
||||
},"8":function(depth0,helpers,partials,data) {
|
||||
@@ -19667,6 +19667,10 @@ SwaggerUi.Views.AuthButtonView = Backbone.View.extend({
|
||||
content: this.$authEl
|
||||
};
|
||||
|
||||
// The content of the popup is removed and all events unbound after clicking the 'Cancel' button of the popup.
|
||||
// We'll have to re-render the contents before creating a new popup view.
|
||||
this.render();
|
||||
|
||||
this.popup = new SwaggerUi.Views.PopupView({model: authsModel});
|
||||
this.popup.render();
|
||||
},
|
||||
|
||||
20
dist/swagger-ui.min.js
vendored
20
dist/swagger-ui.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -7,7 +7,7 @@
|
||||
<a href="{{externalDocs.url}}" target="_blank">{{externalDocs.url}}</a>
|
||||
{{/if}}
|
||||
{{#if info.termsOfServiceUrl}}<div class="info_tos"><a target="_blank" href="{{info.termsOfServiceUrl}}" data-sw-translate>Terms of service</a></div>{{/if}}
|
||||
{{#if info.contact.name}}<div class='info_name' data-sw-translate>Created by {{info.contact.name}}</div>{{/if}}
|
||||
{{#if info.contact.name}}<div><div class='info_name' style="display: inline" data-sw-translate>Created by </div> {{info.contact.name}}</div>{{/if}}
|
||||
{{#if info.contact.url}}<div class='info_url' data-sw-translate>See more at <a href="{{info.contact.url}}">{{info.contact.url}}</a></div>{{/if}}
|
||||
{{#if info.contact.email}}<div class='info_email'><a target="_parent" href="mailto:{{info.contact.email}}?subject={{info.title}}" data-sw-translate>Contact the developer</a></div>{{/if}}
|
||||
{{#if info.license}}<div class='info_license'><a target="_blank" href='{{info.license.url}}'>{{info.license.name}}</a></div>{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user