@bigbinary/neeto-form-frontend 2.0.1 → 2.0.3

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.
@@ -1,14 +1,34 @@
1
1
  {
2
2
  "neetoForm": {
3
+ "common": {
4
+ "addGuests": "Gäste hinzufügen",
5
+ "phoneNumberValidation": "Telefonnummer beginnend mit der Landesvorwahl",
6
+ "mustAcceptTermsAndConditions": "Du musst die Geschäftsbedingungen akzeptieren",
7
+ "mustAcceptCondition": "Sie müssen die Bedingung akzeptieren, um fortfahren zu können",
8
+ "option": "Möglichkeit",
9
+ "rating": "Bewertung"
10
+ },
3
11
  "error": {
4
- "invalidField": "Bitte geben Sie ein gültiges {{label}} ein.",
12
+ "invalidField": "Bitte geben Sie ein gültiges {{label}} ein",
5
13
  "invalidType": "{{label}} sollte ein gültiger {{type}} sein",
6
- "requiredField": "Bitte geben Sie {{label}} ein.",
7
- "selectMin": "Bitte wählen Sie {{min}} {{entity}} aus"
14
+ "requiredField": "Bitte geben Sie {{label}} ein",
15
+ "selectMin": "Bitte wählen Sie {{entity}} aus"
8
16
  },
9
- "common": {
10
- "phoneNumberValidation": "Telefonnummer beginnend mit der Landesvorwahl",
11
- "mustAcceptTermsAndConditions": "Du musst die Geschäftsbedingungen akzeptieren"
17
+ "fileUpload": {
18
+ "validations": {
19
+ "waitForUpload": "Bitte warten Sie, bis der Upload abgeschlossen ist",
20
+ "atLeastOneFileRequired": "Bitte laden Sie mindestens eine Datei hoch",
21
+ "removeDuplicates": "Bitte entfernen Sie doppelte Einträge",
22
+ "fileIsRequired": "Bitte laden Sie eine Datei hoch"
23
+ },
24
+ "dropzone": {
25
+ "errors": {
26
+ "fileTooLarge": "Die Datei '{{fileName, anyCase}}' ist größer als {{maxSize}} MB",
27
+ "fileInvalidType": "Der Dateityp {{fileType}} ist nicht zulässig",
28
+ "tooManyFiles": "Sie können nur eine Datei hochladen",
29
+ "defaultError": "Beim Hochladen von {{fileName, anyCase}} ist ein Fehler aufgetreten"
30
+ }
31
+ }
12
32
  }
13
33
  }
14
34
  }
@@ -47,7 +47,9 @@
47
47
  "end": "End",
48
48
  "settings": "Settings",
49
49
  "advancedProperties": "Advanced properties",
50
- "clonedElementLabel": "Copy of {{label, anyCase}}"
50
+ "clonedElementLabel": "Copy of {{label, anyCase}}",
51
+ "option": "Option",
52
+ "rating": "Rating"
51
53
  },
52
54
  "fields": {
53
55
  "mcf": "Multiple choice",
@@ -123,13 +125,11 @@
123
125
  "changeLanguage": "Change language"
124
126
  },
125
127
  "error": {
126
- "invalidField": "Please enter a valid {{label}}.",
127
- "invalidFieldCode": "This field code cannot be used.",
128
- "requiredField": "Please enter {{label}}.",
128
+ "invalidField": "Please enter a valid {{label}}",
129
+ "invalidFieldCode": "This field code cannot be used",
130
+ "requiredField": "Please enter {{label}}",
129
131
  "selectMin": "Please select {{min}} {{entity}}",
130
132
  "invalidType": "{{label}} should be a valid {{type}}",
131
- "minCount": "{{field}} must be greater than or equal to {{value}}",
132
- "maxCount": "{{field}} must be less than or equal to {{value}}",
133
133
  "fieldCantBeEmpty": "{{field, anyCase}} can't be empty"
134
134
  },
