forked from nocobase/locales
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtr-TR.json
More file actions
4328 lines (4328 loc) · 243 KB
/
tr-TR.json
File metadata and controls
4328 lines (4328 loc) · 243 KB
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
{
"@nocobase/client": {
"(Fields only)": "(Sadece alanlar)",
"12 hour": "12 saat",
"24 hour": "24 saat",
"<": "<",
"=": "=",
">": ">",
"ACL": "ACL",
"ASC": "Artan",
"Access": "Erişim",
"Access control": "Access control",
"Accessible": "Erişilebilir",
"Accuracy": "Accuracy",
"Action": "Action",
"Action after successful submission": "Action after successful submission",
"Action column": "İşlem sütunu",
"Action display name": "İşlem görünen adı",
"Action logs": "Eylem günlükleri",
"Action name": "İşlem adı",
"Action on existing records": "Var olan kayıtlarda işlem",
"Action on new records": "Yeni kayıtlarda işlem",
"Action permission": "İşlem yetkisi",
"Action permissions": "İşlem yetkileri",
"Action scope": "İşlem kapsamı",
"Action type": "İşlem Türü",
"Actions": "İşlemler",
"Add": "Add",
"Add & Update": "Add & Update",
"Add Markdown": "Add Markdown",
"Add attach": "Add attach",
"Add block": "Blok ekle",
"Add card": "Kart Ekle",
"Add category": "Add category",
"Add child": "Add child",
"Add child route": "Alt rota ekle",
"Add condition": "Koşul ekle",
"Add condition group": "Koşul grubu ekle",
"Add exportable field": "Dışa aktarılabilir alan ekle",
"Add field": "Alan ekle",
"Add filter": "Filtre ekle",
"Add filter group": "Filtre grubu ekle",
"Add group": "Grup ekle",
"Add link": "Link ekle",
"Add linkage rule": "Add linkage rule",
"Add menu item": "Menüye öğe ekle",
"Add new": "Yeni Ekle",
"Add new mode": "Add new mode",
"Add option": "Seçenek ekle",
"Add page": "Sayfa Ekle",
"Add parameter": "Add parameter",
"Add plugin": "Add plugin",
"Add property": "Add property",
"Add record": "Kayıt Ekle",
"Add role": "Rol ekle",
"Add sort field": "Sıralama alanı ekle",
"Add tab": "Sekme ekle",
"Add template": "Şablon ekle",
"Add text": "Metin ekle",
"Add type": "Tür ekle",
"Add validation rule": "Add validation rule",
"Add {{type}} after \"{{title}}\"": "\"{{title}}\" başlığından sonra {{type}} ekle",
"Add {{type}} before \"{{title}}\"": "\"{{title}}\" başlığından önce {{type}} ekle",
"Add {{type}} in \"{{title}}\"": "\"{{title}}\" başlığının içine {{type}} ekle",
"Advanced type": "Gelişmiş",
"After": "Sonra",
"After change": "Değiştirdikten sonra",
"After clicking the custom button, the following field values will be assigned according to the following form.": "Özel butona tıklandıktan sonra aşağıdaki forma göre aşağıdaki alan değerleri atanacaktır.",
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Özel butona tıklandıktan sonra mevcut kaydın aşağıdaki alanları aşağıdaki forma göre kaydedilecektir.",
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Gizlendikten sonra, bu menü artık menü çubuğunda görünmeyecektir. Tekrar görüntülemek için, yönlendirme yönetimi sayfasına gidip onu yapılandırmanız gerekecektir.",
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Gizlendikten sonra, bu sekme artık sekme çubuğunda görünmeyecek. Onu tekrar göstermek için, rotayı yönetim sayfasına gidip ayarlamanız gerekiyor.",
"After successful bulk update": "After successful bulk update",
"After successful request": "Başarılı istekten sonra",
"After successful save": "Başarılı kaydetmeden sonra",
"After successful submission": "Başarılı gönderimden sonra",
"After successful update": "Başarılı güncellemeden sonra",
"Agenda": "Ajanda",
"All": "All",
"All collections": "All collections",
"All collections use general action permissions by default; permission configured individually will override the default one.": "Tüm koleksiyonlar, varsayılan olarak genel eylem izinlerini kullanır; ayrı ayrı yapılandırılan izin, varsayılanı geçersiz kılar.",
"All events": "All events",
"All plugin settings": "All plugin settings",
"All records": "Tüm kayıtlar",
"Allow": "İzin ver",
"Allow access": "Erişime izin ver",
"Allow action": "İşleme izin ver",
"Allow add new": "Allow add new",
"Allow add new data": "Allow add new data",
"Allow add new, update and delete actions": "Allow add new, update and delete actions",
"Allow adding records to the current collection": "Allow adding records to the current collection",
"Allow disassociation": "Allow disassociation",
"Allow dissociate": "Allow dissociate",
"Allow linking to multiple records": "Birden çok kayda bağlanmaya izin ver",
"Allow multiple": "Birden çok izin ver",
"Allow multiple selection": "Çoklu seçim izni",
"Allow selection of existing records": "Allow selection of existing records",
"Allow sign up": "Kayıt olmaya izin ver",
"Allow to configure plugins": "Allow to configure plugins",
"Allow to desgin pages": "Allow to desgin pages",
"Allow to manage plugins": "Allow to manage plugins",
"Allow uploading multiple files": "Allow uploading multiple files",
"Allows configuration of the whole system, including UI, collections, permissions, etc.": "UI, koleksiyonlar, izinler vb. dahil olmak üzere tüm sistemin yapılandırılmasına izin verir.",
"Allows to clear cache, reboot application": "Allows to clear cache, reboot application",
"Allows to configure interface": "Allows to configure interface",
"Allows to configure plugins": "Allows to configure plugins",
"Allows to install, activate, disable plugins": "Allows to install, activate, disable plugins",
"Alphabet": "Alphabet",
"App error": "App error",
"Application reloading": "Application reloading",
"Are you sure to delete this plugin?": "Bu eklentiyi silmek istediğinizden emin misiniz?",
"Are you sure to disable this plugin?": "Are you sure to disable this plugin?",
"Are you sure you don't want to save?": "kaydetmek istemediğinizden emin misiniz??",
"Are you sure you want to delete it?": "Silmek istediğinizden emin misiniz?",
"Are you sure you want to disassociate it?": "Bağlantıyı kesmek istediğinizden emin misiniz?",
"Are you sure you want to hide these routes in menu?": "Bu rotaları menüde gizlemek istediğinizden emin misiniz?",
"Are you sure you want to hide this menu?": "Bu menüyü gizlemek istediğinizden emin misiniz?",
"Are you sure you want to hide this tab?": "Bu sekmeyi gizlemek istediğinizden emin misiniz?",
"Are you sure you want to perform the Custom request action": "Are you sure you want to perform the Custom request action",
"Are you sure you want to perform the Refresh action?": "Are you sure you want to perform the Refresh action?",
"Are you sure you want to perform the Submit action?": "Are you sure you want to perform the Submit action?",
"Are you sure you want to perform the Trigger workflow action?": "Are you sure you want to perform the Trigger workflow action?",
"Are you sure you want to perform the Update record action?": "Are you sure you want to perform the Update record action?",
"Are you sure you want to perform the {{title}} action?": "Are you sure you want to perform the {{title}} action?",
"Are you sure you want to show these routes in menu?": "Bu rotaları menüde göstermek istediğinizden emin misiniz?",
"Area": "Alan",
"Area chart": "Alan grafiği",
"Assign data scope for the template": "Assign data scope for the template",
"Assign field values": "Alan değerleri ata",
"Associate": "Associate",
"Associated records": "İlişkili kayıtlar",
"Association fields": "Association fields",
"Association fields filter": "Association fields filter",
"Audit logs": "Denetim günlükleri",
"Authentication": "Authentication",
"Author": "Yazar",
"Auto": "Auto",
"Auto increment": "Auto increment",
"AutoGenId": "Auto-generated ID field",
"Automatic close": "Otomatik kapat",
"Automatically drop objects that depend on the collection (such as views), and in turn all objects that depend on those objects": "Automatically drop objects that depend on the collection (such as views), and in turn all objects that depend on those objects",
"Automatically generate default values": "Automatically generate default values",
"Automatically update timestamp on update": "Automatically update timestamp on update",
"Automatically update timestamp to the current server time on update": "Automatically update timestamp to the current server time on update",
"Background Color": "Background Color",
"Bar chart": "Grafik çubuğu",
"Basic": "Temel",
"Before": "Önce",
"Before change": "Değiştirmeden önce",
"Blank block": "Boş blok",
"Block": "Block",
"Block template": "Blok şablonu",
"Block templates": "Blok şablonları",
"Block title": "Blok başlığı",
"Block type": "Blok türü",
"Blocks": "Blocks",
"Blue": "Mavi",
"Bookmark": "Bookmark",
"Boolean": "Boolean",
"Built-in": "Built-in",
"Bulk edit": "Bulk edit",
"Bulk enable": "Bulk enable",
"Bulk update": "Bulk update",
"Button background color": "Buton arkaplan rengi",
"Button icon": "Buton ikonu",
"Button title": "Buton etiketi",
"Calculation engine": "Calculation engine",
"Calendar": "Takvim",
"Calendar collection": "Calendar collection",
"Cancel": "İptal",
"Cascade Select": "Cascade Select",
"Categories": "Categories",
"Category name": "Category name",
"Center": "Center",
"Change password": "Şifre değiştir",
"Changed to": "Changed to",
"Changelog": "Değişiklik günlüğü",
"Chart blocks": "Grafik blokları",
"Chart config": "Grafik yapılandırması",
"Chart title": "Grafik başlığı",
"Chart type": "Grafik türü",
"Checkbox": "Checkbox",
"Checkbox group": "Checkbox grup",
"Children": "Children",
"China region": "Çin bölgesi",
"Choices": "Seçimler",
"Choices fields": "Choices fields",
"City": "Şehir",
"Clear": "Clear",
"Clear cache": "Clear cache",
"Clear default value": "Varsayılan değeri temizle",
"Click or drag file to this area to upload": "Dosyayı yüklemek için buraya tıklayın veya sürükleyin",
"Close": "Kapat",
"Collapse": "Daralt",
"Collapse all": "Collapse all",
"Collection": "Koleksiyonlar",
"Collection category": "Collection category",
"Collection display name": "Koleksiyon görünen adı",
"Collection fields": "Collection fields",
"Collection manager": "Collection manager",
"Collection name": "Koleksiyon adı",
"Collection selector": "Collection selector",
"Collection template": "Collection template",
"Collections": "Collections",
"Collections & Fields": "Koleksiyonlar & Alanlar",
"Color": "Renk",
"Column": "Column",
"Column chart": "Sütun grafiği",
"Column title": "Sütun başlığı",
"Column width": "Column width",
"Coming soon...": "Coming soon...",
"Compact theme": "Compact theme",
"Comparision": "Karşılaştırma",
"Compressed file url": "Sıkıştırılmış dosya bağlantısı",
"Condition": "Condition",
"Configure": "Yapılandır",
"Configure actions": "İşlemleri yapılandır",
"Configure calendar": "Takvimi yapılandır",
"Configure columns": "Sütunları yapılandır",
"Configure field": "Configure field",
"Configure fields": "Alanları düzenle",
"Configure fields of {{title}}": "{{title}} alanlarını düzenle",
"Configure permission": "İzin yapılandırma",
"Configure permissions": "Yetkileri yapılandır",
"Confirm": "Confirm",
"Confirm password": "Şifre doğrulama",
"Connect data blocks": "Veri bloklarını bağla",
"Connect to database view": "Connect to database view",
"Constant": "Constant",
"Constant value": "Sabit değer",
"Contain": "Contain",
"Content": "Content",
"Convert reference to duplicate": "Referansı kopyaya dönüştür",
"Copy into the form and continue to fill in": "Copy into the form and continue to fill in",
"Cover": "Cover",
"Create": "Create",
"Create an account": "Hesap oluştur",
"Create calendar block": "Takvim bloğu oluştur",
"Create collection": "Koleksiyon oluştur",
"Create form": "Form oluştur",
"Create gantt block": "Create gantt block",
"Create inverse field in the target collection": "Create inverse field in the target collection",
"Create kanban block": "Kanban bloğu oluştur",
"Create template": "Şablon oluştur",
"Created at": "Oluşturulma zamanı",
"Created by": "Oluşturan kişi",
"CreatedAt": "CreatedAt",
"CreatedBy": "CreatedBy",
"Current collection": "Seçili koleksiyon",
"Current form": "Current form",
"Current object": "Current object",
"Current popup record": "Açılır pencere kaydı",
"Current record": "Seçili kayıt",
"Current record blocks": "Mevcut kayıt blokları",
"Current role": "Seçili rol",
"Current time": "Current time",
"Current user": "Seçili kullanıcı",
"Custom": "Custom",
"Custom Title": "Özel Başlık",
"Custom column name": "Özel sütun adı",
"Custom column title": "Özel sütun başlığı",
"Custom field display name": "Özel alan görünen adı",
"Custom name": "Özel isim",
"Custom request": "Özel istek",
"Custom title": "Custom title",
"Customize": "Özelleştir",
"Cyan": "Camgöbeği",
"DESC": "Azalan",
"Daily": "Daily",
"Danger red": "Tehlikeli kırmızı",
"Dashed": "Dashed",
"Data Model": "Data Model",
"Data blocks": "Veri Blokları",
"Data changes": "Veri değişiklikleri",
"Data fields": "Veri alanları",
"Data loading mode": "Veri yükleme modu",
"Data model": "Data model",
"Data model tools": "Data model tools",
"Data scope": "Veri kapsamı",
"Data source": "veri kaynağı",
"Data source permissions": "Data source permissions",
"Data sources": "Data sources",
"Data template": "Veri şablonu",
"Data will be updated": "Data will be updated",
"DataSource": "Veri Kaynağı",
"Date": "Tarih",
"Date & Time": "Tarih & Saat",
"Date display format": "Date display format",
"Date format": "Tarih formatı",
"Date range limit": "Date range limit",
"Date variables": "Date variables",
"DateOnly": "DateOnly",
"Datetime": "Datetime",
"Datetime (with time zone)": "Datetime (with time zone)",
"Datetime (without time zone)": "Datetime (without time zone)",
"Day": "Gün",
"Day/Month/Year": "Gün/Ay/Yıl",
"Default": "Varsayılan",
"Default collapse": "Default collapse",
"Default is the ID field": "Varsayılan ID alanıdır",
"Default role": "Varsayılan rol",
"Default theme": "Default theme",
"Default title for each record": "Her kayıt için varsayılan başlık",
"Default value": "Default value",
"Default value to current server time": "Default value to current server time",
"Default value to current time": "Default value to current time",
"Delete": "Sil",
"Delete Event": "Delete Event",
"Delete action": "İşlemi sil",
"Delete block": "Bloğu sil",
"Delete category": "Delete category",
"Delete collection": "Delete collection",
"Delete events": "Delete events",
"Delete field": "Alanı sil",
"Delete menu item": "Menü öğesini sil",
"Delete record": "Kaydı sil",
"Delete role": "Rol sil",
"Delete route": "Rota sil",
"Delete routes": "Rotaları sil",
"Delete table column": "Tablo sütununu sil",
"Delete this event?": "Delete this event?",
"Department name": "Department name",
"Departments": "Departments",
"Dependencies check": "Bağımlılıkların kontrolü",
"Dependencies check failed": "Bağımlılıkların kontrolü başarısız oldu",
"Dependencies check failed, can't enable.": "Bağımlılık kontrolü başarısız oldu, etkinleştirilemiyor.",
"Dependencies compatibility check": "Bağımlılık uyumluluğu kontrolü",
"Description": "Açıklama",
"Desktop device": "Desktop device",
"Desktop routes": "Masaüstü rotalar",
"Details": "Detaylar",
"Determine whether a record exists by the following fields": "Determine whether a record exists by the following fields",
"Dialog": "Pencere",
"Direct duplicate": "Direct duplicate",
"Disable": "Disable",
"Disable tabs": "Sekmeleri pasifleştir",
"Disabled": "Disabled",
"Disassociate": "Bağlantıyı kes",
"Disassociate record": "Kaydı bağlantıyı kes",
"Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page": "Her sayfada <1><0>10</0><1>20</1><2>50</2><3>100</3></1> adet gösterim",
"Display <icon></icon> when unchecked": "Display <icon></icon> when unchecked",
"Display association fields": "Display association fields",
"Display data template selector": "Veri şablonu seçicisini görüntüle",
"Display field title": "Display field title",
"Display fields": "Koleksiyon alanlarını görüntüle",
"Display name": "Görünen ad",
"Display order number": "Sıra numarasını göster",
"Display page title": "Display page title",
"Display title": "Display title",
"DisplayName": "Görünen Ad",
"Divide by": "Divide by",
"Divider line color": "Divider line color",
"Do not concatenate search params in the URL": "Do not concatenate search params in the URL",
"Do not load data when filter is empty": "Filtre boş olduğunda veri yükleme",
"Docs": "Docs",
"Done": "Done",
"Double click to choose entire object": "Double click to choose entire object",
"Download": "Download",
"Download logs": "Download logs",
"Drag and drop sorting field": "Drag and drop sorting field",
"Drag and drop the file here or click to upload, file size should not exceed 30M": "Dosyayı buraya sürükleyin veya yüklemek için tıklayın, dosya boyutu 30M'i geçmemelidir",
"Dragging": "Sürükleme",
"Drawer": "Çekmece",
"Dropdown": "Dropdown",
"Duplicate": "Duplicate",
"Duplicate and continue": "Duplicate and continue",
"Duplicate mode": "Duplicate mode",
"Duplicate template": "Şablonun kopyasını oluştur",
"Duplicating": "Duplicating",
"Dynamic value": "Dinamik değer",
"Easy reading": "Easy reading",
"Easy-reading": "Easy-reading",
"Edit": "Düzenle",
"Edit block title": "Blok başlığını düzenle",
"Edit block title & description": "Edit block title & description",
"Edit button": "Düzenle butonu",
"Edit category": "Edit category",
"Edit chart": "Grafiği düzenle",
"Edit collection": "Koleksiyon düzenle",
"Edit description": "Açıklamayı düzenle",
"Edit field": "Alan düzenle",
"Edit field title": "Alan başlığını düzenle",
"Edit form": "Formu düzenle",
"Edit group title": "Edit group title",
"Edit link": "Edit link",
"Edit markdown": "İşaretlemeyi düzenle",
"Edit menu item": "Menü öğesi düzenle",
"Edit page title": "Edit page title",
"Edit profile": "Profil düzenle",
"Edit record": "Kaydı düzenle",
"Edit role": "Rol düzenle",
"Edit tab": "Sekme düzenle",
"Edit tooltip": "İpucunu düzenle",
"Editable": "Editable",
"Ellipsis": "Ellipsis",
"Ellipsis overflow content": "Üç nokta ile taşan içerik",
"Email": "Eposta",
"Empty": "Empty",
"Enable": "Enable",
"Enable SMS authentication": "Enable SMS authentication",
"Enable actions": "İşlemleri aktifleştir",
"Enable child collections": "Enable child collections",
"Enable drag and drop sorting": "Sürükle-Bırak sıralamayı aktif et",
"Enable form data template": "Enable form data template",
"Enable link": "Enable link",
"Enable page header": "Enable page header",
"Enable page tabs": "Enable page tabs",
"Enable secondary confirmation": "Enable secondary confirmation",
"Enabled": "Enabled",
"Enabled languages": "Aktif diller",
"End date field": "Bitiş tarihi alanı",
"Error message": "Error message",
"Event": "Olay",
"Execute": "Execute",
"Exists": "Var olanlar",
"Expand All": "Tümünü genişlet",
"Expand all": "Expand all",
"Expand/Collapse": "Expand/Collapse",
"Export": "Dışarı aktar",
"Exportable fields": "Dışa aktarılabilir alanlar",
"Expression": "Expression",
"Expression collection": "Expression collection",
"Failed to load plugin": "Failed to load plugin",
"False": "False",
"Feedback": "Geri bildirim",
"Field": "Alan",
"Field component": "Alan bileşeni",
"Field display name": "Alan görünen adı",
"Field interface": "Alan arayüzü",
"Field mode": "Field mode",
"Field name": "Alan adı",
"Field permission": "Alan yetkisi",
"Field source": "Field source",
"Field title": "Alan başlığı",
"Field type": "Alan türü",
"Field value changes": "Alan değeri değişiklikleri",
"Field value do not meet the requirements": "Field value do not meet the requirements",
"Field value size is": "Field value size is",
"Field values must be unique.": "Field values must be unique.",
"Fields": "Alanlar",
"Fields can only be used correctly if they are defined with an interface.": "Fields can only be used correctly if they are defined with an interface.",
"Fields values": "Alanların değerleri",
"File manager": "File manager",
"File size exceeds the limit": "File size exceeds the limit",
"File size should not exceed {{size}}.": "File size should not exceed {{size}}.",
"File type is not allowed": "File type is not allowed",
"File type is not supported for previewing, please download it to preview.": "File type is not supported for previewing, please download it to preview.",
"Fill": "Fill",
"Filled": "Filled",
"Filter": "Filtre",
"Filter blocks": "Filtre blokları",
"Filter data based on the specific field, with the requirement that the field value must be unique.": "Filter data based on the specific field, with the requirement that the field value must be unique.",
"Filter out a single piece or a group of records as a template": "Filter out a single piece or a group of records as a template",
"Filter target key": "Filter target key",
"Filterable fields": "Filtrelenebilir alanlar",
"Find by the following fields": "Find by the following fields",
"First or create": "First or create",
"Fix block": "Fix block",
"Fixed": "Fixed",
"Flexible popup": "Esnek popup",
"Foreign key": "Yabancı anahtar",
"Foreign key 1": "Yabancı anahtar 1",
"Foreign key 2": "Yabancı anahtar 2",
"Form": "Form",
"Form (Add new)": "Form (Yeni ekle)",
"Form (Edit)": "Form (Düzenle)",
"Form data templates": "Form veri şablonları",
"Form values": "Form değerleri",
"Format": "Format",
"Formula": "Formül",
"Formula description": "Aynı kayıttaki diğer alanlara dayalı olarak her kayıtta bir değer hesaplayın.",
"Formula error.": "Formül hatalı.",
"Formula mode": "Formül modu",
"Formula.js supports most Microsoft Excel formula functions.": "Formula.js supports most Microsoft Excel formula functions.",
"Full height": "Full height",
"Function": "Fonksiyon",
"Gantt": "Gantt",
"Geek blue": "Geek blue",
"General": "Genel",
"General action permissions": "Genel işlem izinleri",
"General collection": "General collection",
"General fields": "General fields",
"General permissions": "Genel izinler",
"Generated automatically if left blank": "Generated automatically if left blank",
"Generic properties": "Generic properties",
"Global action permissions": "Sistem geneli işlem izinleri",
"Global permissions": "Sistem geneli izinler",
"Gold": "Altın",
"Green": "Yeşil",
"Grid Card": "Grid Card",
"Group": "Grup",
"Grouped sorting": "Grouped sorting",
"Grouping field": "Alan gruplandırma",
"Half of day": "Half of day",
"Handbook": "Kullanıcı kılavuzu",
"Hidden": "Hidden",
"Hidden(reserved value)": "Hidden(reserved value)",
"Hide": "Gizle",
"Hide column": "Sütunu gizle",
"Hide in menu": "Menüde gizle",
"Highlight": "Vurgulu",
"Home page": "Anasayfa",
"Homepage": "Anasayfa",
"Horizontal": "Horizontal",
"Hour": "Hour",
"ID": "ID",
"Icon": "İkon",
"Identifier for program usage. Support letters, numbers and underscores, must start with an letter.": "Identifier for program usage. Support letters, numbers and underscores, must start with an letter.",
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.",
"If collection inherits, choose inherited collections as templates": "Koleksiyon miras alırsa, kalıtılan koleksiyonları şablon olarak seçin",
"If selected, the page will display Tab pages.": "Seçildiğinde, sayfa Tab sayfalarını görüntüleyecektir.",
"If selected, the route will be displayed in the menu.": "Seçildiğinde, yol menüde görüntülenecektir.",
"If the compatibility check fails, you should change the dependent version to meet the version requirements.": "Uyumluluk kontrolü başarısız olursa, bağımlı olan sürümü değiştirmeniz gerekmektedir.",
"Import": "Import",
"Importable fields": "Importable fields",
"In configuration": "Yapılandırmada",
"In configuration mode, the entire column becomes transparent. In non-configuration mode, the entire column will be hidden. Even if the entire column is hidden, its configured default values and other settings will still take effect.": "Yapılandırma modunda, tüm sütun tamamen saydamlık alır. Yapılandırma modu olmayan durumda, tüm sütun gizlenir. Tamamen sütun gizlendiğinde bile, yapılandırılmış varsayılan değerleri ve diğer ayarları hâlâ etkin olur.",
"Incomplete uploading files need to be resolved": "Incomplete uploading files need to be resolved",
"Index": "Index",
"Individual": "Bireysel",
"Inherited fields": "Inherited fields",
"Inherits": "Inherits",
"Inner": "Inner",
"Input +, -, *, /, ( ) to calculate, input @ to open field variables.": "Input +, -, *, /, ( ) to calculate, input @ to open field variables.",
"Insert": "Ekle",
"Insert above": "Yukarıya ekle",
"Insert after": "Sonrasına ekle",
"Insert before": "Öncesine ekle",
"Insert below": "Aşağıya ekle",
"Insert if not exists": "Insert if not exists",
"Insert if not exists, or update": "Insert if not exists, or update",
"Insert inner": "İçine yerleştir",
"Insert left": "Sola yerleştir",
"Insert right": "Sağa yerleştir",
"Installing": "Yükleniyor",
"Integer": "Tamsayı",
"Invalid JSON format": "Hatalı JSON formatı",
"Inverse field display name": "Inverse field display name",
"Inverse field name": "Inverse field name",
"Inverse relationship type": "Inverse relationship type",
"Junction collection": "Bağlantı koleksiyonu",
"Kanban": "Kanban",
"Label align": "Label align",
"Label field": "Etiket alanı",
"Label width": "Label width",
"Language": "Dil",
"Large": "Large",
"Large screen device": "Large screen device",
"Last 30 days": "Son 30 Gün",
"Last 7 days": "Son 7 Gün",
"Last 90 days": "Son 90 Gün",
"Last month": "Geçen Ay",
"Last quarter": "Geçen Çeyrek",
"Last updated": "Son güncelleme",
"Last updated at": "Son güncelleme zamanı",
"Last updated by": "Son güncelleyen kişi",
"Last week": "Geçen Hafta",
"Last year": "Geçen Yıl",
"Layout": "Layout",
"Leave it blank, unless you need a custom intermediate table": "Özel bir ara tabloya ihtiyacınız yoksa boş bırakın",
"Left": "Left",
"Left fixed": "Left fixed",
"Length": "Length",
"License": "Lisans",
"Lime": "Limon sarısı",
"Line break": "Line break",
"Line chart": "Çizgi grafik",
"Link": "Link",
"Link to": "Link to",
"Link to description": "Used to create collection relationships quickly and compatible with most common scenarios. Suitable for non-developer use. When present as a field, it is a drop-down selection used to select records from the target collection. Once created, it will simultaneously generate the associated fields of the current collection in the target collection.",
"Linkage rule": "Linkage rule",
"Linkage rules": "Linkage rules",
"Linkage with form fields": "Linkage with form fields",
"List": "List",
"Load all data when filter is empty": "Filtre boş olduğunda tüm verileri yükle",
"Local": "Local",
"Log in with an existing account": "Mevcut bir hesapla giriş yapın",
"Logging and monitoring": "Logging and monitoring",
"Logo": "Logo",
"Long text": "Uzun metin",
"Magenta": "Macenta",
"Main": "Main",
"Main department": "Main department",
"Manage all settings": "Manage all settings",
"Manually close": "Manuel kapat",
"Many to many": "Çoka-Çok",
"Many to many description": "Çoktan çoğa ilişkiler oluşturmak için kullanılır. Örneğin, bir öğrencinin birçok öğretmeni olacak ve bir öğretmenin birçok öğrencisi olacaktır. Bir alan olarak mevcut olduğunda, ilişkili koleksiyondan kayıtları seçmek için kullanılan bir açılır seçimdir.",
"Many to one": "Çoka-Bir",
"Many to one description": "Çoktan bire ilişkiler oluşturmak için kullanılır. Örneğin, bir şehir sadece bir ülkeye ait olabilir ve bir ülkenin birçok şehri olabilir. Bir alan olarak mevcut olduğunda, ilişkili koleksiyondan kayıt seçmek için kullanılan bir açılır seçimdir. Oluşturulduktan sonra, ilişkili koleksiyonda bire çok alanı otomatik olarak oluşturulur.",
"Markdown": "İşaretle",
"Marketplace": "Marketplace",
"Math.js comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types.": "Math.js comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types.",
"Max length": "Max length",
"Max length must greater than min length": "Max length must greater than min length",
"MaxDate": "MaxDate",
"Maximum": "Maximum",
"Maximum must greater than minimum": "Maximum must greater than minimum",
"Media": "Medya",
"Meet <1><0>All</0><1>Any</1></1> conditions in the group": "Meet <1><0>All</0><1>Any</1></1> conditions in the group",
"Menu": "Menu",
"Menu item icon": "Menü öğe ikonu",
"Menu item name": "Menü öğe adı",
"Menu item title": "Menü öğe başlığı",
"Menu permissions": "Menü yetkileri",
"Message popup close method": "Message popup close method",
"Middle": "Middle",
"Millisecond": "Millisecond",
"Min length": "Min length",
"Min length must less than max length": "Min length must less than max length",
"MinDate": "MinDate",
"Minimum": "Minimum",
"Minimum must less than maximum": "Minimum must less than maximum",
"Mobile routes": "Mobil rotalar",
"Modal add": "Modal add",
"Month": "Ay",
"Monthly": "Monthly",
"More details": "Daha fazla detay",
"More options": "More options",
"Move to": "Taşınacak yer",
"Move {{title}} to": "{{title}} başlığını taşınacağı yer",
"Multiple select": "Multi Select",
"Multiply by": "Multiply by",
"Must be 1-50 characters in length (excluding @.<>\"'/)": "Must be 1-50 characters in length (excluding @.<>\"'/)",
"Must select to the last level": "Son seviyeye kadar seçilmelidir",
"Name": "Adı",
"Navigate": "Navigate",
"New menu items are allowed to be accessed by default.": "Yeni menü öğelerine varsayılan olarak erişilmesine izin verilir.",
"New password": "Yeni şifre",
"New plugin": "Yeni eklenti",
"New routes are allowed to be accessed by default": "Yeni rotalar varsayılan olarak erişilebilir",
"Next 30 days": "Sonraki 30 Gün",
"Next 7 days": "Sonraki 7 Gün",
"Next 90 days": "Sonraki 90 Gün",
"Next month": "Gelecek Ay",
"Next quarter": "Gelecek Çeyrek",
"Next week": "Gelecek Hafta",
"Next year": "Gelecek Yıl",
"Nickname": "Rumuz",
"No": "Hayır",
"No CHANGELOG.md file": "CHANGELOG.md dosyası bulunmamaktadır",
"No README.md file": "README.md dosyası bulunmamaktadır",
"No blocks to connect": "Bağlanacak blok yok",
"No configuration available.": "No configuration available.",
"No data": "No data",
"None": "Boş",
"Normal": "Normal",
"Not enabled": "Etkin değil",
"Not fixed": "Not fixed",
"Not required": "Not required",
"Notification": "Notification",
"Now": "Now",
"Npm package": "Npm paketi",
"Npm package name": "Npm paket adı",
"Null": "Null",
"Number": "Numara",
"Object Fit": "Object Fit",
"Off": "Off",
"Official plugin": "Resmi eklenti",
"Old password": "Eski şifre",
"On": "On",
"One to many": "Bire-Çok",
"One to many description": "Bire çok ilişkisi oluşturmak için kullanılır. Örneğin, bir ülkenin birçok şehri olacaktır ve bir şehir yalnızca bir ülkede olabilir. Alan olarak mevcut olduğunda, ilişkili koleksiyonun kayıtlarını görüntüleyen bir alt tablodur. Oluşturulduğunda, ilişkili koleksiyonda bir Çoktan bire alanı otomatik olarak oluşturulur.",
"One to one": "Bire-Bir",
"One to one (belongs to)": "Bire-Bir (ait)",
"One to one (has one)": "Bire-Bir (bir tane var)",
"One to one description": "Bire bir ilişkiler oluşturmak için kullanılır. Örneğin, bir kullanıcının bir profili vardır.",
"Only the selected fields will be used as the initialization data for the form": "Yalnızca seçilen alanlar, formun başlangıç verileri olarak kullanılacaktır",
"Open in new window": "Yeni pencerede aç",
"Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": "Açılış Şekli<1><0>Popup Ekran</0><1>Yan Çekmece</1><2>Sayfa</2></1>",
"Open mode": "Açılış türü",
"Operate on existing data": "Var olan verilerle çalış",
"Operate on new data": "Yeni verilerle çalış",
"Operation failed": "Operasyon başarısız",
"Operation succeeded": "Operasyon başarılı",
"Operator": "Operator",
"Option label": "Seçenek etiketi",
"Option value": "Seçenek değeri",
"Options": "Seçenekler",
"Orange": "Turuncu",
"Original field title: ": "Orijinal alan başlığı: ",
"Original name": "Orjinal isim",
"Original title: ": "Orjinal başlık: ",
"Other": "Other",
"Other blocks": "Diğer bloklar",
"Other chart": "Diğer grafik",
"Other collections": "Diğer koleksiyonlar",
"Other records": "Diğer kayıtlar",
"Others": "Diğerleri",
"Outlined": "Outlined",
"Override": "Override",
"Override field": "Override field",
"Oversized": "Oversized",
"Own records": "Kendi kayıtları",
"Owners": "Owners",
"PK & FK fields": "PK & FK fields",
"Package name": "Package name",
"PackageName": "Paket Adı",
"Page": "Sayfa",
"Page number": "Page number",
"Page size": "Page size",
"Parent": "Parent",
"Parent ID": "Parent ID",
"Parent collection fields": "Parent collection fields",
"Parent object": "Üst nesne",
"Parent popup record": "Üst açılır pencere kaydı",
"Parent record": "Üst kayıt",
"Password": "Şifre",
"Password mismatch": "Şifre eşleşmiyor",
"Path": "Yol",
"Pattern": "Pattern",
"Percent": "Yüzde",
"Perform the Custom request": "Perform the Custom request",
"Perform the Refresh": "Perform the Refresh",
"Perform the Submit": "Perform the Submit",
"Perform the Trigger workflow": "Perform the Trigger workflow",
"Perform the Update record": "Perform the Update record",
"Perform the {{title}}": "Perform the {{title}}",
"Permission deined": "Permission denied",
"Permission denied": "Permission denied",
"Permission policy": "İzin politikası",
"Phone": "Telefon",
"Phone device": "Phone device",
"Picker": "Picker",
"Pie chart": "Pasta grafik",
"Please add or select record": "Please add or select record",
"Please configure the URL": "Please configure the URL",
"Please configure the duplicate fields": "Please configure the duplicate fields",
"Please confirm the SQL statement first": "Please confirm the SQL statement first",
"Please fill in the iframe URL": "Please fill in the iframe URL",
"Please select the records to be updated": "Please select the records to be updated",
"Please select time or variable": "Please select time or variable",
"Please use a valid SELECT or WITH AS statement": "Please use a valid SELECT or WITH AS statement",
"Plugin": "Plugin",
"Plugin Zip File": "Eklenti Zip Dosyası",
"Plugin dependencies check failed": "Plugin dependencies check failed",
"Plugin dependencies check failed, you should change the dependent version to meet the version requirements.": "Plugin dependencies check failed, you should change the dependent version to meet the version requirements.",
"Plugin dependency version mismatch": "Plugin dependency version mismatch",
"Plugin loading failed. Please check the server logs.": "Eklenti yüklenemedi. Lütfen sunucu günlüklerini kontrol edin.",
"Plugin manager": "Plugin manager",
"Plugin name": "Plugin name",
"Plugin settings": "Plugin settings",
"Plugin settings permissions": "Plugin settings permissions",
"Plugin source": "Plugin source",
"Plugin starting...": "Eklenti başlatılıyor...",
"Plugin stopping...": "Eklenti durduruluyor...",
"Plugin tab name": "Plugin tab name",
"Plugin's version": "Eklentinin sürümü",
"Pop-up": "Pop-up",
"Popup": "Açılır Pencere",
"Popup close method": "Açılır pencere kapatma metodu",
"Popup form": "Popup form",
"Popup message": "Açılır mesaj",
"Popup size": "Popup size",
"Position": "Pozisyon",
"Precision": "Kesinlik",
"Prefix": "Prefix",
"Preset fields": "Preset fields",
"Prettify": "Prettify",
"Preview": "Preview",
"Primary": "Primary",
"Primary key, unique identifier, self growth": "Primary key, unique identifier, self growth",
"Print": "Yazdır",
"Problematic": "Problematic",
"Progress field": "Progress field",
"Properties": "Properties",
"Providing certain collections as options for users, typically used in polymorphic or inheritance scenarios": "Providing certain collections as options for users, typically used in polymorphic or inheritance scenarios",
"Province": "Bölge",
"Province/city/area name": "Semt/şehir/bölge adı",
"Purple": "Mor",
"Quarter": "Quarter",
"Quarter of day": "Quarter of day",
"QuarterYear": "QuarterYear",
"Quick add": "Quick add",
"Quick create": "Quick create",
"Quick duplicate": "Quick duplicate",
"Quick upload": "Hızlı yükleme",
"Radio group": "Radio Seçim grup",
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": "Rastgele oluşturulur ve değiştirilebilir. Desteklenen içerik; harfler, sayılar ve alt çizgiler. Bir harfle başlamalıdır.",
"Read only": "Read only",
"Readme": "Okuma Dosyası",
"Readonly": "Readonly",
"Record ID": "Kayıt ID",
"Record picker": "Record picker",
"Record unique key": "Record unique key",
"Records can be sorted": "Records can be sorted",
"Records per page": "Sayfa başına kayıt",
"Red": "Kırmızı",
"Redirect to": "Yönlendirilecek yer",
"Reference template": "Referans şablon",
"Refresh": "Yenile",
"Refresh data on action": "Refresh data on action",
"Refresh data on close": "Refresh data on close",
"Regular expression": "Model(Pattern)",
"Related collection": "Bağlantılı koleksiyon",
"Relation": "Relation",
"Relationship blocks": "İlişki blokları",
"Relationship type": "Bağlantı türü",
"Reload application": "Reload application",
"Remains the same": "Remains the same",
"Remove": "Remove",
"Render Failed": "Oluşturma başarısız",
"Repeats": "Repeats",
"Request API": "API İsteği",
"Request URL": "İstek URL adresi",
"Request body": "İstek gövde",
"Request headers": "İstek başlıkları",
"Request method": "İstek türü",
"Request query parameters": "İstek sorgusu parametreleri",
"Request settings": "İstek ayarları",
"Request success": "İstek başarılı",
"Required": "Zorunlu",
"Reset": "Sıfırla",
"Restart": "Restart",
"Restart application": "Restart application",
"Result": "Sonuç",
"Retry after {{count}} seconds": "Retry after {{count}} seconds",
"Return to the main application": "Return to the main application",
"Return to the previous popup or page": "Return to the previous popup or page",
"Rich Text": "Zengin Metin",
"Right": "Right",
"Right fixed": "Right fixed",
"Role UID": "Rol UID",
"Role display name": "Rol görünen adı",
"Role name": "Rol adı",
"Roles": "Roller",
"Roles & Permissions": "Roller & Yetkilendirmeler",
"Route name": "Rota adı",
"Route permissions": "Rota izinleri",
"Routes": "Rotalar",
"SQL collection": "SQL collection",
"Save": "Kaydet",
"Save action": "Kaydet işlemi",
"Save as block template": "Blok şablonu olarak kaydet",
"Save as template": "Şablon olarak kaydet",
"Save conditions": "Koşulları kaydet",
"Save mode": "Save mode",
"Save record": "Kaydı kaydet",
"Saved successfully": "Başarıyla kaydedildi",
"Scale Down": "Scale Down",
"Scientifix notation": "Scientifix notation",
"Scope name": "Kapsam adı",
"Screen size": "Screen size",
"Search": "Search",
"Search and select collection": "Koleksiyon ara ve seç",
"Search parameters": "Search parameters",
"Search plugin": "Eklenti ara",
"Search plugin...": "Search plugin...",
"Second": "Second",
"Secondary confirmation": "Secondary confirmation",
"Security": "Security",
"Select": "Select",
"Select a variable": "Select a variable",
"Select all": "Select all",
"Select an existing piece of data as the initialization data for the form": "Formun başlangıç verileri olarak mevcut bir veri parçasını seçin",
"Select collection": "Koleksiyon seçin",
"Select data source": "Veri kaynağını seç",
"Select field": "Select field",
"Select file": "Dosya seç",
"Select grouping field": "Gruplandırma alanını seç",
"Select icon": "İkon seç",
"Select level": "Seviye seç",
"Select record": "Kayıt seç",
"Select template": "Şablon seç",
"Select view": "Görünüm seç",
"Selected": "Selected",
"Selector": "Selector",
"Selector mode": "Selector mode",
"Send code": "Send code",
"Separator": "Separator",
"Set Template Engine": "Set Template Engine",
"Set block height": "Set block height",
"Set block layout": "Set block layout",
"Set data loading mode": "Veri yükleme modunu ayarla",
"Set default sorting rules": "Varsayılan sıralama kurallarını ayarla",
"Set default value": "Set default value",
"Set the count of columns displayed in a row": "Set the count of columns displayed in a row",
"Set the data scope": "Veri kapsamını ayarla",
"Set validation rules": "Set validation rules",
"Setting": "Setting",
"Settings": "Settings",
"Show file name": "Show file name",
"Show in menu": "Menüde göster",
"Show lunar": "Show lunar",
"Show time": "Zamanı göster",
"Sign in": "Giriş yap",
"Sign in via account": "Sign in via account",
"Sign in via phone": "Sign in via phone",
"Sign in with another account": "Sign in with another account",
"Sign out": "Çıkış yap",
"Sign up": "Hesap aç",
"Sign up successfully, and automatically jump to the sign in page": "Başarılı bir şekilde kaydolun ve otomatik olarak oturum açma sayfasına geçin",
"Signed up successfully. It will jump to the login page.": "Başarıyla kaydoldu. Giriş sayfasına yönlendirileceksiniz.",
"Simple string replacement, can be used to interpolate variables in a string.": "Simple string replacement, can be used to interpolate variables in a string.",
"Single line text": "Tek satırlık metin",
"Single select": "Selectbox",
"Single select and radio fields can be used as the grouping field": "Gruplama alanı olarak tek seçim ve radyo alanları kullanılabilir",
"Size": "Size",
"Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data": "Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data",
"Skip required validation": "Zorunlu alan kontrollerini atla",
"Small": "Small",
"Sorry, the page you visited does not exist.": "Üzgünüz, ziyaret ettiğiniz sayfa mevcut değil.",
"Sort": "Sort",
"Sortable": "Sortable",
"Source collection": "Kaynak koleksiyon",
"Source collections": "Source collections",
"Source key": "Kaynak anahtarı",
"Specific properties": "Specific properties",
"Specify height": "Specify height",
"Start date field": "Başlangıç tarihi alanı",
"Stay on current page": "Geçerli sayfada kal",
"Stay on the current popup or page": "Stay on the current popup or page",
"Store the creation time of each record": "Store the creation time of each record",
"Store the creation user of each record": "Store the creation user of each record",
"Store the last update time of each record": "Store the last update time of each record",
"Store the last update user of each record": "Store the last update user of each record",
"Street": "Cadde",
"String": "String",
"String template": "String template",
"Style": "Style",
"Sub-details": "Sub-details",
"Sub-form": "Sub-form",
"Sub-form(Popover)": "Sub-form(Popover)",
"Sub-table": "Alt-tablo",
"Subform": "Altform",
"Subform mode": "Sub-form mode",
"Submit": "Gönder",
"Submitted successfully": "Başarıyla gönderildi",
"Subtable": "Alttablo",
"Subtable mode": "Sub-table mode",
"Suffix": "Suffix",
"Super admin": "Süper admin",
"Superior department": "Superior department",
"Support for a single or bulk upload, file size should not exceed": "Tek veya toplu yükleme destekler, dosya boyutu aşmamalıdır",
"Support for a single or bulk upload.": "Support for a single or bulk upload.",
"Switch role": "Rol değiştir",
"Switching the picker, the value and default value will be cleared": "Switching the picker, the value and default value will be cleared",
"Sync from database": "Sync from database",
"Sync from form fields": "Sync from form fields",
"Sync successfully": "Sync successfully",
"Syntax references": "Syntax references",
"System": "System",
"System & security": "System & security",
"System fields": "System fields",
"System info": "Sistem bilgisi",
"System management": "System management",
"System settings": "Sistem ayarları",
"System title": "Sistem başlığı",
"System variables": "System variables",
"Tab": "Sekme",
"Tab name": "Sekme adı",
"Table": "Tablo",
"Table OID(Inheritance)": "Table OID(Inheritance)",
"Table selected records": "Table selected records",
"Table size": "Table size",
"Tablet device": "Tablet device",
"Tag": "Tag",
"Tag color field": "Tag color field",
"Target": "Hedef",
"Target collection": "Hedef koleksiyon",
"Target key": "Hedef anahtarı",
"Target position": "Hedef pozisyon",
"Template Data": "Şablon Verisi",
"Template engine": "Template engine",
"Template fields": "Template fields",
"Template name": "Şablon adı",
"Templates": "Şablonlar",
"Text Align": "Text Align",
"The application is reloading, please do not close the page.": "The application is reloading, please do not close the page.",
"The current dependency version of the plugin does not match the version of the application and may not work properly. Are you sure you want to continue enabling the plugin?": "The current dependency version of the plugin does not match the version of the application and may not work properly. Are you sure you want to continue enabling the plugin?",
"The current user only has the UI configuration permission, but don't have view permission for collection \"{{name}}\"": "The current user only has the UI configuration permission, but don't have view permission for collection \"{{name}}\"",
"The deletion was successful.": "Silme başarılı.",
"The field has been deleted": "Alan silindi",
"The field value cannot be greater than ": "The field value cannot be greater than ",
"The field value cannot be less than ": "The field value cannot be less than ",
"The field value is not an integer number": "The field value is not an integer number",
"The following field types are not compatible and do not support output and display": "The following field types are not compatible and do not support output and display",
"The selected fields will automatically populate the form": "The selected fields will automatically populate the form",
"The title field is used to identify the template record": "The title field is used to identify the template record",
"The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.": "Bu değişkenin değeri sayfa URL'sinin sorgu dizgisinden türetilir. Bu değişken, sayfanın bir sorgu dizgisi olduğunda yalnızca normal olarak kullanılabilir.",
"The will interrupt service, it may take a few seconds to restart. Are you sure to continue?": "The will interrupt service, it may take a few seconds to restart. Are you sure to continue?",
"The {{type}} \"{{name}}\" may have been deleted. Please remove this {{blockType}}.": "{{type}} \"{{name}}\" silinmiş olabilir. Lütfen bu {{blockType}}'yi kaldırın.",
"Theme": "Theme",
"Then": "Then",
"Third party services": "Third party services",
"This and following events": "This and following events",
"This event": "This event",
"This is a demo text, **supports Markdown syntax**.": "Bu bir örnek yazıdır, **işaretleme yazısı destekleniyor**.",
"This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "Bu, NocoBase iç işlevleri hatası olabilir. Lütfen <1>burada</1> bir sorun açın",
"This month": "Bu Ay",
"This quarter": "Bu Çeyrek",
"This variable has been deprecated and can be replaced with \"Current form\"": "Değişken kullanımdan kaldırıldı; \"Geçerli form\" yerine kullanılabilir",
"This week": "Bu Hafta",
"This year": "Bu Yıl",
"Through collection": "Toplama koleksiyon",
"Time": "Saat",
"Time format": "Zaman formatı",
"Time scale": "Time scale",
"Title": "Başlık",
"Title field": "Başlık alanı",
"Title position": "Title position",
"Today": "Bugün",