Skip to content

Commit

Permalink
Merge pull request #743 from Adyen/release/4.7.1
Browse files Browse the repository at this point in the history
Update release notes 4.7.1
  • Loading branch information
ozgur00 authored Jul 22, 2022
2 parents 1a40882 + cda32ad commit bd473dc
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
[//]: # ( - Configurations public constructor are deprecated, please use each Configuration's builder to make a Configuration object)

## Fixed
- For BACS Direct Debit, agreement texts now show an error message to take further action if not switched on while continuing to the confirmation screen.
- For BACS Direct Debit, an error message appears under the payment agreement text if the shopper selects the **Continue** button without selecting the toggles to agree.
1 change: 1 addition & 0 deletions bacs/src/main/res/template/values/strings.xml.tt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">%%bacs.consent.account%%</string>
<string name="bacs_consent_amount">%%bacs.consent.amount%%</string>
<string name="bacs_consent_amount_specified">%%bacs.consent.amount.specified%%</string>
<string name="bacs_consent_invalid">%%bacs.consent.invalid%%</string>

<string name="bacs_continue">%%continue%%</string>
<string name="bacs_confirm_and_pay">%%bacs.confirm%%</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">أؤكد أن الحساب باسمي وأنا وحدي صاحب التوقيع المطالب بالإذن بالخصم المباشر في هذا الحساب.</string>
<string name="bacs_consent_amount">أوافق على خصم المبلغ أعلاه من حسابي البنكي.</string>
<string name="bacs_consent_amount_specified">أوافق على خصم %s من حسابي البنكي.</string>
<string name="bacs_consent_invalid">يتطلب هذا الحقل إجراء</string>

<string name="bacs_continue">متابعة</string>
<string name="bacs_confirm_and_pay">تأكيد ودفع</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-cs-rCZ/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">Potvrzuji, že účet je veden na moje jméno a jsem jediným disponentem, jehož podpis je nutný ke schválení přímého inkasa.</string>
<string name="bacs_consent_amount">Souhlasím s tím, že mi bude následující částka odečtena z bankovního účtu.</string>
<string name="bacs_consent_amount_specified">Souhlasím, aby mi částka %s byla odečtena z bankovního účtu.</string>
<string name="bacs_consent_invalid">Toto pole vyžaduje vaši akci</string>

<string name="bacs_continue">Pokračovat</string>
<string name="bacs_confirm_and_pay">Potvrdit a zaplatit</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-da-rDK/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">Jeg bekræfter, at kontoen er i mit navn, og at jeg er den eneste underskriver, der kræves for at godkende direkte debitering af kontoen.</string>
<string name="bacs_consent_amount">Jeg accepterer, at beløbet ovenfor trækkes på min bankkonto.</string>
<string name="bacs_consent_amount_specified">Jeg accepterer, at %s hæves på min bankkonto.</string>
<string name="bacs_consent_invalid">Dette felt kræver handling</string>

<string name="bacs_continue">Fortsæt</string>
<string name="bacs_confirm_and_pay">Bekræft, og betal</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-de-rDE/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">Ich bestätige, dass das Konto unter meinem Namen läuft und ich der einzige erforderliche Unterzeichner bin, um die Lastschrift für dieses Konto zu autorisieren.</string>
<string name="bacs_consent_amount">Ich bin damit einverstanden, dass der oben genannte Betrag von meinem Bankkonto abgebucht wird.</string>
<string name="bacs_consent_amount_specified">Ich bin damit einverstanden, dass %s von meinem Bankkonto abgebucht wird.</string>
<string name="bacs_consent_invalid">Dieses Feld erfordert eine Aktion</string>

<string name="bacs_continue">Weiter</string>
<string name="bacs_confirm_and_pay">Bestätigen und bezahlen</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-el-rGR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">Επιβεβαιώνω ότι ο λογαριασμός είναι στο όνομά μου και πως είμαι ο/η μοναδικός/μοναδική υπογράφων/υπογράφουσα που απαιτείται για εξουσιοδότηση της Άμεσης Χρέωσης σε αυτόν τον λογαριασμό.</string>
<string name="bacs_consent_amount">Αποδέχομαι ότι το πιο πάνω ποσό θα αφαιρεθεί από τον τραπεζικό λογαριασμό μου.</string>
<string name="bacs_consent_amount_specified">Αποδέχομαι ότι το ποσό %s θα αφαιρεθεί από τον τραπεζικό λογαριασμό μου.</string>
<string name="bacs_consent_invalid">Αυτό το πεδίο απαιτεί ενέργεια από μέρους σας</string>

<string name="bacs_continue">Συνέχεια</string>
<string name="bacs_confirm_and_pay">Επιβεβαίωση και πληρωμή</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-es-rES/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">Confirmo que la cuenta está a mi nombre y soy el único firmante necesario para autorizar débitos directos en esta cuenta.</string>
<string name="bacs_consent_amount">Estoy de acuerdo con que la cantidad anterior se deduzca de mi cuenta bancaria.</string>
<string name="bacs_consent_amount_specified">Estoy de acuerdo en que se deduzca la siguiente cantidad de mi cuenta bancaria: %s.</string>
<string name="bacs_consent_invalid">Este campo requiere su atención</string>

<string name="bacs_continue">Continuar</string>
<string name="bacs_confirm_and_pay">Confirmar y pagar</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-fi-rFI/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">Vahvistan, että tili on nimessäni ja olen ainoa allekirjoittaja, joka vaaditaan valtuuttamaan suoraveloitus tällä tilillä.</string>
<string name="bacs_consent_amount">Hyväksyn, että alla oleva summa veloitetaan pankkitililtäni.</string>
<string name="bacs_consent_amount_specified">Hyväksyn, että %s veloitetaan pankkitililtäni.</string>
<string name="bacs_consent_invalid">Tämä kenttä edellyttää sinun toimintaasi</string>

<string name="bacs_continue">Jatka</string>
<string name="bacs_confirm_and_pay">Vahvista ja maksa</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-fr-rFR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">Je confirme être le titulaire du compte et qu\'aucune autre signature que la mienne n\'est requise pour autoriser un prélèvement sur ce compte.</string>
<string name="bacs_consent_amount">J\'accepte que le montant ci-dessus soit déduit de mon compte bancaire.</string>
<string name="bacs_consent_amount_specified">J\'accepte que le montant de %s soit prélevé sur mon compte bancaire.</string>
<string name="bacs_consent_invalid">Ce champ requiert votre action</string>

<string name="bacs_continue">Continuer</string>
<string name="bacs_confirm_and_pay">Confirmer et payer</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-hr-rHR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">Potvrđujem da je račun na moje ime i da sam jedini potpisnik potreban za autorizaciju izravnog terećenja na ovom računu.</string>
<string name="bacs_consent_amount">Slažem se da se gore navedeni iznos oduzme s mog bankovnog računa.</string>
<string name="bacs_consent_amount_specified">Slažem se da će moj bankovni račun biti terećen za %s.</string>
<string name="bacs_consent_invalid">Ovo polje zahtijeva vaše djelovanje</string>

<string name="bacs_continue">Nastavi</string>
<string name="bacs_confirm_and_pay">Potvrdi i plati</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-hu-rHU/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">Megerősítem, hogy a bankszámla az én nevemen van, és én vagyok a bankszámlát érintő beszedési megbízás jóváhagyásához szükséges egyetlen aláíró.</string>
<string name="bacs_consent_amount">Elfogadom, hogy a fenti összeget levonják a bankszámlámról.</string>
<string name="bacs_consent_amount_specified">Elfogadom, hogy %s levonásra kerüljön a bankszámlámról.</string>
<string name="bacs_consent_invalid">Ez a mező a beavatkozását igényli</string>

<string name="bacs_continue">Folytatás</string>
<string name="bacs_confirm_and_pay">Megerősítés és fizetés</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-it-rIT/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">Confermo che il conto è intestato al sottoscritto e che sono l\'unico firmatario a dover autorizzare l\'addebito diretto su questo conto.</string>
<string name="bacs_consent_amount">Accetto che l\'importo sopra indicato venga detratto dal mio conto bancario.</string>
<string name="bacs_consent_amount_specified">Accetto che l\'importo di %s venga detratto dal mio conto bancario.</string>
<string name="bacs_consent_invalid">Questo campo richiede la tua azione</string>

<string name="bacs_continue">Continua</string>
<string name="bacs_confirm_and_pay">Conferma e paga</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-ja-rJP/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">口座が私の名義であることを確認し、この口座からの自動引き落としを承認するために必要な唯一の署名者であることを確認します。</string>
<string name="bacs_consent_amount">上記の金額が私の銀行口座から引き落とされることに同意します。</string>
<string name="bacs_consent_amount_specified">%sが私の銀行口座から引き落とされることに同意します。</string>
<string name="bacs_consent_invalid">このフィールドにはアクションが必要です</string>

<string name="bacs_continue">続ける</string>
<string name="bacs_confirm_and_pay">確認して支払う</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-ko-rKR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">본인이 이 계좌의 예금주이며, 이 계좌에서의 자동 이체를 승인하기 위해 필요한 유일한 서명인입니다.</string>
<string name="bacs_consent_amount">계좌에서 위의 금액을 이체하는 것에 동의합니다.</string>
<string name="bacs_consent_amount_specified">은행 계좌에서 %s이(가) 출금되는 것에 동의합니다.</string>
<string name="bacs_consent_invalid">이 필드는 귀하의 조치가 필요합니다</string>

<string name="bacs_continue">계속</string>
<string name="bacs_confirm_and_pay">확인 및 결제</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-nb-rNO/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">Jeg bekrefter at kontoen står i mitt navn, og at jeg er den eneste signataren som kreves for å autorisere direktebelastningen på denne kontoen.</string>
<string name="bacs_consent_amount">Jeg samtykker til at beløpet ovenfor blir trukket fra bankkontoen min.</string>
<string name="bacs_consent_amount_specified">Jeg godtar at %s blir trukket fra kontoen min.</string>
<string name="bacs_consent_invalid">Dette feltet krever handling</string>

<string name="bacs_continue">Fortsett</string>
<string name="bacs_confirm_and_pay">Bekreft og betal</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-nl-rNL/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">Ik bevestig dat de rekening op mijn naam staat en dat ik de enige ondertekenaar ben die toestemming kan geven voor automatische incasso\'s vanaf deze rekening.</string>
<string name="bacs_consent_amount">Ik ga ermee akkoord dat het bovengenoemde bedrag van mijn bankrekening wordt afgeschreven.</string>
<string name="bacs_consent_amount_specified">Ik ga ermee akkoord dat er %s van mijn bankrekening wordt afgeschreven.</string>
<string name="bacs_consent_invalid">Uw actie is vereist voor dit veld</string>

<string name="bacs_continue">Doorgaan</string>
<string name="bacs_confirm_and_pay">Bevestigen en betalen</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-pl-rPL/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">Potwierdzam, że konto jest zarejestrowane na moje nazwisko i jestem jedynym sygnatariuszem wymaganym do autoryzacji polecenia zapłaty na tym koncie.</string>
<string name="bacs_consent_amount">Wyrażam zgodę na pobranie powyższej kwoty z mojego rachunku bankowego.</string>
<string name="bacs_consent_amount_specified">Wyrażam zgodę na pobranie kwoty %s z mojego rachunku bankowego.</string>
<string name="bacs_consent_invalid">To pole wymaga działania</string>

<string name="bacs_continue">Kontynuuj</string>
<string name="bacs_confirm_and_pay">Potwierdź i zapłać</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">Confirmo que a conta está em meu nome e que sou o único signatário que deve autorizar o débito direto nessa conta.</string>
<string name="bacs_consent_amount">Concordo que o valor acima seja deduzido da minha conta bancária.</string>
<string name="bacs_consent_amount_specified">Concordo que o valor de %s seja deduzido da minha conta bancária.</string>
<string name="bacs_consent_invalid">Este campo requer sua atenção</string>

<string name="bacs_continue">Continuar</string>
<string name="bacs_confirm_and_pay">Confirmar e pagar</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-ro-rRO/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">Confirm că sunt titularul acestui cont și că sunt singurul semnatar necesar pentru autorizarea debitului direct pentru acest cont.</string>
<string name="bacs_consent_amount">Sunt de acord ca suma menționată mai sus să fie dedusă din contul meu bancar.</string>
<string name="bacs_consent_amount_specified">Sunt de acord să se deducă %s din contul meu bancar.</string>
<string name="bacs_consent_invalid">Acest câmp necesită o acțiune din partea dvs.</string>

<string name="bacs_continue">Continuare</string>
<string name="bacs_confirm_and_pay">Confirmați și plătiți</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-ru-rRU/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">Подтверждаю, что счет оформлен на мое имя и что я – единственное лицо, имеющее право подписи, разрешающей прямое дебетование средств со счета.</string>
<string name="bacs_consent_amount">Выражаю согласие на списание вышеуказанной суммы с моего банковского счета.</string>
<string name="bacs_consent_amount_specified">Выражаю согласие на списание %s с моего банковского счета.</string>
<string name="bacs_consent_invalid">Это поле требует вашего действия</string>

<string name="bacs_continue">Продолжить</string>
<string name="bacs_confirm_and_pay">Подтвердить и оплатить</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-sk-rSK/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">Potvrdzujem, že účet je na moje meno a som jediný podpisovateľ, ktorý je povinný autorizovať inkaso v tomto účte.</string>
<string name="bacs_consent_amount">Súhlasím s tým, že nižšie uvedená čiastka bude odpísaná z môjho bankového účtu.</string>
<string name="bacs_consent_amount_specified">Súhlasím s úhradou čiastky %s z môjho bankového účtu.</string>
<string name="bacs_consent_invalid">Pre toto pole treba vykonať činnosť</string>

<string name="bacs_continue">Pokračovať</string>
<string name="bacs_confirm_and_pay">Potvrdiť a zaplatiť</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-sl-rSI/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">Potrjujem, da je račun ustvarjen v mojem imenu in sem edini podpisnik za odobritev neposredne bremenitve za ta račun.</string>
<string name="bacs_consent_amount">Soglašam s tem, da bo zgornji znesek odtegnjen z mojega bančnega računa.</string>
<string name="bacs_consent_amount_specified">Soglašam, da bo znesek %s odtegnjen z mojega bančnega računa.</string>
<string name="bacs_consent_invalid">To polje zahteva vaše ukrepanje</string>

<string name="bacs_continue">Nadaljuj</string>
<string name="bacs_confirm_and_pay">Potrdi in plačaj</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-sv-rSE/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">Jag bekräftar att jag är kontoinnehavare och att jag är den enda person vars godkännande krävs för att auktorisera autogiro från detta konto.</string>
<string name="bacs_consent_amount">Jag godkänner att ovanstående belopp dras från mitt bankkonto.</string>
<string name="bacs_consent_amount_specified">Jag godkänner att %s kommer att dras från mitt bankkonto.</string>
<string name="bacs_consent_invalid">Fältet kräver en åtgärd av dig</string>

<string name="bacs_continue">Fortsätt</string>
<string name="bacs_confirm_and_pay">Bekräfta och betala</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">我确认该账户为我名下的账户,并且我是授权该账户直接借记的唯一签署人。</string>
<string name="bacs_consent_amount">我同意从银行账户中扣除上述金额。</string>
<string name="bacs_consent_amount_specified">我同意从我的银行账户中扣除以下金额:%s。</string>
<string name="bacs_consent_invalid">此字段需要您的操作</string>

<string name="bacs_continue">继续</string>
<string name="bacs_confirm_and_pay">确认并支付</string>
Expand Down
1 change: 1 addition & 0 deletions bacs/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="bacs_consent_account">我確認該帳戶以我的名義開設,並且我是授權從該帳戶直接扣款的唯一簽署人。</string>
<string name="bacs_consent_amount">我同意從我的銀行帳戶扣除上述金額。</string>
<string name="bacs_consent_amount_specified">我同意從我的銀行帳戶扣除 %s。</string>
<string name="bacs_consent_invalid">此欄位需要您採取動作</string>

<string name="bacs_continue">繼續</string>
<string name="bacs_confirm_and_pay">確認並支付</string>
Expand Down
2 changes: 1 addition & 1 deletion bacs/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<string name="bacs_consent_account">I confirm the account is in my name and I am the only signatory required to authorise the Direct Debit on this account.</string>
<string name="bacs_consent_amount">I agree that the above amount will be deducted from my bank account.</string>
<string name="bacs_consent_amount_specified">I agree that %s will be deducted from my bank account.</string>
<string name="bacs_consent_invalid" translatable="false">This field requires your action</string>
<string name="bacs_consent_invalid">This field requires your action</string>

<string name="bacs_continue">Continue</string>
<string name="bacs_confirm_and_pay">Confirm and pay</string>
Expand Down

0 comments on commit bd473dc

Please sign in to comment.