@transferwise/components 0.0.0-experimental-f7ee60a → 0.0.0-experimental-e8e1885
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/build/i18n/cs.json +9 -9
- package/build/i18n/cs.json.js +9 -9
- package/build/i18n/cs.json.mjs +9 -9
- package/package.json +4 -4
- package/src/i18n/cs.json +9 -9
package/build/i18n/cs.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"neptune.Button.loadingAriaLabel": "načítání",
|
|
3
|
-
"neptune.Chips.ariaLabel": "
|
|
4
|
-
"neptune.ClearButton.ariaLabel": "
|
|
3
|
+
"neptune.Chips.ariaLabel": "Vymazat {choice}",
|
|
4
|
+
"neptune.ClearButton.ariaLabel": "Vymazat",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Zavřít",
|
|
6
6
|
"neptune.DateInput.day.label": "Den",
|
|
7
7
|
"neptune.DateInput.day.placeholder": "DD",
|
|
@@ -47,25 +47,25 @@
|
|
|
47
47
|
"neptune.Upload.csWrongTypeMessage": "Tento formát souboru není podporován. Zkuste to znovu s jiným souborem",
|
|
48
48
|
"neptune.Upload.psButtonText": "Zrušit",
|
|
49
49
|
"neptune.Upload.psProcessingText": "Načítání...",
|
|
50
|
-
"neptune.Upload.retry": "
|
|
50
|
+
"neptune.Upload.retry": "Zkusit znovu",
|
|
51
51
|
"neptune.Upload.usButtonText": "Nebo vyberte soubor",
|
|
52
|
-
"neptune.Upload.usDropMessage": "
|
|
52
|
+
"neptune.Upload.usDropMessage": "Přetáhněte soubor a zahajte nahrávání",
|
|
53
53
|
"neptune.Upload.usPlaceholder": "Přetáhněte soubor menší než {maxSize} MB",
|
|
54
54
|
"neptune.UploadButton.allFileTypes": "Všechny typy souborů",
|
|
55
|
-
"neptune.UploadButton.dropFiles": "
|
|
56
|
-
"neptune.UploadButton.instructions": "{fileTypes}, menší než {size}MB",
|
|
55
|
+
"neptune.UploadButton.dropFiles": "Přetáhněte soubor a zahajte nahrávání",
|
|
56
|
+
"neptune.UploadButton.instructions": "{fileTypes}, menší než {size} MB",
|
|
57
57
|
"neptune.UploadButton.maximumFiles": "Max. počet souborů: {maxFiles}.",
|
|
58
58
|
"neptune.UploadButton.uploadFile": "Nahrát soubor",
|
|
59
59
|
"neptune.UploadButton.uploadFiles": "Nahrát soubory",
|
|
60
60
|
"neptune.UploadInput.deleteModalBody": "Odstraněním tohoto souboru jej smažete z našeho systému.",
|
|
61
61
|
"neptune.UploadInput.deleteModalCancelButtonText": "Zrušit",
|
|
62
62
|
"neptune.UploadInput.deleteModalConfirmButtonText": "Odstranit",
|
|
63
|
-
"neptune.UploadInput.deleteModalTitle": "
|
|
63
|
+
"neptune.UploadInput.deleteModalTitle": "Opravdu chcete odstranit tento soubor?",
|
|
64
64
|
"neptune.UploadInput.fileIsTooLarge": "Soubor je příliš velký",
|
|
65
65
|
"neptune.UploadInput.fileTypeNotSupported": "Typ souboru není podporován",
|
|
66
66
|
"neptune.UploadInput.maximumFilesAlreadyUploaded": "Je nám líto, ale toto nahrání se nezdařilo, protože můžeme přijmout pouze {maxFilesAllowed} souborů najednou.",
|
|
67
|
-
"neptune.UploadItem.deleting": "
|
|
68
|
-
"neptune.UploadItem.removeFile": "
|
|
67
|
+
"neptune.UploadItem.deleting": "Odstraňování...",
|
|
68
|
+
"neptune.UploadItem.removeFile": "Odebrat soubor {filename}",
|
|
69
69
|
"neptune.UploadItem.uploaded": "Nahráno",
|
|
70
70
|
"neptune.UploadItem.uploadedFile": "Nahraný soubor",
|
|
71
71
|
"neptune.UploadItem.uploading": "Nahrávání...",
|
package/build/i18n/cs.json.js
CHANGED
|
@@ -4,8 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var cs = {
|
|
6
6
|
"neptune.Button.loadingAriaLabel": "načítání",
|
|
7
|
-
"neptune.Chips.ariaLabel": "
|
|
8
|
-
"neptune.ClearButton.ariaLabel": "
|
|
7
|
+
"neptune.Chips.ariaLabel": "Vymazat {choice}",
|
|
8
|
+
"neptune.ClearButton.ariaLabel": "Vymazat",
|
|
9
9
|
"neptune.CloseButton.ariaLabel": "Zavřít",
|
|
10
10
|
"neptune.DateInput.day.label": "Den",
|
|
11
11
|
"neptune.DateInput.day.placeholder": "DD",
|
|
@@ -51,25 +51,25 @@ var cs = {
|
|
|
51
51
|
"neptune.Upload.csWrongTypeMessage": "Tento formát souboru není podporován. Zkuste to znovu s jiným souborem",
|
|
52
52
|
"neptune.Upload.psButtonText": "Zrušit",
|
|
53
53
|
"neptune.Upload.psProcessingText": "Načítání...",
|
|
54
|
-
"neptune.Upload.retry": "
|
|
54
|
+
"neptune.Upload.retry": "Zkusit znovu",
|
|
55
55
|
"neptune.Upload.usButtonText": "Nebo vyberte soubor",
|
|
56
|
-
"neptune.Upload.usDropMessage": "
|
|
56
|
+
"neptune.Upload.usDropMessage": "Přetáhněte soubor a zahajte nahrávání",
|
|
57
57
|
"neptune.Upload.usPlaceholder": "Přetáhněte soubor menší než {maxSize} MB",
|
|
58
58
|
"neptune.UploadButton.allFileTypes": "Všechny typy souborů",
|
|
59
|
-
"neptune.UploadButton.dropFiles": "
|
|
60
|
-
"neptune.UploadButton.instructions": "{fileTypes}, menší než {size}MB",
|
|
59
|
+
"neptune.UploadButton.dropFiles": "Přetáhněte soubor a zahajte nahrávání",
|
|
60
|
+
"neptune.UploadButton.instructions": "{fileTypes}, menší než {size} MB",
|
|
61
61
|
"neptune.UploadButton.maximumFiles": "Max. počet souborů: {maxFiles}.",
|
|
62
62
|
"neptune.UploadButton.uploadFile": "Nahrát soubor",
|
|
63
63
|
"neptune.UploadButton.uploadFiles": "Nahrát soubory",
|
|
64
64
|
"neptune.UploadInput.deleteModalBody": "Odstraněním tohoto souboru jej smažete z našeho systému.",
|
|
65
65
|
"neptune.UploadInput.deleteModalCancelButtonText": "Zrušit",
|
|
66
66
|
"neptune.UploadInput.deleteModalConfirmButtonText": "Odstranit",
|
|
67
|
-
"neptune.UploadInput.deleteModalTitle": "
|
|
67
|
+
"neptune.UploadInput.deleteModalTitle": "Opravdu chcete odstranit tento soubor?",
|
|
68
68
|
"neptune.UploadInput.fileIsTooLarge": "Soubor je příliš velký",
|
|
69
69
|
"neptune.UploadInput.fileTypeNotSupported": "Typ souboru není podporován",
|
|
70
70
|
"neptune.UploadInput.maximumFilesAlreadyUploaded": "Je nám líto, ale toto nahrání se nezdařilo, protože můžeme přijmout pouze {maxFilesAllowed} souborů najednou.",
|
|
71
|
-
"neptune.UploadItem.deleting": "
|
|
72
|
-
"neptune.UploadItem.removeFile": "
|
|
71
|
+
"neptune.UploadItem.deleting": "Odstraňování...",
|
|
72
|
+
"neptune.UploadItem.removeFile": "Odebrat soubor {filename}",
|
|
73
73
|
"neptune.UploadItem.uploaded": "Nahráno",
|
|
74
74
|
"neptune.UploadItem.uploadedFile": "Nahraný soubor",
|
|
75
75
|
"neptune.UploadItem.uploading": "Nahrávání...",
|
package/build/i18n/cs.json.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var cs = {
|
|
2
2
|
"neptune.Button.loadingAriaLabel": "načítání",
|
|
3
|
-
"neptune.Chips.ariaLabel": "
|
|
4
|
-
"neptune.ClearButton.ariaLabel": "
|
|
3
|
+
"neptune.Chips.ariaLabel": "Vymazat {choice}",
|
|
4
|
+
"neptune.ClearButton.ariaLabel": "Vymazat",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Zavřít",
|
|
6
6
|
"neptune.DateInput.day.label": "Den",
|
|
7
7
|
"neptune.DateInput.day.placeholder": "DD",
|
|
@@ -47,25 +47,25 @@ var cs = {
|
|
|
47
47
|
"neptune.Upload.csWrongTypeMessage": "Tento formát souboru není podporován. Zkuste to znovu s jiným souborem",
|
|
48
48
|
"neptune.Upload.psButtonText": "Zrušit",
|
|
49
49
|
"neptune.Upload.psProcessingText": "Načítání...",
|
|
50
|
-
"neptune.Upload.retry": "
|
|
50
|
+
"neptune.Upload.retry": "Zkusit znovu",
|
|
51
51
|
"neptune.Upload.usButtonText": "Nebo vyberte soubor",
|
|
52
|
-
"neptune.Upload.usDropMessage": "
|
|
52
|
+
"neptune.Upload.usDropMessage": "Přetáhněte soubor a zahajte nahrávání",
|
|
53
53
|
"neptune.Upload.usPlaceholder": "Přetáhněte soubor menší než {maxSize} MB",
|
|
54
54
|
"neptune.UploadButton.allFileTypes": "Všechny typy souborů",
|
|
55
|
-
"neptune.UploadButton.dropFiles": "
|
|
56
|
-
"neptune.UploadButton.instructions": "{fileTypes}, menší než {size}MB",
|
|
55
|
+
"neptune.UploadButton.dropFiles": "Přetáhněte soubor a zahajte nahrávání",
|
|
56
|
+
"neptune.UploadButton.instructions": "{fileTypes}, menší než {size} MB",
|
|
57
57
|
"neptune.UploadButton.maximumFiles": "Max. počet souborů: {maxFiles}.",
|
|
58
58
|
"neptune.UploadButton.uploadFile": "Nahrát soubor",
|
|
59
59
|
"neptune.UploadButton.uploadFiles": "Nahrát soubory",
|
|
60
60
|
"neptune.UploadInput.deleteModalBody": "Odstraněním tohoto souboru jej smažete z našeho systému.",
|
|
61
61
|
"neptune.UploadInput.deleteModalCancelButtonText": "Zrušit",
|
|
62
62
|
"neptune.UploadInput.deleteModalConfirmButtonText": "Odstranit",
|
|
63
|
-
"neptune.UploadInput.deleteModalTitle": "
|
|
63
|
+
"neptune.UploadInput.deleteModalTitle": "Opravdu chcete odstranit tento soubor?",
|
|
64
64
|
"neptune.UploadInput.fileIsTooLarge": "Soubor je příliš velký",
|
|
65
65
|
"neptune.UploadInput.fileTypeNotSupported": "Typ souboru není podporován",
|
|
66
66
|
"neptune.UploadInput.maximumFilesAlreadyUploaded": "Je nám líto, ale toto nahrání se nezdařilo, protože můžeme přijmout pouze {maxFilesAllowed} souborů najednou.",
|
|
67
|
-
"neptune.UploadItem.deleting": "
|
|
68
|
-
"neptune.UploadItem.removeFile": "
|
|
67
|
+
"neptune.UploadItem.deleting": "Odstraňování...",
|
|
68
|
+
"neptune.UploadItem.removeFile": "Odebrat soubor {filename}",
|
|
69
69
|
"neptune.UploadItem.uploaded": "Nahráno",
|
|
70
70
|
"neptune.UploadItem.uploadedFile": "Nahraný soubor",
|
|
71
71
|
"neptune.UploadItem.uploading": "Nahrávání...",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/components",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
3
|
+
"version": "0.0.0-experimental-e8e1885",
|
|
4
4
|
"description": "Neptune React components",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@wise/eslint-config": "^12.3.0",
|
|
85
85
|
"babel-plugin-formatjs": "^10.5.16",
|
|
86
86
|
"enzyme": "^3.11.0",
|
|
87
|
-
"eslint": "^9.
|
|
87
|
+
"eslint": "^9.26.0",
|
|
88
88
|
"gulp": "^5.0.0",
|
|
89
89
|
"jest": "^29.7.0",
|
|
90
90
|
"jest-environment-jsdom": "^29.7.0",
|
|
@@ -95,9 +95,9 @@
|
|
|
95
95
|
"rollup-preserve-directives": "^1.1.1",
|
|
96
96
|
"storybook": "^8.2.2",
|
|
97
97
|
"@transferwise/less-config": "3.1.1",
|
|
98
|
+
"@transferwise/neptune-css": "14.24.4",
|
|
98
99
|
"@wise/components-theming": "1.6.2",
|
|
99
|
-
"@wise/wds-configs": "0.0.0"
|
|
100
|
-
"@transferwise/neptune-css": "14.24.4"
|
|
100
|
+
"@wise/wds-configs": "0.0.0"
|
|
101
101
|
},
|
|
102
102
|
"peerDependencies": {
|
|
103
103
|
"@transferwise/icons": "^3.21.0",
|
package/src/i18n/cs.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"neptune.Button.loadingAriaLabel": "načítání",
|
|
3
|
-
"neptune.Chips.ariaLabel": "
|
|
4
|
-
"neptune.ClearButton.ariaLabel": "
|
|
3
|
+
"neptune.Chips.ariaLabel": "Vymazat {choice}",
|
|
4
|
+
"neptune.ClearButton.ariaLabel": "Vymazat",
|
|
5
5
|
"neptune.CloseButton.ariaLabel": "Zavřít",
|
|
6
6
|
"neptune.DateInput.day.label": "Den",
|
|
7
7
|
"neptune.DateInput.day.placeholder": "DD",
|
|
@@ -47,25 +47,25 @@
|
|
|
47
47
|
"neptune.Upload.csWrongTypeMessage": "Tento formát souboru není podporován. Zkuste to znovu s jiným souborem",
|
|
48
48
|
"neptune.Upload.psButtonText": "Zrušit",
|
|
49
49
|
"neptune.Upload.psProcessingText": "Načítání...",
|
|
50
|
-
"neptune.Upload.retry": "
|
|
50
|
+
"neptune.Upload.retry": "Zkusit znovu",
|
|
51
51
|
"neptune.Upload.usButtonText": "Nebo vyberte soubor",
|
|
52
|
-
"neptune.Upload.usDropMessage": "
|
|
52
|
+
"neptune.Upload.usDropMessage": "Přetáhněte soubor a zahajte nahrávání",
|
|
53
53
|
"neptune.Upload.usPlaceholder": "Přetáhněte soubor menší než {maxSize} MB",
|
|
54
54
|
"neptune.UploadButton.allFileTypes": "Všechny typy souborů",
|
|
55
|
-
"neptune.UploadButton.dropFiles": "
|
|
56
|
-
"neptune.UploadButton.instructions": "{fileTypes}, menší než {size}MB",
|
|
55
|
+
"neptune.UploadButton.dropFiles": "Přetáhněte soubor a zahajte nahrávání",
|
|
56
|
+
"neptune.UploadButton.instructions": "{fileTypes}, menší než {size} MB",
|
|
57
57
|
"neptune.UploadButton.maximumFiles": "Max. počet souborů: {maxFiles}.",
|
|
58
58
|
"neptune.UploadButton.uploadFile": "Nahrát soubor",
|
|
59
59
|
"neptune.UploadButton.uploadFiles": "Nahrát soubory",
|
|
60
60
|
"neptune.UploadInput.deleteModalBody": "Odstraněním tohoto souboru jej smažete z našeho systému.",
|
|
61
61
|
"neptune.UploadInput.deleteModalCancelButtonText": "Zrušit",
|
|
62
62
|
"neptune.UploadInput.deleteModalConfirmButtonText": "Odstranit",
|
|
63
|
-
"neptune.UploadInput.deleteModalTitle": "
|
|
63
|
+
"neptune.UploadInput.deleteModalTitle": "Opravdu chcete odstranit tento soubor?",
|
|
64
64
|
"neptune.UploadInput.fileIsTooLarge": "Soubor je příliš velký",
|
|
65
65
|
"neptune.UploadInput.fileTypeNotSupported": "Typ souboru není podporován",
|
|
66
66
|
"neptune.UploadInput.maximumFilesAlreadyUploaded": "Je nám líto, ale toto nahrání se nezdařilo, protože můžeme přijmout pouze {maxFilesAllowed} souborů najednou.",
|
|
67
|
-
"neptune.UploadItem.deleting": "
|
|
68
|
-
"neptune.UploadItem.removeFile": "
|
|
67
|
+
"neptune.UploadItem.deleting": "Odstraňování...",
|
|
68
|
+
"neptune.UploadItem.removeFile": "Odebrat soubor {filename}",
|
|
69
69
|
"neptune.UploadItem.uploaded": "Nahráno",
|
|
70
70
|
"neptune.UploadItem.uploadedFile": "Nahraný soubor",
|
|
71
71
|
"neptune.UploadItem.uploading": "Nahrávání...",
|