@nocobase/plugin-client 0.13.0-alpha.3 → 0.13.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/dist/client/index.js +1 -11
  2. package/dist/index.js +37 -16
  3. package/dist/locale/cron/zh_CN.js +97 -42
  4. package/dist/locale/en_US.js +43 -28
  5. package/dist/locale/es_ES.js +328 -313
  6. package/dist/locale/fr_FR.js +329 -314
  7. package/dist/locale/index.js +160 -273
  8. package/dist/locale/ja_JP.js +635 -620
  9. package/dist/locale/pt_BR.js +365 -350
  10. package/dist/locale/ru_RU.js +519 -504
  11. package/dist/locale/tr_TR.js +388 -373
  12. package/dist/locale/uk_UA.js +720 -705
  13. package/dist/locale/zh_CN.js +793 -778
  14. package/dist/node_modules/cronstrue/LICENSE +21 -0
  15. package/dist/node_modules/cronstrue/bin/cli.js +26 -0
  16. package/dist/node_modules/cronstrue/dist/cronParser.d.ts +12 -0
  17. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.d.ts +4 -0
  18. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.js +7283 -0
  19. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.min.js +1 -0
  20. package/dist/node_modules/cronstrue/dist/cronstrue.d.ts +4 -0
  21. package/dist/node_modules/cronstrue/dist/cronstrue.js +1 -0
  22. package/dist/node_modules/cronstrue/dist/cronstrue.min.js +1 -0
  23. package/dist/node_modules/cronstrue/dist/expressionDescriptor.d.ts +31 -0
  24. package/dist/node_modules/cronstrue/dist/i18n/allLocales.d.ts +34 -0
  25. package/dist/node_modules/cronstrue/dist/i18n/allLocalesLoader.d.ts +6 -0
  26. package/dist/node_modules/cronstrue/dist/i18n/enLocaleLoader.d.ts +6 -0
  27. package/dist/node_modules/cronstrue/dist/i18n/locale.d.ts +62 -0
  28. package/dist/node_modules/cronstrue/dist/i18n/localeLoader.d.ts +6 -0
  29. package/dist/node_modules/cronstrue/dist/i18n/locales/af.d.ts +56 -0
  30. package/dist/node_modules/cronstrue/dist/i18n/locales/ar.d.ts +56 -0
  31. package/dist/node_modules/cronstrue/dist/i18n/locales/be.d.ts +55 -0
  32. package/dist/node_modules/cronstrue/dist/i18n/locales/ca.d.ts +55 -0
  33. package/dist/node_modules/cronstrue/dist/i18n/locales/cs.d.ts +55 -0
  34. package/dist/node_modules/cronstrue/dist/i18n/locales/da.d.ts +55 -0
  35. package/dist/node_modules/cronstrue/dist/i18n/locales/de.d.ts +55 -0
  36. package/dist/node_modules/cronstrue/dist/i18n/locales/en.d.ts +56 -0
  37. package/dist/node_modules/cronstrue/dist/i18n/locales/es.d.ts +55 -0
  38. package/dist/node_modules/cronstrue/dist/i18n/locales/fa.d.ts +57 -0
  39. package/dist/node_modules/cronstrue/dist/i18n/locales/fi.d.ts +58 -0
  40. package/dist/node_modules/cronstrue/dist/i18n/locales/fr.d.ts +56 -0
  41. package/dist/node_modules/cronstrue/dist/i18n/locales/he.d.ts +55 -0
  42. package/dist/node_modules/cronstrue/dist/i18n/locales/hu.d.ts +56 -0
  43. package/dist/node_modules/cronstrue/dist/i18n/locales/id.d.ts +56 -0
  44. package/dist/node_modules/cronstrue/dist/i18n/locales/it.d.ts +55 -0
  45. package/dist/node_modules/cronstrue/dist/i18n/locales/ja.d.ts +60 -0
  46. package/dist/node_modules/cronstrue/dist/i18n/locales/ko.d.ts +60 -0
  47. package/dist/node_modules/cronstrue/dist/i18n/locales/nb.d.ts +55 -0
  48. package/dist/node_modules/cronstrue/dist/i18n/locales/nl.d.ts +55 -0
  49. package/dist/node_modules/cronstrue/dist/i18n/locales/pl.d.ts +55 -0
  50. package/dist/node_modules/cronstrue/dist/i18n/locales/pt_BR.d.ts +55 -0
  51. package/dist/node_modules/cronstrue/dist/i18n/locales/pt_PT.d.ts +55 -0
  52. package/dist/node_modules/cronstrue/dist/i18n/locales/ro.d.ts +55 -0
  53. package/dist/node_modules/cronstrue/dist/i18n/locales/ru.d.ts +58 -0
  54. package/dist/node_modules/cronstrue/dist/i18n/locales/sk.d.ts +55 -0
  55. package/dist/node_modules/cronstrue/dist/i18n/locales/sl.d.ts +55 -0
  56. package/dist/node_modules/cronstrue/dist/i18n/locales/sv.d.ts +55 -0
  57. package/dist/node_modules/cronstrue/dist/i18n/locales/sw.d.ts +55 -0
  58. package/dist/node_modules/cronstrue/dist/i18n/locales/th.d.ts +56 -0
  59. package/dist/node_modules/cronstrue/dist/i18n/locales/tr.d.ts +55 -0
  60. package/dist/node_modules/cronstrue/dist/i18n/locales/uk.d.ts +55 -0
  61. package/dist/node_modules/cronstrue/dist/i18n/locales/zh_CN.d.ts +61 -0
  62. package/dist/node_modules/cronstrue/dist/i18n/locales/zh_TW.d.ts +58 -0
  63. package/dist/node_modules/cronstrue/dist/options.d.ts +8 -0
  64. package/dist/node_modules/cronstrue/dist/rangeValidator.d.ts +8 -0
  65. package/dist/node_modules/cronstrue/dist/stringUtilities.d.ts +4 -0
  66. package/dist/node_modules/cronstrue/i18n.d.ts +4 -0
  67. package/dist/node_modules/cronstrue/i18n.js +5 -0
  68. package/dist/node_modules/cronstrue/locales/af.js +287 -0
  69. package/dist/node_modules/cronstrue/locales/af.min.js +1 -0
  70. package/dist/node_modules/cronstrue/locales/ar.js +287 -0
  71. package/dist/node_modules/cronstrue/locales/ar.min.js +1 -0
  72. package/dist/node_modules/cronstrue/locales/be.js +284 -0
  73. package/dist/node_modules/cronstrue/locales/be.min.js +1 -0
  74. package/dist/node_modules/cronstrue/locales/ca.js +284 -0
  75. package/dist/node_modules/cronstrue/locales/ca.min.js +1 -0
  76. package/dist/node_modules/cronstrue/locales/cs.js +284 -0
  77. package/dist/node_modules/cronstrue/locales/cs.min.js +1 -0
  78. package/dist/node_modules/cronstrue/locales/da.js +284 -0
  79. package/dist/node_modules/cronstrue/locales/da.min.js +1 -0
  80. package/dist/node_modules/cronstrue/locales/de.js +284 -0
  81. package/dist/node_modules/cronstrue/locales/de.min.js +1 -0
  82. package/dist/node_modules/cronstrue/locales/en.js +287 -0
  83. package/dist/node_modules/cronstrue/locales/en.min.js +1 -0
  84. package/dist/node_modules/cronstrue/locales/es.js +284 -0
  85. package/dist/node_modules/cronstrue/locales/es.min.js +1 -0
  86. package/dist/node_modules/cronstrue/locales/fa.js +277 -0
  87. package/dist/node_modules/cronstrue/locales/fa.min.js +1 -0
  88. package/dist/node_modules/cronstrue/locales/fi.js +293 -0
  89. package/dist/node_modules/cronstrue/locales/fi.min.js +1 -0
  90. package/dist/node_modules/cronstrue/locales/fr.js +287 -0
  91. package/dist/node_modules/cronstrue/locales/fr.min.js +1 -0
  92. package/dist/node_modules/cronstrue/locales/he.js +271 -0
  93. package/dist/node_modules/cronstrue/locales/he.min.js +1 -0
  94. package/dist/node_modules/cronstrue/locales/hu.js +287 -0
  95. package/dist/node_modules/cronstrue/locales/hu.min.js +1 -0
  96. package/dist/node_modules/cronstrue/locales/id.js +287 -0
  97. package/dist/node_modules/cronstrue/locales/id.min.js +1 -0
  98. package/dist/node_modules/cronstrue/locales/it.js +284 -0
  99. package/dist/node_modules/cronstrue/locales/it.min.js +1 -0
  100. package/dist/node_modules/cronstrue/locales/ja.js +286 -0
  101. package/dist/node_modules/cronstrue/locales/ja.min.js +1 -0
  102. package/dist/node_modules/cronstrue/locales/ko.js +286 -0
  103. package/dist/node_modules/cronstrue/locales/ko.min.js +1 -0
  104. package/dist/node_modules/cronstrue/locales/nb.js +284 -0
  105. package/dist/node_modules/cronstrue/locales/nb.min.js +1 -0
  106. package/dist/node_modules/cronstrue/locales/nl.js +284 -0
  107. package/dist/node_modules/cronstrue/locales/nl.min.js +1 -0
  108. package/dist/node_modules/cronstrue/locales/pl.js +284 -0
  109. package/dist/node_modules/cronstrue/locales/pl.min.js +1 -0
  110. package/dist/node_modules/cronstrue/locales/pt_BR.js +284 -0
  111. package/dist/node_modules/cronstrue/locales/pt_BR.min.js +1 -0
  112. package/dist/node_modules/cronstrue/locales/pt_PT.js +284 -0
  113. package/dist/node_modules/cronstrue/locales/pt_PT.min.js +1 -0
  114. package/dist/node_modules/cronstrue/locales/ro.js +284 -0
  115. package/dist/node_modules/cronstrue/locales/ro.min.js +1 -0
  116. package/dist/node_modules/cronstrue/locales/ru.js +327 -0
  117. package/dist/node_modules/cronstrue/locales/ru.min.js +1 -0
  118. package/dist/node_modules/cronstrue/locales/sk.js +284 -0
  119. package/dist/node_modules/cronstrue/locales/sk.min.js +1 -0
  120. package/dist/node_modules/cronstrue/locales/sl.js +284 -0
  121. package/dist/node_modules/cronstrue/locales/sl.min.js +1 -0
  122. package/dist/node_modules/cronstrue/locales/sv.js +284 -0
  123. package/dist/node_modules/cronstrue/locales/sv.min.js +1 -0
  124. package/dist/node_modules/cronstrue/locales/sw.js +284 -0
  125. package/dist/node_modules/cronstrue/locales/sw.min.js +1 -0
  126. package/dist/node_modules/cronstrue/locales/th.js +287 -0
  127. package/dist/node_modules/cronstrue/locales/th.min.js +1 -0
  128. package/dist/node_modules/cronstrue/locales/tr.js +284 -0
  129. package/dist/node_modules/cronstrue/locales/tr.min.js +1 -0
  130. package/dist/node_modules/cronstrue/locales/uk.js +284 -0
  131. package/dist/node_modules/cronstrue/locales/uk.min.js +1 -0
  132. package/dist/node_modules/cronstrue/locales/zh_CN.js +289 -0
  133. package/dist/node_modules/cronstrue/locales/zh_CN.min.js +1 -0
  134. package/dist/node_modules/cronstrue/locales/zh_TW.js +280 -0
  135. package/dist/node_modules/cronstrue/locales/zh_TW.min.js +1 -0
  136. package/dist/node_modules/cronstrue/package.json +1 -0
  137. package/dist/server/antd.js +30 -9
  138. package/dist/server/cron.js +30 -9
  139. package/dist/server/cronstrue.js +26 -4
  140. package/dist/server/index.js +33 -11
  141. package/dist/server/migrations/20230620203216-admin-ui-schema-uid.js +24 -7
  142. package/dist/server/server.js +74 -48
  143. package/dist/swagger/index.json +7 -0
  144. package/package.json +2 -2
  145. package/dist/locale/cron/zh_CN.d.ts +0 -34
  146. package/dist/locale/en_US.d.ts +0 -726
  147. package/dist/locale/es_ES.d.ts +0 -694
  148. package/dist/locale/fr_FR.d.ts +0 -712
  149. package/dist/locale/index.d.ts +0 -272
  150. package/dist/locale/ja_JP.d.ts +0 -628
  151. package/dist/locale/pt_BR.d.ts +0 -672
  152. package/dist/locale/ru_RU.d.ts +0 -508
  153. package/dist/locale/tr_TR.d.ts +0 -506
  154. package/dist/locale/uk_UA.d.ts +0 -714
  155. package/dist/locale/zh_CN.d.ts +0 -779
  156. package/dist/swagger/index.js +0 -19
@@ -1,786 +1,801 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var zh_CN_exports = {};
19
+ __export(zh_CN_exports, {
20
+ default: () => zh_CN_default
5
21
  });
