@swan-io/shared-business 8.16.1 → 8.16.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swan-io/shared-business",
3
- "version": "8.16.1",
3
+ "version": "8.16.3",
4
4
  "engines": {
5
5
  "node": ">=20.9.0",
6
6
  "yarn": "^1.22.0"
@@ -122,6 +122,8 @@
122
122
  "rejection.DebtorAccountClosedRejection": "Debitor-Konto geschlossen",
123
123
  "rejection.DebtorAccountNotAllowedRejection": "Debitor-Konto nicht erlaubt",
124
124
  "rejection.DigitalCardNotFoundRejection": "Digitale Karte nicht gefunden",
125
+ "rejection.EmailAlreadyExistsRejection": "Diese E-Mail-Adresse wird bereits verwendet. Wenn Sie der Eigentümer sind, melden Sie sich bitte mit der zugehörigen Telefonnummer an.",
126
+ "rejection.EmailBlacklistedRejection": "Dieser E-Mail-Anbieter ist verboten. Bitte bearbeiten Sie Ihre E-Mail-Adresse.",
125
127
  "rejection.EnabledCardDesignNotFoundRejection": "Kartendesign nicht gefunden",
126
128
  "rejection.ExternalAccountAlreadyExistsRejection": "Externer Account existiert bereits",
127
129
  "rejection.ExternalAccountBalanceAlreadyExistsRejection": "Externer Kontostand existiert bereits",
@@ -150,6 +152,9 @@
150
152
  "rejection.NotReachableConsentStatusRejection": "Status der Einwilligung konnte nicht geändert werden",
151
153
  "rejection.NotSupportedCountryRejection": "Nicht unterstütztes Land",
152
154
  "rejection.OnboardingNotCompletedRejection": "Unvollständiger Onboarding-Prozess",
155
+ "rejection.OtpAttemptsExceededRejection": "Zu viele falsche Codes, bitte starten Sie den Vorgang erneut",
156
+ "rejection.OtpExpiredRejection": "Der Code ist abgelaufen, bitte starten Sie den Vorgang erneut",
157
+ "rejection.OtpIncorrectCodeRejection": "Der Schlüssel ist nicht korrekt, bitte versuchen Sie es erneut",
153
158
  "rejection.PINNotReadyRejection": "PIN ist nicht bereit",
154
159
  "rejection.PaymentMandateMandateNotFoundRejection": "Zahlungsauftrag konnte nicht gefunden werden",
155
160
  "rejection.PaymentMandateReferenceAlreadyUsedRejection": "Zahlungsaufträge erfordern eindeutige Referenznummern",
@@ -157,6 +162,7 @@
157
162
  "rejection.PermissionCannotBeGrantedRejection": "Berechtigung kann nicht gewährt werden",
158
163
  "rejection.PhysicalCardNotFoundRejection": "Physische Karte nicht gefunden",
159
164
  "rejection.PhysicalCardWrongStatusRejection": "Unerwarteter Status der physischen Karte",
165
+ "rejection.PotentialDisclosureAttackRejection": "Sie können die E-Mail nicht mehr überprüfen. Bitte versuchen Sie es in 72 Stunden erneut.",
160
166
  "rejection.ProjectForbiddenRejection": "Verbotenes Projekt",
161
167
  "rejection.ProjectFundingLimitExceededRejection": "Überschrittenes Finanzierungslimit für das Projekt",
162
168
  "rejection.ProjectInstantFundingLimitExceededRejection": "Überschreitung der Obergrenze für die Projekt-Sofortfinanzierung",
@@ -193,6 +199,7 @@
193
199
  "rejection.SupportingDocumentUploadNotAllowedRejection": "Dokumentupload nicht erlaubt",
194
200
  "rejection.SuspendReceivedDirectDebitMandatedRejection": "Erhaltener Lastschriftauftrag bereits storniert",
195
201
  "rejection.TooManyChildConsentsRejection": "Zu viele Einwilligungen zur Multi-Einwilligung hinzugefügt",
202
+ "rejection.TooManyEmailVerification": "Sie können die E-Mail nicht mehr überprüfen. Bitte versuchen Sie es in 24 Stunden erneut",
196
203
  "rejection.TooManyItemsRejection": "Zu viele Elemente",
197
204
  "rejection.TransactionNotFoundRejection": "Transaktion konnte nicht gefunden werden",
198
205
  "rejection.UpdateUserConsentSettingsTokenRejection": "Benutzer-Einwilligungseinstellungen-Token konnten nicht aktualisiert werden",
@@ -309,4 +316,4 @@
309
316
  "transactionStatement.type.SepaInstantCreditTransferOut": "SEPA Sofortüberweisung gesendet",
310
317
  "validation.birthdateCannotBeFuture": "Geburtsdatum darf nicht in der Zukunft liegen",
311
318
  "validation.invalidBirthDate": "Bitte geben Sie ein gültiges Geburtsdatum ein."
312
- }
319
+ }
@@ -122,6 +122,8 @@
122
122
  "rejection.DebtorAccountClosedRejection": "Debtor account closed",
