You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/languages/de.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6626,9 +6626,9 @@ const translations = {
6626
6626
`Sie haben die Belastung von ${amountOwed} auf der Karte mit der Endung ${cardEnding} angefochten. Ihr Konto wird gesperrt, bis der Streit mit Ihrer Bank geklärt ist.`,
6627
6627
},
6628
6628
cardAuthenticationRequired: {
6629
-
title: 'Ihre Karte konnte nicht belastet werden.',
6629
+
title: 'Ihre Zahlungskarte wurde nicht vollständig authentifiziert.',
`Ihre Zahlungskarte wurde nicht vollständig authentifiziert. Bitte schließen Sie den Authentifizierungsprozess ab, um Ihre Zahlungskarte mit der Endung ${cardEnding} zu aktivieren.`,
6631
+
`Bitte schließen Sie den Authentifizierungsprozess ab, um Ihre Zahlungskarte mit der Endung ${cardEnding} zu aktivieren.`,
6632
6632
},
6633
6633
insufficientFunds: {
6634
6634
title: 'Ihre Karte konnte nicht belastet werden.',
Copy file name to clipboardExpand all lines: src/languages/en.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6589,9 +6589,9 @@ const translations = {
6589
6589
`You disputed the ${amountOwed} charge on the card ending in ${cardEnding}. Your account will be locked until the dispute is resolved with your bank.`,
6590
6590
},
6591
6591
cardAuthenticationRequired: {
6592
-
title: 'Your card couldn’t be charged',
6592
+
title: "Your payment card hasn't been fully authenticated.",
`Your payment card hasn’t been fully authenticated. Please complete the authentication process to activate your payment card ending in ${cardEnding}.`,
6594
+
`Please complete the authentication process to activate your payment card ending in ${cardEnding}.`,
Copy file name to clipboardExpand all lines: src/languages/fr.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6637,9 +6637,9 @@ const translations = {
6637
6637
`Vous avez contesté le débit de ${amountOwed} sur la carte se terminant par ${cardEnding}. Votre compte sera verrouillé jusqu'à ce que le litige soit résolu avec votre banque.`,
6638
6638
},
6639
6639
cardAuthenticationRequired: {
6640
-
title: "Votre carte n'a pas pu être débitée",
6640
+
title: "Votre carte de paiement n'a pas été entièrement authentifiée.",
`Votre carte de paiement n'a pas été entièrement authentifiée. Veuillez compléter le processus d'authentification pour activer votre carte de paiement se terminant par ${cardEnding}.`,
6642
+
`Veuillez terminer le processus d'authentification pour activer votre carte se terminant par ${cardEnding}.`,
Copy file name to clipboardExpand all lines: src/languages/it.ts
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6638,9 +6638,8 @@ const translations = {
6638
6638
`Hai contestato l'addebito di ${amountOwed} sulla carta che termina con ${cardEnding}. Il tuo account sarà bloccato fino a quando la disputa non sarà risolta con la tua banca.`,
`La tua carta di pagamento non è stata completamente autenticata. Completa il processo di autenticazione per attivare la tua carta di pagamento che termina con ${cardEnding}.`,
6641
+
title: 'La tua carta di pagamento non è stata completamente autenticata.',
6642
+
subtitle: ({cardEnding}: BillingBannerCardAuthenticationRequiredParams)=>`Completa il processo di autenticazione per attivare la tua carta che termina con ${cardEnding}.`,
Copy file name to clipboardExpand all lines: src/languages/nl.ts
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6628,9 +6628,8 @@ const translations = {
6628
6628
`U betwistte de ${amountOwed} kosten op de kaart die eindigt op ${cardEnding}. Uw account wordt geblokkeerd totdat het geschil met uw bank is opgelost.`,
`Uw betaalkaart is niet volledig geverifieerd. Voltooi het verificatieproces om uw betaalkaart met eindcijfers ${cardEnding} te activeren.`,
6631
+
title: 'Je betaalkaart is nog niet volledig geverifieerd.',
6632
+
subtitle: ({cardEnding}: BillingBannerCardAuthenticationRequiredParams)=>`Voltooi de verificatie om je betaalkaart met eindigend op ${cardEnding} te activeren.`,
Copy file name to clipboardExpand all lines: src/languages/pl.ts
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6613,9 +6613,8 @@ const translations = {
6613
6613
`Zakwestionowałeś opłatę w wysokości ${amountOwed} na karcie kończącej się na ${cardEnding}. Twoje konto zostanie zablokowane do czasu rozwiązania sporu z bankiem.`,
`Twoja karta płatnicza nie została w pełni uwierzytelniona. Proszę ukończyć proces uwierzytelniania, aby aktywować kartę płatniczą kończącą się na ${cardEnding}.`,
6616
+
title: 'Twoja karta płatnicza nie została w pełni uwierzytelniona.',
6617
+
subtitle: ({cardEnding}: BillingBannerCardAuthenticationRequiredParams)=>`Dokończ proces uwierzytelnienia, aby aktywować kartę kończącą się na ${cardEnding}.`,
Copy file name to clipboardExpand all lines: src/languages/pt-BR.ts
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6627,9 +6627,8 @@ const translations = {
6627
6627
`Você contestou a cobrança de ${amountOwed} no cartão com final ${cardEnding}. Sua conta será bloqueada até que a disputa seja resolvida com seu banco.`,
`Seu cartão de pagamento não foi totalmente autenticado. Por favor, complete o processo de autenticação para ativar seu cartão de pagamento com final ${cardEnding}.`,
6630
+
title: 'Seu cartão de pagamento não foi totalmente autenticado.',
6631
+
subtitle: ({cardEnding}: BillingBannerCardAuthenticationRequiredParams) => `Conclua o processo de autenticação para ativar seu cartão que termina em ${cardEnding}.`,
0 commit comments