@box/uploads-manager 2.1.9 → 2.1.11

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.
Files changed (56) hide show
  1. package/dist/i18n/bn-IN.js +37 -36
  2. package/dist/i18n/da-DK.js +36 -36
  3. package/dist/i18n/de-DE.js +35 -36
  4. package/dist/i18n/en-AU.js +8 -36
  5. package/dist/i18n/en-CA.js +2 -37
  6. package/dist/i18n/en-GB.js +8 -36
  7. package/dist/i18n/en-x-pseudo.js +2 -37
  8. package/dist/i18n/es-419.js +35 -36
  9. package/dist/i18n/es-ES.js +35 -36
  10. package/dist/i18n/fi-FI.js +37 -36
  11. package/dist/i18n/fr-CA.js +36 -36
  12. package/dist/i18n/fr-FR.js +36 -36
  13. package/dist/i18n/hi-IN.js +37 -36
  14. package/dist/i18n/it-IT.js +37 -36
  15. package/dist/i18n/ja-JP.js +37 -36
  16. package/dist/i18n/ko-KR.js +37 -36
  17. package/dist/i18n/nb-NO.js +37 -36
  18. package/dist/i18n/nl-NL.js +36 -36
  19. package/dist/i18n/pl-PL.js +37 -36
  20. package/dist/i18n/pt-BR.js +37 -36
  21. package/dist/i18n/ru-RU.js +37 -36
  22. package/dist/i18n/sv-SE.js +36 -36
  23. package/dist/i18n/tr-TR.js +37 -36
  24. package/dist/i18n/zh-CN.js +37 -36
  25. package/dist/i18n/zh-TW.js +37 -36
  26. package/package.json +9 -9
  27. package/dist/i18n/bn-IN.properties +0 -70
  28. package/dist/i18n/da-DK.properties +0 -70
  29. package/dist/i18n/de-DE.properties +0 -70
  30. package/dist/i18n/en-AU.properties +0 -70
  31. package/dist/i18n/en-CA.properties +0 -70
  32. package/dist/i18n/en-GB.properties +0 -70
  33. package/dist/i18n/en-US.js +0 -37
  34. package/dist/i18n/en-US.properties +0 -70
  35. package/dist/i18n/en-x-pseudo.properties +0 -70
  36. package/dist/i18n/es-419.properties +0 -70
  37. package/dist/i18n/es-ES.properties +0 -70
  38. package/dist/i18n/fi-FI.properties +0 -70
  39. package/dist/i18n/fr-CA.properties +0 -70
  40. package/dist/i18n/fr-FR.properties +0 -70
  41. package/dist/i18n/hi-IN.properties +0 -70
  42. package/dist/i18n/it-IT.properties +0 -70
  43. package/dist/i18n/ja-JP.properties +0 -70
  44. package/dist/i18n/json/src/lib/uploads-header/uploads-header.messages.json +0 -1
  45. package/dist/i18n/json/src/lib/uploads-item/uploads-item.messages.json +0 -1
  46. package/dist/i18n/json/src/lib/uploads-item-list/uploads-item-list.messages.json +0 -1
  47. package/dist/i18n/ko-KR.properties +0 -70
  48. package/dist/i18n/nb-NO.properties +0 -70
  49. package/dist/i18n/nl-NL.properties +0 -70
  50. package/dist/i18n/pl-PL.properties +0 -70
  51. package/dist/i18n/pt-BR.properties +0 -70
  52. package/dist/i18n/ru-RU.properties +0 -70
  53. package/dist/i18n/sv-SE.properties +0 -70
  54. package/dist/i18n/tr-TR.properties +0 -70
  55. package/dist/i18n/zh-CN.properties +0 -70
  56. package/dist/i18n/zh-TW.properties +0 -70
