From 2fa6a66bc77c27b38aee3c41d4526e32c8b92e5f Mon Sep 17 00:00:00 2001 From: Nick Porter Date: Tue, 21 Jan 2025 10:47:35 -0700 Subject: [PATCH] Update version to 24.4.1 --- BuildConfigurations/Version.xcconfig | 2 +- CHANGELOG.md | 2 +- Stripe.podspec | 2 +- StripeApplePay.podspec | 2 +- StripeCameraCore.podspec | 2 +- StripeCardScan.podspec | 2 +- StripeConnect.podspec | 2 +- StripeCore.podspec | 2 +- .../StripeAPIConfiguration+Version.swift | 2 +- StripeFinancialConnections.podspec | 2 +- StripeIdentity.podspec | 2 +- StripePaymentSheet.podspec | 2 +- .../Localizations/bg-BG.lproj/Localizable.strings | 12 ++---------- .../Localizations/ca-ES.lproj/Localizable.strings | 12 ++---------- .../Localizations/cs-CZ.lproj/Localizable.strings | 12 ++---------- .../Localizations/da.lproj/Localizable.strings | 12 ++---------- .../Localizations/de.lproj/Localizable.strings | 12 ++---------- .../Localizations/el-GR.lproj/Localizable.strings | 12 ++---------- .../Localizations/en-GB.lproj/Localizable.strings | 12 ++---------- .../Localizations/es-419.lproj/Localizable.strings | 12 ++---------- .../Localizations/es.lproj/Localizable.strings | 12 ++---------- .../Localizations/et-EE.lproj/Localizable.strings | 12 ++---------- .../Localizations/fi.lproj/Localizable.strings | 12 ++---------- .../Localizations/fil.lproj/Localizable.strings | 12 ++---------- .../Localizations/fr-CA.lproj/Localizable.strings | 12 ++---------- .../Localizations/fr.lproj/Localizable.strings | 12 ++---------- .../Localizations/hr.lproj/Localizable.strings | 12 ++---------- .../Localizations/hu.lproj/Localizable.strings | 12 ++---------- .../Localizations/id.lproj/Localizable.strings | 12 ++---------- .../Localizations/it.lproj/Localizable.strings | 12 ++---------- .../Localizations/ja.lproj/Localizable.strings | 12 ++---------- .../Localizations/ko.lproj/Localizable.strings | 12 ++---------- .../Localizations/lt-LT.lproj/Localizable.strings | 12 ++---------- .../Localizations/lv-LV.lproj/Localizable.strings | 12 ++---------- .../Localizations/ms-MY.lproj/Localizable.strings | 12 ++---------- .../Localizations/mt.lproj/Localizable.strings | 12 ++---------- .../Localizations/nb.lproj/Localizable.strings | 12 ++---------- .../Localizations/nl.lproj/Localizable.strings | 12 ++---------- .../Localizations/nn-NO.lproj/Localizable.strings | 12 ++---------- .../Localizations/pl-PL.lproj/Localizable.strings | 12 ++---------- .../Localizations/pt-BR.lproj/Localizable.strings | 12 ++---------- .../Localizations/pt-PT.lproj/Localizable.strings | 12 ++---------- .../Localizations/ro-RO.lproj/Localizable.strings | 12 ++---------- .../Localizations/ru.lproj/Localizable.strings | 12 ++---------- .../Localizations/sk-SK.lproj/Localizable.strings | 12 ++---------- .../Localizations/sl-SI.lproj/Localizable.strings | 12 ++---------- .../Localizations/sv.lproj/Localizable.strings | 12 ++---------- .../Localizations/tr.lproj/Localizable.strings | 12 ++---------- .../Localizations/vi.lproj/Localizable.strings | 12 ++---------- .../Localizations/zh-HK.lproj/Localizable.strings | 12 ++---------- .../Localizations/zh-Hans.lproj/Localizable.strings | 12 ++---------- .../Localizations/zh-Hant.lproj/Localizable.strings | 12 ++---------- StripePayments.podspec | 2 +- StripePaymentsUI.podspec | 2 +- StripeUICore.podspec | 2 +- VERSION | 2 +- 56 files changed, 96 insertions(+), 416 deletions(-) diff --git a/BuildConfigurations/Version.xcconfig b/BuildConfigurations/Version.xcconfig index 24634e199a3..99ac13a4c25 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.4.0 +CURRENT_PROJECT_VERSION=24.4.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 891051099f2..b8f3d306e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## X.Y.Z X-Y-Z +## 24.4.1 2025-01-21 ### ApplePay * [Added] Added a `dismiss` method to `STPApplePayContext`. diff --git a/Stripe.podspec b/Stripe.podspec index 6e5b69f389b..50e632f9578 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.4.0' + s.version = '24.4.1' s.summary = 'Accept online payments using Stripe.' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripeApplePay.podspec b/StripeApplePay.podspec index 7c166308aa3..8340a75f588 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.4.0' + s.version = '24.4.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 2c207f20006..8656991bab2 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.4.0' + s.version = '24.4.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 ce42f8d36d2..d384513c08b 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.4.0' + s.version = '24.4.1' s.summary = 'Scan credit and debit cards to verify that they\'re genuine' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripeConnect.podspec b/StripeConnect.podspec index c5dfe505266..876fb92735a 100644 --- a/StripeConnect.podspec +++ b/StripeConnect.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.4.0' + s.version = '24.4.1' s.summary = 'Use Connect embedded components to add connected account dashboard functionality to your app.' s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripeCore.podspec b/StripeCore.podspec index de45c13d7ee..9602346eadf 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.4.0' + s.version = '24.4.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 176c9a55e2d..6b67a6afcac 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.4.0" + public static let STPSDKVersion = "24.4.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 89ee2dc4cff..23f18f6d7a3 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.4.0' + s.version = '24.4.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 8007ebccf66..f44b6090f74 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.4.0' + s.version = '24.4.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 21d3b03eec9..3a36d3af1cd 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.4.0' + s.version = '24.4.1' 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 44347c81c40..194611dbd06 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/bg-BG.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/bg-BG.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Ръчно въвеждане на адрес"; -"Enter the code sent to %@ to use Link to pay by default." = "Въведете кода, изпратен до %@, за да използвате Link за плащане по подразбиране."; - -"Enter your verification code" = "Въведете Вашия код за верификация"; - "FPX Bank" = "Банка FPX"; "For security, please re-enter your card’s security code." = "От съображения за сигурност, моля, въведете отново защитния код на Вашата банкова карта."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Присъединяване към Link"; - "Log out of Link" = "Излизане от Link"; "Manage SEPA debit" = "Управление на SEPA дебит"; @@ -124,6 +118,8 @@ "Manage card" = "Управление на карта"; +"Manage cards" = "Управление на карти"; + "Manage payment method" = "Управляване на начина на плащане"; "Manage payment methods" = "Управление на начини на плащане"; @@ -208,8 +204,6 @@ "Saved" = "Запазено"; -"Secure 1⁠-⁠click checkout" = "Защитено финализиране с едно щракване"; - "Select card" = "Избор на карта"; "Select payment method" = "Избор на начин на плащане"; @@ -226,8 +220,6 @@ "Show menu" = "Показване на менюто"; -"Sign in to your Link account" = "Влезте в своя акаунт в Link"; - "Simple, secure one-click payments" = "Лесни и сигурни плащания с едно щракане"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "В рамките на 1-2 работни дни Stripe ще депозира в сметката Ви сума от 0,01 USD. След това ще получите имейл с инструкции за завършване на запазването на банковата ви сметка с %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ca-ES.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ca-ES.lproj/Localizable.strings index 1841a5b926e..8b9ce26de6e 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ca-ES.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ca-ES.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Introduir l'adreça manualment"; -"Enter the code sent to %@ to use Link to pay by default." = "Introdueix el codi enviat a %@ per utilitzar Link per pagar per defecte."; - -"Enter your verification code" = "Introdueix el codi de verificació"; - "FPX Bank" = "Banc FPX"; "For security, please re-enter your card’s security code." = "Per raons de seguretat, torna a introduir el codi de seguretat de la targeta."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Uneix-te a Link"; - "Log out of Link" = "Tanca la sessió a Link"; "Manage SEPA debit" = "Administra la domiciliació SEPA"; @@ -124,6 +118,8 @@ "Manage card" = "Administra la targeta"; +"Manage cards" = "Administrar les targetes"; + "Manage payment method" = "Gestiona el mètode de pagament"; "Manage payment methods" = "Administra els mètodes de pagament"; @@ -208,8 +204,6 @@ "Saved" = "Desat"; -"Secure 1⁠-⁠click checkout" = "Pagament segur amb 1 clic"; - "Select card" = "Selecciona una targeta"; "Select payment method" = "Selecciona el mètode de pagament"; @@ -226,8 +220,6 @@ "Show menu" = "Mostra el menú"; -"Sign in to your Link account" = "Inicia la sessió al compte de Link"; - "Simple, secure one-click payments" = "Pagaments senzills i segurs amb un toc"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe farà un dipòsit de 0,01 USD al vostre compte d'aquí 1 o 2 dies feiners. Després, rebreu un correu electrònic amb instruccions per acabar de desar el vostre compte bancari amb %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/cs-CZ.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/cs-CZ.lproj/Localizable.strings index d7bf01e89fb..65d556892aa 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/cs-CZ.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/cs-CZ.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Zadejte adresu ručně"; -"Enter the code sent to %@ to use Link to pay by default." = "Zadejte kód zaslaný na %@, abyste mohli používat Link k výchozí platbě."; - -"Enter your verification code" = "Zadejte svůj ověřovací kód"; - "FPX Bank" = "Banka FPX"; "For security, please re-enter your card’s security code." = "Z bezpečnostních důvodů zadejte znovu bezpečnostní kód své karty."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Připojit se k Link"; - "Log out of Link" = "Odhlásit ze služby Link"; "Manage SEPA debit" = "Správa inkasa SEPA"; @@ -124,6 +118,8 @@ "Manage card" = "Spravovat kartu"; +"Manage cards" = "Spravovat karty"; + "Manage payment method" = "Spravovat způsob platby"; "Manage payment methods" = "Spravovat způsoby platby"; @@ -208,8 +204,6 @@ "Saved" = "Uloženo"; -"Secure 1⁠-⁠click checkout" = "Bezpečné odbavení 1 kliknutím"; - "Select card" = "Vybrat kartu"; "Select payment method" = "Vybrat způsob platby"; @@ -226,8 +220,6 @@ "Show menu" = "Zobrazit nabídku"; -"Sign in to your Link account" = "Přihlaste se ke svému účtu Link"; - "Simple, secure one-click payments" = "Jednoduché a bezpečné platby jedním kliknutím"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe vloží 0,01 USD na váš účet během 1 až 2 pracovních dnů. Poté obdržíte e-mail s pokyny k dokončení ukládání na bankovní účet u %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/da.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/da.lproj/Localizable.strings index 9818bab5fb9..fcad17d8d90 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/da.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/da.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Indtast adresse manuelt"; -"Enter the code sent to %@ to use Link to pay by default." = "Indtast koden, der blev sendt til %@, for at bruge Link som standardbetaling."; - -"Enter your verification code" = "Indtast din bekræftelseskode"; - "FPX Bank" = "FPX Bank"; "For security, please re-enter your card’s security code." = "Af hensyn til sikkerheden skal du indtaste dit korts sikkerhedskode igen."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Tilmeld Link"; - "Log out of Link" = "Log ud af Link"; "Manage SEPA debit" = "Administrer SEPA-debet"; @@ -124,6 +118,8 @@ "Manage card" = "Administrer kort"; +"Manage cards" = "Administrer kort"; + "Manage payment method" = "Administrer betalingsmetode"; "Manage payment methods" = "Administrer betalingsmetoder"; @@ -208,8 +204,6 @@ "Saved" = "Gemt"; -"Secure 1⁠-⁠click checkout" = "Sikker 1-kliks-betaling"; - "Select card" = "Vælg kort"; "Select payment method" = "Vælg betalingsmetode"; @@ -226,8 +220,6 @@ "Show menu" = "Vis menu"; -"Sign in to your Link account" = "Log ind på din Link-konto"; - "Simple, secure one-click payments" = "Enkle og trygge betalinger med ét klik"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe vil sætte 0,01 USD ind på din konto i løbet af 1-2 hverdage. Derefter modtager du en e-mail med instruktioner til at fuldføre lagring af din bankkonto hos %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/de.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/de.lproj/Localizable.strings index 5966ad45bed..d38ec5650c9 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/de.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/de.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Adresse manuell eingeben"; -"Enter the code sent to %@ to use Link to pay by default." = "Geben Sie den an %@ gesendeten Code ein, um Link als Ihre Standard-Zahlungsmethode festzulegen."; - -"Enter your verification code" = "Verifizierungscode eingeben"; - "FPX Bank" = "FPX Bank"; "For security, please re-enter your card’s security code." = "Geben Sie aus Sicherheitsgründen bitte den Sicherheitscode Ihrer Karte erneut ein."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Bei Link registrieren"; - "Log out of Link" = "Von Link abmelden"; "Manage SEPA debit" = "SEPA-Lastschrift verwalten"; @@ -124,6 +118,8 @@ "Manage card" = "Karte verwalten"; +"Manage cards" = "Karten verwalten"; + "Manage payment method" = "Zahlungsmethode verwalten"; "Manage payment methods" = "Zahlungsmethoden verwalten"; @@ -208,8 +204,6 @@ "Saved" = "Gespeichert"; -"Secure 1⁠-⁠click checkout" = "Mit nur einem Klick sicher bezahlen"; - "Select card" = "Karte auswählen"; "Select payment method" = "Zahlungsmethode auswählen"; @@ -226,8 +220,6 @@ "Show menu" = "Menü anzeigen"; -"Sign in to your Link account" = "Bei Ihrem Link-Konto anmelden"; - "Simple, secure one-click payments" = "Einfach und sicher bezahlen – mit nur einem Klick"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "In ein bis zwei Werktagen wird Stripe Ihrem Konto einen Betrag von 0,01 USD gutschreiben. Danach erhalten Sie eine E-Mail mit weiteren Anweisungen, damit Sie Ihr Bankkonto bei %@ speichern können."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/el-GR.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/el-GR.lproj/Localizable.strings index 1feb36d84bc..41f840fa75a 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/el-GR.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/el-GR.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Πληκτρολογήστε τη διεύθυνση"; -"Enter the code sent to %@ to use Link to pay by default." = "Εισαγάγετε τον κωδικό που εστάλη στο %@ για να χρησιμοποιήσετε το Link ως προεπιλεγμένη μέθοδο πληρωμής."; - -"Enter your verification code" = "Εισαγάγετε τον κωδικό επαλήθευσης"; - "FPX Bank" = "FPX Bank"; "For security, please re-enter your card’s security code." = "Για λόγους ασφάλειας, εισαγάγετε πάλι τον κωδικό ασφαλείας της κάρτας σας."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Σύνδεση στο Link"; - "Log out of Link" = "Αποσύνδεση από το Link"; "Manage SEPA debit" = "Διαχείριση χρέωσης SEPA"; @@ -124,6 +118,8 @@ "Manage card" = "Διαχείριση κάρτας"; +"Manage cards" = "Διαχείριση καρτών"; + "Manage payment method" = "Διαχείριση μεθόδου πληρωμής"; "Manage payment methods" = "Διαχείριση μεθόδων πληρωμής"; @@ -208,8 +204,6 @@ "Saved" = "Αποθηκεύτηκε"; -"Secure 1⁠-⁠click checkout" = "Ασφαλής ολοκλήρωση αγοράς με 1 κλικ"; - "Select card" = "Επιλέξτε κάρτα"; "Select payment method" = "Επιλέξτε μέθοδο πληρωμής"; @@ -226,8 +220,6 @@ "Show menu" = "Εμφάνιση μενού"; -"Sign in to your Link account" = "Σύνδεση στον λογαριασμό σας Link"; - "Simple, secure one-click payments" = "Απλές και ασφαλείς πληρωμές με ένα κλικ"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Η Stripe θα καταθέσει 0,01 $ στον λογαριασμό σας σε 1-2 εργάσιμες ημέρες. Στη συνέχεια, θα λάβετε email με οδηγίες για να ολοκληρώσετε την αποθήκευση του τραπεζικού λογαριασμού σας με την %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en-GB.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en-GB.lproj/Localizable.strings index 90a910d9715..64aec0b30dc 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en-GB.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en-GB.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Enter address manually"; -"Enter the code sent to %@ to use Link to pay by default." = "Enter the code sent to %@ to use Link to pay by default."; - -"Enter your verification code" = "Enter your verification code"; - "FPX Bank" = "FPX Bank"; "For security, please re-enter your card’s security code." = "For security, please re-enter your card’s security code."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Join Link"; - "Log out of Link" = "Log out of Link"; "Manage SEPA debit" = "Manage SEPA debit"; @@ -124,6 +118,8 @@ "Manage card" = "Manage card"; +"Manage cards" = "Manage cards"; + "Manage payment method" = "Manage payment method"; "Manage payment methods" = "Manage payment methods"; @@ -208,8 +204,6 @@ "Saved" = "Saved"; -"Secure 1⁠-⁠click checkout" = "Secure 1⁠-⁠click checkout"; - "Select card" = "Select card"; "Select payment method" = "Select payment method"; @@ -226,8 +220,6 @@ "Show menu" = "Show menu"; -"Sign in to your Link account" = "Sign in to your Link account"; - "Simple, secure one-click payments" = "Simple, secure one-click payments"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es-419.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es-419.lproj/Localizable.strings index 05d40eb2990..f965badfcbb 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es-419.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es-419.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Ingresar dirección manualmente"; -"Enter the code sent to %@ to use Link to pay by default." = "Ingresa el código enviado al %@ para utilizar Link como método de pago predeterminado."; - -"Enter your verification code" = "Ingresa el código de verificación"; - "FPX Bank" = "Banco para FPX"; "For security, please re-enter your card’s security code." = "Por razones de seguridad, vuelve a ingresar el código de seguridad de tu tarjeta."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Únete a Link"; - "Log out of Link" = "Cerrar sesión de Link"; "Manage SEPA debit" = "Gestiona el débito SEPA"; @@ -124,6 +118,8 @@ "Manage card" = "Administra tu tarjeta"; +"Manage cards" = "Administra las tarjetas"; + "Manage payment method" = "Gestionar el método de pago"; "Manage payment methods" = "Gestiona los métodos de pago"; @@ -208,8 +204,6 @@ "Saved" = "Guardado"; -"Secure 1⁠-⁠click checkout" = "Pago seguro en un click"; - "Select card" = "Selecciona la tarjeta"; "Select payment method" = "Selecciona el método de pago"; @@ -226,8 +220,6 @@ "Show menu" = "Mostrar menú"; -"Sign in to your Link account" = "Inicia sesión en tu cuenta de Link"; - "Simple, secure one-click payments" = "Pagos seguros y sencillos en un clic"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe depositará $0.01 en tu cuenta dentro de 1 o 2 días hábiles. Luego, recibirás un correo electrónico con instrucciones para terminar de guardar tu cuenta bancaria con %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es.lproj/Localizable.strings index 4505563a7c7..02163b448ec 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Introduce la dirección manualmente"; -"Enter the code sent to %@ to use Link to pay by default." = "Introduce el código enviado al %@ para utilizar Link para pagar de forma predeterminada."; - -"Enter your verification code" = "Escribe el código de verificación"; - "FPX Bank" = "Banco para FPX"; "For security, please re-enter your card’s security code." = "Por razones de seguridad, introduce de nuevo el código de seguridad de tu tarjeta."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Únete a Link"; - "Log out of Link" = "Cerrar la sesión de Link"; "Manage SEPA debit" = "Gestión de los adeudos SEPA"; @@ -124,6 +118,8 @@ "Manage card" = "Gestión de la tarjeta"; +"Manage cards" = "Administra las tarjetas"; + "Manage payment method" = "Gestionar el método de pago"; "Manage payment methods" = "Gestiona los métodos de pago"; @@ -208,8 +204,6 @@ "Saved" = "Se ha guardado"; -"Secure 1⁠-⁠click checkout" = "Proceso de compra seguro en un clic"; - "Select card" = "Seleccionar tarjeta"; "Select payment method" = "Seleccionar método de pago"; @@ -226,8 +220,6 @@ "Show menu" = "Mostrar menú"; -"Sign in to your Link account" = "Inicia sesión en tu cuenta de Link"; - "Simple, secure one-click payments" = "Pagos seguros y sencillos en un clic"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe depositará 0,01 $ en tu cuenta dentro de 1 o 2 días hábiles. Luego, recibirás un correo electrónico con instrucciones para completar el proceso de guardar tu cuenta bancaria con %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/et-EE.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/et-EE.lproj/Localizable.strings index 066970a0fda..c7539516da5 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/et-EE.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/et-EE.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Sisestage aadress käsitsi"; -"Enter the code sent to %@ to use Link to pay by default." = "Vaikimisi Linkiga maksmiseks sisestage numbrile %@ saadetud kood."; - -"Enter your verification code" = "Sisestage oma kinnituskood"; - "FPX Bank" = "FPX Bank"; "For security, please re-enter your card’s security code." = "Turvalisuse huvides sisestage palun uuesti oma kaardi turvakood."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Liitu Linkiga"; - "Log out of Link" = "Logi Link välja"; "Manage SEPA debit" = "SEPA deebeti haldamine"; @@ -124,6 +118,8 @@ "Manage card" = "Halda kaarti"; +"Manage cards" = "Kaartide haldamine"; + "Manage payment method" = "Makseviisi haldamine"; "Manage payment methods" = "Halda makseviise"; @@ -208,8 +204,6 @@ "Saved" = "Salvestatud"; -"Secure 1⁠-⁠click checkout" = "Turvaline ühe klõpsuga makse lõpuleviimine"; - "Select card" = "Vali kaart"; "Select payment method" = "Vali makseviis"; @@ -226,8 +220,6 @@ "Show menu" = "Kuva menüü"; -"Sign in to your Link account" = "Logi oma Linki kontole sisse"; - "Simple, secure one-click payments" = "Lihtsad turvalised maksed ühe hiireklõpsuga"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe deponeerib teie pangakontole 0,01 dollarit 1–2 tööpäeva jooksul. Seejärel saate meili juhistega oma pangakonto %@ salvestamiseks."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fi.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fi.lproj/Localizable.strings index 57778d51a58..a2b64ccbac8 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fi.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fi.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Syötä osoite manuaalisesti"; -"Enter the code sent to %@ to use Link to pay by default." = "Syötä numeroon %@ lähetetty koodi käyttääksesi Link-maksua oletuksena."; - -"Enter your verification code" = "Syötä vahvistuskoodi"; - "FPX Bank" = "FPX-pankki"; "For security, please re-enter your card’s security code." = "Turvallisuussyistä sinun on annettava korttisi turvakoodi uudelleen."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Liity Link-palveluun"; - "Log out of Link" = "Kirjaudu ulos Link-palvelusta"; "Manage SEPA debit" = "Hallinnoi SEPA-pankkiveloitusta"; @@ -124,6 +118,8 @@ "Manage card" = "Hallinnoi korttia"; +"Manage cards" = "Hallinnoi kortteja"; + "Manage payment method" = "Hallinnoi maksutapaa"; "Manage payment methods" = "Hallitse maksutapoja"; @@ -208,8 +204,6 @@ "Saved" = "Tallennettu"; -"Secure 1⁠-⁠click checkout" = "Turvallinen kerran napsautettava maksaminen"; - "Select card" = "Valitse kortti"; "Select payment method" = "Valitse maksutapa"; @@ -226,8 +220,6 @@ "Show menu" = "Näytä valikko"; -"Sign in to your Link account" = "Kirjaudu sisään Link-tiliisi"; - "Simple, secure one-click payments" = "Yksinkertaiset turvalliset kerran napsautettavat maksut"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe tallettaa 0,01 dollaria tilillesi 1–2 arkipäivän kuluessa. Saat myös ohjeet pankkitilisi ja kauppiaan yrityksen %@ tallentamisen suorittamiseksi."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fil.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fil.lproj/Localizable.strings index f51cad9eca4..8ddc5a08a68 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fil.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fil.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Manwal na ilagay ang address"; -"Enter the code sent to %@ to use Link to pay by default." = "Ilagay ang code na ipinadala sa %@ para gamitin ang Link sa pagbabayad bilang default."; - -"Enter your verification code" = "Ilagay ang iyong verification code."; - "FPX Bank" = "FPX Bank"; "For security, please re-enter your card’s security code." = "Para sa seguridad, pakilagay muli ang security code ng iyong kard."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Sumali sa Link"; - "Log out of Link" = "Mag-log out sa Link"; "Manage SEPA debit" = "Pangasiwaan ang SEPA debit"; @@ -124,6 +118,8 @@ "Manage card" = "Pangasiwaan ang kard"; +"Manage cards" = "Pangasiwaan ang mga kard"; + "Manage payment method" = "Pangasiwaan ang paraan ng pagbabayad"; "Manage payment methods" = "Pangasiwaan ang mga paraan ng pagbabayad"; @@ -208,8 +204,6 @@ "Saved" = "Nai-save"; -"Secure 1⁠-⁠click checkout" = "Tiyakin ang 1-click na pag-checkout"; - "Select card" = "Pumili ng kard"; "Select payment method" = "Pumili ng paraan ng pagbabayad"; @@ -226,8 +220,6 @@ "Show menu" = "Ipakita ang menu"; -"Sign in to your Link account" = "Mag-sign in sa iyong Link account"; - "Simple, secure one-click payments" = "Simple, ligtas na isang-click na mga pagbabayad"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Idedeposito ng Stripe ang $0.01 sa iyong account sa loob ng 1-2 araw ng trabaho. Pagkatapos ay makakatanggap ka ng email na may mga tagubilin na tapusin ang pag-save sa iyong account sa bangko sa %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr-CA.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr-CA.lproj/Localizable.strings index 4e563ffe1a1..4ac6cbf64fd 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr-CA.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr-CA.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Saisir l'adresse manuellement"; -"Enter the code sent to %@ to use Link to pay by default." = "Saisissez le code envoyé au %@ pour utiliser Link comme moyen de paiement par défaut."; - -"Enter your verification code" = "Saisissez votre code de vérification"; - "FPX Bank" = "Banque FPX"; "For security, please re-enter your card’s security code." = "Pour des raisons de sécurité, veuillez ressaisir le code de sécurité de votre carte."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Rejoindre Link"; - "Log out of Link" = "Déconnexion de Link with Stripe"; "Manage SEPA debit" = "Gérer le prélèvement SEPA"; @@ -124,6 +118,8 @@ "Manage card" = "Gérer la carte"; +"Manage cards" = "Gérer des cartes"; + "Manage payment method" = "Gérer le moyen de paiement"; "Manage payment methods" = "Gérer vos moyens de paiement"; @@ -208,8 +204,6 @@ "Saved" = "Enregistré"; -"Secure 1⁠-⁠click checkout" = "Paiement sécurisé en un clic"; - "Select card" = "Choisir une carte"; "Select payment method" = "Choisir un moyen de paiement"; @@ -226,8 +220,6 @@ "Show menu" = "Afficher le menu"; -"Sign in to your Link account" = "Connectez-vous à votre compte Link"; - "Simple, secure one-click payments" = "Des paiements simples et sécurisés en un seul clic"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe va effectuer un versement de 0,01 $ sur votre compte sous 1 ou 2 jours ouvrables. Vous recevrez ensuite un courriel contenant des instructions pour finaliser l'enregistrement de votre compte bancaire auprès de %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr.lproj/Localizable.strings index 1f2e91ef4f6..3dc058337af 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Saisir l'adresse manuellement"; -"Enter the code sent to %@ to use Link to pay by default." = "Saisissez le code envoyé au %@ pour utiliser Link comme moyen de paiement par défaut."; - -"Enter your verification code" = "Saisissez votre code de vérification"; - "FPX Bank" = "Banque FPX"; "For security, please re-enter your card’s security code." = "Pour des raisons de sécurité, veuillez ressaisir le code de sécurité de votre carte bancaire."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Rejoindre Link"; - "Log out of Link" = "Se déconnecter de Link"; "Manage SEPA debit" = "Gérer le prélèvement SEPA"; @@ -124,6 +118,8 @@ "Manage card" = "Gérer la carte"; +"Manage cards" = "Gérer les cartes bancaires"; + "Manage payment method" = "Gérer le moyen de paiement"; "Manage payment methods" = "Gérer vos moyens de paiement"; @@ -208,8 +204,6 @@ "Saved" = "Enregistré"; -"Secure 1⁠-⁠click checkout" = "Paiement sécurisé en un clic"; - "Select card" = "Sélectionner une carte bancaire"; "Select payment method" = "Sélectionner un moyen de paiement"; @@ -226,8 +220,6 @@ "Show menu" = "Afficher le menu"; -"Sign in to your Link account" = "Connectez-vous à votre compte Link"; - "Simple, secure one-click payments" = "Des paiements simples et sécurisés en un seul clic"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe va effectuer un versement de 0,01 $ sur votre compte sous 1 ou 2 jours ouvrables. Vous recevrez ensuite un e-mail contenant des instructions pour finaliser l'enregistrement de votre compte bancaire auprès de %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hr.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hr.lproj/Localizable.strings index 11cd23f4b89..c79b346da9e 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hr.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hr.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Unesite adresu ručno"; -"Enter the code sent to %@ to use Link to pay by default." = "Unesite kod poslan na %@ kako biste koristili Link za plaćanje kao zadanu opciju."; - -"Enter your verification code" = "Unesite verifikacijski kod"; - "FPX Bank" = "FPX Bank"; "For security, please re-enter your card’s security code." = "Radi sigurnosti, ponovno unesite sigurnosni kod vaše kartice."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Pridružite se na Link"; - "Log out of Link" = "Odjavite se s Linka"; "Manage SEPA debit" = "Upravljajte SEPA terećenjem"; @@ -124,6 +118,8 @@ "Manage card" = "Upravljajte karticom"; +"Manage cards" = "Upravljajte karticama"; + "Manage payment method" = "Upravljajte načinom plaćanja"; "Manage payment methods" = "Upravljanje načinima plaćanja"; @@ -208,8 +204,6 @@ "Saved" = "Spremljeno"; -"Secure 1⁠-⁠click checkout" = "Sigurno plaćanje pomoću 1 klika"; - "Select card" = "Odaberite karticu"; "Select payment method" = "Odaberite način plaćanja"; @@ -226,8 +220,6 @@ "Show menu" = "Prikaži izbornik"; -"Sign in to your Link account" = "Prijavite se na svoj Link račun"; - "Simple, secure one-click payments" = "Jednostavna sigurna plaćanja jednim klikom"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe će uplatiti polog u iznosu od 0,01 USD na vaš račun u roku od 1-2 radna dana. Zatim ćete zaprimiti poruku e-pošte s uputama za dovršetak spremanja svog bankovnog računa kod %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hu.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hu.lproj/Localizable.strings index 637251a1378..740f214e195 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hu.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hu.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Cím megadása kézzel"; -"Enter the code sent to %@ to use Link to pay by default." = "A Link alapértelmezett fizetési módként történő használatához adja meg a(z) %@ számra küldött kódot"; - -"Enter your verification code" = "Adja meg az ellenőrző kódot"; - "FPX Bank" = "FPX Bank"; "For security, please re-enter your card’s security code." = "Biztonsági okból adja meg újra kártyája biztonsági kódját."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Csatlakozás a Linkhez"; - "Log out of Link" = "Kijelentkezés a Link"; "Manage SEPA debit" = "SEPA beszedés kezelése"; @@ -124,6 +118,8 @@ "Manage card" = "Kártya kezelése"; +"Manage cards" = "Kártyák kezelése"; + "Manage payment method" = "Fizetési mód kezelése"; "Manage payment methods" = "Fizetési módok kezelése"; @@ -208,8 +204,6 @@ "Saved" = "Mentett"; -"Secure 1⁠-⁠click checkout" = "Biztonságos egykattintásos fizetés"; - "Select card" = "Kártya kiválasztása"; "Select payment method" = "Fizetési mód választása"; @@ -226,8 +220,6 @@ "Show menu" = "Menü megjelenítése"; -"Sign in to your Link account" = "Bejelentkezés a Link-fiókba"; - "Simple, secure one-click payments" = "Egyszerű, biztonságos, egykattintásos fizetés"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "A Stripe 1-2 munkanapon belül egy 0,01 dollár összegű utalást fog küldeni a bankszámlájára. Ezután e-mailben megkapja az útmutatást a bankszámlája mentéséről a(z) %@ vállalkozáshoz."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/id.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/id.lproj/Localizable.strings index 0697042cc3d..8504e12d61b 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/id.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/id.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Masukkan alamat secara manual"; -"Enter the code sent to %@ to use Link to pay by default." = "Masukkan kode yang dikirim ke %@ untuk menggunakan Link untuk membayar secara default."; - -"Enter your verification code" = "Masukkan kode verifikasi Anda"; - "FPX Bank" = "FPX Bank"; "For security, please re-enter your card’s security code." = "Untuk keamanan, masukkan lagi kode keamanan kartu Anda."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Bergabunglah dengan Link"; - "Log out of Link" = "Keluar dari Link"; "Manage SEPA debit" = "Kelola debit SEPA"; @@ -124,6 +118,8 @@ "Manage card" = "Kelola kartu"; +"Manage cards" = "Kelola kartu"; + "Manage payment method" = "Kelola metode pembayaran"; "Manage payment methods" = "Kelola metode pembayaran"; @@ -208,8 +204,6 @@ "Saved" = "Disimpan"; -"Secure 1⁠-⁠click checkout" = "Checkout 1-klik dengan aman"; - "Select card" = "Pilih kartu"; "Select payment method" = "Pilih metode pembayaran"; @@ -226,8 +220,6 @@ "Show menu" = "Tampilkan menu"; -"Sign in to your Link account" = "Masuk ke akun Link Anda"; - "Simple, secure one-click payments" = "Pembayaran sekali klik yang mudah dan aman"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe akan menyetorkan $0,01 ke rekening Anda dalam waktu 1–2 hari kerja. Kemudian Anda akan mendapatkan email yang berisi instruksi untuk menyelesaikan penyimpanan rekening bank pada %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/it.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/it.lproj/Localizable.strings index 3d8dc768baf..630ecc5459b 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/it.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/it.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Inserisci manualmente l'indirizzo"; -"Enter the code sent to %@ to use Link to pay by default." = "Inserisci il codice inviato al numero %@ per pagare sempre con Link."; - -"Enter your verification code" = "Inserisci il codice di verifica"; - "FPX Bank" = "Banca FBX"; "For security, please re-enter your card’s security code." = "Per motivi di sicurezza inserisci di nuovo il codice di sicurezza della tua carta."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Registrati su Link"; - "Log out of Link" = "Esci da Link"; "Manage SEPA debit" = "Gestisci addebito SEPA"; @@ -124,6 +118,8 @@ "Manage card" = "Gestisci carta"; +"Manage cards" = "Gestire le carte"; + "Manage payment method" = "Gestisci modalità di pagamento"; "Manage payment methods" = "Gestisci le modalità di pagamento"; @@ -208,8 +204,6 @@ "Saved" = "Salvata"; -"Secure 1⁠-⁠click checkout" = "Pagamento sicuro con un clic"; - "Select card" = "Seleziona la carta"; "Select payment method" = "Seleziona la modalità di pagamento"; @@ -226,8 +220,6 @@ "Show menu" = "Mostra menu"; -"Sign in to your Link account" = "Accedi al tuo account Link"; - "Simple, secure one-click payments" = "Pagamenti semplici e sicuri con un solo clic"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe verserà 0,01 USD sul tuo conto entro 1-2 giorni lavorativi. Poi riceverai un'email con le istruzioni per completare il salvataggio del conto bancario con %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ja.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ja.lproj/Localizable.strings index 79d01ab1ad7..9fed673dc89 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ja.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ja.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "住所を手動で入力"; -"Enter the code sent to %@ to use Link to pay by default." = "デフォルトで Link を使用して支払うには %@ に送信されたコードを入力してください。"; - -"Enter your verification code" = "確認コードを入力してください"; - "FPX Bank" = "FPX 銀行"; "For security, please re-enter your card’s security code." = "セキュリティー保持のため、お客様のクレジットカードのセキュリティーコードをもう一度入力してください。"; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Link に申し込む"; - "Log out of Link" = "Link からログアウト"; "Manage SEPA debit" = "SEPA デビットの管理"; @@ -124,6 +118,8 @@ "Manage card" = "カードの管理"; +"Manage cards" = "カードを管理する"; + "Manage payment method" = "支払い方法の管理"; "Manage payment methods" = "決済手段を管理する"; @@ -208,8 +204,6 @@ "Saved" = "保存済み"; -"Secure 1⁠-⁠click checkout" = "安全なワンクリックでの購入"; - "Select card" = "カードを選択する"; "Select payment method" = "決済手段を選択する"; @@ -226,8 +220,6 @@ "Show menu" = "メニューを表示"; -"Sign in to your Link account" = "Link アカウントにサインイン"; - "Simple, secure one-click payments" = "シンプルで安全なワンクリック決済"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe は 1 ~ 2 営業日後に口座に $0.01 を入金します。その後、%@ で銀行口座の保存を完了させるための手順が記載されたメールが送信されます。"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ko.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ko.lproj/Localizable.strings index 5101afd026b..3f593aec4b7 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ko.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ko.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "주소 직접 입력"; -"Enter the code sent to %@ to use Link to pay by default." = "Link를 기본값으로 결제하려면 %@에 전송된 코드를 입력해 주십시오."; - -"Enter your verification code" = "확인 코드 입력"; - "FPX Bank" = "FPX 은행"; "For security, please re-enter your card’s security code." = "보안을 위해 카드의 보안 코드를 다시 입력하십시오."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Link 가입"; - "Log out of Link" = "Link 로그아웃"; "Manage SEPA debit" = "SEPA 자동 이체 관리"; @@ -124,6 +118,8 @@ "Manage card" = "카드 관리"; +"Manage cards" = "카드 관리"; + "Manage payment method" = "결제 방식 관리"; "Manage payment methods" = "결제 방식 관리"; @@ -208,8 +204,6 @@ "Saved" = "저장함"; -"Secure 1⁠-⁠click checkout" = "보안 원클릭 체크아웃"; - "Select card" = "카드 선택"; "Select payment method" = "결제 방식 선택"; @@ -226,8 +220,6 @@ "Show menu" = "메뉴 표시"; -"Sign in to your Link account" = "Link 계정에 로그인"; - "Simple, secure one-click payments" = "간단하고 안전한 원클릭 결제"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe는 영업일 기준 1~2일 후에 계좌에 0.01$를 예금할 예정입니다. 이후 %@에 은행 계좌 저장을 완료하라는 지침이 포함된 이메일이 전송됩니다."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lt-LT.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lt-LT.lproj/Localizable.strings index bf1e1088e2d..7af96dbfdbb 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lt-LT.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lt-LT.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Įvesti adresą rankiniu būdu"; -"Enter the code sent to %@ to use Link to pay by default." = "Įveskite kodą, išsiųstą numeriu %@, kad pagal numatytuosius nustatymus galėtumėte mokėti naudodami „Link“."; - -"Enter your verification code" = "Įveskite patvirtinimo kodą"; - "FPX Bank" = "FPX bankas"; "For security, please re-enter your card’s security code." = "Saugumo sumetimais dar kartą įveskite kortelės saugumo kodą."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Prisijungti prie „Link“"; - "Log out of Link" = "Atsijungti nuo „Link“"; "Manage SEPA debit" = "Tvarkyti SEPA debetą"; @@ -124,6 +118,8 @@ "Manage card" = "Tvarkyti kortelę"; +"Manage cards" = "Tvarkyti korteles"; + "Manage payment method" = "Tvarkyti mokėjimo būdą"; "Manage payment methods" = "Valdyti mokėjimo būdus"; @@ -208,8 +204,6 @@ "Saved" = "Įrašyta"; -"Secure 1⁠-⁠click checkout" = "Saugus atsiskaitymas vienu spustelėjimu"; - "Select card" = "Pasirinkti kortelę"; "Select payment method" = "Pasirinkti mokėjimo būdą"; @@ -226,8 +220,6 @@ "Show menu" = "Rodyti meniu"; -"Sign in to your Link account" = "Prisijunkite prie savo „Link“ paskyros"; - "Simple, secure one-click payments" = "Paprasti ir saugūs mokėjimai vienu spustelėjimu"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Per 1–2 darbo dienas „Stripe“ į jūsų sąskaitą įneš 0,01 USD. Tada gausite el. laišką su nurodymais, kaip baigti įrašyti savo banko sąskaitą naudojant „%@“."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lv-LV.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lv-LV.lproj/Localizable.strings index 3bddef8d360..5682cc5559d 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lv-LV.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lv-LV.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Ievadīt adresi manuāli"; -"Enter the code sent to %@ to use Link to pay by default." = "Ievadiet kodu, kas nosūtīts %@, lai izmantotu Link maksāšanai pēc noklusējuma."; - -"Enter your verification code" = "Ievadiet savu verifikācijas kodu"; - "FPX Bank" = "FPX banka"; "For security, please re-enter your card’s security code." = "Drošības nolūkos atkārtoti ievadiet kartes drošības kodu."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Pievienoties Link"; - "Log out of Link" = "Izrakstīties no Link"; "Manage SEPA debit" = "Pārvaldīt SEPA debetu"; @@ -124,6 +118,8 @@ "Manage card" = "Pārvaldīt karti"; +"Manage cards" = "Pārvaldīt kartes"; + "Manage payment method" = "Pārvaldīt maksājuma veidu"; "Manage payment methods" = "Pārvaldīt maksājuma veidus"; @@ -208,8 +204,6 @@ "Saved" = "Saglabāts"; -"Secure 1⁠-⁠click checkout" = "Droša 1 klikšķa norēķināšanās"; - "Select card" = "Atlasīt karti"; "Select payment method" = "Atlasīt maksājuma veidu"; @@ -226,8 +220,6 @@ "Show menu" = "Rādīt izvēlni"; -"Sign in to your Link account" = "Pierakstīties Link kontā"; - "Simple, secure one-click payments" = "Vienkārši, droši 1 klikšķa maksājumi"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe uz jūsu kontu 1–2 darbadienu laikā nosūtīs 0,01 $. Pēc tam saņemsiet e-pastu ar norādījumiem, kā pabeigt bankas konta saglabāšanu ar %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ms-MY.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ms-MY.lproj/Localizable.strings index 53c3033f6b4..97e3b41eaba 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ms-MY.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ms-MY.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Masukkan alamat secara manual"; -"Enter the code sent to %@ to use Link to pay by default." = "Masukkan kod yang dihantar ke %@ untuk menggunakan Link sebagai kaedah pembayaran tetapan asal."; - -"Enter your verification code" = "Masukkan kod penentusahan anda"; - "FPX Bank" = "Bank untuk FPX"; "For security, please re-enter your card’s security code." = "Bagi tujuan keselamatan, sila masukkan semula kod keselamatan kad anda."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Sertai Link"; - "Log out of Link" = "Log keluar dari Link"; "Manage SEPA debit" = "Urus debit SEPA"; @@ -124,6 +118,8 @@ "Manage card" = "Urus kad"; +"Manage cards" = "Urus kad"; + "Manage payment method" = "Urus kaedah pembayaran"; "Manage payment methods" = "Urus kaedah pembayaran"; @@ -208,8 +204,6 @@ "Saved" = "Disimpan"; -"Secure 1⁠-⁠click checkout" = "Proses bayar dan keluar yang selamat dengan satu klik"; - "Select card" = "Pilih kad"; "Select payment method" = "Pilih kaedah pembayaran"; @@ -226,8 +220,6 @@ "Show menu" = "Paparkan menu"; -"Sign in to your Link account" = "Daftar masuk ke akaun Link anda"; - "Simple, secure one-click payments" = "Pembayaran dengan sekali klik yang mudah dan selamat"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe akan mendepositkan sebanyak $0.01 ke dalam akaun anda dalam masa 1–2 hari bekerja. Kemudian anda akan mendapat e-mel dengan arahan untuk menyelesaikan proses menyimpan akaun bank anda dengan %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/mt.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/mt.lproj/Localizable.strings index 53bccf7e6cc..51206a2de8e 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/mt.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/mt.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Ikteb l-indirizz int stess"; -"Enter the code sent to %@ to use Link to pay by default." = "Daħħal il-kodiċi li bgħatna fuq %@ biex tuża Link u tħallas bil-metodu tal-pagament standard."; - -"Enter your verification code" = "Daħħal il-kodiċi ta' verifika tiegħek"; - "FPX Bank" = "FPX Bank"; "For security, please re-enter your card’s security code." = "Għal raġunijiet ta' sigurtà, jekk jogħġbok erġa' daħħal il-kodiċi tas-sigurtà tal-karta tiegħek."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Ingħaqad ma' Link"; - "Log out of Link" = "Oħroġ minn Link"; "Manage SEPA debit" = "Ħu ħsieb id-debitu SEPA"; @@ -124,6 +118,8 @@ "Manage card" = "Ħu ħsieb il-karta"; +"Manage cards" = "Ħu ħsieb il-karti"; + "Manage payment method" = "Ħu ħsieb il-metodu tal-pagament"; "Manage payment methods" = "Ħu ħsieb il-metodi tal-pagament"; @@ -208,8 +204,6 @@ "Saved" = "Merfugħ"; -"Secure 1⁠-⁠click checkout" = "Ħlas sigur b'mossa waħda"; - "Select card" = "Agħżel karta"; "Select payment method" = "Agħżel metodu tal-pagament"; @@ -226,8 +220,6 @@ "Show menu" = "Uri l-menù"; -"Sign in to your Link account" = "Idħol fil-kont Link tiegħek"; - "Simple, secure one-click payments" = "Pagamenti sempliċi u siguri b'mossa waħda"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe se tiddepożita $0.01 fil-kont tiegħek fi żmien jum/jumejn tax-xogħol. Imbagħad se tirċievi email bl-istruzzjonijiet biex tlesti l-proċess li terfa' l-kont tiegħek ma' %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nb.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nb.lproj/Localizable.strings index 54fcbe7f310..270b963152e 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nb.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nb.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Skriv inn adresse manuelt"; -"Enter the code sent to %@ to use Link to pay by default." = "Skriv inn koden sendt til %@ for å bruke Link til å betale som standard."; - -"Enter your verification code" = "Skriv inn verifiseringskoden"; - "FPX Bank" = "FPX Bank"; "For security, please re-enter your card’s security code." = "For sikkerhets skyld må du skrive inn sikkerhetskoden for kortet ditt på nytt."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Bli med i Link"; - "Log out of Link" = "Logg ut av Link"; "Manage SEPA debit" = "Administrer SEPA-debet"; @@ -124,6 +118,8 @@ "Manage card" = "Administrer kort"; +"Manage cards" = "Administrer kort"; + "Manage payment method" = "Administrer betalingsmetode"; "Manage payment methods" = "Administrer betalingsmetoder"; @@ -208,8 +204,6 @@ "Saved" = "Lagret"; -"Secure 1⁠-⁠click checkout" = "Sikker 1-klikk-utsjekking"; - "Select card" = "Velg kort"; "Select payment method" = "Velg betalingsmetode"; @@ -226,8 +220,6 @@ "Show menu" = "Vis meny"; -"Sign in to your Link account" = "Logg inn på Link-kontoen din"; - "Simple, secure one-click payments" = "Enkle, trygge betalinger med ett klikk"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe setter inn $0,01 på kontoen din i løpet av 1–2 virkedager. Deretter får du en e-post med instruksjoner for å fullføre lagringen av bankkontoen din med %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nl.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nl.lproj/Localizable.strings index a6c43c55182..47b2e49b4d4 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nl.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nl.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Adres handmatig invoeren"; -"Enter the code sent to %@ to use Link to pay by default." = "Voer de code in die is verstuurd naar %@ om standaard met Link te betalen."; - -"Enter your verification code" = "Voer je verificatiecode in."; - "FPX Bank" = "FPX Bank"; "For security, please re-enter your card’s security code." = "Voer uit veiligheidsoverwegingen de beveiligingscode van je betaalkaart opnieuw in."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Aanmelden bij Link"; - "Log out of Link" = "Afmelden bij Link"; "Manage SEPA debit" = "SEPA-incasso beheren"; @@ -124,6 +118,8 @@ "Manage card" = "Betaalkaart beheren"; +"Manage cards" = "Betaalkaarten beheren"; + "Manage payment method" = "Betaalmethode beheren"; "Manage payment methods" = "Betaalmethoden beheren"; @@ -208,8 +204,6 @@ "Saved" = "Opgeslagen"; -"Secure 1⁠-⁠click checkout" = "Veilig afrekenen in één klik"; - "Select card" = "Betaalkaart selecteren"; "Select payment method" = "Betaalmethode selecteren"; @@ -226,8 +220,6 @@ "Show menu" = "Menu weergeven"; -"Sign in to your Link account" = "Aanmelden bij je Link-account"; - "Simple, secure one-click payments" = "Betaal eenvoudig en veilig met één klik"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Binnen 1 à 2 werkdagen stort Stripe $ 0,01 op je rekening. Daarna krijg je een e-mail met instructies om het instellen van je bankrekening bij %@ te voltooien."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nn-NO.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nn-NO.lproj/Localizable.strings index 0aacf3c52c8..40727c02883 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nn-NO.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nn-NO.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Skriv inn adresse manuelt"; -"Enter the code sent to %@ to use Link to pay by default." = "Legg inn koden som blei send til %@ Link for å betale med standard."; - -"Enter your verification code" = "Legg inn verifiseringskoden din"; - "FPX Bank" = "FPX-bank"; "For security, please re-enter your card’s security code." = "For sikkerhet, vær venleg å leggje inn sikkerhetskoden til kortet ditt."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Kople på lenka"; - "Log out of Link" = "Logg ut av Link"; "Manage SEPA debit" = "Handsam SEPA debet"; @@ -124,6 +118,8 @@ "Manage card" = "Handsam kort"; +"Manage cards" = "Handsam kort"; + "Manage payment method" = "Handsam betalingsmetode"; "Manage payment methods" = "Handsam betalingsmetodar"; @@ -208,8 +204,6 @@ "Saved" = "Lagra"; -"Secure 1⁠-⁠click checkout" = "Sikker 1-klikk betaling"; - "Select card" = "Vel kort"; "Select payment method" = "Vel betalingsmetode"; @@ -226,8 +220,6 @@ "Show menu" = "Vis meny"; -"Sign in to your Link account" = "Logg inn på Link-kontoen din"; - "Simple, secure one-click payments" = "Enkle, trygge betalingar med eitt klikk"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe set inn 0,01 USD på kontoen din i løpet av 1–2 verkedagar. Deretter får du ei e-postmelding som forklarar resten av prosessen med å lagre bankkontoen din hos %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pl-PL.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pl-PL.lproj/Localizable.strings index 39364871efa..de8ea9efbfc 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pl-PL.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pl-PL.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Wprowadź adres ręcznie"; -"Enter the code sent to %@ to use Link to pay by default." = "Wprowadź kod wysłany na adres %@, aby domyślnie używać Link do płatności."; - -"Enter your verification code" = "Wprowadź kod weryfikacyjny"; - "FPX Bank" = "FPX Bank"; "For security, please re-enter your card’s security code." = "Ze względów bezpieczeństwa wprowadź ponownie kod bezpieczeństwa Twojej karty."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Dołącz do Link"; - "Log out of Link" = "Wyloguj się z Link"; "Manage SEPA debit" = "Zarządzaj poleceniem zapłaty SEPA"; @@ -124,6 +118,8 @@ "Manage card" = "Zarządzaj kartą"; +"Manage cards" = "Zarządzaj kartami"; + "Manage payment method" = "Zarządzaj metodą płatności"; "Manage payment methods" = "Zarządzaj metodami płatności"; @@ -208,8 +204,6 @@ "Saved" = "Zapisano"; -"Secure 1⁠-⁠click checkout" = "Bezpieczna finalizacja jednym kliknięciem"; - "Select card" = "Wybierz kartę"; "Select payment method" = "Wybierz metodę płatności"; @@ -226,8 +220,6 @@ "Show menu" = "Pokaż menu"; -"Sign in to your Link account" = "Zaloguj się na konto Link"; - "Simple, secure one-click payments" = "Łatwe, bezpieczne płatności jednym kliknięciem"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe wpłaci 0,01 USD na Twoje konto w ciągu 1–2 dni roboczych. Następnie otrzymasz wiadomość e-mail z instrukcjami dotyczącymi zakończenia zapisywania konta za pomocą %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-BR.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-BR.lproj/Localizable.strings index a048667db80..4539b19f746 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-BR.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-BR.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Inserir endereço manualmente"; -"Enter the code sent to %@ to use Link to pay by default." = "Insira o código enviado para %@ para o usar o Link por padrão em pagamentos."; - -"Enter your verification code" = "Insira seu código de verificação"; - "FPX Bank" = "Banco do FPX"; "For security, please re-enter your card’s security code." = "Por segurança, digite novamente o código de segurança do cartão."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Cadastre-se no Link"; - "Log out of Link" = "Sair do Link"; "Manage SEPA debit" = "Gerenciar débito SEPA"; @@ -124,6 +118,8 @@ "Manage card" = "Gerenciar cartão"; +"Manage cards" = "Gerenciar cartões"; + "Manage payment method" = "Gerenciar forma de pagamento"; "Manage payment methods" = "Gerenciar formas de pagamento"; @@ -208,8 +204,6 @@ "Saved" = "Salva"; -"Secure 1⁠-⁠click checkout" = "Checkout seguro em 1 clique"; - "Select card" = "Selecionar cartão"; "Select payment method" = "Selecionar forma de pagamento"; @@ -226,8 +220,6 @@ "Show menu" = "Mostrar o menu"; -"Sign in to your Link account" = "Entrar em sua conta Link"; - "Simple, secure one-click payments" = "Pagamentos simples e seguros em um clique"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "A Stripe depositará US$ 0,01 na sua conta em até 2 dias úteis. Em seguida, você receberá um e-mail com instruções de como salvar sua conta bancária com a %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-PT.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-PT.lproj/Localizable.strings index 86e756fd0df..3dd61696713 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-PT.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-PT.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Introduzir endereço manualmente"; -"Enter the code sent to %@ to use Link to pay by default." = "Introduza o código enviado para %@ para utilizar o Link como método de pagamento predefinido."; - -"Enter your verification code" = "Introduza o seu código de verificação"; - "FPX Bank" = "Banco FPX"; "For security, please re-enter your card’s security code." = "Por motivos de segurança, volte a introduzir o código de segurança do seu cartão."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Aderir ao Link"; - "Log out of Link" = "Terminar sessão no Link"; "Manage SEPA debit" = "Gerir débito SEPA"; @@ -124,6 +118,8 @@ "Manage card" = "Gerir cartão"; +"Manage cards" = "Gerir cartões"; + "Manage payment method" = "Gerir método de pagamento"; "Manage payment methods" = "Gerir métodos de pagamento"; @@ -208,8 +204,6 @@ "Saved" = "Guardado"; -"Secure 1⁠-⁠click checkout" = "Finalização de compra segura de 1 clique"; - "Select card" = "Selecione um cartão"; "Select payment method" = "Selecione um método de pagamento"; @@ -226,8 +220,6 @@ "Show menu" = "Mostrar menu"; -"Sign in to your Link account" = "Inicie sessão na sua conta Link"; - "Simple, secure one-click payments" = "Pagamentos simples e seguros com um clique"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "A Stripe efetuará um depósito de 0,01 USD na sua conta dentro de 1 a 2 dias úteis. Receberá posteriormente um email com instruções para concluir o registo da sua conta bancária com %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ro-RO.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ro-RO.lproj/Localizable.strings index 4daa5a66b87..90f1a966122 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ro-RO.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ro-RO.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Introduceți adresa manual"; -"Enter the code sent to %@ to use Link to pay by default." = "Introduceți codul trimis la %@ pentru a utiliza Link ca metodă de plată implicită"; - -"Enter your verification code" = "Introduceți codul de verificare"; - "FPX Bank" = "FPX Bank"; "For security, please re-enter your card’s security code." = "Din motive de securitate, vă rugăm să introduceți din nou codul de securitate al cardului dvs."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Înscrieți-vă în Link"; - "Log out of Link" = "Deconectare de la Link"; "Manage SEPA debit" = "Gestionare debit SEPA"; @@ -124,6 +118,8 @@ "Manage card" = "Gestionare card"; +"Manage cards" = "Gestionare carduri"; + "Manage payment method" = "Gestionare metodă de plată"; "Manage payment methods" = "Gestionare metode de plată"; @@ -208,8 +204,6 @@ "Saved" = "Salvare efectuată"; -"Secure 1⁠-⁠click checkout" = "Finalizare securizată a comenzii cu un singur clic"; - "Select card" = "Selectare card"; "Select payment method" = "Selectare metodă de plată"; @@ -226,8 +220,6 @@ "Show menu" = "Afișare meniu"; -"Sign in to your Link account" = "Conectați-vă la contul dvs. Link"; - "Simple, secure one-click payments" = "Plăți simple și securizate cu un singur clic"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe va depune 0,01 USD în contul dvs. în 1-2 zile lucrătoare. Apoi veți primi un e-mail cu instrucțiuni pentru a finaliza salvarea contului dvs. bancar cu %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ru.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ru.lproj/Localizable.strings index dbbb3850585..cd80f766831 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ru.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ru.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Введите адрес вручную"; -"Enter the code sent to %@ to use Link to pay by default." = "Введите код, отправленный на адрес %@, для оплаты с помощью Link по умолчанию."; - -"Enter your verification code" = "Введите проверочный код"; - "FPX Bank" = "Банк FPX"; "For security, please re-enter your card’s security code." = "В целях безопасности введите заново код CVV/CVC карты."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Подключиться к Link"; - "Log out of Link" = "Выйти из Link"; "Manage SEPA debit" = "Управление дебетованием SEPA"; @@ -124,6 +118,8 @@ "Manage card" = "Управление картой"; +"Manage cards" = "Управление картами"; + "Manage payment method" = "Управление способом оплаты"; "Manage payment methods" = "Управление способами оплаты"; @@ -208,8 +204,6 @@ "Saved" = "Сохранено"; -"Secure 1⁠-⁠click checkout" = "Безопасное оформление и оплата заказа одним щелчком"; - "Select card" = "Выберите карту"; "Select payment method" = "Выберите способ оплаты"; @@ -226,8 +220,6 @@ "Show menu" = "Показать меню"; -"Sign in to your Link account" = "Войти в учетную запись Link"; - "Simple, secure one-click payments" = "Защищенные безопасные платежи одним нажатием"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Через 1-2 рабочих дня Stripe зачислит вам на счет сумму $0,01. После этого вы получите электронное письмо с инструкциями, которые помогут вам закончить сохранение реквизитов своего банковского счета у %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sk-SK.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sk-SK.lproj/Localizable.strings index 1057caa5ae2..fdce2ac98ae 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sk-SK.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sk-SK.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Zadať adresu manuálne"; -"Enter the code sent to %@ to use Link to pay by default." = "Zadajte kód odoslaný na telefónne číslo %@ a používajte službu Link ako predvolenú platobnú službu."; - -"Enter your verification code" = "Zadajte overovací kód"; - "FPX Bank" = "FPX Bank"; "For security, please re-enter your card’s security code." = "Z dôvodu bezpečnosti znovu zadajte bezpečnostný kód vašej karty."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Pripojiť sa do služby Link"; - "Log out of Link" = "Odhlásiť sa zo služby Link"; "Manage SEPA debit" = "Spravovať SEPA inkaso"; @@ -124,6 +118,8 @@ "Manage card" = "Spravovať kartu"; +"Manage cards" = "Spravovať karty"; + "Manage payment method" = "Spravovať spôsob platby"; "Manage payment methods" = "Spravovať spôsoby platby"; @@ -208,8 +204,6 @@ "Saved" = "Uložené"; -"Secure 1⁠-⁠click checkout" = "Bezpečná platba jedným kliknutím"; - "Select card" = "Vybrať kartu"; "Select payment method" = "Vybrať spôsob platby"; @@ -226,8 +220,6 @@ "Show menu" = "Zobraziť ponuku"; -"Sign in to your Link account" = "Prihláste sa do svojho účtu Link"; - "Simple, secure one-click payments" = "Jednoduché, bezpečné platby jedným kliknutím"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "V priebehu 1 až 2 pracovných dní vloží Stripe na váš účet vklad vo výške 0,01 USD. Potom dostanete e-mail s pokynmi na dokončenie uloženia svojho účtu prostredníctvom %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sl-SI.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sl-SI.lproj/Localizable.strings index d3b36c0814f..1f1ad7e6fb6 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sl-SI.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sl-SI.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Naslov vnesite ročno"; -"Enter the code sent to %@ to use Link to pay by default." = "Vnesite kodo, ki ste jo prejeli na številko %@, če želite uporabljati Link kot privzeti način plačila."; - -"Enter your verification code" = "Vnesite svojo potrditveno kodo"; - "FPX Bank" = "Banka FPX"; "For security, please re-enter your card’s security code." = "Iz varnostnih razlogov morate znova vnesti varnostno kodo svoje kartice."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Pridružite se storitvi Link"; - "Log out of Link" = "Odjava iz storitve Link"; "Manage SEPA debit" = "Upravljanje obremenitve SEPA"; @@ -124,6 +118,8 @@ "Manage card" = "Uredite kartico"; +"Manage cards" = "Upravljanje kartic"; + "Manage payment method" = "Uredi način plačila"; "Manage payment methods" = "Upravljanje načinov plačila"; @@ -208,8 +204,6 @@ "Saved" = "Shranjeno"; -"Secure 1⁠-⁠click checkout" = "Varna izvedba plačila z enim klikom"; - "Select card" = "Izberite kartico"; "Select payment method" = "Izberite način plačila"; @@ -226,8 +220,6 @@ "Show menu" = "Pokaži meni"; -"Sign in to your Link account" = "Vpišite se v svoj račun za Link"; - "Simple, secure one-click payments" = "Enostavna in varna plačila z enim klikom"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe bo v 1–2 delovnih dneh na vaš račun nakazal znesek v višini 0,01 USD. Nato boste prejeli e-poštno sporočilo z navodili za dokončanje shranjevanja bančnega računa pri podjetju %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sv.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sv.lproj/Localizable.strings index 91af7b63fee..e1f4b04634d 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sv.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sv.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Ange adress manuellt"; -"Enter the code sent to %@ to use Link to pay by default." = "Ange koden som skickades till %@ för att använda Link för att betala som standard."; - -"Enter your verification code" = "Ange din verifieringskod"; - "FPX Bank" = "FPX Bank"; "For security, please re-enter your card’s security code." = "Ange säkerhetskoden för ditt kort igen av säkerhetsskäl."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Börja använda Link"; - "Log out of Link" = "Logga ut från Link"; "Manage SEPA debit" = "Hantera SEPA-debitering"; @@ -124,6 +118,8 @@ "Manage card" = "Hantera kort"; +"Manage cards" = "Hantera kort"; + "Manage payment method" = "Hantera betalningsmetod"; "Manage payment methods" = "Hantera betalningsmetoder"; @@ -208,8 +204,6 @@ "Saved" = "Sparad"; -"Secure 1⁠-⁠click checkout" = "Betala säkert med ett klick"; - "Select card" = "Välj kort"; "Select payment method" = "Välj betalningsmetod"; @@ -226,8 +220,6 @@ "Show menu" = "Visa meny"; -"Sign in to your Link account" = "Logga in på ditt Link-konto"; - "Simple, secure one-click payments" = "Enkla och säkra betalningar med ett klick"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe kommer att sätta in 0,01 USD på ditt konto om 1–2 arbetsdagar. Därefter får du ett e-postmeddelande med instruktioner om hur du slutför sparandet av ditt bankkonto hos %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/tr.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/tr.lproj/Localizable.strings index 594f1dfc5ed..43046f106ca 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/tr.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/tr.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Adresi manuel olarak girin"; -"Enter the code sent to %@ to use Link to pay by default." = "Ödemenizde varsayılan olarak Link'i kullanmak için %@ numaralı telefona gönderilen kodu girin"; - -"Enter your verification code" = "Doğrulama kodunuzu girin"; - "FPX Bank" = "FPX Bank"; "For security, please re-enter your card’s security code." = "Güvenliğinizin sağlanması için lütfen kartınızın güvenlik kodunu tekrar girin."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Link'e katıl"; - "Log out of Link" = "Link'ten çıkış yap"; "Manage SEPA debit" = "SEPA bankamatik hesabını yönet"; @@ -124,6 +118,8 @@ "Manage card" = "Kartı yönetin"; +"Manage cards" = "Kartları yönet"; + "Manage payment method" = "Ödeme yöntemini yönetin"; "Manage payment methods" = "Ödeme yöntemlerini yönetin"; @@ -208,8 +204,6 @@ "Saved" = "Kaydedildi"; -"Secure 1⁠-⁠click checkout" = "Tek tıklamayla güvenli ödeme"; - "Select card" = "Kart seçin"; "Select payment method" = "Ödeme yöntemini seçin"; @@ -226,8 +220,6 @@ "Show menu" = "Menüyü göster"; -"Sign in to your Link account" = "Link hesabınızda oturum açın"; - "Simple, secure one-click payments" = "Tek tıkla basit ve güvenli ödemeler"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe, 1-2 iş günü içerisinde hesabınıza 0,01 ABD doları yatıracaktır. Bunun ardından %@ işletmesinde banka hesabınızı kaydetme işlemini tamamlamak için yapmanız gerekenleri içeren bir e-posta alacaksınız."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/vi.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/vi.lproj/Localizable.strings index 583fce06c7b..17d56caed48 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/vi.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/vi.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "Nhập địa chỉ thủ công"; -"Enter the code sent to %@ to use Link to pay by default." = "Nhập mã được gửi tới %@ để dùng Link làm phương thức thanh toán mặc định."; - -"Enter your verification code" = "Nhập mã xác minh của bạn"; - "FPX Bank" = "Ngân hàng FPX"; "For security, please re-enter your card’s security code." = "Vì lý do bảo mật, vui lòng nhập lại mã bảo mật của thẻ của bạn."; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "Tham gia Link"; - "Log out of Link" = "Đăng xuất khỏi Link"; "Manage SEPA debit" = "Quản lý Ghi nợ SEPA"; @@ -124,6 +118,8 @@ "Manage card" = "Quản lý thẻ"; +"Manage cards" = "Quản lý thẻ"; + "Manage payment method" = "Quản lý phương thức thanh toán"; "Manage payment methods" = "Quản lý các phương thức thanh toán"; @@ -208,8 +204,6 @@ "Saved" = "Đã lưu"; -"Secure 1⁠-⁠click checkout" = "Thanh toán bảo mật bằng một cú nhấp chuột"; - "Select card" = "Chọn thẻ"; "Select payment method" = "Chọn phương thức thanh toán"; @@ -226,8 +220,6 @@ "Show menu" = "Hiển thị trình đơn"; -"Sign in to your Link account" = "Đăng nhập vào tài khoản Link của bạn"; - "Simple, secure one-click payments" = "Thanh toán đơn giản, an toàn chỉ bằng một cú nhấp chuột"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe sẽ gửi 0,01 đô la vào tài khoản của bạn sau 1-2 ngày làm việc. Sau đó, bạn sẽ nhận được email kèm theo hướng dẫn để hoàn tất quá trình lưu tài khoản ngân hàng với %@."; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-HK.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-HK.lproj/Localizable.strings index 6144d26c633..1ce37475d35 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-HK.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-HK.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "手動輸入地址"; -"Enter the code sent to %@ to use Link to pay by default." = "輸入發送到 %@ 的驗證碼,以預設用 Link 支付。"; - -"Enter your verification code" = "輸入您的驗證碼"; - "FPX Bank" = "FPX Bank"; "For security, please re-enter your card’s security code." = "出於安全原因,請重新輸入您的銀行卡的安全碼。"; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "加入 Link"; - "Log out of Link" = "退出 Link"; "Manage SEPA debit" = "管理 SEPA 借記"; @@ -124,6 +118,8 @@ "Manage card" = "管理銀行卡"; +"Manage cards" = "管理卡片"; + "Manage payment method" = "管理支付方式"; "Manage payment methods" = "管理支付方式"; @@ -208,8 +204,6 @@ "Saved" = "已保存"; -"Secure 1⁠-⁠click checkout" = "安全地一鍵結賬"; - "Select card" = "選擇銀行卡"; "Select payment method" = "選擇支付方式"; @@ -226,8 +220,6 @@ "Show menu" = "顯示選單"; -"Sign in to your Link account" = "登入您的 Link 賬戶"; - "Simple, secure one-click payments" = "簡單、安全地一鍵支付"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe 會在 1-2 個工作日向您的賬戶存入 0.01 美元。然後您會收到一封包含說明的電子郵件,指導您用 %@ 保存您的銀行賬戶。"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hans.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hans.lproj/Localizable.strings index 477e758a476..9e65e7ad0f3 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hans.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hans.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "手动输入地址"; -"Enter the code sent to %@ to use Link to pay by default." = "输入发送到 %@ 的验证码,以默认用 Link 支付。"; - -"Enter your verification code" = "输入您的验证码"; - "FPX Bank" = "FPX 银行"; "For security, please re-enter your card’s security code." = "出于安全原因,请重新输入您的银行卡的安全码。"; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "加入 Link"; - "Log out of Link" = "退出 Link"; "Manage SEPA debit" = "管理 SEPA 借记"; @@ -124,6 +118,8 @@ "Manage card" = "管理卡"; +"Manage cards" = "管理银行卡"; + "Manage payment method" = "管理支付方式"; "Manage payment methods" = "管理支付方式"; @@ -208,8 +204,6 @@ "Saved" = "已保存"; -"Secure 1⁠-⁠click checkout" = "安全地一键结账"; - "Select card" = "选择卡"; "Select payment method" = "选择支付方式"; @@ -226,8 +220,6 @@ "Show menu" = "显示菜单"; -"Sign in to your Link account" = "登录您的 Link 账户"; - "Simple, secure one-click payments" = "简单、安全的一键支付"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe 会在 1-2 个工作日向您的账户存入 0.01 美元。然后您会收到一封包含说明的邮件,指导您用 %@ 保存您的银行账户。"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hant.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hant.lproj/Localizable.strings index 2d82ebfe3a8..513492d9580 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hant.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hant.lproj/Localizable.strings @@ -98,10 +98,6 @@ "Enter address manually" = "手動輸入地址"; -"Enter the code sent to %@ to use Link to pay by default." = "輸入發送到 %@ 的驗證碼,以預設用 Link 支付。"; - -"Enter your verification code" = "輸入您的驗證碼"; - "FPX Bank" = "FPX Bank"; "For security, please re-enter your card’s security code." = "出於安全原因,請重新輸入您的金融卡的安全碼。"; @@ -114,8 +110,6 @@ "IBAN" = "IBAN"; -"Join Link" = "加入 Link"; - "Log out of Link" = "退出 Link"; "Manage SEPA debit" = "管理 SEPA 借記"; @@ -124,6 +118,8 @@ "Manage card" = "管理金融卡"; +"Manage cards" = "管理卡片"; + "Manage payment method" = "管理支付方式"; "Manage payment methods" = "管理支付方式"; @@ -208,8 +204,6 @@ "Saved" = "已保存"; -"Secure 1⁠-⁠click checkout" = "安全地一鍵結帳"; - "Select card" = "選擇金融卡"; "Select payment method" = "選擇支付方式"; @@ -226,8 +220,6 @@ "Show menu" = "顯示選單"; -"Sign in to your Link account" = "登入您的 Link 帳戶"; - "Simple, secure one-click payments" = "簡單、安全地一鍵支付"; "Stripe will deposit $0.01 to your account in 1-2 business days. Then you'll get an email with instructions to finish saving your bank account with %@." = "Stripe 會在 1-2 個工作日向您的帳戶存入 0.01 美元。然後您會收到一封包含說明的電子郵件,指導您用 %@ 保存您的銀行帳戶。"; diff --git a/StripePayments.podspec b/StripePayments.podspec index a7c8d80de20..c30f0497e92 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.4.0' + s.version = '24.4.1' s.summary = 'Bindings for the Stripe Payments API.' s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripePaymentsUI.podspec b/StripePaymentsUI.podspec index 6635a8241a3..2860a4ac84d 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.4.0' + s.version = '24.4.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 6af92baa0fb..479786d351a 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.4.0' + s.version = '24.4.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/VERSION b/VERSION index 84e5de6ef9d..071c786a996 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -24.4.0 \ No newline at end of file +24.4.1 \ No newline at end of file