123
123
  "rejection.DebtorAccountNotAllowedRejection": "Debtor account not allowed",
124
124
  "rejection.DigitalCardNotFoundRejection": "Couldn't find digital card",
125
+ "rejection.EmailAlreadyExistsRejection": "This email is already used. If you are the owner, please login with the associated phone number",
126
+ "rejection.EmailBlacklistedRejection": "This email provider is forbidden, please edit your email address",
125
127
  "rejection.EnabledCardDesignNotFoundRejection": "Couldn't find card design",
126
128
  "rejection.ExternalAccountAlreadyExistsRejection": "External account already exists",
127
129
  "rejection.ExternalAccountBalanceAlreadyExistsRejection": "External account balance already exists",
@@ -150,6 +152,9 @@
150
152
  "rejection.NotReachableConsentStatusRejection": "Couldn't change consent status",
151
153
  "rejection.NotSupportedCountryRejection": "Unsupported country",
152
154
  "rejection.OnboardingNotCompletedRejection": "Incomplete onboarding process",
155
+ "rejection.OtpIncorrectCodeRejection": "The key isn’t correct, please try again",
156
+ "rejection.OtpExpiredRejection": "The code is expired, please restart the process",
157
+ "rejection.OtpAttemptsExceededRejection": "Too many incorrect code, please restart the process",
153
158
  "rejection.PINNotReadyRejection": "PIN isn't ready",
154
159
  "rejection.PaymentMandateMandateNotFoundRejection": "Couldn't find payment mandate",
155
160
  "rejection.PaymentMandateReferenceAlreadyUsedRejection": "Payment mandates require unique reference numbers",
@@ -157,6 +162,7 @@
157
162
  "rejection.PermissionCannotBeGrantedRejection": "Can't grant permission",
158
163
  "rejection.PhysicalCardNotFoundRejection": "Couldn't find physical card",
159
164
  "rejection.PhysicalCardWrongStatusRejection": "Unexpected physical card status",
165
+ "rejection.PotentialDisclosureAttackRejection": "You can’t verify email anymore, please try again in 72 hours",
160
166
  "rejection.ProjectForbiddenRejection": "Project forbidden",
161
167
  "rejection.ProjectFundingLimitExceededRejection": "Exceeded project funding limit",
162
168
  "rejection.ProjectInstantFundingLimitExceededRejection": "Exceeded project instant funding limit",
@@ -193,6 +199,7 @@
193
199
  "rejection.SupportingDocumentUploadNotAllowedRejection": "Document upload not allowed",
194
200
  "rejection.SuspendReceivedDirectDebitMandatedRejection": "Received direct debit mandate already canceled",
195
201
  "rejection.TooManyChildConsentsRejection": "Too many consents added to multi-consent",
202
+ "rejection.TooManyEmailVerification": "You can’t verify email anymore, please try again in 24 hours",
196
203
  "rejection.TooManyItemsRejection": "Too many items",
197
204
  "rejection.TransactionNotFoundRejection": "Couldn't find transaction",
198
205
  "rejection.UpdateUserConsentSettingsTokenRejection": "Couldn't update user consent settings token",
@@ -309,4 +316,4 @@
309
316
  "transactionStatement.type.SepaInstantCreditTransferOut": "SEPA Instant Credit Transfer sent",
310
317
  "validation.birthdateCannotBeFuture": "Birthdate cannot be in the future",
