From b235cebc24cb3e9db525a0178ebd5049a11d1466 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Tue, 30 Jan 2018 17:01:43 -0500 Subject: [PATCH] New translations property.md (Turkish) --- tr/property.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tr/property.md b/tr/property.md index 5f5ad5cb..af2c54f4 100644 --- a/tr/property.md +++ b/tr/property.md @@ -1,12 +1,12 @@ Çerçeveler üzerinde geçerlidir: **Kenar** ve **köşe** -Allowed prefixes when operation is AUTO: `get`, `is`, `can`, `set`, `remove` +İşlem otomatik olduğunda izin verilen önekler: `add`, `get`, `remove`, `set` -Annotation arguments: +Açıklama argümanları: -`value` - The name of the property +`value` - Özelliğin adı -`operation` - The operation the method will perform. Must be one of the following: `GET`, `SET`, `REMOVE`, `AUTO`. Defaults to `AUTO`. +`operation` - Yöntemin gerçekleştireceği işlem. Aşağıdakilerden biri olmalı: `GET`, `SET`, `REMOVE`, `AUTO`. Varsayılan değer `AUTO`. The following would bind the method it is used on to the property named `foo`: -- GitLab