Browse Source

rebuilt

bubble
Tony Tam 8 years ago
parent
commit
00fc407bfa
5 changed files with 9 additions and 6 deletions
  1. +1
    -1
      dist/css/print.css
  2. +1
    -1
      dist/css/screen.css
  3. BIN
     
  4. BIN
     
  5. +7
    -4
      dist/lang/ru.js

+ 1
- 1
dist/css/print.css View File

@@ -82,7 +82,7 @@
.swagger-section pre .vhdl .attribute, .swagger-section pre .vhdl .attribute,
.swagger-section pre .clojure .attribute, .swagger-section pre .clojure .attribute,
.swagger-section pre .coffeescript .property { .swagger-section pre .coffeescript .property {
color: #88F;
color: #8888ff;
} }
.swagger-section pre .keyword, .swagger-section pre .keyword,
.swagger-section pre .id, .swagger-section pre .id,


+ 1
- 1
dist/css/screen.css View File

@@ -82,7 +82,7 @@
.swagger-section pre .vhdl .attribute, .swagger-section pre .vhdl .attribute,
.swagger-section pre .clojure .attribute, .swagger-section pre .clojure .attribute,
.swagger-section pre .coffeescript .property { .swagger-section pre .coffeescript .property {
color: #88F;
color: #8888ff;
} }
.swagger-section pre .keyword, .swagger-section pre .keyword,
.swagger-section pre .id, .swagger-section pre .id,


BIN
View File


BIN
View File


+ 7
- 4
dist/lang/ru.js View File

@@ -2,7 +2,7 @@


/* jshint quotmark: double */ /* jshint quotmark: double */
window.SwaggerTranslator.learn({ window.SwaggerTranslator.learn({
"Warning: Deprecated":"Ворнинг: Депрекейтед",
"Warning: Deprecated":"Предупреждение: Устарело",
"Implementation Notes":"Заметки", "Implementation Notes":"Заметки",
"Response Class":"Пример ответа", "Response Class":"Пример ответа",
"Status":"Статус", "Status":"Статус",
@@ -20,6 +20,7 @@ window.SwaggerTranslator.learn({
"Response Code":"HTTP код ответа", "Response Code":"HTTP код ответа",
"Response Headers":"Заголовки ответа", "Response Headers":"Заголовки ответа",
"Hide Response":"Спрятать ответ", "Hide Response":"Спрятать ответ",
"Headers":"Заголовки",
"Response Messages":"Что может прийти в ответ", "Response Messages":"Что может прийти в ответ",
"Try it out!":"Попробовать!", "Try it out!":"Попробовать!",
"Show/Hide":"Показать/Скрыть", "Show/Hide":"Показать/Скрыть",
@@ -29,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":"Нажмите, чтобы испльзовать в качестве значения параметра",
"apply":"применить", "apply":"применить",
"Username":"Имя пользователя", "Username":"Имя пользователя",
"Password":"Пароль", "Password":"Пароль",
@@ -38,12 +40,13 @@ window.SwaggerTranslator.learn({
"Contact the developer":"Связаться с разработчиком", "Contact the developer":"Связаться с разработчиком",
"api version":"Версия API", "api version":"Версия API",
"Response Content Type":"Content Type ответа", "Response Content Type":"Content Type ответа",
"Parameter content type:":"Content Type параметра:",
"fetching resource":"Получение ресурса", "fetching resource":"Получение ресурса",
"fetching resource list":"Получение ресурсов", "fetching resource list":"Получение ресурсов",
"Explore":"Поехали",
"Explore":"Показать",
"Show Swagger Petstore Example Apis":"Показать примеры АПИ", "Show Swagger Petstore Example Apis":"Показать примеры АПИ",
"Can't read from server. It may not have the appropriate access-control-origin settings.":"Не удается получить ответ от сервера. Возможно, какая-то лажа с настройками доступа",
"Please specify the protocol for":"Пожалуйста, укажите протогол для",
"Can't read from server. It may not have the appropriate access-control-origin settings.":"Не удается получить ответ от сервера. Возможно, проблема с настройками доступа",
"Please specify the protocol for":"Пожалуйста, укажите протокол для",
"Can't read swagger JSON from":"Не получается прочитать swagger json из", "Can't read swagger JSON from":"Не получается прочитать swagger json из",
"Finished Loading Resource Information. Rendering Swagger UI":"Загрузка информации о ресурсах завершена. Рендерим", "Finished Loading Resource Information. Rendering Swagger UI":"Загрузка информации о ресурсах завершена. Рендерим",
"Unable to read api":"Не удалось прочитать api", "Unable to read api":"Не удалось прочитать api",


Loading…
Cancel
Save