Skip to content

Instantly share code, notes, and snippets.

@muatik
Last active January 3, 2016 13:59
Show Gist options
  • Save muatik/8473595 to your computer and use it in GitHub Desktop.
Save muatik/8473595 to your computer and use it in GitHub Desktop.
{
"terms": {
"search" : "Search",
"goUp" : "Go up",
"topic" : "Topic",
"settings" : "Settings",
"help" : "Help",
"soon" : "Soon"
},
"actions" : {
"cancel" : "Cancel",
"submit" : "Submit",
"save" : "Save",
"exit" : "Exit",
"logout" : "Logout",
"login" : "Login",
"feedback": "Feedback"
},
"topic" : {
"addNew" : "Add a new topic",
"additionForm" : {
"title" : "Add A New Topic",
"description" : "",
"submitButton" : "Save the topic",
"cancelButton" : "Cancel",
"closingWithoutSavingMessage" : "You've typed a topic but not saved it yet. To save it, click the 'Save' button, or click the 'cancel' button to close this window without saving."
}
},
"sentiment" : {
"polarities" : {
"positive" : "Positive",
"notr" : "Notr",
"negative" : "Negative"
}
},
"analysesNav" : {
"dashboard" : "Dashboard",
"tredning" : "Trends",
"sentiment" : "Sentiment"
},
"widgets" : {
"common" : {
"footer" : "Updated %s"
},
"frequency" : {
"title" : "The volume of the last %d hours"
},
"sentiment" : {
"title" : "Sentiment distribution"
},
"messages" : {
"title" : "Messages",
"sentimentInProgress" : "sentiment analysis is in progress.",
"loadingEntries" : "Loading messages."
}
},
"feedback" : {
"typeHere": "Type your feedback here"
}
}
{
"terms": {
"search" : "Ara",
"goUp" : "Yukarı",
"topic" : "Konular",
"settings" : "Ayarlar",
"help" : "Yardım",
"soon" : "Yakında"
},
"actions" : {
"cancel" : "Vazgeç",
"submit" : "Gönder",
"save" : "Kaydet",
"exit" : "Çık",
"logout" : "Oturumu kapat",
"login" : "Oturum aç",
"feedback": "Görüş bildir"
},
"topic" : {
"addNew" : "Add a new topic",
"additionForm" : {
"title" : "Yeni Konu Ekle",
"description" : "Yeni bir konu, yeni bir analiz demektir. Örneğin başka bir marka, başka bir ürün veya kişi olabilir.\n\nİsabetli analizler için konuyu yeterli biçimde tanımlamalısınız. Bunun için eşanlamlı ve diğer takma adları da virgül ile ayrı ayrı eklemelisiniz. Örneğin "Türk Hava Yolları" markasını takip etmek için "thy, turkis alirnies, türk hava yolları" gibi üç kelime öbeği eklemelisiniz.\n\nEğer bir sektörü takip etmek istiyorsanız, kelimeleri ayrı ayrı yazmanız gerekmektedir. Örneğin spor giyim sektörünü takip etmek için \"adidas, nike, puma, lotto\" gibi\n\nBir konuyu en fazla dört kelime grubuyla tanımlayabilirsiniz.",
"submitButton" : "Konuyu Kaydet",
"cancelButton" : "Vazgeç",
"closingWithoutSavingMessage" : "Konu girdiniz ancak henuz kaydetmediniz. Kaydetmek icin kaydet butonuna basiniz veya kaydetmek istemiyorsaniz cik butonuna basiniz."
}
},
"sentiment" : {
"polarities" : {
"positive" : "Olumlu",
"notr" : "Nötr",
"negative" : "Olumsuz"
}
},
"analysesNav" : {
"dashboard" : "Genel görünüm",
"tredning" : "Trendler",
"sentiment" : "Duygu Analizi"
},
"widgets" : {
"common" : {
"footer" : "Güncelleme: %s"
},
"frequency" : {
"title" : "Son %d saatlik Hacim"
},
"sentiment" : {
"title" : "Duygu dağılımı"
},
"messages" : {
"title" : "Mesajlar",
"sentimentInProgress" : "Duygu analizi henüz tamamlanmadı.",
"loadingEntries" : "Mesajlar yükleniyor."
}
},
"feedback" : {
"typeHere": "Görüşlerinizi buraya yazın."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment