diff --git a/BuildConfigurations/Version.xcconfig b/BuildConfigurations/Version.xcconfig index d59c7c5c1a0..78f5747550e 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=23.28.0 +CURRENT_PROJECT_VERSION=23.28.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ac1f9e352..bb4d4faaa22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## x.x.x x-x-x +## 23.28.1 2024-07-16 ### Payments * [Fixed] Improved reliability when paying or setting up with Cash App Pay. * [Fixed] Pass stripeAccount context when presenting PayWithLinkWebController for connected accounts diff --git a/Stripe.podspec b/Stripe.podspec index 13de1ac6d54..c2e7ec8ab2c 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 = '23.28.0' + s.version = '23.28.1' s.summary = 'Accept online payments using Stripe.' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripeApplePay.podspec b/StripeApplePay.podspec index 5d6d68fad0c..8d36da7a722 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 = '23.28.0' + s.version = '23.28.1' 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 fbe0770e330..e5f4f826504 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 = '23.28.0' + s.version = '23.28.1' 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 d49fbdbb244..932201e38dd 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 = '23.28.0' + s.version = '23.28.1' 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 f2e5d4b1153..bf2675df56a 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 = '23.28.0' + s.version = '23.28.1' 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 699f619d3cb..d3772757b12 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 = "23.28.0" + public static let STPSDKVersion = "23.28.1" // 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 2ec545d5baf..66ff40f405a 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 = '23.28.0' + s.version = '23.28.1' 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 9897bc18a76..0deda20c714 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 = '23.28.0' + s.version = '23.28.1' 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 a5aeb306a66..a76ec2b44c6 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 = '23.28.0' + s.version = '23.28.1' s.summary = "Stripe's prebuilt payment UI." s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripePayments.podspec b/StripePayments.podspec index 4c48af48b94..bda7d4bda2e 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 = '23.28.0' + s.version = '23.28.1' s.summary = 'Bindings for the Stripe Payments API.' s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripePaymentsUI.podspec b/StripePaymentsUI.podspec index 50c629a9114..e3b98cd3886 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 = '23.28.0' + s.version = '23.28.1' 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 25fde721a8c..5d29a7e933d 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 = '23.28.0' + s.version = '23.28.1' 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/StripeUICore/StripeUICore/Resources/Localizations/bg-BG.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/bg-BG.lproj/Localizable.strings index e2d12b5bdec..4f78daecbc6 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/bg-BG.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/bg-BG.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB номер"; +"Bank account •••• %@" = "Банкова сметка •••• %@"; + "Billing address is same as shipping" = "Адресът за фактуриране е същият като за доставка"; "Cancel" = "Отмяна"; @@ -94,9 +96,7 @@ "Remove" = "Премахване"; -"Remove bank account" = "Премахване на банкова сметка"; - -"Remove bank account ending in %@" = "Премахване на банкова сметка, завършваща на %@"; +"Remove bank account?" = "Премахване на банкова сметка?"; "Remove card" = "Премахване на банкова карта"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/ca-ES.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/ca-ES.lproj/Localizable.strings index 070648e0f68..469255a3d90 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/ca-ES.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/ca-ES.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "Número BSB"; +"Bank account •••• %@" = "Compte bancari •••• %@"; + "Billing address is same as shipping" = "L'adreça de facturació és la mateixa que la d'enviament"; "Cancel" = "Cancel·la"; @@ -94,9 +96,7 @@ "Remove" = "Eliminar"; -"Remove bank account" = "Elimina el compte bancari"; - -"Remove bank account ending in %@" = "Elimina el compte bancari que acaba en %@"; +"Remove bank account?" = "Voleu eliminar el compte bancari?"; "Remove card" = "Elimina la targeta"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/cs-CZ.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/cs-CZ.lproj/Localizable.strings index a93f24fc196..c2876e95ceb 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/cs-CZ.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/cs-CZ.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "Číslo BSB"; +"Bank account •••• %@" = "Bankovní účet •••• %@"; + "Billing address is same as shipping" = "Fakturační adresa je stejná jako dodací"; "Cancel" = "Zrušit"; @@ -94,9 +96,7 @@ "Remove" = "Odebrat"; -"Remove bank account" = "Odebrat bankovní účet"; - -"Remove bank account ending in %@" = "Odebrat bankovní účet končící na %@"; +"Remove bank account?" = "Odebrat bankovní účet?"; "Remove card" = "Odebrat kartu"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/da.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/da.lproj/Localizable.strings index f45f130c170..76add448b09 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/da.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/da.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB-nummer"; +"Bank account •••• %@" = "Bankkonto •••• %@"; + "Billing address is same as shipping" = "Faktureringsadresse er den samme som forsendelse"; "Cancel" = "Annuller"; @@ -94,9 +96,7 @@ "Remove" = "Fjern"; -"Remove bank account" = "Fjern bankkonto"; - -"Remove bank account ending in %@" = "Fjern bankkonto, der ender på %@"; +"Remove bank account?" = "Vil du fjerne bankkontoen?"; "Remove card" = "Fjern kort"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/de.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/de.lproj/Localizable.strings index 7d0c925d73b..0f7c8d45e96 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/de.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/de.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB-Nummer"; +"Bank account •••• %@" = "Bankkonto •••• %@"; + "Billing address is same as shipping" = "Rechnungsadresse und Versandadresse sind identisch."; "Cancel" = "Abbrechen"; @@ -94,9 +96,7 @@ "Remove" = "Entfernen"; -"Remove bank account" = "Bankkonto entfernen"; - -"Remove bank account ending in %@" = "Bankkonto mit den Endziffern %@ entfernen"; +"Remove bank account?" = "Bankkonto entfernen?"; "Remove card" = "Karte entfernen"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/el-GR.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/el-GR.lproj/Localizable.strings index 6b8380d485a..ecc49b800f5 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/el-GR.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/el-GR.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "Αριθμός BSB"; +"Bank account •••• %@" = "Τραπεζικός λογαριασμός •••• %@"; + "Billing address is same as shipping" = "Η διεύθυνση τιμολόγησης είναι ίδια με τη διεύθυνση αποστολής"; "Cancel" = "Ακύρωση"; @@ -94,9 +96,7 @@ "Remove" = "Αφαίρεση"; -"Remove bank account" = "Αφαίρεση τραπεζικού λογαριασμού"; - -"Remove bank account ending in %@" = "Αφαίρεση του τραπεζικού λογαριασμού που λήγει σε %@"; +"Remove bank account?" = "Αφαίρεση τραπεζικού λογαριασμού;"; "Remove card" = "Αφαίρεση κάρτας"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/en-GB.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/en-GB.lproj/Localizable.strings index 57fb2a27ed6..63fa0457a1a 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/en-GB.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/en-GB.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB number"; +"Bank account •••• %@" = "Bank account •••• %@"; + "Billing address is same as shipping" = "Billing address is same as shipping"; "Cancel" = "Cancel"; @@ -94,9 +96,7 @@ "Remove" = "Remove"; -"Remove bank account" = "Remove bank account"; - -"Remove bank account ending in %@" = "Remove bank account ending in %@"; +"Remove bank account?" = "Remove bank account?"; "Remove card" = "Remove card"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/es-419.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/es-419.lproj/Localizable.strings index c3d8f15ba22..ee60662bb97 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/es-419.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/es-419.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "Número de BSB"; +"Bank account •••• %@" = "Cuenta bancaria •••• %@"; + "Billing address is same as shipping" = "La dirección de facturación es la misma que la de envío."; "Cancel" = "Cancelar"; @@ -94,9 +96,7 @@ "Remove" = "Eliminar"; -"Remove bank account" = "Eliminar cuenta bancaria"; - -"Remove bank account ending in %@" = "Eliminar la cuenta bancaria que termina en %@"; +"Remove bank account?" = "¿Deseas eliminar la cuenta bancaria?"; "Remove card" = "Quitar tarjeta"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/es.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/es.lproj/Localizable.strings index 9983e377943..13016c6fed4 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/es.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/es.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "Número de BSB"; +"Bank account •••• %@" = "Cuenta bancaria •••• %@"; + "Billing address is same as shipping" = "La dirección de facturación es la misma que la de envío."; "Cancel" = "Cancelar"; @@ -94,9 +96,7 @@ "Remove" = "Eliminar"; -"Remove bank account" = "Eliminar cuenta bancaria"; - -"Remove bank account ending in %@" = "Eliminar la cuenta bancaria que termina en %@"; +"Remove bank account?" = "¿Deseas eliminar la cuenta bancaria?"; "Remove card" = "Eliminar tarjeta"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/et-EE.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/et-EE.lproj/Localizable.strings index 36817297da3..221596376a9 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/et-EE.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/et-EE.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB-number"; +"Bank account •••• %@" = "Pangakonto •••• %@"; + "Billing address is same as shipping" = "Arveldusaadress on sama mis tarneaadress"; "Cancel" = "Tühista"; @@ -94,9 +96,7 @@ "Remove" = "Eemalda"; -"Remove bank account" = "Eemaldage pangakonto"; - -"Remove bank account ending in %@" = "Eemaldage pangakonto lõpuga %@"; +"Remove bank account?" = "Kas soovite pangakonto eemaldada?"; "Remove card" = "Eemalda kaart"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/fi.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/fi.lproj/Localizable.strings index 9d53beb3857..82dd2fd0244 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/fi.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/fi.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB-numero"; +"Bank account •••• %@" = "Pankkitili •••• %@"; + "Billing address is same as shipping" = "Laskutusosoite on sama kuin toimitusosoite"; "Cancel" = "Peruuta"; @@ -94,9 +96,7 @@ "Remove" = "Poista"; -"Remove bank account" = "Poista pankkitili"; - -"Remove bank account ending in %@" = "Poista pankkitili, joka päättyy numeroihin %@"; +"Remove bank account?" = "Poistetaanko pankkitili?"; "Remove card" = "Poista kortti"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/fil.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/fil.lproj/Localizable.strings index abb6fc169d7..2e7ec4d41a1 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/fil.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/fil.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "Numero ng BSB"; +"Bank account •••• %@" = "Account sa bangko •••• %@"; + "Billing address is same as shipping" = "Ang address sa billing ay kapareho ng sa pagpapadala"; "Cancel" = "Kanselahin"; @@ -94,9 +96,7 @@ "Remove" = "Alisin"; -"Remove bank account" = "Alisin ang account sa bangko"; - -"Remove bank account ending in %@" = "Alisin ang account sa bangko na nagtatapos sa %@"; +"Remove bank account?" = "Alisin ang account sa bangko?"; "Remove card" = "Alisin ang kard"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/fr-CA.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/fr-CA.lproj/Localizable.strings index 10edefd9049..654c468d5ac 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/fr-CA.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/fr-CA.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "Numéro BSB"; +"Bank account •••• %@" = "Compte bancaire •••• %@"; + "Billing address is same as shipping" = "L'adresse de facturation et de livraison sont identiques"; "Cancel" = "Annuler"; @@ -94,9 +96,7 @@ "Remove" = "Supprimer"; -"Remove bank account" = "Supprimer le compte bancaire"; - -"Remove bank account ending in %@" = "Supprimer le compte bancaire se terminant par %@"; +"Remove bank account?" = "Supprimer le compte bancaire?"; "Remove card" = "Retirer la carte"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/fr.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/fr.lproj/Localizable.strings index 78c58c4f797..8558ace198a 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/fr.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/fr.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "Numéro BSB"; +"Bank account •••• %@" = "Compte bancaire •••• %@"; + "Billing address is same as shipping" = "L'adresse de facturation et l'adresse de livraison sont identiques"; "Cancel" = "Annuler"; @@ -94,9 +96,7 @@ "Remove" = "Supprimer"; -"Remove bank account" = "Supprimer le compte bancaire"; - -"Remove bank account ending in %@" = "Supprimer le compte bancaire se terminant par %@"; +"Remove bank account?" = "Supprimer le compte bancaire ?"; "Remove card" = "Supprimer la carte bancaire"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/hr.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/hr.lproj/Localizable.strings index 8855ce61abd..3d6924d61c7 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/hr.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/hr.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB broj"; +"Bank account •••• %@" = "Bankovni račun •••• %@"; + "Billing address is same as shipping" = "Adresa računa jednaka je adresi dostave"; "Cancel" = "Otkaži"; @@ -94,9 +96,7 @@ "Remove" = "Ukloni"; -"Remove bank account" = "Ukloni bankovni račun"; - -"Remove bank account ending in %@" = "Ukloni bankovni račun koji završava na %@"; +"Remove bank account?" = "Ukloniti bankovni račun?"; "Remove card" = "Ukloni karticu"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/hu.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/hu.lproj/Localizable.strings index 86710566c64..4ef48b174ff 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/hu.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/hu.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB-szám"; +"Bank account •••• %@" = "Bankszámla •••• %@"; + "Billing address is same as shipping" = "A számlázási cím megegyezik a szállítási címmel"; "Cancel" = "Mégse"; @@ -94,9 +96,7 @@ "Remove" = "Eltávolítás"; -"Remove bank account" = "Bankszámla eltávolítása"; - -"Remove bank account ending in %@" = "%@ számra végződő bankszámla eltávolítása"; +"Remove bank account?" = "Eltávolítja a bankszámlát?"; "Remove card" = "Kártya törlése"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/id.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/id.lproj/Localizable.strings index 5076e24c841..2acd6cbb378 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/id.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/id.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "Nomor BSB"; +"Bank account •••• %@" = "Rekening bank •••• %@"; + "Billing address is same as shipping" = "Alamat tagihan sama dengan pengiriman"; "Cancel" = "Batalkan"; @@ -94,9 +96,7 @@ "Remove" = "Hapus"; -"Remove bank account" = "Hapus rekening bank"; - -"Remove bank account ending in %@" = "Hapus rekening bank yang berakhiran dengan %@"; +"Remove bank account?" = "Hapus rekening bank?"; "Remove card" = "Hapus kartu"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/it.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/it.lproj/Localizable.strings index 00256cee360..a252c85c357 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/it.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/it.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "Numero BSB"; +"Bank account •••• %@" = "Conto bancario •••• %@"; + "Billing address is same as shipping" = "L'indirizzo di fatturazione è uguale all'indirizzo di spedizione"; "Cancel" = "Annulla"; @@ -94,9 +96,7 @@ "Remove" = "Rimuovi"; -"Remove bank account" = "Rimuovi conto bancario"; - -"Remove bank account ending in %@" = "Rimuovi conto bancario che termina con %@"; +"Remove bank account?" = "Desideri rimuovere il conto bancario?"; "Remove card" = "Rimuovi la carta"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/ja.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/ja.lproj/Localizable.strings index 2a1e69606b0..41fe071a5e7 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/ja.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/ja.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB 番号"; +"Bank account •••• %@" = "銀行口座 •••• %@"; + "Billing address is same as shipping" = "請求先住所は配送先住所と同じ"; "Cancel" = "キャンセル"; @@ -94,9 +96,7 @@ "Remove" = "削除"; -"Remove bank account" = "銀行口座を削除"; - -"Remove bank account ending in %@" = "末尾が %@ の銀行口座を削除する"; +"Remove bank account?" = "銀行口座を削除しますか?"; "Remove card" = "カードを削除"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/ko.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/ko.lproj/Localizable.strings index f6da068f257..65efbbd3a6d 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/ko.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/ko.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB 번호"; +"Bank account •••• %@" = "은행 계좌 •••• %@"; + "Billing address is same as shipping" = "청구 주소가 배송 주소와 동일함"; "Cancel" = "취소"; @@ -94,9 +96,7 @@ "Remove" = "제거"; -"Remove bank account" = "은행 계좌 삭제"; - -"Remove bank account ending in %@" = "%@(으)로 끝나는 은행 계좌 삭제"; +"Remove bank account?" = "은행 계좌를 삭제하시겠습니까?"; "Remove card" = "카드 제거"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/lt-LT.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/lt-LT.lproj/Localizable.strings index cb044d5f9c9..a719057a0be 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/lt-LT.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/lt-LT.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB numeris"; +"Bank account •••• %@" = "Banko sąskaita •••• %@"; + "Billing address is same as shipping" = "Atsiskaitymo ir siuntimo adresai vienodi"; "Cancel" = "Atšaukti"; @@ -94,9 +96,7 @@ "Remove" = "Pašalinti"; -"Remove bank account" = "Pašalinti banko sąskaitą"; - -"Remove bank account ending in %@" = "Pašalinti banko sąskaitą, kurios paskutiniai skaičiai %@"; +"Remove bank account?" = "Pašalinti banko sąskaitą?"; "Remove card" = "Pašalinti kortelę"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/lv-LV.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/lv-LV.lproj/Localizable.strings index 1c8fdd56d6f..b686c9e450d 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/lv-LV.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/lv-LV.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB numurs"; +"Bank account •••• %@" = "Bankas konts •••• %@"; + "Billing address is same as shipping" = "Norēķinu adrese un piegādes adrese sakrīt"; "Cancel" = "Atcelt"; @@ -94,9 +96,7 @@ "Remove" = "Noņemt"; -"Remove bank account" = "Noņemt bankas kontu"; - -"Remove bank account ending in %@" = "Noņemt bankas kontu, kas beidzas ar %@"; +"Remove bank account?" = "Noņemt bankas kontu?"; "Remove card" = "Noņemt karti"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/ms-MY.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/ms-MY.lproj/Localizable.strings index aa7f413f662..124a7e4d73a 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/ms-MY.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/ms-MY.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "Nombor BSB"; +"Bank account •••• %@" = "Akaun bank •••• %@"; + "Billing address is same as shipping" = "Alamat pengebilan sama dengan alamat penghantaran"; "Cancel" = "Batalkan"; @@ -94,9 +96,7 @@ "Remove" = "Alih Keluar"; -"Remove bank account" = "Alih keluar akaun bank"; - -"Remove bank account ending in %@" = "Alih keluar akaun bank yang berakhir dengan %@"; +"Remove bank account?" = "Alih keluar akaun bank?"; "Remove card" = "Alih keluar kad"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/mt.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/mt.lproj/Localizable.strings index 46d1fc3a039..e69ac7974fe 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/mt.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/mt.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "Numru BSB"; +"Bank account •••• %@" = "Kont tal-bank •••• %@"; + "Billing address is same as shipping" = "L-indirizz tal-fatturazzjoni huwa l-istess bħall-indirizz tal-posta"; "Cancel" = "Ikkanċella"; @@ -94,9 +96,7 @@ "Remove" = "Neħħi"; -"Remove bank account" = "Neħħi l-kont tal-bank"; - -"Remove bank account ending in %@" = "Neħħi l-kont tal-bank li jispiċċa b'%@"; +"Remove bank account?" = "Tixtieq tneħħi l-kont tal-bank?"; "Remove card" = "Neħħi l-karta"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/nb.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/nb.lproj/Localizable.strings index 609f28ba404..40a568ea95b 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/nb.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/nb.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB-nummer"; +"Bank account •••• %@" = "Bankkonto •••• %@"; + "Billing address is same as shipping" = "Fakturaaddresse er samme som levering"; "Cancel" = "Avbryt"; @@ -94,9 +96,7 @@ "Remove" = "Fjern"; -"Remove bank account" = "Fjern bankkonto"; - -"Remove bank account ending in %@" = "Fjern bankkontoen som slutter på %@"; +"Remove bank account?" = "Vil du fjerne bankkonto?"; "Remove card" = "Fjern kort"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/nl.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/nl.lproj/Localizable.strings index 27461064324..008c566367c 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/nl.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/nl.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB-nummer"; +"Bank account •••• %@" = "Bankrekening •••• %@"; + "Billing address is same as shipping" = "Factuuradres is hetzelfde als het verzendadres"; "Cancel" = "Annuleren"; @@ -94,9 +96,7 @@ "Remove" = "Verwijderen"; -"Remove bank account" = "Bankrekening verwijderen"; - -"Remove bank account ending in %@" = "Bankrekening verwijderen die eindigt op %@"; +"Remove bank account?" = "Bankrekening verwijderen?"; "Remove card" = "Betaalkaart verwijderen"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/nn-NO.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/nn-NO.lproj/Localizable.strings index 08e204eeb66..12527a8fe67 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/nn-NO.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/nn-NO.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB-nummer"; +"Bank account •••• %@" = "Bankkonto •••• %@"; + "Billing address is same as shipping" = "Fakturaadressa er den same som leveringsadressa"; "Cancel" = "Avbryt"; @@ -94,9 +96,7 @@ "Remove" = "Fjern"; -"Remove bank account" = "Fjern bankkonto"; - -"Remove bank account ending in %@" = "Fjern bankkonto som sluttar på %@"; +"Remove bank account?" = "Fjerne bankkonto?"; "Remove card" = "Fjern kort"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/pl-PL.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/pl-PL.lproj/Localizable.strings index 135677ee755..c522e876062 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/pl-PL.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/pl-PL.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "Numer BSB"; +"Bank account •••• %@" = "Konto bankowe •••• %@"; + "Billing address is same as shipping" = "Adres rozliczenia ten sam, co adres wysyłki"; "Cancel" = "Anuluj"; @@ -94,9 +96,7 @@ "Remove" = "Usuń"; -"Remove bank account" = "Usuń konto bankowe"; - -"Remove bank account ending in %@" = "Usuń konto bankowe kończące się na %@"; +"Remove bank account?" = "Usunąc konto bankowe?"; "Remove card" = "Usuń kartę"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/pt-BR.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/pt-BR.lproj/Localizable.strings index 6256f47325d..a932626d94e 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/pt-BR.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/pt-BR.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "Número BSB"; +"Bank account •••• %@" = "Conta bancária •••• %@"; + "Billing address is same as shipping" = "O endereço de faturamento é igual ao de envio"; "Cancel" = "Cancelar"; @@ -94,9 +96,7 @@ "Remove" = "Remover"; -"Remove bank account" = "Remover conta bancária"; - -"Remove bank account ending in %@" = "Remover conta bancária com final %@"; +"Remove bank account?" = "Remover conta bancária?"; "Remove card" = "Remover cartão"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/pt-PT.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/pt-PT.lproj/Localizable.strings index 2f9295bc0e8..286027832fb 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/pt-PT.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/pt-PT.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "Número de BSB"; +"Bank account •••• %@" = "Conta bancária •••• %@"; + "Billing address is same as shipping" = "O endereço de faturação é igual ao endereço de envio"; "Cancel" = "Cancelar"; @@ -94,9 +96,7 @@ "Remove" = "Remover"; -"Remove bank account" = "Remover conta bancária"; - -"Remove bank account ending in %@" = "Remover conta bancária a terminar em %@"; +"Remove bank account?" = "Remover conta bancária?"; "Remove card" = "Eliminar cartão"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/ro-RO.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/ro-RO.lproj/Localizable.strings index ca74ccecf21..c329d2159ce 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/ro-RO.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/ro-RO.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "Număr BSB"; +"Bank account •••• %@" = "Cont bancar •••• %@"; + "Billing address is same as shipping" = "Adresa de facturare este la fel cu cea de expediere"; "Cancel" = "Anulare"; @@ -94,9 +96,7 @@ "Remove" = "Eliminare"; -"Remove bank account" = "Eliminați contul bancar"; - -"Remove bank account ending in %@" = "Eliminați contul bancar care se termină în %@"; +"Remove bank account?" = "Eliminați contul bancar?"; "Remove card" = "Eliminare card"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/ru.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/ru.lproj/Localizable.strings index 5c33009a018..0031d404427 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/ru.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/ru.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "Номер BSB"; +"Bank account •••• %@" = "Банковский счет ••••%@"; + "Billing address is same as shipping" = "Адрес выставления счетов такой же, как адрес доставки"; "Cancel" = "Отмена"; @@ -94,9 +96,7 @@ "Remove" = "Удалить"; -"Remove bank account" = "Удалить банковский счет"; - -"Remove bank account ending in %@" = "Удалить банковский счет, оканчивающийся на %@"; +"Remove bank account?" = "Удалить банковский счет?"; "Remove card" = "Удалить карту"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/sk-SK.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/sk-SK.lproj/Localizable.strings index bccfedd9e53..f905adda1b8 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/sk-SK.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/sk-SK.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB číslo"; +"Bank account •••• %@" = "Bankový účet •••• %@"; + "Billing address is same as shipping" = "Fakturačná adresa je totožná s dodacou"; "Cancel" = "Zrušiť"; @@ -94,9 +96,7 @@ "Remove" = "Odstrániť"; -"Remove bank account" = "Odstrániť bankový účet"; - -"Remove bank account ending in %@" = "Odstrániť bankový účet končiaci na %@"; +"Remove bank account?" = "Odstrániť bankový účet?"; "Remove card" = "Odstrániť kartu"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/sl-SI.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/sl-SI.lproj/Localizable.strings index 1dcbca6274f..47cccc2d95f 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/sl-SI.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/sl-SI.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "Številka BSB"; +"Bank account •••• %@" = "Bančni račun •••• %@"; + "Billing address is same as shipping" = "Naslov za obračunavanje je isti kot dostavni naslov"; "Cancel" = "Prekliči"; @@ -94,9 +96,7 @@ "Remove" = "Odstrani"; -"Remove bank account" = "Odstranjevanje bančnega računa"; - -"Remove bank account ending in %@" = "Odstranite bančni račun, ki se konča s števkami %@"; +"Remove bank account?" = "Ali želite odstraniti bančni račun?"; "Remove card" = "Odstrani kartico"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/sv.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/sv.lproj/Localizable.strings index b1a708e0ecc..acdedeff892 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/sv.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/sv.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB-nummer"; +"Bank account •••• %@" = "Bankkonto •••• %@"; + "Billing address is same as shipping" = "Faktureringsadress är samma som leveransadress"; "Cancel" = "Avbryt"; @@ -94,9 +96,7 @@ "Remove" = "Ta bort"; -"Remove bank account" = "Ta bort bankkonto"; - -"Remove bank account ending in %@" = "Ta bort bankkonto som slutar på %@"; +"Remove bank account?" = "Ta bort bankkonto?"; "Remove card" = "Ta bort kort"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/tr.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/tr.lproj/Localizable.strings index 0e7eff23c79..ba4b10079b0 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/tr.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/tr.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB numarası"; +"Bank account •••• %@" = "Banka hesabı •••• %@"; + "Billing address is same as shipping" = "Faturalama adresi, gönderim adresiyle aynı"; "Cancel" = "İptal"; @@ -94,9 +96,7 @@ "Remove" = "Kaldır"; -"Remove bank account" = "Banka hesabını kaldır"; - -"Remove bank account ending in %@" = "%@ ile biten banka hesabını kaldır"; +"Remove bank account?" = "Banka hesabı kaldırılsın mı?"; "Remove card" = "Kartı kaldır"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/vi.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/vi.lproj/Localizable.strings index e311014b039..ecacc39cbd3 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/vi.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/vi.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "Số BSB"; +"Bank account •••• %@" = "Tài khoản ngân hàng •••• %@"; + "Billing address is same as shipping" = "Địa chỉ xuất hóa đơn giống địa chỉ chuyển hàng"; "Cancel" = "Hủy"; @@ -94,9 +96,7 @@ "Remove" = "Xóa"; -"Remove bank account" = "Bỏ tài khoản ngân hàng"; - -"Remove bank account ending in %@" = "Bỏ tài khoản ngân hàng có các số cuối là %@"; +"Remove bank account?" = "Bỏ tài khoản ngân hàng?"; "Remove card" = "Xóa thẻ"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/zh-HK.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/zh-HK.lproj/Localizable.strings index 0720d3ac5d2..01aeef3d58f 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/zh-HK.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/zh-HK.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB 號碼"; +"Bank account •••• %@" = "銀行賬戶 •••• %@"; + "Billing address is same as shipping" = "賬單地址與收貨地址相同"; "Cancel" = "取消"; @@ -94,9 +96,7 @@ "Remove" = "移除"; -"Remove bank account" = "移除銀行賬戶"; - -"Remove bank account ending in %@" = "移除尾號為%@ 的銀行賬戶"; +"Remove bank account?" = "移除銀行賬戶?"; "Remove card" = "解除綁定"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/zh-Hans.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/zh-Hans.lproj/Localizable.strings index be23d1d6a2c..e4659f7c8b5 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/zh-Hans.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/zh-Hans.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB 号码"; +"Bank account •••• %@" = "银行账户 •••• %@"; + "Billing address is same as shipping" = "账单地址与收货地址相同"; "Cancel" = "取消"; @@ -94,9 +96,7 @@ "Remove" = "移除"; -"Remove bank account" = "移除银行账户"; - -"Remove bank account ending in %@" = "移除尾号为 %@ 的银行账户"; +"Remove bank account?" = "移除银行账户?"; "Remove card" = "移除卡"; diff --git a/StripeUICore/StripeUICore/Resources/Localizations/zh-Hant.lproj/Localizable.strings b/StripeUICore/StripeUICore/Resources/Localizations/zh-Hant.lproj/Localizable.strings index cea9d67d554..881562cc4ba 100644 --- a/StripeUICore/StripeUICore/Resources/Localizations/zh-Hant.lproj/Localizable.strings +++ b/StripeUICore/StripeUICore/Resources/Localizations/zh-Hant.lproj/Localizable.strings @@ -14,6 +14,8 @@ "BSB number" = "BSB 號碼"; +"Bank account •••• %@" = "銀行帳戶 •••• %@"; + "Billing address is same as shipping" = "帳單地址與送貨地址相同"; "Cancel" = "取消"; @@ -94,9 +96,7 @@ "Remove" = "移除"; -"Remove bank account" = "移除銀行帳戶"; - -"Remove bank account ending in %@" = "移除尾號為 %@ 的銀行帳戶"; +"Remove bank account?" = "移除銀行帳戶?"; "Remove card" = "解除綁定"; diff --git a/VERSION b/VERSION index 602747ccd36..36247f4ba76 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -23.28.0 \ No newline at end of file +23.28.1 \ No newline at end of file