@box/uploads-manager 2.1.10 → 2.1.12

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 = Annulla tutto
3
- # Accessible label for the progress bar
4
- groupSharedFeatures.uploadsManager.header.progressAriaLabel = Avanzamento dell’upload
5
- # Button label to retry all failed uploads
6
- groupSharedFeatures.uploadsManager.header.retryAll = Riprova tutti
7
- # Accessible label for the status icon in canceled state
8
- groupSharedFeatures.uploadsManager.header.statusIconCanceled = Upload annullato
9
- # Accessible label for the status icon in success state
10
- groupSharedFeatures.uploadsManager.header.statusIconComplete = Upload completato
11
- # Accessible label for the status icon in error state
12
- groupSharedFeatures.uploadsManager.header.statusIconError = Errore di upload
13
- # Accessible label for the status icon in pending/uploading states
14
- groupSharedFeatures.uploadsManager.header.statusIconPending = Upload in sospeso
15
- # Header subtitle showing the number of failed uploads (states 5a, 5b)
16
- groupSharedFeatures.uploadsManager.header.subtitleErrors = {failedCount,plural,one{# errore} many{# errori} other{# errori}}
17
- # Header subtitle showing how many uploads have completed out of total (states 2, 3, 4)
18
- groupSharedFeatures.uploadsManager.header.subtitleProgress = Completati: {completedCount} di {totalCount}
19
- # Header title when uploads are canceled (state 6)
20
- groupSharedFeatures.uploadsManager.header.titleCanceled = Upload annullati
21
- # Header title when uploads have completed, with or without errors (states 4, 5a)
22
- groupSharedFeatures.uploadsManager.header.titleComplete = Upload completati
23
- # Header title when uploads manager is idle with no files (state 1)
24
- groupSharedFeatures.uploadsManager.header.titleDragAndDrop = Trascina i file
25
- # Header title when all uploads have failed with no completions (state 5b)
26
- groupSharedFeatures.uploadsManager.header.titleErrorAllFailed = Upload non riusciti
27
- # Header title while uploads are queued or in progress (states 2, 3)
28
- groupSharedFeatures.uploadsManager.header.titleUploading = Upload in corso
29
- # Aria label for chevron button when the panel is expanded
30
- groupSharedFeatures.uploadsManager.header.toggleCollapse = Comprimi il pannello degli upload
31
- # Aria label for chevron button when the panel is collapsed
32
- groupSharedFeatures.uploadsManager.header.toggleExpand = Espandi il pannello degli upload
33
- # Label for the cancel action button on an uploading item
34
- groupSharedFeatures.uploadsManager.itemList.itemActionCancel = Annulla
35
- # Accessible label for the cancel icon button, includes the file name
36
- groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel = Annulla l’upload di {name}
37
- # Label for the open action button on a completed item
38
- groupSharedFeatures.uploadsManager.itemList.itemActionOpen = Apri
39
- # Accessible label for the open icon button, includes the file name
40
- groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel = Apri {name}
41
- # Label for the remove action button on a completed/errored/canceled item
42
- groupSharedFeatures.uploadsManager.itemList.itemActionRemove = Rimuovi
43
- # Accessible label for the remove icon button, includes the file name
44
- groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel = Rimuovi {name}
45
- # Label for the retry action button on a failed or canceled item
46
- groupSharedFeatures.uploadsManager.itemList.itemActionRetry = Riprova
47
- # Accessible label for the retry icon button, includes the file name
48
- groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel = Riprova a eseguire l’upload di {name}
49
- # Label for the share action button on a completed item
50
- groupSharedFeatures.uploadsManager.itemList.itemActionShare = Condividi
51
- # Accessible label for the share icon button, includes the file name
52
- groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel = Condividi {name}
53
- # Accessible label for the circular progress indicator on each uploading row
54
- groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel = Upload di {name} in corso, {progress}% completato
55
- # Status text shown beneath file name when upload is canceled
56
- groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled = Annullato
57
- # Status text shown beneath file name when upload completes
58
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted = Completato
59
- # Status text shown when upload completes as a new file version
60
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion = Completato · Versione {versionNumber}
61
- # Status text shown beneath file name when upload fails
62
- groupSharedFeatures.uploadsManager.itemList.itemStatusError = Errore: {errorMessage}
63
- # Status text shown beneath file name when upload fails and no error reason is available
64
- groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage = Errore
65
- # Status text shown beneath file name during upload
66
- groupSharedFeatures.uploadsManager.itemList.itemStatusUploading = Upload in corso · {progress}%
67
- # Gray version suffix appended after the green "Completed" text
68
- groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix = · Versione {versionNumber}
69
- # Accessible label for the uploads item list
70
- groupSharedFeatures.uploadsManager.itemList.listAriaLabel = Upload
@@ -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 +0,0 @@
1
- [{"id":"groupSharedFeatures.uploadsManager.header.titleDragAndDrop","description":"Header title when uploads manager is idle with no files (state 1)","defaultMessage":"Drag and drop files"},{"id":"groupSharedFeatures.uploadsManager.header.titleUploading","description":"Header title while uploads are queued or in progress (states 2, 3)","defaultMessage":"Uploading"},{"id":"groupSharedFeatures.uploadsManager.header.titleComplete","description":"Header title when uploads have completed, with or without errors (states 4, 5a)","defaultMessage":"Uploads Complete"},{"id":"groupSharedFeatures.uploadsManager.header.titleCanceled","description":"Header title when uploads are canceled (state 6)","defaultMessage":"Uploads Canceled"},{"id":"groupSharedFeatures.uploadsManager.header.titleErrorAllFailed","description":"Header title when all uploads have failed with no completions (state 5b)","defaultMessage":"Uploads Failed"},{"id":"groupSharedFeatures.uploadsManager.header.subtitleProgress","description":"Header subtitle showing how many uploads have completed out of total (states 2, 3, 4)","defaultMessage":"{completedCount} of {totalCount} complete"},{"id":"groupSharedFeatures.uploadsManager.header.subtitleErrors","description":"Header subtitle showing the number of failed uploads (states 5a, 5b)","defaultMessage":"{failedCount, plural, one {# Error} other {# Errors}}"},{"id":"groupSharedFeatures.uploadsManager.header.cancelAll","description":"Button label to cancel all pending and in-progress uploads","defaultMessage":"Cancel All"},{"id":"groupSharedFeatures.uploadsManager.header.retryAll","description":"Button label to retry all failed uploads","defaultMessage":"Retry All"},{"id":"groupSharedFeatures.uploadsManager.header.toggleExpand","description":"Aria label for chevron button when the panel is collapsed","defaultMessage":"Expand uploads panel"},{"id":"groupSharedFeatures.uploadsManager.header.toggleCollapse","description":"Aria label for chevron button when the panel is expanded","defaultMessage":"Collapse uploads panel"},{"id":"groupSharedFeatures.uploadsManager.header.progressAriaLabel","description":"Accessible label for the progress bar","defaultMessage":"Upload progress"},{"id":"groupSharedFeatures.uploadsManager.header.statusIconPending","description":"Accessible label for the status icon in pending/uploading states","defaultMessage":"Pending upload"},{"id":"groupSharedFeatures.uploadsManager.header.statusIconComplete","description":"Accessible label for the status icon in success state","defaultMessage":"Upload complete"},{"id":"groupSharedFeatures.uploadsManager.header.statusIconError","description":"Accessible label for the status icon in error state","defaultMessage":"Upload error"},{"id":"groupSharedFeatures.uploadsManager.header.statusIconCanceled","description":"Accessible label for the status icon in canceled state","defaultMessage":"Upload canceled"}]
@@ -1 +0,0 @@
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}"}]
@@ -1 +0,0 @@
1
- [{"id":"groupSharedFeatures.uploadsManager.itemList.listAriaLabel","description":"Accessible label for the uploads item list","defaultMessage":"Uploads"}]
@@ -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 = Avbryt alle
3
- # Accessible label for the progress bar
4
- groupSharedFeatures.uploadsManager.header.progressAriaLabel = Opplastingsfremdrift
5
- # Button label to retry all failed uploads
6
- groupSharedFeatures.uploadsManager.header.retryAll = Prøv alle på nytt
7
- # Accessible label for the status icon in canceled state
8
- groupSharedFeatures.uploadsManager.header.statusIconCanceled = Opplasting kansellert
9
- # Accessible label for the status icon in success state
10
- groupSharedFeatures.uploadsManager.header.statusIconComplete = Opplasting fullført
11
- # Accessible label for the status icon in error state
12
- groupSharedFeatures.uploadsManager.header.statusIconError = Feil ved opplasting
13
- # Accessible label for the status icon in pending/uploading states
14
- groupSharedFeatures.uploadsManager.header.statusIconPending = Venter på opplasting
15
- # Header subtitle showing the number of failed uploads (states 5a, 5b)
16
- groupSharedFeatures.uploadsManager.header.subtitleErrors = {failedCount,plural,one{# Feil} other{# Feil}}
17
- # Header subtitle showing how many uploads have completed out of total (states 2, 3, 4)
18
- groupSharedFeatures.uploadsManager.header.subtitleProgress = {completedCount} av {totalCount} fullført
19
- # Header title when uploads are canceled (state 6)
20
- groupSharedFeatures.uploadsManager.header.titleCanceled = Opplastinger kansellert
21
- # Header title when uploads have completed, with or without errors (states 4, 5a)
22
- groupSharedFeatures.uploadsManager.header.titleComplete = Opplastinger fullført
23
- # Header title when uploads manager is idle with no files (state 1)
24
- groupSharedFeatures.uploadsManager.header.titleDragAndDrop = Dra og slipp filer
25
- # Header title when all uploads have failed with no completions (state 5b)
26
- groupSharedFeatures.uploadsManager.header.titleErrorAllFailed = Mislykkede opplastinger
27
- # Header title while uploads are queued or in progress (states 2, 3)
28
- groupSharedFeatures.uploadsManager.header.titleUploading = Opplasting
29
- # Aria label for chevron button when the panel is expanded
30
- groupSharedFeatures.uploadsManager.header.toggleCollapse = Skjul opplastingspanel
31
- # Aria label for chevron button when the panel is collapsed
32
- groupSharedFeatures.uploadsManager.header.toggleExpand = Utvid opplastingspanel
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 opplasting for {name}
37
- # Label for the open action button on a completed item
38
- groupSharedFeatures.uploadsManager.itemList.itemActionOpen = Åpne
39
- # Accessible label for the open icon button, includes the file name
40
- groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel = Åpne {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 igjen
47
- # Accessible label for the retry icon button, includes the file name
48
- groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel = Prøv å laste opp på nytt for {name}
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 = Opplasting {name}, {progress}% fullført
55
- # Status text shown beneath file name when upload is canceled
56
- groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled = Avbrutt
57
- # Status text shown beneath file name when upload completes
58
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted = Fullført
59
- # Status text shown when upload completes as a new file version
60
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion = Fullført · Versjon {versionNumber}
61
- # Status text shown beneath file name when upload fails
62
- groupSharedFeatures.uploadsManager.itemList.itemStatusError = Feil: {errorMessage}
63
- # Status text shown beneath file name when upload fails and no error reason is available
64
- groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage = Feil
65
- # Status text shown beneath file name during upload
66
- groupSharedFeatures.uploadsManager.itemList.itemStatusUploading = Opplasting · {progress}%
67
- # Gray version suffix appended after the green "Completed" text
68
- groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix = · Versjon {versionNumber}
69
- # Accessible label for the uploads item list
70
- groupSharedFeatures.uploadsManager.itemList.listAriaLabel = Opplastninger
@@ -1,70 +0,0 @@
1
- # Button label to cancel all pending and in-progress uploads
2
- groupSharedFeatures.uploadsManager.header.cancelAll = Alles annuleren
3
- # Accessible label for the progress bar
4
- groupSharedFeatures.uploadsManager.header.progressAriaLabel = Voortgang uploaden
5
- # Button label to retry all failed uploads
6
- groupSharedFeatures.uploadsManager.header.retryAll = Alles opnieuw proberen
7
- # Accessible label for the status icon in canceled state
8
- groupSharedFeatures.uploadsManager.header.statusIconCanceled = Uploaden geannuleerd
9
- # Accessible label for the status icon in success state
10
- groupSharedFeatures.uploadsManager.header.statusIconComplete = Uploaden voltooid
11
- # Accessible label for the status icon in error state
12
- groupSharedFeatures.uploadsManager.header.statusIconError = Uploadfout
13
- # Accessible label for the status icon in pending/uploading states
14
- groupSharedFeatures.uploadsManager.header.statusIconPending = In afwachting van uploaden
15
- # Header subtitle showing the number of failed uploads (states 5a, 5b)
16
- groupSharedFeatures.uploadsManager.header.subtitleErrors = {failedCount,plural,one{# fout} other{# fouten}}
17
- # Header subtitle showing how many uploads have completed out of total (states 2, 3, 4)
18
- groupSharedFeatures.uploadsManager.header.subtitleProgress = {completedCount} van {totalCount} voltooid
19
- # Header title when uploads are canceled (state 6)
20
- groupSharedFeatures.uploadsManager.header.titleCanceled = Uploads geannuleerd
21
- # Header title when uploads have completed, with or without errors (states 4, 5a)
22
- groupSharedFeatures.uploadsManager.header.titleComplete = Uploads voltooid
23
- # Header title when uploads manager is idle with no files (state 1)
24
- groupSharedFeatures.uploadsManager.header.titleDragAndDrop = Bestanden slepen
25
- # Header title when all uploads have failed with no completions (state 5b)
26
- groupSharedFeatures.uploadsManager.header.titleErrorAllFailed = Uploads mislukt
27
- # Header title while uploads are queued or in progress (states 2, 3)
28
- groupSharedFeatures.uploadsManager.header.titleUploading = Wordt geüpload
29
- # Aria label for chevron button when the panel is expanded
30
- groupSharedFeatures.uploadsManager.header.toggleCollapse = Uploadpaneel samenvouwen
31
- # Aria label for chevron button when the panel is collapsed
32
- groupSharedFeatures.uploadsManager.header.toggleExpand = Uploadpaneel uitvouwen
33
- # Label for the cancel action button on an uploading item
34
- groupSharedFeatures.uploadsManager.itemList.itemActionCancel = Annuleren
35
- # Accessible label for the cancel icon button, includes the file name
36
- groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel = Uploaden voor {name} annuleren
37
- # Label for the open action button on a completed item
38
- groupSharedFeatures.uploadsManager.itemList.itemActionOpen = Openen
39
- # Accessible label for the open icon button, includes the file name
40
- groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel = {name} openen
41
- # Label for the remove action button on a completed/errored/canceled item
42
- groupSharedFeatures.uploadsManager.itemList.itemActionRemove = Verwijderen
43
- # Accessible label for the remove icon button, includes the file name
44
- groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel = {name} verwijderen
45
- # Label for the retry action button on a failed or canceled item
46
- groupSharedFeatures.uploadsManager.itemList.itemActionRetry = Opnieuw proberen
47
- # Accessible label for the retry icon button, includes the file name
48
- groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel = Uploaden voor {name} opnieuw proberen
49
- # Label for the share action button on a completed item
50
- groupSharedFeatures.uploadsManager.itemList.itemActionShare = Delen
51
- # Accessible label for the share icon button, includes the file name
52
- groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel = {name} delen
53
- # Accessible label for the circular progress indicator on each uploading row
54
- groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel = {name} wordt geüpload, {progress}% voltooid
55
- # Status text shown beneath file name when upload is canceled
56
- groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled = Geannuleerd
57
- # Status text shown beneath file name when upload completes
58
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted = Voltooid
59
- # Status text shown when upload completes as a new file version
60
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion = Voltooid · Versie {versionNumber}
61
- # Status text shown beneath file name when upload fails
62
- groupSharedFeatures.uploadsManager.itemList.itemStatusError = Fout: {errorMessage}
63
- # Status text shown beneath file name when upload fails and no error reason is available
64
- groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage = Fout
65
- # Status text shown beneath file name during upload
66
- groupSharedFeatures.uploadsManager.itemList.itemStatusUploading = Wordt geüpload · {progress} %
67
- # Gray version suffix appended after the green "Completed" text
68
- groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix = · Versie {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 = Anuluj wszystko
3
- # Accessible label for the progress bar
4
- groupSharedFeatures.uploadsManager.header.progressAriaLabel = Postęp przekazywania
5
- # Button label to retry all failed uploads
6
- groupSharedFeatures.uploadsManager.header.retryAll = Spróbuj ponownie wszystko
7
- # Accessible label for the status icon in canceled state
8
- groupSharedFeatures.uploadsManager.header.statusIconCanceled = Anulowano przekazywanie
9
- # Accessible label for the status icon in success state
10
- groupSharedFeatures.uploadsManager.header.statusIconComplete = Zakończono przekazywanie
11
- # Accessible label for the status icon in error state
12
- groupSharedFeatures.uploadsManager.header.statusIconError = Błąd ładowania
13
- # Accessible label for the status icon in pending/uploading states
14
- groupSharedFeatures.uploadsManager.header.statusIconPending = Oczekuje na przekazanie
15
- # Header subtitle showing the number of failed uploads (states 5a, 5b)
16
- groupSharedFeatures.uploadsManager.header.subtitleErrors = {failedCount,plural,one{# błąd} other{# błędy} few{# błędy} many{# błędy}}
17
- # Header subtitle showing how many uploads have completed out of total (states 2, 3, 4)
18
- groupSharedFeatures.uploadsManager.header.subtitleProgress = Zakończono {completedCount} z {totalCount}
19
- # Header title when uploads are canceled (state 6)
20
- groupSharedFeatures.uploadsManager.header.titleCanceled = Anulowano przekazywanie
21
- # Header title when uploads have completed, with or without errors (states 4, 5a)
22
- groupSharedFeatures.uploadsManager.header.titleComplete = Zakończono przekazywanie
23
- # Header title when uploads manager is idle with no files (state 1)
24
- groupSharedFeatures.uploadsManager.header.titleDragAndDrop = Przeciągnij i upuść pliki
25
- # Header title when all uploads have failed with no completions (state 5b)
26
- groupSharedFeatures.uploadsManager.header.titleErrorAllFailed = Przekazywanie nie powiodło się
27
- # Header title while uploads are queued or in progress (states 2, 3)
28
- groupSharedFeatures.uploadsManager.header.titleUploading = Przekazywanie
29
- # Aria label for chevron button when the panel is expanded
30
- groupSharedFeatures.uploadsManager.header.toggleCollapse = Zwiń panel przekazywania
31
- # Aria label for chevron button when the panel is collapsed
32
- groupSharedFeatures.uploadsManager.header.toggleExpand = Rozwiń panel przekazywania
33
- # Label for the cancel action button on an uploading item
34
- groupSharedFeatures.uploadsManager.itemList.itemActionCancel = Anuluj
35
- # Accessible label for the cancel icon button, includes the file name
36
- groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel = Anuluj przekazywanie pliku {name}
37
- # Label for the open action button on a completed item
38
- groupSharedFeatures.uploadsManager.itemList.itemActionOpen = Otwórz
39
- # Accessible label for the open icon button, includes the file name
40
- groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel = Otwórz plik {name}
41
- # Label for the remove action button on a completed/errored/canceled item
42
- groupSharedFeatures.uploadsManager.itemList.itemActionRemove = Usuń
43
- # Accessible label for the remove icon button, includes the file name
44
- groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel = Usuń plik {name}
45
- # Label for the retry action button on a failed or canceled item
46
- groupSharedFeatures.uploadsManager.itemList.itemActionRetry = Spróbuj ponownie
47
- # Accessible label for the retry icon button, includes the file name
48
- groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel = Spróbuj ponownie przekazać plik {name}
49
- # Label for the share action button on a completed item
50
- groupSharedFeatures.uploadsManager.itemList.itemActionShare = Udostępnij
51
- # Accessible label for the share icon button, includes the file name
52
- groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel = Udostępnij plik {name}
53
- # Accessible label for the circular progress indicator on each uploading row
54
- groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel = Przekazywanie pliku {name} – ukończono {progress}%
55
- # Status text shown beneath file name when upload is canceled
56
- groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled = Anulowano
57
- # Status text shown beneath file name when upload completes
58
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted = Zakończono
59
- # Status text shown when upload completes as a new file version
60
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion = Zakończono · Wersja {versionNumber}
61
- # Status text shown beneath file name when upload fails
62
- groupSharedFeatures.uploadsManager.itemList.itemStatusError = Błąd: {errorMessage}
63
- # Status text shown beneath file name when upload fails and no error reason is available
64
- groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage = Błąd
65
- # Status text shown beneath file name during upload
66
- groupSharedFeatures.uploadsManager.itemList.itemStatusUploading = Trwa przekazywanie · {progress}%
67
- # Gray version suffix appended after the green "Completed" text
68
- groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix = · Wersja {versionNumber}
69
- # Accessible label for the uploads item list
70
- groupSharedFeatures.uploadsManager.itemList.listAriaLabel = Przekazane
@@ -1,70 +0,0 @@
1
- # Button label to cancel all pending and in-progress uploads
2
- groupSharedFeatures.uploadsManager.header.cancelAll = Cancelar tudo
3
- # Accessible label for the progress bar
4
- groupSharedFeatures.uploadsManager.header.progressAriaLabel = Progresso do carregamento
5
- # Button label to retry all failed uploads
6
- groupSharedFeatures.uploadsManager.header.retryAll = Repetir tudo
7
- # Accessible label for the status icon in canceled state
8
- groupSharedFeatures.uploadsManager.header.statusIconCanceled = Carregamento cancelado
9
- # Accessible label for the status icon in success state
10
- groupSharedFeatures.uploadsManager.header.statusIconComplete = Carregamento concluído
11
- # Accessible label for the status icon in error state
12
- groupSharedFeatures.uploadsManager.header.statusIconError = Erro no carregamento
13
- # Accessible label for the status icon in pending/uploading states
14
- groupSharedFeatures.uploadsManager.header.statusIconPending = Carregamento pendente
15
- # Header subtitle showing the number of failed uploads (states 5a, 5b)
16
- groupSharedFeatures.uploadsManager.header.subtitleErrors = {failedCount,plural,one{# Error} many{# Erros} other{# Erros}}
17
- # Header subtitle showing how many uploads have completed out of total (states 2, 3, 4)
18
- groupSharedFeatures.uploadsManager.header.subtitleProgress = {completedCount} de {totalCount} concluído
19
- # Header title when uploads are canceled (state 6)
20
- groupSharedFeatures.uploadsManager.header.titleCanceled = Carregamentos cancelados
21
- # Header title when uploads have completed, with or without errors (states 4, 5a)
22
- groupSharedFeatures.uploadsManager.header.titleComplete = Carregamentos concluídos
23
- # Header title when uploads manager is idle with no files (state 1)
24
- groupSharedFeatures.uploadsManager.header.titleDragAndDrop = Arrastar e soltar arquivos
25
- # Header title when all uploads have failed with no completions (state 5b)
26
- groupSharedFeatures.uploadsManager.header.titleErrorAllFailed = Falha nos carregamentos
27
- # Header title while uploads are queued or in progress (states 2, 3)
28
- groupSharedFeatures.uploadsManager.header.titleUploading = Carregando
29
- # Aria label for chevron button when the panel is expanded
30
- groupSharedFeatures.uploadsManager.header.toggleCollapse = Recolher painel de carregamentos
31
- # Aria label for chevron button when the panel is collapsed
32
- groupSharedFeatures.uploadsManager.header.toggleExpand = Expandir painel de carregamentos
33
- # Label for the cancel action button on an uploading item
34
- groupSharedFeatures.uploadsManager.itemList.itemActionCancel = Cancelar
35
- # Accessible label for the cancel icon button, includes the file name
36
- groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel = Cancelar carregamento para {name}
37
- # Label for the open action button on a completed item
38
- groupSharedFeatures.uploadsManager.itemList.itemActionOpen = Abrir
39
- # Accessible label for the open icon button, includes the file name
40
- groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel = Abrir {name}
41
- # Label for the remove action button on a completed/errored/canceled item
42
- groupSharedFeatures.uploadsManager.itemList.itemActionRemove = Remover
43
- # Accessible label for the remove icon button, includes the file name
44
- groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel = Remover {name}
45
- # Label for the retry action button on a failed or canceled item
46
- groupSharedFeatures.uploadsManager.itemList.itemActionRetry = Tentar novamente
47
- # Accessible label for the retry icon button, includes the file name
48
- groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel = Tentar carregar novamente para {name}
49
- # Label for the share action button on a completed item
50
- groupSharedFeatures.uploadsManager.itemList.itemActionShare = Compartilhar
51
- # Accessible label for the share icon button, includes the file name
52
- groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel = Compartilhar {name}
53
- # Accessible label for the circular progress indicator on each uploading row
54
- groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel = Carregando {name}, {progress}% concluído
55
- # Status text shown beneath file name when upload is canceled
56
- groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled = Cancelado
57
- # Status text shown beneath file name when upload completes
58
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted = Concluído
59
- # Status text shown when upload completes as a new file version
60
- groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion = Concluído · Versão {versionNumber}
61
- # Status text shown beneath file name when upload fails
62
- groupSharedFeatures.uploadsManager.itemList.itemStatusError = Erro: {errorMessage}
63
- # Status text shown beneath file name when upload fails and no error reason is available
64
- groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage = Erro
65
- # Status text shown beneath file name during upload
66
- groupSharedFeatures.uploadsManager.itemList.itemStatusUploading = Carregando · {progress}%
67
- # Gray version suffix appended after the green "Completed" text
68
- groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix = · Versão {versionNumber}
69
- # Accessible label for the uploads item list
70
- groupSharedFeatures.uploadsManager.itemList.listAriaLabel = Carregadas
@@ -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{# ошибка} few{# ошибки} many{# ошибок} 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 = Загрузки