From b63cd899d847e9562ea3bea615b47610b270d602 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Tue, 30 Jan 2018 11:12:17 -0500 Subject: [PATCH] New translations comparing_the_alternatives.md (Turkish) --- tr/comparing_the_alternatives.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/tr/comparing_the_alternatives.md b/tr/comparing_the_alternatives.md index 414a7f71..35188b5a 100644 --- a/tr/comparing_the_alternatives.md +++ b/tr/comparing_the_alternatives.md @@ -18,18 +18,18 @@ As can be seen Ferma out performs all the alternative solutions considerably by ## Feature Breakdown -Ferma also supports all the features provided by the alternatives out there, not to mention several novel features. Aşağıdaki çeşitli çerçevelerin özelliklerinin hızlı bir dökümü verilmektedir. We also link to some Ferma examples showing the various features in action. - -| Feature | **Ferma** | **Frames** | **Totorom** | **Peapod** | -| ---------------------------------------------------------------------------------------------------------------------- | --------- | ------------- | ------------- | ------------- | -| **[JPA-like Annotations](features.md#jpa-like-annotations)** | Supported | Supported | Not Supported | Supported | -| **[Type information encoded into graph](features.md#type-information-encoded-into-graph)** | Supported | Supported | Supported | Supported | -| **[Framing of elements instantiated according to type hierarchy](features.md#framing-instantiated-by-type-hierarchy)** | Supported | Supported | Supported | Supported | -| **[Element queried by type hierarchy](features.md#element-queried-by-type-hierarchy)** | Supported | Not Supported | Not Supported | Partial \* | -| **[Turning off type resolution on a per call basis](features.md#turning-off-type-resolution-per-call)** | Supported | Not Supported | Not Supported | Not Supported | -| **[Changing the encoded graph type already stored in the database](features.md#changing-type-encoded-in-the-graph)** | Supported | Not Supported | Not Supported | Not Supported | -| **[Customizing the way type information is stored in the graph](features.md#customizing-how-types-are-encoded)** | Supported | Not Supported | Not Supported | Not Supported | -| **Tinkerpop 2 support** | Supported | Supported | Supported | Not Supported | -| **Tinkerpop 3 support** | Supported | Not Supported | Not Supported | Supported | +Ferma ayrıca alternatifler tarafından sağlanan tüm özellikleri de destekliyor, bazı yeni özelliklerden söz etmemektedir. Aşağıdaki çeşitli çerçevelerin özelliklerinin hızlı bir dökümü verilmektedir. Ayrıca hareket halindeki çeşitli özellikleri gösteren bazı Ferma örnekleriyle bağlantı kuruyoruz. + +| Feature | **Ferma** | **Frames** | **Totorom** | **Peapod** | +| ---------------------------------------------------------------------------------------------------------------------- | --------- | -------------- | -------------- | -------------- | +| **[JPA-like Annotations](features.md#jpa-like-annotations)** | Supported | Supported | Desteklenmeyen | Supported | +| **[Type information encoded into graph](features.md#type-information-encoded-into-graph)** | Supported | Supported | Supported | Supported | +| **[Framing of elements instantiated according to type hierarchy](features.md#framing-instantiated-by-type-hierarchy)** | Supported | Supported | Supported | Supported | +| **[Element queried by type hierarchy](features.md#element-queried-by-type-hierarchy)** | Supported | Desteklenmeyen | Desteklenmeyen | Partial \* | +| **[Turning off type resolution on a per call basis](features.md#turning-off-type-resolution-per-call)** | Supported | Desteklenmeyen | Desteklenmeyen | Desteklenmeyen | +| **[Changing the encoded graph type already stored in the database](features.md#changing-type-encoded-in-the-graph)** | Supported | Desteklenmeyen | Desteklenmeyen | Desteklenmeyen | +| **[Customizing the way type information is stored in the graph](features.md#customizing-how-types-are-encoded)** | Supported | Desteklenmeyen | Desteklenmeyen | Desteklenmeyen | +| **Tinkerpop 2 support** | Supported | Supported | Supported | Desteklenmeyen | +| **Tinkerpop 3 support** | Supported | Not Supported | Desteklenmeyen | Supported | \* While Peapod does support querying for all instances of a type, and its subtypes, it does not support a mechanism to query for a specific type while excluding subtypes. \ No newline at end of file -- GitLab