dccxx-s3-explorer 1.0.46 → 1.0.48

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.
@@ -16890,11 +16890,13 @@ const nt = {
16890
16890
  children: [
16891
16891
  /* @__PURE__ */ f(Ve, { className: "h-4 w-4 animate-spin s3-explr-loader" }),
16892
16892
  Ee.status ? /* @__PURE__ */ I(_e, { children: [
16893
- "Đang thu thập (",
16893
+ Ee.status.isProcessing ? "Đang thu thập " : "Đang quét sitemap ",
16894
+ "(",
16894
16895
  Ee.status.completed,
16895
16896
  "/",
16896
16897
  Ee.status.total,
16897
- ") - ",
16898
+ ") -",
16899
+ " ",
16898
16900
  Math.floor(en / 60),
16899
16901
  ":",
16900
16902
  String(en % 60).padStart(2, "0")