summaryrefslogtreecommitdiffstats
path: root/openecomp-be/tools/swagger-ui/lang/pt.js
blob: a74b4a3d018b2d67692128dfa571d6be7f155237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
/*-
 * ============LICENSE_START=======================================================
 * SDC
 * ================================================================================
 * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
 * ================================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *      http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ============LICENSE_END=========================================================
 */

'use strict';

/* jshint quotmark: double */
window.SwaggerTranslator.learn({
    "Warning: Deprecated":"Aviso: Depreciado",
    "Implementation Notes":"Notas de Implementação",
    "Response Class":"Classe de resposta",
    "Status":"Status",
    "Parameters":"Parâmetros",
    "Parameter":"Parâmetro",
    "Value":"Valor",
    "Description":"Descrição",
    "Parameter Type":"Tipo de parâmetro",
    "Data Type":"Tipo de dados",
    "Response Messages":"Mensagens de resposta",
    "HTTP Status Code":"Código de status HTTP",
    "Reason":"Razão",
    "Response Model":"Modelo resposta",
    "Request URL":"URL requisição",
    "Response Body":"Corpo da resposta",
    "Response Code":"Código da resposta",
    "Response Headers":"Cabeçalho da resposta",
    "Headers":"Cabeçalhos",
    "Hide Response":"Esconder resposta",
    "Try it out!":"Tente agora!",
    "Show/Hide":"Mostrar/Esconder",
    "List Operations":"Listar operações",
    "Expand Operations":"Expandir operações",
    "Raw":"Cru",
    "can't parse JSON.  Raw result":"Falha ao analisar JSON.  Resulto cru",
    "Model Schema":"Modelo esquema",
    "Model":"Modelo",
    "apply":"Aplicar",
    "Username":"Usuário",
    "Password":"Senha",
    "Terms of service":"Termos do serviço",
    "Created by":"Criado por",
    "See more at":"Veja mais em",
    "Contact the developer":"Contate o desenvolvedor",
    "api version":"Versão api",
    "Response Content Type":"Tipo de conteúdo da resposta",
    "fetching resource":"busca recurso",
    "fetching resource list":"buscando lista de recursos",
    "Explore":"Explorar",
    "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.":"Não é possível ler do servidor. Pode não ter as apropriadas configurações access-control-origin",
    "Please specify the protocol for":"Por favor especifique o protocolo",
    "Can't read swagger JSON from":"Não é possível ler o JSON Swagger de",
    "Finished Loading Resource Information. Rendering Swagger UI":"Carregar informação de recurso finalizada. Renderizando Swagger UI",
    "Unable to read api":"Não foi possível ler api",
    "from path":"do caminho",
    "server returned":"servidor retornou"
});