@nocobase/plugin-async-task-manager 2.0.0-alpha.49 → 2.0.0-alpha.50

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.
@@ -8,15 +8,15 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.0-alpha.49",
11
+ "@nocobase/client": "2.0.0-alpha.50",
12
12
  "react": "18.2.0",
13
- "@nocobase/utils": "2.0.0-alpha.49",
13
+ "@nocobase/utils": "2.0.0-alpha.50",
14
14
  "lodash": "4.17.21",
15
- "@nocobase/server": "2.0.0-alpha.49",
16
- "@nocobase/logger": "2.0.0-alpha.49",
17
- "@nocobase/database": "2.0.0-alpha.49",
15
+ "@nocobase/server": "2.0.0-alpha.50",
16
+ "@nocobase/logger": "2.0.0-alpha.50",
17
+ "@nocobase/database": "2.0.0-alpha.50",
18
18
  "antd": "5.24.2",
19
19
  "react-i18next": "11.18.6",
20
20
  "dayjs": "1.11.13",
21
- "@nocobase/actions": "2.0.0-alpha.49"
21
+ "@nocobase/actions": "2.0.0-alpha.50"
22
22
  };
@@ -1,45 +1,45 @@
1
1
  {
2
- "Export": "Exportieren",
3
- "Import": "Importieren",
4
- "Data": "Daten",
5
- "Task": "Aufgabe",
6
- "Status": "Status",
7
2
  "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
3
  "Cancel": "Abbrechen",
4
+ "Cancelled": "Abgebrochen",
16
5
  "Cancelling": "Wird abgebrochen",
17
- "Download": "Herunterladen",
18
- "Error details": "Fehlerdetails",
6
+ "Close": "Schließen",
7
+ "Completed": "Abgeschlossen",
8
+ "Confirm": "Bestätigen",
19
9
  "Confirm cancel": "Abbruch bestätigen",
20
10
  "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",
11
+ "Created at": "Erstellt am",
12
+ "Data": "Daten",
13
+ "Download": "Herunterladen",
25
14
  "Error Details": "Fehlerdetails",
26
- "Close": "Schließen",
27
15
  "Error code": "Fehlercode",
28
- "Unknown error": "Unbekannter Fehler",
29
- "OK": "OK",
30
- "Import result": "Importergebnis",
16
+ "Error details": "Fehlerdetails",
17
+ "Export": "Exportieren",
18
+ "Export {collection} attachments": "Export von {collection} Anhängen",
19
+ "Export {collection} data": "Export von {collection} Daten",
20
+ "Failed": "Fehlgeschlagen",
21
+ "Import": "Importieren",
31
22
  "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
23
  "Import details": "{{success}} erfolgreich importiert, {{updated}} aktualisiert, {{skipped}} übersprungen, insgesamt {{total}}",
24
+ "Import result": "Importergebnis",
25
+ "Import summary": "{{success}}/{{total}} Datensätze importiert",
26
+ "Import {collection} data": "Import von {collection} Daten",
27
+ "ImportResult": "{{success}} importiert, {{updated}} aktualisiert, {{skipped}} übersprungen, insgesamt {{total}}",
34
28
  "Imported": "{{count}}/{{total}} importiert",
35
- "Successfully imported": "Erfolgreich importiert",
36
- "Updated records": "Aktualisierte Datensätze",
29
+ "OK": "OK",
30
+ "Processing": "In Bearbeitung",
37
31
  "Skipped records": "Übersprungene Datensätze",
32
+ "Status": "Status",
33
+ "Successfully imported": "Erfolgreich importiert",
34
+ "Task": "Aufgabe",
35
+ "Task cancelled": "Aufgabe abgebrochen",
36
+ "Task completed": "Aufgabe abgeschlossen",
37
+ "Task failed": "Aufgabe fehlgeschlagen",
38
+ "Task result": "Aufgabenergebnis",
38
39
  "Total records": "Gesamtzahl der Datensätze",
40
+ "Type": "Typ",
41
+ "Unknown error": "Unbekannter Fehler",
42
+ "Updated records": "Aktualisierte Datensätze",
39
43
  "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
- }
44
+ "Waiting": "Wartend"
45
+ }
@@ -1,6 +1,45 @@
1
1
  {
2
+ "Actions": "Actions",
3
+ "Cancel": "Cancel",
4
+ "Cancelled": "Cancelled",
5
+ "Cancelling": "Cancelling",
6
+ "Close": "Close",
7
+ "Completed": "Completed",
8
+ "Confirm": "Confirm",
9
+ "Confirm cancel": "Confirm cancel",
10
+ "Confirm cancel description": "Confirm cancel description",
11
+ "Created at": "Created at",
12
+ "Data": "Data",
13
+ "Download": "Download",
14
+ "Error Details": "Error Details",
15
+ "Error code": "Error code",
16
+ "Error details": "Error details",
17
+ "Export": "Export",
2
18
  "Export {collection} attachments": "{collection} attachments export",
3
19
  "Export {collection} data": "{collection} data export",
20
+ "Failed": "Failed",
21
+ "Import": "Import",
22
+ "Import completed": "Import completed",
23
+ "Import details": "Import details",
24
+ "Import result": "Import result",
25
+ "Import summary": "Import summary",
4
26
  "Import {collection} data": "{collection} data import",
5
- "Waiting": "Being in a queue..."
6
- }
27
+ "ImportResult": "ImportResult",
28
+ "Imported": "Imported",
29
+ "OK": "OK",
30
+ "Processing": "Processing",
31
+ "Skipped records": "Skipped records",
32
+ "Status": "Status",
33
+ "Successfully imported": "Successfully imported",
34
+ "Task": "Task",
35
+ "Task cancelled": "Task cancelled",
36
+ "Task completed": "Task completed",
37
+ "Task failed": "Task failed",
38
+ "Task result": "Task result",
39
+ "Total records": "Total records",
40
+ "Type": "Type",
41
+ "Unknown error": "Unknown error",
42
+ "Updated records": "Updated records",
43
+ "View result": "View result",
44
+ "Waiting": "Waiting"
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "Actions": "Actions",
3
+ "Cancel": "Cancel",
4
+ "Cancelled": "Cancelled",
5
+ "Cancelling": "Cancelling",
6
+ "Close": "Close",
7
+ "Completed": "Completed",
8
+ "Confirm": "Confirm",
9
+ "Confirm cancel": "Confirm cancel",
10
+ "Confirm cancel description": "Confirm cancel description",
11
+ "Created at": "Created at",
12
+ "Data": "Data",
13
+ "Download": "Download",
14
+ "Error Details": "Error Details",
15
+ "Error code": "Error code",
16
+ "Error details": "Error details",
17
+ "Export": "Export",
18
+ "Export {collection} attachments": "{collection} attachments export",
19
+ "Export {collection} data": "{collection} data export",
20
+ "Failed": "Failed",
21
+ "Import": "Import",
22
+ "Import completed": "Import completed",
23
+ "Import details": "Import details",
24
+ "Import result": "Import result",
25
+ "Import summary": "Import summary",
26
+ "Import {collection} data": "{collection} data import",
27
+ "ImportResult": "ImportResult",
28
+ "Imported": "Imported",
29
+ "OK": "OK",
30
+ "Processing": "Processing",
31
+ "Skipped records": "Skipped records",
32
+ "Status": "Status",
33
+ "Successfully imported": "Successfully imported",
34
+ "Task": "Task",
35
+ "Task cancelled": "Task cancelled",
36
+ "Task completed": "Task completed",
37
+ "Task failed": "Task failed",
38
+ "Task result": "Task result",
39
+ "Total records": "Total records",
40
+ "Type": "Type",
41
+ "Unknown error": "Unknown error",
42
+ "Updated records": "Updated records",
43
+ "View result": "View result",
44
+ "Waiting": "Waiting"
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "Actions": "Actions",
3
+ "Cancel": "Cancel",
4
+ "Cancelled": "Cancelled",
5
+ "Cancelling": "Cancelling",
6
+ "Close": "Close",
7
+ "Completed": "Completed",
8
+ "Confirm": "Confirm",
9
+ "Confirm cancel": "Confirm cancel",
10
+ "Confirm cancel description": "Confirm cancel description",
11
+ "Created at": "Created at",
12
+ "Data": "Data",
13
+ "Download": "Download",
14
+ "Error Details": "Error Details",
15
+ "Error code": "Error code",
16
+ "Error details": "Error details",
17
+ "Export": "Export",
18
+ "Export {collection} attachments": "{collection} attachments export",
19
+ "Export {collection} data": "{collection} data export",
20
+ "Failed": "Failed",
21
+ "Import": "Import",
22
+ "Import completed": "Import completed",
23
+ "Import details": "Import details",
24
+ "Import result": "Import result",
25
+ "Import summary": "Import summary",
26
+ "Import {collection} data": "{collection} data import",
27
+ "ImportResult": "ImportResult",
28
+ "Imported": "Imported",
29
+ "OK": "OK",
30
+ "Processing": "Processing",
31
+ "Skipped records": "Skipped records",
32
+ "Status": "Status",
33
+ "Successfully imported": "Successfully imported",
34
+ "Task": "Task",
35
+ "Task cancelled": "Task cancelled",
36
+ "Task completed": "Task completed",
37
+ "Task failed": "Task failed",
38
+ "Task result": "Task result",
39
+ "Total records": "Total records",
40
+ "Type": "Type",
41
+ "Unknown error": "Unknown error",
42
+ "Updated records": "Updated records",
43
+ "View result": "View result",
44
+ "Waiting": "Waiting"
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "Actions": "Műveletek",
3
+ "Cancel": "Mégsem",
4
+ "Cancelled": "Megszakítva",
5
+ "Cancelling": "Megszakítás alatt",
6
+ "Close": "Bezárás",
7
+ "Completed": "Befejezett",
8
+ "Confirm": "Megerősítés",
9
+ "Confirm cancel": "Megerősítés megszakítása",
10
+ "Confirm cancel description": "Megerősítés megszakítása leírása",
11
+ "Created at": "Létrehozva",
12
+ "Data": "Adat",
13
+ "Download": "Letöltés",
14
+ "Error Details": "Hiba részletei",
15
+ "Error code": "Hiba kód",
16
+ "Error details": "Hiba részletei",
17
+ "Export": "Exportálás",
18
+ "Export {collection} attachments": "{collection} mellékletek exportálása",
19
+ "Export {collection} data": "{collection} adatok exportálása",
20
+ "Failed": "Sikertelen",
21
+ "Import": "Importálás",
22
+ "Import completed": "Importálás befejezve",
23
+ "Import details": "Import részletei",
24
+ "Import result": "Import eredménye",
25
+ "Import summary": "Import összegzés",
26
+ "Import {collection} data": "{collection} adatok importálása",
27
+ "ImportResult": "ImportEredmény",
28
+ "Imported": "Importálva",
29
+ "OK": "Rendben",
30
+ "Processing": "Feldolgozás",
31
+ "Skipped records": "Kihagyott rekordok",
32
+ "Status": "Állapot",
33
+ "Successfully imported": "Sikeresen importálva",
34
+ "Task": "Feladat",
35
+ "Task cancelled": "Feladat megszakítva",
36
+ "Task completed": "Feladat befejezve",
37
+ "Task failed": "Feladat nem sikerült",
38
+ "Task result": "Feladat eredménye",
39
+ "Total records": "Összes rekord",
40
+ "Type": "Típus",
41
+ "Unknown error": "Ismeretlen hiba",
42
+ "Updated records": "Frissített rekordok",
43
+ "View result": "Eredmény megtekintése",
44
+ "Waiting": "Várakozás"
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "Actions": "Aksi",
3
+ "Cancel": "Batal",
4
+ "Cancelled": "Dibatalkan",
5
+ "Cancelling": "Membatalkan",
6
+ "Close": "Tutup",
7
+ "Completed": "Selesai",
8
+ "Confirm": "Konfirmasi",
9
+ "Confirm cancel": "Konfirmasi pembatalan",
10
+ "Confirm cancel description": "Konfirmasi deskripsi pembatalan",
11
+ "Created at": "Dibuat pada",
12
+ "Data": "Data",
13
+ "Download": "Unduh",
14
+ "Error Details": "Detail Kesalahan",
15
+ "Error code": "Kode kesalahan",
16
+ "Error details": "Detail kesalahan",
17
+ "Export": "Ekspor",
18
+ "Export {collection} attachments": "Ekspor lampiran {collection}",
19
+ "Export {collection} data": "Ekspor data {collection}",
20
+ "Failed": "Gagal",
21
+ "Import": "Impor",
22
+ "Import completed": "Impor selesai",
23
+ "Import details": "Detail impor",
24
+ "Import result": "Hasil impor",
25
+ "Import summary": "Ringkasan impor",
26
+ "Import {collection} data": "Impor data {collection}",
27
+ "ImportResult": "Hasil Impor",
28
+ "Imported": "Diimpor",
29
+ "OK": "OK",
30
+ "Processing": "Memproses",
31
+ "Skipped records": "Catatan yang dilewati",
32
+ "Status": "Status",
33
+ "Successfully imported": "Berhasil diimpor",
34
+ "Task": "Tugas",
35
+ "Task cancelled": "Tugas dibatalkan",
36
+ "Task completed": "Tugas selesai",
37
+ "Task failed": "Tugas gagal",
38
+ "Task result": "Hasil tugas",
39
+ "Total records": "Total catatan",
40
+ "Type": "Tipe",
41
+ "Unknown error": "Kesalahan tidak diketahui",
42
+ "Updated records": "Catatan yang diperbarui",
43
+ "View result": "Lihat hasil",
44
+ "Waiting": "Menunggu"
45
+ }
@@ -1,45 +1,45 @@
1
1
  {
2
- "Export": "Esporta",
3
- "Import": "Importa",
4
- "Data": "Dati",
5
- "Task": "Attività",
6
- "Status": "Stato",
7
2
  "Actions": "Azioni",
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
3
  "Cancel": "Annulla",
4
+ "Cancelled": "Annullato",
16
5
  "Cancelling": "Annullamento in corso",
17
- "Download": "Scarica",
18
- "Error details": "Dettagli errore",
6
+ "Close": "Chiudi",
7
+ "Completed": "Completato",
8
+ "Confirm": "Conferma",
19
9
  "Confirm cancel": "Conferma annullamento",
20
10
  "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",
11
+ "Created at": "Creato alle",
12
+ "Data": "Dati",
13
+ "Download": "Scarica",
25
14
  "Error Details": "Dettagli errore",
26
- "Close": "Chiudi",
27
15
  "Error code": "Codice errore",
28
- "Unknown error": "Errore sconosciuto",
29
- "OK": "OK",
30
- "Import result": "Risultato importazione",
16
+ "Error details": "Dettagli errore",
17
+ "Export": "Esporta",
18
+ "Export {collection} attachments": "Esporta allegati {collection}",
19
+ "Export {collection} data": "Esporta dati {collection}",
20
+ "Failed": "Fallito",
21
+ "Import": "Importa",
31
22
  "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
23
  "Import details": "{{success}} record importati con successo, {{updated}} record aggiornati, {{skipped}} record saltati, totale {{total}} record",
24
+ "Import result": "Risultato importazione",
25
+ "Import summary": "{{success}}/{{total}} record importati",
26
+ "Import {collection} data": "Importa dati {collection}",
27
+ "ImportResult": "Importati {{success}}, aggiornati {{updated}}, saltati {{skipped}}, totale {{total}}",
34
28
  "Imported": "{{count}}/{{total}} importati",
35
- "Successfully imported": "Importazione riuscita",
36
- "Updated records": "Record aggiornati",
29
+ "OK": "OK",
30
+ "Processing": "In elaborazione",
37
31
  "Skipped records": "Record saltati",
32
+ "Status": "Stato",
33
+ "Successfully imported": "Importazione riuscita",
34
+ "Task": "Attività",
35
+ "Task cancelled": "Attività annullata",
36
+ "Task completed": "Attività completata",
37
+ "Task failed": "Esecuzione attività fallita",
38
+ "Task result": "Risultato attività",
38
39
  "Total records": "Record totali",
40
+ "Type": "Tipo",
41
+ "Unknown error": "Errore sconosciuto",
42
+ "Updated records": "Record aggiornati",
39
43
  "View result": "Visualizza risultato",
40
- "ImportResult": "Importati {{success}}, aggiornati {{updated}}, saltati {{skipped}}, totale {{total}}",
41
- "Task result": "Risultato attività",
42
- "Export {collection} attachments": "Esporta allegati {collection}",
43
- "Export {collection} data": "Esporta dati {collection}",
44
- "Import {collection} data": "Importa dati {collection}"
45
- }
44
+ "Waiting": "In attesa"
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "Actions": "操作",
3
+ "Cancel": "キャンセル",
4
+ "Cancelled": "キャンセル済み",
5
+ "Cancelling": "キャンセル中",
6
+ "Close": "閉じる",
7
+ "Completed": "完了",
8
+ "Confirm": "確定",
9
+ "Confirm cancel": "キャンセルの確認",
10
+ "Confirm cancel description": "このタスクをキャンセルしてもよろしいですか?",
11
+ "Created at": "作成日時",
12
+ "Data": "データ",
13
+ "Download": "ダウンロード",
14
+ "Error Details": "エラー詳細",
15
+ "Error code": "エラーコード",
16
+ "Error details": "エラー詳細",
17
+ "Export": "エクスポート",
18
+ "Export {collection} attachments": "{collection}添付ファイルのエクスポート",
19
+ "Export {collection} data": "{collection}データのエクスポート",
20
+ "Failed": "実行失敗",
21
+ "Import": "インポート",
22
+ "Import completed": "インポート完了:{{success}}件新規追加、{{updated}}件更新、{{skipped}}件スキップ、合計{{total}}件",
23
+ "Import details": "正常にインポートされたレコード: {{success}}、更新されたレコード: {{updated}}、スキップされたレコード: {{skipped}}、合計レコード: {{total}}",
24
+ "Import result": "インポート結果",
25
+ "Import summary": "インポート済み {{success}}/{{total}} レコード",
26
+ "Import {collection} data": "{collection}データのインポート",
27
+ "ImportResult": "インポート結果:新規{{success}}件、更新{{updated}}件、スキップ{{skipped}}件、合計{{total}}件",
28
+ "Imported": "インポート済み {{count}}/{{total}}",
29
+ "OK": "確定",
30
+ "Processing": "処理中",
31
+ "Skipped records": "スキップされたレコード",
32
+ "Status": "ステータス",
33
+ "Successfully imported": "インポートに成功しました",
34
+ "Task": "タスク",
35
+ "Task cancelled": "タスクがキャンセルされました",
36
+ "Task completed": "タスクが完了しました",
37
+ "Task failed": "タスクの実行に失敗しました",
38
+ "Task result": "タスク結果",
39
+ "Total records": "総レコード数",
40
+ "Type": "タイプ",
41
+ "Unknown error": "不明なエラー",
42
+ "Updated records": "更新済みレコード",
43
+ "View result": "結果を表示",
44
+ "Waiting": "待機中"
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "Actions": "작업",
3
+ "Cancel": "취소",
4
+ "Cancelled": "취소됨",
5
+ "Cancelling": "취소 중",
6
+ "Close": "닫기",
7
+ "Completed": "완료됨",
8
+ "Confirm": "확인",
9
+ "Confirm cancel": "취소 확인",
10
+ "Confirm cancel description": "취소를 확인하시겠습니까?",
11
+ "Created at": "생성일",
12
+ "Data": "데이터",
13
+ "Download": "다운로드",
14
+ "Error Details": "오류 세부정보",
15
+ "Error code": "오류 코드",
16
+ "Error details": "오류 세부정보",
17
+ "Export": "내보내기",
18
+ "Export {collection} attachments": "{collection} 첨부 파일 내보내기",
19
+ "Export {collection} data": "{collection} 데이터 내보내기",
20
+ "Failed": "실패",
21
+ "Import": "가져오기",
22
+ "Import completed": "가져오기 완료",
23
+ "Import details": "세부 정보 가져오기",
24
+ "Import result": "가져오기 결과",
25
+ "Import summary": "가져오기 요약",
26
+ "Import {collection} data": "{collection} 데이터 가져오기",
27
+ "ImportResult": "가져오기 결과",
28
+ "Imported": "가져옴",
29
+ "OK": "확인",
30
+ "Processing": "처리 중",
31
+ "Skipped records": "건너뛴 레코드",
32
+ "Status": "상태",
33
+ "Successfully imported": "성공적으로 가져왔습니다",
34
+ "Task": "작업",
35
+ "Task cancelled": "작업이 취소되었습니다",
36
+ "Task completed": "작업 완료",
37
+ "Task failed": "작업 실패",
38
+ "Task result": "작업 결과",
39
+ "Total records": "총 레코드",
40
+ "Type": "유형",
41
+ "Unknown error": "알 수 없는 오류",
42
+ "Updated records": "업데이트된 레코드",
43
+ "View result": "결과 보기",
44
+ "Waiting": "대기 중"
45
+ }
@@ -1,46 +1,45 @@
1
1
  {
2
- "Export": "Exporteer",
3
- "Import": "Importeer",
4
- "Data": "Data",
5
- "Task": "Taak",
6
- "Status": "Status",
7
- "Actions": "Acties",
8
- "Created at": "Aangemaakt op",
9
- "Type": "Type",
10
- "Waiting": "Wachten",
11
- "Processing": "Verwerken",
12
- "Completed": "Voltooid",
13
- "Failed": "Mislukt",
14
- "Cancelled": "Geannuleerd",
15
- "Cancel": "Annuleren",
16
- "Cancelling": "Annuleren",
17
- "Download": "Downloaden",
18
- "Error details": "Foutdetails",
19
- "Confirm cancel": "Bevestig annuleren",
20
- "Confirm cancel description": "Weet je zeker dat je deze taak wilt annuleren?",
21
- "Confirm": "Bevestigen",
22
- "Task cancelled": "Taak geannuleerd",
23
- "Task completed": "Taak voltooid",
24
- "Task failed": "Taak mislukt",
25
- "Error Details": "Foutdetails",
26
- "Close": "Sluiten",
27
- "Error code": "Foutcode",
28
- "Unknown error": "Onbekende fout",
29
- "OK": "OK",
30
- "Import result": "Importresultaat",
31
- "Import completed": "Import voltooid: {{success}} records geïmporteerd, {{updated}} records bijgewerkt, {{skipped}} records overgeslagen, totaal {{total}} records",
32
- "Import summary": "Importeer {{success}}/{{total}}",
33
- "Import details": "{{success}} records zijn geïmporteerd, {{updated}} records zijn bijgewerkt, {{skipped}} records zijn overgeslagen, totaal {{total}} records",
34
- "Imported": "{{count}}/{{total}}",
35
- "Successfully imported": "Succesvol geïmporteerd",
36
- "Updated records": "Bijgewerkte records",
37
- "Skipped records": "Overgeslagen records",
38
- "Total records": "Totaal aantal records",
39
- "View result": "Toon",
40
- "ImportResult": "{{success}} records zijn geïmporteerd, {{updated}} records zijn bijgewerkt, {{skipped}} records zijn overgeslagen, totaal {{total}} records",
41
- "Task result": "Taakresultaat",
42
- "Export {collection} attachments": "Exporteer {collection} bijlagen",
43
- "Export {collection} data": "Exporteer {collection} gegevens",
44
- "Import {collection} data": "Importeer {collection} gegevens"
45
- }
46
-
2
+ "Actions": "Acties",
3
+ "Cancel": "Annuleren",
4
+ "Cancelled": "Geannuleerd",
5
+ "Cancelling": "Annuleren",
6
+ "Close": "Sluiten",
7
+ "Completed": "Voltooid",
8
+ "Confirm": "Bevestigen",
9
+ "Confirm cancel": "Bevestig annuleren",
10
+ "Confirm cancel description": "Weet je zeker dat je deze taak wilt annuleren?",
11
+ "Created at": "Aangemaakt op",
12
+ "Data": "Data",
13
+ "Download": "Downloaden",
14
+ "Error Details": "Foutdetails",
15
+ "Error code": "Foutcode",
16
+ "Error details": "Foutdetails",
17
+ "Export": "Exporteer",
18
+ "Export {collection} attachments": "Exporteer {collection} bijlagen",
19
+ "Export {collection} data": "Exporteer {collection} gegevens",
20
+ "Failed": "Mislukt",
21
+ "Import": "Importeer",
22
+ "Import completed": "Import voltooid: {{success}} records geïmporteerd, {{updated}} records bijgewerkt, {{skipped}} records overgeslagen, totaal {{total}} records",
23
+ "Import details": "{{success}} records zijn geïmporteerd, {{updated}} records zijn bijgewerkt, {{skipped}} records zijn overgeslagen, totaal {{total}} records",
24
+ "Import result": "Importresultaat",
25
+ "Import summary": "Importeer {{success}}/{{total}}",
26
+ "Import {collection} data": "Importeer {collection} gegevens",
27
+ "ImportResult": "{{success}} records zijn geïmporteerd, {{updated}} records zijn bijgewerkt, {{skipped}} records zijn overgeslagen, totaal {{total}} records",
28
+ "Imported": "{{count}}/{{total}}",
29
+ "OK": "OK",
30
+ "Processing": "Verwerken",
31
+ "Skipped records": "Overgeslagen records",
32
+ "Status": "Status",
33
+ "Successfully imported": "Succesvol geïmporteerd",
34
+ "Task": "Taak",
35
+ "Task cancelled": "Taak geannuleerd",
36
+ "Task completed": "Taak voltooid",
37
+ "Task failed": "Taak mislukt",
38
+ "Task result": "Taakresultaat",
39
+ "Total records": "Totaal aantal records",
40
+ "Type": "Type",
41
+ "Unknown error": "Onbekende fout",
42
+ "Updated records": "Bijgewerkte records",
43
+ "View result": "Toon",
44
+ "Waiting": "Wachten"
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "Actions": "Actions",
3
+ "Cancel": "Cancel",
4
+ "Cancelled": "Cancelled",
5
+ "Cancelling": "Cancelling",
6
+ "Close": "Close",
7
+ "Completed": "Completed",
8
+ "Confirm": "Confirm",
9
+ "Confirm cancel": "Confirm cancel",
10
+ "Confirm cancel description": "Confirm cancel description",
11
+ "Created at": "Created at",
12
+ "Data": "Data",
13
+ "Download": "Download",
14
+ "Error Details": "Error Details",
15
+ "Error code": "Error code",
16
+ "Error details": "Error details",
17
+ "Export": "Export",
18
+ "Export {collection} attachments": "{collection} attachments export",
19
+ "Export {collection} data": "{collection} data export",
20
+ "Failed": "Failed",
21
+ "Import": "Import",
22
+ "Import completed": "Import completed",
23
+ "Import details": "Import details",
24
+ "Import result": "Import result",
25
+ "Import summary": "Import summary",
26
+ "Import {collection} data": "{collection} data import",
27
+ "ImportResult": "ImportResult",
28
+ "Imported": "Imported",
29
+ "OK": "OK",
30
+ "Processing": "Processing",
31
+ "Skipped records": "Skipped records",
32
+ "Status": "Status",
33
+ "Successfully imported": "Successfully imported",
34
+ "Task": "Task",
35
+ "Task cancelled": "Task cancelled",
36
+ "Task completed": "Task completed",
37
+ "Task failed": "Task failed",
38
+ "Task result": "Task result",
39
+ "Total records": "Total records",
40
+ "Type": "Type",
41
+ "Unknown error": "Unknown error",
42
+ "Updated records": "Updated records",
43
+ "View result": "View result",
44
+ "Waiting": "Waiting"
45
+ }
@@ -42,4 +42,4 @@
42
42
  "Updated records": "Обновленные записи",
