Make hardcoded hours string translatable

This commit is contained in:
Frédéric Guillot
2018-05-10 14:30:59 -07:00
parent ecc9d80671
commit eafaa4b037
34 changed files with 93 additions and 183 deletions

View File

@@ -256,7 +256,6 @@ return array(
'Do you really want to remove this sub-task?' => 'Bu alt görevi silmek istediğinize emin misiniz',
'Remaining:' => 'Kalan',
'hours' => 'saat',
'spent' => 'harcanan',
'estimated' => 'tahmini',
'Sub-Tasks' => 'Alt Görev',
'Add a sub-task' => 'Alt görev ekle',
@@ -481,7 +480,6 @@ return array(
'Link removed successfully.' => 'Link başarıyla silindi.',
'Link labels' => 'Link etiketleri',
'Link modification' => 'Link değiştirme',
'Links' => 'Links',
'Opposite label' => 'Zıt etiket',
'Remove a link' => 'Bir link silmek',
'The labels must be different' => 'Etiketler farklı olmalı',
@@ -522,7 +520,6 @@ return array(
'CAD - Canadian Dollar' => 'CAD - Kanada Doları',
'CHF - Swiss Francs' => 'CHF - İsviçre Frangı',
'Custom Stylesheet' => 'Özel Sitil Css',
'download' => 'indir',
'EUR - Euro' => 'EUR - Euro',
'GBP - British Pound' => 'GBP - İngiliz Paund',
'INR - Indian Rupee' => 'INR - Hint Rupesi',
@@ -593,7 +590,6 @@ return array(
'Existing due date' => 'Mevcut tamamlanma tarihi',
'Factor to calculate new due date: ' => 'Yeni tamamlanma tarihi için hesaplama faktörü',
'Month(s)' => 'Ay(lar)',
'Recurrence' => 'Tekrar',
'This task has been created by: ' => 'Bu görev şunun tarafından oluşturuldu:',
'Recurrent task has been generated:' => 'Tekrarlanan görev oluşturuldu:',
'Timeframe to calculate new due date: ' => 'Yeni tamamlanma tarihinin hesaplanması için zaman dilimi',
@@ -731,7 +727,6 @@ return array(
'NOK - Norwegian Krone' => ' NOK - Norveç Kronu',
'Show this column' => 'Bu sütunu göster',
'Hide this column' => 'Bu sütunu gizle',
'open file' => 'dosyayı aç',
'End date' => 'Bitiş tarihi',
'Users overview' => 'Kullanıcılara genel bakış',
'Members' => 'Üyeler',
@@ -1380,4 +1375,6 @@ return array(
// '%s moved the task #%d to the column "%s"' => '',
// '%s moved the task #%d to the position %d in the column "%s"' => '',
// '%s moved the task #%d to the swimlane "%s"' => '',
// '%sh spent' => '',
// '%sh estimated' => '',
);