@trackunit/react-form-components 0.0.409 → 0.0.410
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/package.json +1 -1
- package/translation.cjs6.js +2 -2
- package/translation.esm6.js +2 -2
package/package.json
CHANGED
package/translation.cjs6.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
4
|
"clearIndicator.icon.tooltip.clearAll": "Clear all",
|
|
5
|
-
"dropzone.input.title": "
|
|
6
|
-
"dropzone.label.default": "<clickable>
|
|
5
|
+
"dropzone.input.title": "Vedä ja pudota tiedostosyöte",
|
|
6
|
+
"dropzone.label.default": "<clickable>Selaa</clickable> tai vedä tiedostoja täältä...",
|
|
7
7
|
"phoneField.error.INVALID_COUNTRY": "Maakoodi ei ole kelvollinen",
|
|
8
8
|
"phoneField.error.INVALID_LENGTH": "Puhelinnumero ei ole kelvollinen",
|
|
9
9
|
"phoneField.error.INVALID_NUMBER": "Puhelinnumero ei ole kelvollinen",
|
package/translation.esm6.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"clearIndicator.icon.tooltip.clearAll": "Clear all",
|
|
3
|
-
"dropzone.input.title": "
|
|
4
|
-
"dropzone.label.default": "<clickable>
|
|
3
|
+
"dropzone.input.title": "Vedä ja pudota tiedostosyöte",
|
|
4
|
+
"dropzone.label.default": "<clickable>Selaa</clickable> tai vedä tiedostoja täältä...",
|
|
5
5
|
"phoneField.error.INVALID_COUNTRY": "Maakoodi ei ole kelvollinen",
|
|
6
6
|
"phoneField.error.INVALID_LENGTH": "Puhelinnumero ei ole kelvollinen",
|
|
7
7
|
"phoneField.error.INVALID_NUMBER": "Puhelinnumero ei ole kelvollinen",
|