@box/uploads-manager 1.13.7 → 1.14.0
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/chunks/uploads-header.js +20 -20
- package/dist/chunks/uploads-item-list.js +2 -2
- package/dist/chunks/uploads-item.module.js +8 -7
- package/dist/chunks/uploads-manager.js +15 -9
- package/dist/esm/lib/uploads-item/components/item-row-icon.js +1 -0
- package/dist/esm/lib/uploads-item/components/status-line.js +22 -16
- package/dist/esm/lib/uploads-item/uploads-item.messages.js +4 -0
- package/dist/esm/lib/utils/getProgress.js +4 -3
- package/dist/esm/lib/utils/getStatus.js +6 -7
- package/dist/i18n/bn-IN.js +1 -0
- package/dist/i18n/da-DK.js +1 -0
- package/dist/i18n/de-DE.js +1 -0
- package/dist/i18n/en-AU.js +1 -0
- package/dist/i18n/en-CA.js +1 -0
- package/dist/i18n/en-GB.js +1 -0
- package/dist/i18n/en-US.js +1 -0
- package/dist/i18n/en-US.properties +2 -0
- package/dist/i18n/en-x-pseudo.js +1 -0
- package/dist/i18n/es-419.js +1 -0
- package/dist/i18n/es-ES.js +1 -0
- package/dist/i18n/fi-FI.js +1 -0
- package/dist/i18n/fr-CA.js +1 -0
- package/dist/i18n/fr-FR.js +1 -0
- package/dist/i18n/hi-IN.js +1 -0
- package/dist/i18n/it-IT.js +1 -0
- package/dist/i18n/ja-JP.js +1 -0
- package/dist/i18n/json/src/lib/uploads-item/uploads-item.messages.json +1 -1
- package/dist/i18n/ko-KR.js +1 -0
- package/dist/i18n/nb-NO.js +1 -0
- package/dist/i18n/nl-NL.js +1 -0
- package/dist/i18n/pl-PL.js +1 -0
- package/dist/i18n/pt-BR.js +1 -0
- package/dist/i18n/ru-RU.js +1 -0
- package/dist/i18n/sv-SE.js +1 -0
- package/dist/i18n/tr-TR.js +1 -0
- package/dist/i18n/zh-CN.js +1 -0
- package/dist/i18n/zh-TW.js +1 -0
- package/dist/styles/uploads-header.css +1 -1
- package/dist/styles/uploads-item-list.css +1 -1
- package/dist/styles/uploads-item.css +1 -1
- package/dist/styles/uploads-manager.css +1 -1
- package/dist/types/lib/test-utils/createItem.d.ts +2 -0
- package/dist/types/lib/test-utils/index.d.ts +1 -0
- package/dist/types/lib/uploads-item/uploads-item.messages.d.ts +5 -0
- package/package.json +1 -1
|
@@ -6,25 +6,25 @@ import { Gray80 as f, GreenLight160 as p, WatermelonRed120 as m } from "@box/blu
|
|
|
6
6
|
import { useIntl as h } from "react-intl";
|
|
7
7
|
import { jsx as g, jsxs as _ } from "react/jsx-runtime";
|
|
8
8
|
import '../styles/uploads-header.css';var v = {
|
|
9
|
-
header: "
|
|
10
|
-
headerTop: "
|
|
11
|
-
statusIcon: "
|
|
12
|
-
iconSwapIn: "
|
|
13
|
-
statusIconContainer: "
|
|
14
|
-
iconPulse: "
|
|
15
|
-
titleText: "
|
|
16
|
-
textSwapIn: "
|
|
17
|
-
subtitleText: "
|
|
18
|
-
statusIconContainerSuccess: "
|
|
19
|
-
statusIconContainerUploading: "
|
|
20
|
-
statusIconContainerError: "
|
|
21
|
-
statusIconContainerCanceled: "
|
|
22
|
-
subtitleError: "
|
|
23
|
-
subtitleErrorIcon: "
|
|
24
|
-
titleArea: "
|
|
25
|
-
actions: "
|
|
26
|
-
chevronButton: "
|
|
27
|
-
progressBar: "
|
|
9
|
+
header: "_header_58n6j_1907",
|
|
10
|
+
headerTop: "_headerTop_58n6j_1915",
|
|
11
|
+
statusIcon: "_statusIcon_58n6j_1922",
|
|
12
|
+
iconSwapIn: "_iconSwapIn_58n6j_1",
|
|
13
|
+
statusIconContainer: "_statusIconContainer_58n6j_1928",
|
|
14
|
+
iconPulse: "_iconPulse_58n6j_1",
|
|
15
|
+
titleText: "_titleText_58n6j_1943",
|
|
16
|
+
textSwapIn: "_textSwapIn_58n6j_1",
|
|
17
|
+
subtitleText: "_subtitleText_58n6j_1947",
|
|
18
|
+
statusIconContainerSuccess: "_statusIconContainerSuccess_58n6j_1951",
|
|
19
|
+
statusIconContainerUploading: "_statusIconContainerUploading_58n6j_1956",
|
|
20
|
+
statusIconContainerError: "_statusIconContainerError_58n6j_1961",
|
|
21
|
+
statusIconContainerCanceled: "_statusIconContainerCanceled_58n6j_1966",
|
|
22
|
+
subtitleError: "_subtitleError_58n6j_1971",
|
|
23
|
+
subtitleErrorIcon: "_subtitleErrorIcon_58n6j_1976",
|
|
24
|
+
titleArea: "_titleArea_58n6j_1982",
|
|
25
|
+
actions: "_actions_58n6j_1987",
|
|
26
|
+
chevronButton: "_chevronButton_58n6j_1994",
|
|
27
|
+
progressBar: "_progressBar_58n6j_1998"
|
|
28
28
|
};
|
|
29
29
|
function y(t, n, r, i, a) {
|
|
30
30
|
return n === "idle" && r === 0 ? {
|
|
@@ -132,7 +132,7 @@ function b({ status: c, progress: l, totalCount: u, completedCount: d, failedCou
|
|
|
132
132
|
onClick: S,
|
|
133
133
|
size: "small",
|
|
134
134
|
variant: "secondary",
|
|
135
|
-
endIcon: x ?
|
|
135
|
+
endIcon: x ? o : s
|
|
136
136
|
})
|
|
137
137
|
]
|
|
138
138
|
})
|
|
@@ -6,8 +6,8 @@ import { jsx as i } from "react/jsx-runtime";
|
|
|
6
6
|
import { useMemo as a } from "react";
|
|
7
7
|
import { Collection as o, ListLayout as s, Virtualizer as c } from "react-aria-components";
|
|
8
8
|
import '../styles/uploads-item-list.css';var l = {
|
|
9
|
-
container: "
|
|
10
|
-
list: "
|
|
9
|
+
container: "_container_1l7ol_1874",
|
|
10
|
+
list: "_list_1l7ol_1883"
|
|
11
11
|
}, u = 56, d = 0;
|
|
12
12
|
function f({ items: f, onItemCancel: p, onItemRetry: m, onItemRemove: h, onItemOpen: g, onItemShare: _ }) {
|
|
13
13
|
let { formatMessage: v } = r(), y = a(() => new s({
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import '../styles/uploads-item.css';var e = {
|
|
2
|
-
iconDimmed: "
|
|
3
|
-
statusLine: "
|
|
4
|
-
statusIcon: "
|
|
5
|
-
statusCompleted: "
|
|
6
|
-
statusError: "
|
|
7
|
-
item: "
|
|
8
|
-
actionButton: "
|
|
2
|
+
iconDimmed: "_iconDimmed_1peag_1874",
|
|
3
|
+
statusLine: "_statusLine_1peag_1878",
|
|
4
|
+
statusIcon: "_statusIcon_1peag_1885",
|
|
5
|
+
statusCompleted: "_statusCompleted_1peag_1891",
|
|
6
|
+
statusError: "_statusError_1peag_1896",
|
|
7
|
+
item: "_item_1peag_1900",
|
|
8
|
+
actionButton: "_actionButton_1peag_1905",
|
|
9
|
+
progressRing: "_progressRing_1peag_1911"
|
|
9
10
|
};
|
|
10
11
|
export { e as t };
|
|
@@ -6,17 +6,23 @@ import { useControllableState as i } from "@box/blueprint-web";
|
|
|
6
6
|
import a from "clsx";
|
|
7
7
|
import { jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
8
8
|
import '../styles/uploads-manager.css';var c = {
|
|
9
|
-
container: "
|
|
10
|
-
itemListSlot: "
|
|
11
|
-
itemListSlotExpanded: "
|
|
12
|
-
itemList: "
|
|
9
|
+
container: "_container_14s4m_1874",
|
|
10
|
+
itemListSlot: "_itemListSlot_14s4m_1886",
|
|
11
|
+
itemListSlotExpanded: "_itemListSlotExpanded_14s4m_1894",
|
|
12
|
+
itemList: "_itemList_14s4m_1886"
|
|
13
13
|
};
|
|
14
14
|
function l({ isExpanded: l, defaultExpanded: u = !0, onToggle: d, items: f, onCancelAll: p, onRetryAll: m, onItemCancel: h, onItemRetry: g, onItemRemove: _, onItemOpen: v, onItemShare: y }) {
|
|
15
15
|
let [b = !0, x] = i({
|
|
16
16
|
prop: l,
|
|
17
17
|
defaultProp: u,
|
|
18
18
|
onChange: d
|
|
19
|
-
}), S = () => x((e) => !e),
|
|
19
|
+
}), S = () => x((e) => !e), { totalCount: C, completedCount: w, failedCount: T, canceledCount: E, activeCount: D } = f.reduce((e, t) => (t.status === "canceled" ? e.canceledCount += 1 : (e.totalCount += 1, t.status === "complete" ? e.completedCount += 1 : t.status === "error" ? e.failedCount += 1 : (t.status === "pending" || t.status === "uploading" || t.status === "staged") && (e.activeCount += 1)), e), {
|
|
20
|
+
totalCount: 0,
|
|
21
|
+
completedCount: 0,
|
|
22
|
+
failedCount: 0,
|
|
23
|
+
canceledCount: 0,
|
|
24
|
+
activeCount: 0
|
|
25
|
+
}), O = D > 0, k = O && !!p, A = !O && T > 0 && !!m, j = r(f), M = n(f);
|
|
20
26
|
return /* @__PURE__ */ s("div", {
|
|
21
27
|
className: c.container,
|
|
22
28
|
children: [/* @__PURE__ */ o(e, {
|
|
@@ -24,11 +30,11 @@ function l({ isExpanded: l, defaultExpanded: u = !0, onToggle: d, items: f, onCa
|
|
|
24
30
|
completedCount: w,
|
|
25
31
|
failedCount: T,
|
|
26
32
|
isExpanded: b,
|
|
27
|
-
onCancelAll:
|
|
28
|
-
onRetryAll:
|
|
33
|
+
onCancelAll: k ? p : void 0,
|
|
34
|
+
onRetryAll: A ? m : void 0,
|
|
29
35
|
onToggle: S,
|
|
30
|
-
progress:
|
|
31
|
-
status:
|
|
36
|
+
progress: M,
|
|
37
|
+
status: j,
|
|
32
38
|
totalCount: C
|
|
33
39
|
}), /* @__PURE__ */ o("div", {
|
|
34
40
|
className: a(c.itemListSlot, b && c.itemListSlotExpanded),
|
|
@@ -6,12 +6,13 @@ import { useIntl as o } from "react-intl";
|
|
|
6
6
|
import { jsx as s, jsxs as c } from "react/jsx-runtime";
|
|
7
7
|
function l({ item: l }) {
|
|
8
8
|
let u = o(), { status: d, progress: f, isFolder: p, errorMessage: m, versionNumber: h } = l;
|
|
9
|
-
|
|
9
|
+
if (d === "pending" || d === "uploading" || d === "staged") return p ? null : /* @__PURE__ */ s(n, {
|
|
10
10
|
as: "span",
|
|
11
11
|
color: "textOnLightSecondary",
|
|
12
12
|
variant: "bodySmall",
|
|
13
13
|
children: u.formatMessage(e.itemStatusUploading, { progress: f })
|
|
14
|
-
})
|
|
14
|
+
});
|
|
15
|
+
if (d === "complete") return /* @__PURE__ */ c("div", {
|
|
15
16
|
className: t.statusLine,
|
|
16
17
|
children: [
|
|
17
18
|
/* @__PURE__ */ s(i, {
|
|
@@ -33,20 +34,25 @@ function l({ item: l }) {
|
|
|
33
34
|
children: u.formatMessage(e.itemStatusVersionSuffix, { versionNumber: h })
|
|
34
35
|
})
|
|
35
36
|
]
|
|
36
|
-
})
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
className:
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
37
|
+
});
|
|
38
|
+
if (d === "error") {
|
|
39
|
+
let i = m ? u.formatMessage(e.itemStatusError, { errorMessage: m }) : u.formatMessage(e.itemStatusErrorNoMessage);
|
|
40
|
+
return /* @__PURE__ */ c("div", {
|
|
41
|
+
className: t.statusLine,
|
|
42
|
+
children: [/* @__PURE__ */ s(r, {
|
|
43
|
+
"aria-hidden": !0,
|
|
44
|
+
className: `${t.statusIcon} ${t.statusError}`,
|
|
45
|
+
color: "currentColor",
|
|
46
|
+
role: "presentation"
|
|
47
|
+
}), /* @__PURE__ */ s(n, {
|
|
48
|
+
as: "span",
|
|
49
|
+
color: "textOnLightError",
|
|
50
|
+
variant: "bodySmall",
|
|
51
|
+
children: i
|
|
52
|
+
})]
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
return d === "canceled" ? /* @__PURE__ */ c("div", {
|
|
50
56
|
className: t.statusLine,
|
|
51
57
|
children: [/* @__PURE__ */ s(a, {
|
|
52
58
|
"aria-hidden": !0,
|
|
@@ -24,6 +24,10 @@ var t = e({
|
|
|
24
24
|
id: "groupSharedFeatures.uploadsManager.itemList.itemStatusError",
|
|
25
25
|
defaultMessage: "Error: {errorMessage}"
|
|
26
26
|
},
|
|
27
|
+
itemStatusErrorNoMessage: {
|
|
28
|
+
id: "groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage",
|
|
29
|
+
defaultMessage: "Error"
|
|
30
|
+
},
|
|
27
31
|
itemProgressAriaLabel: {
|
|
28
32
|
id: "groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel",
|
|
29
33
|
defaultMessage: "Uploading {name}, {progress}% complete"
|
|
@@ -2,8 +2,9 @@ function e(e) {
|
|
|
2
2
|
return e < 0 ? 0 : e > 100 ? 100 : e;
|
|
3
3
|
}
|
|
4
4
|
function t(t) {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
let n = t.filter((e) => e.status !== "canceled" && e.status !== "error");
|
|
6
|
+
if (n.length === 0) return 0;
|
|
7
|
+
let r = n.reduce((t, n) => n.status === "complete" ? t + 100 : n.status === "pending" ? t : t + e(n.progress), 0);
|
|
8
|
+
return Math.floor(r / n.length);
|
|
8
9
|
}
|
|
9
10
|
export { t as getProgress };
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
function e(e) {
|
|
2
2
|
if (e.length === 0) return "idle";
|
|
3
|
-
let t = e.filter((e) => e.status
|
|
4
|
-
if (t ===
|
|
5
|
-
let n =
|
|
6
|
-
if (
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
return i > 0 && i + t === e.length ? "canceled" : t > 0 ? "success" : "canceled";
|
|
3
|
+
let t = e.filter((e) => e.status !== "canceled");
|
|
4
|
+
if (t.length === 0) return "canceled";
|
|
5
|
+
let n = t.filter((e) => e.status === "complete").length;
|
|
6
|
+
if (n === t.length) return "success";
|
|
7
|
+
let r = t.some((e) => e.status === "pending"), i = t.some((e) => e.status === "uploading" || e.status === "staged");
|
|
8
|
+
return i || r ? i ? "uploading" : "idle" : t.some((e) => e.status === "error") ? "error" : n > 0 ? "success" : "canceled";
|
|
10
9
|
}
|
|
11
10
|
export { e as getStatus };
|
package/dist/i18n/bn-IN.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "সম্পূর্ণ হয়েছে",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "সম্পূর্ণ হয়েছে · ভার্সন {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "ত্রুটি: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "আপলোড করা হচ্ছে · {progress}%",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· ভার্সন {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "আপলোড"
|
package/dist/i18n/da-DK.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Fuldført",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Fuldført · Version {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Fejl: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Uploader · {progress}%",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Version {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "Uploader"
|
package/dist/i18n/de-DE.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Abgeschlossen",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Abgeschlossen · Version {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Fehler: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Wird hochgeladen · {progress}%",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Version {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "Uploads"
|
package/dist/i18n/en-AU.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Completed",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Completed · Version {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Error: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Uploading · {progress}%",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Version {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "Uploads"
|
package/dist/i18n/en-CA.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Completed",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Completed · Version {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Error: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Uploading · {progress}%",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Version {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "Uploads"
|
package/dist/i18n/en-GB.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Completed",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Completed · Version {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Error: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Uploading · {progress}%",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Version {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "Uploads"
|
package/dist/i18n/en-US.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Completed",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Completed · Version {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Error: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Uploading · {progress}%",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Version {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "Uploads"
|
|
@@ -60,6 +60,8 @@ groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted = Completed
|
|
|
60
60
|
groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion = Completed · Version {versionNumber}
|
|
61
61
|
# Status text shown beneath file name when upload fails
|
|
62
62
|
groupSharedFeatures.uploadsManager.itemList.itemStatusError = Error: {errorMessage}
|
|
63
|
+
# Status text shown beneath file name when upload fails and no error reason is available
|
|
64
|
+
groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage = Error
|
|
63
65
|
# Status text shown beneath file name during upload
|
|
64
66
|
groupSharedFeatures.uploadsManager.itemList.itemStatusUploading = Uploading · {progress}%
|
|
65
67
|
# Gray version suffix appended after the green "Completed" text
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "⟦萬萬 ĈοmΡľеţεď 國國⟧",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "⟦萬萬萬萬萬萬萬 ĈømΡĺèţęď · Vεяŝĩοή {versionNumber} 國國國國國國國⟧",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "⟦萬萬萬 Έѓґøŕ: {errorMessage} 國國國⟧",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "⟦萬萬萬萬萬 ŰΡĺŏâďįʼnğ · {progress}% 國國國國國⟧",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "⟦萬萬萬萬 · Vèѓѕíóʼn {versionNumber} 國國國國⟧",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "⟦萬萬 ÜΡĺŏáďŝ 國國⟧"
|
package/dist/i18n/es-419.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Completada",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Completada · Versión {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Error: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Cargando · {progress} %",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Versión {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "Cargas"
|
package/dist/i18n/es-ES.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Completada",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Completada · Versión {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Error: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Cargando · {progress} %",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Versión {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "Cargas"
|
package/dist/i18n/fi-FI.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Valmis",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Valmis · Versio {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Virhe: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Ladataan · {progress} %",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Versio {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "Lataukset"
|
package/dist/i18n/fr-CA.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Terminé",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Terminé · Version {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Erreur : {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Chargement · {progress} %",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Version {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "Chargements"
|
package/dist/i18n/fr-FR.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Terminé",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Terminé · Version {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Erreur : {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Chargement · {progress} %",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Version {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "Chargements"
|
package/dist/i18n/hi-IN.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "पूरा हो गया",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "पूरा हो गया · वर्ज़न {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "त्रुटि: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "अपलोड हो रहा है · {progress}%",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· वर्ज़न {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "अपलोड्स"
|
package/dist/i18n/it-IT.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Completato",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Completato · Versione {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Errore: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Upload in corso · {progress}%",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Versione {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "Upload"
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "完了しました",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "完了しました · バージョン{versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "エラー: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "アップロード中 · {progress}%",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· バージョン{versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "アップロード"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading","description":"Status text shown beneath file name during upload","defaultMessage":"Uploading · {progress}%"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted","description":"Status text shown beneath file name when upload completes","defaultMessage":"Completed"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion","description":"Status text shown when upload completes as a new file version","defaultMessage":"Completed · Version {versionNumber}"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix","description":"Gray version suffix appended after the green \"Completed\" text","defaultMessage":"· Version {versionNumber}"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled","description":"Status text shown beneath file name when upload is canceled","defaultMessage":"Canceled"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemStatusError","description":"Status text shown beneath file name when upload fails","defaultMessage":"Error: {errorMessage}"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel","description":"Accessible label for the circular progress indicator on each uploading row","defaultMessage":"Uploading {name}, {progress}% complete"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemActionCancel","description":"Label for the cancel action button on an uploading item","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel","description":"Accessible label for the cancel icon button, includes the file name","defaultMessage":"Cancel upload for {name}"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemActionRetry","description":"Label for the retry action button on a failed or canceled item","defaultMessage":"Retry"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel","description":"Accessible label for the retry icon button, includes the file name","defaultMessage":"Retry upload for {name}"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemActionRemove","description":"Label for the remove action button on a completed/errored/canceled item","defaultMessage":"Remove"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel","description":"Accessible label for the remove icon button, includes the file name","defaultMessage":"Remove {name}"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemActionOpen","description":"Label for the open action button on a completed item","defaultMessage":"Open"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel","description":"Accessible label for the open icon button, includes the file name","defaultMessage":"Open {name}"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemActionShare","description":"Label for the share action button on a completed item","defaultMessage":"Share"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel","description":"Accessible label for the share icon button, includes the file name","defaultMessage":"Share {name}"}]
|
|
1
|
+
[{"id":"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading","description":"Status text shown beneath file name during upload","defaultMessage":"Uploading · {progress}%"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted","description":"Status text shown beneath file name when upload completes","defaultMessage":"Completed"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion","description":"Status text shown when upload completes as a new file version","defaultMessage":"Completed · Version {versionNumber}"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix","description":"Gray version suffix appended after the green \"Completed\" text","defaultMessage":"· Version {versionNumber}"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled","description":"Status text shown beneath file name when upload is canceled","defaultMessage":"Canceled"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemStatusError","description":"Status text shown beneath file name when upload fails","defaultMessage":"Error: {errorMessage}"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage","description":"Status text shown beneath file name when upload fails and no error reason is available","defaultMessage":"Error"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel","description":"Accessible label for the circular progress indicator on each uploading row","defaultMessage":"Uploading {name}, {progress}% complete"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemActionCancel","description":"Label for the cancel action button on an uploading item","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel","description":"Accessible label for the cancel icon button, includes the file name","defaultMessage":"Cancel upload for {name}"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemActionRetry","description":"Label for the retry action button on a failed or canceled item","defaultMessage":"Retry"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel","description":"Accessible label for the retry icon button, includes the file name","defaultMessage":"Retry upload for {name}"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemActionRemove","description":"Label for the remove action button on a completed/errored/canceled item","defaultMessage":"Remove"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel","description":"Accessible label for the remove icon button, includes the file name","defaultMessage":"Remove {name}"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemActionOpen","description":"Label for the open action button on a completed item","defaultMessage":"Open"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel","description":"Accessible label for the open icon button, includes the file name","defaultMessage":"Open {name}"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemActionShare","description":"Label for the share action button on a completed item","defaultMessage":"Share"},{"id":"groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel","description":"Accessible label for the share icon button, includes the file name","defaultMessage":"Share {name}"}]
|
package/dist/i18n/ko-KR.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "완료됨",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "완료됨 · 버전 {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "오류: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "업로드 중 · {progress}%",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· 버전 {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "업로드"
|
package/dist/i18n/nb-NO.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Fullført",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Fullført · Versjon {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Feil: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Opplasting · {progress}%",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Versjon {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "Opplastninger"
|
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Voltooid",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Voltooid · Versie {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Fout: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Wordt geüpload · {progress} %",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Versie {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "Uploads"
|
package/dist/i18n/pl-PL.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Zakończono",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Zakończono · Wersja {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Błąd: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Trwa przekazywanie · {progress}%",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Wersja {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "Przekazane"
|
package/dist/i18n/pt-BR.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Concluído",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Concluído · Versão {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Erro: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Carregando · {progress}%",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Versão {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "Carregadas"
|
package/dist/i18n/ru-RU.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Завершено",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Завершено · Версия {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Ошибка: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Загрузка · {progress}%",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Версия {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "Загрузки"
|
package/dist/i18n/sv-SE.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Slutförd",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Slutförd · Version {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Fel: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Laddar upp · {progress}%",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Version {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "laddar upp"
|
package/dist/i18n/tr-TR.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Tamamlandı",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Tamamlandı · Sürüm {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Hata: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Yükleniyor · %{progress}",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Sürüm {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "Karşıya yüklenenler"
|
package/dist/i18n/zh-CN.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "已完成",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "已完成 · 版本 {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "错误:{errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "正在上传 · {progress}%",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· 版本 {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "上传"
|
package/dist/i18n/zh-TW.js
CHANGED
|
@@ -30,6 +30,7 @@ export default {
|
|
|
30
30
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Completed",
|
|
31
31
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Completed · Version {versionNumber}",
|
|
32
32
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Error: {errorMessage}",
|
|
33
|
+
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
33
34
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Uploading · {progress}%",
|
|
34
35
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Version {versionNumber}",
|
|
35
36
|
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "Uploads"
|