6
- exports.default = void 0;
7
- var _default = {
8
- "Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page": "每页显示 <1><0>10</0><1>20</1><2>50</2><3>100</3></1> ",
9
- "Page number": "页码",
10
- "Page size": "每页条数",
11
- "Meet <1><0>All</0><1>Any</1></1> conditions in the group": "满足组内 <1><0>全部</0><1>任意</1></1> 条件",
12
- "Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": " <1><0>对话框</0><1>抽屉</1><2>窗口</2></1> 内打开",
13
- "{{count}} filter items": "{{count}} 个筛选项",
14
- "{{count}} more items": "还有 {{count}} ",
15
- "Total {{count}} items": "总共 {{count}} ",
16
- "Today": "今天",
17
- "Yesterday": "昨天",
18
- "Tomorrow": "明天",
19
- "Month": "",
20
- "Week": "",
21
- "This week": "本周",
22
- "Next week": "下周",
23
- "This month": "本月",
24
- "Next month": "下月",
25
- "Last quarter": "上季度",
26
- "This quarter": "本季度",
27
- "Next quarter": "下季度",
28
- "This year": "今年",
29
- "Next year": "明年",
30
- "Last week": "上周",
31
- "Last month": "上月",
32
- "Last year": "去年",
33
- "Last 7 days": "最近 7 ",
34
- "Last 30 days": "最近 30 ",
35
- "Last 90 days": "最近 90 ",
36
- "Next 7 days": "未来 7 ",
37
- "Next 30 days": "未来 30 ",
38
- "Next 90 days": "未来 90 ",
39
- "Work week": "工作日",
40
- "Day": "",
41
- "Agenda": "列表",
42
- "Date": "日期",
43
- "Time": "时间",
44
- "Event": "事件",
45
- "None": "",
46
- "Unconnected": "未连接",
47
- "System settings": "系统设置",
48
- "System title": "系统名称",
49
- "Setting": "设置",
50
- "Enable": "启用",
51
- "Disable": "禁用",
52
- 'On': '启用',
53
- 'Off': '禁用',
22
+ module.exports = __toCommonJS(zh_CN_exports);
23
+ var zh_CN_default = {
24
+ "Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page": "\u6BCF\u9875\u663E\u793A <1><0>10</0><1>20</1><2>50</2><3>100</3></1> \u6761",
25
+ "Page number": "\u9875\u7801",
26
+ "Page size": "\u6BCF\u9875\u6761\u6570",
27
+ "Meet <1><0>All</0><1>Any</1></1> conditions in the group": "\u6EE1\u8DB3\u7EC4\u5185 <1><0>\u5168\u90E8</0><1>\u4EFB\u610F</1></1> \u6761\u4EF6",
28
+ "Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": "\u5728 <1><0>\u5BF9\u8BDD\u6846</0><1>\u62BD\u5C49</1><2>\u7A97\u53E3</2></1> \u5185\u6253\u5F00",
29
+ "{{count}} filter items": "{{count}} \u4E2A\u7B5B\u9009\u9879",
30
+ "{{count}} more items": "\u8FD8\u6709 {{count}} \u9879",
31
+ "Total {{count}} items": "\u603B\u5171 {{count}} \u6761",
32
+ "Today": "\u4ECA\u5929",
33
+ "Yesterday": "\u6628\u5929",
34
+ "Tomorrow": "\u660E\u5929",
35
+ "Month": "\u6708",
36
+ "Week": "\u5468",
37
+ "This week": "\u672C\u5468",
38
+ "Next week": "\u4E0B\u5468",
39
+ "This month": "\u672C\u6708",
40
+ "Next month": "\u4E0B\u6708",
41
+ "Last quarter": "\u4E0A\u5B63\u5EA6",
42
+ "This quarter": "\u672C\u5B63\u5EA6",
43
+ "Next quarter": "\u4E0B\u5B63\u5EA6",
44
+ "This year": "\u4ECA\u5E74",
45
+ "Next year": "\u660E\u5E74",
46
+ "Last week": "\u4E0A\u5468",
47
+ "Last month": "\u4E0A\u6708",
48
+ "Last year": "\u53BB\u5E74",
49
+ "Last 7 days": "\u6700\u8FD1 7 \u5929",
50
+ "Last 30 days": "\u6700\u8FD1 30 \u5929",
51
+ "Last 90 days": "\u6700\u8FD1 90 \u5929",
52
+ "Next 7 days": "\u672A\u6765 7 \u5929",
53
+ "Next 30 days": "\u672A\u6765 30 \u5929",
54
+ "Next 90 days": "\u672A\u6765 90 \u5929",
55
+ "Work week": "\u5DE5\u4F5C\u65E5",
56
+ "Day": "\u5929",
57
+ "Agenda": "\u5217\u8868",
58
+ "Date": "\u65E5\u671F",
59
+ "Time": "\u65F6\u95F4",
60
+ "Event": "\u4E8B\u4EF6",
61
+ "None": "\u65E0",
62
+ "Unconnected": "\u672A\u8FDE\u63A5",
63
+ "System settings": "\u7CFB\u7EDF\u8BBE\u7F6E",
64
+ "System title": "\u7CFB\u7EDF\u540D\u79F0",
65
+ "Setting": "\u8BBE\u7F6E",
66
+ "Enable": "\u542F\u7528",
67
+ "Disable": "\u7981\u7528",
68
+ "On": "\u542F\u7528",
69
+ "Off": "\u7981\u7528",
54
70
  "Logo": "Logo",
55
- "Add menu item": "添加菜单项",
56
- "Page": "页面",
57
- "Name": "名称",
58
- "Icon": "图标",
59
- "Group": "分组",
60
- "Link": "链接",
61
- "Save conditions": "保存筛选条件",
62
- "Edit menu item": "编辑菜单项",
63
- "Move to": "移动到",
64
- "Insert left": "在左边插入",
65
- "Insert right": "在右边插入",
66
- "Insert inner": "在里面插入",
67
- "Delete": "删除",
68
- "UI editor": "界面配置",
69
- "Collection": "数据表",
70
- "Enable child collections": "启用子表",
71
- "Allow adding records to the current collection": "允许向当前数据表里添加记录",
72
- "Collections & Fields": "数据表配置",
73
- "All collections": "全部数据表",
74
- "Add category": "添加分类",
75
- "Delete category": "删除分类",
76
- "Edit category": "编辑分类",
77
- "Collection category": "数据表类别",
78
- "Collection template": "数据表模板",
79
- "Visible": "显示",
80
- "Read only": "只读(禁止编辑)",
81
- "Easy reading": "只读(阅读模式)",
82
- "Hidden": "隐藏",
83
- "Hidden(reserved value)": "隐藏(保留值)",
84
- "Not required": "非必填",
85
- "Value": "字段值",
86
- "Disabled": "禁用",
87
- "Enabled": "启用",
88
- "Empty": "赋空值",
89
- "Linkage rule": "联动规则",
90
- "Linkage rules": "联动规则",
91
- "Condition": "条件",
92
- "Properties": "属性",
93
- "Add linkage rule": "添加联动规则",
94
- "Add property": "添加属性",
95
- "Calculation engine": "计算引擎",
96
- "Expression": "表达式",
97
- "Expression collection": "表达式表",
98
- "Sort": "排序",
99
- "Categories": "数据表类别",
100
- "Category name": "分类名称",
101
- 'Add child': '添加子记录',
102
- 'Collapse all': '全部收起',
103
- 'Expand all': '全部展开',
104
- 'Expand/Collapse': '展开/折叠',
105
- 'Default collapse': '默认展开',
106
- 'Tree collection': '树结构表',
107
- "Tree table": "树表格",
108
- 'Parent ID': '父记录ID',
109
- 'Parent': '父记录',
110
- 'Children': '子记录',
111
- "Roles & Permissions": "角色和权限",
112
- "Edit profile": "个人资料",
113
- "Change password": "修改密码",
114
- "Old password": "旧密码",
115
- "New password": "新密码",
116
- "Switch role": "切换角色",
117
- "Super admin": "超级管理员",
118
- "Language": "语言设置",
119
- "Allow sign up": "允许注册",
120
- "Enable SMS authentication": "启用短信登录和注册",
121
- "Sign out": "注销",
122
- "Cancel": "取消",
123
- "Confirm": "确定",
124
- "Submit": "提交",
125
- "Close": "关闭",
126
- "Set the data scope": "设置数据范围",
127
- "Block": "区块",
128
- "Data blocks": "数据区块",
129
- "Filter blocks": "筛选区块",
130
- "Table": "表格",
131
- "Form": "表单",
132
- "List": "列表",
133
- "Grid Card": "网格卡片",
134
- "Screen size": "屏幕尺寸",
135
- "pixels": "像素",
136
- "Display title": "显示标题",
137
- 'Set the count of columns displayed in a row': "设置一行展示的列数",
138
- 'Column': '列',
139
- 'Phone device': '手机设备',
140
- 'Tablet device': '平板设备',
141
- 'Desktop device': '电脑设备',
142
- 'Large screen device': '大屏幕设备',
143
- "Table OID(Inheritance)": "数据表 OID(继承)",
144
- "Collapse": "折叠面板",
145
- "Select data source": "选择数据源",
146
- "Calendar": "日历",
147
- 'Delete events': '删除日程',
148
- 'This event': '此日程',
149
- 'This and following events': '此日程及后续日程',
150
- 'All events': '所有日程',
151
- 'Delete this event?': '是否删除这个日程?',
152
- 'Delete Event': '删除日程',
153
- "Kanban": "看板",
154
- "Gantt": "甘特图",
155
- "Create gantt block": "创建甘特图区块",
156
- "Progress field": "进度字段",
157
- "Time scale": "时间缩放等级",
158
- "Hour": "小时",
159
- "Quarter of day": "四分之一天",
160
- "Half of day": "半天",
161
- "Year": "",
162
- "QuarterYear": "季度",
163
- "Select grouping field": "选择分组字段",
164
- "Media": "多媒体",
71
+ "Add menu item": "\u6DFB\u52A0\u83DC\u5355\u9879",
72
+ "Page": "\u9875\u9762",
73
+ "Name": "\u540D\u79F0",
74
+ "Icon": "\u56FE\u6807",
75
+ "Group": "\u5206\u7EC4",
76
+ "Link": "\u94FE\u63A5",
77
+ "Save conditions": "\u4FDD\u5B58\u7B5B\u9009\u6761\u4EF6",
78
+ "Edit menu item": "\u7F16\u8F91\u83DC\u5355\u9879",
79
+ "Move to": "\u79FB\u52A8\u5230",
80
+ "Insert left": "\u5728\u5DE6\u8FB9\u63D2\u5165",
81
+ "Insert right": "\u5728\u53F3\u8FB9\u63D2\u5165",
82
+ "Insert inner": "\u5728\u91CC\u9762\u63D2\u5165",
83
+ "Delete": "\u5220\u9664",
84
+ "UI editor": "\u754C\u9762\u914D\u7F6E",
85
+ "Collection": "\u6570\u636E\u8868",
86
+ "Enable child collections": "\u542F\u7528\u5B50\u8868",
87
+ "Allow adding records to the current collection": "\u5141\u8BB8\u5411\u5F53\u524D\u6570\u636E\u8868\u91CC\u6DFB\u52A0\u8BB0\u5F55",
88
+ "Collections & Fields": "\u6570\u636E\u8868\u914D\u7F6E",
89
+ "All collections": "\u5168\u90E8\u6570\u636E\u8868",
90
+ "Add category": "\u6DFB\u52A0\u5206\u7C7B",
91
+ "Delete category": "\u5220\u9664\u5206\u7C7B",
92
+ "Edit category": "\u7F16\u8F91\u5206\u7C7B",
93
+ "Collection category": "\u6570\u636E\u8868\u7C7B\u522B",
94
+ "Collection template": "\u6570\u636E\u8868\u6A21\u677F",
95
+ "Visible": "\u663E\u793A",
96
+ "Read only": "\u53EA\u8BFB(\u7981\u6B62\u7F16\u8F91)",
97
+ "Easy reading": "\u53EA\u8BFB(\u9605\u8BFB\u6A21\u5F0F)",
98
+ "Hidden": "\u9690\u85CF",
99
+ "Hidden(reserved value)": "\u9690\u85CF(\u4FDD\u7559\u503C)",
100
+ "Not required": "\u975E\u5FC5\u586B",
101
+ "Value": "\u5B57\u6BB5\u503C",
102
+ "Disabled": "\u7981\u7528",
103
+ "Enabled": "\u542F\u7528",
104
+ "Empty": "\u8D4B\u7A7A\u503C",
105
+ "Linkage rule": "\u8054\u52A8\u89C4\u5219",
106
+ "Linkage rules": "\u8054\u52A8\u89C4\u5219",
107
+ "Condition": "\u6761\u4EF6",
108
+ "Properties": "\u5C5E\u6027",
109
+ "Add linkage rule": "\u6DFB\u52A0\u8054\u52A8\u89C4\u5219",
110
+ "Add property": "\u6DFB\u52A0\u5C5E\u6027",
111
+ "Calculation engine": "\u8BA1\u7B97\u5F15\u64CE",
112
+ "Expression": "\u8868\u8FBE\u5F0F",
113
+ "Expression collection": "\u8868\u8FBE\u5F0F\u8868",
114
+ "Sort": "\u6392\u5E8F",
115
+ "Categories": "\u6570\u636E\u8868\u7C7B\u522B",
116
+ "Category name": "\u5206\u7C7B\u540D\u79F0",
117
+ "Add child": "\u6DFB\u52A0\u5B50\u8BB0\u5F55",
118
+ "Collapse all": "\u5168\u90E8\u6536\u8D77",
119
+ "Expand all": "\u5168\u90E8\u5C55\u5F00",
120
+ "Expand/Collapse": "\u5C55\u5F00/\u6298\u53E0",
121
+ "Default collapse": "\u9ED8\u8BA4\u5C55\u5F00",
122
+ "Tree collection": "\u6811\u7ED3\u6784\u8868",
123
+ "Tree table": "\u6811\u8868\u683C",
124
+ "Parent ID": "\u7236\u8BB0\u5F55ID",
125
+ "Parent": "\u7236\u8BB0\u5F55",
126
+ "Children": "\u5B50\u8BB0\u5F55",
127
+ "Roles & Permissions": "\u89D2\u8272\u548C\u6743\u9650",
128
+ "Edit profile": "\u4E2A\u4EBA\u8D44\u6599",
129
+ "Change password": "\u4FEE\u6539\u5BC6\u7801",
130
+ "Old password": "\u65E7\u5BC6\u7801",
131
+ "New password": "\u65B0\u5BC6\u7801",
132
+ "Switch role": "\u5207\u6362\u89D2\u8272",
133
+ "Super admin": "\u8D85\u7EA7\u7BA1\u7406\u5458",
134
+ "Language": "\u8BED\u8A00\u8BBE\u7F6E",
135
+ "Allow sign up": "\u5141\u8BB8\u6CE8\u518C",
136
+ "Enable SMS authentication": "\u542F\u7528\u77ED\u4FE1\u767B\u5F55\u548C\u6CE8\u518C",
137
+ "Sign out": "\u6CE8\u9500",
138
+ "Cancel": "\u53D6\u6D88",
139
+ "Confirm": "\u786E\u5B9A",
140
+ "Submit": "\u63D0\u4EA4",
141
+ "Close": "\u5173\u95ED",
142
+ "Set the data scope": "\u8BBE\u7F6E\u6570\u636E\u8303\u56F4",
143
+ "Block": "\u533A\u5757",
144
+ "Data blocks": "\u6570\u636E\u533A\u5757",
145
+ "Filter blocks": "\u7B5B\u9009\u533A\u5757",
146
+ "Table": "\u8868\u683C",
147
+ "Form": "\u8868\u5355",
148
+ "List": "\u5217\u8868",
149
+ "Grid Card": "\u7F51\u683C\u5361\u7247",
150
+ "Screen size": "\u5C4F\u5E55\u5C3A\u5BF8",
151
+ "pixels": "\u50CF\u7D20",
152
+ "Display title": "\u663E\u793A\u6807\u9898",
153
+ "Set the count of columns displayed in a row": "\u8BBE\u7F6E\u4E00\u884C\u5C55\u793A\u7684\u5217\u6570",
154
+ "Column": "\u5217",
155
+ "Phone device": "\u624B\u673A\u8BBE\u5907",
156
+ "Tablet device": "\u5E73\u677F\u8BBE\u5907",
157
+ "Desktop device": "\u7535\u8111\u8BBE\u5907",
158
+ "Large screen device": "\u5927\u5C4F\u5E55\u8BBE\u5907",
159
+ "Table OID(Inheritance)": "\u6570\u636E\u8868 OID(\u7EE7\u627F)",
160
+ "Collapse": "\u6298\u53E0\u9762\u677F",
161
+ "Select data source": "\u9009\u62E9\u6570\u636E\u6E90",
162
+ "Calendar": "\u65E5\u5386",
163
+ "Delete events": "\u5220\u9664\u65E5\u7A0B",
164
+ "This event": "\u6B64\u65E5\u7A0B",
165
+ "This and following events": "\u6B64\u65E5\u7A0B\u53CA\u540E\u7EED\u65E5\u7A0B",
166
+ "All events": "\u6240\u6709\u65E5\u7A0B",
167
+ "Delete this event?": "\u662F\u5426\u5220\u9664\u8FD9\u4E2A\u65E5\u7A0B\uFF1F",
168
+ "Delete Event": "\u5220\u9664\u65E5\u7A0B",
169
+ "Kanban": "\u770B\u677F",
170
+ "Gantt": "\u7518\u7279\u56FE",
171
+ "Create gantt block": "\u521B\u5EFA\u7518\u7279\u56FE\u533A\u5757",
172
+ "Progress field": "\u8FDB\u5EA6\u5B57\u6BB5",
173
+ "Time scale": "\u65F6\u95F4\u7F29\u653E\u7B49\u7EA7",
174
+ "Hour": "\u5C0F\u65F6",
175
+ "Quarter of day": "\u56DB\u5206\u4E4B\u4E00\u5929",
176
+ "Half of day": "\u534A\u5929",
177
+ "Year": "\u5E74",
178
+ "QuarterYear": "\u5B63\u5EA6",
179
+ "Select grouping field": "\u9009\u62E9\u5206\u7EC4\u5B57\u6BB5",
180
+ "Media": "\u591A\u5A92\u4F53",
165
181
  "Markdown": "Markdown",
166
- "Wysiwyg": "富文本",
167
- "Chart blocks": "图表区块",
168
- "Column chart": "柱状图",
169
- "Bar chart": "条形图",
170
- "Line chart": "折线图",
171
- "Pie chart": "饼图",
172
- "Area chart": "面积图",
173
- "Other chart": "其他图表",
174
- "Other blocks": "其他区块",
175
- "In configuration": "配置中",
176
- "Chart title": "图表标题",
177
- "Chart type": "图表类型",
178
- "Chart config": "图表配置",
179
- "Templates": "模板",
180
- "Select template": "选择模板",
181
- "Action logs": "操作日志",
182
- "Create template": "创建模板",
183
- "Edit markdown": "编辑 Markdown",
184
- "Add block": "创建区块",
185
- "Add new": "添加",
186
- "Add record": "添加数据",
187
- "Custom field display name": "自定义字段名称",
188
- "Display fields": "显示字段",
189
- "Edit record": "编辑数据",
190
- "Delete menu item": "删除菜单项",
191
- "Add page": "添加页面",
192
- "Add group": "添加分组",
193
- "Add link": "添加链接",
194
- "Insert above": "在上面插入",
195
- "Insert below": "在下面插入",
196
- "Save": "保存",
197
- "Delete block": "删除区块",
198
- "Are you sure you want to delete it?": "你确定要删除吗?",
199
- "This is a demo text, **supports Markdown syntax**.": "这是一段演示文本,**支持 Markdown 语法**。",
200
- "Filter": "筛选",
201
- "Connect data blocks": "连接数据区块",
202
- "Action type": "操作类型",
203
- "Actions": "操作",
204
- "Update": "更新",
205
- "View": "查看",
206
- "View record": "查看数据",
207
- "Refresh": "刷新",
208
- "Data changes": "数据变更",
209
- "Field name": "字段标识",
210
- "Before change": "变更前",
211
- "After change": "变更后",
212
- "Delete record": "删除数据",
213
- "Create collection": "创建数据表",
214
- "Collection display name": "数据表名称",
215
- "Collection name": "数据表标识",
216
- "Inherits": "继承",
217
- "Generate ID field automatically": "自动生成 ID 字段",
218
- "Store the creation user of each record": "记录创建人",
219
- "Store the last update user of each record": "记录最后更新人",
220
- "Store the creation time of each record": "记录创建时间",
221
- "Store the last update time of each record": "记录最后更新时间",
222
- "More options": "更多选项",
223
- "Records can be sorted": "可以对行记录进行排序",
224
- "Calendar collection": "日历数据表",
225
- "General collection": "普通数据表",
226
- "Connect to database view": "连接数据库视图",
227
- "Source collections": "来源数据表",
228
- "Field source": "来源字段",
229
- "Preview": "预览",
230
- "Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": "随机生成,可修改。支持英文、数字和下划线,必须以英文字母开头。",
231
- "Edit": "编辑",
232
- "Edit collection": "编辑数据表",
233
- "Configure field": "配置字段",
234
- "Configure fields": "配置字段",
235
- "Configure columns": "配置字段",
236
- "Edit field": "编辑字段",
237
- "Override": "重写",
238
- "Override field": "重写字段",
239
- "Configure fields of {{title}}": "{{title}}」的字段配置",
240
- "Association fields filter": "关系筛选",
241
- "PK & FK fields": "主外键字段",
242
- "Association fields": "关系字段",
243
- "Choices fields": "选项字段",
244
- "System fields": "系统字段",
245
- "General fields": "普通字段",
246
- "Inherited fields": "继承字段",
247
- "Parent collection fields": "父表字段",
248
- "Basic": "基本类型",
249
- "Single line text": "单行文本",
250
- "Long text": "多行文本",
251
- "Phone": "手机号码",
252
- "Email": "电子邮箱",
253
- "Username": "用户名",
254
- 'Null': '空值',
255
- "Boolean": "逻辑值",
256
- "Number": "数字",
257
- "Integer": "整数",
258
- "Percent": "百分比",
259
- "String": "字符串",
260
- "Password": "密码",
261
- "Advanced type": "高级类型",
262
- "Formula": "公式",
263
- "Formula description": "基于同一条记录中的其他字段计算出一个值。",
264
- "Syntax references": "语法参考",
265
- "Math.js comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types": "Math.js 包含大量内置函数和常量,并提供了集成的解决方案来处理不同的数据类型。",
266
- "Formula.js supports most Microsoft Excel formula functions.": "Formula.js 支持大部分 Mircrosoft Excel 公式。",
267
- "Choices": "选择类型",
268
- "Checkbox": "勾选",
269
- "Display <icon></icon> when unchecked": "未勾选时显示 <icon></icon>",
270
- "Single select": "下拉菜单(单选)",
271
- "Multiple select": "下拉菜单(多选)",
272
- "Radio group": "单选框",
273
- "Checkbox group": "复选框",
274
- "China region": "中国行政区",
275
- "Date & Time": "日期 & 时间",
276
- "Datetime": "日期",
277
- "Relation": "关系类型",
278
- "Link to": "关联",
279
- "Link to description": "用于快速创建表关系,可兼容大多数普通场景。适合非开发人员使用。作为字段存在时,它是一个下拉选择用于选择目标数据表的数据。创建后,将同时在目标数据表中生成当前数据表的关联字段。",
280
- "Sub-table": "子表格",
281
- "System info": "系统信息",
282
- "Created at": "创建日期",
283
- "Last updated at": "最后修改日期",
284
- "Created by": "创建人",
285
- "Last updated by": "最后修改人",
286
- "Add field": "添加字段",
287
- "Field display name": "字段名称",
288
- "Field type": "字段类型",
289
- "Field interface": "字段类型",
290
- "Date format": "日期格式",
291
- "Year/Month/Day": "年/月/日",
292
- "Year-Month-Day": "年-月-日",
293
- "Day/Month/Year": "日/月/年",
294
- "Show time": "显示时间",
295
- "Time format": "时间格式",
296
- "12 hour": "12 小时制",
297
- "24 hour": "24 小时制",
298
- "Relationship type": "关系类型",
299
- "Inverse relationship type": "反向关系类型",
300
- "Source collection": "源数据表",
301
- "Source key": "源数据表字段标识",
302
- "Target collection": "目标数据表",
303
- "Through collection": "中间数据表",
304
- "Target key": "目标数据表字段标识",
305
- "Foreign key": "外键",
306
- "One to one": "一对一",
307
- "One to many": "一对多",
308
- "Many to one": "多对一",
309
- "Many to many": "多对多",
310
- "Foreign key 1": "外键1",
311
- "Foreign key 2": "外键2",
312
- "One to one description": "用于创建一对一关系,比如一个用户会有一套个人资料。",
313
- "One to many description": "用于创建一对多关系,比如一个国家会有多个城市。作为字段存在时,它是一个子表格用于显示目标数据表的数据。创建后,会在目标数据表里自动生成一个多对一字段。",
314
- "Many to one description": "用于创建多对一关系,比如一个城市只能属于一个国家,一个国家可以有多个城市。作为字段存在时,它是一个下拉选择用于选择目标数据表的数据。创建后,会在目标数据表里自动生成一个多对一字段。",
315
- "Many to many description": "用于创建多对多关系,比如一个学生会有多个老师,一个老师也会有多个学生。作为字段存在时,它是一个下拉选择用于选择目标数据表的数据。",
316
- "Generated automatically if left blank": "留空时,自动生成中间表",
317
- "Display association fields": "显示关联表的字段",
318
- "Display field title": "显示字段标题",
319
- "Field component": "字段组件",
320
- "Allow multiple": "允许添加/关联多条",
321
- "Allow dissociate": "允许移除已关联记录",
322
- "Quick upload": "快速上传",
323
- "Select file": "选择文件",
324
- "Subtable": "子表格",
325
- "Sub-form": "子表单",
326
- "Sub-form(Popover)": "子表单(弹窗)",
327
- "Sub-details": "子详情",
328
- "Record picker": "数据选择器",
329
- "Toggles the subfield mode": "切换子字段模式",
330
- "Selector mode": "选择器模式",
331
- "Subtable mode": "子表格模式",
332
- "Subform mode": "子表单模式",
333
- "Field mode": "字段组件",
334
- "Allow add new data": "允许添加数据",
335
- "Edit block title": "编辑区块标题",
336
- "Block title": "区块标题",
337
- "Pattern": "模式",
338
- "Operator": "运算符",
339
- "Editable": "可编辑",
340
- "Readonly": "只读(禁止编辑)",
341
- "Easy-reading": "只读(阅读模式)",
342
- "Add filter": "添加筛选条件",
343
- "Add filter group": "添加筛选分组",
344
- "Comparision": "值比较",
345
- "is": "等于",
346
- "is not": "不等于",
347
- "contains": "包含",
348
- "does not contain": "不包含",
349
- "starts with": "开头是",
350
- "not starts with": "开头不是",
351
- "ends with": "结尾是",
352
- "not ends with": "结尾不是",
353
- "is empty": "为空",
354
- "is not empty": "不为空",
355
- "Edit chart": "编辑图表",
356
- "Add text": "添加文本",
357
- "Filterable fields": "可筛选字段",
358
- "Edit button": "编辑按钮",
359
- "Hide": "隐藏",
360
- "Enable actions": "启用操作",
361
- "Import": "导入",
362
- "Export": "导出",
363
- "Customize": "自定义",
364
- "Custom": "自定义",
182
+ "Wysiwyg": "\u5BCC\u6587\u672C",
183
+ "Chart blocks": "\u56FE\u8868\u533A\u5757",
184
+ "Column chart": "\u67F1\u72B6\u56FE",
185
+ "Bar chart": "\u6761\u5F62\u56FE",
186
+ "Line chart": "\u6298\u7EBF\u56FE",
187
+ "Pie chart": "\u997C\u56FE",
188
+ "Area chart": "\u9762\u79EF\u56FE",
189
+ "Other chart": "\u5176\u4ED6\u56FE\u8868",
190
+ "Other blocks": "\u5176\u4ED6\u533A\u5757",
191
+ "In configuration": "\u914D\u7F6E\u4E2D",
192
+ "Chart title": "\u56FE\u8868\u6807\u9898",
193
+ "Chart type": "\u56FE\u8868\u7C7B\u578B",
194
+ "Chart config": "\u56FE\u8868\u914D\u7F6E",
195
+ "Templates": "\u6A21\u677F",
196
+ "Select template": "\u9009\u62E9\u6A21\u677F",
197
+ "Action logs": "\u64CD\u4F5C\u65E5\u5FD7",
198
+ "Create template": "\u521B\u5EFA\u6A21\u677F",
199
+ "Edit markdown": "\u7F16\u8F91 Markdown",
200
+ "Add block": "\u521B\u5EFA\u533A\u5757",
201
+ "Add new": "\u6DFB\u52A0",
202
+ "Add record": "\u6DFB\u52A0\u6570\u636E",
203
+ "Custom field display name": "\u81EA\u5B9A\u4E49\u5B57\u6BB5\u540D\u79F0",
204
+ "Display fields": "\u663E\u793A\u5B57\u6BB5",
205
+ "Edit record": "\u7F16\u8F91\u6570\u636E",
206
+ "Delete menu item": "\u5220\u9664\u83DC\u5355\u9879",
207
+ "Add page": "\u6DFB\u52A0\u9875\u9762",
208
+ "Add group": "\u6DFB\u52A0\u5206\u7EC4",
209
+ "Add link": "\u6DFB\u52A0\u94FE\u63A5",
210
+ "Insert above": "\u5728\u4E0A\u9762\u63D2\u5165",
211
+ "Insert below": "\u5728\u4E0B\u9762\u63D2\u5165",
212
+ "Save": "\u4FDD\u5B58",
213
+ "Delete block": "\u5220\u9664\u533A\u5757",
214
+ "Are you sure you want to delete it?": "\u4F60\u786E\u5B9A\u8981\u5220\u9664\u5417\uFF1F",
215
+ "This is a demo text, **supports Markdown syntax**.": "\u8FD9\u662F\u4E00\u6BB5\u6F14\u793A\u6587\u672C\uFF0C**\u652F\u6301 Markdown \u8BED\u6CD5**\u3002",
216
+ "Filter": "\u7B5B\u9009",
217
+ "Connect data blocks": "\u8FDE\u63A5\u6570\u636E\u533A\u5757",
218
+ "Action type": "\u64CD\u4F5C\u7C7B\u578B",
219
+ "Actions": "\u64CD\u4F5C",
220
+ "Update": "\u66F4\u65B0",
221
+ "View": "\u67E5\u770B",
222
+ "View record": "\u67E5\u770B\u6570\u636E",
223
+ "Refresh": "\u5237\u65B0",
224
+ "Data changes": "\u6570\u636E\u53D8\u66F4",
225
+ "Field name": "\u5B57\u6BB5\u6807\u8BC6",
226
+ "Before change": "\u53D8\u66F4\u524D",
227
+ "After change": "\u53D8\u66F4\u540E",
228
+ "Delete record": "\u5220\u9664\u6570\u636E",
229
+ "Create collection": "\u521B\u5EFA\u6570\u636E\u8868",
230
+ "Collection display name": "\u6570\u636E\u8868\u540D\u79F0",
231
+ "Collection name": "\u6570\u636E\u8868\u6807\u8BC6",
232
+ "Inherits": "\u7EE7\u627F",
233
+ "Generate ID field automatically": "\u81EA\u52A8\u751F\u6210 ID \u5B57\u6BB5",
234
+ "Store the creation user of each record": "\u8BB0\u5F55\u521B\u5EFA\u4EBA",
235
+ "Store the last update user of each record": "\u8BB0\u5F55\u6700\u540E\u66F4\u65B0\u4EBA",
236
+ "Store the creation time of each record": "\u8BB0\u5F55\u521B\u5EFA\u65F6\u95F4",
237
+ "Store the last update time of each record": "\u8BB0\u5F55\u6700\u540E\u66F4\u65B0\u65F6\u95F4",
238
+ "More options": "\u66F4\u591A\u9009\u9879",
239
+ "Records can be sorted": "\u53EF\u4EE5\u5BF9\u884C\u8BB0\u5F55\u8FDB\u884C\u6392\u5E8F",
240
+ "Calendar collection": "\u65E5\u5386\u6570\u636E\u8868",
241
+ "General collection": "\u666E\u901A\u6570\u636E\u8868",
242
+ "Connect to database view": "\u8FDE\u63A5\u6570\u636E\u5E93\u89C6\u56FE",
243
+ "Source collections": "\u6765\u6E90\u6570\u636E\u8868",
244
+ "Field source": "\u6765\u6E90\u5B57\u6BB5",
245
+ "Preview": "\u9884\u89C8",
246
+ "Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": "\u968F\u673A\u751F\u6210\uFF0C\u53EF\u4FEE\u6539\u3002\u652F\u6301\u82F1\u6587\u3001\u6570\u5B57\u548C\u4E0B\u5212\u7EBF\uFF0C\u5FC5\u987B\u4EE5\u82F1\u6587\u5B57\u6BCD\u5F00\u5934\u3002",
247
+ "Edit": "\u7F16\u8F91",
248
+ "Edit collection": "\u7F16\u8F91\u6570\u636E\u8868",
249
+ "Configure field": "\u914D\u7F6E\u5B57\u6BB5",
250
+ "Configure fields": "\u914D\u7F6E\u5B57\u6BB5",
251
+ "Configure columns": "\u914D\u7F6E\u5B57\u6BB5",
252
+ "Edit field": "\u7F16\u8F91\u5B57\u6BB5",
253
+ "Override": "\u91CD\u5199",
254
+ "Override field": "\u91CD\u5199\u5B57\u6BB5",
255
+ "Configure fields of {{title}}": "\u300C{{title}}\u300D\u7684\u5B57\u6BB5\u914D\u7F6E",
256
+ "Association fields filter": "\u5173\u7CFB\u7B5B\u9009",
257
+ "PK & FK fields": "\u4E3B\u5916\u952E\u5B57\u6BB5",
258
+ "Association fields": "\u5173\u7CFB\u5B57\u6BB5",
259
+ "Choices fields": "\u9009\u9879\u5B57\u6BB5",
260
+ "System fields": "\u7CFB\u7EDF\u5B57\u6BB5",
261
+ "General fields": "\u666E\u901A\u5B57\u6BB5",
262
+ "Inherited fields": "\u7EE7\u627F\u5B57\u6BB5",
263
+ "Parent collection fields": "\u7236\u8868\u5B57\u6BB5",
264
+ "Basic": "\u57FA\u672C\u7C7B\u578B",
265
+ "Single line text": "\u5355\u884C\u6587\u672C",
266
+ "Long text": "\u591A\u884C\u6587\u672C",
267
+ "Phone": "\u624B\u673A\u53F7\u7801",
268
+ "Email": "\u7535\u5B50\u90AE\u7BB1",
269
+ "Username": "\u7528\u6237\u540D",
270
+ "Null": "\u7A7A\u503C",
271
+ "Boolean": "\u903B\u8F91\u503C",
272
+ "Number": "\u6570\u5B57",
273
+ "Integer": "\u6574\u6570",
274
+ "Percent": "\u767E\u5206\u6BD4",
275
+ "String": "\u5B57\u7B26\u4E32",
276
+ "Password": "\u5BC6\u7801",
277
+ "Advanced type": "\u9AD8\u7EA7\u7C7B\u578B",
278
+ "Formula": "\u516C\u5F0F",
279
+ "Formula description": "\u57FA\u4E8E\u540C\u4E00\u6761\u8BB0\u5F55\u4E2D\u7684\u5176\u4ED6\u5B57\u6BB5\u8BA1\u7B97\u51FA\u4E00\u4E2A\u503C\u3002",
280
+ "Syntax references": "\u8BED\u6CD5\u53C2\u8003",
281
+ "Math.js comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types": "Math.js \u5305\u542B\u5927\u91CF\u5185\u7F6E\u51FD\u6570\u548C\u5E38\u91CF\uFF0C\u5E76\u63D0\u4F9B\u4E86\u96C6\u6210\u7684\u89E3\u51B3\u65B9\u6848\u6765\u5904\u7406\u4E0D\u540C\u7684\u6570\u636E\u7C7B\u578B\u3002",
282
+ "Formula.js supports most Microsoft Excel formula functions.": "Formula.js \u652F\u6301\u5927\u90E8\u5206 Mircrosoft Excel \u516C\u5F0F\u3002",
283
+ "Choices": "\u9009\u62E9\u7C7B\u578B",
284
+ "Checkbox": "\u52FE\u9009",
285
+ "Display <icon></icon> when unchecked": "\u672A\u52FE\u9009\u65F6\u663E\u793A <icon></icon>",
286
+ "Single select": "\u4E0B\u62C9\u83DC\u5355\uFF08\u5355\u9009\uFF09",
287
+ "Multiple select": "\u4E0B\u62C9\u83DC\u5355\uFF08\u591A\u9009\uFF09",
288
+ "Radio group": "\u5355\u9009\u6846",
289
+ "Checkbox group": "\u590D\u9009\u6846",
290
+ "China region": "\u4E2D\u56FD\u884C\u653F\u533A",
291
+ "Date & Time": "\u65E5\u671F & \u65F6\u95F4",
292
+ "Datetime": "\u65E5\u671F",
293
+ "Relation": "\u5173\u7CFB\u7C7B\u578B",
294
+ "Link to": "\u5173\u8054",
295
+ "Link to description": "\u7528\u4E8E\u5FEB\u901F\u521B\u5EFA\u8868\u5173\u7CFB\uFF0C\u53EF\u517C\u5BB9\u5927\u591A\u6570\u666E\u901A\u573A\u666F\u3002\u9002\u5408\u975E\u5F00\u53D1\u4EBA\u5458\u4F7F\u7528\u3002\u4F5C\u4E3A\u5B57\u6BB5\u5B58\u5728\u65F6\uFF0C\u5B83\u662F\u4E00\u4E2A\u4E0B\u62C9\u9009\u62E9\u7528\u4E8E\u9009\u62E9\u76EE\u6807\u6570\u636E\u8868\u7684\u6570\u636E\u3002\u521B\u5EFA\u540E\uFF0C\u5C06\u540C\u65F6\u5728\u76EE\u6807\u6570\u636E\u8868\u4E2D\u751F\u6210\u5F53\u524D\u6570\u636E\u8868\u7684\u5173\u8054\u5B57\u6BB5\u3002",
296
+ "Sub-table": "\u5B50\u8868\u683C",
297
+ "System info": "\u7CFB\u7EDF\u4FE1\u606F",
298
+ "Created at": "\u521B\u5EFA\u65E5\u671F",
299
+ "Last updated at": "\u6700\u540E\u4FEE\u6539\u65E5\u671F",
300
+ "Created by": "\u521B\u5EFA\u4EBA",
301
+ "Last updated by": "\u6700\u540E\u4FEE\u6539\u4EBA",
302
+ "Add field": "\u6DFB\u52A0\u5B57\u6BB5",
303
+ "Field display name": "\u5B57\u6BB5\u540D\u79F0",
304
+ "Field type": "\u5B57\u6BB5\u7C7B\u578B",
305
+ "Field interface": "\u5B57\u6BB5\u7C7B\u578B",
306
+ "Date format": "\u65E5\u671F\u683C\u5F0F",
307
+ "Year/Month/Day": "\u5E74/\u6708/\u65E5",
308
+ "Year-Month-Day": "\u5E74-\u6708-\u65E5",
309
+ "Day/Month/Year": "\u65E5/\u6708/\u5E74",
310
+ "Show time": "\u663E\u793A\u65F6\u95F4",
311
+ "Time format": "\u65F6\u95F4\u683C\u5F0F",
312
+ "12 hour": "12 \u5C0F\u65F6\u5236",
313
+ "24 hour": "24 \u5C0F\u65F6\u5236",
314
+ "Relationship type": "\u5173\u7CFB\u7C7B\u578B",
315
+ "Inverse relationship type": "\u53CD\u5411\u5173\u7CFB\u7C7B\u578B",
316
+ "Source collection": "\u6E90\u6570\u636E\u8868",
317
+ "Source key": "\u6E90\u6570\u636E\u8868\u5B57\u6BB5\u6807\u8BC6",
318
+ "Target collection": "\u76EE\u6807\u6570\u636E\u8868",
319
+ "Through collection": "\u4E2D\u95F4\u6570\u636E\u8868",
320
+ "Target key": "\u76EE\u6807\u6570\u636E\u8868\u5B57\u6BB5\u6807\u8BC6",
321
+ "Foreign key": "\u5916\u952E",
322
+ "One to one": "\u4E00\u5BF9\u4E00",
323
+ "One to many": "\u4E00\u5BF9\u591A",
324
+ "Many to one": "\u591A\u5BF9\u4E00",
325
+ "Many to many": "\u591A\u5BF9\u591A",
326
+ "Foreign key 1": "\u5916\u952E1",
327
+ "Foreign key 2": "\u5916\u952E2",
328
+ "One to one description": "\u7528\u4E8E\u521B\u5EFA\u4E00\u5BF9\u4E00\u5173\u7CFB\uFF0C\u6BD4\u5982\u4E00\u4E2A\u7528\u6237\u4F1A\u6709\u4E00\u5957\u4E2A\u4EBA\u8D44\u6599\u3002",
329
+ "One to many description": "\u7528\u4E8E\u521B\u5EFA\u4E00\u5BF9\u591A\u5173\u7CFB\uFF0C\u6BD4\u5982\u4E00\u4E2A\u56FD\u5BB6\u4F1A\u6709\u591A\u4E2A\u57CE\u5E02\u3002\u4F5C\u4E3A\u5B57\u6BB5\u5B58\u5728\u65F6\uFF0C\u5B83\u662F\u4E00\u4E2A\u5B50\u8868\u683C\u7528\u4E8E\u663E\u793A\u76EE\u6807\u6570\u636E\u8868\u7684\u6570\u636E\u3002\u521B\u5EFA\u540E\uFF0C\u4F1A\u5728\u76EE\u6807\u6570\u636E\u8868\u91CC\u81EA\u52A8\u751F\u6210\u4E00\u4E2A\u591A\u5BF9\u4E00\u5B57\u6BB5\u3002",
330
+ "Many to one description": "\u7528\u4E8E\u521B\u5EFA\u591A\u5BF9\u4E00\u5173\u7CFB\uFF0C\u6BD4\u5982\u4E00\u4E2A\u57CE\u5E02\u53EA\u80FD\u5C5E\u4E8E\u4E00\u4E2A\u56FD\u5BB6\uFF0C\u4E00\u4E2A\u56FD\u5BB6\u53EF\u4EE5\u6709\u591A\u4E2A\u57CE\u5E02\u3002\u4F5C\u4E3A\u5B57\u6BB5\u5B58\u5728\u65F6\uFF0C\u5B83\u662F\u4E00\u4E2A\u4E0B\u62C9\u9009\u62E9\u7528\u4E8E\u9009\u62E9\u76EE\u6807\u6570\u636E\u8868\u7684\u6570\u636E\u3002\u521B\u5EFA\u540E\uFF0C\u4F1A\u5728\u76EE\u6807\u6570\u636E\u8868\u91CC\u81EA\u52A8\u751F\u6210\u4E00\u4E2A\u591A\u5BF9\u4E00\u5B57\u6BB5\u3002",
331
+ "Many to many description": "\u7528\u4E8E\u521B\u5EFA\u591A\u5BF9\u591A\u5173\u7CFB\uFF0C\u6BD4\u5982\u4E00\u4E2A\u5B66\u751F\u4F1A\u6709\u591A\u4E2A\u8001\u5E08\uFF0C\u4E00\u4E2A\u8001\u5E08\u4E5F\u4F1A\u6709\u591A\u4E2A\u5B66\u751F\u3002\u4F5C\u4E3A\u5B57\u6BB5\u5B58\u5728\u65F6\uFF0C\u5B83\u662F\u4E00\u4E2A\u4E0B\u62C9\u9009\u62E9\u7528\u4E8E\u9009\u62E9\u76EE\u6807\u6570\u636E\u8868\u7684\u6570\u636E\u3002",
332
+ "Generated automatically if left blank": "\u7559\u7A7A\u65F6\uFF0C\u81EA\u52A8\u751F\u6210\u4E2D\u95F4\u8868",
333
+ "Display association fields": "\u663E\u793A\u5173\u8054\u8868\u7684\u5B57\u6BB5",
334
+ "Display field title": "\u663E\u793A\u5B57\u6BB5\u6807\u9898",
335
+ "Field component": "\u5B57\u6BB5\u7EC4\u4EF6",
336
+ "Allow multiple": "\u5141\u8BB8\u6DFB\u52A0/\u5173\u8054\u591A\u6761",
337
+ "Allow dissociate": "\u5141\u8BB8\u79FB\u9664\u5DF2\u5173\u8054\u8BB0\u5F55",
338
+ "Quick upload": "\u5FEB\u901F\u4E0A\u4F20",
339
+ "Select file": "\u9009\u62E9\u6587\u4EF6",
340
+ "Subtable": "\u5B50\u8868\u683C",
341
+ "Sub-form": "\u5B50\u8868\u5355",
342
+ "Sub-form(Popover)": "\u5B50\u8868\u5355(\u5F39\u7A97)",
343
+ "Sub-details": "\u5B50\u8BE6\u60C5",
344
+ "Record picker": "\u6570\u636E\u9009\u62E9\u5668",
345
+ "Toggles the subfield mode": "\u5207\u6362\u5B50\u5B57\u6BB5\u6A21\u5F0F",
346
+ "Selector mode": "\u9009\u62E9\u5668\u6A21\u5F0F",
347
+ "Subtable mode": "\u5B50\u8868\u683C\u6A21\u5F0F",
348
+ "Subform mode": "\u5B50\u8868\u5355\u6A21\u5F0F",
349
+ "Field mode": "\u5B57\u6BB5\u7EC4\u4EF6",
350
+ "Allow add new data": "\u5141\u8BB8\u6DFB\u52A0\u6570\u636E",
351
+ "Edit block title": "\u7F16\u8F91\u533A\u5757\u6807\u9898",
352
+ "Block title": "\u533A\u5757\u6807\u9898",
353
+ "Pattern": "\u6A21\u5F0F",
354
+ "Operator": "\u8FD0\u7B97\u7B26",
355
+ "Editable": "\u53EF\u7F16\u8F91",
356
+ "Readonly": "\u53EA\u8BFB\uFF08\u7981\u6B62\u7F16\u8F91\uFF09",
357
+ "Easy-reading": "\u53EA\u8BFB\uFF08\u9605\u8BFB\u6A21\u5F0F\uFF09",
358
+ "Add filter": "\u6DFB\u52A0\u7B5B\u9009\u6761\u4EF6",
359
+ "Add filter group": "\u6DFB\u52A0\u7B5B\u9009\u5206\u7EC4",
360
+ "Comparision": "\u503C\u6BD4\u8F83",
361
+ "is": "\u7B49\u4E8E",
362
+ "is not": "\u4E0D\u7B49\u4E8E",
363
+ "contains": "\u5305\u542B",
364
+ "does not contain": "\u4E0D\u5305\u542B",
365
+ "starts with": "\u5F00\u5934\u662F",
366
+ "not starts with": "\u5F00\u5934\u4E0D\u662F",
367
+ "ends with": "\u7ED3\u5C3E\u662F",
368
+ "not ends with": "\u7ED3\u5C3E\u4E0D\u662F",
369
+ "is empty": "\u4E3A\u7A7A",
370
+ "is not empty": "\u4E0D\u4E3A\u7A7A",
371
+ "Edit chart": "\u7F16\u8F91\u56FE\u8868",
372
+ "Add text": "\u6DFB\u52A0\u6587\u672C",
373
+ "Filterable fields": "\u53EF\u7B5B\u9009\u5B57\u6BB5",
374
+ "Edit button": "\u7F16\u8F91\u6309\u94AE",
375
+ "Hide": "\u9690\u85CF",
376
+ "Enable actions": "\u542F\u7528\u64CD\u4F5C",
377
+ "Import": "\u5BFC\u5165",
378
+ "Export": "\u5BFC\u51FA",
379
+ "Customize": "\u81EA\u5B9A\u4E49",
380
+ "Custom": "\u81EA\u5B9A\u4E49",
365
381
  "Function": "Function",
366
382
  "Popup form": "Popup form",
367
383
  "Flexible popup": "Flexible popup",
368
- "Configure actions": "配置操作",
369
- "Display order number": "显示序号",
370
- "Enable drag and drop sorting": "启用拖拽排序",
371
- "Triggered when the row is clicked": "点击表格行时触发",
372
- "Add tab": "添加标签页",
373
- "Disable tabs": "禁用标签页",
374
- "Details": "详情",
375
- "Edit tab": "编辑标签页",
376
- "Relationship blocks": "关系数据区块",
377
- "Select record": "选择数据",
378
- "Display name": "显示名称",
379
- "Select icon": "选择图标",
380
- "Custom column name": "自定义列名称",
381
- "Edit description": "编辑描述",
382
- "Required": "必填",
383
- "Unique": "不允许重复",
384
- "Label field": "标签字段",
385
- "Default is the ID field": "默认为 ID 字段",
386
- "Set default sorting rules": "设置排序规则",
387
- "Set validation rules": "设置验证规则",
388
- "Max length": "最大长度",
389
- "Min length": "最小长度",
390
- "Maximum": "最大值",
391
- "Minimum": "最小值",
392
- "Max length must greater than min length": "最大长度必须大于最小长度",
393
- "Min length must less than max length": "最小长度必须小于最大长度",
394
- "Maximum must greater than minimum": "最大值必须大于最小值",
395
- "Minimum must less than maximum": "最小值必须小于最大值",
396
- "Validation rule": "验证规则",
397
- "Add validation rule": "新增验证规则",
398
- "Format": "格式",
399
- "Regular expression": "正则表达式",
400
- "Error message": "错误消息",
401
- "Length": "长度",
402
- "The field value cannot be greater than ": "数值不能大于",
403
- "The field value cannot be less than ": "数值不能小于",
404
- "The field value is not an integer number": "数字不是整数",
405
- "Set default value": "设置默认值",
406
- "Default value": "默认值",
407
- "is before": "早于",
408
- "is after": "晚于",
409
- "is on or after": "不早于",
410
- "is on or before": "不晚于",
411
- "is between": "介于",
412
- "Upload": "上传",
413
- "Select level": "选择层级",
414
- "Province": "",
415
- "City": "",
416
- "Area": "区/县",
417
- "Street": "乡镇/街道",
418
- "Village": "村/居委会",
419
- "Must select to the last level": "必须选到最后一级",
420
- "Move {{title}} to": " {{title}} 移动到",
421
- "Target position": "目标位置",
422
- "After": "之后",
423
- "Before": "之前",
424
- "Add {{type}} before \"{{title}}\"": "在 \"{{title}}\" 前插入{{type}}",
425
- "Add {{type}} after \"{{title}}\"": "在 \"{{title}}\" 前插入{{type}}",
426
- "Add {{type}} in \"{{title}}\"": "在 \"{{title}}\" 里插入{{type}}",
427
- "Original name": "原名称",
428
- "Custom name": "自定义名称",
429
- "Custom Title": "自定义标题",
430
- "Options": "选项",
431
- "Option value": "选项值",
432
- "Option label": "选项标签",
433
- "Color": "颜色",
434
- "Add option": "添加选项",
435
- "Related collection": "关系表",
436
- "Allow linking to multiple records": "允许关联多条记录",
437
- "Daily": "每天",
438
- "Weekly": "每周",
439
- "Monthly": "每月",
440
- "Yearly": "每年",
441
- "Repeats": "重复",
442
- "Configure calendar": "配置日历",
443
- "Title field": "标题字段",
444
- "Custom title": "自定义标题",
445
- "Show lunar": "展示农历",
446
- "Start date field": "开始日期字段",
447
- "End date field": "结束日期字段",
448
- "Navigate": "分页",
449
- "Title": "标题",
450
- "Description": "描述",
451
- "Select view": "切换视图",
452
- "Reset": "重置",
453
- "Importable fields": "可导入字段",
454
- "Exportable fields": "可导出字段",
455
- "Saved successfully": "保存成功",
456
- "Nickname": "昵称",
457
- "Sign in": "登录",
458
- "Sign in via account": "账号密码登录",
459
- "Sign in via phone": "手机号登录",
460
- "Create an account": "注册账号",
461
- "Sign up": "注册",
462
- "Confirm password": "确认密码",
463
- "Log in with an existing account": "使用已有账号登录",
464
- "Signed up successfully. It will jump to the login page.": "注册成功,将跳转登录页。",
465
- "Password mismatch": "重复密码不匹配",
466
- "Users": "用户",
467
- "Verification code": "验证码",
468
- "Send code": "发送验证码",
469
- "Retry after {{count}} seconds": "{{count}} 秒后重试",
470
- '2 to 16 characters (excluding @.<>"\'/)': '2到16个字符(不包含@.<>"\'/)',
471
- "Roles": "角色",
472
- "Add role": "添加角色",
473
- "Role name": "角色名称",
474
- "Configure": "配置",
475
- "Configure permissions": "配置权限",
476
- "Edit role": "编辑角色",
477
- "Action permissions": "数据表操作权限",
478
- "Menu permissions": "菜单访问权限",
479
- "Menu item name": "菜单名称",
480
- "Allow access": "允许访问",
481
- "Action name": "操作名称",
482
- "Allow action": "允许操作",
483
- "Action scope": "可操作数据范围",
484
- "Operate on new data": "对新增数据操作",
485
- "Operate on existing data": "对已有数据操作",
486
- "Yes": "",
487
- "No": "",
488
- "Red": "薄暮",
489
- "Magenta": "法式洋红",
490
- "Volcano": "火山",
491
- "Orange": "日暮",
492
- "Gold": "金盏花",
493
- "Lime": "青柠",
494
- "Green": "极光绿",
495
- "Cyan": "明青",
496
- "Blue": "拂晓蓝",
497
- "Geek blue": "极客蓝",
498
- "Purple": "酱紫",
499
- "Default": "默认",
500
- "Add card": "添加卡片",
501
- "edit title": "修改标题",
502
- "Turn pages": "翻页",
503
- "Others": "其他",
504
- "Save as template": "保存为模板",
505
- "Save as block template": "保存为区块模板",
506
- "Block templates": "区块模板",
507
- "Convert reference to duplicate": "模板引用转为复制",
508
- "Template name": "模板名称",
509
- "Block type": "区块类型",
510
- "No blocks to connect": "没有可连接的区块",
511
- "Action column": "操作列",
512
- "Records per page": "每页显示数量",
513
- "(Fields only)": "(仅字段)",
514
- "Button title": "按钮标题",
515
- "Button icon": "按钮图标",
516
- "Submitted successfully": "提交成功",
517
- "Operation succeeded": "操作成功",
518
- "Operation failed": "操作失败",
519
- "Open mode": "打开方式",
520
- "Popup size": "弹窗尺寸",
521
- "Small": "较窄",
522
- "Middle": "中等",
523
- "Large": "较宽",
524
- 'Menu item title': '菜单项名称',
525
- 'Menu item icon': '菜单项图标',
526
- 'Target': '目标',
527
- 'Position': '位置',
528
- 'Insert before': '在前面插入',
529
- 'Insert after': '在后面插入',
530
- 'UI Editor': '界面配置',
531
- 'ASC': '升序',
532
- 'DESC': '降序',
533
- 'Add sort field': '添加排序字段',
534
- 'ID': 'ID',
535
- 'Identifier for program usage. Support letters, numbers and underscores, must start with an letter.': '用于程序使用的标识符,支持字母、数字和下划线,必须以字母开头。',
536
- 'Drawer': '抽屉',
537
- 'Dialog': '对话框',
538
- 'Delete action': '删除操作',
539
- 'Custom column title': '自定义列标题',
540
- 'Column title': '列标题',
541
- 'Original title: ': '原始标题: ',
542
- 'Delete table column': '删除列',
543
- 'Skip required validation': '跳过必填校验',
544
- 'Form values': '表单值',
545
- 'Fields values': '字段值',
546
- 'The field has been deleted': '字段已删除',
547
- 'When submitting the following fields, the saved values are': '提交以下字段时,保存的值为',
548
- 'After successful submission': '提交成功后',
549
- 'Then': '然后',
550
- 'Stay on current page': '停留在当前页面',
551
- 'Redirect to': '跳转到',
552
- 'Save action': '保存操作',
553
- 'Exists': '存在',
554
- 'Add condition': '添加条件',
555
- 'Add condition group': '添加条件分组',
556
- 'exists': '存在',
557
- 'not exists': '不存在',
558
- '=': '=',
559
- '≠': '≠',
560
- '>': '>',
561
- '≥': '≥',
562
- '<': '<',
563
- '≤': '≤',
564
- 'Role UID': '角色标识',
565
- 'Precision': '精确度',
566
- 'Rich Text': '富文本',
567
- 'Junction collection': '中间表',
568
- 'Leave it blank, unless you need a custom intermediate table': '默认留空,除非你需要一个自定义的中间表',
569
- 'Fields': '字段',
570
- 'Edit field title': '编辑字段标题',
571
- 'Field title': '字段标题',
572
- 'Original field title: ': '原始字段标题:',
573
- 'Edit tooltip': '编辑提示信息',
574
- 'Delete field': '删除字段',
575
- 'Select collection': '选择数据表',
576
- 'Blank block': '空区块',
577
- 'Duplicate template': '复制模板',
578
- 'Reference template': '引用模板',
579
- 'Create calendar block': '创建日历区块',
580
- 'Create kanban block': '创建看板区块',
581
- 'Grouping field': '分组字段',
582
- 'Single select and radio fields can be used as the grouping field': '数据表的单选字段可以作为分组字段',
583
- 'Tab name': '标签名称',
584
- 'Current record blocks': '当前数据区块',
585
- 'Popup message': '弹窗提示消息',
586
- 'Delete role': '删除角色',
587
- 'Role display name': '角色名称',
588
- 'Default role': '默认角色',
589
- 'All collections use general action permissions by default; permission configured individually will override the default one.': '所有数据表都默认使用通用数据操作权限;同时,可以针对每个数据表单独配置权限。',
590
- 'Allows configuration of the whole system, including UI, collections, permissions, etc.': '允许配置系统,包括界面配置、数据表配置、权限配置、系统配置等全部配置项',
591
- 'New menu items are allowed to be accessed by default.': '新增菜单项默认允许访问',
592
- 'Global permissions': '全局配置',
593
- 'General permissions': '通用配置',
594
- 'Global action permissions': '全局操作权限',
595
- 'General action permissions': '通用操作权限',
596
- "Plugin settings permissions": "插件配置权限",
597
- 'Allow to desgin pages': "允许界面配置",
598
- "Allow to manage plugins": "允许管理插件",
599
- "Allow to configure plugins": "允许管理配置中心",
600
- 'Allows to configure interface': '允许配置界面',
601
- 'Allows to install, activate, disable plugins': '允许安装、激活、禁用插件',
602
- 'Allows to configure plugins': '允许配置插件',
603
- 'Action display name': '操作名称',
604
- 'Allow': '允许',
605
- 'Data scope': '数据范围',
606
- 'Action on new records': '对新增数据操作',
607
- 'Action on existing records': '对已有数据操作',
608
- 'All records': '所有数据',
609
- 'Own records': '自己的数据',
610
- 'Permission policy': '权限策略',
611
- 'Individual': '单独配置',
612
- 'General': '通用配置',
613
- 'Accessible': '允许访问',
614
- 'Configure permission': '配置权限',
615
- 'Action permission': '操作权限',
616
- 'Field permission': '字段权限',
617
- 'Scope name': '数据范围名称',
618
- 'Unsaved changes': '未保存修改',
619
- 'Are you sure you don\'t want to save?': '你确定不保存修改吗?',
620
- 'Dragging': '拖拽中',
621
- 'Popup': '打开弹窗',
622
- 'Trigger workflow': '触发工作流',
623
- 'Request API': '请求API',
624
- 'Assign field values': '字段赋值',
625
- 'Constant value': '静态值',
626
- 'Dynamic value': '动态值',
627
- 'Current user': '当前用户',
628
- 'Current record': '当前记录',
629
- 'Current time': '当前时间',
630
- 'Now': '现在',
631
- 'Popup close method': '弹窗关闭方式',
632
- 'Automatic close': '自动关闭',
633
- 'Manually close': '手动关闭',
634
- 'After successful update': '更新成功后',
635
- 'Save record': '保存数据',
636
- 'Updated successfully': '更新成功',
637
- 'After successful save': '保存成功后',
638
- 'After clicking the custom button, the following field values will be assigned according to the following form.': '点击当前自定义按钮时,以下字段值将按照以下表单赋值。',
639
- 'After clicking the custom button, the following fields of the current record will be saved according to the following form.': '点击当前自定义按钮时,当前数据以下字段将按照以下表单保存。',
640
- 'Button background color': '按钮颜色',
641
- 'Highlight': '高亮',
642
- 'Danger red': '红色',
643
- 'Custom request': '自定义请求',
644
- 'Request settings': '请求设置',
645
- 'Request URL': '请求地址',
646
- 'Request method': '请求方法',
647
- 'Request query parameters': '请求查询参数(JSON格式)',
648
- 'Request headers': '请求头参数(JSON格式)',
649
- 'Request body': '请求体(JSON格式)',
650
- 'Request success': '请求成功',
651
- 'Invalid JSON format': '非法JSON格式',
652
- 'After successful request': '请求成功之后',
653
- 'Add exportable field': '添加可导出字段',
384
+ "Configure actions": "\u914D\u7F6E\u64CD\u4F5C",
385
+ "Display order number": "\u663E\u793A\u5E8F\u53F7",
386
+ "Enable drag and drop sorting": "\u542F\u7528\u62D6\u62FD\u6392\u5E8F",
387
+ "Triggered when the row is clicked": "\u70B9\u51FB\u8868\u683C\u884C\u65F6\u89E6\u53D1",
388
+ "Add tab": "\u6DFB\u52A0\u6807\u7B7E\u9875",
389
+ "Disable tabs": "\u7981\u7528\u6807\u7B7E\u9875",
390
+ "Details": "\u8BE6\u60C5",
391
+ "Edit tab": "\u7F16\u8F91\u6807\u7B7E\u9875",
392
+ "Relationship blocks": "\u5173\u7CFB\u6570\u636E\u533A\u5757",
393
+ "Select record": "\u9009\u62E9\u6570\u636E",
394
+ "Display name": "\u663E\u793A\u540D\u79F0",
395
+ "Select icon": "\u9009\u62E9\u56FE\u6807",
396
+ "Custom column name": "\u81EA\u5B9A\u4E49\u5217\u540D\u79F0",
397
+ "Edit description": "\u7F16\u8F91\u63CF\u8FF0",
398
+ "Required": "\u5FC5\u586B",
399
+ "Unique": "\u4E0D\u5141\u8BB8\u91CD\u590D",
400
+ "Label field": "\u6807\u7B7E\u5B57\u6BB5",
401
+ "Default is the ID field": "\u9ED8\u8BA4\u4E3A ID \u5B57\u6BB5",
402
+ "Set default sorting rules": "\u8BBE\u7F6E\u6392\u5E8F\u89C4\u5219",
403
+ "Set validation rules": "\u8BBE\u7F6E\u9A8C\u8BC1\u89C4\u5219",
404
+ "Max length": "\u6700\u5927\u957F\u5EA6",
405
+ "Min length": "\u6700\u5C0F\u957F\u5EA6",
406
+ "Maximum": "\u6700\u5927\u503C",
407
+ "Minimum": "\u6700\u5C0F\u503C",
408
+ "Max length must greater than min length": "\u6700\u5927\u957F\u5EA6\u5FC5\u987B\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",
409
+ "Min length must less than max length": "\u6700\u5C0F\u957F\u5EA6\u5FC5\u987B\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",
410
+ "Maximum must greater than minimum": "\u6700\u5927\u503C\u5FC5\u987B\u5927\u4E8E\u6700\u5C0F\u503C",
411
+ "Minimum must less than maximum": "\u6700\u5C0F\u503C\u5FC5\u987B\u5C0F\u4E8E\u6700\u5927\u503C",
412
+ "Validation rule": "\u9A8C\u8BC1\u89C4\u5219",
413
+ "Add validation rule": "\u65B0\u589E\u9A8C\u8BC1\u89C4\u5219",
414
+ "Format": "\u683C\u5F0F",
415
+ "Regular expression": "\u6B63\u5219\u8868\u8FBE\u5F0F",
416
+ "Error message": "\u9519\u8BEF\u6D88\u606F",
417
+ "Length": "\u957F\u5EA6",
418
+ "The field value cannot be greater than ": "\u6570\u503C\u4E0D\u80FD\u5927\u4E8E",
419
+ "The field value cannot be less than ": "\u6570\u503C\u4E0D\u80FD\u5C0F\u4E8E",
420
+ "The field value is not an integer number": "\u6570\u5B57\u4E0D\u662F\u6574\u6570",
421
+ "Set default value": "\u8BBE\u7F6E\u9ED8\u8BA4\u503C",
422
+ "Default value": "\u9ED8\u8BA4\u503C",
423
+ "is before": "\u65E9\u4E8E",
424
+ "is after": "\u665A\u4E8E",
425
+ "is on or after": "\u4E0D\u65E9\u4E8E",
426
+ "is on or before": "\u4E0D\u665A\u4E8E",
427
+ "is between": "\u4ECB\u4E8E",
428
+ "Upload": "\u4E0A\u4F20",
429
+ "Select level": "\u9009\u62E9\u5C42\u7EA7",
430
+ "Province": "\u7701",
431
+ "City": "\u5E02",
432
+ "Area": "\u533A/\u53BF",
433
+ "Street": "\u4E61\u9547/\u8857\u9053",
434
+ "Village": "\u6751/\u5C45\u59D4\u4F1A",
435
+ "Must select to the last level": "\u5FC5\u987B\u9009\u5230\u6700\u540E\u4E00\u7EA7",
436
+ "Move {{title}} to": "\u5C06 {{title}} \u79FB\u52A8\u5230",
437
+ "Target position": "\u76EE\u6807\u4F4D\u7F6E",
438
+ "After": "\u4E4B\u540E",
439
+ "Before": "\u4E4B\u524D",
440
+ 'Add {{type}} before "{{title}}"': '\u5728 "{{title}}" \u524D\u63D2\u5165{{type}}',
441
+ 'Add {{type}} after "{{title}}"': '\u5728 "{{title}}" \u524D\u63D2\u5165{{type}}',
442
+ 'Add {{type}} in "{{title}}"': '\u5728 "{{title}}" \u91CC\u63D2\u5165{{type}}',
443
+ "Original name": "\u539F\u540D\u79F0",
444
+ "Custom name": "\u81EA\u5B9A\u4E49\u540D\u79F0",
445
+ "Custom Title": "\u81EA\u5B9A\u4E49\u6807\u9898",
446
+ "Options": "\u9009\u9879",
447
+ "Option value": "\u9009\u9879\u503C",
448
+ "Option label": "\u9009\u9879\u6807\u7B7E",
449
+ "Color": "\u989C\u8272",
450
+ "Add option": "\u6DFB\u52A0\u9009\u9879",
451
+ "Related collection": "\u5173\u7CFB\u8868",
452
+ "Allow linking to multiple records": "\u5141\u8BB8\u5173\u8054\u591A\u6761\u8BB0\u5F55",
453
+ "Daily": "\u6BCF\u5929",
454
+ "Weekly": "\u6BCF\u5468",
455
+ "Monthly": "\u6BCF\u6708",
456
+ "Yearly": "\u6BCF\u5E74",
457
+ "Repeats": "\u91CD\u590D",
458
+ "Configure calendar": "\u914D\u7F6E\u65E5\u5386",
459
+ "Title field": "\u6807\u9898\u5B57\u6BB5",
460
+ "Custom title": "\u81EA\u5B9A\u4E49\u6807\u9898",
461
+ "Show lunar": "\u5C55\u793A\u519C\u5386",
462
+ "Start date field": "\u5F00\u59CB\u65E5\u671F\u5B57\u6BB5",
463
+ "End date field": "\u7ED3\u675F\u65E5\u671F\u5B57\u6BB5",
464
+ "Navigate": "\u5206\u9875",
465
+ "Title": "\u6807\u9898",
466
+ "Description": "\u63CF\u8FF0",
467
+ "Select view": "\u5207\u6362\u89C6\u56FE",
468
+ "Reset": "\u91CD\u7F6E",
469
+ "Importable fields": "\u53EF\u5BFC\u5165\u5B57\u6BB5",
470
+ "Exportable fields": "\u53EF\u5BFC\u51FA\u5B57\u6BB5",
471
+ "Saved successfully": "\u4FDD\u5B58\u6210\u529F",
472
+ "Nickname": "\u6635\u79F0",
473
+ "Sign in": "\u767B\u5F55",
474
+ "Sign in via account": "\u8D26\u53F7\u5BC6\u7801\u767B\u5F55",
475
+ "Sign in via phone": "\u624B\u673A\u53F7\u767B\u5F55",
476
+ "Create an account": "\u6CE8\u518C\u8D26\u53F7",
477
+ "Sign up": "\u6CE8\u518C",
478
+ "Confirm password": "\u786E\u8BA4\u5BC6\u7801",
479
+ "Log in with an existing account": "\u4F7F\u7528\u5DF2\u6709\u8D26\u53F7\u767B\u5F55",
480
+ "Signed up successfully. It will jump to the login page.": "\u6CE8\u518C\u6210\u529F\uFF0C\u5C06\u8DF3\u8F6C\u767B\u5F55\u9875\u3002",
481
+ "Password mismatch": "\u91CD\u590D\u5BC6\u7801\u4E0D\u5339\u914D",
482
+ "Users": "\u7528\u6237",
483
+ "Verification code": "\u9A8C\u8BC1\u7801",
484
+ "Send code": "\u53D1\u9001\u9A8C\u8BC1\u7801",
485
+ "Retry after {{count}} seconds": "{{count}} \u79D2\u540E\u91CD\u8BD5",
486
+ "2 to 16 characters (excluding @.<>\"'/)": `2\u523016\u4E2A\u5B57\u7B26\uFF08\u4E0D\u5305\u542B@.<>"'/\uFF09`,
487
+ "Roles": "\u89D2\u8272",
488
+ "Add role": "\u6DFB\u52A0\u89D2\u8272",
489
+ "Role name": "\u89D2\u8272\u540D\u79F0",
490
+ "Configure": "\u914D\u7F6E",
491
+ "Configure permissions": "\u914D\u7F6E\u6743\u9650",
492
+ "Edit role": "\u7F16\u8F91\u89D2\u8272",
493
+ "Action permissions": "\u6570\u636E\u8868\u64CD\u4F5C\u6743\u9650",
494
+ "Menu permissions": "\u83DC\u5355\u8BBF\u95EE\u6743\u9650",
495
+ "Menu item name": "\u83DC\u5355\u540D\u79F0",
496
+ "Allow access": "\u5141\u8BB8\u8BBF\u95EE",
497
+ "Action name": "\u64CD\u4F5C\u540D\u79F0",
498
+ "Allow action": "\u5141\u8BB8\u64CD\u4F5C",
499
+ "Action scope": "\u53EF\u64CD\u4F5C\u6570\u636E\u8303\u56F4",
500
+ "Operate on new data": "\u5BF9\u65B0\u589E\u6570\u636E\u64CD\u4F5C",
501
+ "Operate on existing data": "\u5BF9\u5DF2\u6709\u6570\u636E\u64CD\u4F5C",
502
+ "Yes": "\u662F",
503
+ "No": "\u5426",
504
+ "Red": "\u8584\u66AE",
505
+ "Magenta": "\u6CD5\u5F0F\u6D0B\u7EA2",
506
+ "Volcano": "\u706B\u5C71",
507
+ "Orange": "\u65E5\u66AE",
508
+ "Gold": "\u91D1\u76CF\u82B1",
509
+ "Lime": "\u9752\u67E0",
510
+ "Green": "\u6781\u5149\u7EFF",
511
+ "Cyan": "\u660E\u9752",
512
+ "Blue": "\u62C2\u6653\u84DD",
513
+ "Geek blue": "\u6781\u5BA2\u84DD",
514
+ "Purple": "\u9171\u7D2B",
515
+ "Default": "\u9ED8\u8BA4",
516
+ "Add card": "\u6DFB\u52A0\u5361\u7247",
517
+ "edit title": "\u4FEE\u6539\u6807\u9898",
518
+ "Turn pages": "\u7FFB\u9875",
519
+ "Others": "\u5176\u4ED6",
520
+ "Save as template": "\u4FDD\u5B58\u4E3A\u6A21\u677F",
521
+ "Save as block template": "\u4FDD\u5B58\u4E3A\u533A\u5757\u6A21\u677F",
522
+ "Block templates": "\u533A\u5757\u6A21\u677F",
523
+ "Convert reference to duplicate": "\u6A21\u677F\u5F15\u7528\u8F6C\u4E3A\u590D\u5236",
524
+ "Template name": "\u6A21\u677F\u540D\u79F0",
525
+ "Block type": "\u533A\u5757\u7C7B\u578B",
526
+ "No blocks to connect": "\u6CA1\u6709\u53EF\u8FDE\u63A5\u7684\u533A\u5757",
527
+ "Action column": "\u64CD\u4F5C\u5217",
528
+ "Records per page": "\u6BCF\u9875\u663E\u793A\u6570\u91CF",
529
+ "(Fields only)": "\uFF08\u4EC5\u5B57\u6BB5\uFF09",
530
+ "Button title": "\u6309\u94AE\u6807\u9898",
531
+ "Button icon": "\u6309\u94AE\u56FE\u6807",
532
+ "Submitted successfully": "\u63D0\u4EA4\u6210\u529F",
533
+ "Operation succeeded": "\u64CD\u4F5C\u6210\u529F",
534
+ "Operation failed": "\u64CD\u4F5C\u5931\u8D25",
535
+ "Open mode": "\u6253\u5F00\u65B9\u5F0F",
536
+ "Popup size": "\u5F39\u7A97\u5C3A\u5BF8",
537
+ "Small": "\u8F83\u7A84",
538
+ "Middle": "\u4E2D\u7B49",
539
+ "Large": "\u8F83\u5BBD",
540
+ "Menu item title": "\u83DC\u5355\u9879\u540D\u79F0",
541
+ "Menu item icon": "\u83DC\u5355\u9879\u56FE\u6807",
542
+ "Target": "\u76EE\u6807",
543
+ "Position": "\u4F4D\u7F6E",
544
+ "Insert before": "\u5728\u524D\u9762\u63D2\u5165",
545
+ "Insert after": "\u5728\u540E\u9762\u63D2\u5165",
546
+ "UI Editor": "\u754C\u9762\u914D\u7F6E",
547
+ "ASC": "\u5347\u5E8F",
548
+ "DESC": "\u964D\u5E8F",
549
+ "Add sort field": "\u6DFB\u52A0\u6392\u5E8F\u5B57\u6BB5",
550
+ "ID": "ID",
551
+ "Identifier for program usage. Support letters, numbers and underscores, must start with an letter.": "\u7528\u4E8E\u7A0B\u5E8F\u4F7F\u7528\u7684\u6807\u8BC6\u7B26\uFF0C\u652F\u6301\u5B57\u6BCD\u3001\u6570\u5B57\u548C\u4E0B\u5212\u7EBF\uFF0C\u5FC5\u987B\u4EE5\u5B57\u6BCD\u5F00\u5934\u3002",
552
+ "Drawer": "\u62BD\u5C49",
553
+ "Dialog": "\u5BF9\u8BDD\u6846",
554
+ "Delete action": "\u5220\u9664\u64CD\u4F5C",
555
+ "Custom column title": "\u81EA\u5B9A\u4E49\u5217\u6807\u9898",
556
+ "Column title": "\u5217\u6807\u9898",
557
+ "Original title: ": "\u539F\u59CB\u6807\u9898: ",
558
+ "Delete table column": "\u5220\u9664\u5217",
559
+ "Skip required validation": "\u8DF3\u8FC7\u5FC5\u586B\u6821\u9A8C",
560
+ "Form values": "\u8868\u5355\u503C",
561
+ "Fields values": "\u5B57\u6BB5\u503C",
562
+ "The field has been deleted": "\u5B57\u6BB5\u5DF2\u5220\u9664",
563
+ "When submitting the following fields, the saved values are": "\u63D0\u4EA4\u4EE5\u4E0B\u5B57\u6BB5\u65F6\uFF0C\u4FDD\u5B58\u7684\u503C\u4E3A",
564
+ "After successful submission": "\u63D0\u4EA4\u6210\u529F\u540E",
565
+ "Then": "\u7136\u540E",
566
+ "Stay on current page": "\u505C\u7559\u5728\u5F53\u524D\u9875\u9762",
567
+ "Redirect to": "\u8DF3\u8F6C\u5230",
568
+ "Save action": "\u4FDD\u5B58\u64CD\u4F5C",
569
+ "Exists": "\u5B58\u5728",
570
+ "Add condition": "\u6DFB\u52A0\u6761\u4EF6",
571
+ "Add condition group": "\u6DFB\u52A0\u6761\u4EF6\u5206\u7EC4",
572
+ "exists": "\u5B58\u5728",
573
+ "not exists": "\u4E0D\u5B58\u5728",
574
+ "=": "=",
575
+ "\u2260": "\u2260",
576
+ ">": ">",
577
+ "\u2265": "\u2265",
578
+ "<": "<",
579
+ "\u2264": "\u2264",
580
+ "Role UID": "\u89D2\u8272\u6807\u8BC6",
581
+ "Precision": "\u7CBE\u786E\u5EA6",
582
+ "Rich Text": "\u5BCC\u6587\u672C",
583
+ "Junction collection": "\u4E2D\u95F4\u8868",
584
+ "Leave it blank, unless you need a custom intermediate table": "\u9ED8\u8BA4\u7559\u7A7A\uFF0C\u9664\u975E\u4F60\u9700\u8981\u4E00\u4E2A\u81EA\u5B9A\u4E49\u7684\u4E2D\u95F4\u8868",
585
+ "Fields": "\u5B57\u6BB5",
586
+ "Edit field title": "\u7F16\u8F91\u5B57\u6BB5\u6807\u9898",
587
+ "Field title": "\u5B57\u6BB5\u6807\u9898",
588
+ "Original field title: ": "\u539F\u59CB\u5B57\u6BB5\u6807\u9898\uFF1A",
589
+ "Edit tooltip": "\u7F16\u8F91\u63D0\u793A\u4FE1\u606F",
590
+ "Delete field": "\u5220\u9664\u5B57\u6BB5",
591
+ "Select collection": "\u9009\u62E9\u6570\u636E\u8868",
592
+ "Blank block": "\u7A7A\u533A\u5757",
593
+ "Duplicate template": "\u590D\u5236\u6A21\u677F",
594
+ "Reference template": "\u5F15\u7528\u6A21\u677F",
595
+ "Create calendar block": "\u521B\u5EFA\u65E5\u5386\u533A\u5757",
596
+ "Create kanban block": "\u521B\u5EFA\u770B\u677F\u533A\u5757",
597
+ "Grouping field": "\u5206\u7EC4\u5B57\u6BB5",
598
+ "Single select and radio fields can be used as the grouping field": "\u6570\u636E\u8868\u7684\u5355\u9009\u5B57\u6BB5\u53EF\u4EE5\u4F5C\u4E3A\u5206\u7EC4\u5B57\u6BB5",
599
+ "Tab name": "\u6807\u7B7E\u540D\u79F0",
600
+ "Current record blocks": "\u5F53\u524D\u6570\u636E\u533A\u5757",
601
+ "Popup message": "\u5F39\u7A97\u63D0\u793A\u6D88\u606F",
602
+ "Delete role": "\u5220\u9664\u89D2\u8272",
603
+ "Role display name": "\u89D2\u8272\u540D\u79F0",
604
+ "Default role": "\u9ED8\u8BA4\u89D2\u8272",
605
+ "All collections use general action permissions by default; permission configured individually will override the default one.": "\u6240\u6709\u6570\u636E\u8868\u90FD\u9ED8\u8BA4\u4F7F\u7528\u901A\u7528\u6570\u636E\u64CD\u4F5C\u6743\u9650\uFF1B\u540C\u65F6\uFF0C\u53EF\u4EE5\u9488\u5BF9\u6BCF\u4E2A\u6570\u636E\u8868\u5355\u72EC\u914D\u7F6E\u6743\u9650\u3002",
606
+ "Allows configuration of the whole system, including UI, collections, permissions, etc.": "\u5141\u8BB8\u914D\u7F6E\u7CFB\u7EDF\uFF0C\u5305\u62EC\u754C\u9762\u914D\u7F6E\u3001\u6570\u636E\u8868\u914D\u7F6E\u3001\u6743\u9650\u914D\u7F6E\u3001\u7CFB\u7EDF\u914D\u7F6E\u7B49\u5168\u90E8\u914D\u7F6E\u9879",
607
+ "New menu items are allowed to be accessed by default.": "\u65B0\u589E\u83DC\u5355\u9879\u9ED8\u8BA4\u5141\u8BB8\u8BBF\u95EE",
608
+ "Global permissions": "\u5168\u5C40\u914D\u7F6E",
609
+ "General permissions": "\u901A\u7528\u914D\u7F6E",
610
+ "Global action permissions": "\u5168\u5C40\u64CD\u4F5C\u6743\u9650",
611
+ "General action permissions": "\u901A\u7528\u64CD\u4F5C\u6743\u9650",
612
+ "Plugin settings permissions": "\u63D2\u4EF6\u914D\u7F6E\u6743\u9650",
613
+ "Allow to desgin pages": "\u5141\u8BB8\u754C\u9762\u914D\u7F6E",
614
+ "Allow to manage plugins": "\u5141\u8BB8\u7BA1\u7406\u63D2\u4EF6",
615
+ "Allow to configure plugins": "\u5141\u8BB8\u7BA1\u7406\u914D\u7F6E\u4E2D\u5FC3",
616
+ "Allows to configure interface": "\u5141\u8BB8\u914D\u7F6E\u754C\u9762",
617
+ "Allows to install, activate, disable plugins": "\u5141\u8BB8\u5B89\u88C5\u3001\u6FC0\u6D3B\u3001\u7981\u7528\u63D2\u4EF6",
618
+ "Allows to configure plugins": "\u5141\u8BB8\u914D\u7F6E\u63D2\u4EF6",
619
+ "Action display name": "\u64CD\u4F5C\u540D\u79F0",
620
+ "Allow": "\u5141\u8BB8",
621
+ "Data scope": "\u6570\u636E\u8303\u56F4",
622
+ "Action on new records": "\u5BF9\u65B0\u589E\u6570\u636E\u64CD\u4F5C",
623
+ "Action on existing records": "\u5BF9\u5DF2\u6709\u6570\u636E\u64CD\u4F5C",
624
+ "All records": "\u6240\u6709\u6570\u636E",
625
+ "Own records": "\u81EA\u5DF1\u7684\u6570\u636E",
626
+ "Permission policy": "\u6743\u9650\u7B56\u7565",
627
+ "Individual": "\u5355\u72EC\u914D\u7F6E",
628
+ "General": "\u901A\u7528\u914D\u7F6E",
629
+ "Accessible": "\u5141\u8BB8\u8BBF\u95EE",
630
+ "Configure permission": "\u914D\u7F6E\u6743\u9650",
631
+ "Action permission": "\u64CD\u4F5C\u6743\u9650",
632
+ "Field permission": "\u5B57\u6BB5\u6743\u9650",
633
+ "Scope name": "\u6570\u636E\u8303\u56F4\u540D\u79F0",
634
+ "Unsaved changes": "\u672A\u4FDD\u5B58\u4FEE\u6539",
635
+ "Are you sure you don't want to save?": "\u4F60\u786E\u5B9A\u4E0D\u4FDD\u5B58\u4FEE\u6539\u5417\uFF1F",
636
+ "Dragging": "\u62D6\u62FD\u4E2D",
637
+ "Popup": "\u6253\u5F00\u5F39\u7A97",
638
+ "Trigger workflow": "\u89E6\u53D1\u5DE5\u4F5C\u6D41",
639
+ "Request API": "\u8BF7\u6C42API",
640
+ "Assign field values": "\u5B57\u6BB5\u8D4B\u503C",
641
+ "Constant value": "\u9759\u6001\u503C",
642
+ "Dynamic value": "\u52A8\u6001\u503C",
643
+ "Current user": "\u5F53\u524D\u7528\u6237",
644
+ "Current record": "\u5F53\u524D\u8BB0\u5F55",
645
+ "Current time": "\u5F53\u524D\u65F6\u95F4",
646
+ "Now": "\u73B0\u5728",
647
+ "Popup close method": "\u5F39\u7A97\u5173\u95ED\u65B9\u5F0F",
648
+ "Automatic close": "\u81EA\u52A8\u5173\u95ED",
649
+ "Manually close": "\u624B\u52A8\u5173\u95ED",
650
+ "After successful update": "\u66F4\u65B0\u6210\u529F\u540E",
651
+ "Save record": "\u4FDD\u5B58\u6570\u636E",
652
+ "Updated successfully": "\u66F4\u65B0\u6210\u529F",
653
+ "After successful save": "\u4FDD\u5B58\u6210\u529F\u540E",
654
+ "After clicking the custom button, the following field values will be assigned according to the following form.": "\u70B9\u51FB\u5F53\u524D\u81EA\u5B9A\u4E49\u6309\u94AE\u65F6\uFF0C\u4EE5\u4E0B\u5B57\u6BB5\u503C\u5C06\u6309\u7167\u4EE5\u4E0B\u8868\u5355\u8D4B\u503C\u3002",
655
+ "After clicking the custom button, the following fields of the current record will be saved according to the following form.": "\u70B9\u51FB\u5F53\u524D\u81EA\u5B9A\u4E49\u6309\u94AE\u65F6\uFF0C\u5F53\u524D\u6570\u636E\u4EE5\u4E0B\u5B57\u6BB5\u5C06\u6309\u7167\u4EE5\u4E0B\u8868\u5355\u4FDD\u5B58\u3002",
656
+ "Button background color": "\u6309\u94AE\u989C\u8272",
657
+ "Highlight": "\u9AD8\u4EAE",
658
+ "Danger red": "\u7EA2\u8272",
659
+ "Custom request": "\u81EA\u5B9A\u4E49\u8BF7\u6C42",
660
+ "Request settings": "\u8BF7\u6C42\u8BBE\u7F6E",
661
+ "Request URL": "\u8BF7\u6C42\u5730\u5740",
662
+ "Request method": "\u8BF7\u6C42\u65B9\u6CD5",
663
+ "Request query parameters": "\u8BF7\u6C42\u67E5\u8BE2\u53C2\u6570(JSON\u683C\u5F0F)",
664
+ "Request headers": "\u8BF7\u6C42\u5934\u53C2\u6570(JSON\u683C\u5F0F)",
665
+ "Request body": "\u8BF7\u6C42\u4F53(JSON\u683C\u5F0F)",
666
+ "Request success": "\u8BF7\u6C42\u6210\u529F",
667
+ "Invalid JSON format": "\u975E\u6CD5JSON\u683C\u5F0F",
668
+ "After successful request": "\u8BF7\u6C42\u6210\u529F\u4E4B\u540E",
669
+ "Add exportable field": "\u6DFB\u52A0\u53EF\u5BFC\u51FA\u5B57\u6BB5",
654
670
  // 'Custom column title': '自定义列标题',
655
- "Audit logs": "操作记录",
656
- "Record ID": "数据 ID",
657
- "User": "用户",
658
- "Field": "字段",
659
- "Select": "选择",
660
- "Select field": "选择字段",
661
- "Field value changes": "变更记录",
662
- "One to one (has one)": "一对一(has one",
663
- "One to one (belongs to)": "一对一(belongs to",
664
- "Use the same time zone (GMT) for all users": "所有用户使用同一时区 (格林尼治标准时间)",
665
- "Province/city/area name": "省市区名称",
666
- "Enabled languages": "启用的语言",
667
- "View all plugins": "查看所有插件",
668
- "Print": "打印",
669
- "Done": "完成",
670
- 'Sign up successfully, and automatically jump to the sign in page': '注册成功,即将跳转到登录页面',
671
- 'ACL': '访问控制',
672
- 'Collection manager': '数据表管理',
673
- 'Plugin manager': '插件管理器',
674
- 'Local': '本地',
675
- 'Built-in': '内置',
676
- 'Marketplace': '插件市场',
677
- 'Coming soon...': '敬请期待...',
678
- 'All plugin settings': '所有插件配置',
679
- 'Bookmark': '书签',
680
- 'Manage all settings': '管理所有配置',
681
- 'Create inverse field in the target collection': '在目标数据表里创建反向关系字段',
682
- 'Inverse field name': '反向关系字段标识',
683
- 'Inverse field display name': '反向关系字段名称',
684
- "Bulk update": "批量更新",
685
- "After successful bulk update": "批量成功更新后",
686
- "Bulk edit": "批量编辑",
687
- "Data will be updated": "更新的数据",
688
- "Selected": "选中",
689
- "All": "所有",
690
- "Update selected data?": "更新选中的数据吗?",
691
- "Update all data?": "更新全部数据吗?",
692
- "Remains the same": "不更新",
693
- "Changed to": "修改为",
694
- "Clear": "清空",
695
- "Add attach": "增加关联",
696
- "Please select the records to be updated": "请选择要更新的记录",
697
- "Selector": "选择器",
698
- "Inner": "里面",
699
- "Search and select collection": "搜索并选择数据表",
700
- 'Please fill in the iframe URL': '请填写嵌入的地址',
701
- 'Fix block': '固定区块',
702
- 'Plugin name': '插件',
703
- 'Plugin tab name': '插件标签页',
704
- 'Enable page header': '启用页眉',
705
- 'Display page title': '显示页面标题',
706
- 'Edit page title': '编辑页面标题',
707
- 'Enable page tabs': '启用页面选项卡',
708
- "Enable link": "启用链接",
709
- 'Column width': '列宽',
710
- 'Sortable': '可排序的',
711
- 'Constant': '常量',
712
- 'Select a variable': '选择变量',
713
- "Insert": "插入",
714
- "Insert if not exists": "不存在时插入",
715
- "Insert if not exists, or update": "不存在时插入,否则更新",
716
- 'System variables': '系统变量',
717
- 'Date variables': '日期变量',
718
- 'Double click to choose entire object': '双击选择整个对象',
719
- 'True': '真',
720
- 'False': '假',
721
- 'Prettify': '格式化',
722
- 'Theme': '主题',
723
- 'Default theme': '默认主题',
724
- 'Compact theme': '紧凑主题',
725
- "This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "这可能是 NocoBase 内部的问题,你可以在<1>这里</1>将该错误反馈给我们,我们会尽快修复",
726
- "Render Failed": "渲染失败",
727
- "Feedback": "反馈问题",
728
- "Try again": "重试一下",
729
- 'Click or drag file to this area to upload': '点击或拖拽文件到此区域上传',
730
- 'Support for a single or bulk upload, file size should not exceed': '支持单个或批量上传,文件大小不能超过',
731
- 'Default title for each record': '用作数据的默认标题',
732
- 'If collection inherits, choose inherited collections as templates': '当前表有继承关系时,可选择继承链路上的表作为模板来源',
733
- 'Select an existing piece of data as the initialization data for the form': '选择一条已有的数据作为表单的初始化数据',
734
- 'Only the selected fields will be used as the initialization data for the form': '仅选择的字段才会作为表单的初始化数据',
735
- 'Template Data': '模板数据',
736
- 'Data fields': '数据字段',
737
- 'Add template': '添加模板',
738
- 'Display data template selector': '显示数据模板选择框',
739
- 'Form data templates': '表单数据模板',
740
- 'Data template': '数据模板',
741
- 'No configuration available.': '无可配置项。',
742
- 'Reload application': '重载应用',
743
- 'The application is reloading, please do not close the page.': '应用正在重新加载,请勿关闭页面。',
744
- 'Application reloading': '应用重新加载中',
745
- 'Restart application': '重启应用',
746
- "Allows to clear cache, reboot application": "允许清除缓存,重启应用",
747
- 'The will interrupt service, it may take a few seconds to restart. Are you sure to continue?': '重启将会中断当前服务,这个过程可能需要一点时间,确定要继续吗?',
748
- 'Restart': '重启',
749
- 'Clear cache': '清除缓存',
750
- "Duplicate": "复制",
751
- "Duplicating": "复制中",
752
- "Duplicate mode": "复制方式",
753
- "Quick duplicate": "快速复制",
754
- "Duplicate and continue": "复制并继续",
755
- "Please configure the duplicate fields": "请配置要复制的字段",
756
- "Add": "创建",
757
- "Add new mode": "添加方式",
758
- "Quick add": "快捷添加",
759
- "Modal add": "弹窗添加",
760
- 'Save mode': "保存方式",
761
- "First or create": "不存在时则新增,存在时不处理",
762
- "Update or create": "不存在时新增,存在时更新",
763
- "Find by the following fields": "通过以下字段查找",
764
- "Create": "仅新增",
765
- "Current form": "当前表单",
766
- "Current object": "当前对象",
767
- "Quick create": "快速创建",
768
- "Dropdown": "下拉菜单",
769
- "Pop-up": "弹窗",
770
- "File manager": "文件管理器",
771
- "Direct duplicate": "直接复制",
772
- "Copy into the form and continue to fill in": "复制到表单并继续填写",
773
- "Linkage with form fields": "从表单字段联动",
774
- "Failed to load plugin": "插件加载失败",
775
- "Allow add new, update and delete actions": "允许增删改操作",
776
- "Date display format": "日期显示格式",
777
- "Assign data scope for the template": "为模板指定数据范围",
778
- "Table selected records": "表格中选中的记录",
779
- "Tag": "标签",
780
- "Tag color field": "标签颜色字段",
781
- "Sync successfully": "同步成功",
782
- "Sync from form fields": "同步表单字段",
783
- "Select all": "全选",
784
- "Determine whether a record exists by the following fields": "通过以下字段判断记录是否存在"
671
+ "Audit logs": "\u64CD\u4F5C\u8BB0\u5F55",
672
+ "Record ID": "\u6570\u636E ID",
673
+ "User": "\u7528\u6237",
674
+ "Field": "\u5B57\u6BB5",
675
+ "Select": "\u9009\u62E9",
676
+ "Select field": "\u9009\u62E9\u5B57\u6BB5",
677
+ "Field value changes": "\u53D8\u66F4\u8BB0\u5F55",
678
+ "One to one (has one)": "\u4E00\u5BF9\u4E00\uFF08has one\uFF09",
679
+ "One to one (belongs to)": "\u4E00\u5BF9\u4E00\uFF08belongs to\uFF09",
680
+ "Use the same time zone (GMT) for all users": "\u6240\u6709\u7528\u6237\u4F7F\u7528\u540C\u4E00\u65F6\u533A (\u683C\u6797\u5C3C\u6CBB\u6807\u51C6\u65F6\u95F4)",
681
+ "Province/city/area name": "\u7701\u5E02\u533A\u540D\u79F0",
682
+ "Enabled languages": "\u542F\u7528\u7684\u8BED\u8A00",
683
+ "View all plugins": "\u67E5\u770B\u6240\u6709\u63D2\u4EF6",
684
+ "Print": "\u6253\u5370",
685
+ "Done": "\u5B8C\u6210",
686
+ "Sign up successfully, and automatically jump to the sign in page": "\u6CE8\u518C\u6210\u529F\uFF0C\u5373\u5C06\u8DF3\u8F6C\u5230\u767B\u5F55\u9875\u9762",
687
+ "ACL": "\u8BBF\u95EE\u63A7\u5236",
688
+ "Collection manager": "\u6570\u636E\u8868\u7BA1\u7406",
689
+ "Plugin manager": "\u63D2\u4EF6\u7BA1\u7406\u5668",
690
+ "Local": "\u672C\u5730",
691
+ "Built-in": "\u5185\u7F6E",
692
+ "Marketplace": "\u63D2\u4EF6\u5E02\u573A",
693
+ "Coming soon...": "\u656C\u8BF7\u671F\u5F85...",
694
+ "All plugin settings": "\u6240\u6709\u63D2\u4EF6\u914D\u7F6E",
695
+ "Bookmark": "\u4E66\u7B7E",
696
+ "Manage all settings": "\u7BA1\u7406\u6240\u6709\u914D\u7F6E",
697
+ "Create inverse field in the target collection": "\u5728\u76EE\u6807\u6570\u636E\u8868\u91CC\u521B\u5EFA\u53CD\u5411\u5173\u7CFB\u5B57\u6BB5",
698
+ "Inverse field name": "\u53CD\u5411\u5173\u7CFB\u5B57\u6BB5\u6807\u8BC6",
699
+ "Inverse field display name": "\u53CD\u5411\u5173\u7CFB\u5B57\u6BB5\u540D\u79F0",
700
+ "Bulk update": "\u6279\u91CF\u66F4\u65B0",
701
+ "After successful bulk update": "\u6279\u91CF\u6210\u529F\u66F4\u65B0\u540E",
702
+ "Bulk edit": "\u6279\u91CF\u7F16\u8F91",
703
+ "Data will be updated": "\u66F4\u65B0\u7684\u6570\u636E",
704
+ "Selected": "\u9009\u4E2D",
705
+ "All": "\u6240\u6709",
706
+ "Update selected data?": "\u66F4\u65B0\u9009\u4E2D\u7684\u6570\u636E\u5417\uFF1F",
707
+ "Update all data?": "\u66F4\u65B0\u5168\u90E8\u6570\u636E\u5417\uFF1F",
708
+ "Remains the same": "\u4E0D\u66F4\u65B0",
709
+ "Changed to": "\u4FEE\u6539\u4E3A",
710
+ "Clear": "\u6E05\u7A7A",
711
+ "Add attach": "\u589E\u52A0\u5173\u8054",
712
+ "Please select the records to be updated": "\u8BF7\u9009\u62E9\u8981\u66F4\u65B0\u7684\u8BB0\u5F55",
713
+ "Selector": "\u9009\u62E9\u5668",
714
+ "Inner": "\u91CC\u9762",
715
+ "Search and select collection": "\u641C\u7D22\u5E76\u9009\u62E9\u6570\u636E\u8868",
716
+ "Please fill in the iframe URL": "\u8BF7\u586B\u5199\u5D4C\u5165\u7684\u5730\u5740",
717
+ "Fix block": "\u56FA\u5B9A\u533A\u5757",
718
+ "Plugin name": "\u63D2\u4EF6",
719
+ "Plugin tab name": "\u63D2\u4EF6\u6807\u7B7E\u9875",
720
+ "Enable page header": "\u542F\u7528\u9875\u7709",
721
+ "Display page title": "\u663E\u793A\u9875\u9762\u6807\u9898",
722
+ "Edit page title": "\u7F16\u8F91\u9875\u9762\u6807\u9898",
723
+ "Enable page tabs": "\u542F\u7528\u9875\u9762\u9009\u9879\u5361",
724
+ "Enable link": "\u542F\u7528\u94FE\u63A5",
725
+ "Column width": "\u5217\u5BBD",
726
+ "Sortable": "\u53EF\u6392\u5E8F\u7684",
727
+ "Constant": "\u5E38\u91CF",
728
+ "Select a variable": "\u9009\u62E9\u53D8\u91CF",
729
+ "Insert": "\u63D2\u5165",
730
+ "Insert if not exists": "\u4E0D\u5B58\u5728\u65F6\u63D2\u5165",
731
+ "Insert if not exists, or update": "\u4E0D\u5B58\u5728\u65F6\u63D2\u5165\uFF0C\u5426\u5219\u66F4\u65B0",
732
+ "System variables": "\u7CFB\u7EDF\u53D8\u91CF",
733
+ "Date variables": "\u65E5\u671F\u53D8\u91CF",
734
+ "Double click to choose entire object": "\u53CC\u51FB\u9009\u62E9\u6574\u4E2A\u5BF9\u8C61",
735
+ "True": "\u771F",
736
+ "False": "\u5047",
737
+ "Prettify": "\u683C\u5F0F\u5316",
738
+ "Theme": "\u4E3B\u9898",
739
+ "Default theme": "\u9ED8\u8BA4\u4E3B\u9898",
740
+ "Compact theme": "\u7D27\u51D1\u4E3B\u9898",
741
+ "This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "\u8FD9\u53EF\u80FD\u662F NocoBase \u5185\u90E8\u7684\u95EE\u9898\uFF0C\u4F60\u53EF\u4EE5\u5728<1>\u8FD9\u91CC</1>\u5C06\u8BE5\u9519\u8BEF\u53CD\u9988\u7ED9\u6211\u4EEC\uFF0C\u6211\u4EEC\u4F1A\u5C3D\u5FEB\u4FEE\u590D",
742
+ "Render Failed": "\u6E32\u67D3\u5931\u8D25",
743
+ "Feedback": "\u53CD\u9988\u95EE\u9898",
744
+ "Try again": "\u91CD\u8BD5\u4E00\u4E0B",
745
+ "Click or drag file to this area to upload": "\u70B9\u51FB\u6216\u62D6\u62FD\u6587\u4EF6\u5230\u6B64\u533A\u57DF\u4E0A\u4F20",
746
+ "Support for a single or bulk upload, file size should not exceed": "\u652F\u6301\u5355\u4E2A\u6216\u6279\u91CF\u4E0A\u4F20\uFF0C\u6587\u4EF6\u5927\u5C0F\u4E0D\u80FD\u8D85\u8FC7",
747
+ "Default title for each record": "\u7528\u4F5C\u6570\u636E\u7684\u9ED8\u8BA4\u6807\u9898",
748
+ "If collection inherits, choose inherited collections as templates": "\u5F53\u524D\u8868\u6709\u7EE7\u627F\u5173\u7CFB\u65F6\uFF0C\u53EF\u9009\u62E9\u7EE7\u627F\u94FE\u8DEF\u4E0A\u7684\u8868\u4F5C\u4E3A\u6A21\u677F\u6765\u6E90",
749
+ "Select an existing piece of data as the initialization data for the form": "\u9009\u62E9\u4E00\u6761\u5DF2\u6709\u7684\u6570\u636E\u4F5C\u4E3A\u8868\u5355\u7684\u521D\u59CB\u5316\u6570\u636E",
750
+ "Only the selected fields will be used as the initialization data for the form": "\u4EC5\u9009\u62E9\u7684\u5B57\u6BB5\u624D\u4F1A\u4F5C\u4E3A\u8868\u5355\u7684\u521D\u59CB\u5316\u6570\u636E",
751
+ "Template Data": "\u6A21\u677F\u6570\u636E",
752
+ "Data fields": "\u6570\u636E\u5B57\u6BB5",
753
+ "Add template": "\u6DFB\u52A0\u6A21\u677F",
754
+ "Display data template selector": "\u663E\u793A\u6570\u636E\u6A21\u677F\u9009\u62E9\u6846",
755
+ "Form data templates": "\u8868\u5355\u6570\u636E\u6A21\u677F",
756
+ "Data template": "\u6570\u636E\u6A21\u677F",
757
+ "No configuration available.": "\u65E0\u53EF\u914D\u7F6E\u9879\u3002",
758
+ "Reload application": "\u91CD\u8F7D\u5E94\u7528",
759
+ "The application is reloading, please do not close the page.": "\u5E94\u7528\u6B63\u5728\u91CD\u65B0\u52A0\u8F7D\uFF0C\u8BF7\u52FF\u5173\u95ED\u9875\u9762\u3002",
760
+ "Application reloading": "\u5E94\u7528\u91CD\u65B0\u52A0\u8F7D\u4E2D",
761
+ "Restart application": "\u91CD\u542F\u5E94\u7528",
762
+ "Allows to clear cache, reboot application": "\u5141\u8BB8\u6E05\u9664\u7F13\u5B58\uFF0C\u91CD\u542F\u5E94\u7528",
763
+ "The will interrupt service, it may take a few seconds to restart. Are you sure to continue?": "\u91CD\u542F\u5C06\u4F1A\u4E2D\u65AD\u5F53\u524D\u670D\u52A1\uFF0C\u8FD9\u4E2A\u8FC7\u7A0B\u53EF\u80FD\u9700\u8981\u4E00\u70B9\u65F6\u95F4\uFF0C\u786E\u5B9A\u8981\u7EE7\u7EED\u5417\uFF1F",
764
+ "Restart": "\u91CD\u542F",
765
+ "Clear cache": "\u6E05\u9664\u7F13\u5B58",
766
+ "Duplicate": "\u590D\u5236",
767
+ "Duplicating": "\u590D\u5236\u4E2D",
768
+ "Duplicate mode": "\u590D\u5236\u65B9\u5F0F",
769
+ "Quick duplicate": "\u5FEB\u901F\u590D\u5236",
770
+ "Duplicate and continue": "\u590D\u5236\u5E76\u7EE7\u7EED",
771
+ "Please configure the duplicate fields": "\u8BF7\u914D\u7F6E\u8981\u590D\u5236\u7684\u5B57\u6BB5",
772
+ "Add": "\u521B\u5EFA",
773
+ "Add new mode": "\u6DFB\u52A0\u65B9\u5F0F",
774
+ "Quick add": "\u5FEB\u6377\u6DFB\u52A0",
775
+ "Modal add": "\u5F39\u7A97\u6DFB\u52A0",
776
+ "Save mode": "\u4FDD\u5B58\u65B9\u5F0F",
777
+ "First or create": "\u4E0D\u5B58\u5728\u65F6\u5219\u65B0\u589E,\u5B58\u5728\u65F6\u4E0D\u5904\u7406",
778
+ "Update or create": "\u4E0D\u5B58\u5728\u65F6\u65B0\u589E,\u5B58\u5728\u65F6\u66F4\u65B0",
779
+ "Find by the following fields": "\u901A\u8FC7\u4EE5\u4E0B\u5B57\u6BB5\u67E5\u627E",
780
+ "Create": "\u4EC5\u65B0\u589E",
781
+ "Current form": "\u5F53\u524D\u8868\u5355",
782
+ "Current object": "\u5F53\u524D\u5BF9\u8C61",
783
+ "Quick create": "\u5FEB\u901F\u521B\u5EFA",
784
+ "Dropdown": "\u4E0B\u62C9\u83DC\u5355",
785
+ "Pop-up": "\u5F39\u7A97",
786
+ "File manager": "\u6587\u4EF6\u7BA1\u7406\u5668",
787
+ "Direct duplicate": "\u76F4\u63A5\u590D\u5236",
788
+ "Copy into the form and continue to fill in": "\u590D\u5236\u5230\u8868\u5355\u5E76\u7EE7\u7EED\u586B\u5199",
789
+ "Linkage with form fields": "\u4ECE\u8868\u5355\u5B57\u6BB5\u8054\u52A8",
790
+ "Failed to load plugin": "\u63D2\u4EF6\u52A0\u8F7D\u5931\u8D25",
791
+ "Allow add new, update and delete actions": "\u5141\u8BB8\u589E\u5220\u6539\u64CD\u4F5C",
792
+ "Date display format": "\u65E5\u671F\u663E\u793A\u683C\u5F0F",
793
+ "Assign data scope for the template": "\u4E3A\u6A21\u677F\u6307\u5B9A\u6570\u636E\u8303\u56F4",
794
+ "Table selected records": "\u8868\u683C\u4E2D\u9009\u4E2D\u7684\u8BB0\u5F55",
795
+ "Tag": "\u6807\u7B7E",
796
+ "Tag color field": "\u6807\u7B7E\u989C\u8272\u5B57\u6BB5",
797
+ "Sync successfully": "\u540C\u6B65\u6210\u529F",
798
+ "Sync from form fields": "\u540C\u6B65\u8868\u5355\u5B57\u6BB5",
799
+ "Select all": "\u5168\u9009",
800
+ "Determine whether a record exists by the following fields": "\u901A\u8FC7\u4EE5\u4E0B\u5B57\u6BB5\u5224\u65AD\u8BB0\u5F55\u662F\u5426\u5B58\u5728"
785
801
  };
786
- exports.default = _default;