@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.
- package/dist/client/index.js +1 -11
- package/dist/index.js +37 -16
- package/dist/locale/cron/zh_CN.js +97 -42
- package/dist/locale/en_US.js +43 -28
- package/dist/locale/es_ES.js +328 -313
- package/dist/locale/fr_FR.js +329 -314
- package/dist/locale/index.js +160 -273
- package/dist/locale/ja_JP.js +635 -620
- package/dist/locale/pt_BR.js +365 -350
- package/dist/locale/ru_RU.js +519 -504
- package/dist/locale/tr_TR.js +388 -373
- package/dist/locale/uk_UA.js +720 -705
- package/dist/locale/zh_CN.js +793 -778
- package/dist/node_modules/cronstrue/LICENSE +21 -0
- package/dist/node_modules/cronstrue/bin/cli.js +26 -0
- package/dist/node_modules/cronstrue/dist/cronParser.d.ts +12 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.d.ts +4 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.js +7283 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.min.js +1 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.d.ts +4 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.js +1 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.min.js +1 -0
- package/dist/node_modules/cronstrue/dist/expressionDescriptor.d.ts +31 -0
- package/dist/node_modules/cronstrue/dist/i18n/allLocales.d.ts +34 -0
- package/dist/node_modules/cronstrue/dist/i18n/allLocalesLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/enLocaleLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/locale.d.ts +62 -0
- package/dist/node_modules/cronstrue/dist/i18n/localeLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/af.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ar.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/be.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ca.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/cs.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/da.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/de.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/en.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/es.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fa.d.ts +57 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fi.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fr.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/he.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/hu.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/id.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/it.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ja.d.ts +60 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ko.d.ts +60 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/nb.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/nl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pt_BR.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pt_PT.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ro.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ru.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sk.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sv.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sw.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/th.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/tr.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/uk.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/zh_CN.d.ts +61 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/zh_TW.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/options.d.ts +8 -0
- package/dist/node_modules/cronstrue/dist/rangeValidator.d.ts +8 -0
- package/dist/node_modules/cronstrue/dist/stringUtilities.d.ts +4 -0
- package/dist/node_modules/cronstrue/i18n.d.ts +4 -0
- package/dist/node_modules/cronstrue/i18n.js +5 -0
- package/dist/node_modules/cronstrue/locales/af.js +287 -0
- package/dist/node_modules/cronstrue/locales/af.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ar.js +287 -0
- package/dist/node_modules/cronstrue/locales/ar.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/be.js +284 -0
- package/dist/node_modules/cronstrue/locales/be.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ca.js +284 -0
- package/dist/node_modules/cronstrue/locales/ca.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/cs.js +284 -0
- package/dist/node_modules/cronstrue/locales/cs.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/da.js +284 -0
- package/dist/node_modules/cronstrue/locales/da.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/de.js +284 -0
- package/dist/node_modules/cronstrue/locales/de.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/en.js +287 -0
- package/dist/node_modules/cronstrue/locales/en.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/es.js +284 -0
- package/dist/node_modules/cronstrue/locales/es.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fa.js +277 -0
- package/dist/node_modules/cronstrue/locales/fa.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fi.js +293 -0
- package/dist/node_modules/cronstrue/locales/fi.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fr.js +287 -0
- package/dist/node_modules/cronstrue/locales/fr.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/he.js +271 -0
- package/dist/node_modules/cronstrue/locales/he.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/hu.js +287 -0
- package/dist/node_modules/cronstrue/locales/hu.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/id.js +287 -0
- package/dist/node_modules/cronstrue/locales/id.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/it.js +284 -0
- package/dist/node_modules/cronstrue/locales/it.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ja.js +286 -0
- package/dist/node_modules/cronstrue/locales/ja.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ko.js +286 -0
- package/dist/node_modules/cronstrue/locales/ko.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/nb.js +284 -0
- package/dist/node_modules/cronstrue/locales/nb.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/nl.js +284 -0
- package/dist/node_modules/cronstrue/locales/nl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pl.js +284 -0
- package/dist/node_modules/cronstrue/locales/pl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pt_BR.js +284 -0
- package/dist/node_modules/cronstrue/locales/pt_BR.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pt_PT.js +284 -0
- package/dist/node_modules/cronstrue/locales/pt_PT.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ro.js +284 -0
- package/dist/node_modules/cronstrue/locales/ro.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ru.js +327 -0
- package/dist/node_modules/cronstrue/locales/ru.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sk.js +284 -0
- package/dist/node_modules/cronstrue/locales/sk.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sl.js +284 -0
- package/dist/node_modules/cronstrue/locales/sl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sv.js +284 -0
- package/dist/node_modules/cronstrue/locales/sv.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sw.js +284 -0
- package/dist/node_modules/cronstrue/locales/sw.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/th.js +287 -0
- package/dist/node_modules/cronstrue/locales/th.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/tr.js +284 -0
- package/dist/node_modules/cronstrue/locales/tr.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/uk.js +284 -0
- package/dist/node_modules/cronstrue/locales/uk.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/zh_CN.js +289 -0
- package/dist/node_modules/cronstrue/locales/zh_CN.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/zh_TW.js +280 -0
- package/dist/node_modules/cronstrue/locales/zh_TW.min.js +1 -0
- package/dist/node_modules/cronstrue/package.json +1 -0
- package/dist/server/antd.js +30 -9
- package/dist/server/cron.js +30 -9
- package/dist/server/cronstrue.js +26 -4
- package/dist/server/index.js +33 -11
- package/dist/server/migrations/20230620203216-admin-ui-schema-uid.js +24 -7
- package/dist/server/server.js +74 -48
- package/dist/swagger/index.json +7 -0
- package/package.json +2 -2
- package/dist/locale/cron/zh_CN.d.ts +0 -34
- package/dist/locale/en_US.d.ts +0 -726
- package/dist/locale/es_ES.d.ts +0 -694
- package/dist/locale/fr_FR.d.ts +0 -712
- package/dist/locale/index.d.ts +0 -272
- package/dist/locale/ja_JP.d.ts +0 -628
- package/dist/locale/pt_BR.d.ts +0 -672
- package/dist/locale/ru_RU.d.ts +0 -508
- package/dist/locale/tr_TR.d.ts +0 -506
- package/dist/locale/uk_UA.d.ts +0 -714
- package/dist/locale/zh_CN.d.ts +0 -779
- package/dist/swagger/index.js +0 -19
package/dist/locale/tr_TR.js
CHANGED
|
@@ -1,168 +1,184 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Object.
|
|
4
|
-
|
|
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
|
|
7
|
-
var
|
|
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
|
|
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>": "
|
|
11
|
-
"{{count}} filter items": "{{count}}
|
|
12
|
-
"{{count}} more items": "{{count}}
|
|
13
|
-
"Total {{count}} items": "Toplam {{count}} adet
|
|
14
|
-
"Today": "
|
|
15
|
-
"Yesterday": "
|
|
16
|
-
"Tomorrow": "
|
|
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": "
|
|
24
|
-
"This quarter": "Bu
|
|
25
|
-
"Next quarter": "Gelecek
|
|
26
|
-
"This year": "Bu
|
|
27
|
-
"Next year": "Gelecek
|
|
28
|
-
"Last week": "
|
|
29
|
-
"Last month": "
|
|
30
|
-
"Last year": "
|
|
31
|
-
"Last 7 days": "Son 7
|
|
32
|
-
"Last 30 days": "Son 30
|
|
33
|
-
"Last 90 days": "Son 90
|
|
34
|
-
"Next 7 days": "Sonraki 7
|
|
35
|
-
"Next 30 days": "Sonraki 30
|
|
36
|
-
"Next 90 days": "Sonraki 90
|
|
37
|
-
"Work week": "
|
|
38
|
-
"Day": "
|
|
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": "
|
|
44
|
-
"Unconnected": "
|
|
45
|
-
"System settings": "Sistem
|
|
46
|
-
"System title": "Sistem
|
|
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": "
|
|
64
|
+
"Add menu item": "Men\xFCye \xF6\u011Fe ekle",
|
|
49
65
|
"Page": "Sayfa",
|
|
50
|
-
"Name": "
|
|
51
|
-
"Icon": "
|
|
66
|
+
"Name": "Ad\u0131",
|
|
67
|
+
"Icon": "\u0130kon",
|
|
52
68
|
"Group": "Grup",
|
|
53
69
|
"Link": "Link",
|
|
54
|
-
"Save conditions": "
|
|
55
|
-
"Edit menu item": "
|
|
56
|
-
"Move to": "
|
|
57
|
-
"Insert left": "Sola
|
|
58
|
-
"Insert right": "
|
|
59
|
-
"Insert inner": "
|
|
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
|
|
66
|
-
"Change password": "
|
|
67
|
-
"Old password": "Eski
|
|
68
|
-
"New password": "Yeni
|
|
69
|
-
"Switch role": "Rol
|
|
70
|
-
"Super 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": "
|
|
73
|
-
"Sign out": "
|
|
74
|
-
"Cancel": "
|
|
75
|
-
"Submit": "
|
|
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
|
|
78
|
-
"Data blocks": "Veri
|
|
79
|
-
"Filter blocks": "Filtre
|
|
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
|
|
99
|
+
"Select data source": "Veri kayna\u011F\u0131n\u0131 se\xE7",
|
|
84
100
|
"Calendar": "Takvim",
|
|
85
101
|
"Kanban": "Kanban",
|
|
86
|
-
"Select grouping field": "
|
|
102
|
+
"Select grouping field": "Grupland\u0131rma alan\u0131n\u0131 se\xE7",
|
|
87
103
|
"Media": "Medya",
|
|
88
|
-
"Markdown": "
|
|
104
|
+
"Markdown": "\u0130\u015Faretle",
|
|
89
105
|
"Wysiwyg": "Wysiwyg",
|
|
90
|
-
"Chart blocks": "Grafik
|
|
91
|
-
"Column chart": "
|
|
92
|
-
"Bar chart": "Grafik
|
|
93
|
-
"Line chart": "
|
|
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
|
|
96
|
-
"Other chart": "
|
|
97
|
-
"Other blocks": "
|
|
98
|
-
"In configuration": "
|
|
99
|
-
"Chart title": "Grafik
|
|
100
|
-
"Chart type": "Grafik
|
|
101
|
-
"Chart config": "Grafik
|
|
102
|
-
"Templates": "
|
|
103
|
-
"Select template": "
|
|
104
|
-
"Action logs": "Eylem
|
|
105
|
-
"Create template": "
|
|
106
|
-
"Edit markdown": "
|
|
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": "
|
|
110
|
-
"Custom field display name": "
|
|
111
|
-
"Display fields": "Koleksiyon
|
|
112
|
-
"Edit record": "
|
|
113
|
-
"Delete menu item": "
|
|
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": "
|
|
118
|
-
"Insert below": "
|
|
133
|
+
"Insert above": "Yukar\u0131ya ekle",
|
|
134
|
+
"Insert below": "A\u015Fa\u011F\u0131ya ekle",
|
|
119
135
|
"Save": "Kaydet",
|
|
120
|
-
"Delete block": "
|
|
121
|
-
"Are you sure you want to delete it?": "Silmek
|
|
122
|
-
"This is a demo text, **supports Markdown syntax**.": "Bu bir
|
|
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
|
|
125
|
-
"Action type": "
|
|
126
|
-
"Actions": "
|
|
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": "
|
|
129
|
-
"View": "
|
|
130
|
-
"View record": "
|
|
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
|
|
133
|
-
"Field name": "Alan
|
|
134
|
-
"Before change": "
|
|
135
|
-
"After change": "
|
|
136
|
-
"Delete record": "
|
|
137
|
-
"Create collection": "Koleksiyon
|
|
138
|
-
"Collection display name": "Koleksiyon
|
|
139
|
-
"Collection name": "Koleksiyon
|
|
140
|
-
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": "Rastgele
|
|
141
|
-
"Edit": "
|
|
142
|
-
"Edit collection": "Koleksiyon
|
|
143
|
-
"Configure fields": "
|
|
144
|
-
"Configure columns": "
|
|
145
|
-
"Edit field": "Alan
|
|
146
|
-
"Configure fields of {{title}}": "{{title}}
|
|
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
|
|
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": "
|
|
154
|
-
"Percent": "
|
|
155
|
-
"Password": "
|
|
156
|
-
"Advanced type": "
|
|
157
|
-
"Formula": "
|
|
158
|
-
"Formula description": "
|
|
159
|
-
"Choices": "
|
|
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
|
|
179
|
+
"Radio group": "Radio Se\xE7im grup",
|
|
164
180
|
"Checkbox group": "Checkbox grup",
|
|
165
|
-
"China region": "
|
|
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": "
|
|
174
|
-
"Last updated at": "Son
|
|
175
|
-
"Created by": "
|
|
176
|
-
"Last updated by": "Son
|
|
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
|
|
179
|
-
"Field type": "Alan
|
|
180
|
-
"Field interface": "Alan
|
|
181
|
-
"Title field": "
|
|
182
|
-
"Date format": "Tarih
|
|
183
|
-
"Year/Month/Day": "
|
|
184
|
-
"Year-Month-Day": "
|
|
185
|
-
"Day/Month/Year": "
|
|
186
|
-
"Show time": "
|
|
187
|
-
"Time format": "Zaman
|
|
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": "
|
|
206
|
+
"Relationship type": "Ba\u011Flant\u0131 t\xFCr\xFC",
|
|
191
207
|
"Source collection": "Kaynak koleksiyon",
|
|
192
|
-
"Source key": "Kaynak
|
|
208
|
+
"Source key": "Kaynak anahtar\u0131",
|
|
193
209
|
"Target collection": "Hedef koleksiyon",
|
|
194
210
|
"Through collection": "Toplama koleksiyon",
|
|
195
|
-
"Target key": "Hedef
|
|
196
|
-
"Foreign key": "
|
|
211
|
+
"Target key": "Hedef anahtar\u0131",
|
|
212
|
+
"Foreign key": "Yabanc\u0131 anahtar",
|
|
197
213
|
"One to one": "Bire-Bir",
|
|
198
|
-
"One to many": "Bire
|
|
199
|
-
"Many to one": "
|
|
200
|
-
"Many to many": "
|
|
201
|
-
"One to one description": "Bire bir
|
|
202
|
-
"One to many description": "Bire
|
|
203
|
-
"Many to one description": "
|
|
204
|
-
"Many to many description": "
|
|
205
|
-
"Foreign key 1": "
|
|
206
|
-
"Foreign key 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": "
|
|
210
|
-
"is": "
|
|
211
|
-
"is not": "
|
|
212
|
-
"contains": "
|
|
213
|
-
"does not contain": "
|
|
214
|
-
"starts with": "ile
|
|
215
|
-
"not starts with": "ile
|
|
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": "
|
|
219
|
-
"is not empty": "
|
|
220
|
-
"Edit chart": "
|
|
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": "
|
|
239
|
+
"Edit button": "D\xFCzenle butonu",
|
|
224
240
|
"Hide": "Gizle",
|
|
225
|
-
"Enable actions": "
|
|
226
|
-
"Export": "
|
|
227
|
-
"Customize": "
|
|
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": "
|
|
232
|
-
"Display order number": "
|
|
233
|
-
"Enable drag and drop sorting": "
|
|
234
|
-
"Triggered when the row is clicked": "
|
|
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
|
|
252
|
+
"Disable tabs": "Sekmeleri pasifle\u015Ftir",
|
|
237
253
|
"Details": "Detaylar",
|
|
238
|
-
"Edit tab": "Sekme
|
|
239
|
-
"Relationship blocks": "
|
|
240
|
-
"Select record": "
|
|
241
|
-
"Display name": "
|
|
242
|
-
"Select icon": "
|
|
243
|
-
"Custom column name": "
|
|
244
|
-
"Edit description": "
|
|
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
|
|
247
|
-
"Default is the ID field": "
|
|
248
|
-
"Set default sorting rules": "
|
|
249
|
-
"is before": "
|
|
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": "
|
|
252
|
-
"is on or before": "
|
|
253
|
-
"is between": "
|
|
254
|
-
"Upload": "
|
|
255
|
-
"Select level": "Seviye
|
|
256
|
-
"Province": "
|
|
257
|
-
"City": "
|
|
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": "
|
|
261
|
-
"Must select to the last level": "Son seviyeye kadar
|
|
262
|
-
"Move {{title}} to": "{{title}}
|
|
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": "
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
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": "
|
|
271
|
-
"Custom Title": "
|
|
272
|
-
"Options": "
|
|
273
|
-
"Option value": "
|
|
274
|
-
"Option label": "
|
|
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": "
|
|
277
|
-
"Related collection": "
|
|
278
|
-
"Allow linking to multiple records": "Birden
|
|
279
|
-
"Configure calendar": "Takvimi
|
|
280
|
-
"Start date field": "
|
|
281
|
-
"End date field": "
|
|
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": "
|
|
284
|
-
"Description": "
|
|
285
|
-
"Select view": "
|
|
286
|
-
"Reset": "
|
|
287
|
-
"Exportable fields": "
|
|
288
|
-
"Saved successfully": "
|
|
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": "
|
|
291
|
-
"Create an account": "Hesap
|
|
292
|
-
"Sign up": "Hesap
|
|
293
|
-
"Confirm password": "
|
|
294
|
-
"Log in with an existing account": "Mevcut bir hesapla
|
|
295
|
-
"Signed up successfully. It will jump to the login page.": "
|
|
296
|
-
"Password mismatch": "
|
|
297
|
-
"Users": "
|
|
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
|
|
301
|
-
"Configure": "
|
|
302
|
-
"Configure permissions": "Yetkileri
|
|
303
|
-
"Edit role": "Rol
|
|
304
|
-
"Action permissions": "
|
|
305
|
-
"Menu permissions": "
|
|
306
|
-
"Menu item name": "
|
|
307
|
-
"Allow access": "
|
|
308
|
-
"Action name": "
|
|
309
|
-
"Allow action": "
|
|
310
|
-
"Action scope": "
|
|
311
|
-
"Operate on new data": "Yeni verilerle
|
|
312
|
-
"Operate on existing data": "Var olan verilerle
|
|
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": "
|
|
315
|
-
"Red": "
|
|
330
|
+
"No": "Hay\u0131r",
|
|
331
|
+
"Red": "K\u0131rm\u0131z\u0131",
|
|
316
332
|
"Magenta": "Macenta",
|
|
317
333
|
"Volcano": "Volkan",
|
|
318
334
|
"Orange": "Turuncu",
|
|
319
|
-
"Gold": "
|
|
320
|
-
"Lime": "Limon
|
|
321
|
-
"Green": "
|
|
322
|
-
"Cyan": "
|
|
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": "
|
|
342
|
+
"Default": "Varsay\u0131lan",
|
|
327
343
|
"Add card": "Kart Ekle",
|
|
328
|
-
"edit title": "
|
|
329
|
-
"Turn pages": "
|
|
330
|
-
"Others": "
|
|
331
|
-
"Save as template": "
|
|
332
|
-
"Save as block template": "Blok
|
|
333
|
-
"Block templates": "Blok
|
|
334
|
-
"Convert reference to duplicate": "
|
|
335
|
-
"Template name": "
|
|
336
|
-
"Block type": "Blok
|
|
337
|
-
"No blocks to connect": "
|
|
338
|
-
"Action column": "
|
|
339
|
-
"Records per page": "Sayfa
|
|
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": "
|
|
344
|
-
"Operation succeeded": "Operasyon
|
|
345
|
-
"Operation failed": "Operasyon
|
|
346
|
-
"Open mode": "
|
|
347
|
-
"Menu item title": "
|
|
348
|
-
"Menu item icon": "
|
|
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": "
|
|
352
|
-
"Insert after": "
|
|
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": "
|
|
372
|
+
"Add sort field": "S\u0131ralama alan\u0131 ekle",
|
|
357
373
|
"ID": "ID",
|
|
358
|
-
"Drawer": "
|
|
374
|
+
"Drawer": "\xC7ekmece",
|
|
359
375
|
"Dialog": "Pencere",
|
|
360
|
-
"Delete action": "
|
|
361
|
-
"Custom column title": "
|
|
362
|
-
|
|
363
|
-
"Original title: ": "Orjinal
|
|
364
|
-
"Delete table column": "Tablo
|
|
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
|
|
367
|
-
"Fields values": "
|
|
368
|
-
|
|
369
|
-
"When submitting the following fields, the saved values are": "
|
|
370
|
-
"After successful submission": "
|
|
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": "
|
|
373
|
-
"Redirect to": "
|
|
374
|
-
"Save action": "Kaydet
|
|
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": "
|
|
377
|
-
"Add condition group": "
|
|
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": "
|
|
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.": "
|
|
407
|
+
"Formula error.": "Form\xFCl hatal\u0131.",
|
|
392
408
|
"Rich Text": "Zengin Metin",
|
|
393
|
-
"Junction collection": "
|
|
394
|
-
"Leave it blank, unless you need a custom intermediate table": "
|
|
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
|
|
397
|
-
"Field title": "Alan
|
|
398
|
-
"Original field title: ": "Orijinal alan
|
|
399
|
-
"Edit tooltip": "
|
|
400
|
-
"Delete field": "
|
|
401
|
-
"Select collection": "Koleksiyon
|
|
402
|
-
"Blank block": "
|
|
403
|
-
"Duplicate template": "
|
|
404
|
-
"Reference template": "Referans
|
|
405
|
-
"Create calendar block": "Takvim
|
|
406
|
-
"Create kanban block": "Kanban
|
|
407
|
-
"Grouping field": "Alan
|
|
408
|
-
"Tab name": "Sekme
|
|
409
|
-
"Current record blocks": "Mevcut
|
|
410
|
-
"Popup message": "
|
|
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
|
|
413
|
-
"Default role": "
|
|
414
|
-
"All collections use general action permissions by default; permission configured individually will override the default one.": "
|
|
415
|
-
"Allows configuration of the whole system, including UI, collections, permissions, etc.": "UI, koleksiyonlar, izinler vb. dahil olmak
|
|
416
|
-
"New menu items are allowed to be accessed by default.": "Yeni
|
|
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
|
|
420
|
-
"General action permissions": "Genel
|
|
421
|
-
"Action display name": "
|
|
422
|
-
"Allow": "
|
|
423
|
-
"Data scope": "Veri
|
|
424
|
-
"Action on new records": "Yeni
|
|
425
|
-
"Action on existing records": "Var olan
|
|
426
|
-
"All records": "
|
|
427
|
-
"Own records": "Kendi
|
|
428
|
-
"Permission policy": "
|
|
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": "
|
|
432
|
-
"Configure permission": "
|
|
433
|
-
"Action permission": "
|
|
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
|
|
436
|
-
"Unsaved changes": "
|
|
437
|
-
"Are you sure you don't want to save?": "kaydetmek
|
|
438
|
-
"Dragging": "
|
|
439
|
-
"Popup": "
|
|
440
|
-
"Trigger workflow": "
|
|
441
|
-
"Request API": "API
|
|
442
|
-
"Assign field values": "Alan
|
|
443
|
-
"Constant value": "Sabit
|
|
444
|
-
"Dynamic value": "Dinamik
|
|
445
|
-
"Current user": "
|
|
446
|
-
"Current record": "
|
|
447
|
-
"Popup close method": "
|
|
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": "
|
|
451
|
-
"Save record": "
|
|
452
|
-
"Updated successfully": "
|
|
453
|
-
"After successful save": "
|
|
454
|
-
"After clicking the custom button, the following field values will be assigned according to the following form.": "
|
|
455
|
-
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "
|
|
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
|
|
459
|
-
"Custom request": "
|
|
460
|
-
"Request settings": "
|
|
461
|
-
"Request URL": "
|
|
462
|
-
"Request method": "
|
|
463
|
-
"Request query parameters": "
|
|
464
|
-
"Request headers": "
|
|
465
|
-
"Request body": "
|
|
466
|
-
"Request success": "
|
|
467
|
-
"Invalid JSON format": "
|
|
468
|
-
"After successful request": "
|
|
469
|
-
"Add exportable field": "
|
|
470
|
-
"Audit logs": "Denetim
|
|
471
|
-
"Record ID": "
|
|
472
|
-
"User": "
|
|
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
|
|
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": "
|
|
478
|
-
"Block title": "Blok
|
|
479
|
-
"Edit block title": "Blok
|
|
480
|
-
"operater": "
|
|
481
|
-
"Province/city/area name": "Semt
|
|
482
|
-
"Field component": "Alan
|
|
483
|
-
"Allow multiple": "Birden
|
|
484
|
-
"Quick upload": "
|
|
485
|
-
"Select file": "Dosya
|
|
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": "
|
|
491
|
-
"Print": "
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
"Search and select collection": "Koleksiyon ara ve
|
|
495
|
-
"This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "Bu, NocoBase
|
|
496
|
-
"Render Failed": "
|
|
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
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
"Data template": "Veri
|
|
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;
|