@trackunit/react-form-components 1.26.3 → 1.27.0

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.
@@ -12,6 +12,7 @@ var translation = {
12
12
  "dropzone.label.default": "<clickable>Sfoglia</clickable> o trascina i file qui...",
13
13
  "emailField.error.INVALID_EMAIL": "Inserisci un indirizzo email valido",
14
14
  "emailField.error.REQUIRED": "The email address is required",
15
+ "emailField.sendEmailAction.label": "Email",
15
16
  "field.notEditable.tooltip": "Questo campo non è modificabile",
16
17
  "field.required.asterisk.tooltip": "Questo campo è obbligatorio",
17
18
  "numberField.error.GREATER_THAN": "Value must be greater than or equal to {{min}}",
@@ -19,6 +20,8 @@ var translation = {
19
20
  "numberField.error.LESS_THAN": "Value must be less than or equal to {{max}}",
20
21
  "numberField.error.NOT_IN_BETWEEN": "Must be between {{min}} and {{max}}",
21
22
  "numberField.error.REQUIRED": "Questo campo è obbligatorio",
23
+ "passwordField.tooltip.hide": "Hide password",
24
+ "passwordField.tooltip.show": "Show password",
22
25
  "phoneField.error.INVALID_COUNTRY": "Il codice Paese non è valido",
23
26
  "phoneField.error.INVALID_LENGTH": "Il numero di telefono non è valido",
24
27
  "phoneField.error.INVALID_NUMBER": "Il numero di telefono non è valido",
@@ -28,14 +31,17 @@ var translation = {
28
31
  "phoneField.error.TOO_LONG": "Il numero di telefono è troppo lungo",
29
32
  "phoneField.error.TOO_SHORT": "Il numero di telefono è troppo corto",
30
33
  "phoneField.error.undefined": "",
34
+ "phoneField.phoneNumber.label": "Numero di telefono",
31
35
  "schedule.label.active": "Active",
32
36
  "schedule.label.allDay": "All Day",
33
37
  "schedule.label.day": "Giorno",
34
38
  "search.placeholder": "Ricerca",
35
39
  "select.loadingMessage": "Loading...",
40
+ "select.multiValue.remove": "Rimuovi",
36
41
  "select.noOptionsMessage": "No options found",
37
42
  "urlField.error.INVALID_URL": "Please enter a valid URL",
38
- "urlField.error.REQUIRED": "The URL is required"
43
+ "urlField.error.REQUIRED": "The URL is required",
44
+ "urlField.url.label": "Web address"
39
45
  };
40
46
 
41
47
  export { translation as default };
@@ -12,6 +12,7 @@ var translation = {
12
12
  "dropzone.label.default": "<clickable>Bla gjennom</clickable> eller dra filer hit...",
13
13
  "emailField.error.INVALID_EMAIL": "Please enter a valid email address",
14
14
  "emailField.error.REQUIRED": "The email address is required",
15
+ "emailField.sendEmailAction.label": "E-post",
15
16
  "field.notEditable.tooltip": "Dette feltet kan ikke redigeres",
16
17
  "field.required.asterisk.tooltip": "Dette feltet er obligatorisk",
17
18
  "numberField.error.GREATER_THAN": "Value must be greater than or equal to {{min}}",
@@ -19,6 +20,8 @@ var translation = {
19
20
  "numberField.error.LESS_THAN": "Value must be less than or equal to {{max}}",
20
21
  "numberField.error.NOT_IN_BETWEEN": "Must be between {{min}} and {{max}}",
21
22
  "numberField.error.REQUIRED": "Dette feltet er obligatorisk",
23
+ "passwordField.tooltip.hide": "Hide password",
24
+ "passwordField.tooltip.show": "Show password",
22
25
  "phoneField.error.INVALID_COUNTRY": "Landkoden er ikke gyldig",
23
26
  "phoneField.error.INVALID_LENGTH": "Telefonnummeret er ikke gyldig",
24
27
  "phoneField.error.INVALID_NUMBER": "Telefonnummeret er ikke gyldig",
@@ -28,14 +31,17 @@ var translation = {
28
31
  "phoneField.error.TOO_LONG": "Telefonnummeret er for langt",
29
32
  "phoneField.error.TOO_SHORT": "Telefonnummeret er for kort",
30
33
  "phoneField.error.undefined": "",
34
+ "phoneField.phoneNumber.label": "Telefonnummer",
31
35
  "schedule.label.active": "Active",
32
36
  "schedule.label.allDay": "All Day",
33
37
  "schedule.label.day": "Dag",
34
38
  "search.placeholder": "Søk",
35
39
  "select.loadingMessage": "Laster...",
40
+ "select.multiValue.remove": "Fjern",
36
41
  "select.noOptionsMessage": "No options found",
37
42
  "urlField.error.INVALID_URL": "Please enter a valid URL",
38
- "urlField.error.REQUIRED": "The URL is required"
43
+ "urlField.error.REQUIRED": "The URL is required",
44
+ "urlField.url.label": "Web address"
39
45
  };
40
46
 
41
47
  export { translation as default };