diff options
author | erpnedir <fatih@erpnedir.com> | 2016-10-30 00:07:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-30 00:07:05 +0300 |
commit | d75644be25ccc08100831cf24c26557e2820ebed (patch) | |
tree | eb319d0c22da5458e8a3f5fb39949c8f91834b6c | |
parent | 0b0e9d2ab4f8d4ebff9b543b3eb9227768be4d0d (diff) |
Update translations.php
-rw-r--r-- | app/Locale/tr_TR/translations.php | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php index 65b106fd..11789215 100644 --- a/app/Locale/tr_TR/translations.php +++ b/app/Locale/tr_TR/translations.php @@ -1152,18 +1152,18 @@ return array( 'Listing' => 'Listeliyor', 'Metadata' => 'Meta veri', 'Manage projects' => 'Projeler', - // 'Convert to task' => '', - // 'Convert sub-task to task' => '', - // 'Do you really want to convert this sub-task to a task?' => '', - // 'My task title' => '', - // 'Enter one task by line.' => '', - // 'Number of failed login:' => '', - // 'Account locked until:' => '', - // 'Email settings' => '', - // 'Email sender address' => '', - // 'Email transport' => '', - // 'Webhook token' => '', - 'Imports' => 'İçe Aktarımlar', + 'Convert to task' => 'Göreve dönüştür', + 'Convert sub-task to task' => 'Alt görevi göreve dönüştür', + 'Do you really want to convert this sub-task to a task?' => 'Bu alt görevi, göreve dönüştüreceğinize emin misiniz?', + 'My task title' => 'Görev başlığım', + 'Enter one task by line.' => 'Görevleri satır satır girin', + 'Number of failed login:' => 'Başarısız login denemesi sayısı', + 'Account locked until:' => 'Hesap şu zamana kadar kilitlendi:', + 'Email settings' => 'E-posta ayarları', + 'Email sender address' => 'E-posta gönderen adresi', + 'Email transport' => 'E-posta taşıma', + 'Webhook token' => 'Webhook token', + 'Imports' => 'İçe Aktarımlar', // 'Project tags management' => '', // 'Tag created successfully.' => '', // 'Unable to create this tag.' => '', |