diff --git a/BuildConfigurations/Version.xcconfig b/BuildConfigurations/Version.xcconfig index dfc9325c2c9..8edd7cb66ff 100644 --- a/BuildConfigurations/Version.xcconfig +++ b/BuildConfigurations/Version.xcconfig @@ -6,4 +6,4 @@ // Instead, edit the `VERSION` file and run `ci_scripts/update_version.sh` // -CURRENT_PROJECT_VERSION=24.1.2 +CURRENT_PROJECT_VERSION=24.1.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a416617608..541d4d9149e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## X.X.X +## 24.1.3 2024-12-16 ### PaymentSheet, CustomerSheet * [Changed] Changed the edit and remove saved payment method flow so that tapping 'Edit' displays an icon that leads to a new update payment method screen that displays payment method details for card (last 4 digits of card number, cvc and expiry date fields), US Bank account (name, email, last 4 digits of bank acocunt), and SEPA debit (name, email, last 4 digits of IBAN). diff --git a/Stripe.podspec b/Stripe.podspec index f67c24e1fec..9d344f5be2a 100644 --- a/Stripe.podspec +++ b/Stripe.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.2' + s.version = '24.1.3' s.summary = 'Accept online payments using Stripe.' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripeApplePay.podspec b/StripeApplePay.podspec index 29d7395a0bc..02c385901ad 100644 --- a/StripeApplePay.podspec +++ b/StripeApplePay.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.2' + s.version = '24.1.3' s.summary = 'StripeApplePay is a lightweight Apple Pay SDK intended for building App Clips '\ 'or other size-constrained apps.' diff --git a/StripeCameraCore.podspec b/StripeCameraCore.podspec index 881e3df0a92..d37cf3a8d9c 100644 --- a/StripeCameraCore.podspec +++ b/StripeCameraCore.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.2' + s.version = '24.1.3' s.summary = 'StripeCameraCore contains shared infrastructure used by Stripe pods. '\ 'It is not meant to be used without other Stripe pods.' diff --git a/StripeCardScan.podspec b/StripeCardScan.podspec index 1d60af8d6bb..d1e4ef40ceb 100644 --- a/StripeCardScan.podspec +++ b/StripeCardScan.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.2' + s.version = '24.1.3' s.summary = 'Scan credit and debit cards to verify that they\'re genuine' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripeCore.podspec b/StripeCore.podspec index 84a03583f76..5151383c76a 100644 --- a/StripeCore.podspec +++ b/StripeCore.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.2' + s.version = '24.1.3' s.summary = 'StripeCore contains shared infrastructure used by all Stripe pods. '\ 'It is not meant to be used without other Stripe pods.' diff --git a/StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift b/StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift index 2758728ee03..78ab4655d74 100644 --- a/StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift +++ b/StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift @@ -10,7 +10,7 @@ import Foundation extension StripeAPIConfiguration { /// The current version of this library. - public static let STPSDKVersion = "24.1.2" + public static let STPSDKVersion = "24.1.3" // NOTE: `STPSDKVersion` must be a hard-coded static string instead of // dynamically generated from the bundle's `CFBundleShortVersionString` to diff --git a/StripeFinancialConnections.podspec b/StripeFinancialConnections.podspec index 4deac5da8b3..0bb95c4e51c 100644 --- a/StripeFinancialConnections.podspec +++ b/StripeFinancialConnections.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.2' + s.version = '24.1.3' s.summary = 'Securely connect financial accounts to Stripe\'s merchant account.' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripeIdentity.podspec b/StripeIdentity.podspec index 53452dfda90..bd642039138 100644 --- a/StripeIdentity.podspec +++ b/StripeIdentity.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.2' + s.version = '24.1.3' s.summary = 'Securely capture ID documents and selfies on iOS for use with Stripe\'s Identity API to confirm the identity of global users.' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripePaymentSheet.podspec b/StripePaymentSheet.podspec index 07b18738e33..89db43faf8c 100644 --- a/StripePaymentSheet.podspec +++ b/StripePaymentSheet.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.2' + s.version = '24.1.3' s.summary = "Stripe's prebuilt payment UI." s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/bg-BG.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/bg-BG.lproj/Localizable.strings index 8a24c3ed310..15506f6cb1d 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/bg-BG.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/bg-BG.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Не сте %@?"; +"Only card brand can be changed." = "Може да се променя само марката на картата."; + "Open your UPI app to approve your payment within %@" = "Отворете Вашето UPI приложение, за да одобрите плащане си в рамките на %@"; "Or" = "Или"; @@ -180,8 +182,6 @@ "Remove linked account" = "Премахване на свързан акаунт"; -"Remove payment method" = "Премахване на начин на плащане"; - "Resend code" = "Повторно изпращане на кода"; "SEPA debit details cannot be changed." = "Данните на SEPA дебит не могат да бъдат променяни."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ca-ES.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ca-ES.lproj/Localizable.strings index 07f722d3186..6059b2f1395 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ca-ES.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ca-ES.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "No ets %@?"; +"Only card brand can be changed." = "Només es pot canviar la marca de la targeta."; + "Open your UPI app to approve your payment within %@" = "Obriu l'aplicació UPI per aprovar el pagament en un termini de %@"; "Or" = "O"; @@ -180,8 +182,6 @@ "Remove linked account" = "Elimina el compte vinculat"; -"Remove payment method" = "Elimina el mètode de pagament"; - "Resend code" = "Reenvia'm el codi"; "SEPA debit details cannot be changed." = "Les dades de la domiciliació SEPA no es poden canviar."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/cs-CZ.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/cs-CZ.lproj/Localizable.strings index 29040be8308..4774fc928bd 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/cs-CZ.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/cs-CZ.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Ne %@?"; +"Only card brand can be changed." = "Změnit lze pouze značku karty."; + "Open your UPI app to approve your payment within %@" = "Otevřete aplikaci UPI, abyste mohli platbu schválit do %@"; "Or" = "Nebo"; @@ -180,8 +182,6 @@ "Remove linked account" = "Odebrat propojený účet"; -"Remove payment method" = "Odebrat způsob platby"; - "Resend code" = "Znovu zaslat kód"; "SEPA debit details cannot be changed." = "Údaje pro inkaso SEPA nelze měnit."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/da.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/da.lproj/Localizable.strings index e6a9b5bb166..2b44fe025a0 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/da.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/da.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Ikke %@?"; +"Only card brand can be changed." = "Kun kortbrand kan ændres."; + "Open your UPI app to approve your payment within %@" = "Åbn din UPI-app for at godkende din betaling i %@"; "Or" = "Eller"; @@ -180,8 +182,6 @@ "Remove linked account" = "Fjern linket konto"; -"Remove payment method" = "Fjern betalingsmetode"; - "Resend code" = "Send kode igen"; "SEPA debit details cannot be changed." = "SEPA-debetdetaljer kan ikke ændres."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/de.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/de.lproj/Localizable.strings index cc259788ac4..e5ede5321ac 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/de.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/de.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Nicht %@?"; +"Only card brand can be changed." = "Nur die Kartenmarke kann geändert werden."; + "Open your UPI app to approve your payment within %@" = "Öffnen Sie Ihre UPI-App, um die Zahlung per %@ zu genehmigen."; "Or" = "Oder"; @@ -180,8 +182,6 @@ "Remove linked account" = "Verknüpftes Konto entfernen"; -"Remove payment method" = "Zahlungsmethode entfernen"; - "Resend code" = "Code erneut senden"; "SEPA debit details cannot be changed." = "Die SEPA-Lastschriftangaben können nicht geändert werden."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/el-GR.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/el-GR.lproj/Localizable.strings index 41757eefb10..ffa5fa89630 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/el-GR.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/el-GR.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Δεν είναι το %@;"; +"Only card brand can be changed." = "Μπορείτε να αλλάξετε μόνο την επωνυμία κάρτας."; + "Open your UPI app to approve your payment within %@" = "Ανοίξτε την εφαρμογή UPI για να εγκρίνετε την πληρωμή σας σε %@"; "Or" = "Ή"; @@ -180,8 +182,6 @@ "Remove linked account" = "Αφαίρεση συνδεδεμένου λογαριασμού"; -"Remove payment method" = "Αφαίρεση μεθόδου πληρωμής"; - "Resend code" = "Επανάληψη αποστολής κωδικού"; "SEPA debit details cannot be changed." = "Δεν είναι δυνατή η αλλαγή των στοιχείων χρέωσης SEPA."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en-GB.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en-GB.lproj/Localizable.strings index c7810ba37e7..3687aa2666f 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en-GB.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en-GB.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Not %@?"; +"Only card brand can be changed." = "Only card brand can be changed."; + "Open your UPI app to approve your payment within %@" = "Open your UPI app to approve your payment within %@"; "Or" = "Or"; @@ -180,8 +182,6 @@ "Remove linked account" = "Remove linked account"; -"Remove payment method" = "Remove payment method"; - "Resend code" = "Resend code"; "SEPA debit details cannot be changed." = "SEPA debit details cannot be changed."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es-419.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es-419.lproj/Localizable.strings index f3c0c1c0178..037a0ded03a 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es-419.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es-419.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "¿No eres %@?"; +"Only card brand can be changed." = "Solo se puede cambiar la marca de la tarjeta."; + "Open your UPI app to approve your payment within %@" = "Abre tu aplicación UPI para aprobar tu pago en el plazo de %@"; "Or" = "O"; @@ -180,8 +182,6 @@ "Remove linked account" = "Eliminar cuenta vinculada"; -"Remove payment method" = "Elimina el método de pago"; - "Resend code" = "Reenviar código"; "SEPA debit details cannot be changed." = "Los datos del débito SEPA no se pueden modificar."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es.lproj/Localizable.strings index e0bad3774dc..a7c99682d0e 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "¿No eres %@?"; +"Only card brand can be changed." = "Solo se puede cambiar la marca de la tarjeta."; + "Open your UPI app to approve your payment within %@" = "Abre tu aplicación UPI para aprobar tu pago en el plazo de %@"; "Or" = "O"; @@ -180,8 +182,6 @@ "Remove linked account" = "Eliminar cuenta vinculada"; -"Remove payment method" = "Eliminar método de pago"; - "Resend code" = "Reenviar código"; "SEPA debit details cannot be changed." = "Los datos del adeudo SEPA no se pueden modificar."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/et-EE.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/et-EE.lproj/Localizable.strings index 4a8bc053138..6784c780659 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/et-EE.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/et-EE.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Pole %@?"; +"Only card brand can be changed." = "Muuta saab ainult kaardi tootemarki."; + "Open your UPI app to approve your payment within %@" = "Makse kinnitamiseks avage oma UPI rakendus %@ jooksul"; "Or" = "Või"; @@ -180,8 +182,6 @@ "Remove linked account" = "Eemalda lingitud konto"; -"Remove payment method" = "Makseviisi eemaldamine"; - "Resend code" = "Saada kood uuesti"; "SEPA debit details cannot be changed." = "SEPA deebeti andmeid ei saa muuta."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fi.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fi.lproj/Localizable.strings index 63929eb7f68..07690e0a2ec 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fi.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fi.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Ei %@?"; +"Only card brand can be changed." = "Vain kortin brändi voidaan vaihtaa."; + "Open your UPI app to approve your payment within %@" = "Avaa UPI-sovellus ja hyväksy maksu kohteessa %@"; "Or" = "Tai"; @@ -180,8 +182,6 @@ "Remove linked account" = "Poista linkitetty tili"; -"Remove payment method" = "Poista maksutapa"; - "Resend code" = "Lähetä koodi uudelleen"; "SEPA debit details cannot be changed." = "SEPA-pankkimaksun tietoja ei voi muuttaa."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fil.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fil.lproj/Localizable.strings index 89ee79b6128..dc4df29c7fa 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fil.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fil.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Hindi %@?"; +"Only card brand can be changed." = "Ang brand ng kard lamang ang puwedeng palitan."; + "Open your UPI app to approve your payment within %@" = "Buksan ang iyong UPI app para aprubahan ang iyong pagbabayad sa loob ng %@"; "Or" = "O"; @@ -180,8 +182,6 @@ "Remove linked account" = "Alisin ang naka-link na account"; -"Remove payment method" = "Alisin ang paraan ng pagbabayad"; - "Resend code" = "Ipadala muli ang code"; "SEPA debit details cannot be changed." = "Hindi puwedeng baguhin ang mga detalye ng SEPA debit."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr-CA.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr-CA.lproj/Localizable.strings index 9f220c52b2e..0b14daa04be 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr-CA.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr-CA.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Vous n'êtes pas %@?"; +"Only card brand can be changed." = "Vous pouvez uniquement modifier la marque de la carte."; + "Open your UPI app to approve your payment within %@" = "Ouvrez votre application d'UPI pour autoriser votre paiement dans %@"; "Or" = "Ou"; @@ -180,8 +182,6 @@ "Remove linked account" = "Supprimer le compte associé"; -"Remove payment method" = "Supprimer le moyen de paiement"; - "Resend code" = "Renvoyer le code"; "SEPA debit details cannot be changed." = "Vous ne pouvez pas modifier les informations des prélèvements SEPA."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr.lproj/Localizable.strings index 1d858210b1f..9dd256fb0d8 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Vous n'êtes pas %@ ?"; +"Only card brand can be changed." = "Vous pouvez uniquement modifier la marque de la carte."; + "Open your UPI app to approve your payment within %@" = "Lancez votre application d'UPI pour autoriser votre paiement dans %@"; "Or" = "Ou"; @@ -180,8 +182,6 @@ "Remove linked account" = "Supprimer le compte associé"; -"Remove payment method" = "Supprimer le moyen de paiement"; - "Resend code" = "Renvoyer le code"; "SEPA debit details cannot be changed." = "Vous ne pouvez pas modifier les informations des prélèvements SEPA."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hr.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hr.lproj/Localizable.strings index 56eb4aa9446..3605d136278 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hr.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hr.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Niste %@?"; +"Only card brand can be changed." = "Samo se marka kartice može promijeniti."; + "Open your UPI app to approve your payment within %@" = "Otvorite svoju aplikaciju UPI da biste odobrili svoje plaćanje unutar %@"; "Or" = "Ili"; @@ -180,8 +182,6 @@ "Remove linked account" = "Ukloni povezani račun"; -"Remove payment method" = "Ukloni način plaćanja"; - "Resend code" = "Ponovo pošalji kod"; "SEPA debit details cannot be changed." = "Podaci o SEPA terećenju ne mogu se mijenjati."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hu.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hu.lproj/Localizable.strings index 5ca258afc39..430ecdaa89e 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hu.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hu.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Nem a(z) %@?"; +"Only card brand can be changed." = "Csak a kártyatípus módosítható."; + "Open your UPI app to approve your payment within %@" = "Nyissa meg az UPI-alkalmazását a fizetés jóváhagyásához %@ belül"; "Or" = "vagy"; @@ -180,8 +182,6 @@ "Remove linked account" = "Kapcsolt számla törlése"; -"Remove payment method" = "Fizetés mód eltávolítása"; - "Resend code" = "Kód újraküldése"; "SEPA debit details cannot be changed." = "A SEPA beszedés adatai nem módosíthatók."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/id.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/id.lproj/Localizable.strings index 4624fee097f..5d80be9d766 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/id.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/id.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Bukan %@?"; +"Only card brand can be changed." = "Hanya brand kartu yang dapat diubah."; + "Open your UPI app to approve your payment within %@" = "Buka aplikasi UPI Anda untuk menyetujui pembayaran di dalam %@"; "Or" = "Atau"; @@ -180,8 +182,6 @@ "Remove linked account" = "Hapus rekening tertaut"; -"Remove payment method" = "Hapus metode pembayaran"; - "Resend code" = "Kirim ulang kode"; "SEPA debit details cannot be changed." = "Detail debit SEPA tidak dapat diubah."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/it.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/it.lproj/Localizable.strings index 3a7a29f0994..df17746104c 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/it.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/it.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Non %@?"; +"Only card brand can be changed." = "Puoi modificare solo il brand della carta."; + "Open your UPI app to approve your payment within %@" = "Apri l'app UPI per approvare il pagamento entro %@"; "Or" = "O"; @@ -180,8 +182,6 @@ "Remove linked account" = "Rimuovi conto collegato"; -"Remove payment method" = "Rimuovi modalità di pagamento"; - "Resend code" = "Reinvia codice"; "SEPA debit details cannot be changed." = "Non puoi modificare i dati dell'addebito SEPA."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ja.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ja.lproj/Localizable.strings index 0398c5037a3..e119820082e 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ja.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ja.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "%@ ではありませんか?"; +"Only card brand can be changed." = "カードブランドのみ変更できます。"; + "Open your UPI app to approve your payment within %@" = "UPI アプリを開いて %@ 以内に支払いを承認してください"; "Or" = "または"; @@ -180,8 +182,6 @@ "Remove linked account" = "関連付けられた口座を削除"; -"Remove payment method" = "決済手段の削除"; - "Resend code" = "コードを再送信"; "SEPA debit details cannot be changed." = "SEPA デビットの詳細は変更できません。"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ko.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ko.lproj/Localizable.strings index 9e47978df44..276fb3d5b92 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ko.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ko.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "%@ 님이 아니십니까?"; +"Only card brand can be changed." = "카드 브랜드만 변경할 수 있습니다."; + "Open your UPI app to approve your payment within %@" = "결제를 승인하려면 %@ 안에 UPI 앱을 여십시오."; "Or" = "또는"; @@ -180,8 +182,6 @@ "Remove linked account" = "연결된 계좌 제거"; -"Remove payment method" = "결제 방식 삭제"; - "Resend code" = "코드 재전송"; "SEPA debit details cannot be changed." = "SEPA 자동 이체 세부사항은 설정되면 변경할 수 없습니다."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lt-LT.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lt-LT.lproj/Localizable.strings index 306c4685d3b..254897ef006 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lt-LT.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lt-LT.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Ne %@?"; +"Only card brand can be changed." = "Galima keisti tik kortelės prekės ženklą."; + "Open your UPI app to approve your payment within %@" = "Atidarykite savo UPI programą mokėjimui patvirtinti per %@"; "Or" = "Arba"; @@ -180,8 +182,6 @@ "Remove linked account" = "Pašalinti susietą paskyrą"; -"Remove payment method" = "Pašalinti mokėjimo būdą"; - "Resend code" = "Pakartotinai siųsti kodą"; "SEPA debit details cannot be changed." = "SEPA debeto duomenų keisti negalima."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lv-LV.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lv-LV.lproj/Localizable.strings index 940ce0a248d..9fbc99d03b5 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lv-LV.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lv-LV.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Ne %@?"; +"Only card brand can be changed." = "Var mainīt tikai kartes zīmolu."; + "Open your UPI app to approve your payment within %@" = "Atveriet UPI lietotni, lai apstiprinātu savu maksājumu %@"; "Or" = "Vai"; @@ -180,8 +182,6 @@ "Remove linked account" = "Noņemt piesaistītu kontu"; -"Remove payment method" = "Noņemt maksājumu veidu"; - "Resend code" = "Nosūtīt kodu vēlreiz"; "SEPA debit details cannot be changed." = "SEPA debeta informāciju nevar mainīt."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ms-MY.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ms-MY.lproj/Localizable.strings index 8dc1f4dc027..26bb7c05e51 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ms-MY.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ms-MY.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Bukan %@?"; +"Only card brand can be changed." = "Hanya jenama kad boleh diubah."; + "Open your UPI app to approve your payment within %@" = "Buka aplikasi UPI untuk meluluskan pembayaran anda dalam masa %@"; "Or" = "Atau"; @@ -180,8 +182,6 @@ "Remove linked account" = "Alih keluar akaun yang dipautkan"; -"Remove payment method" = "Alih keluar kaedah pembayaran"; - "Resend code" = "Hantar semula kod"; "SEPA debit details cannot be changed." = "Butiran debit SEPA tidak boleh diubah."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/mt.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/mt.lproj/Localizable.strings index ab4f3c07b4a..a0a0273d9a4 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/mt.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/mt.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "M'intix %@?"; +"Only card brand can be changed." = "Tista' tibdel biss ix-xorta tal-karta."; + "Open your UPI app to approve your payment within %@" = "Iftaħ l-app ta' UPI biex tapprova l-pagamenti tiegħek fi żmien %@"; "Or" = "Jew"; @@ -180,8 +182,6 @@ "Remove linked account" = "Neħħi l-kont marbut"; -"Remove payment method" = "Neħħi l-metodu tal-pagament"; - "Resend code" = "Erġa' ibgħat il-kodiċi"; "SEPA debit details cannot be changed." = "Id-dettalji tad-debitu SEPA ma jistgħux jinbidlu."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nb.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nb.lproj/Localizable.strings index b2a331b37db..b41993a82ed 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nb.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nb.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Er du ikke %@?"; +"Only card brand can be changed." = "Bare kortmerket kan endres."; + "Open your UPI app to approve your payment within %@" = "Åpne UPI-appen for å godkjenne betalingen innen %@"; "Or" = "Eller"; @@ -180,8 +182,6 @@ "Remove linked account" = "Fjern tilkoblet konto"; -"Remove payment method" = "Fjern betalingsmetode"; - "Resend code" = "Send koden på nytt"; "SEPA debit details cannot be changed." = "SEPA-debetopplysninger kan ikke endres."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nl.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nl.lproj/Localizable.strings index 5152d59729b..393029f9d51 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nl.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nl.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Niet %@?"; +"Only card brand can be changed." = "Alleen het merk van de betaalkaart kan worden gewijzigd."; + "Open your UPI app to approve your payment within %@" = "Open de UPI-app om je betaling goed te keuren binnen %@"; "Or" = "Of"; @@ -180,8 +182,6 @@ "Remove linked account" = "Gekoppeld account verwijderen"; -"Remove payment method" = "Betaalmethode verwijderen"; - "Resend code" = "Code opnieuw versturen"; "SEPA debit details cannot be changed." = "SEPA-incassogegevens kunnen niet worden gewijzigd."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nn-NO.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nn-NO.lproj/Localizable.strings index 7af80416217..e0352131882 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nn-NO.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nn-NO.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Ikkje %@?"; +"Only card brand can be changed." = "Berre kortdetaljar kan ikkje endrast."; + "Open your UPI app to approve your payment within %@" = "Opne UPI-appen for å godkjenne betalinga di innan %@"; "Or" = "Eller"; @@ -180,8 +182,6 @@ "Remove linked account" = "Fjern tilknytt konto"; -"Remove payment method" = "Fjern betalingsmåte"; - "Resend code" = "Send kode på nytt"; "SEPA debit details cannot be changed." = "Detaljar for SEPA debet kan ikkje endrast."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pl-PL.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pl-PL.lproj/Localizable.strings index fb43a065cbd..95de347a9c5 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pl-PL.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pl-PL.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Nie jesteś %@?"; +"Only card brand can be changed." = "Można zmienić tylko markę karty."; + "Open your UPI app to approve your payment within %@" = "Otwórz aplikację UPI, aby zatwierdzić płatność w %@"; "Or" = "Lub"; @@ -180,8 +182,6 @@ "Remove linked account" = "Usuń podłączone konto"; -"Remove payment method" = "Usuń metodę płatności"; - "Resend code" = "Wyślij kod ponownie"; "SEPA debit details cannot be changed." = "Nie można zmienić szczegółów polecenia zapłaty SEPA."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-BR.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-BR.lproj/Localizable.strings index 01d7aec05b3..eb176e46c1f 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-BR.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-BR.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Não é %@?"; +"Only card brand can be changed." = "Somente a bandeira do cartão pode ser alterada."; + "Open your UPI app to approve your payment within %@" = "Abra o aplicativo UPI para aprovar o pagamento em até %@"; "Or" = "Ou"; @@ -180,8 +182,6 @@ "Remove linked account" = "Remover conta vinculada"; -"Remove payment method" = "Remover forma de pagamento"; - "Resend code" = "Reenviar código"; "SEPA debit details cannot be changed." = "Os dados do débito SEPA não podem ser alterados."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-PT.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-PT.lproj/Localizable.strings index ffa4b1a6232..674d5673e9a 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-PT.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-PT.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Não é %@?"; +"Only card brand can be changed." = "Só é possível alterar a marca do cartão."; + "Open your UPI app to approve your payment within %@" = "Abra a sua aplicação UPI para aprovar o seu pagamento com %@"; "Or" = "Ou"; @@ -180,8 +182,6 @@ "Remove linked account" = "Remover conta associada"; -"Remove payment method" = "Remover método de pagamento"; - "Resend code" = "Enviar novamente o código"; "SEPA debit details cannot be changed." = "Os detalhes de débito SEPA não podem ser alterados."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ro-RO.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ro-RO.lproj/Localizable.strings index 93e0d757f2f..b975cd2da5b 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ro-RO.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ro-RO.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Nu este %@?"; +"Only card brand can be changed." = "Doar marca cardului poate fi modificată."; + "Open your UPI app to approve your payment within %@" = "Deschideți aplicația UPI pentru a aproba plata în termen de %@"; "Or" = "Sau"; @@ -180,8 +182,6 @@ "Remove linked account" = "Eliminare cont asociat"; -"Remove payment method" = "Eliminare metodă de plată"; - "Resend code" = "Retrimitere cod"; "SEPA debit details cannot be changed." = "Detaliile debitului SEPA nu pot fi modificate."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ru.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ru.lproj/Localizable.strings index 86724661501..3d63512d9d5 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ru.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ru.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Не %@?"; +"Only card brand can be changed." = "Изменить можно только бренд карты."; + "Open your UPI app to approve your payment within %@" = "Откройте приложение UPI, чтобы подтвердить платеж, не позднее чем через %@"; "Or" = "Или"; @@ -180,8 +182,6 @@ "Remove linked account" = "Удалить привязанный счет"; -"Remove payment method" = "Удалить способ оплаты"; - "Resend code" = "Послать код вторично"; "SEPA debit details cannot be changed." = "Реквизиты платежа дебетованием SEPA нельзя изменить."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sk-SK.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sk-SK.lproj/Localizable.strings index 41d0f4e6207..233795779e2 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sk-SK.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sk-SK.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "E-mailová adresa %@ nie je vaša?"; +"Only card brand can be changed." = "Je možné zmeniť len značku banky."; + "Open your UPI app to approve your payment within %@" = "Otvorte si aplikáciu UPI za účelom schválenia platby v rámci %@"; "Or" = "Alebo"; @@ -180,8 +182,6 @@ "Remove linked account" = "Odstrániť prepojený účet"; -"Remove payment method" = "Odstrániť spôsob platby"; - "Resend code" = "Znovu odoslať kód"; "SEPA debit details cannot be changed." = "Informácie o SEPA inkase nie je možné meniť."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sl-SI.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sl-SI.lproj/Localizable.strings index a450398d59f..07df7ef7949 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sl-SI.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sl-SI.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Niste %@?"; +"Only card brand can be changed." = "Spremenite lahko samo blagovno znamko kartice."; + "Open your UPI app to approve your payment within %@" = "Odprite aplikacijo UPI in odobrite plačilo v %@"; "Or" = "Ali"; @@ -180,8 +182,6 @@ "Remove linked account" = "Odstrani povezan račun"; -"Remove payment method" = "Odstranite način plačila"; - "Resend code" = "Znova pošlji kodo"; "SEPA debit details cannot be changed." = "Podrobnosti obremenitve SEPA ni mogoče spremeniti."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sv.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sv.lproj/Localizable.strings index f945f3b3a6f..249a550617b 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sv.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sv.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Inte %@?"; +"Only card brand can be changed." = "Endast kortmärke kan ändras."; + "Open your UPI app to approve your payment within %@" = "Öppna UPI-appen för att godkänna din betalning inom %@"; "Or" = "Eller"; @@ -180,8 +182,6 @@ "Remove linked account" = "Ta bort länkat konto"; -"Remove payment method" = "Ta bort betalningsmetod"; - "Resend code" = "Skicka koden igen"; "SEPA debit details cannot be changed." = "Uppgifter för SEPA-debitering kan inte ändras."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/tr.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/tr.lproj/Localizable.strings index 53fd3e89d6c..5e60e2e41bb 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/tr.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/tr.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "%@ doğru değil mi?"; +"Only card brand can be changed." = "Yalnızca kart markası değiştirilebilir."; + "Open your UPI app to approve your payment within %@" = "Ödemenizi onaylamak için %@ içinde UPI uygulamanızı açın"; "Or" = "Veya"; @@ -180,8 +182,6 @@ "Remove linked account" = "Bağlı hesabı kaldır"; -"Remove payment method" = "Ödeme yöntemini kaldır"; - "Resend code" = "Kodu tekrar gönder"; "SEPA debit details cannot be changed." = "SEPA bankamatik ayrıntıları değiştirilemiyor."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/vi.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/vi.lproj/Localizable.strings index bfcea36f33f..7d63f7edfa4 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/vi.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/vi.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "Không phải %@?"; +"Only card brand can be changed." = "Chỉ có thể thay đổi thương hiệu thẻ."; + "Open your UPI app to approve your payment within %@" = "Mở ứng dụng UPI của quý vị để phê duyệt khoản thanh toán của quý vị trong vòng%@"; "Or" = "Hoặc"; @@ -180,8 +182,6 @@ "Remove linked account" = "Xóa tài khoản liên kết"; -"Remove payment method" = "Gỡ bỏ phương thức thanh toán"; - "Resend code" = "Gửi lại mã"; "SEPA debit details cannot be changed." = "Không thể thay đổi thông tin Ghi nợ SEPA."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-HK.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-HK.lproj/Localizable.strings index a4957ebc2cf..341f7926056 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-HK.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-HK.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "不是 %@?"; +"Only card brand can be changed." = "只可更改銀行卡品牌。"; + "Open your UPI app to approve your payment within %@" = "請在 %@ 內打開您的 UPI 應用程式來批准付款"; "Or" = "或"; @@ -180,8 +182,6 @@ "Remove linked account" = "移除關聯賬戶"; -"Remove payment method" = "移除支付方式"; - "Resend code" = "重新發送驗證碼"; "SEPA debit details cannot be changed." = "無法更改 SEPA 借記詳情。"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hans.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hans.lproj/Localizable.strings index 5eade741dea..6c1303a0b25 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hans.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hans.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "不是 %@?"; +"Only card brand can be changed." = "只可更改银行卡品牌。"; + "Open your UPI app to approve your payment within %@" = "请在 %@ 内打开您的 UPI 应用来批准付款"; "Or" = "或"; @@ -180,8 +182,6 @@ "Remove linked account" = "移除关联账户"; -"Remove payment method" = "移除支付方式"; - "Resend code" = "重新发送验证码"; "SEPA debit details cannot be changed." = "无法更改 SEPA 借记详情。"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hant.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hant.lproj/Localizable.strings index d39fde1a883..3ec755f399e 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hant.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hant.lproj/Localizable.strings @@ -136,6 +136,8 @@ "Not %@?" = "不是 %@?"; +"Only card brand can be changed." = "只可更改金融卡品牌。"; + "Open your UPI app to approve your payment within %@" = "請在 %@內打開您的 UPI 應用程式來批准付款"; "Or" = "或"; @@ -180,8 +182,6 @@ "Remove linked account" = "移除關聯帳戶"; -"Remove payment method" = "移除支付方式"; - "Resend code" = "重新傳送驗證碼"; "SEPA debit details cannot be changed." = "無法更改 SEPA 借記詳情。"; diff --git a/StripePayments.podspec b/StripePayments.podspec index b08060c6a43..24a1aef705f 100644 --- a/StripePayments.podspec +++ b/StripePayments.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.2' + s.version = '24.1.3' s.summary = 'Bindings for the Stripe Payments API.' s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripePaymentsUI.podspec b/StripePaymentsUI.podspec index d0827835968..73d877afeca 100644 --- a/StripePaymentsUI.podspec +++ b/StripePaymentsUI.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.2' + s.version = '24.1.3' s.summary = 'UI elements and API bindings for building a custom payment flow using Stripe.' s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripeUICore.podspec b/StripeUICore.podspec index 803cc803cc3..2e78bc31ffd 100644 --- a/StripeUICore.podspec +++ b/StripeUICore.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '24.1.2' + s.version = '24.1.3' s.summary = 'StripeUICore contains shared infrastructure used by all Stripe pods. '\ 'It is not meant to be used without other Stripe pods.' diff --git a/VERSION b/VERSION index 366f3f54a0f..5e7647113a7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -24.1.2 \ No newline at end of file +24.1.3 \ No newline at end of file