@nocobase/plugin-client 0.13.0-alpha.4 → 0.13.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/dist/client/index.js +1 -11
  2. package/dist/index.js +37 -16
  3. package/dist/locale/cron/zh_CN.js +97 -42
  4. package/dist/locale/en_US.js +43 -28
  5. package/dist/locale/es_ES.js +328 -313
  6. package/dist/locale/fr_FR.js +329 -314
  7. package/dist/locale/index.js +160 -273
  8. package/dist/locale/ja_JP.js +635 -620
  9. package/dist/locale/pt_BR.js +365 -350
  10. package/dist/locale/ru_RU.js +519 -504
  11. package/dist/locale/tr_TR.js +388 -373
  12. package/dist/locale/uk_UA.js +720 -705
  13. package/dist/locale/zh_CN.js +793 -778
  14. package/dist/node_modules/cronstrue/LICENSE +21 -0
  15. package/dist/node_modules/cronstrue/bin/cli.js +26 -0
  16. package/dist/node_modules/cronstrue/dist/cronParser.d.ts +12 -0
  17. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.d.ts +4 -0
  18. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.js +7283 -0
  19. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.min.js +1 -0
  20. package/dist/node_modules/cronstrue/dist/cronstrue.d.ts +4 -0
  21. package/dist/node_modules/cronstrue/dist/cronstrue.js +1 -0
  22. package/dist/node_modules/cronstrue/dist/cronstrue.min.js +1 -0
  23. package/dist/node_modules/cronstrue/dist/expressionDescriptor.d.ts +31 -0
  24. package/dist/node_modules/cronstrue/dist/i18n/allLocales.d.ts +34 -0
  25. package/dist/node_modules/cronstrue/dist/i18n/allLocalesLoader.d.ts +6 -0
  26. package/dist/node_modules/cronstrue/dist/i18n/enLocaleLoader.d.ts +6 -0
  27. package/dist/node_modules/cronstrue/dist/i18n/locale.d.ts +62 -0
  28. package/dist/node_modules/cronstrue/dist/i18n/localeLoader.d.ts +6 -0
  29. package/dist/node_modules/cronstrue/dist/i18n/locales/af.d.ts +56 -0
  30. package/dist/node_modules/cronstrue/dist/i18n/locales/ar.d.ts +56 -0
  31. package/dist/node_modules/cronstrue/dist/i18n/locales/be.d.ts +55 -0
  32. package/dist/node_modules/cronstrue/dist/i18n/locales/ca.d.ts +55 -0
  33. package/dist/node_modules/cronstrue/dist/i18n/locales/cs.d.ts +55 -0
  34. package/dist/node_modules/cronstrue/dist/i18n/locales/da.d.ts +55 -0
  35. package/dist/node_modules/cronstrue/dist/i18n/locales/de.d.ts +55 -0
  36. package/dist/node_modules/cronstrue/dist/i18n/locales/en.d.ts +56 -0
  37. package/dist/node_modules/cronstrue/dist/i18n/locales/es.d.ts +55 -0
  38. package/dist/node_modules/cronstrue/dist/i18n/locales/fa.d.ts +57 -0
  39. package/dist/node_modules/cronstrue/dist/i18n/locales/fi.d.ts +58 -0
  40. package/dist/node_modules/cronstrue/dist/i18n/locales/fr.d.ts +56 -0
  41. package/dist/node_modules/cronstrue/dist/i18n/locales/he.d.ts +55 -0
  42. package/dist/node_modules/cronstrue/dist/i18n/locales/hu.d.ts +56 -0
  43. package/dist/node_modules/cronstrue/dist/i18n/locales/id.d.ts +56 -0
  44. package/dist/node_modules/cronstrue/dist/i18n/locales/it.d.ts +55 -0
  45. package/dist/node_modules/cronstrue/dist/i18n/locales/ja.d.ts +60 -0
  46. package/dist/node_modules/cronstrue/dist/i18n/locales/ko.d.ts +60 -0
  47. package/dist/node_modules/cronstrue/dist/i18n/locales/nb.d.ts +55 -0
  48. package/dist/node_modules/cronstrue/dist/i18n/locales/nl.d.ts +55 -0
  49. package/dist/node_modules/cronstrue/dist/i18n/locales/pl.d.ts +55 -0
  50. package/dist/node_modules/cronstrue/dist/i18n/locales/pt_BR.d.ts +55 -0
  51. package/dist/node_modules/cronstrue/dist/i18n/locales/pt_PT.d.ts +55 -0
  52. package/dist/node_modules/cronstrue/dist/i18n/locales/ro.d.ts +55 -0
  53. package/dist/node_modules/cronstrue/dist/i18n/locales/ru.d.ts +58 -0
  54. package/dist/node_modules/cronstrue/dist/i18n/locales/sk.d.ts +55 -0
  55. package/dist/node_modules/cronstrue/dist/i18n/locales/sl.d.ts +55 -0
  56. package/dist/node_modules/cronstrue/dist/i18n/locales/sv.d.ts +55 -0
  57. package/dist/node_modules/cronstrue/dist/i18n/locales/sw.d.ts +55 -0
  58. package/dist/node_modules/cronstrue/dist/i18n/locales/th.d.ts +56 -0
  59. package/dist/node_modules/cronstrue/dist/i18n/locales/tr.d.ts +55 -0
  60. package/dist/node_modules/cronstrue/dist/i18n/locales/uk.d.ts +55 -0
  61. package/dist/node_modules/cronstrue/dist/i18n/locales/zh_CN.d.ts +61 -0
  62. package/dist/node_modules/cronstrue/dist/i18n/locales/zh_TW.d.ts +58 -0
  63. package/dist/node_modules/cronstrue/dist/options.d.ts +8 -0
  64. package/dist/node_modules/cronstrue/dist/rangeValidator.d.ts +8 -0
  65. package/dist/node_modules/cronstrue/dist/stringUtilities.d.ts +4 -0
  66. package/dist/node_modules/cronstrue/i18n.d.ts +4 -0
  67. package/dist/node_modules/cronstrue/i18n.js +5 -0
  68. package/dist/node_modules/cronstrue/locales/af.js +287 -0
  69. package/dist/node_modules/cronstrue/locales/af.min.js +1 -0
  70. package/dist/node_modules/cronstrue/locales/ar.js +287 -0
  71. package/dist/node_modules/cronstrue/locales/ar.min.js +1 -0
  72. package/dist/node_modules/cronstrue/locales/be.js +284 -0
  73. package/dist/node_modules/cronstrue/locales/be.min.js +1 -0
  74. package/dist/node_modules/cronstrue/locales/ca.js +284 -0
  75. package/dist/node_modules/cronstrue/locales/ca.min.js +1 -0
  76. package/dist/node_modules/cronstrue/locales/cs.js +284 -0
  77. package/dist/node_modules/cronstrue/locales/cs.min.js +1 -0
  78. package/dist/node_modules/cronstrue/locales/da.js +284 -0
  79. package/dist/node_modules/cronstrue/locales/da.min.js +1 -0
  80. package/dist/node_modules/cronstrue/locales/de.js +284 -0
  81. package/dist/node_modules/cronstrue/locales/de.min.js +1 -0
  82. package/dist/node_modules/cronstrue/locales/en.js +287 -0
  83. package/dist/node_modules/cronstrue/locales/en.min.js +1 -0
  84. package/dist/node_modules/cronstrue/locales/es.js +284 -0
  85. package/dist/node_modules/cronstrue/locales/es.min.js +1 -0
  86. package/dist/node_modules/cronstrue/locales/fa.js +277 -0
  87. package/dist/node_modules/cronstrue/locales/fa.min.js +1 -0
  88. package/dist/node_modules/cronstrue/locales/fi.js +293 -0
  89. package/dist/node_modules/cronstrue/locales/fi.min.js +1 -0
  90. package/dist/node_modules/cronstrue/locales/fr.js +287 -0
  91. package/dist/node_modules/cronstrue/locales/fr.min.js +1 -0
  92. package/dist/node_modules/cronstrue/locales/he.js +271 -0
  93. package/dist/node_modules/cronstrue/locales/he.min.js +1 -0
  94. package/dist/node_modules/cronstrue/locales/hu.js +287 -0
  95. package/dist/node_modules/cronstrue/locales/hu.min.js +1 -0
  96. package/dist/node_modules/cronstrue/locales/id.js +287 -0
  97. package/dist/node_modules/cronstrue/locales/id.min.js +1 -0
  98. package/dist/node_modules/cronstrue/locales/it.js +284 -0
  99. package/dist/node_modules/cronstrue/locales/it.min.js +1 -0
  100. package/dist/node_modules/cronstrue/locales/ja.js +286 -0
  101. package/dist/node_modules/cronstrue/locales/ja.min.js +1 -0
  102. package/dist/node_modules/cronstrue/locales/ko.js +286 -0
  103. package/dist/node_modules/cronstrue/locales/ko.min.js +1 -0
  104. package/dist/node_modules/cronstrue/locales/nb.js +284 -0
  105. package/dist/node_modules/cronstrue/locales/nb.min.js +1 -0
  106. package/dist/node_modules/cronstrue/locales/nl.js +284 -0
  107. package/dist/node_modules/cronstrue/locales/nl.min.js +1 -0
  108. package/dist/node_modules/cronstrue/locales/pl.js +284 -0
  109. package/dist/node_modules/cronstrue/locales/pl.min.js +1 -0
  110. package/dist/node_modules/cronstrue/locales/pt_BR.js +284 -0
  111. package/dist/node_modules/cronstrue/locales/pt_BR.min.js +1 -0
  112. package/dist/node_modules/cronstrue/locales/pt_PT.js +284 -0
  113. package/dist/node_modules/cronstrue/locales/pt_PT.min.js +1 -0
  114. package/dist/node_modules/cronstrue/locales/ro.js +284 -0
  115. package/dist/node_modules/cronstrue/locales/ro.min.js +1 -0
  116. package/dist/node_modules/cronstrue/locales/ru.js +327 -0
  117. package/dist/node_modules/cronstrue/locales/ru.min.js +1 -0
  118. package/dist/node_modules/cronstrue/locales/sk.js +284 -0
  119. package/dist/node_modules/cronstrue/locales/sk.min.js +1 -0
  120. package/dist/node_modules/cronstrue/locales/sl.js +284 -0
  121. package/dist/node_modules/cronstrue/locales/sl.min.js +1 -0
  122. package/dist/node_modules/cronstrue/locales/sv.js +284 -0
  123. package/dist/node_modules/cronstrue/locales/sv.min.js +1 -0
  124. package/dist/node_modules/cronstrue/locales/sw.js +284 -0
  125. package/dist/node_modules/cronstrue/locales/sw.min.js +1 -0
  126. package/dist/node_modules/cronstrue/locales/th.js +287 -0
  127. package/dist/node_modules/cronstrue/locales/th.min.js +1 -0
  128. package/dist/node_modules/cronstrue/locales/tr.js +284 -0
  129. package/dist/node_modules/cronstrue/locales/tr.min.js +1 -0
  130. package/dist/node_modules/cronstrue/locales/uk.js +284 -0
  131. package/dist/node_modules/cronstrue/locales/uk.min.js +1 -0
  132. package/dist/node_modules/cronstrue/locales/zh_CN.js +289 -0
  133. package/dist/node_modules/cronstrue/locales/zh_CN.min.js +1 -0
  134. package/dist/node_modules/cronstrue/locales/zh_TW.js +280 -0
  135. package/dist/node_modules/cronstrue/locales/zh_TW.min.js +1 -0
  136. package/dist/node_modules/cronstrue/package.json +1 -0
  137. package/dist/server/antd.js +30 -9
  138. package/dist/server/cron.js +30 -9
  139. package/dist/server/cronstrue.js +26 -4
  140. package/dist/server/index.js +33 -11
  141. package/dist/server/migrations/20230620203216-admin-ui-schema-uid.js +24 -7
  142. package/dist/server/server.js +74 -48
  143. package/dist/swagger/index.json +7 -0
  144. package/package.json +2 -2
  145. package/dist/locale/cron/zh_CN.d.ts +0 -34
  146. package/dist/locale/en_US.d.ts +0 -726
  147. package/dist/locale/es_ES.d.ts +0 -694
  148. package/dist/locale/fr_FR.d.ts +0 -712
  149. package/dist/locale/index.d.ts +0 -272
  150. package/dist/locale/ja_JP.d.ts +0 -628
  151. package/dist/locale/pt_BR.d.ts +0 -672
  152. package/dist/locale/ru_RU.d.ts +0 -508
  153. package/dist/locale/tr_TR.d.ts +0 -506
  154. package/dist/locale/uk_UA.d.ts +0 -714
  155. package/dist/locale/zh_CN.d.ts +0 -779
  156. package/dist/swagger/index.js +0 -19
