Co-authored-by: Gustavo Cavalieri <gugacavalieri@gmail.com>
Co-authored-by: Antonio Almeida <promatik@gmail.com>
Co-authored-by: Burak Sakallı <buraksakalli06@gmail.com>
Co-authored-by: Nisgrak <eneko.rodriguez99@gmail.com>
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
Co-authored-by: Junseo Park <wonderbotsupport@naver.com>
Co-authored-by: Jinseok Jeong <checkitup@hotmail.com>
This commit is contained in:
Liyas Thomas
2020-09-03 14:27:40 +05:30
committed by GitHub
parent 515afdc5ae
commit 9c0e7272ff
2 changed files with 237 additions and 186 deletions

View File

@@ -1,13 +1,13 @@
{
"home": "Ana Sayfa",
"realtime": "Realtime",
"realtime": "Gerçek Zamanlı",
"graphql": "GraphQL",
"settings": "Ayarlar",
"request": "İstek",
"install_pwa": "PWA Yükle",
"support_us": "Bize Destek Ol",
"support_us": "Bizi Destekle",
"tweet": "Tweet",
"options": "Options",
"options": "Seçenekler",
"communication": "İletişim",
"endpoint": "Endpoint",
"schema": "Taslak",
@@ -180,11 +180,14 @@
"loading": "Yükleniyor...",
"fetching": "Getiriliyor...",
"waiting_send_req": "(istek göndermeyi bekliyor)",
"waiting_receive_response": "(yanıt almayı bekliyor)",
"waiting_receive_schema": "(schema almayı bekliyor)",
"waiting_receive_response": "(yanıt bekleniyor)",
"waiting_receive_schema": "(schema bekleniyor)",
"gql_prettify_invalid_query": "Geçersiz sorgu anlaşılamadı, sorgunun syntax hatalarını çözün ve tekrar deneyin.",
"prettify_query": "Sorguyu Güzelleştir",
"json_prettify_invalid_body": "Geçersiz bir gövde güzelleştirilemedi, json syntax hatasını çözün ve tekrar deneyin.",
"prettify_body": "Gövdeyi Güzelleştir",
"cancel": "İptal",
"cancelled": "İptal Edildi",
"save": "Kaydet",
"dismiss": "Reddet",
"are_you_sure": "Emin Misin?",
@@ -282,5 +285,7 @@
"mqtt_topic_title": "Yayınla / Konuya Abone Ol",
"mqtt_publish": "Yayınla",
"mqtt_subscribe": "Abone Ol",
"mqtt_unsubscribe": "Abonelikten Çık"
"mqtt_unsubscribe": "Abonelikten Çık",
"pre_request_script": "Ön Talep Komut Dosyası",
"tests": "Testler"
}