311
318
  "validation.invalidBirthDate": "Please enter a valid birth date."
312
- }
319
+ }
@@ -122,6 +122,8 @@
122
122
  "rejection.DebtorAccountClosedRejection": "Cuenta del deudor cerrada",
123
123
  "rejection.DebtorAccountNotAllowedRejection": "Cuenta del deudor no permitida",
124
124
  "rejection.DigitalCardNotFoundRejection": "No se pudo encontrar la tarjeta digital",
125
+ "rejection.EmailAlreadyExistsRejection": "Este correo electrónico ya está en uso. Si eres el propietario, por favor inicia sesión con el número de teléfono asociado",
126
+ "rejection.EmailBlacklistedRejection": "Este proveedor de correo electrónico está prohibido, por favor edita tu dirección de correo electrónico",
125
127
  "rejection.EnabledCardDesignNotFoundRejection": "No se pudo encontrar el diseño de la tarjeta",
126
128
  "rejection.ExternalAccountAlreadyExistsRejection": "La cuenta externa ya existe",
127
129
  "rejection.ExternalAccountBalanceAlreadyExistsRejection": "El saldo de la cuenta externa ya existe",
@@ -150,6 +152,9 @@
150
152
  "rejection.NotReachableConsentStatusRejection": "No se pudo cambiar el estado del consentimiento",
151
153
  "rejection.NotSupportedCountryRejection": "País no compatible",
152
154
  "rejection.OnboardingNotCompletedRejection": "Proceso de incorporación incompleto",
155
+ "rejection.OtpAttemptsExceededRejection": "Demasiados intentos incorrectos, por favor reinicia el proceso",
156
+ "rejection.OtpExpiredRejection": "El código ha caducado, por favor reinicia el proceso",
157
+ "rejection.OtpIncorrectCodeRejection": "La clave no es correcta, por favor inténtalo de nuevo",
153
158
  "rejection.PINNotReadyRejection": "PIN no está listo",
154
159
  "rejection.PaymentMandateMandateNotFoundRejection": "No se pudo encontrar el mandato de pago",
155
160
  "rejection.PaymentMandateReferenceAlreadyUsedRejection": "Los mandatos de pago requieren números de referencia únicos",
@@ -157,6 +162,7 @@
157
162
  "rejection.PermissionCannotBeGrantedRejection": "No se puede otorgar el permiso",
158
163
  "rejection.PhysicalCardNotFoundRejection": "No se pudo encontrar la tarjeta física",
159
164
  "rejection.PhysicalCardWrongStatusRejection": "Estado inesperado de la tarjeta física",
165
+ "rejection.PotentialDisclosureAttackRejection": "Ya no puedes verificar el correo electrónico, por favor inténtalo de nuevo en 72 horas",
160
166
  "rejection.ProjectForbiddenRejection": "Proyecto prohibido",
161
167
  "rejection.ProjectFundingLimitExceededRejection": "Límite de financiamiento del proyecto excedido",
162
168
  "rejection.ProjectInstantFundingLimitExceededRejection": "Límite de financiamiento instantáneo del proyecto excedido",
@@ -193,6 +199,7 @@
193
199
  "rejection.SupportingDocumentUploadNotAllowedRejection": "No se permite la carga de documentos",
194
200
  "rejection.SuspendReceivedDirectDebitMandatedRejection": "Mandato de domiciliación recibido ya cancelado",
195
201
  "rejection.TooManyChildConsentsRejection": "Demasiados consentimientos agregados al consentimiento múltiple",
202
+ "rejection.TooManyEmailVerification": "Ya no puedes verificar el correo electrónico, por favor inténtalo de nuevo en 24 horas",
196
203
  "rejection.TooManyItemsRejection": "Demasiados elementos",
197
204
  "rejection.TransactionNotFoundRejection": "No se pudo encontrar la transacción",
198
205
  "rejection.UpdateUserConsentSettingsTokenRejection": "No se pudo actualizar el token de configuración de consentimiento del usuario",
@@ -309,4 +316,4 @@
309
316
  "transactionStatement.type.SepaInstantCreditTransferOut": "Transferencia SEPA instantánea enviada",
310
317
  "validation.birthdateCannotBeFuture": "La fecha de nacimiento no puede estar en el futuro",