@@ -1,37 +1,38 @@
1
+ // THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
1
2
  export default {
2
- "groupSharedFeatures.uploadsManager.header.cancelAll": "取消全部",
3
- "groupSharedFeatures.uploadsManager.header.progressAriaLabel": "上传进度",
4
- "groupSharedFeatures.uploadsManager.header.retryAll": "全部重试",
5
- "groupSharedFeatures.uploadsManager.header.statusIconCanceled": "上传已取消",
6
- "groupSharedFeatures.uploadsManager.header.statusIconComplete": "上传完成",
7
- "groupSharedFeatures.uploadsManager.header.statusIconError": "上传错误",
8
- "groupSharedFeatures.uploadsManager.header.statusIconPending": "待上传",
9
- "groupSharedFeatures.uploadsManager.header.subtitleErrors": "{failedCount,plural,one{# 个错误} other{# 个错误}}",
10
- "groupSharedFeatures.uploadsManager.header.subtitleProgress": "已完成 {completedCount} 项,共 {totalCount} 项",
11
- "groupSharedFeatures.uploadsManager.header.titleCanceled": "上传已取消",
12
- "groupSharedFeatures.uploadsManager.header.titleComplete": "上传完成",
13
- "groupSharedFeatures.uploadsManager.header.titleDragAndDrop": "拖放文件",
14
- "groupSharedFeatures.uploadsManager.header.titleErrorAllFailed": "上传失败",
15
- "groupSharedFeatures.uploadsManager.header.titleUploading": "正在上传",
16
- "groupSharedFeatures.uploadsManager.header.toggleCollapse": "折叠上传面板",
17
- "groupSharedFeatures.uploadsManager.header.toggleExpand": "展开上传面板",
18
- "groupSharedFeatures.uploadsManager.itemList.itemActionCancel": "取消",
19
- "groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel": "取消上传 {name}",
20
- "groupSharedFeatures.uploadsManager.itemList.itemActionOpen": "打开",
21
- "groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel": "打开 {name}",
22
- "groupSharedFeatures.uploadsManager.itemList.itemActionRemove": "移除",
23
- "groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel": "移除 {name}",
24
- "groupSharedFeatures.uploadsManager.itemList.itemActionRetry": "重试",
25
- "groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel": "重新上传 {name}",
26
- "groupSharedFeatures.uploadsManager.itemList.itemActionShare": "共享",
27
- "groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel": "共享 {name}",
28
- "groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel": "正在上传 {name},已完成 {progress}%",
29
- "groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled": "已取消",
30
- "groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "已完成",
31
- "groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "已完成 · 版本 {versionNumber}",
32
- "groupSharedFeatures.uploadsManager.itemList.itemStatusError": "错误:{errorMessage}",
33
- "groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "错误",
34
- "groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "正在上传 · {progress}%",
35
- "groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· 版本 {versionNumber}",
36
- "groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "上传"
37
- }
3
+ "groupSharedFeatures.uploadsManager.header.cancelAll": "取消全部",
4
+ "groupSharedFeatures.uploadsManager.header.progressAriaLabel": "上传进度",
5
+ "groupSharedFeatures.uploadsManager.header.retryAll": "全部重试",
6
+ "groupSharedFeatures.uploadsManager.header.statusIconCanceled": "上传已取消",
7
+ "groupSharedFeatures.uploadsManager.header.statusIconComplete": "上传完成",
8
+ "groupSharedFeatures.uploadsManager.header.statusIconError": "上传错误",
9
+ "groupSharedFeatures.uploadsManager.header.statusIconPending": "待上传",
10
+ "groupSharedFeatures.uploadsManager.header.subtitleErrors": "{failedCount,plural,one{# 个错误} other{# 个错误}}",
11
+ "groupSharedFeatures.uploadsManager.header.subtitleProgress": "已完成 {completedCount} 项,共 {totalCount} 项",
12
+ "groupSharedFeatures.uploadsManager.header.titleCanceled": "上传已取消",
13
+ "groupSharedFeatures.uploadsManager.header.titleComplete": "上传完成",
14
+ "groupSharedFeatures.uploadsManager.header.titleDragAndDrop": "拖放文件",
15
+ "groupSharedFeatures.uploadsManager.header.titleErrorAllFailed": "上传失败",
16
+ "groupSharedFeatures.uploadsManager.header.titleUploading": "正在上传",
17
+ "groupSharedFeatures.uploadsManager.header.toggleCollapse": "折叠上传面板",
18
+ "groupSharedFeatures.uploadsManager.header.toggleExpand": "展开上传面板",
19
+ "groupSharedFeatures.uploadsManager.itemList.itemActionCancel": "取消",
20
+ "groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel": "取消上传 {name}",
21
+ "groupSharedFeatures.uploadsManager.itemList.itemActionOpen": "打开",
22
+ "groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel": "打开 {name}",
23
+ "groupSharedFeatures.uploadsManager.itemList.itemActionRemove": "移除",
24
+ "groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel": "移除 {name}",
25
+ "groupSharedFeatures.uploadsManager.itemList.itemActionRetry": "重试",
26
+ "groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel": "重新上传 {name}",
27
+ "groupSharedFeatures.uploadsManager.itemList.itemActionShare": "共享",
28
+ "groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel": "共享 {name}",
29
+ "groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel": "正在上传 {name},已完成 {progress}%",
30
+ "groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled": "已取消",
31
+ "groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "已完成",
32
+ "groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "已完成 · 版本 {versionNumber}",
33
+ "groupSharedFeatures.uploadsManager.itemList.itemStatusError": "错误:{errorMessage}",
34
+ "groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "错误",
35
+ "groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "正在上传 · {progress}%",
36
+ "groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· 版本 {versionNumber}",
37
+ "groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "上传"
38
+ };
@@ -1,37 +1,38 @@
1
+ // THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
1
2
  export default {
2
- "groupSharedFeatures.uploadsManager.header.cancelAll": "全部取消",
3
- "groupSharedFeatures.uploadsManager.header.progressAriaLabel": "上傳進度",
4
- "groupSharedFeatures.uploadsManager.header.retryAll": "全部重試",
5
- "groupSharedFeatures.uploadsManager.header.statusIconCanceled": "上傳已取消",
6
- "groupSharedFeatures.uploadsManager.header.statusIconComplete": "上傳完成",
7
- "groupSharedFeatures.uploadsManager.header.statusIconError": "上傳錯誤",
8
- "groupSharedFeatures.uploadsManager.header.statusIconPending": "待上傳",
9
- "groupSharedFeatures.uploadsManager.header.subtitleErrors": "{failedCount,plural,other{# 個錯誤}}",
10
- "groupSharedFeatures.uploadsManager.header.subtitleProgress": "{totalCount} 中的 {completedCount} 已完成",
11
- "groupSharedFeatures.uploadsManager.header.titleCanceled": "上傳已取消",
12
- "groupSharedFeatures.uploadsManager.header.titleComplete": "上傳完成",
13
- "groupSharedFeatures.uploadsManager.header.titleDragAndDrop": "拖放檔案",
14
- "groupSharedFeatures.uploadsManager.header.titleErrorAllFailed": "上傳失敗",
15
- "groupSharedFeatures.uploadsManager.header.titleUploading": "正在上傳",
16
- "groupSharedFeatures.uploadsManager.header.toggleCollapse": "收合上傳面板",
17
- "groupSharedFeatures.uploadsManager.header.toggleExpand": "展開上傳面板",
18
- "groupSharedFeatures.uploadsManager.itemList.itemActionCancel": "取消",
19
- "groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel": "取消 {name} 的上傳",
20
- "groupSharedFeatures.uploadsManager.itemList.itemActionOpen": "開啟",
21
- "groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel": "開啟 {name}",
22
- "groupSharedFeatures.uploadsManager.itemList.itemActionRemove": "移除",
23
- "groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel": "移除 {name}",
24
- "groupSharedFeatures.uploadsManager.itemList.itemActionRetry": "重試",
25
- "groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel": "為 {name} 重試上傳",
26
- "groupSharedFeatures.uploadsManager.itemList.itemActionShare": "共用",
27
- "groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel": "共用 {name}",
28
- "groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel": "正在上傳 {name},{progress}%",
29
- "groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled": "已取消",
30
- "groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "已完成",
31
- "groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "已完成 · 版本 {versionNumber}",
32
- "groupSharedFeatures.uploadsManager.itemList.itemStatusError": "錯誤:{errorMessage}",
33
- "groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "錯誤",
34
- "groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "上傳中 · {progress}%",
35
- "groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· 版本 {versionNumber}",
36
- "groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "上傳項目"
37
- }
3
+ "groupSharedFeatures.uploadsManager.header.cancelAll": "全部取消",
4
+ "groupSharedFeatures.uploadsManager.header.progressAriaLabel": "上傳進度",
5
+ "groupSharedFeatures.uploadsManager.header.retryAll": "全部重試",
6
+ "groupSharedFeatures.uploadsManager.header.statusIconCanceled": "上傳已取消",
7
+ "groupSharedFeatures.uploadsManager.header.statusIconComplete": "上傳完成",
8
+ "groupSharedFeatures.uploadsManager.header.statusIconError": "上傳錯誤",
9
+ "groupSharedFeatures.uploadsManager.header.statusIconPending": "待上傳",
10
+ "groupSharedFeatures.uploadsManager.header.subtitleErrors": "{failedCount,plural,other{# 個錯誤}}",
11
+ "groupSharedFeatures.uploadsManager.header.subtitleProgress": "{totalCount} 中的 {completedCount} 已完成",
12
+ "groupSharedFeatures.uploadsManager.header.titleCanceled": "上傳已取消",
13
+ "groupSharedFeatures.uploadsManager.header.titleComplete": "上傳完成",
14
+ "groupSharedFeatures.uploadsManager.header.titleDragAndDrop": "拖放檔案",
15
+ "groupSharedFeatures.uploadsManager.header.titleErrorAllFailed": "上傳失敗",
16
+ "groupSharedFeatures.uploadsManager.header.titleUploading": "正在上傳",
17
+ "groupSharedFeatures.uploadsManager.header.toggleCollapse": "收合上傳面板",
18
+ "groupSharedFeatures.uploadsManager.header.toggleExpand": "展開上傳面板",
19
+ "groupSharedFeatures.uploadsManager.itemList.itemActionCancel": "取消",
20
+ "groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel": "取消 {name} 的上傳",
21
+ "groupSharedFeatures.uploadsManager.itemList.itemActionOpen": "開啟",
22
+ "groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel": "開啟 {name}",
23
+ "groupSharedFeatures.uploadsManager.itemList.itemActionRemove": "移除",
24
+ "groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel": "移除 {name}",
25
+ "groupSharedFeatures.uploadsManager.itemList.itemActionRetry": "重試",
26
+ "groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel": "為 {name} 重試上傳",
27
+ "groupSharedFeatures.uploadsManager.itemList.itemActionShare": "共用",
28
+ "groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel": "共用 {name}",
29
+ "groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel": "正在上傳 {name},{progress}%",
30
+ "groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled": "已取消",
31
+ "groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "已完成",
32
+ "groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "已完成 · 版本 {versionNumber}",
33
+ "groupSharedFeatures.uploadsManager.itemList.itemStatusError": "錯誤:{errorMessage}",
34
+ "groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "錯誤",
35
+ "groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "上傳中 · {progress}%",
36
+ "groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· 版本 {versionNumber}",
37
+ "groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "上傳項目"
38
+ };
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@box/uploads-manager",
3
- "version": "2.1.9",
3
+ "version": "2.1.11",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
- "@box/blueprint-web": "^16.4.1",
7
- "@box/blueprint-web-assets": "^5.2.6",
8
- "@box/item-icon": "^3.2.7",
6
+ "@box/blueprint-web": "^16.4.2",
7
+ "@box/blueprint-web-assets": "^5.2.7",
8
+ "@box/item-icon": "^3.2.9",
9
9
  "react": "^18.0.0",