43
43
  "View result": "Просмотреть результат",
44
44
  "Waiting": "Ожидание"
45
- }
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "Actions": "Actions",
3
+ "Cancel": "Cancel",
4
+ "Cancelled": "Cancelled",
5
+ "Cancelling": "Cancelling",
6
+ "Close": "Close",
7
+ "Completed": "Completed",
8
+ "Confirm": "Confirm",
9
+ "Confirm cancel": "Confirm cancel",
10
+ "Confirm cancel description": "Confirm cancel description",
11
+ "Created at": "Created at",
12
+ "Data": "Data",
13
+ "Download": "Download",
14
+ "Error Details": "Error Details",
15
+ "Error code": "Error code",
16
+ "Error details": "Error details",
17
+ "Export": "Export",
18
+ "Export {collection} attachments": "{collection} attachments export",
19
+ "Export {collection} data": "{collection} data export",
20
+ "Failed": "Failed",
21
+ "Import": "Import",
22
+ "Import completed": "Import completed",
23
+ "Import details": "Import details",
24
+ "Import result": "Import result",
25
+ "Import summary": "Import summary",
26
+ "Import {collection} data": "{collection} data import",
27
+ "ImportResult": "ImportResult",
28
+ "Imported": "Imported",
29
+ "OK": "OK",
30
+ "Processing": "Processing",
31
+ "Skipped records": "Skipped records",
32
+ "Status": "Status",
33
+ "Successfully imported": "Successfully imported",
34
+ "Task": "Task",
35
+ "Task cancelled": "Task cancelled",
36
+ "Task completed": "Task completed",
37
+ "Task failed": "Task failed",
38
+ "Task result": "Task result",
39
+ "Total records": "Total records",
40
+ "Type": "Type",
41
+ "Unknown error": "Unknown error",
42
+ "Updated records": "Updated records",
43
+ "View result": "View result",
44
+ "Waiting": "Waiting"
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "Actions": "Actions",
3
+ "Cancel": "Cancel",
4
+ "Cancelled": "Cancelled",
5
+ "Cancelling": "Cancelling",
6
+ "Close": "Close",
7
+ "Completed": "Completed",
8
+ "Confirm": "Confirm",
9
+ "Confirm cancel": "Confirm cancel",
10
+ "Confirm cancel description": "Confirm cancel description",
11
+ "Created at": "Created at",
12
+ "Data": "Data",
13
+ "Download": "Download",
14
+ "Error Details": "Error Details",
15
+ "Error code": "Error code",
16
+ "Error details": "Error details",
17
+ "Export": "Export",
18
+ "Export {collection} attachments": "{collection} attachments export",
19
+ "Export {collection} data": "{collection} data export",
20
+ "Failed": "Failed",
21
+ "Import": "Import",
22
+ "Import completed": "Import completed",
23
+ "Import details": "Import details",
24
+ "Import result": "Import result",
25
+ "Import summary": "Import summary",
26
+ "Import {collection} data": "{collection} data import",
27
+ "ImportResult": "ImportResult",
28
+ "Imported": "Imported",
29
+ "OK": "OK",
30
+ "Processing": "Processing",
31
+ "Skipped records": "Skipped records",
32
+ "Status": "Status",
33
+ "Successfully imported": "Successfully imported",
34
+ "Task": "Task",
35
+ "Task cancelled": "Task cancelled",
36
+ "Task completed": "Task completed",
37
+ "Task failed": "Task failed",
38
+ "Task result": "Task result",
39
+ "Total records": "Total records",
40
+ "Type": "Type",
41
+ "Unknown error": "Unknown error",
42
+ "Updated records": "Updated records",
43
+ "View result": "View result",
44
+ "Waiting": "Waiting"
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "Actions": "Actions",
3
+ "Cancel": "Cancel",
4
+ "Cancelled": "Cancelled",
5
+ "Cancelling": "Cancelling",
6
+ "Close": "Close",
7
+ "Completed": "Completed",
8
+ "Confirm": "Confirm",
9
+ "Confirm cancel": "Confirm cancel",
10
+ "Confirm cancel description": "Confirm cancel description",
11
+ "Created at": "Created at",
12
+ "Data": "Data",
13
+ "Download": "Download",
14
+ "Error Details": "Error Details",
15
+ "Error code": "Error code",
16
+ "Error details": "Error details",
17
+ "Export": "Xuất",
18
+ "Export {collection} attachments": "{collection} attachments export",
19
+ "Export {collection} data": "{collection} data export",
20
+ "Failed": "Thất bại",
21
+ "Import": "Nhập",
22
+ "Import completed": "Import completed",
23
+ "Import details": "Import details",
24
+ "Import result": "Import result",
25
+ "Import summary": "Import summary",
26
+ "Import {collection} data": "{collection} data import",
27
+ "ImportResult": "ImportResult",
28
+ "Imported": "Imported",
29
+ "OK": "OK",
30
+ "Processing": "Processing",
31
+ "Skipped records": "Skipped records",
32
+ "Status": "Trạng thái",
33
+ "Successfully imported": "Successfully imported",
34
+ "Task": "Task",
35
+ "Task cancelled": "Task cancelled",
36
+ "Task completed": "Task completed",
37
+ "Task failed": "Task failed",
38
+ "Task result": "Task result",
39
+ "Total records": "Total records",
40
+ "Type": "Loại",
41
+ "Unknown error": "Unknown error",
42
+ "Updated records": "Updated records",
43
+ "View result": "View result",
44
+ "Waiting": "Waiting"
45
+ }
@@ -1,45 +1,45 @@
1
1
  {
2
- "Export": "导出",
3
- "Import": "导入",
4
- "Data": "数据",
5
- "Task": "任务",
6
- "Status": "状态",
7
2
  "Actions": "操作",
8
- "Created at": "创建时间",
9
- "Type": "类型",
10
- "Waiting": "正在排队等待...",
11
- "Processing": "进行中",
12
- "Completed": "已完成",
13
- "Failed": "执行失败",
14
- "Cancelled": "已取消",
15
3
  "Cancel": "取消",
4
+ "Cancelled": "已取消",
16
5
  "Cancelling": "取消中",
17
- "Download": "下载",
18
- "Error details": "错误详情",
6
+ "Close": "关闭",
7
+ "Completed": "已完成",
8
+ "Confirm": "确定",
19
9
  "Confirm cancel": "确认取消",
20
10
  "Confirm cancel description": "确定要取消这个任务吗?",
21
- "Confirm": "确定",
22
- "Task cancelled": "任务已取消",
23
- "Task completed": "任务已完成",
24
- "Task failed": "任务执行失败",
11
+ "Created at": "创建时间",
12
+ "Data": "数据",
13
+ "Download": "下载",
25
14
  "Error Details": "错误详情",
26
- "Close": "关闭",
27
15
  "Error code": "错误代码",
28
- "Unknown error": "未知错误",
29
- "OK": "确定",
30
- "Import result": "导入结果",
16
+ "Error details": "错误详情",
17
+ "Export": "导出",
18
+ "Export {collection} attachments": "导出{collection}附件",
19
+ "Export {collection} data": "导出{collection}记录",
20
+ "Failed": "执行失败",
21
+ "Import": "导入",
31
22
  "Import completed": "导入完成:{{success}} 条记录已导入,{{updated}} 条记录已更新,{{skipped}} 条记录已跳过,共 {{total}} 条记录",
32
- "Import summary": "已导入 {{success}}/{{total}} 条记录",
33
23
  "Import details": "成功导入 {{success}} 条,更新 {{updated}} 条,跳过 {{skipped}} 条,共 {{total}} 条",
24
+ "Import result": "导入结果",
25
+ "Import summary": "已导入 {{success}}/{{total}} 条记录",
26
+ "Import {collection} data": "导入{collection}数据",
27
+ "ImportResult": "已导入 {{success}} 条,更新 {{updated}} 条,跳过 {{skipped}} 条,共 {{total}} 条",
34
28
  "Imported": "已导入 {{count}}/{{total}}",
35
- "Successfully imported": "成功导入",
36
- "Updated records": "已更新记录",
29
+ "OK": "确定",
30
+ "Processing": "进行中",
37
31
  "Skipped records": "已跳过记录",
32
+ "Status": "状态",
33
+ "Successfully imported": "成功导入",
34
+ "Task": "任务",
35
+ "Task cancelled": "任务已取消",
36
+ "Task completed": "任务已完成",
37
+ "Task failed": "任务执行失败",
38
+ "Task result": "任务结果",
38
39
  "Total records": "总记录数",
40
+ "Type": "类型",
41
+ "Unknown error": "未知错误",
42
+ "Updated records": "已更新记录",
39
43
  "View result": "查看结果",
40
- "ImportResult": "已导入 {{success}} 条,更新 {{updated}} 条,跳过 {{skipped}} 条,共 {{total}} 条",
41
- "Task result": "任务结果",
42
- "Export {collection} attachments": "导出{collection}附件",
43
- "Export {collection} data": "导出{collection}记录",
44
- "Import {collection} data": "导入{collection}数据"
45
- }
44
+ "Waiting": "等待中"
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "Actions": "Actions",
3
+ "Cancel": "Cancel",
4
+ "Cancelled": "Cancelled",
5
+ "Cancelling": "Cancelling",
6
+ "Close": "Close",
7
+ "Completed": "Completed",
8
+ "Confirm": "Confirm",
9
+ "Confirm cancel": "Confirm cancel",
10
+ "Confirm cancel description": "Confirm cancel description",
11
+ "Created at": "Created at",
12
+ "Data": "Data",
13
+ "Download": "Download",
14
+ "Error Details": "Error Details",
15
+ "Error code": "Error code",
16
+ "Error details": "Error details",
17
+ "Export": "Export",
18
+ "Export {collection} attachments": "{collection} attachments export",
19
+ "Export {collection} data": "{collection} data export",
20
+ "Failed": "Failed",
21
+ "Import": "Import",
22
+ "Import completed": "Import completed",
23
+ "Import details": "Import details",
24
+ "Import result": "Import result",
25
+ "Import summary": "Import summary",
26
+ "Import {collection} data": "{collection} data import",
27
+ "ImportResult": "ImportResult",
28
+ "Imported": "Imported",
29
+ "OK": "OK",
30
+ "Processing": "Processing",
31
+ "Skipped records": "Skipped records",
32
+ "Status": "Status",
33
+ "Successfully imported": "Successfully imported",
34
+ "Task": "Task",
35
+ "Task cancelled": "Task cancelled",
36
+ "Task completed": "Task completed",
37
+ "Task failed": "Task failed",
38
+ "Task result": "Task result",
39
+ "Total records": "Total records",
40
+ "Type": "Type",
41
+ "Unknown error": "Unknown error",
42
+ "Updated records": "Updated records",
43
+ "View result": "View result",
44
+ "Waiting": "Waiting"
45
+ }
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Manage and monitor asynchronous tasks such as data import/export. Support task progress tracking and notification.",
7
7
  "description.ru-RU": "Управление асинхронными задачами и мониторинг (например, импорт/экспорт данных). Поддержка отслеживания прогресса и уведомлений о задачах.",
8
8
  "description.zh-CN": "管理和监控数据导入导出等异步任务。支持任务进度跟踪和通知。",
9
- "version": "2.0.0-alpha.49",
9
+ "version": "2.0.0-alpha.50",
10
10
  "main": "dist/server/index.js",
11
11
  "peerDependencies": {
12
12
  "@nocobase/client": "2.x",
@@ -17,5 +17,5 @@
17
17
  "dependencies": {
18
18
  "p-queue": "^6.6.2"
19
19
  },
20
- "gitHead": "99f71bc8961da62a761630b3eae11092a4372e3e"
20
+ "gitHead": "a6eb64abf3632e116ad0b295a7f410270a1059d1"
21
21
  }