From 9aa250a6ad190b0aaa373f50a95fa2280f4b223d Mon Sep 17 00:00:00 2001 From: Joyce Qin Date: Wed, 13 Nov 2024 13:36:42 -0800 Subject: [PATCH] localizable --- .../Resources/Localizations/en.lproj/Localizable.strings | 6 +++++- .../Resources/Localizations/en.lproj/Localizable.strings | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en.lproj/Localizable.strings index 2d8c8a41f28..4669db116b9 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en.lproj/Localizable.strings @@ -173,6 +173,9 @@ re-entering the security code (CVV/CVC). */ /* Title of the logout action. */ "Log out of Link" = "Log out of Link"; +/* Title shown above a view containing the customer's card that they can delete or update */ +"Manage card" = "Manage card"; + /* Title shown above a view containing the customer's payment method that they can delete or update */ "Manage payment method" = "Manage payment method"; @@ -268,7 +271,8 @@ e.g, 'Pay faster at Example, Inc. and thousands of businesses.' */ /* Label for a button that re-sends the a login code when tapped */ "Resend code" = "Resend code"; -/* A button used for saving a new payment method */ +/* A button used for saving a new payment method + Label on a button that when tapped, updates a card brand. */ "Save" = "Save"; /* Title shown above a form where the customer can enter payment information like credit card details, email, billing address, etc. */ diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/en.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/en.lproj/Localizable.strings index 21c368d816b..9109e3fa319 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/en.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/en.lproj/Localizable.strings @@ -70,6 +70,9 @@ /* Error when the user hasn't allowed the current app to access the camera when scanning a payment card. 'Settings' is the localized name of the iOS Settings app. */ "To scan your card, allow camera access in Settings." = "To scan your card, allow camera access in Settings."; +/* Error message for card details form when expiration date has passed */ +"Your card has expired." = "Your card has expired."; + /* Error message for card form when card number is incomplete */ "Your card number is incomplete." = "Your card number is incomplete.";