@abtnode/ux 1.16.25-next-bc2f4c63 → 1.16.26-beta-e0056285
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/es/analytics/disk.js +8 -11
- package/es/analytics/memory.js +1 -2
- package/es/analytics/runtime.js +1 -2
- package/es/analytics/traffic.js +1 -2
- package/es/blocklet/actions.js +11 -1
- package/es/blocklet/component/add-component-core.js +8 -0
- package/es/blocklet/component/component-cell.js +2 -1
- package/es/blocklet/component/select-store.js +8 -4
- package/es/blocklet/disk-info.js +1 -1
- package/es/blocklet/icons.js +3 -1
- package/es/blocklet/overview.js +13 -7
- package/es/blocklet/publish/connect-store-list.js +62 -0
- package/es/blocklet/publish/create-release.js +192 -49
- package/es/blocklet/publish/index.js +0 -4
- package/es/blocklet/publish/project-list.js +133 -29
- package/es/blocklet/publish/release-list.js +19 -5
- package/es/blocklet/publish/resource.js +46 -34
- package/es/blocklet/publish/select-components.js +3 -3
- package/es/blocklet/router/rule-list.js +2 -1
- package/es/locales/ar.js +23 -10
- package/es/locales/de.js +22 -9
- package/es/locales/en.js +21 -10
- package/es/locales/es.js +22 -9
- package/es/locales/fr.js +22 -9
- package/es/locales/hi.js +22 -9
- package/es/locales/i18n.db +0 -0
- package/es/locales/id.js +23 -10
- package/es/locales/ja.js +23 -10
- package/es/locales/ko.js +23 -10
- package/es/locales/pt.js +22 -9
- package/es/locales/ru.js +22 -9
- package/es/locales/th.js +22 -9
- package/es/locales/vi.js +23 -10
- package/es/locales/zh-tw.js +22 -9
- package/es/locales/zh.js +27 -14
- package/es/store/add.js +1 -0
- package/es/store/delete.js +9 -4
- package/es/store/item.js +233 -36
- package/es/team/members/connections.js +2 -1
- package/es/team/members/member.js +2 -1
- package/es/util/index.js +8 -8
- package/lib/analytics/disk.js +7 -10
- package/lib/analytics/memory.js +5 -6
- package/lib/analytics/runtime.js +1 -2
- package/lib/analytics/traffic.js +2 -3
- package/lib/blocklet/actions.js +14 -2
- package/lib/blocklet/component/add-component-core.js +4 -1
- package/lib/blocklet/component/component-cell.js +2 -1
- package/lib/blocklet/component/select-store.js +8 -4
- package/lib/blocklet/disk-info.js +2 -2
- package/lib/blocklet/icons.js +3 -1
- package/lib/blocklet/overview.js +13 -7
- package/lib/blocklet/publish/connect-store-list.js +72 -0
- package/lib/blocklet/publish/create-release.js +194 -47
- package/lib/blocklet/publish/index.js +0 -4
- package/lib/blocklet/publish/project-list.js +133 -29
- package/lib/blocklet/publish/release-list.js +19 -5
- package/lib/blocklet/publish/resource.js +45 -33
- package/lib/blocklet/publish/select-components.js +3 -3
- package/lib/blocklet/router/rule-list.js +2 -1
- package/lib/locales/ar.js +23 -10
- package/lib/locales/de.js +22 -9
- package/lib/locales/en.js +21 -10
- package/lib/locales/es.js +22 -9
- package/lib/locales/fr.js +22 -9
- package/lib/locales/hi.js +22 -9
- package/lib/locales/i18n.db +0 -0
- package/lib/locales/id.js +23 -10
- package/lib/locales/ja.js +23 -10
- package/lib/locales/ko.js +23 -10
- package/lib/locales/pt.js +22 -9
- package/lib/locales/ru.js +22 -9
- package/lib/locales/th.js +22 -9
- package/lib/locales/vi.js +23 -10
- package/lib/locales/zh-tw.js +22 -9
- package/lib/locales/zh.js +27 -14
- package/lib/store/add.js +1 -0
- package/lib/store/delete.js +9 -4
- package/lib/store/item.js +233 -37
- package/lib/team/members/connections.js +2 -1
- package/lib/team/members/member.js +2 -1
- package/lib/util/index.js +14 -13
- package/package.json +17 -17
- package/es/blocklet/publish/create-project.js +0 -205
- package/lib/blocklet/publish/create-project.js +0 -215
|
@@ -16,6 +16,7 @@ var _Typography = _interopRequireDefault(require("@mui/material/Typography"));
|
|
|
16
16
|
var _Breadcrumbs = _interopRequireDefault(require("@mui/material/Breadcrumbs"));
|
|
17
17
|
var _Download = _interopRequireDefault(require("@mui/icons-material/Download"));
|
|
18
18
|
var _Delete = _interopRequireDefault(require("@mui/icons-material/Delete"));
|
|
19
|
+
var _Add = _interopRequireDefault(require("@mui/icons-material/Add"));
|
|
19
20
|
var _Datatable = _interopRequireDefault(require("@arcblock/ux/lib/Datatable"));
|
|
20
21
|
var _constant = require("@abtnode/constant");
|
|
21
22
|
var _Button = _interopRequireDefault(require("@arcblock/ux/lib/Button"));
|
|
@@ -117,7 +118,15 @@ function ReleaseList() {
|
|
|
117
118
|
setDeleteConfirm(release);
|
|
118
119
|
};
|
|
119
120
|
if (!releases && loading) {
|
|
120
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
121
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Box.default, {
|
|
122
|
+
sx: {
|
|
123
|
+
display: 'flex',
|
|
124
|
+
justifyContent: 'center',
|
|
125
|
+
alignItems: 'center',
|
|
126
|
+
marginTop: '40px'
|
|
127
|
+
},
|
|
128
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_emptySpinner.default, {})
|
|
129
|
+
});
|
|
121
130
|
}
|
|
122
131
|
if (!releases) {
|
|
123
132
|
return null;
|
|
@@ -195,7 +204,7 @@ function ReleaseList() {
|
|
|
195
204
|
customBodyRender: value => {
|
|
196
205
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Tag.default, {
|
|
197
206
|
type: value === 'published' ? 'success' : 'warning',
|
|
198
|
-
children: (0, _upperFirst.default)(value)
|
|
207
|
+
children: value === 'published' ? 'Released' : (0, _upperFirst.default)(value)
|
|
199
208
|
});
|
|
200
209
|
}
|
|
201
210
|
}
|
|
@@ -243,7 +252,7 @@ function ReleaseList() {
|
|
|
243
252
|
}
|
|
244
253
|
})
|
|
245
254
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconButton.default, {
|
|
246
|
-
color: "
|
|
255
|
+
color: "primary",
|
|
247
256
|
"aria-label": "delete",
|
|
248
257
|
onClick: () => onDeleteRelease(release),
|
|
249
258
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Delete.default, {
|
|
@@ -261,9 +270,14 @@ function ReleaseList() {
|
|
|
261
270
|
className: "header",
|
|
262
271
|
children: [breadcrumbs, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactRouterDom.Link, {
|
|
263
272
|
to: "create",
|
|
264
|
-
children: /*#__PURE__*/(0, _jsxRuntime.
|
|
273
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Button.default, {
|
|
265
274
|
variant: "contained",
|
|
266
|
-
children:
|
|
275
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Add.default, {
|
|
276
|
+
style: {
|
|
277
|
+
fontSize: '1.3em',
|
|
278
|
+
marginRight: 4
|
|
279
|
+
}
|
|
280
|
+
}), t('blocklet.publish.createRelease')]
|
|
267
281
|
})
|
|
268
282
|
})]
|
|
269
283
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Datatable.default, {
|
|
@@ -90,6 +90,10 @@ function Resource(_ref) {
|
|
|
90
90
|
}
|
|
91
91
|
};
|
|
92
92
|
const _onSave = async () => {
|
|
93
|
+
if (!projectId) {
|
|
94
|
+
_Toast.default.error(t('blocklet.publish.errorTip.noDid'));
|
|
95
|
+
return;
|
|
96
|
+
}
|
|
93
97
|
const params = selectedResourceIds;
|
|
94
98
|
try {
|
|
95
99
|
setLoading(true);
|
|
@@ -109,6 +113,13 @@ function Resource(_ref) {
|
|
|
109
113
|
_Toast.default.error(err.message);
|
|
110
114
|
}
|
|
111
115
|
};
|
|
116
|
+
const handleTreeChange = data => {
|
|
117
|
+
if (!projectId) {
|
|
118
|
+
_Toast.default.error(t('blocklet.publish.errorTip.noDid'));
|
|
119
|
+
return;
|
|
120
|
+
}
|
|
121
|
+
setSelectedResourceIds(data);
|
|
122
|
+
};
|
|
112
123
|
(0, _react.useEffect)(() => {
|
|
113
124
|
_api.axios.get(url).then(res => {
|
|
114
125
|
var _res$data;
|
|
@@ -120,7 +131,7 @@ function Resource(_ref) {
|
|
|
120
131
|
api.getSelectedResources({
|
|
121
132
|
input: {
|
|
122
133
|
did: app.meta.did,
|
|
123
|
-
projectId,
|
|
134
|
+
projectId: projectId || '0',
|
|
124
135
|
releaseId,
|
|
125
136
|
componentDid: component.meta.did
|
|
126
137
|
}
|
|
@@ -132,7 +143,7 @@ function Resource(_ref) {
|
|
|
132
143
|
_Toast.default.error(err.message);
|
|
133
144
|
});
|
|
134
145
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
135
|
-
}, [url]);
|
|
146
|
+
}, [url, projectId]);
|
|
136
147
|
if (component.status !== 'running') {
|
|
137
148
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(Container, {
|
|
138
149
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Box.default, {
|
|
@@ -143,37 +154,38 @@ function Resource(_ref) {
|
|
|
143
154
|
})
|
|
144
155
|
});
|
|
145
156
|
}
|
|
146
|
-
return
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
children:
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
157
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
|
|
158
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(Container, {
|
|
159
|
+
className: (0, _classnames.default)(error && 'error'),
|
|
160
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Box.default, {
|
|
161
|
+
pb: 2,
|
|
162
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_tree.default, {
|
|
163
|
+
data: resources,
|
|
164
|
+
value: selectedResourceIds,
|
|
165
|
+
onChange: handleTreeChange,
|
|
166
|
+
disabled: loading || readonly
|
|
167
|
+
}), !readonly && warning && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Box.default, {
|
|
168
|
+
className: "footer",
|
|
169
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Button.default, {
|
|
170
|
+
variant: "contained",
|
|
171
|
+
disabled: loading,
|
|
172
|
+
onClick: () => _onSave(),
|
|
173
|
+
children: t('common.save')
|
|
174
|
+
})
|
|
175
|
+
})]
|
|
176
|
+
})
|
|
177
|
+
}), !!warning && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Box.default, {
|
|
178
|
+
color: "warning.main",
|
|
179
|
+
mt: 1,
|
|
180
|
+
fontSize: 14,
|
|
181
|
+
children: warning
|
|
182
|
+
}), !!error && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Box.default, {
|
|
183
|
+
color: "error.main",
|
|
184
|
+
mt: 1,
|
|
185
|
+
fontSize: 14,
|
|
186
|
+
children: error
|
|
187
|
+
})]
|
|
188
|
+
});
|
|
177
189
|
}
|
|
178
190
|
Resource.propTypes = {
|
|
179
191
|
component: _propTypes.default.object.isRequired,
|
|
@@ -106,7 +106,7 @@ function SelectComponents(_ref) {
|
|
|
106
106
|
customBodyRenderLite: rawIndex => {
|
|
107
107
|
var _map$component$meta$d2;
|
|
108
108
|
const component = components[rawIndex];
|
|
109
|
-
const included = (_map$component$meta$d2 = map[component.meta.did])
|
|
109
|
+
const included = !!((_map$component$meta$d2 = map[component.meta.did]) !== null && _map$component$meta$d2 !== void 0 && _map$component$meta$d2.included);
|
|
110
110
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Checkbox.default, {
|
|
111
111
|
size: "small",
|
|
112
112
|
checked: included,
|
|
@@ -123,8 +123,8 @@ function SelectComponents(_ref) {
|
|
|
123
123
|
customBodyRenderLite: rawIndex => {
|
|
124
124
|
var _map$component$meta$d3, _map$component$meta$d4;
|
|
125
125
|
const component = components[rawIndex];
|
|
126
|
-
const included = (_map$component$meta$d3 = map[component.meta.did])
|
|
127
|
-
const required = (_map$component$meta$d4 = map[component.meta.did])
|
|
126
|
+
const included = !!((_map$component$meta$d3 = map[component.meta.did]) !== null && _map$component$meta$d3 !== void 0 && _map$component$meta$d3.included);
|
|
127
|
+
const required = !!((_map$component$meta$d4 = map[component.meta.did]) !== null && _map$component$meta$d4 !== void 0 && _map$component$meta$d4.required);
|
|
128
128
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Checkbox.default, {
|
|
129
129
|
disabled: disabled || !included,
|
|
130
130
|
size: "small",
|
|
@@ -7,6 +7,7 @@ exports.default = RuleListWithPermission;
|
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
9
9
|
var _isUrl = _interopRequireDefault(require("is-url"));
|
|
10
|
+
var _trimEnd = _interopRequireDefault(require("lodash/trimEnd"));
|
|
10
11
|
var _useTheme = _interopRequireDefault(require("@mui/material/styles/useTheme"));
|
|
11
12
|
var _Tooltip = _interopRequireDefault(require("@mui/material/Tooltip"));
|
|
12
13
|
var _Box = _interopRequireDefault(require("@mui/material/Box"));
|
|
@@ -179,7 +180,7 @@ function RuleList(_ref2) {
|
|
|
179
180
|
fontSize: 16
|
|
180
181
|
},
|
|
181
182
|
underline: "hover",
|
|
182
|
-
children: rule.from.pathPrefix
|
|
183
|
+
children: (0, _trimEnd.default)(rule.from.pathPrefix, '/') || '/'
|
|
183
184
|
})
|
|
184
185
|
}, rule.from.pathPrefix), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Box.default, {
|
|
185
186
|
children: hasPermission && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
package/lib/locales/ar.js
CHANGED
|
@@ -263,7 +263,7 @@ var _default = exports.default = {
|
|
|
263
263
|
protected: 'محمي',
|
|
264
264
|
protocol: 'بروتوكول',
|
|
265
265
|
publish: 'نشر',
|
|
266
|
-
published: '
|
|
266
|
+
published: 'نشرت',
|
|
267
267
|
purchase: 'شراء',
|
|
268
268
|
readMore: 'أكثر',
|
|
269
269
|
redirect: 'إعادة توجيه',
|
|
@@ -354,7 +354,12 @@ var _default = exports.default = {
|
|
|
354
354
|
endTime: 'وقت الانتهاء',
|
|
355
355
|
selected: 'محدد',
|
|
356
356
|
timeoutError: 'خطأ في المهلة',
|
|
357
|
-
tags: 'وسوم'
|
|
357
|
+
tags: 'وسوم',
|
|
358
|
+
publishToStore: 'نشر في المتجر',
|
|
359
|
+
connectToStore: 'الاتصال بالمتجر',
|
|
360
|
+
uploaded: 'تم التحميل',
|
|
361
|
+
uploadToStore: 'تحميل إلى المتجر',
|
|
362
|
+
upload: 'تحميل'
|
|
358
363
|
},
|
|
359
364
|
blocklet: {
|
|
360
365
|
external: 'خارجي',
|
|
@@ -661,12 +666,12 @@ var _default = exports.default = {
|
|
|
661
666
|
resourceTitle: 'موارد',
|
|
662
667
|
blockletEmptyTip: 'لا توجد أي كتل هنا',
|
|
663
668
|
createBlockletTip: 'يمكنك إنشاء وحدة جديدة من خلال الموارد والمكونات والتكوين الحالي في هذا التطبيق',
|
|
664
|
-
createBlocklet: '
|
|
669
|
+
createBlocklet: 'بلوكليت جديد',
|
|
665
670
|
deleteBlockletTip: 'لا يمكن استعادة البلوكليت بعد الحذف ، يرجى التأكيد',
|
|
666
671
|
componentNotRunning: 'المكون {name} غير قيد التشغيل ، يرجى تشغيله أولاً',
|
|
667
672
|
releaseEmptyTip: 'لا توجد أي إصدارات هنا',
|
|
668
673
|
createReleaseTip: 'يمكنك إنشاء إصدار للـ بلوكليت، جنباً إلى جنب مع ملاحظات الإصدار والموارد، ليستخدمها الآخرون.',
|
|
669
|
-
createRelease: '
|
|
674
|
+
createRelease: 'إصدار جديد',
|
|
670
675
|
deleteReleaseTip: 'لا يمكن استعادة الإصدار بعد الحذف',
|
|
671
676
|
createBlockletDid: 'أنشئ من محفظة DID',
|
|
672
677
|
createReleaseSuccess: 'تم إنشاء الإصدار بنجاح',
|
|
@@ -686,13 +691,21 @@ var _default = exports.default = {
|
|
|
686
691
|
noDescription: 'الوصف المطلوب للكتلة',
|
|
687
692
|
noNote: 'ملاحظة الإصدار مطلوبة'
|
|
688
693
|
},
|
|
689
|
-
packTip: 'سيتم تضمين
|
|
694
|
+
packTip: 'حالياً ، يمكن تثبيت البلوكليتس مباشرة كتطبيقات. سيتم تضمين المكونات وتكوينات التطبيق تلقائيًا في البلوكليت.',
|
|
690
695
|
resourceChangedWarning: 'لقد قمت بتعديل المورد، يرجى حفظه في الوقت المناسب',
|
|
691
|
-
installResourceTip: '
|
|
696
|
+
installResourceTip: 'رابط التثبيت:',
|
|
692
697
|
installResourceTip2: 'إذا كنت ترغب في رؤية المزيد من النصائح، يرجى زيارة',
|
|
693
698
|
installResourceHelp: 'وثيقة المساعدة',
|
|
694
699
|
componentIncluded: 'مدرج',
|
|
695
|
-
componentForceRequired: 'مجبر مطلوب'
|
|
700
|
+
componentForceRequired: 'مجبر مطلوب',
|
|
701
|
+
productListTitle: 'نشر بلوكلتس',
|
|
702
|
+
download: 'تحميل {name}',
|
|
703
|
+
delete: 'احذف {name}',
|
|
704
|
+
copyInstallUrl: 'انسخ عنوان URL للتثبيت',
|
|
705
|
+
install: 'تثبيت {name}',
|
|
706
|
+
publishToStoreSuccess: 'تم نشر بلوكليت بنجاح في المتجر',
|
|
707
|
+
connectStoreSuccess: 'تم الاتصال بمتجر البلوكليت بنجاح',
|
|
708
|
+
uploadToStoreSuccess: 'تم تحميل بلوكليت بنجاح في المتجر ، تحتاج إلى نشره في المتجر'
|
|
696
709
|
},
|
|
697
710
|
titleValidationError: 'يجب أن يكون طول العنوان على الأقل 3 أحرف',
|
|
698
711
|
descriptionValidationError: 'يجب أن تكون طول الوصف بين 3 و 160 حرفًا'
|
|
@@ -796,7 +809,7 @@ var _default = exports.default = {
|
|
|
796
809
|
switchLabel: 'صفحة الترحيب'
|
|
797
810
|
},
|
|
798
811
|
upgrade: {
|
|
799
|
-
title: 'ترقية خادم
|
|
812
|
+
title: 'ترقية خادم البلوكليت',
|
|
800
813
|
description: 'خلال الترقية، سيدخل خادم Blocklet الخاص بك في وضع الصيانة لبضع دقائق أثناء إكمال التحديث.',
|
|
801
814
|
dialog: "انقر فوق 'تأكيد' لتثبيت التحديث. سيدخل خادم Blocklet في وضع الصيانة حتى يتم الانتهاء من التحديث والعودة تلقائيًا إلى وضع الإنتاج.",
|
|
802
815
|
confirm: 'تطوير',
|
|
@@ -809,7 +822,7 @@ var _default = exports.default = {
|
|
|
809
822
|
verifying: 'التحقق من خادم بلوكليت الإصدار {version}',
|
|
810
823
|
rollback: 'مخدم رولباك بلوك ليت',
|
|
811
824
|
complete: 'تم ترقية النظام بنجاح!',
|
|
812
|
-
progress: 'ترقية
|
|
825
|
+
progress: 'ترقية {name}',
|
|
813
826
|
check: 'التحقق من التحديثات',
|
|
814
827
|
latest: 'أنت تستخدم أحدث إصدار.'
|
|
815
828
|
},
|
|
@@ -824,7 +837,7 @@ var _default = exports.default = {
|
|
|
824
837
|
cleanup: 'تأكد من أن كل شيء على ما يرام',
|
|
825
838
|
rollback: 'قم بتنظيف الحالة القذرة',
|
|
826
839
|
complete: 'صيانة كاملة!',
|
|
827
|
-
progress: 'إعادة تشغيل
|
|
840
|
+
progress: 'إعادة تشغيل {name}'
|
|
828
841
|
},
|
|
829
842
|
register: {
|
|
830
843
|
titleAdded: 'تمت إضافتها إلى Blocklet Launcher',
|
package/lib/locales/de.js
CHANGED
|
@@ -354,7 +354,12 @@ var _default = exports.default = {
|
|
|
354
354
|
endTime: 'Endzeit',
|
|
355
355
|
selected: 'Ausgewählt',
|
|
356
356
|
timeoutError: 'Zeitüberschreitungsfehler',
|
|
357
|
-
tags: 'Tags'
|
|
357
|
+
tags: 'Tags',
|
|
358
|
+
publishToStore: 'Im Store veröffentlichen',
|
|
359
|
+
connectToStore: 'Verbinden Sie mit dem Geschäft',
|
|
360
|
+
uploaded: 'Hochgeladen',
|
|
361
|
+
uploadToStore: 'Upload in den Shop',
|
|
362
|
+
upload: 'Hochladen'
|
|
358
363
|
},
|
|
359
364
|
blocklet: {
|
|
360
365
|
external: 'Extern',
|
|
@@ -661,12 +666,12 @@ var _default = exports.default = {
|
|
|
661
666
|
resourceTitle: 'Ressourcen',
|
|
662
667
|
blockletEmptyTip: 'Es gibt hier keine Blocklets',
|
|
663
668
|
createBlockletTip: 'Sie können über vorhandene Ressourcen, Komponenten und Konfigurationen in dieser Anwendung einen neuen Blocklet erstellen',
|
|
664
|
-
createBlocklet: '
|
|
669
|
+
createBlocklet: 'Neuer Blocklet',
|
|
665
670
|
deleteBlockletTip: 'Der Blocklet kann nach dem Löschen nicht wiederhergestellt werden, bitte bestätigen',
|
|
666
671
|
componentNotRunning: 'Komponente {name} läuft nicht, starten Sie sie bitte zuerst',
|
|
667
672
|
releaseEmptyTip: 'Hier gibt es keine Veröffentlichungen',
|
|
668
673
|
createReleaseTip: 'Du kannst eine Veröffentlichung des Blocklets erstellen, zusammen mit Versionshinweisen und Ressourcen, die andere Personen nutzen können.',
|
|
669
|
-
createRelease: '
|
|
674
|
+
createRelease: 'Neue Veröffentlichung',
|
|
670
675
|
deleteReleaseTip: 'Die Veröffentlichung kann nach Löschung nicht wiederhergestellt werden',
|
|
671
676
|
createBlockletDid: 'Erstelle aus dem DID Wallet',
|
|
672
677
|
createReleaseSuccess: 'Freigabe erfolgreich erstellt',
|
|
@@ -686,13 +691,21 @@ var _default = exports.default = {
|
|
|
686
691
|
noDescription: 'Blocklet-Beschreibung ist erforderlich',
|
|
687
692
|
noNote: 'Versionshinweis wird benötigt'
|
|
688
693
|
},
|
|
689
|
-
packTip: 'Komponenten und
|
|
694
|
+
packTip: 'Derzeit können Blocklets direkt als Anwendungen installiert werden. Komponenten und Anwendungskonfigurationen werden automatisch in das Blocklet aufgenommen.',
|
|
690
695
|
resourceChangedWarning: 'Sie haben die Ressource geändert, bitte rechtzeitig speichern',
|
|
691
|
-
installResourceTip: '
|
|
696
|
+
installResourceTip: 'Installations-URL:',
|
|
692
697
|
installResourceTip2: 'Wenn du mehr Tipps sehen möchtest, besuche bitte',
|
|
693
698
|
installResourceHelp: 'Hilfe-Dokument',
|
|
694
699
|
componentIncluded: 'Eingeschlossen',
|
|
695
|
-
componentForceRequired: 'Erzwungen Erforderlich'
|
|
700
|
+
componentForceRequired: 'Erzwungen Erforderlich',
|
|
701
|
+
productListTitle: 'Veröffentliche Blocklets',
|
|
702
|
+
download: 'Download {name}',
|
|
703
|
+
delete: 'Lösche {name}',
|
|
704
|
+
copyInstallUrl: 'Kopiere Installations-URL',
|
|
705
|
+
install: 'Installiere {name}',
|
|
706
|
+
publishToStoreSuccess: 'Blocklet erfolgreich im Store veröffentlicht',
|
|
707
|
+
connectStoreSuccess: 'Blocklet Store erfolgreich verbunden',
|
|
708
|
+
uploadToStoreSuccess: 'Blocklet erfolgreich im Store hochgeladen, du musst es im Store veröffentlichen'
|
|
696
709
|
},
|
|
697
710
|
titleValidationError: 'Die Länge des Titels muss mindestens 3 Zeichen betragen',
|
|
698
711
|
descriptionValidationError: 'Die Beschreibungslänge muss zwischen 3 und 160 Zeichen liegen'
|
|
@@ -796,7 +809,7 @@ var _default = exports.default = {
|
|
|
796
809
|
switchLabel: 'Willkommen Seite'
|
|
797
810
|
},
|
|
798
811
|
upgrade: {
|
|
799
|
-
title: 'Blocklet-Server aktualisieren
|
|
812
|
+
title: 'Blocklet-Server aktualisieren',
|
|
800
813
|
description: 'Während des Upgrades wird Ihr Blocklet Server für einige Minuten in den Wartungsmodus wechseln, während das Update abgeschlossen wird.',
|
|
801
814
|
dialog: "Klicken Sie auf 'Bestätigen', um das Update zu installieren. Der Blocklet Server wird in den Wartungsmodus wechseln, bis das Update abgeschlossen ist, und kehrt automatisch in den Produktionsmodus zurück.",
|
|
802
815
|
confirm: 'Upgrade',
|
|
@@ -809,7 +822,7 @@ var _default = exports.default = {
|
|
|
809
822
|
verifying: 'Überprüfe Blocklet Server v{version}',
|
|
810
823
|
rollback: 'Rollback Blocklet Server',
|
|
811
824
|
complete: 'Upgrade abgeschlossen!',
|
|
812
|
-
progress: '
|
|
825
|
+
progress: 'Upgrading {name}',
|
|
813
826
|
check: 'Such nach Aktualisierungen',
|
|
814
827
|
latest: 'Sie nutzen die neueste Version.'
|
|
815
828
|
},
|
|
@@ -824,7 +837,7 @@ var _default = exports.default = {
|
|
|
824
837
|
cleanup: 'Stelle sicher, dass alles in Ordnung ist',
|
|
825
838
|
rollback: 'Reinige den schmutzigen Zustand',
|
|
826
839
|
complete: 'Instandhaltung komplett!',
|
|
827
|
-
progress: '
|
|
840
|
+
progress: 'Neustart {name}'
|
|
828
841
|
},
|
|
829
842
|
register: {
|
|
830
843
|
titleAdded: 'Hinzugefügt zu Blocklet Launcher',
|
package/lib/locales/en.js
CHANGED
|
@@ -171,6 +171,11 @@ var _default = exports.default = {
|
|
|
171
171
|
domain: 'Domain',
|
|
172
172
|
downgradeTo: 'Downgrade to',
|
|
173
173
|
download: 'Download',
|
|
174
|
+
uploadToStore: 'Upload to Store',
|
|
175
|
+
connectToStore: 'Connect to Store',
|
|
176
|
+
publish: 'Publish',
|
|
177
|
+
upload: 'Upload',
|
|
178
|
+
uploaded: 'Uploaded',
|
|
174
179
|
downloading: 'Downloading',
|
|
175
180
|
edit: 'Edit',
|
|
176
181
|
email: 'Email',
|
|
@@ -256,8 +261,6 @@ var _default = exports.default = {
|
|
|
256
261
|
preview: 'Preview',
|
|
257
262
|
protected: 'Protected',
|
|
258
263
|
protocol: 'Protocol',
|
|
259
|
-
publish: 'Publish',
|
|
260
|
-
published: 'published',
|
|
261
264
|
purchase: 'Purchase',
|
|
262
265
|
readMore: 'More',
|
|
263
266
|
redirect: 'Redirect',
|
|
@@ -648,6 +651,10 @@ var _default = exports.default = {
|
|
|
648
651
|
isInProgress: 'Blocklet is in progress, please wait for it to finish'
|
|
649
652
|
},
|
|
650
653
|
publish: {
|
|
654
|
+
productListTitle: 'Publish Blocklets',
|
|
655
|
+
download: 'Download {name}',
|
|
656
|
+
delete: 'Delete {name}',
|
|
657
|
+
copyInstallUrl: 'Copy Install URL',
|
|
651
658
|
createResource: 'Create Resource',
|
|
652
659
|
addResource: 'Add Release',
|
|
653
660
|
productTitle: 'Product',
|
|
@@ -656,19 +663,20 @@ var _default = exports.default = {
|
|
|
656
663
|
resourceTitle: 'Resources',
|
|
657
664
|
blockletEmptyTip: 'There aren’t any blocklets here',
|
|
658
665
|
createBlockletTip: 'You can create new blocklet through existing resources, components, and configuration in this application',
|
|
659
|
-
createBlocklet: '
|
|
666
|
+
createBlocklet: 'New blocklet',
|
|
660
667
|
deleteBlockletTip: 'The blocklet cannot be recovered after deletion, please confirm',
|
|
661
668
|
componentNotRunning: 'Component {name} is not running, please start it first',
|
|
662
669
|
releaseEmptyTip: 'There aren’t any releases here',
|
|
663
670
|
createReleaseTip: 'You can create a release of the blocklet, along with release notes and resources, for other people to use',
|
|
664
|
-
createRelease: '
|
|
671
|
+
createRelease: 'New release',
|
|
665
672
|
deleteReleaseTip: 'The release cannot be recovered after deletion',
|
|
666
673
|
createBlockletDid: 'Create from DID Wallet',
|
|
667
674
|
createReleaseSuccess: 'Release created successfully',
|
|
668
675
|
saveDraftSuccess: 'Draft saved successfully',
|
|
669
|
-
packTip: 'Components and application
|
|
676
|
+
packTip: 'Currently blocklets can be installed directly as applications. Components and application configurations will be automatically included in the Blocklet',
|
|
670
677
|
resourceChangedWarning: 'You have modified the resource, please save it in time',
|
|
671
|
-
|
|
678
|
+
install: 'Install {name}',
|
|
679
|
+
installResourceTip: 'Install Url:',
|
|
672
680
|
installResourceTip2: 'If you want to see more tips, please visit',
|
|
673
681
|
installResourceHelp: 'Help Document',
|
|
674
682
|
componentIncluded: 'Included',
|
|
@@ -687,7 +695,10 @@ var _default = exports.default = {
|
|
|
687
695
|
noVersion: 'Blocklet Version is required',
|
|
688
696
|
noDescription: 'Blocklet Description is required',
|
|
689
697
|
noNote: 'Release Note is required'
|
|
690
|
-
}
|
|
698
|
+
},
|
|
699
|
+
uploadToStoreSuccess: 'Blocklet upload to Store successfully, you need publish it in the Store',
|
|
700
|
+
publishToStoreSuccess: 'Blocklet published to Store successfully',
|
|
701
|
+
connectStoreSuccess: 'Blocklet Store connected successfully'
|
|
691
702
|
}
|
|
692
703
|
},
|
|
693
704
|
dashboard: {
|
|
@@ -789,7 +800,7 @@ var _default = exports.default = {
|
|
|
789
800
|
switchLabel: 'Welcome Page'
|
|
790
801
|
},
|
|
791
802
|
upgrade: {
|
|
792
|
-
title: 'Upgrade Blocklet Server
|
|
803
|
+
title: 'Upgrade Blocklet Server',
|
|
793
804
|
description: 'During the upgrade, your Blocklet Server will enter maintenance mode for a few minutes while the update is completed.',
|
|
794
805
|
dialog: 'Click on "confirm" to install the update. Blocklet Server will enter maintenance mode until the update is completed and return to production mode automatically.',
|
|
795
806
|
confirm: 'Upgrade',
|
|
@@ -802,7 +813,7 @@ var _default = exports.default = {
|
|
|
802
813
|
verifying: 'Verifying Blocklet Server v{version}',
|
|
803
814
|
rollback: 'Rollback Blocklet Server',
|
|
804
815
|
complete: 'Upgrade complete!',
|
|
805
|
-
progress: 'Upgrading
|
|
816
|
+
progress: 'Upgrading {name}',
|
|
806
817
|
check: 'Check for Updates',
|
|
807
818
|
latest: 'You are running the latest version.'
|
|
808
819
|
},
|
|
@@ -817,7 +828,7 @@ var _default = exports.default = {
|
|
|
817
828
|
cleanup: 'Ensure everything is OK',
|
|
818
829
|
rollback: 'Cleanup the dirty state',
|
|
819
830
|
complete: 'Maintain complete!',
|
|
820
|
-
progress: 'Restarting
|
|
831
|
+
progress: 'Restarting {name}'
|
|
821
832
|
},
|
|
822
833
|
register: {
|
|
823
834
|
titleAdded: 'Added to Blocklet Launcher',
|
package/lib/locales/es.js
CHANGED
|
@@ -354,7 +354,12 @@ var _default = exports.default = {
|
|
|
354
354
|
endTime: 'Hora de finalización',
|
|
355
355
|
selected: 'Seleccionado',
|
|
356
356
|
timeoutError: 'Error de tiempo de espera',
|
|
357
|
-
tags: 'Etiquetas'
|
|
357
|
+
tags: 'Etiquetas',
|
|
358
|
+
publishToStore: 'Publicar en la tienda',
|
|
359
|
+
connectToStore: 'Conectar a la tienda',
|
|
360
|
+
uploaded: 'Subido',
|
|
361
|
+
uploadToStore: 'Subir a la tienda',
|
|
362
|
+
upload: 'Subir'
|
|
358
363
|
},
|
|
359
364
|
blocklet: {
|
|
360
365
|
external: 'Externo',
|
|
@@ -661,12 +666,12 @@ var _default = exports.default = {
|
|
|
661
666
|
resourceTitle: 'Recursos',
|
|
662
667
|
blockletEmptyTip: 'Aquí no hay bloqueadores',
|
|
663
668
|
createBlockletTip: 'Puede crear un nuevo blocklet a través de recursos, componentes y configuración existentes en esta aplicación',
|
|
664
|
-
createBlocklet: '
|
|
669
|
+
createBlocklet: 'Nuevo bloque',
|
|
665
670
|
deleteBlockletTip: 'El blocklet no puede ser recuperado después de ser eliminado, por favor confirma',
|
|
666
671
|
componentNotRunning: 'El componente {name} no está en ejecución, por favor iniciar primero',
|
|
667
672
|
releaseEmptyTip: 'No hay lanzamientos aquí',
|
|
668
673
|
createReleaseTip: 'Puedes crear una versión de la blocklet, junto con notas de lanzamiento y recursos, para que otras personas la puedan utilizar',
|
|
669
|
-
createRelease: '
|
|
674
|
+
createRelease: 'Nuevo lanzamiento',
|
|
670
675
|
deleteReleaseTip: 'La versión no se puede recuperar después de la eliminación',
|
|
671
676
|
createBlockletDid: 'Crear desde la billetera DID',
|
|
672
677
|
createReleaseSuccess: 'Liberación creada exitosamente',
|
|
@@ -686,13 +691,21 @@ var _default = exports.default = {
|
|
|
686
691
|
noDescription: 'La descripción de Blocklet es requerida',
|
|
687
692
|
noNote: 'Se requiere la Nota de Lanzamiento'
|
|
688
693
|
},
|
|
689
|
-
packTip: 'Los componentes y
|
|
694
|
+
packTip: 'Actualmente, los blocklets se pueden instalar directamente como aplicaciones. Los componentes y las configuraciones de la aplicación se incluirán automáticamente en el Blocklet',
|
|
690
695
|
resourceChangedWarning: 'Ha modificado el recurso, por favor guárdelo a tiempo',
|
|
691
|
-
installResourceTip: '
|
|
696
|
+
installResourceTip: 'URL de instalación:',
|
|
692
697
|
installResourceTip2: 'Si desea ver más consejos, visite {name}',
|
|
693
698
|
installResourceHelp: 'Ayuda Documento',
|
|
694
699
|
componentIncluded: 'Incluido',
|
|
695
|
-
componentForceRequired: 'Obligatorio Requerido'
|
|
700
|
+
componentForceRequired: 'Obligatorio Requerido',
|
|
701
|
+
productListTitle: 'Publicar Blocklets',
|
|
702
|
+
download: 'Descargar {name}',
|
|
703
|
+
delete: 'Eliminar {name}',
|
|
704
|
+
copyInstallUrl: 'Copiar URL de instalación',
|
|
705
|
+
install: 'Instalar {name}',
|
|
706
|
+
publishToStoreSuccess: 'Bloque publicado en la tienda exitosamente',
|
|
707
|
+
connectStoreSuccess: 'La tienda de Blocklet se conectó correctamente',
|
|
708
|
+
uploadToStoreSuccess: 'Bloque de carga a la tienda exitosamente, necesitas publicarlo en la tienda'
|
|
696
709
|
},
|
|
697
710
|
titleValidationError: 'La longitud del título debe ser de al menos 3 caracteres',
|
|
698
711
|
descriptionValidationError: 'La longitud de la descripción debe estar entre 3 y 160 caracteres'
|
|
@@ -796,7 +809,7 @@ var _default = exports.default = {
|
|
|
796
809
|
switchLabel: 'Página de bienvenida'
|
|
797
810
|
},
|
|
798
811
|
upgrade: {
|
|
799
|
-
title: '
|
|
812
|
+
title: 'Mejorar el servidor de Blocklet',
|
|
800
813
|
description: 'Durante la actualización, tu servidor de Blocklet entrará en modo de mantenimiento durante unos minutos mientras se completa la actualización.',
|
|
801
814
|
dialog: 'Haz clic en "confirmar" para instalar la actualización. El servidor Blocklet entrará en modo de mantenimiento hasta que la actualización se complete y volverá automáticamente al modo de producción.',
|
|
802
815
|
confirm: 'Mejora',
|
|
@@ -809,7 +822,7 @@ var _default = exports.default = {
|
|
|
809
822
|
verifying: 'Verificando el servidor de Blocklet v{version}',
|
|
810
823
|
rollback: 'Revertir servidor de Blocklet',
|
|
811
824
|
complete: '¡Actualización completa!',
|
|
812
|
-
progress: '
|
|
825
|
+
progress: 'Mejorando {name}',
|
|
813
826
|
check: 'Buscar actualizaciones',
|
|
814
827
|
latest: 'Estás ejecutando la última versión.'
|
|
815
828
|
},
|
|
@@ -824,7 +837,7 @@ var _default = exports.default = {
|
|
|
824
837
|
cleanup: 'Asegúrate de que todo esté bien',
|
|
825
838
|
rollback: 'Limpiar el estado sucio',
|
|
826
839
|
complete: '¡Mantenimiento completo!',
|
|
827
|
-
progress: 'Reiniciando
|
|
840
|
+
progress: 'Reiniciando {name}'
|
|
828
841
|
},
|
|
829
842
|
register: {
|
|
830
843
|
titleAdded: 'Agregado a Blocklet Launcher',
|
package/lib/locales/fr.js
CHANGED
|
@@ -354,7 +354,12 @@ var _default = exports.default = {
|
|
|
354
354
|
endTime: 'Heure de fin',
|
|
355
355
|
selected: 'Sélectionné',
|
|
356
356
|
timeoutError: "Erreur de délai d'attente",
|
|
357
|
-
tags: 'Étiquettes'
|
|
357
|
+
tags: 'Étiquettes',
|
|
358
|
+
publishToStore: 'Publier dans le magasin',
|
|
359
|
+
connectToStore: 'Se connecter au magasin',
|
|
360
|
+
uploaded: 'Téléchargé',
|
|
361
|
+
uploadToStore: 'Télécharger vers le magasin',
|
|
362
|
+
upload: 'Télécharger'
|
|
358
363
|
},
|
|
359
364
|
blocklet: {
|
|
360
365
|
external: 'Externe',
|
|
@@ -661,12 +666,12 @@ var _default = exports.default = {
|
|
|
661
666
|
resourceTitle: 'Ressources',
|
|
662
667
|
blockletEmptyTip: "Il n'y a pas de blocs ici",
|
|
663
668
|
createBlockletTip: 'Vous pouvez créer un nouveau blocklet à partir des ressources, composants et configurations existants dans cette application',
|
|
664
|
-
createBlocklet: '
|
|
669
|
+
createBlocklet: 'Nouvelle blocklet',
|
|
665
670
|
deleteBlockletTip: 'Le bloclet ne peut pas être récupéré après sa suppression, veuillez confirmer',
|
|
666
671
|
componentNotRunning: "Le composant {name} ne fonctionne pas, veuillez le démarrer d'abord",
|
|
667
672
|
releaseEmptyTip: "Il n'y a aucune sortie ici",
|
|
668
673
|
createReleaseTip: "Vous pouvez créer une version du blocklet, ainsi que des notes de version et des ressources, pour que d'autres personnes puissent les utiliser.",
|
|
669
|
-
createRelease: '
|
|
674
|
+
createRelease: 'Nouvelle version',
|
|
670
675
|
deleteReleaseTip: 'La version ne peut pas être récupérée après la suppression',
|
|
671
676
|
createBlockletDid: 'Créez à partir du portefeuille DID',
|
|
672
677
|
createReleaseSuccess: 'Création de la version réussie',
|
|
@@ -686,13 +691,21 @@ var _default = exports.default = {
|
|
|
686
691
|
noDescription: 'La description du Blocklet est requise',
|
|
687
692
|
noNote: 'La note de version est requise'
|
|
688
693
|
},
|
|
689
|
-
packTip: "Les composants et
|
|
694
|
+
packTip: "Actuellement, les bloclets peuvent être installés directement en tant qu'applications. Les composants et les configurations d'application seront automatiquement inclus dans le bloclet.",
|
|
690
695
|
resourceChangedWarning: "Vous avez modifié la ressource, veuillez l'enregistrer à temps",
|
|
691
|
-
installResourceTip:
|
|
696
|
+
installResourceTip: "URL d'installation:",
|
|
692
697
|
installResourceTip2: 'Si vous souhaitez voir plus de conseils, veuillez visiter',
|
|
693
698
|
installResourceHelp: "Document d'aide",
|
|
694
699
|
componentIncluded: 'Inclus',
|
|
695
|
-
componentForceRequired: 'Forcé Requis'
|
|
700
|
+
componentForceRequired: 'Forcé Requis',
|
|
701
|
+
productListTitle: 'Publier des Blocklets',
|
|
702
|
+
download: 'Télécharger {name}',
|
|
703
|
+
delete: 'Supprimez {name}',
|
|
704
|
+
copyInstallUrl: "Copier l'URL d'installation",
|
|
705
|
+
install: 'Installer {name}',
|
|
706
|
+
publishToStoreSuccess: 'Blocklet publié avec succès dans le magasin',
|
|
707
|
+
connectStoreSuccess: 'Connexion réussie au Blocklet Store',
|
|
708
|
+
uploadToStoreSuccess: 'Blocklet téléchargé avec succès dans le Store, vous devez le publier dans le Store'
|
|
696
709
|
},
|
|
697
710
|
titleValidationError: "La longueur du titre doit être d'au moins 3 caractères",
|
|
698
711
|
descriptionValidationError: 'La longueur de la description doit être comprise entre 3 et 160 caractères'
|
|
@@ -796,7 +809,7 @@ var _default = exports.default = {
|
|
|
796
809
|
switchLabel: "Page d'accueil"
|
|
797
810
|
},
|
|
798
811
|
upgrade: {
|
|
799
|
-
title: '
|
|
812
|
+
title: 'Mettre à niveau le serveur Blocklet',
|
|
800
813
|
description: 'Pendant la mise à niveau, votre serveur Blocklet entrera en mode maintenance pendant quelques minutes le temps de la mise à jour.',
|
|
801
814
|
dialog: "Cliquez sur 'Confirmer' pour installer la mise à jour. Le serveur Blocklet entrera en mode de maintenance jusqu'à ce que la mise à jour soit terminée et reviendra automatiquement en mode production.",
|
|
802
815
|
confirm: 'Mise à niveau',
|
|
@@ -809,7 +822,7 @@ var _default = exports.default = {
|
|
|
809
822
|
verifying: 'Vérification du serveur Blocklet v{version}',
|
|
810
823
|
rollback: 'Serveur de blocs de retour en arrière',
|
|
811
824
|
complete: 'Mise à niveau terminée !',
|
|
812
|
-
progress: 'Mise à niveau
|
|
825
|
+
progress: 'Mise à niveau de {name}',
|
|
813
826
|
check: 'Vérifier les mises à jour',
|
|
814
827
|
latest: 'Vous utilisez la dernière version.'
|
|
815
828
|
},
|
|
@@ -824,7 +837,7 @@ var _default = exports.default = {
|
|
|
824
837
|
cleanup: 'Assurez-vous que tout va bien',
|
|
825
838
|
rollback: "Nettoyez l'état sale",
|
|
826
839
|
complete: 'Maintenance complète!',
|
|
827
|
-
progress: 'Redémarrage
|
|
840
|
+
progress: 'Redémarrage de {name}'
|
|
828
841
|
},
|
|
829
842
|
register: {
|
|
830
843
|
titleAdded: 'Ajouté à Blocklet Launcher',
|