311
318
  "validation.invalidBirthDate": "Por favor, introduce una fecha de nacimiento válida."
312
- }
319
+ }
@@ -122,6 +122,8 @@
122
122
  "rejection.DebtorAccountClosedRejection": "Luotonottajan tili suljettu",
123
123
  "rejection.DebtorAccountNotAllowedRejection": "Luotonottajan tiliä ei ole sallittu",
124
124
  "rejection.DigitalCardNotFoundRejection": "Digitaalista korttia ei löytynyt",
125
+ "rejection.EmailAlreadyExistsRejection": "Tämä sähköpostiosoite on jo käytössä. Jos olet omistaja, kirjaudu sisään liittyvällä puhelinnumerolla",
126
+ "rejection.EmailBlacklistedRejection": "Tämä sähköpostipalveluntarjoaja on kielletty, muokkaa sähköpostiosoitettasi",
125
127
  "rejection.EnabledCardDesignNotFoundRejection": "Korttisuunnittelua ei löytynyt",
126
128
  "rejection.ExternalAccountAlreadyExistsRejection": "Ulkoinen tili on jo olemassa",
127
129
  "rejection.ExternalAccountBalanceAlreadyExistsRejection": "Ulkoisen tilin saldo on jo olemassa",
@@ -150,6 +152,9 @@
150
152
  "rejection.NotReachableConsentStatusRejection": "Suostumuksen tilaa ei voitu vaihtaa",
151
153
  "rejection.NotSupportedCountryRejection": "Maata ei tueta",
152
154
  "rejection.OnboardingNotCompletedRejection": "Asiakkuuden aloittamisen prosessi ei ole valmis",
155
+ "rejection.OtpAttemptsExceededRejection": "Liian monta virheellistä koodia, aloita prosessi uudelleen",
156
+ "rejection.OtpExpiredRejection": "Koodi on vanhentunut, aloita prosessi uudelleen",
157
+ "rejection.OtpIncorrectCodeRejection": "Avain ei ole oikea, yritä uudelleen",
153
158
  "rejection.PINNotReadyRejection": "PIN ei ole valmis",
154
159
  "rejection.PaymentMandateMandateNotFoundRejection": "Maksun valtakirjaa ei löytynyt",
155
160
  "rejection.PaymentMandateReferenceAlreadyUsedRejection": "Maksun valtakirjat vaativat yksilölliset viitenumerot",
@@ -157,6 +162,7 @@
157
162
  "rejection.PermissionCannotBeGrantedRejection": "Lupaa ei voida myöntää",
158
163
  "rejection.PhysicalCardNotFoundRejection": "Fyysistä korttia ei löytynyt",
159
164
  "rejection.PhysicalCardWrongStatusRejection": "Odottamaton fyysisen kortin tila",
165
+ "rejection.PotentialDisclosureAttackRejection": "Et voi enää varmentaa sähköpostia, yritä uudelleen 72 tunnin kuluttua",
160
166
  "rejection.ProjectForbiddenRejection": "Kielletty projekti",
161
167
  "rejection.ProjectFundingLimitExceededRejection": "Projektin rahoituksen raja ylittyy",
162
168
  "rejection.ProjectInstantFundingLimitExceededRejection": "Projektin välittömän rahoituksen raja ylittyy",
@@ -193,6 +199,7 @@
193
199
  "rejection.SupportingDocumentUploadNotAllowedRejection": "Asiakirjan latausta ei sallittu",
194
200
  "rejection.SuspendReceivedDirectDebitMandatedRejection": "Suoraveloituksen valtakirja on jo peruutettu",
195
201
  "rejection.TooManyChildConsentsRejection": "Moninkertaiseen suostumukseen lisätty liian monta suostumusta",
202
+ "rejection.TooManyEmailVerification": "Et voi enää varmentaa sähköpostia, yritä uudelleen 24 tunnin kuluttua",
196
203
  "rejection.TooManyItemsRejection": "Liian monta kohdetta",
197
204
  "rejection.TransactionNotFoundRejection": "Tapahtumaa ei löytynyt",
198
205
  "rejection.UpdateUserConsentSettingsTokenRejection": "Käyttäjän suostumuksen asetusten valtuutta ei voitu päivittää",