135
135
  "fileTypes": {
@@ -150,7 +150,7 @@
150
150
  "errors": {
151
151
  "fileTooLarge": "The file '{{fileName, anyCase}}' is larger than {{maxSize}} MB",
152
152
  "fileInvalidType": "File type {{fileType}} is not permitted",
153
- "tooManyFiles": "You can only upload {{maxFiles}} file",
153
+ "tooManyFiles": "You can only upload one file",
154
154
  "defaultError": "Something went wrong while uploading {{fileName, anyCase}}"
155
155
  },
156
156
  "maxFileSize": "Maximum allowed size is {{size}} {{unit, anyCase}}",
@@ -0,0 +1,34 @@
1
+ {
2
+ "neetoForm": {
3
+ "common": {
4
+ "addGuests": "Agregar invitados",
5
+ "phoneNumberValidation": "Número de teléfono que comienza con el código de país",
6
+ "mustAcceptTermsAndConditions": "Debe aceptar los Términos y Condiciones",
7
+ "mustAcceptCondition": "Debes aceptar la condición para continuar",
8
+ "option": "Opción",
9
+ "rating": "Clasificación"
10
+ },
11
+ "error": {
12
+ "invalidField": "Introduzca una {{label}} válida",
13
+ "invalidType": "{{label}} debe ser un {{type}} válido",
14
+ "requiredField": "Por favor ingrese {{label}}",
15
+ "selectMin": "Por favor seleccione {{entity}}"
16
+ },
17
+ "fileUpload": {
18
+ "validations": {
19
+ "waitForUpload": "Espere hasta que finalice la carga.",
20
+ "atLeastOneFileRequired": "Por favor sube al menos un archivo",
21
+ "removeDuplicates": "Por favor elimine las entradas duplicadas",
22
+ "fileIsRequired": "Por favor sube un archivo"
23
+ },
24
+ "dropzone": {
25
+ "errors": {
26
+ "fileTooLarge": "El archivo '{{fileName, anyCase}}' pesa más de {{maxSize}} MB",
27
+ "fileInvalidType": "El tipo de archivo {{fileType}} no está permitido",
28
+ "tooManyFiles": "Solo puedes subir un archivo",
29
+ "defaultError": "Algo salió mal al cargar {{fileName, anyCase}}"
30
+ }
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "neetoForm": {
3
+ "common": {
4
+ "addGuests": "Ajouter des invités",
5
+ "phoneNumberValidation": "Numéro de téléphone commençant par l'indicatif du pays",
6
+ "mustAcceptTermsAndConditions": "Vous devez accepter les Termes et Conditions",
7
+ "mustAcceptCondition": "Vous devez accepter la condition pour continuer",
8
+ "option": "Option",
9
+ "rating": "Notation"
10
+ },
11
+ "error": {
12
+ "invalidField": "Veuillez saisir un {{label}} valide",
13
+ "invalidType": "{{label}} doit être un {{type}} valide",
14
+ "requiredField": "Veuillez saisir {{label}}",
15
+ "selectMin": "Veuillez sélectionner {{entity}}"
16
+ },
17
+ "fileUpload": {
18
+ "validations": {
19
+ "waitForUpload": "Veuillez patienter jusqu'à ce que le téléchargement soit terminé",
20
+ "atLeastOneFileRequired": "Veuillez télécharger au moins un fichier",
21
+ "removeDuplicates": "Veuillez supprimer les entrées en double",
22
+ "fileIsRequired": "Veuillez télécharger un fichier"
23
+ },
24
+ "dropzone": {
25
+ "errors": {
26
+ "fileTooLarge": "Le fichier '{{fileName, anyCase}}' fait plus de {{maxSize}} Mo",
27
+ "fileInvalidType": "Le type de fichier {{fileType}} n'est pas autorisé",
28
+ "tooManyFiles": "Vous ne pouvez télécharger qu'un seul fichier",
29
+ "defaultError": "Une erreur s'est produite lors du téléchargement de {{fileName, anyCase}}"
30
+ }
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "neetoForm": {
3
+ "common": {
4
+ "addGuests": "Voeg gasten toe",
5
+ "phoneNumberValidation": "Telefoonnummer beginnend met landcode",
6
+ "mustAcceptTermsAndConditions": "U moet de voorwaarden accepteren",
7
+ "mustAcceptCondition": "U moet de voorwaarde accepteren om door te gaan",
8
+ "option": "Keuze",
9
+ "rating": "Beoordeling"
10
+ },
11
+ "error": {
12
+ "invalidField": "Voer een geldige {{label}} in",
13
+ "invalidType": "{{label}} moet een geldige {{type}} zijn",
14
+ "requiredField": "Voer {{label}} in",
15
+ "selectMin": "Selecteer {{entity}}"
16
+ },
17
+ "fileUpload": {
18
+ "validations": {
19
+ "waitForUpload": "Wacht tot het uploaden is voltooid",
20
+ "atLeastOneFileRequired": "Upload minimaal één bestand",
21
+ "removeDuplicates": "Verwijder dubbele vermeldingen",
22
+ "fileIsRequired": "Upload een bestand"
23
+ },
24
+ "dropzone": {
25
+ "errors": {
26
+ "fileTooLarge": "Het bestand '{{fileName, anyCase}}' is groter dan {{maxSize}} MB",
27
+ "fileInvalidType": "Bestandstype {{fileType}} is niet toegestaan",
28
+ "tooManyFiles": "U kunt slechts één bestand uploaden",
29
+ "defaultError": "Er is iets misgegaan tijdens het uploaden van {{fileName, anyCase}}"
30
+ }
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "neetoForm": {
3
+ "common": {
4
+ "addGuests": "Dodaj gości",
5
+ "phoneNumberValidation": "Numer telefonu zaczynający się od numeru kierunkowego kraju",
6
+ "mustAcceptTermsAndConditions": "Musisz zaakceptować warunki",
7
+ "mustAcceptCondition": "Aby kontynuować, musisz zaakceptować warunek",
8
+ "option": "Opcja",
9
+ "rating": "Ocena"
10
+ },
11
+ "error": {
12
+ "invalidField": "Proszę wprowadzić poprawną etykietę {{label}}",
13
+ "invalidType": "{{label}} powinien być prawidłowym {{type}}",
14
+ "requiredField": "Proszę wpisać {{label}}",
15
+ "selectMin": "Proszę wybrać {{entity}}"
16
+ },
17
+ "fileUpload": {
18
+ "validations": {
19
+ "waitForUpload": "Poczekaj, aż przesyłanie się zakończy",
20
+ "atLeastOneFileRequired": "Prześlij przynajmniej jeden plik",
21
+ "removeDuplicates": "Proszę usunąć zdublowane wpisy",
22
+ "fileIsRequired": "Proszę przesłać plik"
23
+ },
24
+ "dropzone": {
25
+ "errors": {
26
+ "fileTooLarge": "Plik '{{fileName, anyCase}}' jest większy niż {{maxSize}} MB",
27
+ "fileInvalidType": "Typ pliku {{fileType}} jest niedozwolony",
28
+ "tooManyFiles": "Możesz przesłać tylko jeden plik",
29
+ "defaultError": "Coś poszło nie tak podczas przesyłania pliku {{fileName, anyCase}}"
30
+ }
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "neetoForm": {
3
+ "common": {
4
+ "addGuests": "Adicionar convidados",
5
+ "phoneNumberValidation": "Número de telefone começando com o código do país",
6
+ "mustAcceptTermsAndConditions": "Você deve aceitar os Termos e Condições",
7
+ "mustAcceptCondition": "Você deve aceitar a condição para prosseguir",
8
+ "option": "Opção",
9
+ "rating": "Avaliação"
10
+ },
11
+ "error": {
12
+ "invalidField": "Insira um {{label}} válido",
13
+ "invalidType": "{{label}} deve ser um {{type}} válido",
14
+ "requiredField": "Insira {{label}}",
15
+ "selectMin": "Selecione {{entity}}"
16
+ },
17
+ "fileUpload": {
18
+ "validations": {
19
+ "waitForUpload": "Aguarde até que o upload termine",
20
+ "atLeastOneFileRequired": "Faça upload de pelo menos um arquivo",
21
+ "removeDuplicates": "Remova entradas duplicadas",
22
+ "fileIsRequired": "Por favor carregue um arquivo"
23
+ },
24
+ "dropzone": {
25
+ "errors": {
26
+ "fileTooLarge": "O arquivo '{{fileName, anyCase}}' é maior que {{maxSize}} MB",
27
+ "fileInvalidType": "O tipo de arquivo {{fileType}} não é permitido",
28
+ "tooManyFiles": "Você só pode enviar um arquivo",
29
+ "defaultError": "Algo deu errado ao enviar {{fileName, anyCase}}"
30
+ }
31
+ }
32
+ }
33
+ }
34
+ }