@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,70 +0,0 @@
1
- # Button label to cancel all pending and in-progress uploads
2
- groupSharedFeatures.uploadsManager.header.cancelAll = Avbryt alla
3
- # Accessible label for the progress bar
4
- groupSharedFeatures.uploadsManager.header.progressAriaLabel = Förlopp för uppladdning
5
- # Button label to retry all failed uploads
6
- groupSharedFeatures.uploadsManager.header.retryAll = Försök igen med alla
7
- # Accessible label for the status icon in canceled state
8
- groupSharedFeatures.uploadsManager.header.statusIconCanceled = Uppladdningen avbröts
9
- # Accessible label for the status icon in success state
10
- groupSharedFeatures.uploadsManager.header.statusIconComplete = Uppladdning är slutförd
11
- # Accessible label for the status icon in error state
12
- groupSharedFeatures.uploadsManager.header.statusIconError = Uppladdningsfel
13
- # Accessible label for the status icon in pending/uploading states
14
- groupSharedFeatures.uploadsManager.header.statusIconPending = Väntar på ladda upp
15
- # Header subtitle showing the number of failed uploads (states 5a, 5b)
16
- groupSharedFeatures.uploadsManager.header.subtitleErrors = {failedCount,plural,one{# Fel} other{# Fel}}
17
- # Header subtitle showing how many uploads have completed out of total (states 2, 3, 4)
18
- groupSharedFeatures.uploadsManager.header.subtitleProgress = {completedCount} av {totalCount} slutförd
19
- # Header title when uploads are canceled (state 6)
20
- groupSharedFeatures.uploadsManager.header.titleCanceled = Uppladdningar avbrutna
21
- # Header title when uploads have completed, with or without errors (states 4, 5a)
22
- groupSharedFeatures.uploadsManager.header.titleComplete = Uppladdningar slutförda
23
- # Header title when uploads manager is idle with no files (state 1)
24
- groupSharedFeatures.uploadsManager.header.titleDragAndDrop = Dra och släpp filer
25
- # Header title when all uploads have failed with no completions (state 5b)
26
- groupSharedFeatures.uploadsManager.header.titleErrorAllFailed = Uppladdningar misslyckades
27
- # Header title while uploads are queued or in progress (states 2, 3)
28
- groupSharedFeatures.uploadsManager.header.titleUploading = Laddar upp
29
- # Aria label for chevron button when the panel is expanded
30
- groupSharedFeatures.uploadsManager.header.toggleCollapse = Dölj panelen för uppladdningar
31
- # Aria label for chevron button when the panel is collapsed
32
- groupSharedFeatures.uploadsManager.header.toggleExpand = Expandera panelen för uppladdningar
33
- # Label for the cancel action button on an uploading item
34
- groupSharedFeatures.uploadsManager.itemList.itemActionCancel = Avbryt
35
- # Accessible label for the cancel icon button, includes the file name
36
- groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel = Avbryt uppladdning för {name}
37
- # Label for the open action button on a completed item
38
- groupSharedFeatures.uploadsManager.itemList.itemActionOpen = Öppna
39
- # Accessible label for the open icon button, includes the file name
40
- groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel = Öppna {name}
41
- # Label for the remove action button on a completed/errored/canceled item
42
- groupSharedFeatures.uploadsManager.itemList.itemActionRemove = Ta bort
43
- # Accessible label for the remove icon button, includes the file name
44
- groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel = Ta bort {name}
45
- # Label for the retry action button on a failed or canceled item
46
- groupSharedFeatures.uploadsManager.itemList.itemActionRetry = Försök igen
47
- # Accessible label for the retry icon button, includes the file name
48
- groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel = Försök att ladda upp igen för {name}
49
- # Label for the share action button on a completed item
50
- groupSharedFeatures.uploadsManager.itemList.itemActionShare = Dela
51
- # Accessible label for the share icon button, includes the file name
52
- groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel = Dela {name}
53
- # Accessible label for the circular progress indicator on each uploading row
54
- groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel = Laddar upp {name}, {progress}% slutfört
55
- # Status text shown beneath file name when upload is canceled
56
- groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled = Avbröts
57
- # Status text shown beneath file name when upload completes
58
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted = Slutförd
59
- # Status text shown when upload completes as a new file version
60
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion = Slutförd · Version {versionNumber}
61
- # Status text shown beneath file name when upload fails
62
- groupSharedFeatures.uploadsManager.itemList.itemStatusError = Fel: {errorMessage}
63
- # Status text shown beneath file name when upload fails and no error reason is available
64
- groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage = Fel
65
- # Status text shown beneath file name during upload
66
- groupSharedFeatures.uploadsManager.itemList.itemStatusUploading = Laddar upp · {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 = laddar upp
@@ -1,70 +0,0 @@
1
- # Button label to cancel all pending and in-progress uploads
2
- groupSharedFeatures.uploadsManager.header.cancelAll = Tümünü İptal Et
3
- # Accessible label for the progress bar
4
- groupSharedFeatures.uploadsManager.header.progressAriaLabel = Yükleme ilerlemesi
5
- # Button label to retry all failed uploads
6
- groupSharedFeatures.uploadsManager.header.retryAll = Tümünü Yeniden Dene
7
- # Accessible label for the status icon in canceled state
8
- groupSharedFeatures.uploadsManager.header.statusIconCanceled = Yükleme iptal edildi
9
- # Accessible label for the status icon in success state
10
- groupSharedFeatures.uploadsManager.header.statusIconComplete = Yükleme tamamlandı
11
- # Accessible label for the status icon in error state
12
- groupSharedFeatures.uploadsManager.header.statusIconError = Yükleme hatası
13
- # Accessible label for the status icon in pending/uploading states
14
- groupSharedFeatures.uploadsManager.header.statusIconPending = Yükleme bekleniyor
15
- # Header subtitle showing the number of failed uploads (states 5a, 5b)
16
- groupSharedFeatures.uploadsManager.header.subtitleErrors = {failedCount,plural,one{# Hata} other{# Hata}}
17
- # Header subtitle showing how many uploads have completed out of total (states 2, 3, 4)
18
- groupSharedFeatures.uploadsManager.header.subtitleProgress = {completedCount} / {totalCount} tamamlandı
19
- # Header title when uploads are canceled (state 6)
20
- groupSharedFeatures.uploadsManager.header.titleCanceled = Yüklemeler İptal Edildi
21
- # Header title when uploads have completed, with or without errors (states 4, 5a)
22
- groupSharedFeatures.uploadsManager.header.titleComplete = Yüklemeler Tamamlandı
23
- # Header title when uploads manager is idle with no files (state 1)
24
- groupSharedFeatures.uploadsManager.header.titleDragAndDrop = Dosyaları sürükleyin ve bırakın
25
- # Header title when all uploads have failed with no completions (state 5b)
26
- groupSharedFeatures.uploadsManager.header.titleErrorAllFailed = Yüklemeler Başarısız Oldu
27
- # Header title while uploads are queued or in progress (states 2, 3)
28
- groupSharedFeatures.uploadsManager.header.titleUploading = Yükleniyor
29
- # Aria label for chevron button when the panel is expanded
30
- groupSharedFeatures.uploadsManager.header.toggleCollapse = Yüklemeler panelini daralt
31
- # Aria label for chevron button when the panel is collapsed
32
- groupSharedFeatures.uploadsManager.header.toggleExpand = Yüklemeler panelini genişlet
33
- # Label for the cancel action button on an uploading item
34
- groupSharedFeatures.uploadsManager.itemList.itemActionCancel = İptal et
35
- # Accessible label for the cancel icon button, includes the file name
36
- groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel = {name} dosyasının yüklemesini iptal et
37
- # Label for the open action button on a completed item
38
- groupSharedFeatures.uploadsManager.itemList.itemActionOpen = Aç
39
- # Accessible label for the open icon button, includes the file name
40
- groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel = {name} dosyasını aç
41
- # Label for the remove action button on a completed/errored/canceled item
42
- groupSharedFeatures.uploadsManager.itemList.itemActionRemove = Kaldır
43
- # Accessible label for the remove icon button, includes the file name
44
- groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel = {name} dosyasını kaldır
45
- # Label for the retry action button on a failed or canceled item
46
- groupSharedFeatures.uploadsManager.itemList.itemActionRetry = Tekrar dene
47
- # Accessible label for the retry icon button, includes the file name
48
- groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel = {name} dosyasını yüklemeyi tekrar dene
49
- # Label for the share action button on a completed item
50
- groupSharedFeatures.uploadsManager.itemList.itemActionShare = Paylaş
51
- # Accessible label for the share icon button, includes the file name
52
- groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel = {name} dosyasını paylaş
53
- # Accessible label for the circular progress indicator on each uploading row
54
- groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel = {name} yükleniyor, %{progress} tamamlandı
55
- # Status text shown beneath file name when upload is canceled
56
- groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled = İptal Edildi
57
- # Status text shown beneath file name when upload completes
58
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted = Tamamlandı
59
- # Status text shown when upload completes as a new file version
60
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion = Tamamlandı · Sürüm {versionNumber}
61
- # Status text shown beneath file name when upload fails
62
- groupSharedFeatures.uploadsManager.itemList.itemStatusError = Hata: {errorMessage}
63
- # Status text shown beneath file name when upload fails and no error reason is available
64
- groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage = Hata
65
- # Status text shown beneath file name during upload
66
- groupSharedFeatures.uploadsManager.itemList.itemStatusUploading = Yükleniyor · %{progress}
67
- # Gray version suffix appended after the green "Completed" text
68
- groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix = · Sürüm {versionNumber}
69
- # Accessible label for the uploads item list
70
- groupSharedFeatures.uploadsManager.itemList.listAriaLabel = Karşıya yüklenenler
@@ -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 = 已完成 {completedCount} 项,共 {totalCount} 项
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 = 全部取消
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,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 = 上傳項目