@@ -309,4 +316,4 @@
309
316
  "transactionStatement.type.SepaInstantCreditTransferOut": "SEPA-pikatilisiirto lähetetty",
310
317
  "validation.birthdateCannotBeFuture": "Syntymäaika ei voi olla tulevaisuudessa",
311
318
  "validation.invalidBirthDate": "Anna kelvollinen syntymäaika."
312
- }
319
+ }
@@ -122,6 +122,8 @@
122
122
  "rejection.DebtorAccountClosedRejection": "Compte débiteur fermé",
123
123
  "rejection.DebtorAccountNotAllowedRejection": "Compte débiteur non autorisé",
124
124
  "rejection.DigitalCardNotFoundRejection": "Impossible de trouver la carte numérique",
125
+ "rejection.EmailAlreadyExistsRejection": "Cet e-mail est déjà utilisé. Si vous êtes le propriétaire, veuillez vous connecter avec le numéro de téléphone associé",
126
+ "rejection.EmailBlacklistedRejection": "Ce fournisseur d'e-mail est interdit, veuillez modifier votre adresse e-mail",
125
127
  "rejection.EnabledCardDesignNotFoundRejection": "Impossible de trouver le design de carte",
126
128
  "rejection.ExternalAccountAlreadyExistsRejection": "Le compte externe existe déjà",
127
129
  "rejection.ExternalAccountBalanceAlreadyExistsRejection": "Le solde du compte externe existe déjà",
@@ -150,6 +152,9 @@
150
152
  "rejection.NotReachableConsentStatusRejection": "Impossible de modifier le statut du consentement",
151
153
  "rejection.NotSupportedCountryRejection": "Pays non pris en charge",
152
154
  "rejection.OnboardingNotCompletedRejection": "Processus d'intégration incomplet",
155
+ "rejection.OtpAttemptsExceededRejection": "Trop de codes incorrects, veuillez recommencer le processus",
156
+ "rejection.OtpExpiredRejection": "Le code a expiré, veuillez recommencer le processus",
157
+ "rejection.OtpIncorrectCodeRejection": "La clé n'est pas correcte, veuillez réessayer",
153
158
  "rejection.PINNotReadyRejection": "Le code PIN n'est pas prêt",
154
159
  "rejection.PaymentMandateMandateNotFoundRejection": "Impossible de trouver le mandat de paiement",
155
160
  "rejection.PaymentMandateReferenceAlreadyUsedRejection": "Les mandats de paiement nécessitent des numéros de référence uniques",
@@ -157,6 +162,7 @@
157
162
  "rejection.PermissionCannotBeGrantedRejection": "Impossible d'accorder l'autorisation",
158
163
  "rejection.PhysicalCardNotFoundRejection": "Impossible de trouver la carte physique",
159
164
  "rejection.PhysicalCardWrongStatusRejection": "Statut de carte physique inattendu",
165
+ "rejection.PotentialDisclosureAttackRejection": "Vous ne pouvez plus vérifier l'e-mail, veuillez réessayer dans 72 heures",
160
166
  "rejection.ProjectForbiddenRejection": "Projet interdit",
161
167
  "rejection.ProjectFundingLimitExceededRejection": "Limite de financement du projet dépassée",
162
168
  "rejection.ProjectInstantFundingLimitExceededRejection": "Limite de financement instantané du projet dépassée",
@@ -193,6 +199,7 @@
193
199
  "rejection.SupportingDocumentUploadNotAllowedRejection": "Téléchargement de document non autorisé",
194
200
  "rejection.SuspendReceivedDirectDebitMandatedRejection": "Mandat de prélèvement direct reçu déjà annulé",
195
201
  "rejection.TooManyChildConsentsRejection": "Trop de consentements ajoutés au multi-consentement",
202
+ "rejection.TooManyEmailVerification": "Vous ne pouvez plus vérifier l'e-mail, veuillez réessayer dans 24 heures",
196
203
  "rejection.TooManyItemsRejection": "Trop d'éléments",
197
204
  "rejection.TransactionNotFoundRejection": "Impossible de trouver la transaction",
198
205
  "rejection.UpdateUserConsentSettingsTokenRejection": "Impossible de mettre à jour le token",
