From 60e2822c4d2a071da36409f230544c52697918fe Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Tue, 30 Jan 2018 11:42:10 -0500 Subject: [PATCH] New translations overview.md (Turkish) --- tr/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tr/overview.md b/tr/overview.md index 8ecf10c2..1e438cdd 100644 --- a/tr/overview.md +++ b/tr/overview.md @@ -1,4 +1,4 @@ -Ferma şeması, kullanıcı tarafından yazılan arayüzlerin ve sınıfların bir koleksiyonuyla tanımlanır. Each method will interact with the underlying graph to either modify the graph in some way, or to retrieve an element or property from the graph. Bu yöntemlerin nasıl davrandığını tanımlamak için iki teknik vardır. Either you can explicitly implement the method, or you can leave the method as abstract and annotate the method in order to allow Ferma to implement the method for you. Burada size sunulan ek açıklamaları ve nasıl çalıştığını birkaç örnekle birlikte tanımlayacağız. +Ferma şeması, kullanıcı tarafından yazılan arayüzlerin ve sınıfların bir koleksiyonuyla tanımlanır. Her yöntem, grafiği bir şekilde değiştirmek veya grafikten bir öğe yada özellik almak için temel alınan grafikle etkileşim kurar. Bu yöntemlerin nasıl davrandığını tanımlamak için iki teknik vardır. Ya yöntemi açıkça uygulayabilirsiniz, yada yöntemi Ferma'nın yöntemini sizin yerinize uygulamasına izin vermek için metodu soyut ve dipnot olarak bırakabilirsiniz. Burada size sunulan ek açıklamaları ve nasıl çalıştığını birkaç örnekle birlikte tanımlayacağız. The behavior of an annotated method is dictated not only by the annotation applied to it but also the method's signature. Therefore an annotated method will behave differently if it's return type, arguments, or even if the method name were to change. It is important to note that when a method is explicitly defined (doesnt use an annotation) then the method signature can be anything. -- GitLab