@nocobase/plugin-client 0.17.0-alpha.2 → 0.17.0-alpha.4
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/externalVersion.js +4 -4
- package/dist/locale/cron/zh_CN.js +5 -75
- package/dist/locale/en_US.js +86 -107
- package/dist/locale/es_ES.js +193 -214
- package/dist/locale/fr_FR.js +193 -214
- package/dist/locale/ja_JP.js +168 -190
- package/dist/locale/pt_BR.js +183 -205
- package/dist/locale/ru_RU.js +133 -154
- package/dist/locale/tr_TR.js +133 -154
- package/dist/locale/uk_UA.js +197 -218
- package/dist/locale/{zh_CN.js → zh-CN.js} +2 -24
- package/dist/node_modules/cronstrue/package.json +1 -1
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@nocobase/client": "0.17.0-alpha.
|
|
3
|
-
"@nocobase/utils": "0.17.0-alpha.
|
|
4
|
-
"@nocobase/server": "0.17.0-alpha.
|
|
5
|
-
"@nocobase/database": "0.17.0-alpha.
|
|
2
|
+
"@nocobase/client": "0.17.0-alpha.4",
|
|
3
|
+
"@nocobase/utils": "0.17.0-alpha.4",
|
|
4
|
+
"@nocobase/server": "0.17.0-alpha.4",
|
|
5
|
+
"@nocobase/database": "0.17.0-alpha.4"
|
|
6
6
|
};
|
|
@@ -1,26 +1,4 @@
|
|
|
1
|
-
|
|
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 zh_CN_exports = {};
|
|
19
|
-
__export(zh_CN_exports, {
|
|
20
|
-
default: () => zh_CN_default
|
|
21
|
-
});
|
|
22
|
-
module.exports = __toCommonJS(zh_CN_exports);
|
|
23
|
-
var zh_CN_default = {
|
|
1
|
+
module.exports = {
|
|
24
2
|
everyText: "\u6BCF",
|
|
25
3
|
emptyMonths: "\u6BCF\u6708",
|
|
26
4
|
emptyMonthDays: "\u6BCF\u65E5(\u6708)",
|
|
@@ -48,56 +26,8 @@ var zh_CN_default = {
|
|
|
48
26
|
suffixMinutesForHourPeriod: "\u5206\u949F",
|
|
49
27
|
errorInvalidCron: "\u4E0D\u7B26\u5408 cron \u89C4\u5219\u7684\u8868\u8FBE\u5F0F",
|
|
50
28
|
clearButtonText: "\u6E05\u7A7A",
|
|
51
|
-
weekDays: [
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
"\u5468\u4E00",
|
|
56
|
-
"\u5468\u4E8C",
|
|
57
|
-
"\u5468\u4E09",
|
|
58
|
-
"\u5468\u56DB",
|
|
59
|
-
"\u5468\u4E94",
|
|
60
|
-
"\u5468\u516D"
|
|
61
|
-
],
|
|
62
|
-
months: [
|
|
63
|
-
// Order is important, the index will be used as value
|
|
64
|
-
"\u4E00\u6708",
|
|
65
|
-
"\u4E8C\u6708",
|
|
66
|
-
"\u4E09\u6708",
|
|
67
|
-
"\u56DB\u6708",
|
|
68
|
-
"\u4E94\u6708",
|
|
69
|
-
"\u516D\u6708",
|
|
70
|
-
"\u4E03\u6708",
|
|
71
|
-
"\u516B\u6708",
|
|
72
|
-
"\u4E5D\u6708",
|
|
73
|
-
"\u5341\u6708",
|
|
74
|
-
"\u5341\u4E00\u6708",
|
|
75
|
-
"\u5341\u4E8C\u6708"
|
|
76
|
-
],
|
|
77
|
-
altWeekDays: [
|
|
78
|
-
// Order is important, the index will be used as value
|
|
79
|
-
"\u5468\u65E5",
|
|
80
|
-
// Sunday must always be first, it's "0"
|
|
81
|
-
"\u5468\u4E00",
|
|
82
|
-
"\u5468\u4E8C",
|
|
83
|
-
"\u5468\u4E09",
|
|
84
|
-
"\u5468\u56DB",
|
|
85
|
-
"\u5468\u4E94",
|
|
86
|
-
"\u5468\u516D"
|
|
87
|
-
],
|
|
88
|
-
altMonths: [
|
|
89
|
-
// Order is important, the index will be used as value
|
|
90
|
-
"\u4E00\u6708",
|
|
91
|
-
"\u4E8C\u6708",
|
|
92
|
-
"\u4E09\u6708",
|
|
93
|
-
"\u56DB\u6708",
|
|
94
|
-
"\u4E94\u6708",
|
|
95
|
-
"\u516D\u6708",
|
|
96
|
-
"\u4E03\u6708",
|
|
97
|
-
"\u516B\u6708",
|
|
98
|
-
"\u4E5D\u6708",
|
|
99
|
-
"\u5341\u6708",
|
|
100
|
-
"\u5341\u4E00\u6708",
|
|
101
|
-
"\u5341\u4E8C\u6708"
|
|
102
|
-
]
|
|
29
|
+
weekDays: ["\u5468\u65E5", "\u5468\u4E00", "\u5468\u4E8C", "\u5468\u4E09", "\u5468\u56DB", "\u5468\u4E94", "\u5468\u516D"],
|
|
30
|
+
months: ["\u4E00\u6708", "\u4E8C\u6708", "\u4E09\u6708", "\u56DB\u6708", "\u4E94\u6708", "\u516D\u6708", "\u4E03\u6708", "\u516B\u6708", "\u4E5D\u6708", "\u5341\u6708", "\u5341\u4E00\u6708", "\u5341\u4E8C\u6708"],
|
|
31
|
+
altWeekDays: ["\u5468\u65E5", "\u5468\u4E00", "\u5468\u4E8C", "\u5468\u4E09", "\u5468\u56DB", "\u5468\u4E94", "\u5468\u516D"],
|
|
32
|
+
altMonths: ["\u4E00\u6708", "\u4E8C\u6708", "\u4E09\u6708", "\u56DB\u6708", "\u4E94\u6708", "\u516D\u6708", "\u4E03\u6708", "\u516B\u6708", "\u4E5D\u6708", "\u5341\u6708", "\u5341\u4E00\u6708", "\u5341\u4E8C\u6708"]
|
|
103
33
|
};
|
package/dist/locale/en_US.js
CHANGED
|
@@ -1,37 +1,15 @@
|
|
|
1
|
-
|
|
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 en_US_exports = {};
|
|
19
|
-
__export(en_US_exports, {
|
|
20
|
-
default: () => en_US_default
|
|
21
|
-
});
|
|
22
|
-
module.exports = __toCommonJS(en_US_exports);
|
|
23
|
-
var en_US_default = {
|
|
1
|
+
module.exports = {
|
|
24
2
|
"Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page": "Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page",
|
|
25
3
|
"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",
|
|
26
4
|
"Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": "Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>",
|
|
27
5
|
"{{count}} filter items": "{{count}} filter items",
|
|
28
6
|
"{{count}} more items": "{{count}} more items",
|
|
29
7
|
"Total {{count}} items": "Total {{count}} items",
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
8
|
+
Today: "Today",
|
|
9
|
+
Yesterday: "Yesterday",
|
|
10
|
+
Tomorrow: "Tomorrow",
|
|
11
|
+
Month: "Month",
|
|
12
|
+
Week: "Week",
|
|
35
13
|
"This week": "This week",
|
|
36
14
|
"This month": "This month",
|
|
37
15
|
"This year": "This year",
|
|
@@ -51,32 +29,32 @@ var en_US_default = {
|
|
|
51
29
|
"Next 30 days": "Next 30 days",
|
|
52
30
|
"Next 90 days": "Next 90 days",
|
|
53
31
|
"Work week": "Work week",
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
32
|
+
Day: "Day",
|
|
33
|
+
Agenda: "Agenda",
|
|
34
|
+
Date: "Date",
|
|
35
|
+
Time: "Time",
|
|
36
|
+
Event: "Event",
|
|
37
|
+
None: "None",
|
|
38
|
+
Unconnected: "Unconnected",
|
|
61
39
|
"System settings": "System settings",
|
|
62
40
|
"System title": "System title",
|
|
63
|
-
|
|
64
|
-
|
|
41
|
+
Settings: "Settings",
|
|
42
|
+
Logo: "Logo",
|
|
65
43
|
"Add menu item": "Add menu item",
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
44
|
+
Page: "Page",
|
|
45
|
+
Name: "Name",
|
|
46
|
+
Icon: "Icon",
|
|
47
|
+
Group: "Group",
|
|
48
|
+
Link: "Link",
|
|
71
49
|
"Save conditions": "Save conditions",
|
|
72
50
|
"Edit menu item": "Edit menu item",
|
|
73
51
|
"Move to": "Move to",
|
|
74
52
|
"Insert left": "Insert left",
|
|
75
53
|
"Insert right": "Insert right",
|
|
76
54
|
"Insert inner": "Insert inner",
|
|
77
|
-
|
|
55
|
+
Delete: "Delete",
|
|
78
56
|
"UI editor": "UI editor",
|
|
79
|
-
|
|
57
|
+
Collection: "Collection",
|
|
80
58
|
"Collections & Fields": "Collections & Fields",
|
|
81
59
|
"All collections": "All collections",
|
|
82
60
|
"Add category": "Add category",
|
|
@@ -86,26 +64,26 @@ var en_US_default = {
|
|
|
86
64
|
"Edit category": "Edit category",
|
|
87
65
|
"Collection category": "Collection category",
|
|
88
66
|
"Collection template": "Collection template",
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
67
|
+
Sort: "Sort",
|
|
68
|
+
Categories: "Categories",
|
|
69
|
+
Visible: "Visible",
|
|
92
70
|
"Read only": "Read only",
|
|
93
71
|
"Easy reading": "Easy reading",
|
|
94
|
-
|
|
72
|
+
Hidden: "Hidden",
|
|
95
73
|
"Hidden(reserved value)": "Hidden(reserved value)",
|
|
96
74
|
"Not required": "Not required",
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
75
|
+
Value: "Value",
|
|
76
|
+
Disabled: "Disabled",
|
|
77
|
+
Enabled: "Enabled",
|
|
78
|
+
Problematic: "Problematic",
|
|
79
|
+
Setting: "Setting",
|
|
80
|
+
On: "On",
|
|
81
|
+
Off: "Off",
|
|
82
|
+
Empty: "Empty",
|
|
105
83
|
"Linkage rule": "Linkage rule",
|
|
106
84
|
"Linkage rules": "Linkage rules",
|
|
107
|
-
|
|
108
|
-
|
|
85
|
+
Condition: "Condition",
|
|
86
|
+
Properties: "Properties",
|
|
109
87
|
"Add linkage rule": "Add linkage rule",
|
|
110
88
|
"Add property": "Add property",
|
|
111
89
|
"Category name": "Category name",
|
|
@@ -116,26 +94,26 @@ var en_US_default = {
|
|
|
116
94
|
"New password": "New password",
|
|
117
95
|
"Switch role": "Switch role",
|
|
118
96
|
"Super admin": "Super admin",
|
|
119
|
-
|
|
97
|
+
Language: "Language",
|
|
120
98
|
"Allow sign up": "Allow sign up",
|
|
121
99
|
"Enable SMS authentication": "Enable SMS authentication",
|
|
122
100
|
"Sign out": "Sign out",
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
101
|
+
Cancel: "Cancel",
|
|
102
|
+
Submit: "Submit",
|
|
103
|
+
Close: "Close",
|
|
126
104
|
"Set the data scope": "Set the data scope",
|
|
127
105
|
"Data blocks": "Data blocks",
|
|
128
106
|
"Filter blocks": "Filter blocks",
|
|
129
|
-
|
|
107
|
+
Table: "Table",
|
|
130
108
|
"Table OID(Inheritance)": "Table OID(Inheritance)",
|
|
131
|
-
|
|
132
|
-
|
|
109
|
+
Form: "Form",
|
|
110
|
+
List: "List",
|
|
133
111
|
"Grid Card": "Grid Card",
|
|
134
|
-
|
|
112
|
+
pixels: "pixels",
|
|
135
113
|
"Screen size": "Screen size",
|
|
136
114
|
"Display title": "Display title",
|
|
137
115
|
"Set the count of columns displayed in a row": "Set the count of columns displayed in a row",
|
|
138
|
-
|
|
116
|
+
Column: "Column",
|
|
139
117
|
"Phone device": "Phone device",
|
|
140
118
|
"Tablet device": "Tablet device",
|
|
141
119
|
"Desktop device": "Desktop device",
|
|
@@ -620,14 +598,15 @@ var en_US_default = {
|
|
|
620
598
|
"Scope name": "Scope name",
|
|
621
599
|
"Unsaved changes": "Unsaved changes",
|
|
622
600
|
"Are you sure you don't want to save?": "Are you sure you don't want to save?",
|
|
623
|
-
|
|
624
|
-
|
|
601
|
+
Dragging: "Dragging",
|
|
602
|
+
Popup: "Popup",
|
|
625
603
|
"Trigger workflow": "Trigger workflow",
|
|
626
604
|
"Request API": "Request API",
|
|
627
605
|
"Assign field values": "Assign field values",
|
|
628
606
|
"Constant value": "Constant value",
|
|
629
607
|
"Dynamic value": "Dynamic value",
|
|
630
608
|
"Current user": "Current user",
|
|
609
|
+
"Current role": "Current role",
|
|
631
610
|
"Current record": "Current record",
|
|
632
611
|
"Parent record": "Parent record",
|
|
633
612
|
"Current time": "Current time",
|
|
@@ -643,7 +622,7 @@ var en_US_default = {
|
|
|
643
622
|
"After clicking the custom button, the following field values will be assigned according to the following form.": "After clicking the custom button, the following field values will be assigned according to the following form.",
|
|
644
623
|
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "After clicking the custom button, the following fields of the current record will be saved according to the following form.",
|
|
645
624
|
"Button background color": "Button background color",
|
|
646
|
-
|
|
625
|
+
Highlight: "Highlight",
|
|
647
626
|
"Danger red": "Danger red",
|
|
648
627
|
"Custom request": "Custom request",
|
|
649
628
|
"Request settings": "Request settings",
|
|
@@ -658,9 +637,9 @@ var en_US_default = {
|
|
|
658
637
|
"Add exportable field": "Add exportable field",
|
|
659
638
|
"Audit logs": "Audit logs",
|
|
660
639
|
"Record ID": "Record ID",
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
640
|
+
User: "User",
|
|
641
|
+
Field: "Field",
|
|
642
|
+
Select: "Select",
|
|
664
643
|
"Select field": "Select field",
|
|
665
644
|
"Field value changes": "Field value changes",
|
|
666
645
|
"One to one (has one)": "One to one (has one)",
|
|
@@ -669,47 +648,47 @@ var en_US_default = {
|
|
|
669
648
|
"Province/city/area name": "Province/city/area name",
|
|
670
649
|
"Enabled languages": "Enabled languages",
|
|
671
650
|
"View all plugins": "View all plugins",
|
|
672
|
-
|
|
673
|
-
|
|
651
|
+
Print: "Print",
|
|
652
|
+
Done: "Done",
|
|
674
653
|
"Sign up successfully, and automatically jump to the sign in page": "Sign up successfully, and automatically jump to the sign in page",
|
|
675
654
|
"File manager": "File manager",
|
|
676
|
-
|
|
655
|
+
ACL: "ACL",
|
|
677
656
|
"Collection manager": "Collection manager",
|
|
678
657
|
"Plugin manager": "Plugin manager",
|
|
679
|
-
|
|
658
|
+
Local: "Local",
|
|
680
659
|
"Built-in": "Built-in",
|
|
681
|
-
|
|
660
|
+
Marketplace: "Marketplace",
|
|
682
661
|
"Add plugin": "Add plugin",
|
|
683
662
|
"Plugin source": "Plugin source",
|
|
684
|
-
|
|
663
|
+
Upgrade: "Upgrade",
|
|
685
664
|
"Plugin dependencies check failed": "Plugin dependencies check failed",
|
|
686
665
|
"More details": "More details",
|
|
687
666
|
"Upload new version": "Upload new version",
|
|
688
|
-
|
|
667
|
+
Version: "Version",
|
|
689
668
|
"Npm package": "Npm package",
|
|
690
669
|
"Npm package name": "Npm package name",
|
|
691
670
|
"Upload plugin": "Upload plugin",
|
|
692
671
|
"Official plugin": "Official plugin",
|
|
693
672
|
"Add type": "Add type",
|
|
694
|
-
|
|
673
|
+
Changelog: "Changelog",
|
|
695
674
|
"Dependencies check": "Dependencies check",
|
|
696
675
|
"Update plugin": "Update plugin",
|
|
697
|
-
|
|
676
|
+
Installing: "Installing",
|
|
698
677
|
"The deletion was successful.": "The deletion was successful.",
|
|
699
678
|
"Plugin Zip File": "Plugin Zip File",
|
|
700
679
|
"Compressed file url": "Compressed file url",
|
|
701
680
|
"Last updated": "Last updated",
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
681
|
+
PackageName: "PackageName",
|
|
682
|
+
DisplayName: "DisplayName",
|
|
683
|
+
Readme: "Readme",
|
|
705
684
|
"Dependencies compatibility check": "Dependencies compatibility check",
|
|
706
685
|
"Plugin dependencies check failed, you should change the dependent version to meet the version requirements.": "Plugin dependencies check failed, you should change the dependent version to meet the version requirements.",
|
|
707
686
|
"Version range": "Version range",
|
|
708
687
|
"Plugin's version": "Plugin's version",
|
|
709
|
-
|
|
688
|
+
Result: "Result",
|
|
710
689
|
"No CHANGELOG.md file": "No CHANGELOG.md file",
|
|
711
690
|
"No README.md file": "No README.md file",
|
|
712
|
-
|
|
691
|
+
Homepage: "Homepage",
|
|
713
692
|
"Drag and drop the file here or click to upload, file size should not exceed 30M": "Drag and drop the file here or click to upload, file size should not exceed 30M",
|
|
714
693
|
"Dependencies check failed, can't enable.": "Dependencies check failed, can't enable.",
|
|
715
694
|
"Plugin starting...": "Plugin starting...",
|
|
@@ -718,11 +697,11 @@ var en_US_default = {
|
|
|
718
697
|
"re-download file": "re-download file",
|
|
719
698
|
"Not enabled": "Not enabled",
|
|
720
699
|
"Search plugin": "Search plugin",
|
|
721
|
-
|
|
700
|
+
Author: "Author",
|
|
722
701
|
"Plugin loading failed. Please check the server logs.": "Plugin loading failed. Please check the server logs.",
|
|
723
702
|
"Coming soon...": "Coming soon...",
|
|
724
703
|
"All plugin settings": "All plugin settings",
|
|
725
|
-
|
|
704
|
+
Bookmark: "Bookmark",
|
|
726
705
|
"Manage all settings": "Manage all settings",
|
|
727
706
|
"Create inverse field in the target collection": "Create inverse field in the target collection",
|
|
728
707
|
"Inverse field name": "Inverse field name",
|
|
@@ -731,42 +710,42 @@ var en_US_default = {
|
|
|
731
710
|
"After successful bulk update": "After successful bulk update",
|
|
732
711
|
"Bulk edit": "Bulk edit",
|
|
733
712
|
"Data will be updated": "Data will be updated",
|
|
734
|
-
|
|
735
|
-
|
|
713
|
+
Selected: "Selected",
|
|
714
|
+
All: "All",
|
|
736
715
|
"Update selected data?": "Update selected data?",
|
|
737
716
|
"Update all data?": "Update all data?",
|
|
738
717
|
"Remains the same": "Remains the same",
|
|
739
718
|
"Changed to": "Changed to",
|
|
740
|
-
|
|
719
|
+
Clear: "Clear",
|
|
741
720
|
"Add attach": "Add attach",
|
|
742
721
|
"Please select the records to be updated": "Please select the records to be updated",
|
|
743
|
-
|
|
744
|
-
|
|
722
|
+
Selector: "Selector",
|
|
723
|
+
Inner: "Inner",
|
|
745
724
|
"Search and select collection": "Search and select collection",
|
|
746
725
|
"Please fill in the iframe URL": "Please fill in the iframe URL",
|
|
747
726
|
"Fix block": "Fix block",
|
|
748
727
|
"Plugin name": "Plugin name",
|
|
749
728
|
"Plugin tab name": "Plugin tab name",
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
729
|
+
AutoGenId: "Auto-generated ID field",
|
|
730
|
+
CreatedBy: "Recording a row's created user",
|
|
731
|
+
UpdatedBy: "Recording a row's last updated user",
|
|
732
|
+
CreatedAt: "Recording a row's created time ",
|
|
733
|
+
UpdatedAt: "Recording a row's last updated user",
|
|
755
734
|
"Column width": "Column width",
|
|
756
|
-
|
|
735
|
+
Sortable: "Sortable",
|
|
757
736
|
"Enable link": "Enable link",
|
|
758
737
|
"This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "This is likely a NocoBase internals bug. Please open an issue at <1>here</1>",
|
|
759
738
|
"Render Failed": "Render Failed",
|
|
760
|
-
|
|
739
|
+
Feedback: "Feedback",
|
|
761
740
|
"Try again": "Try again",
|
|
762
741
|
"Data template": "Data template",
|
|
763
|
-
|
|
764
|
-
|
|
742
|
+
Duplicate: "Duplicate",
|
|
743
|
+
Duplicating: "Duplicating",
|
|
765
744
|
"Duplicate mode": "Duplicate mode",
|
|
766
745
|
"Quick duplicate": "Quick duplicate",
|
|
767
746
|
"Duplicate and continue": "Duplicate and continue",
|
|
768
747
|
"Please configure the duplicate fields": "Please configure the duplicate fields",
|
|
769
|
-
|
|
748
|
+
Add: "Create",
|
|
770
749
|
"Add new mode": "Add new mode",
|
|
771
750
|
"Quick add": "Quick add",
|
|
772
751
|
"Modal add": "Modal add",
|
|
@@ -774,7 +753,7 @@ var en_US_default = {
|
|
|
774
753
|
"First or create": "First or create",
|
|
775
754
|
"Update or create": "Update or create",
|
|
776
755
|
"Find by the following fields": "Find by the following fields",
|
|
777
|
-
|
|
756
|
+
Create: "Create",
|
|
778
757
|
"Current form": "Current form",
|
|
779
758
|
"Current object": "Current object",
|
|
780
759
|
"Linkage with form fields": "Linkage with form fields",
|
|
@@ -782,12 +761,12 @@ var en_US_default = {
|
|
|
782
761
|
"Date display format": "Date display format",
|
|
783
762
|
"Assign data scope for the template": "Assign data scope for the template",
|
|
784
763
|
"Table selected records": "Table selected records",
|
|
785
|
-
|
|
764
|
+
Tag: "Tag",
|
|
786
765
|
"Tag color field": "Tag color field",
|
|
787
766
|
"Sync successfully": "Sync successfully",
|
|
788
767
|
"Sync from form fields": "Sync from form fields",
|
|
789
768
|
"Select all": "Select all",
|
|
790
|
-
|
|
769
|
+
Restart: "Restart",
|
|
791
770
|
"Restart application": "Restart application",
|
|
792
771
|
"Cascade Select": "Cascade Select",
|
|
793
772
|
Execute: "Execute",
|