Move Gitlab and Github authentication to external plugins
This commit is contained in:
@@ -324,9 +324,6 @@ return array(
|
||||
'Maximum size: ' => 'Maksimum boyutu',
|
||||
'Unable to upload the file.' => 'Dosya yüklenemiyor.',
|
||||
'Display another project' => 'Başka bir proje göster',
|
||||
'Login with my Github Account' => 'Github hesabımla giriş yap',
|
||||
'Link my Github Account' => 'Github hesabını ilişkilendir',
|
||||
'Unlink my Github Account' => 'Github hesabıyla bağlantıyı kopar',
|
||||
'Created by %s' => '%s tarafından oluşturuldu',
|
||||
'Last modified on %B %e, %Y at %k:%M %p' => 'Son değişiklik tarihi %d.%m.%Y, saati %H:%M',
|
||||
'Tasks Export' => 'Görevleri dışa aktar',
|
||||
@@ -392,7 +389,6 @@ return array(
|
||||
'Change password' => 'Şifre değiştir',
|
||||
'Password modification' => 'Şifre değişimi',
|
||||
'External authentications' => 'Dış kimlik doğrulamaları',
|
||||
'Github Account' => 'Github hesabı',
|
||||
'Never connected.' => 'Hiç bağlanmamış.',
|
||||
'No account linked.' => 'Bağlanmış hesap yok.',
|
||||
'Account linked.' => 'Hesap bağlandı.',
|
||||
@@ -842,8 +838,6 @@ return array(
|
||||
'This chart show the average lead and cycle time for the last %d tasks over the time.' => 'Bu grafik son %d görev için zaman içinde gerçekleşen ortalama teslim ve çevrim sürelerini gösterir.',
|
||||
'Average time into each column' => 'Her bir sütunda ortalama zaman',
|
||||
'Lead and cycle time' => 'Teslim ve çevrim süresi',
|
||||
'Github Authentication' => 'Github doğrulaması',
|
||||
'Help on Github authentication' => 'Github doğrulaması hakkında yardım',
|
||||
'Lead time: ' => 'Teslim süresi: ',
|
||||
'Cycle time: ' => 'Çevrim süresi: ',
|
||||
'Time spent into each column' => 'Her sütunda harcanan zaman',
|
||||
@@ -852,7 +846,6 @@ return array(
|
||||
'If the task is not closed the current time is used instead of the completion date.' => 'Eğer görev henüz kapatılmamışsa, tamamlanma tarihi yerine şu anki tarih kullanılır.',
|
||||
'Set automatically the start date' => 'Başlangıç tarihini otomatik olarak belirle',
|
||||
'Edit Authentication' => 'Doğrulamayı düzenle',
|
||||
'Github Id' => 'Github Kimliği',
|
||||
'Remote user' => 'Uzak kullanıcı',
|
||||
'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => 'Uzak kullanıcıların şifreleri Kanboard veritabanında saklanmaz, örnek: LDAP, Google ve Github hesapları',
|
||||
'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => 'Eğer giriş formuna erişimi engelleyi seçerseniz, giriş formuna girilen bilgiler gözardı edilir.',
|
||||
@@ -910,14 +903,7 @@ return array(
|
||||
'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',
|
||||
'Login with my Gitlab Account' => 'Gitlab hesabımla giriş yap',
|
||||
'Milestone' => 'Kilometre taşı',
|
||||
'Gitlab Authentication' => 'Gitlab doğrulaması',
|
||||
'Help on Gitlab authentication' => 'Gitlab doğrulaması hakkında yardım',
|
||||
'Gitlab Id' => 'Gitlab kimliği',
|
||||
'Gitlab Account' => 'Gitlab hesabı',
|
||||
'Link my Gitlab Account' => 'Gitlab hesabını ilişkilendir',
|
||||
'Unlink my Gitlab Account' => 'Gitlab hesabımla bağlantıyı kopar',
|
||||
'Documentation: %s' => 'Dokümantasyon: %s',
|
||||
'Switch to the Gantt chart view' => 'Gantt diyagramı görünümüne geç',
|
||||
'Reset the search/filter box' => 'Arama/Filtre kutusunu sıfırla',
|
||||
|
||||
Reference in New Issue
Block a user