diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-03-19 17:59:33 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-03-19 17:59:33 -0400 |
commit | 7bfeaaf1648ea8d6f03f8adf497e43bf2705ad39 (patch) | |
tree | 9ff6a873fe91dde17b79b4dff3ceab2165452ded /app/Locale/tr_TR | |
parent | 6bd0ce25c9546ceb68615a3321e0afc11ae29e6b (diff) |
Sync locales
Diffstat (limited to 'app/Locale/tr_TR')
-rw-r--r-- | app/Locale/tr_TR/translations.php | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php index 4368609f..2b21c1ce 100644 --- a/app/Locale/tr_TR/translations.php +++ b/app/Locale/tr_TR/translations.php @@ -39,7 +39,6 @@ return array( 'Administrator' => 'Yönetici', 'Sign in' => 'Giriş yap', 'Users' => 'Kullanıcılar', - 'No user' => 'Kullanıcı yok', 'Forbidden' => 'Yasak', 'Access Forbidden' => 'Erişim yasak', 'Edit user' => 'Kullanıcıyı düzenle', @@ -402,16 +401,13 @@ return array( 'API' => 'API', 'Create a comment from an external provider' => 'Dış sağlayıcı ile bir yorum oluştur', 'Project management' => 'Proje yönetimi', - 'My projects' => 'Projelerim', 'Columns' => 'Sütunlar', 'Task' => 'Görev', - 'Your are not member of any project.' => 'Hiç bir projenin üyesi değilsiniz.', 'Percentage' => 'Yüzde', 'Number of tasks' => 'Görev sayısı', 'Task distribution' => 'Görev dağılımı', 'Analytics' => 'Analiz', 'Subtask' => 'Alt görev', - 'My subtasks' => 'Alt görevlerim', 'User repartition' => 'Kullanıcı dağılımı', 'Clone this project' => 'Projenin kopyasını oluştur', 'Column removed successfully.' => 'Sütun başarıyla kaldırıldı.', @@ -889,7 +885,6 @@ return array( 'There is no user available.' => 'Uygun üye yok', 'Do you really want to remove the user "%s" from the group "%s"?' => '"%s" kullanıcısını "%s" grubundan çıkarmak istediğinize emin misiniz?', 'There is no group.' => 'Hiç grup yok.', - 'External Id' => 'Harici Kimlik', 'Add group member' => 'Grup üyesi ekle', 'Do you really want to remove this group: "%s"?' => '"%s" grubunu silmek istediğinize emin misiniz?', 'There is no user in this group.' => 'Bu grupta hiç kullanıcı yok.', @@ -955,7 +950,6 @@ return array( 'Default priority' => 'Varsayılan öncelik', 'Lowest priority' => 'En düşük öncelik', 'Highest priority' => 'En yüksek öncelik', - 'If you put zero to the low and high priority, this feature will be disabled.' => 'Eğer en düşük ve en yüksek önceliğe sıfır girerseniz, bu özellik devre dışı bırakılacak.', 'Close a task when there is no activity' => 'Bir aktivite olmadığında görevi kapat', 'Duration in days' => 'Süre (gün olarak)', 'Send email when there is no activity on a task' => 'Bir görevde aktivite olmadığında e-posta gönder', @@ -1169,8 +1163,6 @@ return array( 'Subtasks overview for %s' => '%s için alt görev özeti', 'Projects overview for %s' => '%s için proje özeti', 'Activity stream for %s' => '%s için akış', - 'Calendar for %s' => '%s için takvim', - 'Notifications for %s' => '%s için bildirimler', 'Assign a color when the task is moved to a specific swimlane' => 'Görev bir kulvara taşındığında rengini değiştir', 'Assign a priority when the task is moved to a specific swimlane' => 'Görev bir kulvara taşındığında önceliğini değiştir', 'User unlocked successfully.' => 'Kullanıcı kilidi başarıyla kaldırıldı.', @@ -1316,7 +1308,6 @@ return array( // 'You could upload the previously downloaded Sqlite database (Gzip format).' => '', // 'Database file' => '', // 'Upload' => '', - // 'Remove this user from group' => '', // 'Your project must have at least one active swimlane.' => '', // 'Project: %s' => '', // 'Automatic action not found: "%s"' => '', @@ -1334,4 +1325,23 @@ return array( // 'Assign automatically a color when due date is expired' => '', // 'Total score in this column across all swimlanes' => '', // 'HRK - Kuna' => '', + // 'ARS - Argentine Peso' => '', + // 'COP - Colombian Peso' => '', + // '%d groups' => '', + // '%d group' => '', + // 'Group ID' => '', + // 'External ID' => '', + // '%d users' => '', + // '%d user' => '', + // 'Hide subtasks' => '', + // 'Show subtasks' => '', + // 'Authentication Parameters' => '', + // 'API Access' => '', + // 'No users found.' => '', + // 'User ID' => '', + // 'Notifications are activated' => '', + // 'Notifications are disabled' => '', + // 'User disabled' => '', + // '%d notifications' => '', + // '%d notification' => '', ); |