10
10
  "react-aria-components": "1.16.0",
11
11
  "react-dom": "^18.0.0",
@@ -15,11 +15,11 @@
15
15
  "access": "public"
16
16
  },
17
17
  "devDependencies": {
18
- "@box/blueprint-web": "^16.4.1",
19
- "@box/blueprint-web-assets": "^5.2.6",
20
- "@box/eslint-plugin-blueprint": "2.1.4",
21
- "@box/item-icon": "^3.2.7",
22
- "@box/storybook-utils": "1.1.8",
18
+ "@box/blueprint-web": "^16.4.2",
19
+ "@box/blueprint-web-assets": "^5.2.7",
20
+ "@box/eslint-plugin-blueprint": "2.1.5",
21
+ "@box/item-icon": "^3.2.9",
22
+ "@box/storybook-utils": "1.1.9",
23
23
  "react-aria-components": "1.16.0",
24
24
  "react-intl": "^6.4.2"
25
25
  },
@@ -1,70 +0,0 @@
1
- # Button label to cancel all pending and in-progress uploads
2
- groupSharedFeatures.uploadsManager.header.cancelAll = সমস্ত বাতিল করুন
3
- # Accessible label for the progress bar
4
- groupSharedFeatures.uploadsManager.header.progressAriaLabel = অগ্রগতি আপলোড করুন
5
- # Button label to retry all failed uploads
6
- groupSharedFeatures.uploadsManager.header.retryAll = সমস্ত পুনঃচেষ্টা করুন
7
- # Accessible label for the status icon in canceled state
8
- groupSharedFeatures.uploadsManager.header.statusIconCanceled = আপলোড বাতিল করা হয়েছে
9
- # Accessible label for the status icon in success state
10
- groupSharedFeatures.uploadsManager.header.statusIconComplete = আপলোড সম্পূর্ণ করুন
11
- # Accessible label for the status icon in error state
12
- groupSharedFeatures.uploadsManager.header.statusIconError = আপলোডের ত্রুটি
13
- # Accessible label for the status icon in pending/uploading states
14
- groupSharedFeatures.uploadsManager.header.statusIconPending = আপলোড পেন্ডিং রয়েছে
15
- # Header subtitle showing the number of failed uploads (states 5a, 5b)
16
- groupSharedFeatures.uploadsManager.header.subtitleErrors = {failedCount,plural,one{#টি ত্রুটি} other{#টি ত্রুটি}}
17
- # Header subtitle showing how many uploads have completed out of total (states 2, 3, 4)
18
- groupSharedFeatures.uploadsManager.header.subtitleProgress = {totalCount}টির মধ্যে {completedCount}টি সম্পূর্ণ
19
- # Header title when uploads are canceled (state 6)
20
- groupSharedFeatures.uploadsManager.header.titleCanceled = আপলোড বাতিল করা হয়েছে
21
- # Header title when uploads have completed, with or without errors (states 4, 5a)
22
- groupSharedFeatures.uploadsManager.header.titleComplete = আপলোড সম্পূর্ণ হয়েছে
23
- # Header title when uploads manager is idle with no files (state 1)
24
- groupSharedFeatures.uploadsManager.header.titleDragAndDrop = ফাইল টেনে এনে ড্রপ করুন
25
- # Header title when all uploads have failed with no completions (state 5b)
26
- groupSharedFeatures.uploadsManager.header.titleErrorAllFailed = আপলোড ব্যর্থ হয়েছে
27
- # Header title while uploads are queued or in progress (states 2, 3)
28
- groupSharedFeatures.uploadsManager.header.titleUploading = আপলোড করা হচ্ছে
29
- # Aria label for chevron button when the panel is expanded
30
- groupSharedFeatures.uploadsManager.header.toggleCollapse = আপলোড প্যানেল সংকুচিত করুন
31
- # Aria label for chevron button when the panel is collapsed
32
- groupSharedFeatures.uploadsManager.header.toggleExpand = আপলোড প্যানেল প্রসারিত করুন
33
- # Label for the cancel action button on an uploading item
34
- groupSharedFeatures.uploadsManager.itemList.itemActionCancel = বাতিল করুন
35
- # Accessible label for the cancel icon button, includes the file name
36
- groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel = {name}-এর জন্য আপলোড বাতিল করুন
37
- # Label for the open action button on a completed item
38
- groupSharedFeatures.uploadsManager.itemList.itemActionOpen = খুলুন
39
- # Accessible label for the open icon button, includes the file name
40
- groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel = {name} খুলুন
41
- # Label for the remove action button on a completed/errored/canceled item
42
- groupSharedFeatures.uploadsManager.itemList.itemActionRemove = অপসারণ করুন
43
- # Accessible label for the remove icon button, includes the file name
44
- groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel = {name} অপসারণ করুন
45
- # Label for the retry action button on a failed or canceled item
46
- groupSharedFeatures.uploadsManager.itemList.itemActionRetry = আবার চেষ্টা করুন
47
- # Accessible label for the retry icon button, includes the file name
48
- groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel = {name}-এর জন্য পুনরায় আপলোড করার চেষ্টা করুন
49
- # Label for the share action button on a completed item
50
- groupSharedFeatures.uploadsManager.itemList.itemActionShare = শেয়ার করুন
51
- # Accessible label for the share icon button, includes the file name
52
- groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel = {name} শেয়ার করুন
53
- # Accessible label for the circular progress indicator on each uploading row
54
- groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel = {name}, {progress}% সম্পূর্ণ আপলোড করা হচ্ছে
55
- # Status text shown beneath file name when upload is canceled
56
- groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled = বাতিল হয়েছে
57
- # Status text shown beneath file name when upload completes
58
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted = সম্পূর্ণ হয়েছে
59
- # Status text shown when upload completes as a new file version
60
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion = সম্পূর্ণ হয়েছে · ভার্সন {versionNumber}
61
- # Status text shown beneath file name when upload fails
62
- groupSharedFeatures.uploadsManager.itemList.itemStatusError = ত্রুটি: {errorMessage}
63
- # Status text shown beneath file name when upload fails and no error reason is available
64
- groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage = ত্রুটি
65
- # Status text shown beneath file name during upload
66
- groupSharedFeatures.uploadsManager.itemList.itemStatusUploading = আপলোড করা হচ্ছে · {progress}%
67
- # Gray version suffix appended after the green "Completed" text
68
- groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix = · ভার্সন {versionNumber}
69
- # Accessible label for the uploads item list
70
- groupSharedFeatures.uploadsManager.itemList.listAriaLabel = আপলোড
@@ -1,70 +0,0 @@
1
- # Button label to cancel all pending and in-progress uploads
2
- groupSharedFeatures.uploadsManager.header.cancelAll = Annuller alle
3
- # Accessible label for the progress bar
4
- groupSharedFeatures.uploadsManager.header.progressAriaLabel = Upload-forløb
5
- # Button label to retry all failed uploads
6
- groupSharedFeatures.uploadsManager.header.retryAll = Prøv alle igen
7
- # Accessible label for the status icon in canceled state
8
- groupSharedFeatures.uploadsManager.header.statusIconCanceled = Upload annulleret
9
- # Accessible label for the status icon in success state
10
- groupSharedFeatures.uploadsManager.header.statusIconComplete = Upload fuldført
11
- # Accessible label for the status icon in error state
12
- groupSharedFeatures.uploadsManager.header.statusIconError = Fejl ved upload
13
- # Accessible label for the status icon in pending/uploading states
14
- groupSharedFeatures.uploadsManager.header.statusIconPending = Afventer upload
15
- # Header subtitle showing the number of failed uploads (states 5a, 5b)
16
- groupSharedFeatures.uploadsManager.header.subtitleErrors = {failedCount,plural,one{# Fejl} other{# Fejl}}
17
- # Header subtitle showing how many uploads have completed out of total (states 2, 3, 4)
18
- groupSharedFeatures.uploadsManager.header.subtitleProgress = {completedCount} af {totalCount} fuldført
19
- # Header title when uploads are canceled (state 6)
20
- groupSharedFeatures.uploadsManager.header.titleCanceled = Uploads annulleret
21
- # Header title when uploads have completed, with or without errors (states 4, 5a)
22
- groupSharedFeatures.uploadsManager.header.titleComplete = Uploads fuldført
23
- # Header title when uploads manager is idle with no files (state 1)
24
- groupSharedFeatures.uploadsManager.header.titleDragAndDrop = Træk og slip filer
25
- # Header title when all uploads have failed with no completions (state 5b)
26
- groupSharedFeatures.uploadsManager.header.titleErrorAllFailed = Uploads mislykkedes
27
- # Header title while uploads are queued or in progress (states 2, 3)
28
- groupSharedFeatures.uploadsManager.header.titleUploading = Upload
29
- # Aria label for chevron button when the panel is expanded
30
- groupSharedFeatures.uploadsManager.header.toggleCollapse = Skjul upload-panel
31
- # Aria label for chevron button when the panel is collapsed
32
- groupSharedFeatures.uploadsManager.header.toggleExpand = Udvid uploadpanel
33
- # Label for the cancel action button on an uploading item
34
- groupSharedFeatures.uploadsManager.itemList.itemActionCancel = Annuller
35
- # Accessible label for the cancel icon button, includes the file name
36
- groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel = Annuller upload af {name}
37
- # Label for the open action button on a completed item
38
- groupSharedFeatures.uploadsManager.itemList.itemActionOpen = Åbn
39
- # Accessible label for the open icon button, includes the file name
40
- groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel = Åbn {name}
41
- # Label for the remove action button on a completed/errored/canceled item
42
- groupSharedFeatures.uploadsManager.itemList.itemActionRemove = Fjern
43
- # Accessible label for the remove icon button, includes the file name
44
- groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel = Fjern {name}
45
- # Label for the retry action button on a failed or canceled item
46
- groupSharedFeatures.uploadsManager.itemList.itemActionRetry = Prøv igen
47
- # Accessible label for the retry icon button, includes the file name
48
- groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel = Prøv upload af {name} igen
49
- # Label for the share action button on a completed item
50
- groupSharedFeatures.uploadsManager.itemList.itemActionShare = Del
51
- # Accessible label for the share icon button, includes the file name
52
- groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel = Del {name}
53
- # Accessible label for the circular progress indicator on each uploading row
54
- groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel = Uploader {name}, {progress} % fuldført
55
- # Status text shown beneath file name when upload is canceled
56
- groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled = Annulleret
57
- # Status text shown beneath file name when upload completes
58
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted = Fuldført
59
- # Status text shown when upload completes as a new file version
60
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion = Fuldført · Version {versionNumber}
61
- # Status text shown beneath file name when upload fails
62
- groupSharedFeatures.uploadsManager.itemList.itemStatusError = Fejl: {errorMessage}
63
- # Status text shown beneath file name when upload fails and no error reason is available
64
- groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage = Fejl
65
- # Status text shown beneath file name during upload
66
- groupSharedFeatures.uploadsManager.itemList.itemStatusUploading = Uploader · {progress}%
67
- # Gray version suffix appended after the green "Completed" text
68
- groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix = · Version {versionNumber}
69
- # Accessible label for the uploads item list
70
- groupSharedFeatures.uploadsManager.itemList.listAriaLabel = Uploader
@@ -1,70 +0,0 @@
1
- # Button label to cancel all pending and in-progress uploads
2
- groupSharedFeatures.uploadsManager.header.cancelAll = Alle abbrechen
3
- # Accessible label for the progress bar
4
- groupSharedFeatures.uploadsManager.header.progressAriaLabel = Upload-Fortschritt
5
- # Button label to retry all failed uploads
6
- groupSharedFeatures.uploadsManager.header.retryAll = Alle erneut versuchen
7
- # Accessible label for the status icon in canceled state
8
- groupSharedFeatures.uploadsManager.header.statusIconCanceled = Upload abgebrochen
9
- # Accessible label for the status icon in success state
10
- groupSharedFeatures.uploadsManager.header.statusIconComplete = Upload abgeschlossen
11
- # Accessible label for the status icon in error state
12
- groupSharedFeatures.uploadsManager.header.statusIconError = Uploadfehler
13
- # Accessible label for the status icon in pending/uploading states
14
- groupSharedFeatures.uploadsManager.header.statusIconPending = Upload ausstehend
15
- # Header subtitle showing the number of failed uploads (states 5a, 5b)
16
- groupSharedFeatures.uploadsManager.header.subtitleErrors = {failedCount,plural,one{# Fehler} other{# Fehler}}
17
- # Header subtitle showing how many uploads have completed out of total (states 2, 3, 4)
18
- groupSharedFeatures.uploadsManager.header.subtitleProgress = {completedCount} von {totalCount} abgeschlossen
19
- # Header title when uploads are canceled (state 6)
20
- groupSharedFeatures.uploadsManager.header.titleCanceled = Uploads abgebrochen
21
- # Header title when uploads have completed, with or without errors (states 4, 5a)
22
- groupSharedFeatures.uploadsManager.header.titleComplete = Uploads abgeschlossen
23
- # Header title when uploads manager is idle with no files (state 1)
24
- groupSharedFeatures.uploadsManager.header.titleDragAndDrop = Dateien per Drag-and-Drop verschieben
25
- # Header title when all uploads have failed with no completions (state 5b)
26
- groupSharedFeatures.uploadsManager.header.titleErrorAllFailed = Uploads fehlgeschlagen
27
- # Header title while uploads are queued or in progress (states 2, 3)
28
- groupSharedFeatures.uploadsManager.header.titleUploading = Wird hochgeladen
29
- # Aria label for chevron button when the panel is expanded
30
- groupSharedFeatures.uploadsManager.header.toggleCollapse = Upload-Bereich einklappen
31
- # Aria label for chevron button when the panel is collapsed
32
- groupSharedFeatures.uploadsManager.header.toggleExpand = Upload-Bereich ausklappen
33
- # Label for the cancel action button on an uploading item
34
- groupSharedFeatures.uploadsManager.itemList.itemActionCancel = Abbrechen
35
- # Accessible label for the cancel icon button, includes the file name
36
- groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel = Upload für {name} abbrechen
37
- # Label for the open action button on a completed item
38
- groupSharedFeatures.uploadsManager.itemList.itemActionOpen = Öffnen
39
- # Accessible label for the open icon button, includes the file name
40
- groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel = {name} öffnen
41
- # Label for the remove action button on a completed/errored/canceled item
42
- groupSharedFeatures.uploadsManager.itemList.itemActionRemove = Entfernen
43
- # Accessible label for the remove icon button, includes the file name
44
- groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel = {name} entfernen
45
- # Label for the retry action button on a failed or canceled item
46
- groupSharedFeatures.uploadsManager.itemList.itemActionRetry = Erneut versuchen
47
- # Accessible label for the retry icon button, includes the file name
48
- groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel = Upload für {name} erneut versuchen
49
- # Label for the share action button on a completed item
50
- groupSharedFeatures.uploadsManager.itemList.itemActionShare = Freigeben
51
- # Accessible label for the share icon button, includes the file name
52
- groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel = {name} freigeben
53
- # Accessible label for the circular progress indicator on each uploading row
54
- groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel = {name} wird hochgeladen, {progress}% abgeschlossen
55
- # Status text shown beneath file name when upload is canceled
56
- groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled = Abgebrochen
57
- # Status text shown beneath file name when upload completes
58
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted = Abgeschlossen
59
- # Status text shown when upload completes as a new file version
60
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion = Abgeschlossen · Version {versionNumber}
61
- # Status text shown beneath file name when upload fails
62
- groupSharedFeatures.uploadsManager.itemList.itemStatusError = Fehler: {errorMessage}
63
- # Status text shown beneath file name when upload fails and no error reason is available
64
- groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage = Fehler
65
- # Status text shown beneath file name during upload
66
- groupSharedFeatures.uploadsManager.itemList.itemStatusUploading = Wird hochgeladen · {progress}%
67
- # Gray version suffix appended after the green "Completed" text
68
- groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix = · Version {versionNumber}
69
- # Accessible label for the uploads item list
70
- groupSharedFeatures.uploadsManager.itemList.listAriaLabel = Uploads
@@ -1,70 +0,0 @@
1
- # Button label to cancel all pending and in-progress uploads
2
- groupSharedFeatures.uploadsManager.header.cancelAll = Cancel All
3
- # Accessible label for the progress bar
4
- groupSharedFeatures.uploadsManager.header.progressAriaLabel = Upload progress
5
- # Button label to retry all failed uploads
6
- groupSharedFeatures.uploadsManager.header.retryAll = Retry All
7
- # Accessible label for the status icon in canceled state
8
- groupSharedFeatures.uploadsManager.header.statusIconCanceled = Upload cancelled
9
- # Accessible label for the status icon in success state
10
- groupSharedFeatures.uploadsManager.header.statusIconComplete = Upload completed
11
- # Accessible label for the status icon in error state
12
- groupSharedFeatures.uploadsManager.header.statusIconError = Upload error
13
- # Accessible label for the status icon in pending/uploading states
14
- groupSharedFeatures.uploadsManager.header.statusIconPending = Pending upload
15
- # Header subtitle showing the number of failed uploads (states 5a, 5b)
16
- groupSharedFeatures.uploadsManager.header.subtitleErrors = {failedCount,plural,one{# Error} other{# Errors}}
17
- # Header subtitle showing how many uploads have completed out of total (states 2, 3, 4)
18
- groupSharedFeatures.uploadsManager.header.subtitleProgress = {completedCount} of {totalCount} complete
19
- # Header title when uploads are canceled (state 6)
20
- groupSharedFeatures.uploadsManager.header.titleCanceled = Uploads Cancelled
21
- # Header title when uploads have completed, with or without errors (states 4, 5a)
22
- groupSharedFeatures.uploadsManager.header.titleComplete = Uploads Completed
23
- # Header title when uploads manager is idle with no files (state 1)
24
- groupSharedFeatures.uploadsManager.header.titleDragAndDrop = Drag and drop files
25
- # Header title when all uploads have failed with no completions (state 5b)
26
- groupSharedFeatures.uploadsManager.header.titleErrorAllFailed = Uploads Failed
27
- # Header title while uploads are queued or in progress (states 2, 3)
28
- groupSharedFeatures.uploadsManager.header.titleUploading = Uploading
29
- # Aria label for chevron button when the panel is expanded
30
- groupSharedFeatures.uploadsManager.header.toggleCollapse = Collapse uploads panel
31
- # Aria label for chevron button when the panel is collapsed
32
- groupSharedFeatures.uploadsManager.header.toggleExpand = Expand uploads panel
33
- # Label for the cancel action button on an uploading item
34
- groupSharedFeatures.uploadsManager.itemList.itemActionCancel = Cancel
35
- # Accessible label for the cancel icon button, includes the file name
36
- groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel = Cancel upload for {name}
37
- # Label for the open action button on a completed item
38
- groupSharedFeatures.uploadsManager.itemList.itemActionOpen = Open
39
- # Accessible label for the open icon button, includes the file name
40
- groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel = Open {name}
41
- # Label for the remove action button on a completed/errored/canceled item
42
- groupSharedFeatures.uploadsManager.itemList.itemActionRemove = Remove
43
- # Accessible label for the remove icon button, includes the file name
44
- groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel = Remove {name}
45
- # Label for the retry action button on a failed or canceled item
46
- groupSharedFeatures.uploadsManager.itemList.itemActionRetry = Retry
47
- # Accessible label for the retry icon button, includes the file name
48
- groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel = Retry upload for {name}
49
- # Label for the share action button on a completed item
50
- groupSharedFeatures.uploadsManager.itemList.itemActionShare = Share
51
- # Accessible label for the share icon button, includes the file name
52
- groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel = Share {name}
53
- # Accessible label for the circular progress indicator on each uploading row
54
- groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel = Uploading {name}, {progress}% complete
55
- # Status text shown beneath file name when upload is canceled
56
- groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled = Cancelled
57
- # Status text shown beneath file name when upload completes
58
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted = Completed
59
- # Status text shown when upload completes as a new file version
60
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion = Completed · Version {versionNumber}
61
- # Status text shown beneath file name when upload fails
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
65
- # Status text shown beneath file name during upload
66
- groupSharedFeatures.uploadsManager.itemList.itemStatusUploading = Uploading · {progress}%
67
- # Gray version suffix appended after the green "Completed" text
68
- groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix = · Version {versionNumber}
69
- # Accessible label for the uploads item list
70
- groupSharedFeatures.uploadsManager.itemList.listAriaLabel = Uploads
@@ -1,70 +0,0 @@
1
- # Button label to cancel all pending and in-progress uploads
2
- groupSharedFeatures.uploadsManager.header.cancelAll = Cancel All
3
- # Accessible label for the progress bar
4
- groupSharedFeatures.uploadsManager.header.progressAriaLabel = Upload progress
5
- # Button label to retry all failed uploads
6
- groupSharedFeatures.uploadsManager.header.retryAll = Retry All
7
- # Accessible label for the status icon in canceled state
8
- groupSharedFeatures.uploadsManager.header.statusIconCanceled = Upload canceled
9
- # Accessible label for the status icon in success state
10
- groupSharedFeatures.uploadsManager.header.statusIconComplete = Upload complete
11
- # Accessible label for the status icon in error state
12
- groupSharedFeatures.uploadsManager.header.statusIconError = Upload error
13
- # Accessible label for the status icon in pending/uploading states
14
- groupSharedFeatures.uploadsManager.header.statusIconPending = Pending upload
15
- # Header subtitle showing the number of failed uploads (states 5a, 5b)
16
- groupSharedFeatures.uploadsManager.header.subtitleErrors = {failedCount, plural, one {# Error} other {# Errors}}
17
- # Header subtitle showing how many uploads have completed out of total (states 2, 3, 4)
18
- groupSharedFeatures.uploadsManager.header.subtitleProgress = {completedCount} of {totalCount} complete
19
- # Header title when uploads are canceled (state 6)
20
- groupSharedFeatures.uploadsManager.header.titleCanceled = Uploads Canceled
21
- # Header title when uploads have completed, with or without errors (states 4, 5a)
22
- groupSharedFeatures.uploadsManager.header.titleComplete = Uploads Complete
23
- # Header title when uploads manager is idle with no files (state 1)
24
- groupSharedFeatures.uploadsManager.header.titleDragAndDrop = Drag and drop files
25
- # Header title when all uploads have failed with no completions (state 5b)
26
- groupSharedFeatures.uploadsManager.header.titleErrorAllFailed = Uploads Failed
27
- # Header title while uploads are queued or in progress (states 2, 3)
28
- groupSharedFeatures.uploadsManager.header.titleUploading = Uploading
29
- # Aria label for chevron button when the panel is expanded
30
- groupSharedFeatures.uploadsManager.header.toggleCollapse = Collapse uploads panel
31
- # Aria label for chevron button when the panel is collapsed
32
- groupSharedFeatures.uploadsManager.header.toggleExpand = Expand uploads panel
33
- # Label for the cancel action button on an uploading item
34
- groupSharedFeatures.uploadsManager.itemList.itemActionCancel = Cancel
35
- # Accessible label for the cancel icon button, includes the file name
36
- groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel = Cancel upload for {name}
37
- # Label for the open action button on a completed item
38
- groupSharedFeatures.uploadsManager.itemList.itemActionOpen = Open
39
- # Accessible label for the open icon button, includes the file name
40
- groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel = Open {name}
41
- # Label for the remove action button on a completed/errored/canceled item
42
- groupSharedFeatures.uploadsManager.itemList.itemActionRemove = Remove
43
- # Accessible label for the remove icon button, includes the file name
44
- groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel = Remove {name}
45
- # Label for the retry action button on a failed or canceled item
46
- groupSharedFeatures.uploadsManager.itemList.itemActionRetry = Retry
47
- # Accessible label for the retry icon button, includes the file name
48
- groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel = Retry upload for {name}
49
- # Label for the share action button on a completed item
50
- groupSharedFeatures.uploadsManager.itemList.itemActionShare = Share
51
- # Accessible label for the share icon button, includes the file name
52
- groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel = Share {name}
53
- # Accessible label for the circular progress indicator on each uploading row
54
- groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel = Uploading {name}, {progress}% complete
55
- # Status text shown beneath file name when upload is canceled
56
- groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled = Canceled
57
- # Status text shown beneath file name when upload completes
58
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted = Completed
59
- # Status text shown when upload completes as a new file version
60
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion = Completed · Version {versionNumber}
61
- # Status text shown beneath file name when upload fails
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
65
- # Status text shown beneath file name during upload
66
- groupSharedFeatures.uploadsManager.itemList.itemStatusUploading = Uploading · {progress}%
67
- # Gray version suffix appended after the green "Completed" text
68
- groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix = · Version {versionNumber}
69
- # Accessible label for the uploads item list
70
- groupSharedFeatures.uploadsManager.itemList.listAriaLabel = Uploads
@@ -1,70 +0,0 @@
1
- # Button label to cancel all pending and in-progress uploads
2
- groupSharedFeatures.uploadsManager.header.cancelAll = Cancel All
3
- # Accessible label for the progress bar
4
- groupSharedFeatures.uploadsManager.header.progressAriaLabel = Upload progress
5
- # Button label to retry all failed uploads
6
- groupSharedFeatures.uploadsManager.header.retryAll = Retry All
7
- # Accessible label for the status icon in canceled state
8
- groupSharedFeatures.uploadsManager.header.statusIconCanceled = Upload cancelled
9
- # Accessible label for the status icon in success state
10
- groupSharedFeatures.uploadsManager.header.statusIconComplete = Upload completed
11
- # Accessible label for the status icon in error state
12
- groupSharedFeatures.uploadsManager.header.statusIconError = Upload error
13
- # Accessible label for the status icon in pending/uploading states
14
- groupSharedFeatures.uploadsManager.header.statusIconPending = Pending upload
15
- # Header subtitle showing the number of failed uploads (states 5a, 5b)
16
- groupSharedFeatures.uploadsManager.header.subtitleErrors = {failedCount,plural,one{# Error} other{# Errors}}
17
- # Header subtitle showing how many uploads have completed out of total (states 2, 3, 4)
18
- groupSharedFeatures.uploadsManager.header.subtitleProgress = {completedCount} of {totalCount} complete
19
- # Header title when uploads are canceled (state 6)
20
- groupSharedFeatures.uploadsManager.header.titleCanceled = Uploads Cancelled
21
- # Header title when uploads have completed, with or without errors (states 4, 5a)
22
- groupSharedFeatures.uploadsManager.header.titleComplete = Uploads Completed
23
- # Header title when uploads manager is idle with no files (state 1)
24
- groupSharedFeatures.uploadsManager.header.titleDragAndDrop = Drag and drop files
25
- # Header title when all uploads have failed with no completions (state 5b)
26
- groupSharedFeatures.uploadsManager.header.titleErrorAllFailed = Uploads Failed
27
- # Header title while uploads are queued or in progress (states 2, 3)
28
- groupSharedFeatures.uploadsManager.header.titleUploading = Uploading
29
- # Aria label for chevron button when the panel is expanded
30
- groupSharedFeatures.uploadsManager.header.toggleCollapse = Collapse uploads panel
31
- # Aria label for chevron button when the panel is collapsed
32
- groupSharedFeatures.uploadsManager.header.toggleExpand = Expand uploads panel
33
- # Label for the cancel action button on an uploading item
34
- groupSharedFeatures.uploadsManager.itemList.itemActionCancel = Cancel
35
- # Accessible label for the cancel icon button, includes the file name
36
- groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel = Cancel upload for {name}
37
- # Label for the open action button on a completed item
38
- groupSharedFeatures.uploadsManager.itemList.itemActionOpen = Open
39
- # Accessible label for the open icon button, includes the file name
40
- groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel = Open {name}
41
- # Label for the remove action button on a completed/errored/canceled item
42
- groupSharedFeatures.uploadsManager.itemList.itemActionRemove = Remove
43
- # Accessible label for the remove icon button, includes the file name
44
- groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel = Remove {name}
45
- # Label for the retry action button on a failed or canceled item
46
- groupSharedFeatures.uploadsManager.itemList.itemActionRetry = Retry
47
- # Accessible label for the retry icon button, includes the file name
48
- groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel = Retry upload for {name}
49
- # Label for the share action button on a completed item
50
- groupSharedFeatures.uploadsManager.itemList.itemActionShare = Share
51
- # Accessible label for the share icon button, includes the file name
52
- groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel = Share {name}
53
- # Accessible label for the circular progress indicator on each uploading row
54
- groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel = Uploading {name}, {progress}% complete
55
- # Status text shown beneath file name when upload is canceled
56
- groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled = Cancelled
57
- # Status text shown beneath file name when upload completes
58
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted = Completed
59
- # Status text shown when upload completes as a new file version
60
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion = Completed · Version {versionNumber}
61
- # Status text shown beneath file name when upload fails
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
65
- # Status text shown beneath file name during upload
66
- groupSharedFeatures.uploadsManager.itemList.itemStatusUploading = Uploading · {progress}%
67
- # Gray version suffix appended after the green "Completed" text
68
- groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix = · Version {versionNumber}
69
- # Accessible label for the uploads item list
70
- groupSharedFeatures.uploadsManager.itemList.listAriaLabel = Uploads