@@ -309,4 +316,4 @@
309
316
  "transactionStatement.type.SepaInstantCreditTransferOut": "Virement SEPA instantané envoyé",
310
317
  "validation.birthdateCannotBeFuture": "La date de naissance ne peut pas être dans le futur",
311
318
  "validation.invalidBirthDate": "Veuillez saisir une date de naissance valide."
312
- }
319
+ }
@@ -122,6 +122,8 @@
122
122
  "rejection.DebtorAccountClosedRejection": "Conto debitore chiuso",
123
123
  "rejection.DebtorAccountNotAllowedRejection": "Conto debitore non consentito",
124
124
  "rejection.DigitalCardNotFoundRejection": "Impossibile trovare la carta digitale",
125
+ "rejection.EmailAlreadyExistsRejection": "Questo indirizzo email è già in uso. Se sei il proprietario, effettua il login con il numero di telefono associato",
126
+ "rejection.EmailBlacklistedRejection": "Questo provider di posta elettronica è vietato, per favore modifica il tuo indirizzo email",
125
127
  "rejection.EnabledCardDesignNotFoundRejection": "Impossibile trovare il design della carta",
126
128
  "rejection.ExternalAccountAlreadyExistsRejection": "L'account esterno esiste già",
127
129
  "rejection.ExternalAccountBalanceAlreadyExistsRejection": "Il saldo dell'account esterno esiste già",
@@ -150,6 +152,9 @@
150
152
  "rejection.NotReachableConsentStatusRejection": "Impossibile cambiare lo stato del consenso",
151
153
  "rejection.NotSupportedCountryRejection": "Paese non supportato",
152
154
  "rejection.OnboardingNotCompletedRejection": "Processo di onboarding incompleto",
155
+ "rejection.OtpAttemptsExceededRejection": "Troppi codici errati, si prega di riavviare il processo",
156
+ "rejection.OtpExpiredRejection": "Il codice è scaduto, si prega di riavviare il processo",
157
+ "rejection.OtpIncorrectCodeRejection": "La chiave non è corretta, si prega di riprovare",
153
158
  "rejection.PINNotReadyRejection": "PIN non pronto",
154
159
  "rejection.PaymentMandateMandateNotFoundRejection": "Impossibile trovare il mandato di pagamento",
155
160
  "rejection.PaymentMandateReferenceAlreadyUsedRejection": "I mandati di pagamento richiedono numeri di riferimento unici",
@@ -157,6 +162,7 @@
157
162
  "rejection.PermissionCannotBeGrantedRejection": "Impossibile concedere il permesso",
158
163
  "rejection.PhysicalCardNotFoundRejection": "Impossibile trovare la carta fisica",
159
164
  "rejection.PhysicalCardWrongStatusRejection": "Stato della carta fisica inaspettato",
165
+ "rejection.PotentialDisclosureAttackRejection": "Non è possibile verificare l'email, riprova tra 72 ore",
160
166
  "rejection.ProjectForbiddenRejection": "Progetto vietato",
161
167
  "rejection.ProjectFundingLimitExceededRejection": "Superato il limite di finanziamento del progetto",
162
168
  "rejection.ProjectInstantFundingLimitExceededRejection": "Superato il limite di finanziamento istantaneo del progetto",
@@ -193,6 +199,7 @@
193
199
  "rejection.SupportingDocumentUploadNotAllowedRejection": "Caricamento del documento non consentito",
194
200
  "rejection.SuspendReceivedDirectDebitMandatedRejection": "Mandato di addebito diretto ricevuto già annullato",
195
201
  "rejection.TooManyChildConsentsRejection": "Troppi consensi aggiunti al consenso multiplo",
202
+ "rejection.TooManyEmailVerification": "Non è possibile verificare l'email, riprova tra 24 ore",
196
203
  "rejection.TooManyItemsRejection": "Troppi elementi",
197
204
  "rejection.TransactionNotFoundRejection": "Impossibile trovare la transazione",
198
205
  "rejection.UpdateUserConsentSettingsTokenRejection": "Impossibile aggiornare il token delle impostazioni del consenso dell'utente",
@@ -309,4 +316,4 @@
309
316
  "transactionStatement.type.SepaInstantCreditTransferOut": "Bonifico istantaneo SEPA inviato",