@@ -1,168 +1,184 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var tr_TR_exports = {};
19
+ __export(tr_TR_exports, {
20
+ default: () => tr_TR_default
5
21
  });
6
- exports.default = void 0;
7
- var _default = {
8
- "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",
22
+ module.exports = __toCommonJS(tr_TR_exports);
23
+ var tr_TR_default = {
24
+ "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\xF6sterim",
9
25
  "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",
10
- "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>",
11
- "{{count}} filter items": "{{count}} filtrelenmiş öğe",
12
- "{{count}} more items": "{{count}} öğe daha",
13
- "Total {{count}} items": "Toplam {{count}} adet öğe",
14
- "Today": "Bugün",
15
- "Yesterday": "Dün",
16
- "Tomorrow": "Yarın",
26
+ "Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": "A\xE7\u0131l\u0131\u015F \u015Eekli<1><0>Popup Ekran</0><1>Yan \xC7ekmece</1><2>Sayfa</2></1>",
27
+ "{{count}} filter items": "{{count}} filtrelenmi\u015F \xF6\u011Fe",
28
+ "{{count}} more items": "{{count}} \xF6\u011Fe daha",
29
+ "Total {{count}} items": "Toplam {{count}} adet \xF6\u011Fe",
30
+ "Today": "Bug\xFCn",
31
+ "Yesterday": "D\xFCn",
32
+ "Tomorrow": "Yar\u0131n",
17
33
  "Month": "Ay",
18
34
  "Week": "Hafta",
19
35
  "This week": "Bu Hafta",
20
36
  "Next week": "Gelecek Hafta",
21
37
  "This month": "Bu Ay",
22
38
  "Next month": "Gelecek Ay",
23
- "Last quarter": "Geçen Çeyrek",
24
- "This quarter": "Bu Çeyrek",
25
- "Next quarter": "Gelecek Çeyrek",
26
- "This year": "Bu Yıl",
27
- "Next year": "Gelecek Yıl",
28
- "Last week": "Geçen Hafta",
29
- "Last month": "Geçen Ay",
30
- "Last year": "Geçen Yıl",
31
- "Last 7 days": "Son 7 Gün",
32
- "Last 30 days": "Son 30 Gün",
33
- "Last 90 days": "Son 90 Gün",
34
- "Next 7 days": "Sonraki 7 Gün",
35
- "Next 30 days": "Sonraki 30 Gün",
36
- "Next 90 days": "Sonraki 90 Gün",
37
- "Work week": "Çalışma Haftası",
38
- "Day": "Gün",
39
+ "Last quarter": "Ge\xE7en \xC7eyrek",
40
+ "This quarter": "Bu \xC7eyrek",
41
+ "Next quarter": "Gelecek \xC7eyrek",
42
+ "This year": "Bu Y\u0131l",
43
+ "Next year": "Gelecek Y\u0131l",
44
+ "Last week": "Ge\xE7en Hafta",
45
+ "Last month": "Ge\xE7en Ay",
46
+ "Last year": "Ge\xE7en Y\u0131l",
47
+ "Last 7 days": "Son 7 G\xFCn",
48
+ "Last 30 days": "Son 30 G\xFCn",
49
+ "Last 90 days": "Son 90 G\xFCn",
50
+ "Next 7 days": "Sonraki 7 G\xFCn",
51
+ "Next 30 days": "Sonraki 30 G\xFCn",
52
+ "Next 90 days": "Sonraki 90 G\xFCn",
53
+ "Work week": "\xC7al\u0131\u015Fma Haftas\u0131",
54
+ "Day": "G\xFCn",
39
55
  "Agenda": "Ajanda",
40
56
  "Date": "Tarih",
41
57
  "Time": "Saat",
42
58
  "Event": "Olay",
43
- "None": "Boş",
44
- "Unconnected": "Bağlantı yok",
45
- "System settings": "Sistem ayarları",
46
- "System title": "Sistem başlığı",
59
+ "None": "Bo\u015F",
60
+ "Unconnected": "Ba\u011Flant\u0131 yok",
61
+ "System settings": "Sistem ayarlar\u0131",
62
+ "System title": "Sistem ba\u015Fl\u0131\u011F\u0131",
47
63
  "Logo": "Logo",
48
- "Add menu item": "Menüye öğe ekle",
64
+ "Add menu item": "Men\xFCye \xF6\u011Fe ekle",
49
65
  "Page": "Sayfa",
50
- "Name": "Adı",
51
- "Icon": "İkon",
66
+ "Name": "Ad\u0131",
67
+ "Icon": "\u0130kon",
52
68
  "Group": "Grup",
53
69
  "Link": "Link",
54
- "Save conditions": "Koşulları kaydet",
55
- "Edit menu item": "Menü öğesi düzenle",
56
- "Move to": "Taşınacak yer",
57
- "Insert left": "Sola yerleştir",
58
- "Insert right": "Sağa yerleştir",
59
- "Insert inner": "İçine yerleştir",
70
+ "Save conditions": "Ko\u015Fullar\u0131 kaydet",
71
+ "Edit menu item": "Men\xFC \xF6\u011Fesi d\xFCzenle",
72
+ "Move to": "Ta\u015F\u0131nacak yer",
73
+ "Insert left": "Sola yerle\u015Ftir",
74
+ "Insert right": "Sa\u011Fa yerle\u015Ftir",
75
+ "Insert inner": "\u0130\xE7ine yerle\u015Ftir",
60
76
  "Delete": "Sil",
61
77
  "UI editor": "UI editor",
62
78
  "Collection": "Koleksiyonlar",
63
79
  "Collections & Fields": "Koleksiyonlar & Alanlar",
64
80
  "Roles & Permissions": "Roller & Yetkilendirmeler",
65
- "Edit profile": "Profil düzenle",
66
- "Change password": "Şifre değiştir",
67
- "Old password": "Eski şifre",
68
- "New password": "Yeni şifre",
69
- "Switch role": "Rol değiştir",
70
- "Super admin": "Süper admin",
81
+ "Edit profile": "Profil d\xFCzenle",
82
+ "Change password": "\u015Eifre de\u011Fi\u015Ftir",
83
+ "Old password": "Eski \u015Fifre",
84
+ "New password": "Yeni \u015Fifre",
85
+ "Switch role": "Rol de\u011Fi\u015Ftir",
86
+ "Super admin": "S\xFCper admin",
71
87
  "Language": "Dil",
72
- "Allow sign up": "Kayıt olmaya izin ver",
73
- "Sign out": "Çıkış yap",
74
- "Cancel": "İptal",
75
- "Submit": "Gönder",
88
+ "Allow sign up": "Kay\u0131t olmaya izin ver",
89
+ "Sign out": "\xC7\u0131k\u0131\u015F yap",
90
+ "Cancel": "\u0130ptal",
91
+ "Submit": "G\xF6nder",
76
92
  "Close": "Kapat",
77
- "Set the data scope": "Veri kapsamını ayarla",
78
- "Data blocks": "Veri Blokları",
79
- "Filter blocks": "Filtre blokları",
93
+ "Set the data scope": "Veri kapsam\u0131n\u0131 ayarla",
94
+ "Data blocks": "Veri Bloklar\u0131",
95
+ "Filter blocks": "Filtre bloklar\u0131",
80
96
  "Table": "Tablo",
81
97
  "Form": "Form",
82
98
  "Collapse": "Daralt",
83
- "Select data source": "Veri kaynağını seç",
99
+ "Select data source": "Veri kayna\u011F\u0131n\u0131 se\xE7",
84
100
  "Calendar": "Takvim",
85
101
  "Kanban": "Kanban",
86
- "Select grouping field": "Gruplandırma alanını seç",
102
+ "Select grouping field": "Grupland\u0131rma alan\u0131n\u0131 se\xE7",
87
103
  "Media": "Medya",
88
- "Markdown": "İşaretle",
104
+ "Markdown": "\u0130\u015Faretle",
89
105
  "Wysiwyg": "Wysiwyg",
90
- "Chart blocks": "Grafik blokları",
91
- "Column chart": "Sütun grafiği",
92
- "Bar chart": "Grafik çubuğu",
93
- "Line chart": "Çizgi grafik",
106
+ "Chart blocks": "Grafik bloklar\u0131",
107
+ "Column chart": "S\xFCtun grafi\u011Fi",
108
+ "Bar chart": "Grafik \xE7ubu\u011Fu",
109
+ "Line chart": "\xC7izgi grafik",
94
110
  "Pie chart": "Pasta grafik",
95
- "Area chart": "Alan grafiği",
96
- "Other chart": "Diğer grafik",
97
- "Other blocks": "Diğer bloklar",
98
- "In configuration": "Yapılandırmada",
99
- "Chart title": "Grafik başlığı",
100
- "Chart type": "Grafik türü",
101
- "Chart config": "Grafik yapılandırması",
102
- "Templates": "Şablonlar",
103
- "Select template": "Şablon seç",
104
- "Action logs": "Eylem günlükleri",
105
- "Create template": "Şablon oluştur",
106
- "Edit markdown": "İşaretlemeyi düzenle",
111
+ "Area chart": "Alan grafi\u011Fi",
112
+ "Other chart": "Di\u011Fer grafik",
113
+ "Other blocks": "Di\u011Fer bloklar",
114
+ "In configuration": "Yap\u0131land\u0131rmada",
115
+ "Chart title": "Grafik ba\u015Fl\u0131\u011F\u0131",
116
+ "Chart type": "Grafik t\xFCr\xFC",
117
+ "Chart config": "Grafik yap\u0131land\u0131rmas\u0131",
118
+ "Templates": "\u015Eablonlar",
119
+ "Select template": "\u015Eablon se\xE7",
120
+ "Action logs": "Eylem g\xFCnl\xFCkleri",
121
+ "Create template": "\u015Eablon olu\u015Ftur",
122
+ "Edit markdown": "\u0130\u015Faretlemeyi d\xFCzenle",
107
123
  "Add block": "Blok ekle",
108
124
  "Add new": "Yeni Ekle",
109
- "Add record": "Kayıt Ekle",
110
- "Custom field display name": "Özel alan görünen adı",
111
- "Display fields": "Koleksiyon alanlarını görüntüle",
112
- "Edit record": "Kaydı düzenle",
113
- "Delete menu item": "Menü öğesini sil",
125
+ "Add record": "Kay\u0131t Ekle",
126
+ "Custom field display name": "\xD6zel alan g\xF6r\xFCnen ad\u0131",
127
+ "Display fields": "Koleksiyon alanlar\u0131n\u0131 g\xF6r\xFCnt\xFCle",
128
+ "Edit record": "Kayd\u0131 d\xFCzenle",
129
+ "Delete menu item": "Men\xFC \xF6\u011Fesini sil",
114
130
  "Add page": "Sayfa Ekle",
115
131
  "Add group": "Grup ekle",
116
132
  "Add link": "Link ekle",
117
- "Insert above": "Yukarıya ekle",
118
- "Insert below": "Aşağıya ekle",
133
+ "Insert above": "Yukar\u0131ya ekle",
134
+ "Insert below": "A\u015Fa\u011F\u0131ya ekle",
119
135
  "Save": "Kaydet",
120
- "Delete block": "Bloğu sil",
121
- "Are you sure you want to delete it?": "Silmek istediğinizden emin misiniz?",
122
- "This is a demo text, **supports Markdown syntax**.": "Bu bir örnek yazıdır, **işaretleme yazısı destekleniyor**.",
136
+ "Delete block": "Blo\u011Fu sil",
137
+ "Are you sure you want to delete it?": "Silmek istedi\u011Finizden emin misiniz?",
138
+ "This is a demo text, **supports Markdown syntax**.": "Bu bir \xF6rnek yaz\u0131d\u0131r, **i\u015Faretleme yaz\u0131s\u0131 destekleniyor**.",
123
139
  "Filter": "Filtre",
124
- "Connect data blocks": "Veri bloklarını bağla",
125
- "Action type": "İşlem Türü",
126
- "Actions": "İşlemler",
140
+ "Connect data blocks": "Veri bloklar\u0131n\u0131 ba\u011Fla",
141
+ "Action type": "\u0130\u015Flem T\xFCr\xFC",
142
+ "Actions": "\u0130\u015Flemler",
127
143
  "Insert": "Ekle",
128
- "Update": "Güncelle",
129
- "View": "Görüntüle",
130
- "View record": "Görüntüle",
144
+ "Update": "G\xFCncelle",
145
+ "View": "G\xF6r\xFCnt\xFCle",
146
+ "View record": "G\xF6r\xFCnt\xFCle",
131
147
  "Refresh": "Yenile",
132
- "Data changes": "Veri değişiklikleri",
133
- "Field name": "Alan adı",
134
- "Before change": "Değiştirmeden önce",
135
- "After change": "Değiştirdikten sonra",
136
- "Delete record": "Kaydı sil",
137
- "Create collection": "Koleksiyon oluştur",
138
- "Collection display name": "Koleksiyon görünen adı",
139
- "Collection name": "Koleksiyon adı",
140
- "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.",
141
- "Edit": "Düzenle",
142
- "Edit collection": "Koleksiyon düzenle",
143
- "Configure fields": "Alanları düzenle",
144
- "Configure columns": "Sütunları yapılandır",
145
- "Edit field": "Alan düzenle",
146
- "Configure fields of {{title}}": "{{title}} alanlarını düzenle",
148
+ "Data changes": "Veri de\u011Fi\u015Fiklikleri",
149
+ "Field name": "Alan ad\u0131",
150
+ "Before change": "De\u011Fi\u015Ftirmeden \xF6nce",
151
+ "After change": "De\u011Fi\u015Ftirdikten sonra",
152
+ "Delete record": "Kayd\u0131 sil",
153
+ "Create collection": "Koleksiyon olu\u015Ftur",
154
+ "Collection display name": "Koleksiyon g\xF6r\xFCnen ad\u0131",
155
+ "Collection name": "Koleksiyon ad\u0131",
156
+ "Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": "Rastgele olu\u015Fturulur ve de\u011Fi\u015Ftirilebilir. Desteklenen i\xE7erik; harfler, say\u0131lar ve alt \xE7izgiler. Bir harfle ba\u015Flamal\u0131d\u0131r.",
157
+ "Edit": "D\xFCzenle",
158
+ "Edit collection": "Koleksiyon d\xFCzenle",
159
+ "Configure fields": "Alanlar\u0131 d\xFCzenle",
160
+ "Configure columns": "S\xFCtunlar\u0131 yap\u0131land\u0131r",
161
+ "Edit field": "Alan d\xFCzenle",
162
+ "Configure fields of {{title}}": "{{title}} alanlar\u0131n\u0131 d\xFCzenle",
147
163
  "Basic": "Temel",
148
- "Single line text": "Tek satırlık metin",
164
+ "Single line text": "Tek sat\u0131rl\u0131k metin",
149
165
  "Long text": "Uzun metin",
150
166
  "Phone": "Telefon",
151
167
  "Email": "Eposta",
152
168
  "Number": "Numara",
153
- "Integer": "Tamsayı",
154
- "Percent": "Yüzde",
155
- "Password": "Şifre",
156
- "Advanced type": "Gelişmiş",
157
- "Formula": "Formül",
158
- "Formula description": "Aynı kayıttaki diğer alanlara dayalı olarak her kayıtta bir değer hesaplayın.",
159
- "Choices": "Seçimler",
169
+ "Integer": "Tamsay\u0131",
170
+ "Percent": "Y\xFCzde",
171
+ "Password": "\u015Eifre",
172
+ "Advanced type": "Geli\u015Fmi\u015F",
173
+ "Formula": "Form\xFCl",
174
+ "Formula description": "Ayn\u0131 kay\u0131ttaki di\u011Fer alanlara dayal\u0131 olarak her kay\u0131tta bir de\u011Fer hesaplay\u0131n.",
175
+ "Choices": "Se\xE7imler",
160
176
  "Checkbox": "Checkbox",
161
177
  "Single select": "Selectbox",
162
178
  "Multiple select": "Multi Select",
163
- "Radio group": "Radio Seçim grup",
179
+ "Radio group": "Radio Se\xE7im grup",
164
180
  "Checkbox group": "Checkbox grup",
165
- "China region": "Çin bölgesi",
181
+ "China region": "\xC7in b\xF6lgesi",
166
182
  "Date & Time": "Tarih & Saat",
167
183
  "Datetime": "Datetime",
168
184
  "Relation": "Relation",
@@ -170,343 +186,342 @@ var _default = {
170
186
  "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.",
171
187
  "Sub-table": "Alt-tablo",
172
188
  "System info": "Sistem bilgisi",
173
- "Created at": "Oluşturulma zamanı",
174
- "Last updated at": "Son güncelleme zamanı",
175
- "Created by": "Oluşturan kişi",
176
- "Last updated by": "Son güncelleyen kişi",
189
+ "Created at": "Olu\u015Fturulma zaman\u0131",
190
+ "Last updated at": "Son g\xFCncelleme zaman\u0131",
191
+ "Created by": "Olu\u015Fturan ki\u015Fi",
192
+ "Last updated by": "Son g\xFCncelleyen ki\u015Fi",
177
193
  "Add field": "Alan ekle",
178
- "Field display name": "Alan görünen adı",
179
- "Field type": "Alan türü",
180
- "Field interface": "Alan arayüzü",
181
- "Title field": "Başlık alanı",
182
- "Date format": "Tarih formatı",
183
- "Year/Month/Day": "Yıl/Ay/Gün",
184
- "Year-Month-Day": "Yıl-Ay-Gün",
185
- "Day/Month/Year": "Gün/Ay/Yıl",
186
- "Show time": "Zamanı göster",
187
- "Time format": "Zaman formatı",
194
+ "Field display name": "Alan g\xF6r\xFCnen ad\u0131",
195
+ "Field type": "Alan t\xFCr\xFC",
196
+ "Field interface": "Alan aray\xFCz\xFC",
197
+ "Title field": "Ba\u015Fl\u0131k alan\u0131",
198
+ "Date format": "Tarih format\u0131",
199
+ "Year/Month/Day": "Y\u0131l/Ay/G\xFCn",
200
+ "Year-Month-Day": "Y\u0131l-Ay-G\xFCn",
201
+ "Day/Month/Year": "G\xFCn/Ay/Y\u0131l",
202
+ "Show time": "Zaman\u0131 g\xF6ster",
203
+ "Time format": "Zaman format\u0131",
188
204
  "12 hour": "12 saat",
189
205
  "24 hour": "24 saat",
190
- "Relationship type": "Bağlantı türü",
206
+ "Relationship type": "Ba\u011Flant\u0131 t\xFCr\xFC",
191
207
  "Source collection": "Kaynak koleksiyon",
192
- "Source key": "Kaynak anahtarı",
208
+ "Source key": "Kaynak anahtar\u0131",
193
209
  "Target collection": "Hedef koleksiyon",
194
210
  "Through collection": "Toplama koleksiyon",
195
- "Target key": "Hedef anahtarı",
196
- "Foreign key": "Yabancı anahtar",
211
+ "Target key": "Hedef anahtar\u0131",
212
+ "Foreign key": "Yabanc\u0131 anahtar",
197
213
  "One to one": "Bire-Bir",
198
- "One to many": "Bire-Çok",
199
- "Many to one": "Çoka-Bir",
200
- "Many to many": "Çoka-Çok",
201
- "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.",
202
- "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.",
203
- "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.",
204
- "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.",
205
- "Foreign key 1": "Yabancı anahtar 1",
206
- "Foreign key 2": "Yabancı anahtar 2",
214
+ "One to many": "Bire-\xC7ok",
215
+ "Many to one": "\xC7oka-Bir",
216
+ "Many to many": "\xC7oka-\xC7ok",
217
+ "One to one description": "Bire bir ili\u015Fkiler olu\u015Fturmak i\xE7in kullan\u0131l\u0131r. \xD6rne\u011Fin, bir kullan\u0131c\u0131n\u0131n bir profili vard\u0131r.",
218
+ "One to many description": "Bire \xE7ok ili\u015Fkisi olu\u015Fturmak i\xE7in kullan\u0131l\u0131r. \xD6rne\u011Fin, bir \xFClkenin bir\xE7ok \u015Fehri olacakt\u0131r ve bir \u015Fehir yaln\u0131zca bir \xFClkede olabilir. Alan olarak mevcut oldu\u011Funda, ili\u015Fkili koleksiyonun kay\u0131tlar\u0131n\u0131 g\xF6r\xFCnt\xFCleyen bir alt tablodur. Olu\u015Fturuldu\u011Funda, ili\u015Fkili koleksiyonda bir \xC7oktan bire alan\u0131 otomatik olarak olu\u015Fturulur.",
219
+ "Many to one description": "\xC7oktan bire ili\u015Fkiler olu\u015Fturmak i\xE7in kullan\u0131l\u0131r. \xD6rne\u011Fin, bir \u015Fehir sadece bir \xFClkeye ait olabilir ve bir \xFClkenin bir\xE7ok \u015Fehri olabilir. Bir alan olarak mevcut oldu\u011Funda, ili\u015Fkili koleksiyondan kay\u0131t se\xE7mek i\xE7in kullan\u0131lan bir a\xE7\u0131l\u0131r se\xE7imdir. Olu\u015Fturulduktan sonra, ili\u015Fkili koleksiyonda bire \xE7ok alan\u0131 otomatik olarak olu\u015Fturulur.",
220
+ "Many to many description": "\xC7oktan \xE7o\u011Fa ili\u015Fkiler olu\u015Fturmak i\xE7in kullan\u0131l\u0131r. \xD6rne\u011Fin, bir \xF6\u011Frencinin bir\xE7ok \xF6\u011Fretmeni olacak ve bir \xF6\u011Fretmenin bir\xE7ok \xF6\u011Frencisi olacakt\u0131r. Bir alan olarak mevcut oldu\u011Funda, ili\u015Fkili koleksiyondan kay\u0131tlar\u0131 se\xE7mek i\xE7in kullan\u0131lan bir a\xE7\u0131l\u0131r se\xE7imdir.",
221
+ "Foreign key 1": "Yabanc\u0131 anahtar 1",
222
+ "Foreign key 2": "Yabanc\u0131 anahtar 2",
207
223
  "Add filter": "Filtre ekle",
208
224
  "Add filter group": "Filtre grubu ekle",
209
- "Comparision": "Karşılaştırma",
210
- "is": "eşittir",
211
- "is not": "eşit değildir",
212
- "contains": "içerir",
213
- "does not contain": "içermez",
214
- "starts with": "ile başlar",
215
- "not starts with": "ile başlamaz",
225
+ "Comparision": "Kar\u015F\u0131la\u015Ft\u0131rma",
226
+ "is": "e\u015Fittir",
227
+ "is not": "e\u015Fit de\u011Fildir",
228
+ "contains": "i\xE7erir",
229
+ "does not contain": "i\xE7ermez",
230
+ "starts with": "ile ba\u015Flar",
231
+ "not starts with": "ile ba\u015Flamaz",
216
232
  "ends with": "ile biter",
217
233
  "not ends with": "ile bitmez",
218
- "is empty": "boş",
219
- "is not empty": "boş değil",
220
- "Edit chart": "Grafiği düzenle",
234
+ "is empty": "bo\u015F",
235
+ "is not empty": "bo\u015F de\u011Fil",
236
+ "Edit chart": "Grafi\u011Fi d\xFCzenle",
221
237
  "Add text": "Metin ekle",
222
238
  "Filterable fields": "Filtrelenebilir alanlar",
223
- "Edit button": "Düzenle butonu",
239
+ "Edit button": "D\xFCzenle butonu",
224
240
  "Hide": "Gizle",
225
- "Enable actions": "İşlemleri aktifleştir",
226
- "Export": "Dışarı aktar",
227
- "Customize": "Özelleştir",
241
+ "Enable actions": "\u0130\u015Flemleri aktifle\u015Ftir",
242
+ "Export": "D\u0131\u015Far\u0131 aktar",
243
+ "Customize": "\xD6zelle\u015Ftir",
228
244
  "Function": "Fonksiyon",
229
245
  "Popup form": "Popup form",
230
246
  "Flexible popup": "Esnek popup",
231
- "Configure actions": "İşlemleri yapılandır",
232
- "Display order number": "Sıra numarasını göster",
233
- "Enable drag and drop sorting": "Sürükle-Bırak sıralamayı aktif et",
234
- "Triggered when the row is clicked": "Satır tıklandığında tetiklenir",
247
+ "Configure actions": "\u0130\u015Flemleri yap\u0131land\u0131r",
248
+ "Display order number": "S\u0131ra numaras\u0131n\u0131 g\xF6ster",
249
+ "Enable drag and drop sorting": "S\xFCr\xFCkle-B\u0131rak s\u0131ralamay\u0131 aktif et",
250
+ "Triggered when the row is clicked": "Sat\u0131r t\u0131kland\u0131\u011F\u0131nda tetiklenir",
235
251
  "Add tab": "Sekme ekle",
236
- "Disable tabs": "Sekmeleri pasifleştir",
252
+ "Disable tabs": "Sekmeleri pasifle\u015Ftir",
237
253
  "Details": "Detaylar",
238
- "Edit tab": "Sekme düzenle",
239
- "Relationship blocks": "İlişki blokları",
240
- "Select record": "Kayıt seç",
241
- "Display name": "Görünen ad",
242
- "Select icon": "İkon seç",
243
- "Custom column name": "Özel sütun adı",
244
- "Edit description": "Açıklamayı düzenle",
254
+ "Edit tab": "Sekme d\xFCzenle",
255
+ "Relationship blocks": "\u0130li\u015Fki bloklar\u0131",
256
+ "Select record": "Kay\u0131t se\xE7",
257
+ "Display name": "G\xF6r\xFCnen ad",
258
+ "Select icon": "\u0130kon se\xE7",
259
+ "Custom column name": "\xD6zel s\xFCtun ad\u0131",
260
+ "Edit description": "A\xE7\u0131klamay\u0131 d\xFCzenle",
245
261
  "Required": "Zorunlu",
246
- "Label field": "Etiket alanı",
247
- "Default is the ID field": "Varsayılan ID alanıdır",
248
- "Set default sorting rules": "Varsayılan sıralama kurallarını ayarla",
249
- "is before": "önce",
262
+ "Label field": "Etiket alan\u0131",
263
+ "Default is the ID field": "Varsay\u0131lan ID alan\u0131d\u0131r",
264
+ "Set default sorting rules": "Varsay\u0131lan s\u0131ralama kurallar\u0131n\u0131 ayarla",
265
+ "is before": "\xF6nce",
250
266
  "is after": "sonra",
251
- "is on or after": "açık veya sonra",
252
- "is on or before": "açık veya önce",
253
- "is between": "aralık",
254
- "Upload": "Yükle",
255
- "Select level": "Seviye seç",
256
- "Province": "Bölge",
257
- "City": "Şehir",
267
+ "is on or after": "a\xE7\u0131k veya sonra",
268
+ "is on or before": "a\xE7\u0131k veya \xF6nce",
269
+ "is between": "aral\u0131k",
270
+ "Upload": "Y\xFCkle",
271
+ "Select level": "Seviye se\xE7",
272
+ "Province": "B\xF6lge",
273
+ "City": "\u015Eehir",
258
274
  "Area": "Alan",
259
275
  "Street": "Cadde",
260
- "Village": "Köy",
261
- "Must select to the last level": "Son seviyeye kadar seçilmelidir",
262
- "Move {{title}} to": "{{title}} başlığını taşınacağı yer",
276
+ "Village": "K\xF6y",
277
+ "Must select to the last level": "Son seviyeye kadar se\xE7ilmelidir",
278
+ "Move {{title}} to": "{{title}} ba\u015Fl\u0131\u011F\u0131n\u0131 ta\u015F\u0131naca\u011F\u0131 yer",
263
279
  "Target position": "Hedef pozisyon",
264
280
  "After": "Sonra",
265
- "Before": "Önce",
266
- "Add {{type}} before \"{{title}}\"": "\"{{title}}\" başlığından önce {{type}} ekle",
267
- "Add {{type}} after \"{{title}}\"": "\"{{title}}\" başlığından sonra {{type}} ekle",
268
- "Add {{type}} in \"{{title}}\"": "\"{{title}}\" başlığının içine {{type}} ekle",
281
+ "Before": "\xD6nce",
282
+ 'Add {{type}} before "{{title}}"': '"{{title}}" ba\u015Fl\u0131\u011F\u0131ndan \xF6nce {{type}} ekle',
283
+ 'Add {{type}} after "{{title}}"': '"{{title}}" ba\u015Fl\u0131\u011F\u0131ndan sonra {{type}} ekle',
284
+ 'Add {{type}} in "{{title}}"': '"{{title}}" ba\u015Fl\u0131\u011F\u0131n\u0131n i\xE7ine {{type}} ekle',
269
285
  "Original name": "Orjinal isim",
270
- "Custom name": "Özel isim",
271
- "Custom Title": "Özel Başlık",
272
- "Options": "Seçenekler",
273
- "Option value": "Seçenek değeri",
274
- "Option label": "Seçenek etiketi",
286
+ "Custom name": "\xD6zel isim",
287
+ "Custom Title": "\xD6zel Ba\u015Fl\u0131k",
288
+ "Options": "Se\xE7enekler",
289
+ "Option value": "Se\xE7enek de\u011Feri",
290
+ "Option label": "Se\xE7enek etiketi",
275
291
  "Color": "Renk",
276
- "Add option": "Seçenek ekle",
277
- "Related collection": "Bağlantılı koleksiyon",
278
- "Allow linking to multiple records": "Birden çok kayda bağlanmaya izin ver",
279
- "Configure calendar": "Takvimi yapılandır",
280
- "Start date field": "Başlangıç tarihi alanı",
281
- "End date field": "Bitiş tarihi alanı",
292
+ "Add option": "Se\xE7enek ekle",
293
+ "Related collection": "Ba\u011Flant\u0131l\u0131 koleksiyon",
294
+ "Allow linking to multiple records": "Birden \xE7ok kayda ba\u011Flanmaya izin ver",
295
+ "Configure calendar": "Takvimi yap\u0131land\u0131r",
296
+ "Start date field": "Ba\u015Flang\u0131\xE7 tarihi alan\u0131",
297
+ "End date field": "Biti\u015F tarihi alan\u0131",
282
298
  "Navigate": "Navigate",
283
- "Title": "Başlık",
284
- "Description": "Açıklama",
285
- "Select view": "Görünüm seç",
286
- "Reset": "Sıfırla",
287
- "Exportable fields": "Dışa aktarılabilir alanlar",
288
- "Saved successfully": "Başarıyla kaydedildi",
299
+ "Title": "Ba\u015Fl\u0131k",
300
+ "Description": "A\xE7\u0131klama",
301
+ "Select view": "G\xF6r\xFCn\xFCm se\xE7",
302
+ "Reset": "S\u0131f\u0131rla",
303
+ "Exportable fields": "D\u0131\u015Fa aktar\u0131labilir alanlar",
304
+ "Saved successfully": "Ba\u015Far\u0131yla kaydedildi",
289
305
  "Nickname": "Rumuz",
290
- "Sign in": "Giriş yap",
291
- "Create an account": "Hesap oluştur",
292
- "Sign up": "Hesap ",
293
- "Confirm password": "Şifre doğrulama",
294
- "Log in with an existing account": "Mevcut bir hesapla giriş yapın",
295
- "Signed up successfully. It will jump to the login page.": "Başarıyla kaydoldu. Giriş sayfasına yönlendirileceksiniz.",
296
- "Password mismatch": "Şifre eşleşmiyor",
297
- "Users": "Kullanıcılar",
306
+ "Sign in": "Giri\u015F yap",
307
+ "Create an account": "Hesap olu\u015Ftur",
308
+ "Sign up": "Hesap a\xE7",
309
+ "Confirm password": "\u015Eifre do\u011Frulama",
310
+ "Log in with an existing account": "Mevcut bir hesapla giri\u015F yap\u0131n",
311
+ "Signed up successfully. It will jump to the login page.": "Ba\u015Far\u0131yla kaydoldu. Giri\u015F sayfas\u0131na y\xF6nlendirileceksiniz.",
312
+ "Password mismatch": "\u015Eifre e\u015Fle\u015Fmiyor",
313
+ "Users": "Kullan\u0131c\u0131lar",
298
314
  "Roles": "Roller",
299
315
  "Add role": "Rol ekle",
300
- "Role name": "Rol adı",
301
- "Configure": "Yapılandır",
302
- "Configure permissions": "Yetkileri yapılandır",
303
- "Edit role": "Rol düzenle",
304
- "Action permissions": "İşlem yetkileri",
305
- "Menu permissions": "Menü yetkileri",
306
- "Menu item name": "Menü öğe adı",
307
- "Allow access": "Erişime izin ver",
308
- "Action name": "İşlem adı",
309
- "Allow action": "İşleme izin ver",
310
- "Action scope": "İşlem kapsamı",
311
- "Operate on new data": "Yeni verilerle çalış",
312
- "Operate on existing data": "Var olan verilerle çalış",
316
+ "Role name": "Rol ad\u0131",
317
+ "Configure": "Yap\u0131land\u0131r",
318
+ "Configure permissions": "Yetkileri yap\u0131land\u0131r",
319
+ "Edit role": "Rol d\xFCzenle",
320
+ "Action permissions": "\u0130\u015Flem yetkileri",
321
+ "Menu permissions": "Men\xFC yetkileri",
322
+ "Menu item name": "Men\xFC \xF6\u011Fe ad\u0131",
323
+ "Allow access": "Eri\u015Fime izin ver",
324
+ "Action name": "\u0130\u015Flem ad\u0131",
325
+ "Allow action": "\u0130\u015Fleme izin ver",
326
+ "Action scope": "\u0130\u015Flem kapsam\u0131",
327
+ "Operate on new data": "Yeni verilerle \xE7al\u0131\u015F",
328
+ "Operate on existing data": "Var olan verilerle \xE7al\u0131\u015F",
313
329
  "Yes": "Evet",
314
- "No": "Hayır",
315
- "Red": "Kırmızı",
330
+ "No": "Hay\u0131r",
331
+ "Red": "K\u0131rm\u0131z\u0131",
316
332
  "Magenta": "Macenta",
317
333
  "Volcano": "Volkan",
318
334
  "Orange": "Turuncu",
319
- "Gold": "Altın",
320
- "Lime": "Limon sarısı",
321
- "Green": "Yeşil",
322
- "Cyan": "Camgöbeği",
335
+ "Gold": "Alt\u0131n",
336
+ "Lime": "Limon sar\u0131s\u0131",
337
+ "Green": "Ye\u015Fil",
338
+ "Cyan": "Camg\xF6be\u011Fi",
323
339
  "Blue": "Mavi",
324
340
  "Geek blue": "Geek blue",
325
341
  "Purple": "Mor",
326
- "Default": "Varsayılan",
342
+ "Default": "Varsay\u0131lan",
327
343
  "Add card": "Kart Ekle",
328
- "edit title": "başlığı düzenle",
329
- "Turn pages": "Sayfaları çevir",
330
- "Others": "Diğerleri",
331
- "Save as template": "Şablon olarak kaydet",
332
- "Save as block template": "Blok şablonu olarak kaydet",
333
- "Block templates": "Blok şablonları",
334
- "Convert reference to duplicate": "Referansı kopyaya dönüştür",
335
- "Template name": "Şablon adı",
336
- "Block type": "Blok türü",
337
- "No blocks to connect": "Bağlanacak blok yok",
338
- "Action column": "İşlem sütunu",
339
- "Records per page": "Sayfa başına kayıt",
344
+ "edit title": "ba\u015Fl\u0131\u011F\u0131 d\xFCzenle",
345
+ "Turn pages": "Sayfalar\u0131 \xE7evir",
346
+ "Others": "Di\u011Ferleri",
347
+ "Save as template": "\u015Eablon olarak kaydet",
348
+ "Save as block template": "Blok \u015Fablonu olarak kaydet",
349
+ "Block templates": "Blok \u015Fablonlar\u0131",
350
+ "Convert reference to duplicate": "Referans\u0131 kopyaya d\xF6n\xFC\u015Ft\xFCr",
351
+ "Template name": "\u015Eablon ad\u0131",
352
+ "Block type": "Blok t\xFCr\xFC",
353
+ "No blocks to connect": "Ba\u011Flanacak blok yok",
354
+ "Action column": "\u0130\u015Flem s\xFCtunu",
355
+ "Records per page": "Sayfa ba\u015F\u0131na kay\u0131t",
340
356
  "(Fields only)": "(Sadece alanlar)",
341
357
  "Button title": "Buton etiketi",
342
358
  "Button icon": "Buton ikonu",
343
- "Submitted successfully": "Başarıyla gönderildi",
344
- "Operation succeeded": "Operasyon başarılı",
345
- "Operation failed": "Operasyon başarısız",
346
- "Open mode": "Açılış türü",
347
- "Menu item title": "Menü öğe başlığı",
348
- "Menu item icon": "Menü öğe ikonu",
359
+ "Submitted successfully": "Ba\u015Far\u0131yla g\xF6nderildi",
360
+ "Operation succeeded": "Operasyon ba\u015Far\u0131l\u0131",
361
+ "Operation failed": "Operasyon ba\u015Far\u0131s\u0131z",
362
+ "Open mode": "A\xE7\u0131l\u0131\u015F t\xFCr\xFC",
363
+ "Menu item title": "Men\xFC \xF6\u011Fe ba\u015Fl\u0131\u011F\u0131",
364
+ "Menu item icon": "Men\xFC \xF6\u011Fe ikonu",
349
365
  "Target": "Hedef",
350
366
  "Position": "Pozisyon",
351
- "Insert before": "Öncesine ekle",
352
- "Insert after": "Sonrasına ekle",
367
+ "Insert before": "\xD6ncesine ekle",
368
+ "Insert after": "Sonras\u0131na ekle",
353
369
  "UI Editor": "UI Editor",
354
370
  "ASC": "Artan",
355
371
  "DESC": "Azalan",
356
- "Add sort field": "Sıralama alanı ekle",
372
+ "Add sort field": "S\u0131ralama alan\u0131 ekle",
357
373
  "ID": "ID",
358
- "Drawer": "Çekmece",
374
+ "Drawer": "\xC7ekmece",
359
375
  "Dialog": "Pencere",
360
- "Delete action": "İşlemi sil",
361
- "Custom column title": "Özel sütun başlığı",
362
- 'Column title': 'Sütun başlığı',
363
- "Original title: ": "Orjinal başlık: ",
364
- "Delete table column": "Tablo sütununu sil",
376
+ "Delete action": "\u0130\u015Flemi sil",
377
+ "Custom column title": "\xD6zel s\xFCtun ba\u015Fl\u0131\u011F\u0131",
378
+ "Column title": "S\xFCtun ba\u015Fl\u0131\u011F\u0131",
379
+ "Original title: ": "Orjinal ba\u015Fl\u0131k: ",
380
+ "Delete table column": "Tablo s\xFCtununu sil",
365
381
  "Skip required validation": "Zorunlu alan kontrollerini atla",
366
- "Form values": "Form değerleri",
367
- "Fields values": "Alanların değerleri",
368
- 'The field has been deleted': 'Alan silindi',
369
- "When submitting the following fields, the saved values are": "Aşağıdaki alanlar gönderilirken kaydedilen değerler",
370
- "After successful submission": "Başarılı gönderimden sonra",
382
+ "Form values": "Form de\u011Ferleri",
383
+ "Fields values": "Alanlar\u0131n de\u011Ferleri",
384
+ "The field has been deleted": "Alan silindi",
385
+ "When submitting the following fields, the saved values are": "A\u015Fa\u011F\u0131daki alanlar g\xF6nderilirken kaydedilen de\u011Ferler",
386
+ "After successful submission": "Ba\u015Far\u0131l\u0131 g\xF6nderimden sonra",
371
387
  "Then": "Then",
372
- "Stay on current page": "Geçerli sayfada kal",
373
- "Redirect to": "Yönlendirilecek yer",
374
- "Save action": "Kaydet işlemi",
388
+ "Stay on current page": "Ge\xE7erli sayfada kal",
389
+ "Redirect to": "Y\xF6nlendirilecek yer",
390
+ "Save action": "Kaydet i\u015Flemi",
375
391
  "Exists": "Var olanlar",
376
- "Add condition": "Koşul ekle",
377
- "Add condition group": "Koşul grubu ekle",
392
+ "Add condition": "Ko\u015Ful ekle",
393
+ "Add condition group": "Ko\u015Ful grubu ekle",
378
394
  "exists": "var olanlar",
379
395
  "not exists": "var olmayanlar",
380
396
  "=": "=",
381
- "": "",
397
+ "\u2260": "\u2260",
382
398
  ">": ">",
383
- "": "",
399
+ "\u2265": "\u2265",
384
400
  "<": "<",
385
- "": "",
401
+ "\u2264": "\u2264",
386
402
  "Role UID": "Rol UID",
387
403
  "Precision": "Kesinlik",
388
- "Formula mode": "Formül modu",
404
+ "Formula mode": "Form\xFCl modu",
389
405
  "Expression": "Expression",
390
406
  "Input +, -, *, /, ( ) to calculate, input @ to open field variables.": "Input +, -, *, /, ( ) to calculate, input @ to open field variables.",
391
- "Formula error.": "Formül hatalı.",
407
+ "Formula error.": "Form\xFCl hatal\u0131.",
392
408
  "Rich Text": "Zengin Metin",
393
- "Junction collection": "Bağlantı koleksiyonu",
394
- "Leave it blank, unless you need a custom intermediate table": "Özel bir ara tabloya ihtiyacınız yoksa boş bırakın",
409
+ "Junction collection": "Ba\u011Flant\u0131 koleksiyonu",
410
+ "Leave it blank, unless you need a custom intermediate table": "\xD6zel bir ara tabloya ihtiyac\u0131n\u0131z yoksa bo\u015F b\u0131rak\u0131n",
395
411
  "Fields": "Alanlar",
396
- "Edit field title": "Alan başlığını düzenle",
397
- "Field title": "Alan başlığı",
398
- "Original field title: ": "Orijinal alan başlığı: ",
399
- "Edit tooltip": "İpucunu düzenle",
400
- "Delete field": "Alanı sil",
401
- "Select collection": "Koleksiyon seçin",
402
- "Blank block": "Boş blok",
403
- "Duplicate template": "Şablonun kopyasını oluştur",
404
- "Reference template": "Referans şablon",
405
- "Create calendar block": "Takvim bloğu oluştur",
406
- "Create kanban block": "Kanban bloğu oluştur",
407
- "Grouping field": "Alan gruplandırma",
408
- "Tab name": "Sekme adı",
409
- "Current record blocks": "Mevcut kayıt blokları",
410
- "Popup message": "Açılır mesaj",
412
+ "Edit field title": "Alan ba\u015Fl\u0131\u011F\u0131n\u0131 d\xFCzenle",
413
+ "Field title": "Alan ba\u015Fl\u0131\u011F\u0131",
414
+ "Original field title: ": "Orijinal alan ba\u015Fl\u0131\u011F\u0131: ",
415
+ "Edit tooltip": "\u0130pucunu d\xFCzenle",
416
+ "Delete field": "Alan\u0131 sil",
417
+ "Select collection": "Koleksiyon se\xE7in",
418
+ "Blank block": "Bo\u015F blok",
419
+ "Duplicate template": "\u015Eablonun kopyas\u0131n\u0131 olu\u015Ftur",
420
+ "Reference template": "Referans \u015Fablon",
421
+ "Create calendar block": "Takvim blo\u011Fu olu\u015Ftur",
422
+ "Create kanban block": "Kanban blo\u011Fu olu\u015Ftur",
423
+ "Grouping field": "Alan grupland\u0131rma",
424
+ "Tab name": "Sekme ad\u0131",
425
+ "Current record blocks": "Mevcut kay\u0131t bloklar\u0131",
426
+ "Popup message": "A\xE7\u0131l\u0131r mesaj",
411
427
  "Delete role": "Rol sil",
412
- "Role display name": "Rol görünen adı",
413
- "Default role": "Varsayılan rol",
414
- "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.",
415
- "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.",
416
- "New menu items are allowed to be accessed by default.": "Yeni menü öğelerine varsayılan olarak erişilmesine izin verilir.",
428
+ "Role display name": "Rol g\xF6r\xFCnen ad\u0131",
429
+ "Default role": "Varsay\u0131lan rol",
430
+ "All collections use general action permissions by default; permission configured individually will override the default one.": "T\xFCm koleksiyonlar, varsay\u0131lan olarak genel eylem izinlerini kullan\u0131r; ayr\u0131 ayr\u0131 yap\u0131land\u0131r\u0131lan izin, varsay\u0131lan\u0131 ge\xE7ersiz k\u0131lar.",
431
+ "Allows configuration of the whole system, including UI, collections, permissions, etc.": "UI, koleksiyonlar, izinler vb. dahil olmak \xFCzere t\xFCm sistemin yap\u0131land\u0131r\u0131lmas\u0131na izin verir.",
432
+ "New menu items are allowed to be accessed by default.": "Yeni men\xFC \xF6\u011Felerine varsay\u0131lan olarak eri\u015Filmesine izin verilir.",
417
433
  "Global permissions": "Sistem geneli izinler",
418
434
  "General permissions": "Genel izinler",
419
- "Global action permissions": "Sistem geneli işlem izinleri",
420
- "General action permissions": "Genel işlem izinleri",
421
- "Action display name": "İşlem görünen adı",
422
- "Allow": "İzin ver",
423
- "Data scope": "Veri kapsamı",
424
- "Action on new records": "Yeni kayıtlarda işlem",
425
- "Action on existing records": "Var olan kayıtlarda işlem",
426
- "All records": "Tüm kayıtlar",
427
- "Own records": "Kendi kayıtları",
428
- "Permission policy": "İzin politikası",
435
+ "Global action permissions": "Sistem geneli i\u015Flem izinleri",
436
+ "General action permissions": "Genel i\u015Flem izinleri",
437
+ "Action display name": "\u0130\u015Flem g\xF6r\xFCnen ad\u0131",
438
+ "Allow": "\u0130zin ver",
439
+ "Data scope": "Veri kapsam\u0131",
440
+ "Action on new records": "Yeni kay\u0131tlarda i\u015Flem",
441
+ "Action on existing records": "Var olan kay\u0131tlarda i\u015Flem",
442
+ "All records": "T\xFCm kay\u0131tlar",
443
+ "Own records": "Kendi kay\u0131tlar\u0131",
444
+ "Permission policy": "\u0130zin politikas\u0131",
429
445
  "Individual": "Bireysel",
430
446
  "General": "Genel",
431
- "Accessible": "Erişilebilir",
432
- "Configure permission": "İzin yapılandırma",
433
- "Action permission": "İşlem yetkisi",
447
+ "Accessible": "Eri\u015Filebilir",
448
+ "Configure permission": "\u0130zin yap\u0131land\u0131rma",
449
+ "Action permission": "\u0130\u015Flem yetkisi",
434
450
  "Field permission": "Alan yetkisi",
435
- "Scope name": "Kapsam adı",
436
- "Unsaved changes": "Değişiklikler kaydedilmedi",
437
- "Are you sure you don't want to save?": "kaydetmek istemediğinizden emin misiniz??",
438
- "Dragging": "Sürükleme",
439
- "Popup": "Açılır Pencere",
440
- "Trigger workflow": "İş akışını tetikle",
441
- "Request API": "API İsteği",
442
- "Assign field values": "Alan değerleri ata",
443
- "Constant value": "Sabit değer",
444
- "Dynamic value": "Dinamik değer",
445
- "Current user": "Seçili kullanıcı",
446
- "Current record": "Seçili kayıt",
447
- "Popup close method": "Açılır pencere kapatma metodu",
451
+ "Scope name": "Kapsam ad\u0131",
452
+ "Unsaved changes": "De\u011Fi\u015Fiklikler kaydedilmedi",
453
+ "Are you sure you don't want to save?": "kaydetmek istemedi\u011Finizden emin misiniz??",
454
+ "Dragging": "S\xFCr\xFCkleme",
455
+ "Popup": "A\xE7\u0131l\u0131r Pencere",
456
+ "Trigger workflow": "\u0130\u015F ak\u0131\u015F\u0131n\u0131 tetikle",
457
+ "Request API": "API \u0130ste\u011Fi",
458
+ "Assign field values": "Alan de\u011Ferleri ata",
459
+ "Constant value": "Sabit de\u011Fer",
460
+ "Dynamic value": "Dinamik de\u011Fer",
461
+ "Current user": "Se\xE7ili kullan\u0131c\u0131",
462
+ "Current record": "Se\xE7ili kay\u0131t",
463
+ "Popup close method": "A\xE7\u0131l\u0131r pencere kapatma metodu",
448
464
  "Automatic close": "Otomatik kapat",
449
465
  "Manually close": "Manuel kapat",
450
- "After successful update": "Başarılı güncellemeden sonra",
451
- "Save record": "Kaydı kaydet",
452
- "Updated successfully": "Başarıyla güncellendi",
453
- "After successful save": "Başarılı kaydetmeden sonra",
454
- "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.",
455
- "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.",
466
+ "After successful update": "Ba\u015Far\u0131l\u0131 g\xFCncellemeden sonra",
467
+ "Save record": "Kayd\u0131 kaydet",
468
+ "Updated successfully": "Ba\u015Far\u0131yla g\xFCncellendi",
469
+ "After successful save": "Ba\u015Far\u0131l\u0131 kaydetmeden sonra",
470
+ "After clicking the custom button, the following field values will be assigned according to the following form.": "\xD6zel butona t\u0131kland\u0131ktan sonra a\u015Fa\u011F\u0131daki forma g\xF6re a\u015Fa\u011F\u0131daki alan de\u011Ferleri atanacakt\u0131r.",
471
+ "After clicking the custom button, the following fields of the current record will be saved according to the following form.": "\xD6zel butona t\u0131kland\u0131ktan sonra mevcut kayd\u0131n a\u015Fa\u011F\u0131daki alanlar\u0131 a\u015Fa\u011F\u0131daki forma g\xF6re kaydedilecektir.",
456
472
  "Button background color": "Buton arkaplan rengi",
457
473
  "Highlight": "Vurgulu",
458
- "Danger red": "Tehlikeli kırmızı",
459
- "Custom request": "Özel istek",
460
- "Request settings": "İstek ayarları",
461
- "Request URL": "İstek URL adresi",
462
- "Request method": "İstek türü",
463
- "Request query parameters": "İstek sorgusu parametreleri",
464
- "Request headers": "İstek başlıkları",
465
- "Request body": "İstek gövde",
466
- "Request success": "İstek başarılı",
467
- "Invalid JSON format": "Hatalı JSON formatı",
468
- "After successful request": "Başarılı istekten sonra",
469
- "Add exportable field": "Dışa aktarılabilir alan ekle",
470
- "Audit logs": "Denetim günlükleri",
471
- "Record ID": "Kayıt ID",
472
- "User": "Kullanıcı",
474
+ "Danger red": "Tehlikeli k\u0131rm\u0131z\u0131",
475
+ "Custom request": "\xD6zel istek",
476
+ "Request settings": "\u0130stek ayarlar\u0131",
477
+ "Request URL": "\u0130stek URL adresi",
478
+ "Request method": "\u0130stek t\xFCr\xFC",
479
+ "Request query parameters": "\u0130stek sorgusu parametreleri",
480
+ "Request headers": "\u0130stek ba\u015Fl\u0131klar\u0131",
481
+ "Request body": "\u0130stek g\xF6vde",
482
+ "Request success": "\u0130stek ba\u015Far\u0131l\u0131",
483
+ "Invalid JSON format": "Hatal\u0131 JSON format\u0131",
484
+ "After successful request": "Ba\u015Far\u0131l\u0131 istekten sonra",
485
+ "Add exportable field": "D\u0131\u015Fa aktar\u0131labilir alan ekle",
486
+ "Audit logs": "Denetim g\xFCnl\xFCkleri",
487
+ "Record ID": "Kay\u0131t ID",
488
+ "User": "Kullan\u0131c\u0131",
473
489
  "Field": "Alan",
474
- "Field value changes": "Alan değeri değişiklikleri",
490
+ "Field value changes": "Alan de\u011Feri de\u011Fi\u015Fiklikleri",
475
491
  "One to one (has one)": "Bire-Bir (bir tane var)",
476
492
  "One to one (belongs to)": "Bire-Bir (ait)",
477
- "Use the same time zone (GMT) for all users": "Tüm kullanıcılar için aynı saat dilimini (GMT) kullanın",
478
- "Block title": "Blok başlığı",
479
- "Edit block title": "Blok başlığını düzenle",
480
- "operater": "operatör",
481
- "Province/city/area name": "Semt/şehir/bölge adı",
482
- "Field component": "Alan bileşeni",
483
- "Allow multiple": "Birden çok izin ver",
484
- "Quick upload": "Hızlı yükleme",
485
- "Select file": "Dosya seç",
493
+ "Use the same time zone (GMT) for all users": "T\xFCm kullan\u0131c\u0131lar i\xE7in ayn\u0131 saat dilimini (GMT) kullan\u0131n",
494
+ "Block title": "Blok ba\u015Fl\u0131\u011F\u0131",
495
+ "Edit block title": "Blok ba\u015Fl\u0131\u011F\u0131n\u0131 d\xFCzenle",
496
+ "operater": "operat\xF6r",
497
+ "Province/city/area name": "Semt/\u015Fehir/b\xF6lge ad\u0131",
498
+ "Field component": "Alan bile\u015Feni",
499
+ "Allow multiple": "Birden \xE7ok izin ver",
500
+ "Quick upload": "H\u0131zl\u0131 y\xFCkleme",
501
+ "Select file": "Dosya se\xE7",
486
502
  "Subtable": "Alttablo",
487
503
  "Subform": "Altform",
488
504
  "Regular expression": "Model(Pattern)",
489
505
  "Enabled languages": "Aktif diller",
490
- "View all plugins": "Tüm eklentileri görüntüle",
491
- "Print": "Yazdır",
492
- 'Single select and radio fields can be used as the grouping field': 'Gruplama alanı olarak tek seçim ve radyo alanları kullanılabilir',
493
- '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',
494
- "Search and select collection": "Koleksiyon ara ve seç",
495
- "This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "Bu, NocoBase işlevleri hatası olabilir. Lütfen <1>burada</1> bir sorun açın",
496
- "Render Failed": "Oluşturma başarısız",
506
+ "View all plugins": "T\xFCm eklentileri g\xF6r\xFCnt\xFCle",
507
+ "Print": "Yazd\u0131r",
508
+ "Single select and radio fields can be used as the grouping field": "Gruplama alan\u0131 olarak tek se\xE7im ve radyo alanlar\u0131 kullan\u0131labilir",
509
+ "Sign up successfully, and automatically jump to the sign in page": "Ba\u015Far\u0131l\u0131 bir \u015Fekilde kaydolun ve otomatik olarak oturum a\xE7ma sayfas\u0131na ge\xE7in",
510
+ "Search and select collection": "Koleksiyon ara ve se\xE7",
511
+ "This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "Bu, NocoBase i\xE7 i\u015Flevleri hatas\u0131 olabilir. L\xFCtfen <1>burada</1> bir sorun a\xE7\u0131n",
512
+ "Render Failed": "Olu\u015Fturma ba\u015Far\u0131s\u0131z",
497
513
  "Feedback": "Geri bildirim",
498
514
  "Try again": "Tekrar dene",
499
- 'Click or drag file to this area to upload': "Dosyayı yüklemek için buraya tıklayın veya sürükleyin",
500
- 'Support for a single or bulk upload, file size should not exceed': "Tek veya toplu yükleme destekler, dosya boyutu aşmamalıdır",
501
- 'Default title for each record': "Her kayıt için varsayılan başlık",
502
- 'If collection inherits, choose inherited collections as templates': "Koleksiyon miras alırsa, kalıtılan koleksiyonları şablon olarak seçin",
503
- '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',
504
- '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',
505
- 'Template Data': 'Şablon Verisi',
506
- 'Data fields': 'Veri alanları',
507
- 'Add template': 'Şablon ekle',
508
- 'Display data template selector': 'Veri şablonu seçicisini görüntüle',
509
- 'Form data templates': 'Form veri şablonları',
510
- "Data template": "Veri şablonu"
515
+ "Click or drag file to this area to upload": "Dosyay\u0131 y\xFCklemek i\xE7in buraya t\u0131klay\u0131n veya s\xFCr\xFCkleyin",
516
+ "Support for a single or bulk upload, file size should not exceed": "Tek veya toplu y\xFCkleme destekler, dosya boyutu a\u015Fmamal\u0131d\u0131r",
517
+ "Default title for each record": "Her kay\u0131t i\xE7in varsay\u0131lan ba\u015Fl\u0131k",
518
+ "If collection inherits, choose inherited collections as templates": "Koleksiyon miras al\u0131rsa, kal\u0131t\u0131lan koleksiyonlar\u0131 \u015Fablon olarak se\xE7in",
519
+ "Select an existing piece of data as the initialization data for the form": "Formun ba\u015Flang\u0131\xE7 \u200B\u200Bverileri olarak mevcut bir veri par\xE7as\u0131n\u0131 se\xE7in",
520
+ "Only the selected fields will be used as the initialization data for the form": "Yaln\u0131zca se\xE7ilen alanlar, formun ba\u015Flang\u0131\xE7 \u200B\u200Bverileri olarak kullan\u0131lacakt\u0131r",
521
+ "Template Data": "\u015Eablon Verisi",
522
+ "Data fields": "Veri alanlar\u0131",
523
+ "Add template": "\u015Eablon ekle",
524
+ "Display data template selector": "Veri \u015Fablonu se\xE7icisini g\xF6r\xFCnt\xFCle",
525
+ "Form data templates": "Form veri \u015Fablonlar\u0131",
526
+ "Data template": "Veri \u015Fablonu"
511
527
  };
512
- exports.default = _default;