Sync locales

This commit is contained in:
Frederic Guillot
2016-03-26 20:00:22 -04:00
parent 66ed670618
commit d9dd354726
24 changed files with 118 additions and 49 deletions

View File

@@ -327,10 +327,10 @@ return array(
'Time tracking:' => 'Zaman takibi',
'New sub-task' => 'Yeni alt görev',
'New attachment added "%s"' => 'Yeni dosya "%s" eklendi.',
'Comment updated' => 'Yorum güncellendi',
'New comment posted by %s' => '%s tarafından yeni yorum eklendi',
'New attachment' => 'Yeni dosya eki',
'New comment' => 'Yeni yorum',
'Comment updated' => 'Yorum güncellendi',
'New subtask' => 'Yeni alt görev',
'Subtask updated' => 'Alt görev güncellendi',
'Task updated' => 'Görev güncellendi',
@@ -841,7 +841,6 @@ return array(
'End date:' => 'Bitiş tarihi:',
'There is no start date or end date for this project.' => 'Bu proje için başlangıç veya bitiş tarihi yok.',
'Projects Gantt chart' => 'Projeler Gantt diyagramı',
'Link type' => 'Bağlantı türü',
'Change task color when using a specific task link' => 'Belirli bir görev bağlantısı kullanıldığında görevin rengini değiştir',
'Task link creation or modification' => 'Görev bağlantısı oluşturulması veya değiştirilmesi',
'Milestone' => 'Kilometre taşı',
@@ -930,6 +929,7 @@ return array(
'Usernames must be lowercase and unique' => 'Kullanıcı adları küçük harf ve tekil olmalı',
'Passwords will be encrypted if present' => 'Şifreler (eğer varsa) kriptolanır',
'%s attached a new file to the task %s' => '%s, %s görevine yeni dosya ekledi',
'Link type' => 'Bağlantı türü',
'Assign automatically a category based on a link' => 'Bir bağlantıya göre otomatik olarak kategori ata',
'BAM - Konvertible Mark' => 'BAM - Konvertible Mark',
'Assignee Username' => 'Atanan kullanıcı adı',
@@ -1149,4 +1149,7 @@ return array(
// 'Display list of keyboard shortcuts' => '',
// 'Menu' => '',
// 'Set start date' => '',
// 'Avatar' => '',
// 'Upload my avatar image' => '',
// 'Remove my image' => '',
);