310
317
  "validation.birthdateCannotBeFuture": "La data di nascita non può essere nel futuro",
311
318
  "validation.invalidBirthDate": "Inserisci una data di nascita valida."
312
- }
319
+ }
@@ -122,6 +122,8 @@
122
122
  "rejection.DebtorAccountClosedRejection": "Debiteur rekening gesloten",
123
123
  "rejection.DebtorAccountNotAllowedRejection": "Debiteur rekening niet toegestaan",
124
124
  "rejection.DigitalCardNotFoundRejection": "Kan digitale kaart niet vinden",
125
+ "rejection.EmailAlreadyExistsRejection": "Dit e-mailadres wordt al gebruikt. Als u de eigenaar bent, log dan in met het bijbehorende telefoonnummer",
126
+ "rejection.EmailBlacklistedRejection": "Deze e-mailprovider is verboden, pas uw e-mailadres aan",
125
127
  "rejection.EnabledCardDesignNotFoundRejection": "Kan kaartontwerp niet vinden",
126
128
  "rejection.ExternalAccountAlreadyExistsRejection": "Externe rekening bestaat al",
127
129
  "rejection.ExternalAccountBalanceAlreadyExistsRejection": "Saldo van externe rekening bestaat al",
@@ -150,6 +152,9 @@
150
152
  "rejection.NotReachableConsentStatusRejection": "Kan toestemmingsstatus niet wijzigen",
151
153
  "rejection.NotSupportedCountryRejection": "Niet-ondersteund land",
152
154
  "rejection.OnboardingNotCompletedRejection": "Onvoltooid onboardingproces",
155
+ "rejection.OtpAttemptsExceededRejection": "Te veel onjuiste codes, start het proces opnieuw",
156
+ "rejection.OtpExpiredRejection": "De code is verlopen, start het proces opnieuw",
157
+ "rejection.OtpIncorrectCodeRejection": "De sleutel is niet correct, probeer het opnieuw",
153
158
  "rejection.PINNotReadyRejection": "PIN is niet gereed",
154
159
  "rejection.PaymentMandateMandateNotFoundRejection": "Kan betaalmandaat niet vinden",
155
160
  "rejection.PaymentMandateReferenceAlreadyUsedRejection": "Betaalmandaten vereisen unieke referentienummers",
@@ -157,6 +162,7 @@
157
162
  "rejection.PermissionCannotBeGrantedRejection": "Kan geen toestemming verlenen",
158
163
  "rejection.PhysicalCardNotFoundRejection": "Kan fysieke kaart niet vinden",
159
164
  "rejection.PhysicalCardWrongStatusRejection": "Onverwachte status voor fysieke kaart",
165
+ "rejection.PotentialDisclosureAttackRejection": "U kunt de e-mail niet meer verifiëren, probeer het over 72 uur opnieuw",
160
166
  "rejection.ProjectForbiddenRejection": "Project verboden",
161
167
  "rejection.ProjectFundingLimitExceededRejection": "Overschreden van projectfinancieringslimiet",
162
168
  "rejection.ProjectInstantFundingLimitExceededRejection": "Overschreden van directe financieringslimiet voor project",
@@ -193,6 +199,7 @@
193
199
  "rejection.SupportingDocumentUploadNotAllowedRejection": "Documentupload niet toegestaan",
194
200
  "rejection.SuspendReceivedDirectDebitMandatedRejection": "Ontvangen automatische incasso-mandaat is al geannuleerd",
195
201
  "rejection.TooManyChildConsentsRejection": "Te veel toestemmingen toegevoegd aan multi-toestemming",
202
+ "rejection.TooManyEmailVerification": "U kunt de e-mail niet meer verifiëren, probeer het over 24 uur opnieuw",
196
203
  "rejection.TooManyItemsRejection": "Te veel items",
197
204
  "rejection.TransactionNotFoundRejection": "Kan transactie niet vinden",
198
205
  "rejection.UpdateUserConsentSettingsTokenRejection": "Kan gebruikerstoestemmingsinstellingen token niet bijwerken",
@@ -309,4 +316,4 @@
309
316
  "transactionStatement.type.SepaInstantCreditTransferOut": "SEPA Directe Overschrijving verzonden",
