blob: a74b4a3d018b2d67692128dfa571d6be7f155237 [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":"Aviso: Depreciado",
26 "Implementation Notes":"Notas de Implementação",
27 "Response Class":"Classe de resposta",
28 "Status":"Status",
29 "Parameters":"Parâmetros",
30 "Parameter":"Parâmetro",
31 "Value":"Valor",
32 "Description":"Descrição",
33 "Parameter Type":"Tipo de parâmetro",
34 "Data Type":"Tipo de dados",
35 "Response Messages":"Mensagens de resposta",
36 "HTTP Status Code":"Código de status HTTP",
37 "Reason":"Razão",
38 "Response Model":"Modelo resposta",
39 "Request URL":"URL requisição",
40 "Response Body":"Corpo da resposta",
41 "Response Code":"Código da resposta",
42 "Response Headers":"Cabeçalho da resposta",
43 "Headers":"Cabeçalhos",
44 "Hide Response":"Esconder resposta",
45 "Try it out!":"Tente agora!",
46 "Show/Hide":"Mostrar/Esconder",
47 "List Operations":"Listar operações",
48 "Expand Operations":"Expandir operações",
49 "Raw":"Cru",
50 "can't parse JSON. Raw result":"Falha ao analisar JSON. Resulto cru",
51 "Model Schema":"Modelo esquema",
52 "Model":"Modelo",
53 "apply":"Aplicar",
54 "Username":"Usuário",
55 "Password":"Senha",
56 "Terms of service":"Termos do serviço",
57 "Created by":"Criado por",
58 "See more at":"Veja mais em",
59 "Contact the developer":"Contate o desenvolvedor",
60 "api version":"Versão api",
61 "Response Content Type":"Tipo de conteúdo da resposta",
62 "fetching resource":"busca recurso",
63 "fetching resource list":"buscando lista de recursos",
64 "Explore":"Explorar",
65 "Show Swagger Petstore Example Apis":"Show Swagger Petstore Example Apis",
66 "Can't read from server. It may not have the appropriate access-control-origin settings.":"Não é possível ler do servidor. Pode não ter as apropriadas configurações access-control-origin",
67 "Please specify the protocol for":"Por favor especifique o protocolo",
68 "Can't read swagger JSON from":"Não é possível ler o JSON Swagger de",
69 "Finished Loading Resource Information. Rendering Swagger UI":"Carregar informação de recurso finalizada. Renderizando Swagger UI",
70 "Unable to read api":"Não foi possível ler api",
71 "from path":"do caminho",
72 "server returned":"servidor retornou"
73});