blob: 359583e4b457a36e016b9cfc3e8786c7db22069c [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":"Uyarı: Deprecated",
26 "Implementation Notes":"Gerçekleştirim Notları",
27 "Response Class":"Dönen Sınıf",
28 "Status":"Statü",
29 "Parameters":"Parametreler",
30 "Parameter":"Parametre",
31 "Value":"Değer",
32 "Description":"Açıklama",
33 "Parameter Type":"Parametre Tipi",
34 "Data Type":"Veri Tipi",
35 "Response Messages":"Dönüş Mesajı",
36 "HTTP Status Code":"HTTP Statü Kodu",
37 "Reason":"Gerekçe",
38 "Response Model":"Dönüş Modeli",
39 "Request URL":"İstek URL",
40 "Response Body":"Dönüş İçeriği",
41 "Response Code":"Dönüş Kodu",
42 "Response Headers":"Dönüş Üst Bilgileri",
43 "Hide Response":"Dönüşü Gizle",
44 "Headers":"Üst Bilgiler",
45 "Try it out!":"Dene!",
46 "Show/Hide":"Göster/Gizle",
47 "List Operations":"Operasyonları Listele",
48 "Expand Operations":"Operasyonları Aç",
49 "Raw":"Ham",
50 "can't parse JSON. Raw result":"JSON çözümlenemiyor. Ham sonuç",
51 "Model Schema":"Model Şema",
52 "Model":"Model",
53 "apply":"uygula",
54 "Username":"Kullanıcı Adı",
55 "Password":"Parola",
56 "Terms of service":"Servis şartları",
57 "Created by":"Oluşturan",
58 "See more at":"Daha fazlası için",
59 "Contact the developer":"Geliştirici ile İletişime Geçin",
60 "api version":"api versiyon",
61 "Response Content Type":"Dönüş İçerik Tipi",
62 "fetching resource":"kaynak getiriliyor",
63 "fetching resource list":"kaynak listesi getiriliyor",
64 "Explore":"Keşfet",
65 "Show Swagger Petstore Example Apis":"Swagger Petstore Örnek Api'yi Gör",
66 "Can't read from server. It may not have the appropriate access-control-origin settings.":"Sunucudan okuma yapılamıyor. Sunucu access-control-origin ayarlarınızı kontrol edin.",
67 "Please specify the protocol for":"Lütfen istenen adres için protokol belirtiniz",
68 "Can't read swagger JSON from":"Swagger JSON bu kaynaktan okunamıyor",
69 "Finished Loading Resource Information. Rendering Swagger UI":"Kaynak baglantısı tamamlandı. Swagger UI gösterime hazırlanıyor",
70 "Unable to read api":"api okunamadı",
71 "from path":"yoldan",
72 "server returned":"sunucuya dönüldü"
73});