310
317
  "validation.birthdateCannotBeFuture": "Geboortedatum kan niet in de toekomst liggen",
311
318
  "validation.invalidBirthDate": "Voer een geldige geboortedatum in."
312
- }
319
+ }
@@ -122,6 +122,8 @@
122
122
  "rejection.DebtorAccountClosedRejection": "Conta do devedor fechada",
123
123
  "rejection.DebtorAccountNotAllowedRejection": "Conta do devedor não permitida",
124
124
  "rejection.DigitalCardNotFoundRejection": "Não foi possível encontrar o cartão digital",
125
+ "rejection.EmailAlreadyExistsRejection": "Este email já está em uso. Se é o proprietário, por favor faça login com o número de telefone associado",
126
+ "rejection.EmailBlacklistedRejection": "Este provedor de email é proibido, por favor edite o seu endereço de email",
125
127
  "rejection.EnabledCardDesignNotFoundRejection": "Não foi possível encontrar o design do cartão",
126
128
  "rejection.ExternalAccountAlreadyExistsRejection": "Conta externa já existe",
127
129
  "rejection.ExternalAccountBalanceAlreadyExistsRejection": "Saldo da conta externa já existe",
@@ -150,6 +152,9 @@
150
152
  "rejection.NotReachableConsentStatusRejection": "Não foi possível alterar o status do consentimento",
151
153
  "rejection.NotSupportedCountryRejection": "País não suportado",
152
154
  "rejection.OnboardingNotCompletedRejection": "Processo de integração incompleto",
155
+ "rejection.OtpAttemptsExceededRejection": "Demasiados códigos incorretos, por favor reinicie o processo",
156
+ "rejection.OtpExpiredRejection": "O código expirou, por favor reinicie o processo",
157
+ "rejection.OtpIncorrectCodeRejection": "A chave não está correta, por favor tente novamente",
153
158
  "rejection.PINNotReadyRejection": "PIN não está pronto",
154
159
  "rejection.PaymentMandateMandateNotFoundRejection": "Não foi possível encontrar o mandato de pagamento",
155
160
  "rejection.PaymentMandateReferenceAlreadyUsedRejection": "Os mandatos de pagamento requerem números de referência únicos",
@@ -157,6 +162,7 @@
157
162
  "rejection.PermissionCannotBeGrantedRejection": "Não é possível conceder permissão",
158
163
  "rejection.PhysicalCardNotFoundRejection": "Não foi possível encontrar o cartão físico",
159
164
  "rejection.PhysicalCardWrongStatusRejection": "Status inesperado do cartão físico",
165
+ "rejection.PotentialDisclosureAttackRejection": "Já não é possível verificar o email, por favor tente novamente em 72 horas",
160
166
  "rejection.ProjectForbiddenRejection": "Projeto proibido",
161
167
  "rejection.ProjectFundingLimitExceededRejection": "Limite de financiamento do projeto excedido",
162
168
  "rejection.ProjectInstantFundingLimitExceededRejection": "Limite de financiamento instantâneo do projeto excedido",
@@ -193,6 +199,7 @@
193
199
  "rejection.SupportingDocumentUploadNotAllowedRejection": "Upload de documento não permitido",
194
200
  "rejection.SuspendReceivedDirectDebitMandatedRejection": "Mandato de débito direto recebido já cancelado",
195
201
  "rejection.TooManyChildConsentsRejection": "Muitos consentimentos adicionados ao consentimento múltiplo",
202
+ "rejection.TooManyEmailVerification": "Já não é possível verificar o email, por favor tente novamente em 24 horas",
196
203
  "rejection.TooManyItemsRejection": "Muitos itens",
197
204
  "rejection.TransactionNotFoundRejection": "Não foi possível encontrar a transação",
198
205
  "rejection.UpdateUserConsentSettingsTokenRejection": "Não foi possível atualizar o token de configurações de consentimento do usuário",
@@ -309,4 +316,4 @@
309
316
  "transactionStatement.type.SepaInstantCreditTransferOut": "Transferência de crédito instantânea SEPA enviada",
310
317
  "validation.birthdateCannotBeFuture": "A data de nascimento não pode estar no futuro",
311
318
  "validation.invalidBirthDate": "Por favor, introduza uma data de nascimento válida."
312
- }
319
+ }