@bigbinary/neeto-form-frontend 3.2.1 → 3.3.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.
@@ -14,7 +14,8 @@
14
14
  "requiredField": "يرجى إدخال {{label}}",
15
15
  "selectMin": "يرجى اختيار {{min}} {{entity}}",
16
16
  "incompleteCaptcha": "يرجى إكمال كلمة التحقق",
17
- "captchaVerificationFailed": "فشل التحقق من كلمة التحقق. حاول مرة اخرى."
17
+ "captchaVerificationFailed": "فشل التحقق من كلمة التحقق. حاول مرة اخرى.",
18
+ "emailFromRestrictedDomain": "لا يتم قبول رسائل البريد الإلكتروني ذات النطاق {{domain}}."
18
19
  },
19
20
  "fileUpload": {
20
21
  "validations": {
@@ -14,7 +14,8 @@
14
14
  "requiredField": "Bitte geben Sie {{label}} ein",
15
15
  "selectMin": "Bitte wählen Sie {{min}} {{entity}} aus",
16
16
  "incompleteCaptcha": "Bitte füllen Sie das Captcha aus",
17
- "captchaVerificationFailed": "Die Captcha-Überprüfung ist fehlgeschlagen. Bitte versuche es erneut."
17
+ "captchaVerificationFailed": "Die Captcha-Überprüfung ist fehlgeschlagen. Bitte versuche es erneut.",
18
+ "emailFromRestrictedDomain": "E-Mails mit der Domain {{domain}} werden nicht akzeptiert."
18
19
  },
19
20
  "fileUpload": {
20
21
  "validations": {
@@ -53,7 +53,10 @@
53
53
  "rating": "Rating",
54
54
  "captchaType": "Captcha type",
55
55
  "reCaptchaV2": "reCaptcha v2",
56
- "mathCaptcha": "Match captcha"
56
+ "mathCaptcha": "Match captcha",
57
+ "remainingItemsCount": "{{count}} more",
58
+ "domain": "Domain",
59
+ "domains": "Domains"
57
60
  },
58
61
  "fields": {
59
62
  "mcf": "Multiple choice",
@@ -138,7 +141,10 @@
138
141
  "invalidType": "{{label}} should be a valid {{type}}",
139
142
  "fieldCantBeEmpty": "{{field, anyCase}} can't be empty",
140
143
  "incompleteCaptcha": "Please complete captcha",
141
- "captchaVerificationFailed": "Captcha verification failed. Please try again."
144
+ "captchaVerificationFailed": "Captcha verification failed. Please try again.",
145
+ "invalidDomain": "Domain name is invalid",
146
+ "minOneEntity": "Please add atleast one {{entity}}",
147
+ "emailFromRestrictedDomain": "Emails with domain {{domain}} aren't accepted."
142
148
  },
143
149
  "fileTypes": {
144
150
  "documents": "Documents",
@@ -168,6 +174,13 @@
168
174
  },
169
175
  "fileSizeInMb": "{{fileSize}} MB",
170
176
  "mb": "MB"
177
+ },
178
+ "domainRestriction": {
179
+ "label": "Accept only business emails",
180
+ "description": "Emails having the following domains will not be accepted.",
181
+ "popoverDescription": "Enter domains that should be restricted. Emails with these domains will not be accepted.",
182
+ "helpText": "Press space, tab or enter key after adding a domain. Example: gmail.com",
183
+ "removeInvalidDomains": "Click here to remove invalid domains."
171
184
  }
172
185
  }
173
186
  }
@@ -14,7 +14,8 @@
14
14
  "requiredField": "Por favor ingrese {{label}}",
15
15
  "selectMin": "Por favor seleccione {{min}} {{entity}}",
16
16
  "incompleteCaptcha": "Por favor completa el captcha",
17
- "captchaVerificationFailed": "La verificación del captcha falló. Inténtalo de nuevo."
17
+ "captchaVerificationFailed": "La verificación del captcha falló. Inténtalo de nuevo.",
18
+ "emailFromRestrictedDomain": "No se aceptan correos electrónicos con el dominio {{domain}}."
18
19
  },
19
20
  "fileUpload": {
20
21
  "validations": {
@@ -14,7 +14,8 @@
14
14
  "requiredField": "Veuillez saisir {{label}}",
15
15
  "selectMin": "Veuillez sélectionner {{min}} {{entity}}",
16
16
  "incompleteCaptcha": "Veuillez compléter le captcha",
17
- "captchaVerificationFailed": "La vérification du Captcha a échoué. Veuillez réessayer."
17
+ "captchaVerificationFailed": "La vérification du Captcha a échoué. Veuillez réessayer.",
18
+ "emailFromRestrictedDomain": "Les e-mails avec le domaine {{domain}} ne sont pas acceptés."
18
19
  },
19
20
  "fileUpload": {
20
21
  "validations": {
@@ -14,7 +14,8 @@
14
14
  "requiredField": "Voer {{label}} in",
15
15
  "selectMin": "Selecteer {{min}} {{entity}}",
16
16
  "incompleteCaptcha": "Vul de captcha in",
17
- "captchaVerificationFailed": "Captcha-verificatie mislukt. Probeer het opnieuw."
17
+ "captchaVerificationFailed": "Captcha-verificatie mislukt. Probeer het opnieuw.",
18
+ "emailFromRestrictedDomain": "E-mails met domein {{domain}} worden niet geaccepteerd."
18
19
  },
19
20
  "fileUpload": {
20
21
  "validations": {
@@ -14,7 +14,8 @@
14
14
  "requiredField": "Proszę wpisać {{label}}",
15
15
  "selectMin": "Proszę wybrać {{min}} {{entity}}",
16
16
  "incompleteCaptcha": "Proszę uzupełnić captcha",
17
- "captchaVerificationFailed": "Weryfikacja Captcha nie powiodła się. Proszę spróbuj ponownie."
17
+ "captchaVerificationFailed": "Weryfikacja Captcha nie powiodła się. Proszę spróbuj ponownie.",
18
+ "emailFromRestrictedDomain": "E-maile z domeną {{domain}} nie są akceptowane."
18
19
  },
19
20
  "fileUpload": {
20
21
  "validations": {
@@ -14,7 +14,8 @@
14
14
  "requiredField": "Insira {{label}}",
15
15
  "selectMin": "Selecione {{min}} {{entity}}",
16
16
  "incompleteCaptcha": "Por favor complete o captcha",
17
- "captchaVerificationFailed": "A verificação do Captcha falhou. Por favor, tente novamente."
17
+ "captchaVerificationFailed": "A verificação do Captcha falhou. Por favor, tente novamente.",
18
+ "emailFromRestrictedDomain": "E-mails com domínio {{domain}} não são aceitos."
18
19
  },
19
20
  "fileUpload": {
20
21
  "validations": {