blob: ce117fd84ed6da200a418a5f31b3b65e4aa9e31e [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +02001/*-
2 * ============LICENSE_START=======================================================
3 * SDC
4 * ================================================================================
5 * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6 * ================================================================================
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing, software
14 * distributed under the License is distributed on an "AS IS" BASIS,
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
18 * ============LICENSE_END=========================================================
19 */
20
21'use strict';
22
23/* jshint quotmark: double */
24window.SwaggerTranslator.learn({
25 "Warning: Deprecated":"Ворнинг: Депрекейтед",
26 "Implementation Notes":"Заметки",
27 "Response Class":"Пример ответа",
28 "Status":"Стату�?",
29 "Parameters":"Параметры",
30 "Parameter":"Параметр",
31 "Value":"Значение",
32 "Description":"Опи�?ание",
33 "Parameter Type":"Тип параметра",
34 "Data Type":"Тип данных",
35 "HTTP Status Code":"HTTP код",
36 "Reason":"Причина",
37 "Response Model":"Структура ответа",
38 "Request URL":"URL запро�?а",
39 "Response Body":"Тело ответа",
40 "Response Code":"HTTP код ответа",
41 "Response Headers":"Заголовки ответа",
42 "Hide Response":"Спр�?тать ответ",
43 "Response Messages":"Что может прийти в ответ",
44 "Try it out!":"Попробовать!",
45 "Show/Hide":"Показать/Скрыть",
46 "List Operations":"Операции кратко",
47 "Expand Operations":"Операции подробно",
48 "Raw":"В �?ыром виде",
49 "can't parse JSON. Raw result":"�?е удает�?�? ра�?пар�?ить ответ:",
50 "Model Schema":"Структура",
51 "Model":"Опи�?ание",
52 "apply":"применить",
53 "Username":"Им�? пользовател�?",
54 "Password":"Пароль",
55 "Terms of service":"У�?лови�? и�?пользовани�?",
56 "Created by":"Разработано",
57 "See more at":"Еще тут",
58 "Contact the developer":"Св�?зать�?�? �? разработчиком",
59 "api version":"Вер�?и�? API",
60 "Response Content Type":"Content Type ответа",
61 "fetching resource":"Получение ре�?ур�?а",
62 "fetching resource list":"Получение ре�?ур�?ов",
63 "Explore":"Поехали",
64 "Show Swagger Petstore Example Apis":"Показать примеры �?ПИ",
65 "Can't read from server. It may not have the appropriate access-control-origin settings.":"�?е удает�?�? получить ответ от �?ервера. Возможно, кака�?-то лажа �? на�?тройками до�?тупа",
66 "Please specify the protocol for":"Пожалуй�?та, укажите протогол дл�?",
67 "Can't read swagger JSON from":"�?е получает�?�? прочитать swagger json из",
68 "Finished Loading Resource Information. Rendering Swagger UI":"Загрузка информации о ре�?ур�?ах завершена. Рендерим",
69 "Unable to read api":"�?е удало�?ь прочитать api",
70 "from path":"по адре�?у",
71 "server returned":"�?ервер �?казал"
72});