@nocobase/plugin-async-task-manager 1.7.0-beta.1 → 1.7.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/externalVersion.js
CHANGED
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.7.0-beta.
|
|
11
|
+
"@nocobase/client": "1.7.0-beta.2",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"antd": "5.12.8",
|
|
14
|
-
"@nocobase/logger": "1.7.0-beta.
|
|
15
|
-
"@nocobase/server": "1.7.0-beta.
|
|
14
|
+
"@nocobase/logger": "1.7.0-beta.2",
|
|
15
|
+
"@nocobase/server": "1.7.0-beta.2",
|
|
16
16
|
"lodash": "4.17.21",
|
|
17
|
-
"@nocobase/plugin-error-handler": "1.7.0-beta.
|
|
17
|
+
"@nocobase/plugin-error-handler": "1.7.0-beta.2",
|
|
18
18
|
"dayjs": "1.11.10"
|
|
19
19
|
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Export": "Exportieren",
|
|
3
|
+
"Import": "Importieren",
|
|
4
|
+
"Data": "Daten",
|
|
5
|
+
"Task": "Aufgabe",
|
|
6
|
+
"Status": "Status",
|
|
7
|
+
"Actions": "Aktionen",
|
|
8
|
+
"Created at": "Erstellt am",
|
|
9
|
+
"Type": "Typ",
|
|
10
|
+
"Waiting": "Wartend",
|
|
11
|
+
"Processing": "In Bearbeitung",
|
|
12
|
+
"Completed": "Abgeschlossen",
|
|
13
|
+
"Failed": "Fehlgeschlagen",
|
|
14
|
+
"Cancelled": "Abgebrochen",
|
|
15
|
+
"Cancel": "Abbrechen",
|
|
16
|
+
"Cancelling": "Wird abgebrochen",
|
|
17
|
+
"Download": "Herunterladen",
|
|
18
|
+
"Error details": "Fehlerdetails",
|
|
19
|
+
"Confirm cancel": "Abbruch bestätigen",
|
|
20
|
+
"Confirm cancel description": "Sind Sie sicher, dass Sie diese Aufgabe abbrechen möchten?",
|
|
21
|
+
"Confirm": "Bestätigen",
|
|
22
|
+
"Task cancelled": "Aufgabe abgebrochen",
|
|
23
|
+
"Task completed": "Aufgabe abgeschlossen",
|
|
24
|
+
"Task failed": "Aufgabe fehlgeschlagen",
|
|
25
|
+
"Error Details": "Fehlerdetails",
|
|
26
|
+
"Close": "Schließen",
|
|
27
|
+
"Error code": "Fehlercode",
|
|
28
|
+
"Unknown error": "Unbekannter Fehler",
|
|
29
|
+
"OK": "OK",
|
|
30
|
+
"Import result": "Importergebnis",
|
|
31
|
+
"Import completed": "Import abgeschlossen: {{success}} Datensätze importiert, {{updated}} Datensätze aktualisiert, {{skipped}} Datensätze übersprungen, insgesamt {{total}} Datensätze",
|
|
32
|
+
"Import summary": "{{success}}/{{total}} Datensätze importiert",
|
|
33
|
+
"Import details": "{{success}} erfolgreich importiert, {{updated}} aktualisiert, {{skipped}} übersprungen, insgesamt {{total}}",
|
|
34
|
+
"Imported": "{{count}}/{{total}} importiert",
|
|
35
|
+
"Successfully imported": "Erfolgreich importiert",
|
|
36
|
+
"Updated records": "Aktualisierte Datensätze",
|
|
37
|
+
"Skipped records": "Übersprungene Datensätze",
|
|
38
|
+
"Total records": "Gesamtzahl der Datensätze",
|
|
39
|
+
"View result": "Ergebnis anzeigen",
|
|
40
|
+
"ImportResult": "{{success}} importiert, {{updated}} aktualisiert, {{skipped}} übersprungen, insgesamt {{total}}",
|
|
41
|
+
"Task result": "Aufgabenergebnis",
|
|
42
|
+
"Export {collection} attachments": "Export von {collection} Anhängen",
|
|
43
|
+
"Export {collection} data": "Export von {collection} Daten",
|
|
44
|
+
"Import {collection} data": "Import von {collection} Daten"
|
|
45
|
+
}
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -1,4 +1,44 @@
|
|
|
1
1
|
{
|
|
2
|
+
"Export": "Esporta",
|
|
3
|
+
"Import": "Importa",
|
|
4
|
+
"Data": "Dati",
|
|
5
|
+
"Task": "Attività",
|
|
6
|
+
"Status": "Stato",
|
|
7
|
+
"Actions": "Operazioni",
|
|
8
|
+
"Created at": "Creato alle",
|
|
9
|
+
"Type": "Tipo",
|
|
10
|
+
"Waiting": "In attesa",
|
|
11
|
+
"Processing": "In elaborazione",
|
|
12
|
+
"Completed": "Completato",
|
|
13
|
+
"Failed": "Fallito",
|
|
14
|
+
"Cancelled": "Annullato",
|
|
15
|
+
"Cancel": "Annulla",
|
|
16
|
+
"Cancelling": "Annullamento in corso",
|
|
17
|
+
"Download": "Scarica",
|
|
18
|
+
"Error details": "Dettagli errore",
|
|
19
|
+
"Confirm cancel": "Conferma annullamento",
|
|
20
|
+
"Confirm cancel description": "Sei sicuro di voler annullare questa attività?",
|
|
21
|
+
"Confirm": "Conferma",
|
|
22
|
+
"Task cancelled": "Attività annullata",
|
|
23
|
+
"Task completed": "Attività completata",
|
|
24
|
+
"Task failed": "Esecuzione attività fallita",
|
|
25
|
+
"Error Details": "Dettagli errore",
|
|
26
|
+
"Close": "Chiudi",
|
|
27
|
+
"Error code": "Codice errore",
|
|
28
|
+
"Unknown error": "Errore sconosciuto",
|
|
29
|
+
"OK": "OK",
|
|
30
|
+
"Import result": "Risultato importazione",
|
|
31
|
+
"Import completed": "Importazione completata: {{success}} record importati con successo, {{updated}} record aggiornati, {{skipped}} record saltati, totale {{total}} record",
|
|
32
|
+
"Import summary": "{{success}}/{{total}} record importati",
|
|
33
|
+
"Import details": "{{success}} record importati con successo, {{updated}} record aggiornati, {{skipped}} record saltati, totale {{total}} record",
|
|
34
|
+
"Imported": "{{count}}/{{total}} importati",
|
|
35
|
+
"Successfully imported": "Importazione riuscita",
|
|
36
|
+
"Updated records": "Record aggiornati",
|
|
37
|
+
"Skipped records": "Record saltati",
|
|
38
|
+
"Total records": "Record totali",
|
|
39
|
+
"View result": "Visualizza risultato",
|
|
40
|
+
"ImportResult": "Importati {{success}}, aggiornati {{updated}}, saltati {{skipped}}, totale {{total}}",
|
|
41
|
+
"Task result": "Risultato attività"
|
|
2
42
|
"Export {collection} attachments": "Esporta allegati {collection}",
|
|
3
43
|
"Export {collection} data": "Esporta dati {collection}",
|
|
4
44
|
"Import {collection} data": "Importa dati {collection}"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"uuid","version":"3.4.0","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"./bin/uuid"},"devDependencies":{"@commitlint/cli":"~8.2.0","@commitlint/config-conventional":"~8.2.0","eslint":"~6.4.0","husky":"~3.0.5","mocha":"6.2.0","runmd":"1.2.1","standard-version":"7.0.0"},"scripts":{"lint":"eslint .","test":"npm run lint && mocha test/test.js","md":"runmd --watch --output=README.md README_js.md","release":"standard-version","prepare":"runmd --output=README.md README_js.md"},"browser":{"./lib/rng.js":"./lib/rng-browser.js","./lib/sha1.js":"./lib/sha1-browser.js","./lib/md5.js":"./lib/md5-browser.js"},"repository":{"type":"git","url":"https://github.com/uuidjs/uuid.git"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"_lastModified":"2025-03-
|
|
1
|
+
{"name":"uuid","version":"3.4.0","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"./bin/uuid"},"devDependencies":{"@commitlint/cli":"~8.2.0","@commitlint/config-conventional":"~8.2.0","eslint":"~6.4.0","husky":"~3.0.5","mocha":"6.2.0","runmd":"1.2.1","standard-version":"7.0.0"},"scripts":{"lint":"eslint .","test":"npm run lint && mocha test/test.js","md":"runmd --watch --output=README.md README_js.md","release":"standard-version","prepare":"runmd --output=README.md README_js.md"},"browser":{"./lib/rng.js":"./lib/rng-browser.js","./lib/sha1.js":"./lib/sha1-browser.js","./lib/md5.js":"./lib/md5-browser.js"},"repository":{"type":"git","url":"https://github.com/uuidjs/uuid.git"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"_lastModified":"2025-03-13T14:00:28.733Z"}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "异步任务管理器",
|
|
5
5
|
"description": "Manage and monitor asynchronous tasks such as data import/export. Support task progress tracking and notification.",
|
|
6
6
|
"description.zh-CN": "管理和监控数据导入导出等异步任务。支持任务进度跟踪和通知。",
|
|
7
|
-
"version": "1.7.0-beta.
|
|
7
|
+
"version": "1.7.0-beta.2",
|
|
8
8
|
"main": "dist/server/index.js",
|
|
9
9
|
"peerDependencies": {
|
|
10
10
|
"@nocobase/client": "1.x",
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
"@nocobase/server": "1.x",
|
|
13
13
|
"@nocobase/test": "1.x"
|
|
14
14
|
},
|
|
15
|
-
"gitHead": "
|
|
15
|
+
"gitHead": "58b206bdfca521e79a69989ca55dd19075dca523"
|
|
16
16
|
}
|