@transferwise/components 37.9.4 → 37.9.5
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/CHANGELOG.md +11 -0
- package/build/es/no-polyfill/i18n/es.json +3 -2
- package/build/es/no-polyfill/i18n/fr.json +26 -1
- package/build/es/no-polyfill/i18n/hu.json +1 -1
- package/build/es/no-polyfill/i18n/it.json +26 -1
- package/build/es/no-polyfill/i18n/ja.json +3 -2
- package/build/es/no-polyfill/i18n/pl.json +26 -1
- package/build/es/no-polyfill/i18n/ru.json +5 -5
- package/build/es/polyfill/i18n/es.json +3 -2
- package/build/es/polyfill/i18n/fr.json +26 -1
- package/build/es/polyfill/i18n/hu.json +1 -1
- package/build/es/polyfill/i18n/it.json +26 -1
- package/build/es/polyfill/i18n/ja.json +3 -2
- package/build/es/polyfill/i18n/pl.json +26 -1
- package/build/es/polyfill/i18n/ru.json +5 -5
- package/build/i18n/es.json +3 -2
- package/build/i18n/fr.json +26 -1
- package/build/i18n/hu.json +1 -1
- package/build/i18n/it.json +26 -1
- package/build/i18n/ja.json +3 -2
- package/build/i18n/pl.json +26 -1
- package/build/i18n/ru.json +5 -5
- package/build/umd/no-polyfill/main.js +1 -1
- package/build/umd/polyfill/main.js +1 -1
- package/package.json +2 -2
package/build/i18n/ru.json
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"neptune.Pagination.ariaLabel": "Постраничная навигация",
|
|
10
10
|
"neptune.PaginationLink.ariaLabel.active": "Перейти на страницу {pageNumber}",
|
|
11
11
|
"neptune.PaginationLink.ariaLabel.inactive": "Текущая страница, страница {pageNumber}",
|
|
12
|
-
"neptune.Summary.statusDone": "
|
|
13
|
-
"neptune.Summary.statusNotDone": "
|
|
14
|
-
"neptune.Summary.statusPending": "
|
|
12
|
+
"neptune.Summary.statusDone": "Этап завершен",
|
|
13
|
+
"neptune.Summary.statusNotDone": "Этап к выполнению",
|
|
14
|
+
"neptune.Summary.statusPending": "Этап в процессе",
|
|
15
15
|
"neptune.Upload.csButtonText": "Загрузить другой файл?",
|
|
16
16
|
"neptune.Upload.csFailureText": "Загрузка не удалась. Пожалуйста, попробуйте снова",
|
|
17
17
|
"neptune.Upload.csSuccessText": "Загрузка завершена!",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"neptune.Upload.usPlaceholder": "Перетащите файл не больше 5MB",
|
|
25
25
|
"neptune.UploadButton.allFileTypes": "Все типы файлов",
|
|
26
26
|
"neptune.UploadButton.dropFiles": "Перетащите файл, чтобы начать загрузку",
|
|
27
|
-
"neptune.UploadButton.instructions": "{fileTypes},
|
|
27
|
+
"neptune.UploadButton.instructions": "{fileTypes}, не превышающий {size} MB",
|
|
28
28
|
"neptune.UploadButton.uploadFile": "Загрузить файл",
|
|
29
29
|
"neptune.UploadButton.uploadFiles": "Загрузить файлы",
|
|
30
30
|
"neptune.UploadInput.deleteModalBody": "Удаление этого файла приведет к его удалению из нашей системы.",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"neptune.UploadItem.uploaded": "Завершено",
|
|
39
39
|
"neptune.UploadItem.uploadedFile": "Загруженный файл",
|
|
40
40
|
"neptune.UploadItem.uploading": "Загрузка...",
|
|
41
|
-
"neptune.UploadItem.uploadingFailed": "
|
|
41
|
+
"neptune.UploadItem.uploadingFailed": "Загрузка не удалась"
|
|
42
42
|
}
|