@nocobase/plugin-client 0.17.0-alpha.1 → 0.17.0-alpha.3
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 +85 -107
- package/dist/locale/es_ES.js +192 -214
- package/dist/locale/fr_FR.js +192 -214
- package/dist/locale/ja_JP.js +167 -190
- package/dist/locale/pt_BR.js +183 -205
- package/dist/locale/ru_RU.js +132 -154
- package/dist/locale/tr_TR.js +132 -154
- package/dist/locale/uk_UA.js +196 -218
- package/dist/locale/{zh_CN.js → zh-CN.js} +1 -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.3",
|
|
3
|
+
"@nocobase/utils": "0.17.0-alpha.3",
|
|
4
|
+
"@nocobase/server": "0.17.0-alpha.3",
|
|
5
|
+
"@nocobase/database": "0.17.0-alpha.3"
|
|
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,8 +598,8 @@ 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",
|
|
@@ -643,7 +621,7 @@ var en_US_default = {
|
|
|
643
621
|
"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
622
|
"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
623
|
"Button background color": "Button background color",
|
|
646
|
-
|
|
624
|
+
Highlight: "Highlight",
|
|
647
625
|
"Danger red": "Danger red",
|
|
648
626
|
"Custom request": "Custom request",
|
|
649
627
|
"Request settings": "Request settings",
|
|
@@ -658,9 +636,9 @@ var en_US_default = {
|
|
|
658
636
|
"Add exportable field": "Add exportable field",
|
|
659
637
|
"Audit logs": "Audit logs",
|
|
660
638
|
"Record ID": "Record ID",
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
639
|
+
User: "User",
|
|
640
|
+
Field: "Field",
|
|
641
|
+
Select: "Select",
|
|
664
642
|
"Select field": "Select field",
|
|
665
643
|
"Field value changes": "Field value changes",
|
|
666
644
|
"One to one (has one)": "One to one (has one)",
|
|
@@ -669,47 +647,47 @@ var en_US_default = {
|
|
|
669
647
|
"Province/city/area name": "Province/city/area name",
|
|
670
648
|
"Enabled languages": "Enabled languages",
|
|
671
649
|
"View all plugins": "View all plugins",
|
|
672
|
-
|
|
673
|
-
|
|
650
|
+
Print: "Print",
|
|
651
|
+
Done: "Done",
|
|
674
652
|
"Sign up successfully, and automatically jump to the sign in page": "Sign up successfully, and automatically jump to the sign in page",
|
|
675
653
|
"File manager": "File manager",
|
|
676
|
-
|
|
654
|
+
ACL: "ACL",
|
|
677
655
|
"Collection manager": "Collection manager",
|
|
678
656
|
"Plugin manager": "Plugin manager",
|
|
679
|
-
|
|
657
|
+
Local: "Local",
|
|
680
658
|
"Built-in": "Built-in",
|
|
681
|
-
|
|
659
|
+
Marketplace: "Marketplace",
|
|
682
660
|
"Add plugin": "Add plugin",
|
|
683
661
|
"Plugin source": "Plugin source",
|
|
684
|
-
|
|
662
|
+
Upgrade: "Upgrade",
|
|
685
663
|
"Plugin dependencies check failed": "Plugin dependencies check failed",
|
|
686
664
|
"More details": "More details",
|
|
687
665
|
"Upload new version": "Upload new version",
|
|
688
|
-
|
|
666
|
+
Version: "Version",
|
|
689
667
|
"Npm package": "Npm package",
|
|
690
668
|
"Npm package name": "Npm package name",
|
|
691
669
|
"Upload plugin": "Upload plugin",
|
|
692
670
|
"Official plugin": "Official plugin",
|
|
693
671
|
"Add type": "Add type",
|
|
694
|
-
|
|
672
|
+
Changelog: "Changelog",
|
|
695
673
|
"Dependencies check": "Dependencies check",
|
|
696
674
|
"Update plugin": "Update plugin",
|
|
697
|
-
|
|
675
|
+
Installing: "Installing",
|
|
698
676
|
"The deletion was successful.": "The deletion was successful.",
|
|
699
677
|
"Plugin Zip File": "Plugin Zip File",
|
|
700
678
|
"Compressed file url": "Compressed file url",
|
|
701
679
|
"Last updated": "Last updated",
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
680
|
+
PackageName: "PackageName",
|
|
681
|
+
DisplayName: "DisplayName",
|
|
682
|
+
Readme: "Readme",
|
|
705
683
|
"Dependencies compatibility check": "Dependencies compatibility check",
|
|
706
684
|
"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
685
|
"Version range": "Version range",
|
|
708
686
|
"Plugin's version": "Plugin's version",
|
|
709
|
-
|
|
687
|
+
Result: "Result",
|
|
710
688
|
"No CHANGELOG.md file": "No CHANGELOG.md file",
|
|
711
689
|
"No README.md file": "No README.md file",
|
|
712
|
-
|
|
690
|
+
Homepage: "Homepage",
|
|
713
691
|
"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
692
|
"Dependencies check failed, can't enable.": "Dependencies check failed, can't enable.",
|
|
715
693
|
"Plugin starting...": "Plugin starting...",
|
|
@@ -718,11 +696,11 @@ var en_US_default = {
|
|
|
718
696
|
"re-download file": "re-download file",
|
|
719
697
|
"Not enabled": "Not enabled",
|
|
720
698
|
"Search plugin": "Search plugin",
|
|
721
|
-
|
|
699
|
+
Author: "Author",
|
|
722
700
|
"Plugin loading failed. Please check the server logs.": "Plugin loading failed. Please check the server logs.",
|
|
723
701
|
"Coming soon...": "Coming soon...",
|
|
724
702
|
"All plugin settings": "All plugin settings",
|
|
725
|
-
|
|
703
|
+
Bookmark: "Bookmark",
|
|
726
704
|
"Manage all settings": "Manage all settings",
|
|
727
705
|
"Create inverse field in the target collection": "Create inverse field in the target collection",
|
|
728
706
|
"Inverse field name": "Inverse field name",
|
|
@@ -731,42 +709,42 @@ var en_US_default = {
|
|
|
731
709
|
"After successful bulk update": "After successful bulk update",
|
|
732
710
|
"Bulk edit": "Bulk edit",
|
|
733
711
|
"Data will be updated": "Data will be updated",
|
|
734
|
-
|
|
735
|
-
|
|
712
|
+
Selected: "Selected",
|
|
713
|
+
All: "All",
|
|
736
714
|
"Update selected data?": "Update selected data?",
|
|
737
715
|
"Update all data?": "Update all data?",
|
|
738
716
|
"Remains the same": "Remains the same",
|
|
739
717
|
"Changed to": "Changed to",
|
|
740
|
-
|
|
718
|
+
Clear: "Clear",
|
|
741
719
|
"Add attach": "Add attach",
|
|
742
720
|
"Please select the records to be updated": "Please select the records to be updated",
|
|
743
|
-
|
|
744
|
-
|
|
721
|
+
Selector: "Selector",
|
|
722
|
+
Inner: "Inner",
|
|
745
723
|
"Search and select collection": "Search and select collection",
|
|
746
724
|
"Please fill in the iframe URL": "Please fill in the iframe URL",
|
|
747
725
|
"Fix block": "Fix block",
|
|
748
726
|
"Plugin name": "Plugin name",
|
|
749
727
|
"Plugin tab name": "Plugin tab name",
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
728
|
+
AutoGenId: "Auto-generated ID field",
|
|
729
|
+
CreatedBy: "Recording a row's created user",
|
|
730
|
+
UpdatedBy: "Recording a row's last updated user",
|
|
731
|
+
CreatedAt: "Recording a row's created time ",
|
|
732
|
+
UpdatedAt: "Recording a row's last updated user",
|
|
755
733
|
"Column width": "Column width",
|
|
756
|
-
|
|
734
|
+
Sortable: "Sortable",
|
|
757
735
|
"Enable link": "Enable link",
|
|
758
736
|
"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
737
|
"Render Failed": "Render Failed",
|
|
760
|
-
|
|
738
|
+
Feedback: "Feedback",
|
|
761
739
|
"Try again": "Try again",
|
|
762
740
|
"Data template": "Data template",
|
|
763
|
-
|
|
764
|
-
|
|
741
|
+
Duplicate: "Duplicate",
|
|
742
|
+
Duplicating: "Duplicating",
|
|
765
743
|
"Duplicate mode": "Duplicate mode",
|
|
766
744
|
"Quick duplicate": "Quick duplicate",
|
|
767
745
|
"Duplicate and continue": "Duplicate and continue",
|
|
768
746
|
"Please configure the duplicate fields": "Please configure the duplicate fields",
|
|
769
|
-
|
|
747
|
+
Add: "Create",
|
|
770
748
|
"Add new mode": "Add new mode",
|
|
771
749
|
"Quick add": "Quick add",
|
|
772
750
|
"Modal add": "Modal add",
|
|
@@ -774,7 +752,7 @@ var en_US_default = {
|
|
|
774
752
|
"First or create": "First or create",
|
|
775
753
|
"Update or create": "Update or create",
|
|
776
754
|
"Find by the following fields": "Find by the following fields",
|
|
777
|
-
|
|
755
|
+
Create: "Create",
|
|
778
756
|
"Current form": "Current form",
|
|
779
757
|
"Current object": "Current object",
|
|
780
758
|
"Linkage with form fields": "Linkage with form fields",
|
|
@@ -782,12 +760,12 @@ var en_US_default = {
|
|
|
782
760
|
"Date display format": "Date display format",
|
|
783
761
|
"Assign data scope for the template": "Assign data scope for the template",
|
|
784
762
|
"Table selected records": "Table selected records",
|
|
785
|
-
|
|
763
|
+
Tag: "Tag",
|
|
786
764
|
"Tag color field": "Tag color field",
|
|
787
765
|
"Sync successfully": "Sync successfully",
|
|
788
766
|
"Sync from form fields": "Sync from form fields",
|
|
789
767
|
"Select all": "Select all",
|
|
790
|
-
|
|
768
|
+
Restart: "Restart",
|
|
791
769
|
"Restart application": "Restart application",
|
|
792
770
|
"Cascade Select": "Cascade Select",
|
|
793
771
|
Execute: "Execute",
|