summaryrefslogtreecommitdiff
path: root/app/Locale/tr_TR/translations.php
blob: 17163f45bc97fc0538f5c6a6caa9e3dbc4262b2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
<?php

return array(
    // 'number.decimals_separator' => '',
    // 'number.thousands_separator' => '',
    'None' => 'Hiçbiri',
    'edit' => 'düzenle',
    'Edit' => 'Düzenle',
    'remove' => 'sil',
    'Remove' => 'Sil',
    'Update' => 'Güncelle',
    'Yes' => 'Evet',
    'No' => 'Hayır',
    'cancel' => 'İptal',
    'or' => 'veya',
    'Yellow' => 'Sarı',
    'Blue' => 'Mavi',
    'Green' => 'Yeşil',
    'Purple' => 'Mor',
    'Red' => 'Kırmızı',
    'Orange' => 'Turuncu',
    'Grey' => 'Gri',
    'Brown' => 'Kahverengi',
    'Deep Orange' => 'Koyu Turuncu',
    'Dark Grey' => 'Koyu Gri',
    'Pink' => 'Pembe',
    'Teal' => 'Turkuaz',
    'Cyan' => 'Cam Göbeği',
    'Lime' => 'Limon rengi',
    'Light Green' => 'Açık Yeşil',
    'Amber' => 'Koyu sarı',
    'Save' => 'Kaydet',
    'Login' => 'Giriş',
    'Official website:' => 'Resmi internet sitesi:',
    'Unassigned' => 'Atanmamış',
    'View this task' => 'Bu görevi görüntüle',
    'Remove user' => 'Kullanıcıyı kaldır',
    'Do you really want to remove this user: "%s"?' => 'Bu kullanıcıyı gerçekten silmek istiyor musunuz: "%s"?',
    'New user' => 'Yeni kullanıcı',
    'All users' => 'Tüm kullanıcılar',
    'Username' => 'Kullanıcı adı',
    'Password' => 'Şifre',
    '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',
    'Logout' => 'Çıkış yap',
    'Bad username or password' => 'Hatalı kullanıcı adı veya şifre',
    'Edit project' => 'Projeyi düzenle',
    'Name' => 'İsim',
    'Projects' => 'Projeler',
    'No project' => 'Proje yok',
    'Project' => 'Proje',
    'Status' => 'Durum',
    'Tasks' => 'Görevler',
    'Board' => 'Tablo',
    'Actions' => 'İşlemler',
    'Inactive' => 'Aktif değil',
    'Active' => 'Aktif',
    'Add this column' => 'Bu sütunu ekle',
    '%d tasks on the board' => '%d görev bu tabloda',
    '%d tasks in total' => '%d görev toplam',
    'Unable to update this board.' => 'Bu tablo güncellenemiyor.',
    'Edit board' => 'Tabloyu düzenle',
    'Disable' => 'Devre dışı bırak',
    'Enable' => 'Etkinleştir',
    'New project' => 'Yeni proje',
    'Do you really want to remove this project: "%s"?' => 'Bu projeyi gerçekten silmek istiyor musunuz: "%s"?',
    'Remove project' => 'Projeyi sil',
    'Edit the board for "%s"' => 'Tabloyu "%s" için güncelle',
    'All projects' => 'Tüm projeler',
    'Change columns' => 'Sütunları değiştir',
    'Add a new column' => 'Yeni sütun ekle',
    'Title' => 'Başlık',
    'Nobody assigned' => 'Kullanıcı atanmamış',
    'Assigned to %s' => '%s kullanıcısına atanmış',
    'Remove a column' => 'Bir sütunu sil',
    'Remove a column from a board' => 'Tablodan bir sütunu sil',
    'Unable to remove this column.' => 'Bu sütun silinemiyor.',
    'Do you really want to remove this column: "%s"?' => 'Bu sütunu gerçekten silmek istiyor musunuz: "%s"?',
    'This action will REMOVE ALL TASKS associated to this column!' => 'Bu komut sütun içindeki TÜM GÖREVLERİ silecek!',
    'Settings' => 'Ayarlar',
    'Application settings' => 'Uygulama ayarları',
    'Language' => 'Dil',
    // 'Webhook token:' => '',
    'API token:' => 'API belirteci:',
    'Database size:' => 'Veritabanı boyutu :',
    'Download the database' => 'Veritabanını indir',
    'Optimize the database' => 'Veritabanını optimize et',
    '(VACUUM command)' => '(VACUUM komutu)',
    '(Gzip compressed Sqlite file)' => '(Gzip ile sıkıştırılmış Sqlite dosyası)',
    'Close a task' => 'Bir görevi kapat',
    'Edit a task' => 'Bir görevi düzenle',
    'Column' => 'Sütun',
    'Color' => 'Renk',
    'Assignee' => 'Atanan',
    'Create another task' => 'Başka bir görev oluştur',
    'New task' => 'Yeni görev',
    'Open a task' => 'Bir görevi aç',
    'Do you really want to open this task: "%s"?' => 'Bu görevi gerçekten açmak istiyor musunuz: "%s"?',
    'Back to the board' => 'Tabloya dön',
    'Created on %B %e, %Y at %k:%M %p' => '%B %e, %Y, saat %k:%M %p da oluşturuldu',
    'There is nobody assigned' => 'Kimse atanmamış',
    'Column on the board:' => 'Tablodaki sütun:',
    'Status is open' => 'Açık durumda',
    'Status is closed' => 'Kapalı durumda',
    'Close this task' => 'Görevi kapat',
    'Open this task' => 'Görevi aç',
    'There is no description.' => 'Açıklama yok.',
    'Add a new task' => 'Yeni görev ekle',
    'The username is required' => 'Kullanıcı adı gerekli',
    'The maximum length is %d characters' => 'Maksimum uzunluk %d karakterdir',
    'The minimum length is %d characters' => 'Minimum uzunluk %d karakterdir',
    'The password is required' => 'Şifre gerekli',
    'This value must be an integer' => 'Bu değer bir rakam olmak zorunda',
    'The username must be unique' => 'Kullanıcı adı daha önceden var',
    'The user id is required' => 'Kullanıcı kodu gerekli',
    'Passwords don\'t match' => 'Şifreler uyuşmuyor',
    'The confirmation is required' => 'Onay gerekli',
    'The project is required' => 'Proje gerekli',
    'The id is required' => 'Kod gerekli',
    'The project id is required' => 'Proje kodu gerekli',
    'The project name is required' => 'Proje adı gerekli',
    'The title is required' => 'Başlık gerekli',
    'Settings saved successfully.' => 'Ayarlar başarıyla kaydedildi.',
    'Unable to save your settings.' => 'Ayarlarınız kaydedilemedi.',
    'Database optimization done.' => 'Veritabanı optimizasyonu tamamlandı.',
    'Your project have been created successfully.' => 'Projeniz başarıyla oluşturuldu.',
    'Unable to create your project.' => 'Proje oluşturulamadı.',
    'Project updated successfully.' => 'Proje başarıyla güncellendi.',
    'Unable to update this project.' => 'Bu proje güncellenemedi.',
    'Unable to remove this project.' => 'Bu proje silinemedi.',
    'Project removed successfully.' => 'Proje başarıyla silindi.',
    'Project activated successfully.' => 'Proje başarıyla aktive edildi.',
    'Unable to activate this project.' => 'Bu proje aktive edilemedi.',
    'Project disabled successfully.' => 'Proje devre dışı bırakıldı.',
    'Unable to disable this project.' => 'Bu proje devre dışı bırakılamadı.',
    'Unable to open this task.' => 'Bu görev açılamıyor.',
    'Task opened successfully.' => 'Görev başarıyla açıldı.',
    'Unable to close this task.' => 'Bu görev kapatılamıyor.',
    'Task closed successfully.' => 'Görev başarıyla kapatıldı.',
    'Unable to update your task.' => 'Görev güncellenemiyor.',
    'Task updated successfully.' => 'Görev başarıyla güncellendi.',
    'Unable to create your task.' => 'Görev oluşturulamadı.',
    'Task created successfully.' => 'Görev başarıyla oluşturuldu.',
    'User created successfully.' => 'Kullanıcı başarıyla oluşturuldu',
    'Unable to create your user.' => 'Kullanıcı oluşturulamıyor.',
    'User updated successfully.' => 'Kullanıcı başarıyla güncellendi.',
    'Unable to update your user.' => 'Kullanıcı güncellenemiyor.',
    'User removed successfully.' => 'Kullanıcı silindi.',
    'Unable to remove this user.' => 'Bu kullanıcı silinemiyor.',
    'Board updated successfully.' => 'Tablo başarıyla güncellendi.',
    'Ready' => 'Hazır',
    'Backlog' => 'Bekleme listesi',
    'Work in progress' => 'İşlemde',
    'Done' => 'Tamamlandı',
    'Application version:' => 'Uygulama versiyonu:',
    'Completed on %B %e, %Y at %k:%M %p' => '%B %e, %Y saat %k:%M %p da tamamlandı',
    '%B %e, %Y at %k:%M %p' => '%B %e, %Y saat %k:%M %p',
    'Date created' => 'Oluşturulma tarihi',
    'Date completed' => 'Tamamlanma tarihi',
    'Id' => 'Kod',
    '%d closed tasks' => '%d kapatılmış görevler',
    'No task for this project' => 'Bu proje için görev yok',
    'Public link' => 'Dışa açık link',
    'Change assignee' => 'Atanmış Kullanıcıyı değiştir',
    'Change assignee for the task "%s"' => '"%s" görevi için atanmış kullanıcıyı değiştir',
    'Timezone' => 'Saat dilimi',
    'Sorry, I didn\'t find this information in my database!' => 'Üzgünüm, bu bilgiyi veri tabanımda bulamadım.',
    'Page not found' => 'Sayfa bulunamadı',
    'Complexity' => 'Zorluk seviyesi',
    'Task limit' => 'Görev limiti',
    'Task count' => 'Görev sayısı',
    'User' => 'Kullanıcı',
    'Comments' => 'Yorumlar',
    'Write your text in Markdown' => 'Yazınızı Markdown ile yazın',
    'Leave a comment' => 'Bir yorum ekle',
    'Comment is required' => 'Yorum gerekli',
    'Leave a description' => 'Açıklama ekleyin',
    'Comment added successfully.' => 'Yorum eklendi',
    'Unable to create your comment.' => 'Yorumunuz oluşturulamadı',
    'Edit this task' => 'Bu görevi değiştir',
    'Due Date' => 'Bitiş Tarihi',
    'Invalid date' => 'Geçersiz tarihi',
    'Must be done before %B %e, %Y' => '%B %e, %Y tarihinden önce yapılmalı',
    '%B %e, %Y' => '%d %B %Y',
    '%b %e, %Y' => '%d/%m/%Y',
    'Automatic actions' => 'Otomatik işlemler',
    'Your automatic action have been created successfully.' => 'Otomatik işlem başarıyla oluşturuldu',
    'Unable to create your automatic action.' => 'Otomatik işleminiz oluşturulamadı',
    'Remove an action' => 'Bir işlemi sil',
    'Unable to remove this action.' => 'Bu işlem silinemedi',
    'Action removed successfully.' => 'İşlem başarıyla silindi',
    'Automatic actions for the project "%s"' => '"%s" projesi için otomatik işlemler',
    'Defined actions' => 'Tanımlanan işlemler',
    'Add an action' => 'İşlem ekle',
    'Event name' => 'Durum adı',
    'Action name' => 'İşlem adı',
    'Action parameters' => 'İşlem parametreleri',
    'Action' => 'İşlem',
    'Event' => 'Durum',
    'When the selected event occurs execute the corresponding action.' => 'Seçilen durum oluştuğunda ilgili eylemi gerçekleştir.',
    'Next step' => 'Sonraki adım',
    'Define action parameters' => 'İşlem parametrelerini düzenle',
    'Save this action' => 'Bu işlemi kaydet',
    'Do you really want to remove this action: "%s"?' => 'Bu işlemi silmek istediğinize emin misiniz: "%s"?',
    'Remove an automatic action' => 'Bir otomatik işlemi sil',
    'Assign the task to a specific user' => 'Görevi bir kullanıcıya ata',
    'Assign the task to the person who does the action' => 'Görevi, işlemi gerçekleştiren kullanıcıya ata',
    'Duplicate the task to another project' => 'Görevi bir başka projeye kopyala',
    'Move a task to another column' => 'Bir görevi başka bir sütuna taşı',
    'Task modification' => 'Görev düzenleme',
    'Task creation' => 'Görev oluşturma',
    'Closing a task' => 'Bir görev kapatılıyor',
    'Assign a color to a specific user' => 'Bir kullanıcıya renk tanımla',
    'Column title' => 'Sütun başlığı',
    'Position' => 'Pozisyon',
    'Move Up' => 'Yukarı taşı',
    'Move Down' => 'Aşağı taşı',
    'Duplicate to another project' => 'Başka bir projeye kopyala',
    'Duplicate' => 'Kopya oluştur',
    'link' => 'bağlantı',
    'Comment updated successfully.' => 'Yorum güncellendi.',
    'Unable to update your comment.' => 'Yorum güncellenemedi.',
    'Remove a comment' => 'Bir yorumu sil',
    'Comment removed successfully.' => 'Yorum silindi.',
    'Unable to remove this comment.' => 'Bu yorum silinemiyor.',
    'Do you really want to remove this comment?' => 'Bu yorumu silmek istediğinize emin misiniz?',
    'Only administrators or the creator of the comment can access to this page.' => 'Bu sayfaya yalnızca yorum sahibi ve yöneticiler erişebilir.',
    'Current password for the user "%s"' => 'Kullanıcı için mevcut şifre "%s"',
    'The current password is required' => 'Mevcut şifre gerekli',
    'Wrong password' => 'Yanlış şifre',
    'Unknown' => 'Bilinmeyen',
    'Last logins' => 'Son kullanıcı girişleri',
    'Login date' => 'Giriş tarihi',
    'Authentication method' => 'Doğrulama yöntemi',
    'IP address' => 'IP adresi',
    'User agent' => 'Kullanıcı sistemi',
    'Persistent connections' => 'Kalıcı bağlantılar',
    'No session.' => 'Oturum yok.',
    'Expiration date' => 'Geçerlilik sonu',
    'Remember Me' => 'Beni hatırla',
    'Creation date' => 'Oluşturulma tarihi',
    'Everybody' => 'Herkes',
    'Open' => 'Açık',
    'Closed' => 'Kapalı',
    'Search' => 'Ara',
    'Nothing found.' => 'Hiçbir şey bulunamadı.',
    'Due date' => 'Bitiş tarihi',
    'Others formats accepted: %s and %s' => 'Diğer kabul edilen formatlar: %s ve %s',
    'Description' => 'Açıklama',
    '%d comments' => '%d yorum',
    '%d comment' => '%d yorum',
    'Email address invalid' => 'E-posta adresi geçersiz',
    'Your external account is not linked anymore to your profile.' => 'Harici hesabınız artık profilinize bağlı değil',
    'Unable to unlink your external account.' => 'Harici hesabınızla bağlantı koparılamadı',
    'External authentication failed' => 'Harici hesap doğrulaması başarısız',
    'Your external account is linked to your profile successfully.' => 'Harici hesabınız profilinizle başarıyla bağlandı.',
    'Email' => 'E-posta',
    'Link my Google Account' => 'Google hesabımla bağ oluştur',
    'Unlink my Google Account' => 'Google hesabımla bağı kaldır',
    'Login with my Google Account' => 'Google hesabımla giriş yap',
    'Project not found.' => 'Proje bulunamadı',
    'Task removed successfully.' => 'Görev başarıyla silindi.',
    'Unable to remove this task.' => 'Görev silinemiyor.',
    'Remove a task' => 'Bir görevi sil',
    'Do you really want to remove this task: "%s"?' => 'Bu görevi silmek istediğinize emin misiniz: "%s"?',
    'Assign automatically a color based on a category' => 'Kategoriye göre otomatik renk ata',
    'Assign automatically a category based on a color' => 'Rengine göre otomatik kategori ata',
    'Task creation or modification' => 'Görev oluşturma veya düzenleme',
    'Category' => 'Kategori',
    'Category:' => 'Kategori:',
    'Categories' => 'Kategoriler',
    'Category not found.' => 'Kategori bulunamadı.',
    'Your category have been created successfully.' => 'Kategori başarıyla oluşturuldu.',
    'Unable to create your category.' => 'Kategori oluşturulamadı.',
    'Your category have been updated successfully.' => 'Kategori başarıyla güncellendi.',
    'Unable to update your category.' => 'Kategori güncellenemedi.',
    'Remove a category' => 'Bir kategoriyi sil',
    'Category removed successfully.' => 'Kategori başarıyla silindi.',
    'Unable to remove this category.' => 'Bu kategori silinemedi.',
    'Category modification for the project "%s"' => '"%s" projesi için kategori düzenleme',
    'Category Name' => 'Kategori adı',
    'Add a new category' => 'Yeni kategori ekle',
    'Do you really want to remove this category: "%s"?' => 'Bu kategoriyi silmek istediğinize emin misiniz: "%s"?',
    'All categories' => 'Tüm kategoriler',
    'No category' => 'Kategori Yok',
    'The name is required' => 'İsim gerekli',
    'Remove a file' => 'Dosya sil',
    'Unable to remove this file.' => 'Dosya silinemedi',
    'File removed successfully.' => 'Dosya silindi',
    'Attach a document' => 'Dosya ekle',
    'Do you really want to remove this file: "%s"?' => 'Bu dosyayı silmek istediğinize emin misiniz: "%s"?',
    'Attachments' => 'Ekler',
    'Edit the task' => 'Görevi değiştir',
    'Edit the description' => 'Açıklamayı değiştir',
    'Add a comment' => 'Yorum ekle',
    'Edit a comment' => 'Yorum değiştir',
    'Summary' => 'Özet',
    'Time tracking' => 'Zaman takibi',
    'Estimate:' => 'Tahmini:',
    'Spent:' => 'Harcanan:',
    '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',
    'Original estimate' => 'Orjinal tahmin',
    'Create another sub-task' => 'Başka bir alt görev daha oluştur',
    'Time spent' => 'Harcanan zaman',
    'Edit a sub-task' => 'Alt görev düzenle',
    'Remove a sub-task' => 'Alt görev sil',
    'The time must be a numeric value' => 'Zaman alfanümerik bir değer olmalı',
    'Todo' => 'Yapılacaklar',
    'In progress' => 'Devam etmekte',
    'Sub-task removed successfully.' => 'Alt görev başarıyla silindi.',
    'Unable to remove this sub-task.' => 'Alt görev silinemedi.',
    'Sub-task updated successfully.' => 'Alt görev güncellendi.',
    'Unable to update your sub-task.' => 'Alt görev güncellenemiyor.',
    'Unable to create your sub-task.' => 'Alt görev oluşturulamadı.',
    'Sub-task added successfully.' => 'Alt görev başarıyla eklendi.',
    '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',
    'Tasks exportation for "%s"' => '"%s" için görevleri dışa aktar',
    'Start Date' => 'Başlangıç tarihi',
    'End Date' => 'Bitiş tarihi',
    'Execute' => 'Gerçekleştir',
    'Task Id' => 'Görev Kimliği',
    'Creator' => 'Oluşturan',
    'Modification date' => 'Değişiklik tarihi',
    'Completion date' => 'Tamamlanma tarihi',
    'Clone' => 'Kopya oluştur',
    'Project cloned successfully.' => 'Proje kopyası başarıyla oluşturuldu.',
    'Unable to clone this project.' => 'Proje kopyası oluşturulamıyor.',
    'Enable email notifications' => 'E-posta bilgilendirmesini aç',
    'Task position:' => 'Görev pozisyonu',
    'The task #%d have been opened.' => '#%d numaralı görev açıldı.',
    'The task #%d have been closed.' => '#%d numaralı görev kapatıldı.',
    'Sub-task updated' => 'Alt görev güncellendi',
    'Title:' => 'Başlık',
    'Status:' => 'Durum',
    'Assignee:' => 'Sorumlu:',
    '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',
    'New subtask' => 'Yeni alt görev',
    'Subtask updated' => 'Alt görev güncellendi',
    'Task updated' => 'Görev güncellendi',
    'Task closed' => 'Görev kapatıldı',
    'Task opened' => 'Görev açıldı',
    'I want to receive notifications only for those projects:' => 'Yalnızca bu projelerle ilgili bildirim almak istiyorum:',
    'view the task on Kanboard' => 'bu görevi Kanboard üzerinde göster',
    'Public access' => 'Dışa açık erişim',
    'User management' => 'Kullanıcı yönetimi',
    'Active tasks' => 'Aktif görevler',
    'Disable public access' => 'Dışa açık erişimi kapat',
    'Enable public access' => 'Dışa açık erişimi aç',
    'Public access disabled' => 'Dışa açık erişim kapatıldı',
    'Do you really want to disable this project: "%s"?' => 'Bu projeyi devre dışı bırakmak istediğinize emin misiniz?: "%s"',
    'Do you really want to enable this project: "%s"?' => 'Bu projeyi aktive etmek istediğinize emin misiniz?: "%s"',
    'Project activation' => 'Proje aktivasyonu',
    'Move the task to another project' => 'Görevi başka projeye taşı',
    'Move to another project' => 'Başka projeye taşı',
    'Do you really want to duplicate this task?' => 'Bu görevin kopyasını oluşturmak istediğinize emin misiniz?',
    'Duplicate a task' => 'Görevin kopyasını oluştur',
    'External accounts' => 'Dış hesaplar',
    'Account type' => 'Hesap türü',
    'Local' => 'Yerel',
    'Remote' => 'Uzak',
    'Enabled' => 'Etkinleştirildi',
    'Disabled' => 'Devre dışı bırakıldı',
    'Username:' => 'Kullanıcı adı',
    'Name:' => 'Ad',
    'Email:' => 'E-posta',
    'Notifications:' => 'Bildirimler:',
    'Notifications' => 'Bildirimler',
    'Account type:' => 'Hesap türü:',
    'Edit profile' => 'Profili değiştir',
    'Change password' => 'Şifre değiştir',
    'Password modification' => 'Şifre değişimi',
    'External authentications' => 'Dış kimlik doğrulamaları',
    'Google Account' => 'Google hesabı',
    'Github Account' => 'Github hesabı',
    'Never connected.' => 'Hiç bağlanmamış.',
    'No account linked.' => 'Bağlanmış hesap yok.',
    'Account linked.' => 'Hesap bağlandı.',
    'No external authentication enabled.' => 'Dış kimlik doğrulama kapalı.',
    'Password modified successfully.' => 'Şifre başarıyla değiştirildi.',
    'Unable to change the password.' => 'Şifre değiştirilemiyor.',
    'Change category for the task "%s"' => '"%s" görevi için kategori değiştirme',
    'Change category' => 'Kategori değiştirme',
    '%s updated the task %s' => '%s kullanıcısı %s görevini güncelledi',
    '%s opened the task %s' => '%s kullanıcısı %s görevini açtı',
    '%s moved the task %s to the position #%d in the column "%s"' => '%s kullanıcısı %s görevini #%d pozisyonu "%s" sütununa taşıdı',
    '%s moved the task %s to the column "%s"' => '%s kullanıcısı %s görevini "%s" sütununa taşıdı',
    '%s created the task %s' => '%s kullanıcısı %s görevini oluşturdu',
    '%s closed the task %s' => '%s kullanıcısı %s görevini kapattı',
    '%s created a subtask for the task %s' => '%s kullanıcısı %s görevi için bir alt görev oluşturdu',
    '%s updated a subtask for the task %s' => '%s kullanıcısı %s görevinin bir alt görevini güncelledi',
    'Assigned to %s with an estimate of %s/%sh' => '%s kullanıcısına tahmini %s/%s saat tamamlanma süresi ile atanmış',
    'Not assigned, estimate of %sh' => 'Kimseye atanmamış, tahmini süre %s saat',
    '%s updated a comment on the task %s' => '%s kullanıcısı %s görevinde bir yorumu güncelledi',
    '%s commented the task %s' => '%s kullanıcısı %s görevine yorum ekledi',
    '%s\'s activity' => '%s\'in aktivitesi',
    'RSS feed' => 'RSS kaynağı',
    '%s updated a comment on the task #%d' => '%s kullanıcısı #%d nolu görevde bir yorumu güncelledi',
    '%s commented on the task #%d' => '%s kullanıcısı #%d nolu göreve yorum ekledi',
    '%s updated a subtask for the task #%d' => '%s kullanıcısı #%d nolu görevin bir alt görevini güncelledi',
    '%s created a subtask for the task #%d' => '%s kullanıcısı #%d nolu göreve bir alt görev ekledi',
    '%s updated the task #%d' => '%s kullanıcısı #%d nolu görevi güncelledi',
    '%s created the task #%d' => '%s kullanıcısı #%d nolu görevi oluşturdu',
    '%s closed the task #%d' => '%s kullanıcısı #%d nolu görevi kapattı',
    '%s open the task #%d' => '%s kullanıcısı #%d nolu görevi açtı',
    '%s moved the task #%d to the column "%s"' => '%s kullanıcısı #%d nolu görevi "%s" sütununa taşıdı',
    '%s moved the task #%d to the position %d in the column "%s"' => '%s kullanıcısı #%d nolu görevi %d pozisyonu "%s" sütununa taşıdı',
    'Activity' => 'Aktivite',
    'Default values are "%s"' => 'Varsayılan değerler "%s"',
    'Default columns for new projects (Comma-separated)' => 'Yeni projeler için varsayılan sütunlar (virgül ile ayrılmış)',
    'Task assignee change' => 'Göreve atanan kullanıcı değişikliği',
    '%s change the assignee of the task #%d to %s' => '%s kullanıcısı #%d nolu görevin sorumlusunu %s olarak değiştirdi',
    '%s changed the assignee of the task %s to %s' => '%s kullanıcısı %s görevinin sorumlusunu %s olarak değiştirdi',
    'New password for the user "%s"' => '"%s" kullanıcısı için yeni şifre',
    'Choose an event' => 'Bir durum seçin',
    'Create a task from an external provider' => 'Dış sağlayıcı ile bir görev oluştur',
    'Change the assignee based on an external username' => 'Dış kaynaklı kullanıcı adı ile göreve atananı değiştir',
    'Change the category based on an external label' => 'Dış kaynaklı bir etiket ile kategori değiştir',
    'Reference' => 'Referans',
    'Reference: %s' => 'Referans: %s',
    'Label' => 'Etiket',
    'Database' => 'Veritabanı',
    'About' => 'Hakkında',
    'Database driver:' => 'Veritabanı sürücüsü:',
    'Board settings' => 'Tablo ayarları',
    'URL and token' => 'URL veya Belirteç',
    'Webhook settings' => 'Webhook ayarları',
    'URL for task creation:' => 'Görev oluşturma için URL',
    'Reset token' => 'Belirteci sıfırla',
    'API endpoint:' => 'API bitiş noktası:',
    'Refresh interval for private board' => 'Özel tablolar için yenileme sıklığı',
    'Refresh interval for public board' => 'Dışa açık tablolar için yenileme sıklığı',
    'Task highlight period' => 'Görevi öne çıkarma süresi',
    'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => 'Bir görevin yeni değiştirilmiş sayılması için süre (saniye olarak) (Bu özelliği iptal etmek için 0, varsayılan değer 2 gün)',
    'Frequency in second (60 seconds by default)' => 'Saniye olarak frekans (varsayılan 60 saniye)',
    'Frequency in second (0 to disable this feature, 10 seconds by default)' => 'Saniye olarak frekans (Bu özelliği iptal etmek için 0, varsayılan değer 10 saniye)',
    'Application URL' => 'Uygulama URL',
    'Example: http://example.kanboard.net/ (used by email notifications)' => 'Örneğin: http://example.kanboard.net/ (E-posta bildirimleri için kullanılıyor)',
    'Token regenerated.' => 'Beliteç yeniden oluşturuldu.',
    'Date format' => 'Tarih formatı',
    'ISO format is always accepted, example: "%s" and "%s"' => 'ISO formatı her zaman kabul edilir, örneğin: "%s" ve "%s"',
    'New private project' => 'Yeni özel proje',
    'This project is private' => 'Bu proje özel',
    'Type here to create a new sub-task' => 'Yeni bir alt görev oluşturmak için buraya yazın',
    'Add' => 'Ekle',
    'Estimated time: %s hours' => 'Tahmini süre: %s Saat',
    'Time spent: %s hours' => 'Kullanılan süre: %s Saat',
    'Started on %B %e, %Y' => '%B %e %Y tarihinde başlatıldı',
    'Start date' => 'Başlangıç tarihi',
    'Time estimated' => 'Tahmini süre',
    'There is nothing assigned to you.' => 'Size atanan hiçbir şey yok.',
    'My tasks' => 'Görevlerim',
    'Activity stream' => 'Güncel olay akışı',
    'Dashboard' => 'Anasayfa',
    'Confirmation' => 'Onay',
    'Allow everybody to access to this project' => 'Bu projeye herkesin erişimine izin ver',
    'Everybody have access to this project.' => 'Bu projeye herkesin erişimi var.',
    'Webhooks' => 'Webhooks',
    '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ı',
    'Reportings' => 'Raporlar',
    'Task repartition for "%s"' => '"%s" için görev dağılımı',
    'Analytics' => 'Analiz',
    'Subtask' => 'Alt görev',
    'My subtasks' => 'Alt görevlerim',
    'User repartition' => 'Kullanıcı dağılımı',
    'User repartition for "%s"' => '"%s" için kullanıcı dağılımı',
    'Clone this project' => 'Projenin kopyasını oluştur',
    'Column removed successfully.' => 'Sütun başarıyla kaldırıldı.',
    'Not enough data to show the graph.' => 'Grafik gösterimi için yeterli veri yok.',
    'Previous' => 'Önceki',
    'The id must be an integer' => 'ID bir tamsayı olmalı',
    'The project id must be an integer' => 'Proje numarası bir tam sayı olmalı',
    'The status must be an integer' => 'Durum bir tam sayı olmalı',
    'The subtask id is required' => 'Alt görev numarası gerekli',
    'The subtask id must be an integer' => 'Alt görev numarası bir tam sayı olmalı',
    'The task id is required' => 'Görev numarası gerekli',
    'The task id must be an integer' => 'Görev numarası bir tam sayı olmalı',
    'The user id must be an integer' => 'Kullanıcı numarası bir tam sayı olmalı',
    'This value is required' => 'Bu değer gerekli',
    'This value must be numeric' => 'Bu değer sayı olmalı',
    'Unable to create this task.' => 'Bu görev oluşturulamıyor.',
    'Cumulative flow diagram' => 'Kümülatif akış diyagramı',
    'Cumulative flow diagram for "%s"' => '"%s" için kümülatif akış diyagramı',
    'Daily project summary' => 'Günlük proje özeti',
    'Daily project summary export' => 'Günlük proje özetini dışa aktar',
    'Daily project summary export for "%s"' => '"%s" için günlük proje özetinin dışa',
    'Exports' => 'Dışa aktarımlar',
    'This export contains the number of tasks per column grouped per day.' => 'Bu dışa aktarım günlük gruplanmış olarak her sütundaki görev sayısını içerir.',
    'Nothing to preview...' => 'Önizleme yapılacak bir şey yok ...',
    'Preview' => 'Önizleme',
    'Write' => 'Değiştir',
    'Active swimlanes' => 'Aktif Kulvar',
    'Add a new swimlane' => 'Yeni bir Kulvar ekle',
    'Change default swimlane' => 'Varsayılan Kulvarı değiştir',
    'Default swimlane' => 'Varsayılan Kulvar',
    'Do you really want to remove this swimlane: "%s"?' => 'Bu Kulvarı silmek istediğinize emin misiniz?: "%s"?',
    'Inactive swimlanes' => 'Pasif Kulvarlar',
    'Remove a swimlane' => 'Kulvarı sil',
    'Rename' => 'Yeniden adlandır',
    'Show default swimlane' => 'Varsayılan Kulvarı göster',
    'Swimlane modification for the project "%s"' => '"%s" Projesi için Kulvar değişikliği',
    'Swimlane not found.' => 'Kulvar bulunamadı',
    'Swimlane removed successfully.' => 'Kulvar başarıyla kaldırıldı.',
    'Swimlanes' => 'Kulvarlar',
    'Swimlane updated successfully.' => 'Kulvar başarıyla güncellendi.',
    'The default swimlane have been updated successfully.' => 'Varsayılan Kulvarlar başarıyla güncellendi.',
    'Unable to create your swimlane.' => 'Bu Kulvarı oluşturmak mümkün değil.',
    'Unable to remove this swimlane.' => 'Bu Kulvarı silmek mümkün değil.',
    'Unable to update this swimlane.' => 'Bu Kulvarı değiştirmek mümkün değil.',
    'Your swimlane have been created successfully.' => 'Kulvar başarıyla oluşturuldu.',
    'Example: "Bug, Feature Request, Improvement"' => 'Örnek: "Sorun, Özellik talebi, İyileştirme"',
    'Default categories for new projects (Comma-separated)' => 'Yeni projeler için varsayılan kategoriler (Virgül ile ayrılmış)',
    'Integrations' => 'Entegrasyon',
    'Integration with third-party services' => 'Dış servislerle entegrasyon',
    'Subtask Id' => 'Alt görev No:',
    'Subtasks' => 'Alt görevler',
    'Subtasks Export' => 'Alt görevleri dışa aktar',
    'Subtasks exportation for "%s"' => '"%s" için alt görevleri dışa aktarımı',
    'Task Title' => 'Görev Başlığı',
    'Untitled' => 'Başlıksız',
    'Application default' => 'Uygulama varsayılanları',
    'Language:' => 'Dil:',
    'Timezone:' => 'Saat dilimi:',
    'All columns' => 'Tüm sütunlar',
    'Calendar' => 'Takvim',
    'Next' => 'Sonraki',
    '#%d' => '#%d',
    'All swimlanes' => 'Tüm Kulvarlar',
    'All colors' => 'Tüm Renkler',
    'Moved to column %s' => '%s Sütununa taşındı',
    'Change description' => 'Açıklamayı değiştir',
    'User dashboard' => 'Kullanıcı Anasayfası',
    'Allow only one subtask in progress at the same time for a user' => 'Bir kullanıcı için aynı anda yalnızca bir alt göreve izin ver',
    'Edit column "%s"' => '"%s" sütununu değiştir',
    'Select the new status of the subtask: "%s"' => '"%s" alt görevi için yeni durum seçin.',
    'Subtask timesheet' => 'Alt görev için zaman takip tablosu',
    'There is nothing to show.' => 'Gösterilecek hiçbir şey yok.',
    'Time Tracking' => 'Zaman takibi',
    'You already have one subtask in progress' => 'Zaten işlemde olan bir alt görev var',
    'Which parts of the project do you want to duplicate?' => 'Projenin hangi kısımlarının kopyasını oluşturmak istiyorsunuz?',
    'Disallow login form' => 'Giriş formu erişimini engelle',
    'Start' => 'Başlangıç',
    'End' => 'Son',
    'Task age in days' => 'Görev yaşı gün olarak',
    'Days in this column' => 'Bu sütunda geçirilen gün',
    '%dd' => '%dG',
    'Add a link' => 'Link ekle',
    'Add a new link' => 'Yeni link ekle',
    'Do you really want to remove this link: "%s"?' => '"%s" linkini gerçekten silmek istiyor musunuz?',
    'Do you really want to remove this link with task #%d?' => '#%d numaralı görev ile linki gerçekten silmek istiyor musunuz?',
    'Field required' => 'Bu alan gerekli',
    'Link added successfully.' => 'Link başarıyla eklendi.',
    'Link updated successfully.' => 'Link başarıyla güncellendi.',
    'Link removed successfully.' => 'Link başarıyla silindi.',
    'Link labels' => 'Link etiketleri',
    'Link modification' => 'Link değiştirme',
    'Links' => 'Links',
    'Link settings' => 'Link ayarları',
    'Opposite label' => 'Zıt etiket',
    'Remove a link' => 'Bir link silmek',
    'Task\'s links' => 'Görevin linkleri',
    'The labels must be different' => 'Etiketler farklı olmalı',
    'There is no link.' => 'Hiç bir bağ yok',
    'This label must be unique' => 'Bu etiket tek olmalı',
    'Unable to create your link.' => 'Link oluşturulamadı.',
    'Unable to update your link.' => 'Link güncellenemiyor.',
    'Unable to remove this link.' => 'Link kaldırılamıyor',
    'relates to' => 'şununla ilgili',
    'blocks' => 'şunu engelliyor',
    'is blocked by' => 'şunun tarafından engelleniyor',
    'duplicates' => 'şunun kopyasını oluşturuyor',
    'is duplicated by' => 'şunun tarafından kopyası oluşturuluyor',
    'is a child of' => 'şunun astı',
    'is a parent of' => 'şunun üstü',
    'targets milestone' => 'şu kilometre taşını hedefliyor',
    'is a milestone of' => 'şunun için bir kilometre taşı',
    'fixes' => 'düzeltiyor',
    'is fixed by' => 'şunun tarafından düzeltildi',
    'This task' => 'Bu görev',
    '<1h' => '<1s',
    '%dh' => '%ds',
    // '%b %e' => '',
    'Expand tasks' => 'Görevleri genişlet',
    'Collapse tasks' => 'Görevleri daralt',
    'Expand/collapse tasks' => 'Görevleri genişlet/daralt',
    'Close dialog box' => 'İletiyi kapat',
    'Submit a form' => 'Formu gönder',
    'Board view' => 'Tablo görünümü',
    'Keyboard shortcuts' => 'Klavye kısayolları',
    'Open board switcher' => 'Tablo seçim listesini aç',
    'Application' => 'Uygulama',
    'since %B %e, %Y at %k:%M %p' => '%B %e, %Y saat %k:%M %p\'den beri',
    'Compact view' => 'Ekrana sığdır',
    'Horizontal scrolling' => 'Geniş görünüm',
    'Compact/wide view' => 'Ekrana sığdır / Geniş görünüm',
    'No results match:' => 'Uygun sonuç bulunamadı',
    'Currency' => 'Para birimi',
    'Files' => 'Dosyalar',
    'Images' => 'Resimler',
    'Private project' => 'Özel proje',
    // 'AUD - Australian Dollar' => '',
    // 'CAD - Canadian Dollar' => '',
    // 'CHF - Swiss Francs' => '',
    // 'Custom Stylesheet' => '',
    'download' => 'indir',
    // 'EUR - Euro' => '',
    // 'GBP - British Pound' => '',
    // 'INR - Indian Rupee' => '',
    // 'JPY - Japanese Yen' => '',
    // 'NZD - New Zealand Dollar' => '',
    // 'RSD - Serbian dinar' => '',
    // 'USD - US Dollar' => '',
    'Destination column' => 'Hedef Sütun',
    'Move the task to another column when assigned to a user' => 'Bir kullanıcıya atandığında görevi başka bir sütuna taşı',
    'Move the task to another column when assignee is cleared' => 'Atanmış kullanıcı kaldırıldığında görevi başka bir sütuna taşı',
    'Source column' => 'Kaynak sütun',
    'Transitions' => 'Geçişler',
    'Executer' => 'Uygulayıcı',
    'Time spent in the column' => 'Sütunda harcanan süre',
    'Task transitions' => 'Görev geçişleri',
    'Task transitions export' => 'Görev geçişlerini dışa aktar',
    'This report contains all column moves for each task with the date, the user and the time spent for each transition.' => 'Bu rapor her bir görevin sütunlar arası geçişlerini tarih, kullanıcı ve sütunda harcanan zaman detaylarıyla içerir.',
    'Currency rates' => 'Döviz kurları',
    'Rate' => 'Kurlar',
    'Change reference currency' => 'Referans kur değiştir',
    'Add a new currency rate' => 'Yeni bir kur ekle',
    'Reference currency' => 'Referans kur',
    'The currency rate have been added successfully.' => 'Kur başarıyla eklendi',
    'Unable to add this currency rate.' => 'Bu kur eklenemedi',
    // 'Webhook URL' => '',
    '%s remove the assignee of the task %s' => '%s, %s görevinin atanan bilgisini kaldırdı',
    'Enable Gravatar images' => 'Gravatar resimlerini kullanıma aç',
    'Information' => 'Bilgi',
    'Check two factor authentication code' => 'İki kademeli doğrulama kodunu kontrol et',
    'The two factor authentication code is not valid.' => 'İki kademeli doğrulama kodu geçersiz',
    'The two factor authentication code is valid.' => 'İki kademeli doğrulama kodu onaylandı',
    'Code' => 'Kod',
    'Two factor authentication' => 'İki kademeli doğrulama',
    'This QR code contains the key URI: ' => 'Bu QR kodu anahtar URI içerir',
    'Check my code' => 'Kodu kontrol et',
    'Secret key: ' => 'Gizli anahtar',
    'Test your device' => 'Cihazınızı test edin',
    'Assign a color when the task is moved to a specific column' => 'Görev belirli bir sütuna taşındığında rengini değiştir',
    '%s via Kanboard' => '%s Kanboard ile',
    'uploaded by: %s' => '%s tarafından yüklendi',
    'uploaded on: %s' => '%s tarihinda yüklendi',
    'size: %s' => 'Boyut: %s',
    'Burndown chart for "%s"' => '%s icin kalan iş grafiği',
    'Burndown chart' => 'Kalan iş grafiği',
    'This chart show the task complexity over the time (Work Remaining).' => 'Bu grafik zorluk seviyesini zamana göre gösterir (kalan iş)',
    'Screenshot taken %s' => 'Ekran görüntüsü alındı %s',
    'Add a screenshot' => 'Bir ekran görüntüsü ekle',
    'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => 'Bir ekran görüntüsü alın ve buraya yapıştırmak için CTRL+V veya  ⌘+V tuşlarına basın.',
    'Screenshot uploaded successfully.' => 'Ekran görüntüsü başarıyla yüklendi',
    // 'SEK - Swedish Krona' => '',
    'Identifier' => 'Kimlik',
    'Disable two factor authentication' => 'İki kademeli doğrulamayı iptal et',
    'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Bu kullanıcı için iki kademeli doğrulamayı iptal etmek istediğinize emin misiniz: "%s"?',
    'Edit link' => 'Linki düzenle',
    'Start to type task title...' => 'Görev başlığını yazmaya başlayın...',
    'A task cannot be linked to itself' => 'Bir görevden kendine link atanamaz',
    'The exact same link already exists' => 'Birebir aynı link zaten var',
    'Recurrent task is scheduled to be generated' => 'Tekrarlanan görev oluşturulması zamanlandı',
    'Recurring information' => 'Tekrarlanan bilgi',
    'Score' => 'Skor',
    'The identifier must be unique' => 'Kimlik özgün olmalı',
    'This linked task id doesn\'t exists' => 'Link oluşturulan görec kodu mevcut değil',
    'This value must be alphanumeric' => 'Bu değer alfanumerik olmalı',
    'Edit recurrence' => 'Tekrarlanmayı düzenle',
    'Generate recurrent task' => 'Tekrarlanan görev oluştur',
    'Trigger to generate recurrent task' => 'Tekrarlanan görev oluşturmak için tetikleyici',
    'Factor to calculate new due date' => 'Yeni tamamlanma tarihi için hesaplama faktörü',
    'Timeframe to calculate new due date' => 'Yeni tamamlanma tarihinin hesaplanması için zaman dilimi',
    'Base date to calculate new due date' => 'Yeni tamamlanma tarihinin hesaplanması için baz alınacak tarih',
    'Action date' => 'Hareket tarihi',
    'Base date to calculate new due date: ' => 'Yeni tamamlanma tarihinin hesaplanması için baz alınacak tarih',
    'This task has created this child task: ' => 'Bu görev şu alt görevi oluşturdu:',
    'Day(s)' => 'Gün(ler)',
    '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',
    'Trigger to generate recurrent task: ' => 'Tekrarlanan görev oluşturmak için tetikleyici',
    'When task is closed' => 'Görev kapatıldığı zaman',
    'When task is moved from first column' => 'Görev ilk sütundan taşındığı zaman',
    'When task is moved to last column' => 'Görev son sütuna taşındığı zaman',
    'Year(s)' => 'Yıl(lar)',
    'Calendar settings' => 'Takvim ayarları',
    'Project calendar view' => 'Proje takvim görünümü',
    'Project settings' => 'Proje ayarları',
    'Show subtasks based on the time tracking' => 'Zaman takibi bazında alt görevleri göster',
    'Show tasks based on the creation date' => 'Oluşturulma zamanına göre görevleri göster',
    'Show tasks based on the start date' => 'Başlangıç zamanına göre görevleri göster',
    'Subtasks time tracking' => 'Alt görevler zaman takibi',
    'User calendar view' => 'Kullanıcı takvim görünümü',
    'Automatically update the start date' => 'Başlangıç tarihini otomatik olarak güncelle',
    'iCal feed' => 'iCal akışı',
    'Preferences' => 'Ayarlar',
    'Security' => 'Güvenlik',
    'Two factor authentication disabled' => 'İki kademeli doğrulamayı devre dışı bırak',
    'Two factor authentication enabled' => 'İki kademeli doğrulamayı etkinleştir',
    'Unable to update this user.' => 'Bu kullanıcı güncellenemiyor',
    'There is no user management for private projects.' => 'Özel projeler için kullanıcı yönetimi yoktur.',
    'User that will receive the email' => 'Email alacak kullanıcı',
    'Email subject' => 'Email başlığı',
    'Date' => 'Tarih',
    'Add a comment log when moving the task between columns' => 'Görevi sütunlar arasında taşırken yorum kaydı ekle',
    'Move the task to another column when the category is changed' => 'Kategori değiştirildiğinde görevi başka sütuna taşı',
    'Send a task by email to someone' => 'Bir görevi email ile birine gönder',
    'Reopen a task' => 'Bir görevi tekrar aç',
    'Column change' => 'Sütun değişikliği',
    'Position change' => 'Konum değişikliği',
    'Swimlane change' => 'Kulvar değişikliği',
    'Assignee change' => 'Atanan değişikliği',
    '[%s] Overdue tasks' => '[%s] Gecikmiş görevler',
    'Notification' => 'Uyarılar',
    '%s moved the task #%d to the first swimlane' => '%s, #%d görevini birinci kulvara taşıdı',
    '%s moved the task #%d to the swimlane "%s"' => '%s, #%d görevini "%s" kulvarına taşıdı',
    'Swimlane' => 'Kulvar',
    'Gravatar' => 'Gravatar',
    '%s moved the task %s to the first swimlane' => '%s, %s görevini ilk kulvara taşıdı',
    '%s moved the task %s to the swimlane "%s"' => '%s, %s görevini "%s" kulvarına taşıdı',
    'This report contains all subtasks information for the given date range.' => 'Bu rapor belirtilen tarih aralığında tüm alt görev bilgilerini içerir.',
    'This report contains all tasks information for the given date range.' => 'Bu rapor belirtilen tarih aralığında tüm görev bilgilerini içerir.',
    'Project activities for %s' => '%s için proje aktiviteleri',
    'view the board on Kanboard' => 'Tabloyu Kanboard\'da görüntüle',
    'The task have been moved to the first swimlane' => 'Görev birinci kulvara taşındı',
    'The task have been moved to another swimlane:' => 'Görev başka bir kulvara taşındı:',
    'Overdue tasks for the project "%s"' => '"%s" projesi için gecikmiş görevler',
    'New title: %s' => 'Yeni başlık: %s',
    'The task is not assigned anymore' => 'Görev artık atanmamış',
    'New assignee: %s' => 'Yeni atanan: %s',
    'There is no category now' => 'Şu anda kategori yok',
    'New category: %s' => 'Yeni kategori: %s',
    'New color: %s' => 'Yeni renk: %s',
    'New complexity: %d' => 'Yeni zorluk seviyesi: %d',
    'The due date have been removed' => 'Tamamlanma tarihi silindi',
    'There is no description anymore' => 'Artık açıklama yok',
    'Recurrence settings have been modified' => 'Tekrarlanma ayarları değiştirildi',
    'Time spent changed: %sh' => 'Harcanan zaman değiştirildi: %sh',
    'Time estimated changed: %sh' => 'Tahmini süre değiştirildi: %sh',
    'The field "%s" have been updated' => '"%s" hanesi değiştirildi',
    'The description have been modified' => 'Açıklama değiştirildi',
    'Do you really want to close the task "%s" as well as all subtasks?' => '"%s" görevini ve tüm alt görevlerini kapatmak istediğinize emin misiniz?',
    'Swimlane: %s' => 'Kulvar: %s',
    'I want to receive notifications for:' => 'Bununla ilgili bildirimler almak istiyorum:',
    'All tasks' => 'Tüm görevler',
    'Only for tasks assigned to me' => 'Yalnızca bana atanmış görevler için',
    'Only for tasks created by me' => 'Yalnızca benim oluşturduğum görevler için',
    'Only for tasks created by me and assigned to me' => 'Yalnızca benim oluşturduğum ve bana atanmış görevler için',
    '%A' => '%A',
    '%b %e, %Y, %k:%M %p' => '%b %e, %Y, %k:%M %p',
    'New due date: %B %e, %Y' => 'Yeni tamamlanma tarihi: %B %e, %Y',
    'Start date changed: %B %e, %Y' => 'Başlangıç tarihi değiştirildi: %B %e, %Y',
    '%k:%M %p' => '%k:%M %p',
    '%%Y-%%m-%%d' => '%%Y-%%m-%%d',
    'Total for all columns' => 'Tüm sütunlar için toplam',
    'You need at least 2 days of data to show the chart.' => 'Grafiği göstermek için en az iki günlük veriye ihtiyaç var.',
    '<15m' => '<15dk',
    '<30m' => '<30dk',
    'Stop timer' => 'Zamanlayıcıyı durdur',
    'Start timer' => 'Zamanlayıcıyı başlat',
    'Add project member' => 'Proje üyesi ekle',
    'Enable notifications' => 'Bildirimleri etkinleştir',
    'My activity stream' => 'Olay akışım',
    'My calendar' => 'Takvimim',
    'Search tasks' => 'Görevleri ara',
    'Back to the calendar' => 'Takvime geri dön',
    'Filters' => 'Filtreler',
    'Reset filters' => 'Filtreleri sıfırla',
    'My tasks due tomorrow' => 'Yarına tamamlanması gereken görevlerim',
    'Tasks due today' => 'Bugün tamamlanması gereken görevler',
    'Tasks due tomorrow' => 'Yarına tamamlanması gereken görevler',
    'Tasks due yesterday' => 'Dün tamamlanmış olması gereken görevler',
    'Closed tasks' => 'Kapatılmış görevler',
    'Open tasks' => 'Açık görevler',
    'Not assigned' => 'Atanmamış',
    'View advanced search syntax' => 'Gelişmiş arama kodlarını göster',
    'Overview' => 'Genel bakış',
    '%b %e %Y' => '%b %e %Y',
    'Board/Calendar/List view' => 'Tablo/Takvim/Liste görünümü',
    'Switch to the board view' => 'Tablo görünümüne geç',
    'Switch to the calendar view' => 'Takvim görünümüne geç',
    'Switch to the list view' => 'Liste görünümüne geç',
    'Go to the search/filter box' => 'Arama/Filtreleme kutusuna git',
    'There is no activity yet.' => 'Henüz bir aktivite yok.',
    'No tasks found.' => 'Hiç görev bulunamadı.',
    'Keyboard shortcut: "%s"' => 'Klavye kısayolu: "%s"',
    'List' => 'Liste',
    'Filter' => 'Filtre',
    'Advanced search' => 'Gelişmiş arama',
    'Example of query: ' => 'Sorgu örneği',
    'Search by project: ' => 'Projeye göre ara',
    'Search by column: ' => 'Sütuna göre ara',
    'Search by assignee: ' => 'Atanana göre ara',
    'Search by color: ' => 'Renge göre ara',
    'Search by category: ' => 'Kategoriye göre ara',
    'Search by description: ' => 'Açıklamaya göre ara',
    'Search by due date: ' => 'Tamamlanma tarihine göre ara',
    'Lead and Cycle time for "%s"' => '"%s" için teslim ve çevrim süresi',
    'Average time spent into each column for "%s"' => '"%s" için her bir sütunda geçirilen ortalama zaman',
    'Average time spent into each column' => 'Her bir sütunda geçirilen ortalama zaman',
    'Average time spent' => 'Harcanan ortalama zaman',
    'This chart show the average time spent into each column for the last %d tasks.' => 'Bu grafik son %d görev için  her bir sütunda geçirilen ortalama zamanı gösterir.',
    'Average Lead and Cycle time' => 'Ortalama teslim ve çevrim süresi',
    'Average lead time: ' => 'Ortalama teslim süresi',
    'Average cycle time: ' => 'Ortalama çevrim süresi',
    'Cycle Time' => 'Çevrim süresi',
    'Lead Time' => 'Teslim süresi',
    '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',
    'Google Authentication' => 'Google doğrulaması',
    'Help on Google authentication' => 'Google doğrulaması hakkında yardım',
    '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',
    'The lead time is the duration between the task creation and the completion.' => 'Teslim süresi, görevin oluşturulması ile tamamlanması arasında geçen süredir.',
    'The cycle time is the duration between the start date and the completion.' => 'Çevrim süresi, görevin başlangıç tarihi ile tamamlanması arasında geçen süredir.',
    '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',
    'Google Id' => 'Google kimliği',
    '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.',
    'New remote user' => 'Yeni uzak kullanıcı',
    'New local user' => 'Yeni yerel kullanıcı',
    'Default task color' => 'Varsayılan görev rengi',
    'Hide sidebar' => 'Yan menüyü gizle',
    'Expand sidebar' => 'Yan menüyü genişlet',
    'This feature does not work with all browsers.' => 'Bu özellik tüm tarayıcılarla çalışmaz',
    'There is no destination project available.' => 'Seçilebilecek hedef proje yok.',
    'Trigger automatically subtask time tracking' => 'Altgörev zamanlayıcıyı otomatik olarak başlat',
    'Include closed tasks in the cumulative flow diagram' => 'Kümülatif akış diyagramında kapatılmış görevleri de dahil et',
    'Current swimlane: %s' => 'Geçerli kulvar: %s',
    'Current column: %s' => 'Geçerli sütun: %s',
    'Current category: %s' => 'Geçerli kategori: %s',
    'no category' => 'kategori yok',
    'Current assignee: %s' => 'Geçerli atanan: %s',
    'not assigned' => 'atanmamış',
    'Author:' => 'Yazar',
    'contributors' => 'Katkı sağlayanlar',
    'License:' => 'Lisans:',
    'License' => 'Lisans',
    'Enter the text below' => 'Aşağıdaki metni girin',
    'Gantt chart for %s' => '%s için Gantt diyagramı',
    'Sort by position' => 'Pozisyona göre sırala',
    'Sort by date' => 'Tarihe göre sırala',
    'Add task' => 'Görev ekle',
    'Start date:' => 'Başlangıç tarihi:',
    'Due date:' => 'Tamamlanması gereken tarih:',
    'There is no start date or due date for this task.' => 'Bu görev için başlangıç veya tamamlanması gereken tarih yok.',
    'Moving or resizing a task will change the start and due date of the task.' => 'Bir görevin boyutunu değiştirmek, görevin başlangıç ve tamamlanması gereken tarihlerini değiştirir.',
    'There is no task in your project.' => 'Projenizde hiç görev yok.',
    'Gantt chart' => 'Gantt diyagramı',
    'People who are project managers' => 'Proje yöneticisi olan kişiler',
    'People who are project members' => 'Proje üyesi olan kişiler',
    // 'NOK - Norwegian Krone' => '',
    '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ış',
    'Managers' => 'Yöneticiler',
    'Members' => 'Üyeler',
    'Shared project' => 'Paylaşılan proje',
    'Project managers' => 'Proje yöneticileri',
    'Gantt chart for all projects' => 'Tüm projeler için Gantt diyagramı',
    'Projects list' => 'Proje listesi',
    'Gantt chart for this project' => 'Bu proje için Gantt diyagramı',
    'Project board' => 'Proje tablosu',
    '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ı',
    'Start date: %s' => 'Başlangıç tarihi: %s',
    'End date: %s' => 'Bitiş tarihi: %s',
    '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',
    'Documentation' => 'Dokümantasyon',
    'Table of contents' => 'İçindekiler',
    'Gantt' => 'Gantt',
    'Author' => 'Yazar',
    'Version' => 'Versiyon',
    'Plugins' => 'Eklentiler',
    'There is no plugin loaded.' => 'Yüklenmiş bir eklendi yok',
    'Set maximum column height' => 'Maksimum sütun yüksekliğini belirle',
    'Remove maximum column height' => 'Maksimum sütun yüksekliğini iptal et',
    'My notifications' => 'Bildirimlerim',
    'Custom filters' => 'Özel filtreler',
    'Your custom filter have been created successfully.' => 'Özel filtreleriniz başarıyla oluşturuldu.',
    'Unable to create your custom filter.' => 'Özel filtreniz oluşturulamadı.',
    'Custom filter removed successfully.' => 'Özel filtreniz başarıyla silindi.',
    'Unable to remove this custom filter.' => 'Bu özel filtre silinemiyor.',
    'Edit custom filter' => 'Özel filtreyi düzenle',
    'Your custom filter have been updated successfully.' => 'Özel filtreleriniz başarıyla güncellendi.',
    'Unable to update custom filter.' => 'Özel filtre güncellenemiyor.',
    'Web' => 'İnternet',
    'New attachment on task #%d: %s' => '#%d görevinde yeni dosya: %s',
    'New comment on task #%d' => '#%d görevinde yeni yorum',
    'Comment updated on task #%d' => '#%d görevinde yorum güncellendi',
    'New subtask on task #%d' => '#%d görevinde yeni alt görev',
    'Subtask updated on task #%d' => '#%d görevinde alt görev güncellendi',
    'New task #%d: %s' => 'Yeni #%d görevi: %s',
    'Task updated #%d' => '#%d görevi güncellendi',
    'Task #%d closed' => '#%d görevi kapatıldı',
    'Task #%d opened' => '#%d görevi oluşturuldu',
    'Column changed for task #%d' => '#%d görevinin sütunu değişti',
    'New position for task #%d' => '#%d görevinin konumu değişti',
    'Swimlane changed for task #%d' => '#%d görevinin kulvarı değişti',
    'Assignee changed on task #%d' => '#%d görevine atanan değişti',
    '%d overdue tasks' => '%d gecikmiş görev',
    'Task #%d is overdue' => '#%d görevi gecikti',
    'No new notifications.' => 'Yeni bildirim yok.',
    'Mark all as read' => 'Tümünü okunmuş olarak işaretle',
    'Mark as read' => 'Okunmuş olarak işaretle',
    'Total number of tasks in this column across all swimlanes' => 'Bu sutündaki görev sayısının tüm kulvarlardaki toplamı',
    'Collapse swimlane' => 'Kulvarı daralt',
    'Expand swimlane' => 'Kulvarı genişlet',
    'Add a new filter' => 'Yeni bir filtre ekle',
    'Share with all project members' => 'Tüm proje üyeleriyle paylaş',
    'Shared' => 'Paylaşılan',
    'Owner' => 'Sahibi',
    'Unread notifications' => 'Okunmamış bildirimler',
    'My filters' => 'Filtrelerim',
    'Notification methods:' => 'Bildirim yöntemleri:',
    'Import tasks from CSV file' => 'CSV dosyasından görevleri içeri aktar',
    'Unable to read your file' => 'Dosya okunamıyor',
    '%d task(s) have been imported successfully.' => '%d görev başarıyla içeri aktarıldı.',
    'Nothing have been imported!' => 'Hiçbir şey içeri aktarılamadı!',
    'Import users from CSV file' => 'CSV dosyasından kullanıcıları içeri aktar',
    '%d user(s) have been imported successfully.' => '%d kullanıcı başarıyla içeri aktarıldı.',
    'Comma' => 'Virgül',
    'Semi-colon' => 'Noktalı virgül',
    'Tab' => 'Tab',
    'Vertical bar' => 'Dikey çizgi',
    'Double Quote' => 'Tırnak işareti',
    'Single Quote' => 'Kesme işareti',
    '%s attached a file to the task #%d' => '%s, #%d görevine bir dosya ekledi.',
    'There is no column or swimlane activated in your project!' => 'Projenizde etkinleştirilmiş hiç bir sütun veya kulvar yok!',
    'Append filter (instead of replacement)' => 'Fıltreye ekle (üzerine yazmak yerine)',
    'Append/Replace' => 'Ekle/Üzerine yaz',
    'Append' => 'Ekle',
    'Replace' => 'Üzerine yaz',
    'Import' => 'İçeri aktar',
    'change sorting' => 'sıralamayı değiştir',
    'Tasks Importation' => 'Görevleri içeri aktar',
    'Delimiter' => 'Ayırıcı',
    'Enclosure' => 'Enclosure',
    'CSV File' => 'CSV Dosyası',
    'Instructions' => 'Yönergeler',
    'Your file must use the predefined CSV format' => 'Dosyanız önceden belirlenmiş CSV formatını kullanmalı',
    'Your file must be encoded in UTF-8' => 'Dosyanız UTF-8 kodlamasında olmalı',
    'The first row must be the header' => 'İlk satır başlık olmalı',
    'Duplicates are not verified for you' => 'Çift girişler sizin için onaylanmamış',
    'The due date must use the ISO format: YYYY-MM-DD' => 'Tamamlanma tarihi ISO formatını kullanmalı: YYYY-MM-DD',
    'Download CSV template' => 'CSV taslağını indir',
    'No external integration registered.' => 'Hiç dış entegrasyon kaydedilmemiş.',
    'Duplicates are not imported' => 'Çift girişler içeri aktarılmaz',
    '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',
    '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ı',
    'Assignee Name' => 'Atanan İsmi',
    'Groups' => 'Gruplar',
    'Members of %s' => '%s in üyeleri',
    'New group' => 'Yeni grup',
    'Group created successfully.' => 'Grup başarıyla oluşturuldu.',
    'Unable to create your group.' => 'Grup oluşturulamadı.',
    'Edit group' => 'Grubu düzenle',
    'Group updated successfully.' => 'Grup başarıyla güncellendi.',
    'Unable to update your group.' => 'Grup güncellenemedi.',
    'Add group member to "%s"' => '"%s" e grup üyesi ekle',
    'Group member added successfully.' => 'Grup üyesi başarıyla eklendi.',
    'Unable to add group member.' => 'Grup üyesi eklenemedi.',
    'Remove user from group "%s"' => '"%s" grubundan kullanıcı çıkar',
    'User removed successfully from this group.' => 'Kullanıcı bu gruptan başarıyla çıkarıldı.',
    'Unable to remove this user from the group.' => 'Bu kullanıcı bu grubtan çıkarılamadı',
    'Remove group' => 'Grubu sil',
    'Group removed successfully.' => 'Grup başarıyla silindi.',
    'Unable to remove this group.' => 'Grup silinemedi.',
    'Project Permissions' => 'Proje izimleri',
    'Manager' => 'Yönetici',
    'Project Manager' => 'Proje yöneticisi',
    'Project Member' => 'Proje üyesi',
    'Project Viewer' => 'Proje izleyicisi',
    'Your account is locked for %d minutes' => 'Hesabınız %d dakika boyunca kilitlendi',
    'Invalid captcha' => 'Geçersiz captcha',
    'The name must be unique' => 'İsim tekil olmalı',
    'View all groups' => 'Tüm grupları görüntüle',
    'View group members' => 'Grup üyelerini görüntüle',
    '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.',
    'Remove this user' => 'Bu kullanıcıyı sil',
    'Permissions' => 'İzinler',
    'Allowed Users' => 'İzin verilen kullanıcı',
    'No user have been allowed specifically.' => 'Hiç bir kullanıcıya özel olarak izin verilmemiş.',
    'Role' => 'Rol',
    'Enter user name...' => 'Kullanıcı adını girin...',
    'Allowed Groups' => 'İzinli gruplar',
    'No group have been allowed specifically.' => 'Hiç bir gruba özel olarak izin verilmemiş',
    'Group' => 'Grup',
    'Group Name' => 'Grup adı',
    'Enter group name...' => 'Grup adını girin...',
    'Role:' => 'Rol:',
    'Project members' => 'Proje üyeleri',
    'Compare hours for "%s"' => '"%s" için saatleri karşılaştır',
    '%s mentioned you in the task #%d' => '%s sizden #%d görevinde bahsetti',
    '%s mentioned you in a comment on the task #%d' => '%s sizden #%d görevindeki bir yorumda bahsetti',
    'You were mentioned in the task #%d' => '#%d görevinde sizden bahsedildi',
    'You were mentioned in a comment on the task #%d' => '#%d görevindeki bir yorumda sizden bahsedildi',
    'Mentioned' => 'Bahsedilmiş',
    'Compare Estimated Time vs Actual Time' => 'Tahmini süre ile gerçekleşen süreyi karşılaştır',
    'Estimated hours: ' => 'Tahmini saat:',
    'Actual hours: ' => 'Gerçekleşen saat:',
    'Hours Spent' => 'Harcanan saat',
    'Hours Estimated' => 'Tahmini saat',
    'Estimated Time' => 'Tahmini süre',
    'Actual Time' => 'Gerçekleşen süre',
    'Estimated vs actual time' => 'Tahmini vs gerçekleşen süre',
    // 'RUB - Russian Ruble' => '',
    'Assign the task to the person who does the action when the column is changed' => 'Sütun değiştirildiği zaman görevi eylemi gerçekleştiren kişiye ata',
    'Close a task in a specific column' => 'Belirli bir sütundaki görevi kapat',
    'Time-based One-time Password Algorithm' => 'Zamana bağlı tek kullanımlık şifre algoritması',
    'Two-Factor Provider: ' => 'Çift kademeli doğrulama sağlayıcısı',
    'Disable two-factor authentication' => 'Çift kademeli doğrulamayı devre dışı bırak',
    'Enable two-factor authentication' => 'Çift kademeli doğrulamayı etkinleştir',
    'There is no integration registered at the moment.' => 'Şu anda kayıtlı bir entegrasyon bulunmuyor.',
    'Password Reset for Kanboard' => 'Kanboard için şifre sıfırlama',
    'Forgot password?' => 'Şifrenizi mi unuttunuz?',
    'Enable "Forget Password"' => '"Şifremi unuttum" komutunu etkinleştir',
    'Password Reset' => 'Şifre sıfırlama',
    'New password' => 'Yeni şifre',
    'Change Password' => 'Şifreyi değiştir',
    'To reset your password click on this link:' => 'Şifrenizi sıfırlamak için bu linke tıklayın:',
    'Last Password Reset' => 'Son şifre sıfırlama',
    'The password has never been reinitialized.' => 'Şifre hiç bir zaman tekrar başlatılmamış.',
    'Creation' => 'Oluşturulma',
    'Expiration' => 'Sona erme',
    'Password reset history' => 'Şifre sıfırlama geçmişi',
    'All tasks of the column "%s" and the swimlane "%s" have been closed successfully.' => '"%s" sütunu ve "%s" kulvarındaki tüm görevler başarıyla kapatıldı.',
    'Do you really want to close all tasks of this column?' => 'Bu sütundaki tüm görevleri kapatmak istediğinize emin misiniz?',
    '%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '"%s" sütunu ve "%s" kulvarındaki %d görev kapatılacak.',
    'Close all tasks of this column' => 'Bu sütundaki tüm görevleri kapat',
    // 'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => '',
    // 'My dashboard' => '',
    // 'My profile' => '',
    // 'Project owner: ' => '',
    // 'The project identifier is optional and must be alphanumeric, example: MYPROJECT.' => '',
    // 'Project owner' => '',
    // 'Those dates are useful for the project Gantt chart.' => '',
    // 'Private projects do not have users and groups management.' => '',
    // 'There is no project member.' => '',
);