Skip to content

Commit

Permalink
Add Turkish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
berksaribas authored and mcicolella committed Oct 29, 2018
1 parent 4cd2576 commit 3d01ca1
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 0 deletions.
91 changes: 91 additions & 0 deletions src/i18n/tr_TR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
{
"actions": "Eylemler",
"actuators": "Çalıştırıcılar",
"add": "Ekle",
"add_new_automation": "Yeni bir otomasyon ekle",
"add_new_thing": "Yeni bir şey ekle",
"add_new_thing_message": "Yeni bir şey eklemek istiyor musunuz",
"advanced_mode": "Gelişmiş mod",
"address" : "Adres",
"alerts": "Uyarılar",
"all_things": "Tüm şeyler",
"appearance" : "Görünüm",
"automations": "Otomasyonlar",
"bad_login_information" : "Hatalı giriş bilgileri",
"cancel": "İptal",
"click_plugin_download_install": "İndirmek ve yüklemek için bir eklentiye tıklayın",
"click_thing_template": "Yeni bir şey eklemek için bir taslağa tıklayın",
"commands": "Komutlar",
"community": "Topluluk",
"confirm": "Onayla",
"connection_parameters": "Bağlantı parametreleri",
"continue": "Devam et",
"control_panel" : "Kontrol paneli",
"create_copy" : "Bir kopya oluştur",
"create_copy_message" : "Bir kopyasını oluşturmak istediğinize emin misiniz",
"credits": "Emeği geçenler",
"current_environment": "Mevcut ortam",
"current_language": "Mevcut dil",
"data_source" : "Veri kaynağı",
"description" : "Açıklama",
"delete": "Sil",
"delete_message" : "Silmek istediğinize emin misiniz",
"delete_thing" : "Şeyi sil",
"disable": "Devre dışı bırak",
"docs": "Dökümanlar",
"enable": "Etkinleştir",
"environment" : "Ortam",
"environments": "Ortamlar",
"freedomotic_information": "Freedomotic Hakkında",
"height": "Yükseklik",
"home": "Anasayfa",
"info": "Bilgi",
"install_plugin_from_marketplace": "Marketplace'den yeni bir eklenti yükle",
"languages": "Diller",
"lights": "Işıklar",
"login": "Giriş",
"login_first_message": "Önce giriş yapmalısınız",
"logout": "Çıkış",
"logout_message": "Çıkmak istediğinize emin misiniz?",
"name": "İsim",
"official_site": "Resmi site",
"online_resources": "Çevrimiçi kaynaklar",
"password": "Şifre",
"plugin": "Eklenti",
"plugins": "Eklentiler",
"position_x" : "X pozisyonu",
"position_y" : "Y pozisyonu",
"properties" : "Özellikler",
"protocol": "Protokol",
"remember_me": "Beni hatırla",
"report_bug": "Hata bildir",
"review_confirm": "İncele ve onayla",
"roles": "Roller",
"rotation" : "Rotasyon",
"select_category": "Bir kategori seç",
"select_environment": "Bir ortam seç",
"select_language": "Bir dil seç",
"select_one_more_commands": "Bir veya daha fazla komut seç",
"select_trigger": "Bir tetik seç",
"sensors": "Sensörler",
"server_address": "Sunucu Adresi",
"server_port": "Sunucu Portu",
"settings": "Ayarlar",
"shutdown": "Freedomotic'i Kapat",
"source_code": "Kaynak Kodu",
"start": "Başlat",
"stop": "Durdur",
"submit": "Gönder",
"system": "Sistem",
"system_shutdown": "Sistem ayarları",
"temperature" : "Sıcaklık",
"tags" : "Etiketler",
"triggers" : "Tetikler",
"uninstall": "Kaldır",
"use_ssl": "SSL kullan",
"users": "Kullanıcılar",
"user_account": "Kullanıcı Hesabı",
"username": "Kullanıcı adı",
"uuid" : "UUID",
"width" : "Genişlik"
}
2 changes: 2 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import ru from './i18n/ru_RU.json'
import sk from './i18n/sk_SK.json'
import es from './i18n/es_ES.json'
import fr from './i18n/fr_FR.json'
import tr from './i18n/tr_TR.json'

import VueMaterial from 'vue-material'
import 'vue-material/dist/vue-material.css'
Expand Down Expand Up @@ -79,6 +80,7 @@ Vue.i18n.add('nl', nl)
Vue.i18n.add('ro', ro)
Vue.i18n.add('ru', ru)
Vue.i18n.add('sk', sk)
Vue.i18n.add('tr', tr)

// Set the start locale to use
Vue.i18n.set('en')
Expand Down

0 comments on commit 3d01ca1

Please sign in to comment.