@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.
- package/dist/i18n/bn-IN.js +37 -36
- package/dist/i18n/da-DK.js +36 -36
- package/dist/i18n/de-DE.js +35 -36
- package/dist/i18n/en-AU.js +8 -36
- package/dist/i18n/en-CA.js +2 -37
- package/dist/i18n/en-GB.js +8 -36
- package/dist/i18n/en-x-pseudo.js +2 -37
- package/dist/i18n/es-419.js +35 -36
- package/dist/i18n/es-ES.js +35 -36
- package/dist/i18n/fi-FI.js +37 -36
- package/dist/i18n/fr-CA.js +36 -36
- package/dist/i18n/fr-FR.js +36 -36
- package/dist/i18n/hi-IN.js +37 -36
- package/dist/i18n/it-IT.js +37 -36
- package/dist/i18n/ja-JP.js +37 -36
- package/dist/i18n/ko-KR.js +37 -36
- package/dist/i18n/nb-NO.js +37 -36
- package/dist/i18n/nl-NL.js +36 -36
- package/dist/i18n/pl-PL.js +37 -36
- package/dist/i18n/pt-BR.js +37 -36
- package/dist/i18n/ru-RU.js +37 -36
- package/dist/i18n/sv-SE.js +36 -36
- package/dist/i18n/tr-TR.js +37 -36
- package/dist/i18n/zh-CN.js +37 -36
- package/dist/i18n/zh-TW.js +37 -36
- package/package.json +9 -9
- package/dist/i18n/bn-IN.properties +0 -70
- package/dist/i18n/da-DK.properties +0 -70
- package/dist/i18n/de-DE.properties +0 -70
- package/dist/i18n/en-AU.properties +0 -70
- package/dist/i18n/en-CA.properties +0 -70
- package/dist/i18n/en-GB.properties +0 -70
- package/dist/i18n/en-US.js +0 -37
- package/dist/i18n/en-US.properties +0 -70
- package/dist/i18n/en-x-pseudo.properties +0 -70
- package/dist/i18n/es-419.properties +0 -70
- package/dist/i18n/es-ES.properties +0 -70
- package/dist/i18n/fi-FI.properties +0 -70
- package/dist/i18n/fr-CA.properties +0 -70
- package/dist/i18n/fr-FR.properties +0 -70
- package/dist/i18n/hi-IN.properties +0 -70
- package/dist/i18n/it-IT.properties +0 -70
- package/dist/i18n/ja-JP.properties +0 -70
- package/dist/i18n/json/src/lib/uploads-header/uploads-header.messages.json +0 -1
- package/dist/i18n/json/src/lib/uploads-item/uploads-item.messages.json +0 -1
- package/dist/i18n/json/src/lib/uploads-item-list/uploads-item-list.messages.json +0 -1
- package/dist/i18n/ko-KR.properties +0 -70
- package/dist/i18n/nb-NO.properties +0 -70
- package/dist/i18n/nl-NL.properties +0 -70
- package/dist/i18n/pl-PL.properties +0 -70
- package/dist/i18n/pt-BR.properties +0 -70
- package/dist/i18n/ru-RU.properties +0 -70
- package/dist/i18n/sv-SE.properties +0 -70
- package/dist/i18n/tr-TR.properties +0 -70
- package/dist/i18n/zh-CN.properties +0 -70
- package/dist/i18n/zh-TW.properties +0 -70
package/dist/i18n/en-US.js
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
"groupSharedFeatures.uploadsManager.header.cancelAll": "Cancel All",
|
|
3
|
-
"groupSharedFeatures.uploadsManager.header.progressAriaLabel": "Upload progress",
|
|
4
|
-
"groupSharedFeatures.uploadsManager.header.retryAll": "Retry All",
|
|
5
|
-
"groupSharedFeatures.uploadsManager.header.statusIconCanceled": "Upload canceled",
|
|
6
|
-
"groupSharedFeatures.uploadsManager.header.statusIconComplete": "Upload complete",
|
|
7
|
-
"groupSharedFeatures.uploadsManager.header.statusIconError": "Upload error",
|
|
8
|
-
"groupSharedFeatures.uploadsManager.header.statusIconPending": "Pending upload",
|
|
9
|
-
"groupSharedFeatures.uploadsManager.header.subtitleErrors": "{failedCount, plural, one {# Error} other {# Errors}}",
|
|
10
|
-
"groupSharedFeatures.uploadsManager.header.subtitleProgress": "{completedCount} of {totalCount} complete",
|
|
11
|
-
"groupSharedFeatures.uploadsManager.header.titleCanceled": "Uploads Canceled",
|
|
12
|
-
"groupSharedFeatures.uploadsManager.header.titleComplete": "Uploads Complete",
|
|
13
|
-
"groupSharedFeatures.uploadsManager.header.titleDragAndDrop": "Drag and drop files",
|
|
14
|
-
"groupSharedFeatures.uploadsManager.header.titleErrorAllFailed": "Uploads Failed",
|
|
15
|
-
"groupSharedFeatures.uploadsManager.header.titleUploading": "Uploading",
|
|
16
|
-
"groupSharedFeatures.uploadsManager.header.toggleCollapse": "Collapse uploads panel",
|
|
17
|
-
"groupSharedFeatures.uploadsManager.header.toggleExpand": "Expand uploads panel",
|
|
18
|
-
"groupSharedFeatures.uploadsManager.itemList.itemActionCancel": "Cancel",
|
|
19
|
-
"groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel": "Cancel upload for {name}",
|
|
20
|
-
"groupSharedFeatures.uploadsManager.itemList.itemActionOpen": "Open",
|
|
21
|
-
"groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel": "Open {name}",
|
|
22
|
-
"groupSharedFeatures.uploadsManager.itemList.itemActionRemove": "Remove",
|
|
23
|
-
"groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel": "Remove {name}",
|
|
24
|
-
"groupSharedFeatures.uploadsManager.itemList.itemActionRetry": "Retry",
|
|
25
|
-
"groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel": "Retry upload for {name}",
|
|
26
|
-
"groupSharedFeatures.uploadsManager.itemList.itemActionShare": "Share",
|
|
27
|
-
"groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel": "Share {name}",
|
|
28
|
-
"groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel": "Uploading {name}, {progress}% complete",
|
|
29
|
-
"groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled": "Canceled",
|
|
30
|
-
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted": "Completed",
|
|
31
|
-
"groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion": "Completed · Version {versionNumber}",
|
|
32
|
-
"groupSharedFeatures.uploadsManager.itemList.itemStatusError": "Error: {errorMessage}",
|
|
33
|
-
"groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage": "Error",
|
|
34
|
-
"groupSharedFeatures.uploadsManager.itemList.itemStatusUploading": "Uploading · {progress}%",
|
|
35
|
-
"groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix": "· Version {versionNumber}",
|
|
36
|
-
"groupSharedFeatures.uploadsManager.itemList.listAriaLabel": "Uploads"
|
|
37
|
-
}
|
|
@@ -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 = ⟦萬萬 Çàи¢èĺ Àļľ 國國⟧
|
|
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 = ⟦萬萬萬萬 ÙΡĺòàď ¢ómРļèţé 國國國國⟧
|
|
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 = ⟦萬萬萬萬 Pèиďìйĝ µΡĺòàđ 國國國國⟧
|
|
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} ¢ómΡĺèţé 國國國國國國⟧
|
|
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 = ⟦萬萬萬萬 ÙΡĺòàďś ÇómРļèţé 國國國國⟧
|
|
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 = ⟦萬 Ŕèmòνé 國⟧
|
|
43
|
-
# Accessible label for the remove icon button, includes the file name
|
|
44
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel = ⟦萬萬萬 Ŕèmòνé {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}% ¢ómРļèţé 國國國國國國國國國⟧
|
|
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 = ⟦萬萬 ÇòmΡĺèţéď 國國⟧
|
|
59
|
-
# Status text shown when upload completes as a new file version
|
|
60
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion = ⟦萬萬萬萬萬萬萬 ÇòmΡĺèţéď · Vêŕśìóи {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 = ⟦萬萬萬萬 · Vèŕśìòи {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 = Cancelar todo
|
|
3
|
-
# Accessible label for the progress bar
|
|
4
|
-
groupSharedFeatures.uploadsManager.header.progressAriaLabel = Progreso de la carga
|
|
5
|
-
# Button label to retry all failed uploads
|
|
6
|
-
groupSharedFeatures.uploadsManager.header.retryAll = Reintentar todo
|
|
7
|
-
# Accessible label for the status icon in canceled state
|
|
8
|
-
groupSharedFeatures.uploadsManager.header.statusIconCanceled = Carga cancelada
|
|
9
|
-
# Accessible label for the status icon in success state
|
|
10
|
-
groupSharedFeatures.uploadsManager.header.statusIconComplete = Carga completada
|
|
11
|
-
# Accessible label for the status icon in error state
|
|
12
|
-
groupSharedFeatures.uploadsManager.header.statusIconError = Error de carga
|
|
13
|
-
# Accessible label for the status icon in pending/uploading states
|
|
14
|
-
groupSharedFeatures.uploadsManager.header.statusIconPending = Carga pendiente
|
|
15
|
-
# Header subtitle showing the number of failed uploads (states 5a, 5b)
|
|
16
|
-
groupSharedFeatures.uploadsManager.header.subtitleErrors = {failedCount,plural,one{# error} many{# errores} other{# errores}}
|
|
17
|
-
# Header subtitle showing how many uploads have completed out of total (states 2, 3, 4)
|
|
18
|
-
groupSharedFeatures.uploadsManager.header.subtitleProgress = {completedCount} de {totalCount} completada(s)
|
|
19
|
-
# Header title when uploads are canceled (state 6)
|
|
20
|
-
groupSharedFeatures.uploadsManager.header.titleCanceled = Cargas canceladas
|
|
21
|
-
# Header title when uploads have completed, with or without errors (states 4, 5a)
|
|
22
|
-
groupSharedFeatures.uploadsManager.header.titleComplete = Cargas completadas
|
|
23
|
-
# Header title when uploads manager is idle with no files (state 1)
|
|
24
|
-
groupSharedFeatures.uploadsManager.header.titleDragAndDrop = Arrastrar y soltar archivos
|
|
25
|
-
# Header title when all uploads have failed with no completions (state 5b)
|
|
26
|
-
groupSharedFeatures.uploadsManager.header.titleErrorAllFailed = Error en las cargas
|
|
27
|
-
# Header title while uploads are queued or in progress (states 2, 3)
|
|
28
|
-
groupSharedFeatures.uploadsManager.header.titleUploading = Cargando
|
|
29
|
-
# Aria label for chevron button when the panel is expanded
|
|
30
|
-
groupSharedFeatures.uploadsManager.header.toggleCollapse = Contraer panel de cargas
|
|
31
|
-
# Aria label for chevron button when the panel is collapsed
|
|
32
|
-
groupSharedFeatures.uploadsManager.header.toggleExpand = Ampliar panel de cargas
|
|
33
|
-
# Label for the cancel action button on an uploading item
|
|
34
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionCancel = Anular
|
|
35
|
-
# Accessible label for the cancel icon button, includes the file name
|
|
36
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel = Anular la carga 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 = Eliminar
|
|
43
|
-
# Accessible label for the remove icon button, includes the file name
|
|
44
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel = Eliminar {name}
|
|
45
|
-
# Label for the retry action button on a failed or canceled item
|
|
46
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionRetry = Reintentar
|
|
47
|
-
# Accessible label for the retry icon button, includes the file name
|
|
48
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel = Reintentar la carga para {name}
|
|
49
|
-
# Label for the share action button on a completed item
|
|
50
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionShare = Compartir
|
|
51
|
-
# Accessible label for the share icon button, includes the file name
|
|
52
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel = Compartir {name}
|
|
53
|
-
# Accessible label for the circular progress indicator on each uploading row
|
|
54
|
-
groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel = Cargando {name}, {progress} % completado
|
|
55
|
-
# Status text shown beneath file name when upload is canceled
|
|
56
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled = Cancelada
|
|
57
|
-
# Status text shown beneath file name when upload completes
|
|
58
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted = Completada
|
|
59
|
-
# Status text shown when upload completes as a new file version
|
|
60
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion = Completada · Versión {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 = Cargando · {progress} %
|
|
67
|
-
# Gray version suffix appended after the green "Completed" text
|
|
68
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix = · Versión {versionNumber}
|
|
69
|
-
# Accessible label for the uploads item list
|
|
70
|
-
groupSharedFeatures.uploadsManager.itemList.listAriaLabel = Cargas
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
# Button label to cancel all pending and in-progress uploads
|
|
2
|
-
groupSharedFeatures.uploadsManager.header.cancelAll = Cancelar todo
|
|
3
|
-
# Accessible label for the progress bar
|
|
4
|
-
groupSharedFeatures.uploadsManager.header.progressAriaLabel = Progreso de la carga
|
|
5
|
-
# Button label to retry all failed uploads
|
|
6
|
-
groupSharedFeatures.uploadsManager.header.retryAll = Reintentar todo
|
|
7
|
-
# Accessible label for the status icon in canceled state
|
|
8
|
-
groupSharedFeatures.uploadsManager.header.statusIconCanceled = Carga cancelada
|
|
9
|
-
# Accessible label for the status icon in success state
|
|
10
|
-
groupSharedFeatures.uploadsManager.header.statusIconComplete = Carga completada
|
|
11
|
-
# Accessible label for the status icon in error state
|
|
12
|
-
groupSharedFeatures.uploadsManager.header.statusIconError = Error de carga
|
|
13
|
-
# Accessible label for the status icon in pending/uploading states
|
|
14
|
-
groupSharedFeatures.uploadsManager.header.statusIconPending = Carga pendiente
|
|
15
|
-
# Header subtitle showing the number of failed uploads (states 5a, 5b)
|
|
16
|
-
groupSharedFeatures.uploadsManager.header.subtitleErrors = {failedCount,plural,one{# error} many{# errores} other{# errores}}
|
|
17
|
-
# Header subtitle showing how many uploads have completed out of total (states 2, 3, 4)
|
|
18
|
-
groupSharedFeatures.uploadsManager.header.subtitleProgress = {completedCount} de {totalCount} completada(s)
|
|
19
|
-
# Header title when uploads are canceled (state 6)
|
|
20
|
-
groupSharedFeatures.uploadsManager.header.titleCanceled = Cargas canceladas
|
|
21
|
-
# Header title when uploads have completed, with or without errors (states 4, 5a)
|
|
22
|
-
groupSharedFeatures.uploadsManager.header.titleComplete = Cargas completadas
|
|
23
|
-
# Header title when uploads manager is idle with no files (state 1)
|
|
24
|
-
groupSharedFeatures.uploadsManager.header.titleDragAndDrop = Arrastrar y soltar archivos
|
|
25
|
-
# Header title when all uploads have failed with no completions (state 5b)
|
|
26
|
-
groupSharedFeatures.uploadsManager.header.titleErrorAllFailed = Error en las cargas
|
|
27
|
-
# Header title while uploads are queued or in progress (states 2, 3)
|
|
28
|
-
groupSharedFeatures.uploadsManager.header.titleUploading = Cargando
|
|
29
|
-
# Aria label for chevron button when the panel is expanded
|
|
30
|
-
groupSharedFeatures.uploadsManager.header.toggleCollapse = Contraer panel de cargas
|
|
31
|
-
# Aria label for chevron button when the panel is collapsed
|
|
32
|
-
groupSharedFeatures.uploadsManager.header.toggleExpand = Ampliar panel de cargas
|
|
33
|
-
# Label for the cancel action button on an uploading item
|
|
34
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionCancel = Anular
|
|
35
|
-
# Accessible label for the cancel icon button, includes the file name
|
|
36
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel = Anular la carga 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 = Eliminar
|
|
43
|
-
# Accessible label for the remove icon button, includes the file name
|
|
44
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel = Eliminar {name}
|
|
45
|
-
# Label for the retry action button on a failed or canceled item
|
|
46
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionRetry = Reintentar
|
|
47
|
-
# Accessible label for the retry icon button, includes the file name
|
|
48
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel = Reintentar la carga para {name}
|
|
49
|
-
# Label for the share action button on a completed item
|
|
50
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionShare = Compartir
|
|
51
|
-
# Accessible label for the share icon button, includes the file name
|
|
52
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel = Compartir {name}
|
|
53
|
-
# Accessible label for the circular progress indicator on each uploading row
|
|
54
|
-
groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel = Cargando {name}, {progress} % completado
|
|
55
|
-
# Status text shown beneath file name when upload is canceled
|
|
56
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled = Cancelada
|
|
57
|
-
# Status text shown beneath file name when upload completes
|
|
58
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted = Completada
|
|
59
|
-
# Status text shown when upload completes as a new file version
|
|
60
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion = Completada · Versión {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 = Cargando · {progress} %
|
|
67
|
-
# Gray version suffix appended after the green "Completed" text
|
|
68
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix = · Versión {versionNumber}
|
|
69
|
-
# Accessible label for the uploads item list
|
|
70
|
-
groupSharedFeatures.uploadsManager.itemList.listAriaLabel = Cargas
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
# Button label to cancel all pending and in-progress uploads
|
|
2
|
-
groupSharedFeatures.uploadsManager.header.cancelAll = Peruuta kaikki
|
|
3
|
-
# Accessible label for the progress bar
|
|
4
|
-
groupSharedFeatures.uploadsManager.header.progressAriaLabel = Latauksen edistyminen
|
|
5
|
-
# Button label to retry all failed uploads
|
|
6
|
-
groupSharedFeatures.uploadsManager.header.retryAll = Yritä kaikkia uudelleen
|
|
7
|
-
# Accessible label for the status icon in canceled state
|
|
8
|
-
groupSharedFeatures.uploadsManager.header.statusIconCanceled = Lataus peruutettu
|
|
9
|
-
# Accessible label for the status icon in success state
|
|
10
|
-
groupSharedFeatures.uploadsManager.header.statusIconComplete = Lataus valmis
|
|
11
|
-
# Accessible label for the status icon in error state
|
|
12
|
-
groupSharedFeatures.uploadsManager.header.statusIconError = Latausvirhe
|
|
13
|
-
# Accessible label for the status icon in pending/uploading states
|
|
14
|
-
groupSharedFeatures.uploadsManager.header.statusIconPending = Odottaa latausta
|
|
15
|
-
# Header subtitle showing the number of failed uploads (states 5a, 5b)
|
|
16
|
-
groupSharedFeatures.uploadsManager.header.subtitleErrors = {failedCount,plural,one{# Virhe} other{# Virhettä}}
|
|
17
|
-
# Header subtitle showing how many uploads have completed out of total (states 2, 3, 4)
|
|
18
|
-
groupSharedFeatures.uploadsManager.header.subtitleProgress = {completedCount} / {totalCount} valmiina
|
|
19
|
-
# Header title when uploads are canceled (state 6)
|
|
20
|
-
groupSharedFeatures.uploadsManager.header.titleCanceled = Lataukset peruutettu
|
|
21
|
-
# Header title when uploads have completed, with or without errors (states 4, 5a)
|
|
22
|
-
groupSharedFeatures.uploadsManager.header.titleComplete = Lataukset valmiit
|
|
23
|
-
# Header title when uploads manager is idle with no files (state 1)
|
|
24
|
-
groupSharedFeatures.uploadsManager.header.titleDragAndDrop = Vedä ja pudota tiedostot
|
|
25
|
-
# Header title when all uploads have failed with no completions (state 5b)
|
|
26
|
-
groupSharedFeatures.uploadsManager.header.titleErrorAllFailed = Lataukset epäonnistuivat
|
|
27
|
-
# Header title while uploads are queued or in progress (states 2, 3)
|
|
28
|
-
groupSharedFeatures.uploadsManager.header.titleUploading = Ladataan
|
|
29
|
-
# Aria label for chevron button when the panel is expanded
|
|
30
|
-
groupSharedFeatures.uploadsManager.header.toggleCollapse = Kutista latauspaneeli
|
|
31
|
-
# Aria label for chevron button when the panel is collapsed
|
|
32
|
-
groupSharedFeatures.uploadsManager.header.toggleExpand = Laajenna latauspaneeli
|
|
33
|
-
# Label for the cancel action button on an uploading item
|
|
34
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionCancel = Peruuta
|
|
35
|
-
# Accessible label for the cancel icon button, includes the file name
|
|
36
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel = Peruuta {name} lataus
|
|
37
|
-
# Label for the open action button on a completed item
|
|
38
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionOpen = Avaa
|
|
39
|
-
# Accessible label for the open icon button, includes the file name
|
|
40
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel = Avaa {name}
|
|
41
|
-
# Label for the remove action button on a completed/errored/canceled item
|
|
42
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionRemove = Poista
|
|
43
|
-
# Accessible label for the remove icon button, includes the file name
|
|
44
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel = Poista {name}
|
|
45
|
-
# Label for the retry action button on a failed or canceled item
|
|
46
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionRetry = Yritä uudelleen
|
|
47
|
-
# Accessible label for the retry icon button, includes the file name
|
|
48
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel = Yritä ladata {name} uudelleen
|
|
49
|
-
# Label for the share action button on a completed item
|
|
50
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionShare = Jaa
|
|
51
|
-
# Accessible label for the share icon button, includes the file name
|
|
52
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel = Jaa {name}
|
|
53
|
-
# Accessible label for the circular progress indicator on each uploading row
|
|
54
|
-
groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel = Ladataan {name}, {progress}% valmis
|
|
55
|
-
# Status text shown beneath file name when upload is canceled
|
|
56
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled = Peruutettu
|
|
57
|
-
# Status text shown beneath file name when upload completes
|
|
58
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted = Valmis
|
|
59
|
-
# Status text shown when upload completes as a new file version
|
|
60
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion = Valmis · Versio {versionNumber}
|
|
61
|
-
# Status text shown beneath file name when upload fails
|
|
62
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusError = Virhe: {errorMessage}
|
|
63
|
-
# Status text shown beneath file name when upload fails and no error reason is available
|
|
64
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage = Virhe
|
|
65
|
-
# Status text shown beneath file name during upload
|
|
66
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusUploading = Ladataan · {progress} %
|
|
67
|
-
# Gray version suffix appended after the green "Completed" text
|
|
68
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusVersionSuffix = · Versio {versionNumber}
|
|
69
|
-
# Accessible label for the uploads item list
|
|
70
|
-
groupSharedFeatures.uploadsManager.itemList.listAriaLabel = Lataukset
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
# Button label to cancel all pending and in-progress uploads
|
|
2
|
-
groupSharedFeatures.uploadsManager.header.cancelAll = Tout annuler
|
|
3
|
-
# Accessible label for the progress bar
|
|
4
|
-
groupSharedFeatures.uploadsManager.header.progressAriaLabel = Progression du chargement
|
|
5
|
-
# Button label to retry all failed uploads
|
|
6
|
-
groupSharedFeatures.uploadsManager.header.retryAll = Tout réessayer
|
|
7
|
-
# Accessible label for the status icon in canceled state
|
|
8
|
-
groupSharedFeatures.uploadsManager.header.statusIconCanceled = Chargement annulé
|
|
9
|
-
# Accessible label for the status icon in success state
|
|
10
|
-
groupSharedFeatures.uploadsManager.header.statusIconComplete = Chargement complet
|
|
11
|
-
# Accessible label for the status icon in error state
|
|
12
|
-
groupSharedFeatures.uploadsManager.header.statusIconError = Erreur de chargement
|
|
13
|
-
# Accessible label for the status icon in pending/uploading states
|
|
14
|
-
groupSharedFeatures.uploadsManager.header.statusIconPending = Chargement en attente
|
|
15
|
-
# Header subtitle showing the number of failed uploads (states 5a, 5b)
|
|
16
|
-
groupSharedFeatures.uploadsManager.header.subtitleErrors = {failedCount,plural,one{# Erreur} many{# Erreurs} other{# Erreurs}}
|
|
17
|
-
# Header subtitle showing how many uploads have completed out of total (states 2, 3, 4)
|
|
18
|
-
groupSharedFeatures.uploadsManager.header.subtitleProgress = {completedCount} de {totalCount} complet
|
|
19
|
-
# Header title when uploads are canceled (state 6)
|
|
20
|
-
groupSharedFeatures.uploadsManager.header.titleCanceled = Chargements annulés
|
|
21
|
-
# Header title when uploads have completed, with or without errors (states 4, 5a)
|
|
22
|
-
groupSharedFeatures.uploadsManager.header.titleComplete = Chargements terminés
|
|
23
|
-
# Header title when uploads manager is idle with no files (state 1)
|
|
24
|
-
groupSharedFeatures.uploadsManager.header.titleDragAndDrop = Glisser–déposer des fichiers
|
|
25
|
-
# Header title when all uploads have failed with no completions (state 5b)
|
|
26
|
-
groupSharedFeatures.uploadsManager.header.titleErrorAllFailed = Échec des chargements
|
|
27
|
-
# Header title while uploads are queued or in progress (states 2, 3)
|
|
28
|
-
groupSharedFeatures.uploadsManager.header.titleUploading = Chargement
|
|
29
|
-
# Aria label for chevron button when the panel is expanded
|
|
30
|
-
groupSharedFeatures.uploadsManager.header.toggleCollapse = Réduire le panneau des téléchargements
|
|
31
|
-
# Aria label for chevron button when the panel is collapsed
|
|
32
|
-
groupSharedFeatures.uploadsManager.header.toggleExpand = Développer le panneau des chargements
|
|
33
|
-
# Label for the cancel action button on an uploading item
|
|
34
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionCancel = Annuler
|
|
35
|
-
# Accessible label for the cancel icon button, includes the file name
|
|
36
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel = Annuler le chargement pour {name}
|
|
37
|
-
# Label for the open action button on a completed item
|
|
38
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionOpen = Ouvrir
|
|
39
|
-
# Accessible label for the open icon button, includes the file name
|
|
40
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel = Ouvrir {name}
|
|
41
|
-
# Label for the remove action button on a completed/errored/canceled item
|
|
42
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionRemove = Supprimer
|
|
43
|
-
# Accessible label for the remove icon button, includes the file name
|
|
44
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel = Supprimer {name}
|
|
45
|
-
# Label for the retry action button on a failed or canceled item
|
|
46
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionRetry = Réessayer
|
|
47
|
-
# Accessible label for the retry icon button, includes the file name
|
|
48
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel = Réessayer de charger pour {name}
|
|
49
|
-
# Label for the share action button on a completed item
|
|
50
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionShare = Partager
|
|
51
|
-
# Accessible label for the share icon button, includes the file name
|
|
52
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel = Partager {name}
|
|
53
|
-
# Accessible label for the circular progress indicator on each uploading row
|
|
54
|
-
groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel = Chargement de {name}, {progress} % terminé
|
|
55
|
-
# Status text shown beneath file name when upload is canceled
|
|
56
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled = Annulé
|
|
57
|
-
# Status text shown beneath file name when upload completes
|
|
58
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted = Terminé
|
|
59
|
-
# Status text shown when upload completes as a new file version
|
|
60
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion = Terminé · Version {versionNumber}
|
|
61
|
-
# Status text shown beneath file name when upload fails
|
|
62
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusError = Erreur : {errorMessage}
|
|
63
|
-
# Status text shown beneath file name when upload fails and no error reason is available
|
|
64
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage = Erreur
|
|
65
|
-
# Status text shown beneath file name during upload
|
|
66
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusUploading = Chargement · {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 = Chargements
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
# Button label to cancel all pending and in-progress uploads
|
|
2
|
-
groupSharedFeatures.uploadsManager.header.cancelAll = Tout annuler
|
|
3
|
-
# Accessible label for the progress bar
|
|
4
|
-
groupSharedFeatures.uploadsManager.header.progressAriaLabel = Progression du chargement
|
|
5
|
-
# Button label to retry all failed uploads
|
|
6
|
-
groupSharedFeatures.uploadsManager.header.retryAll = Tout réessayer
|
|
7
|
-
# Accessible label for the status icon in canceled state
|
|
8
|
-
groupSharedFeatures.uploadsManager.header.statusIconCanceled = Chargement annulé
|
|
9
|
-
# Accessible label for the status icon in success state
|
|
10
|
-
groupSharedFeatures.uploadsManager.header.statusIconComplete = Chargement complet
|
|
11
|
-
# Accessible label for the status icon in error state
|
|
12
|
-
groupSharedFeatures.uploadsManager.header.statusIconError = Erreur de chargement
|
|
13
|
-
# Accessible label for the status icon in pending/uploading states
|
|
14
|
-
groupSharedFeatures.uploadsManager.header.statusIconPending = Chargement en attente
|
|
15
|
-
# Header subtitle showing the number of failed uploads (states 5a, 5b)
|
|
16
|
-
groupSharedFeatures.uploadsManager.header.subtitleErrors = {failedCount,plural,one{# Erreur} many{# Erreurs} other{# Erreurs}}
|
|
17
|
-
# Header subtitle showing how many uploads have completed out of total (states 2, 3, 4)
|
|
18
|
-
groupSharedFeatures.uploadsManager.header.subtitleProgress = {completedCount} de {totalCount} complet
|
|
19
|
-
# Header title when uploads are canceled (state 6)
|
|
20
|
-
groupSharedFeatures.uploadsManager.header.titleCanceled = Chargements annulés
|
|
21
|
-
# Header title when uploads have completed, with or without errors (states 4, 5a)
|
|
22
|
-
groupSharedFeatures.uploadsManager.header.titleComplete = Chargements terminés
|
|
23
|
-
# Header title when uploads manager is idle with no files (state 1)
|
|
24
|
-
groupSharedFeatures.uploadsManager.header.titleDragAndDrop = Glisser–déposer des fichiers
|
|
25
|
-
# Header title when all uploads have failed with no completions (state 5b)
|
|
26
|
-
groupSharedFeatures.uploadsManager.header.titleErrorAllFailed = Échec des chargements
|
|
27
|
-
# Header title while uploads are queued or in progress (states 2, 3)
|
|
28
|
-
groupSharedFeatures.uploadsManager.header.titleUploading = Chargement
|
|
29
|
-
# Aria label for chevron button when the panel is expanded
|
|
30
|
-
groupSharedFeatures.uploadsManager.header.toggleCollapse = Réduire le panneau des téléchargements
|
|
31
|
-
# Aria label for chevron button when the panel is collapsed
|
|
32
|
-
groupSharedFeatures.uploadsManager.header.toggleExpand = Développer le panneau des chargements
|
|
33
|
-
# Label for the cancel action button on an uploading item
|
|
34
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionCancel = Annuler
|
|
35
|
-
# Accessible label for the cancel icon button, includes the file name
|
|
36
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel = Annuler le chargement pour {name}
|
|
37
|
-
# Label for the open action button on a completed item
|
|
38
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionOpen = Ouvrir
|
|
39
|
-
# Accessible label for the open icon button, includes the file name
|
|
40
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel = Ouvrir {name}
|
|
41
|
-
# Label for the remove action button on a completed/errored/canceled item
|
|
42
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionRemove = Supprimer
|
|
43
|
-
# Accessible label for the remove icon button, includes the file name
|
|
44
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel = Supprimer {name}
|
|
45
|
-
# Label for the retry action button on a failed or canceled item
|
|
46
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionRetry = Réessayer
|
|
47
|
-
# Accessible label for the retry icon button, includes the file name
|
|
48
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel = Réessayer de charger pour {name}
|
|
49
|
-
# Label for the share action button on a completed item
|
|
50
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionShare = Partager
|
|
51
|
-
# Accessible label for the share icon button, includes the file name
|
|
52
|
-
groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel = Partager {name}
|
|
53
|
-
# Accessible label for the circular progress indicator on each uploading row
|
|
54
|
-
groupSharedFeatures.uploadsManager.itemList.itemProgressAriaLabel = Chargement de {name}, {progress} % terminé
|
|
55
|
-
# Status text shown beneath file name when upload is canceled
|
|
56
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled = Annulé
|
|
57
|
-
# Status text shown beneath file name when upload completes
|
|
58
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusCompleted = Terminé
|
|
59
|
-
# Status text shown when upload completes as a new file version
|
|
60
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusCompletedWithVersion = Terminé · Version {versionNumber}
|
|
61
|
-
# Status text shown beneath file name when upload fails
|
|
62
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusError = Erreur : {errorMessage}
|
|
63
|
-
# Status text shown beneath file name when upload fails and no error reason is available
|
|
64
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusErrorNoMessage = Erreur
|
|
65
|
-
# Status text shown beneath file name during upload
|
|
66
|
-
groupSharedFeatures.uploadsManager.itemList.itemStatusUploading = Chargement · {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 = Chargements
|
|
@@ -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 = अपलोड्स
|