blob: bd948fc27b5184f4cbf11e35334263931c67284d [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":"Advertencia: Obsoleto",
26 "Implementation Notes":"Notas de implementación",
27 "Response Class":"Clase de la Respuesta",
28 "Status":"Status",
29 "Parameters":"Parámetros",
30 "Parameter":"Parámetro",
31 "Value":"Valor",
32 "Description":"Descripción",
33 "Parameter Type":"Tipo del Parámetro",
34 "Data Type":"Tipo del Dato",
35 "Response Messages":"Mensajes de la Respuesta",
36 "HTTP Status Code":"Código de Status HTTP",
37 "Reason":"Razón",
38 "Response Model":"Modelo de la Respuesta",
39 "Request URL":"URL de la Solicitud",
40 "Response Body":"Cuerpo de la Respuesta",
41 "Response Code":"Código de la Respuesta",
42 "Response Headers":"Encabezados de la Respuesta",
43 "Hide Response":"Ocultar Respuesta",
44 "Try it out!":"Pruébalo!",
45 "Show/Hide":"Mostrar/Ocultar",
46 "List Operations":"Listar Operaciones",
47 "Expand Operations":"Expandir Operaciones",
48 "Raw":"Crudo",
49 "can't parse JSON. Raw result":"no puede parsear el JSON. Resultado crudo",
50 "Model Schema":"Esquema del Modelo",
51 "Model":"Modelo",
52 "apply":"aplicar",
53 "Username":"Nombre de usuario",
54 "Password":"Contraseña",
55 "Terms of service":"Términos de Servicio",
56 "Created by":"Creado por",
57 "See more at":"Ver más en",
58 "Contact the developer":"Contactar al desarrollador",
59 "api version":"versión de la api",
60 "Response Content Type":"Tipo de Contenido (Content Type) de la Respuesta",
61 "fetching resource":"buscando recurso",
62 "fetching resource list":"buscando lista del recurso",
63 "Explore":"Explorar",
64 "Show Swagger Petstore Example Apis":"Mostrar Api Ejemplo de Swagger Petstore",
65 "Can't read from server. It may not have the appropriate access-control-origin settings.":"No se puede leer del servidor. Tal vez no tiene la configuración de control de acceso de origen (access-control-origin) apropiado.",
66 "Please specify the protocol for":"Por favor, especificar el protocola para",
67 "Can't read swagger JSON from":"No se puede leer el JSON de swagger desde",
68 "Finished Loading Resource Information. Rendering Swagger UI":"Finalizada la carga del recurso de Información. Mostrando Swagger UI",
69 "Unable to read api":"No se puede leer la api",
70 "from path":"desde ruta",
71 "server returned":"el servidor retornó"
72});