Skip to content

Commit

Permalink
localizable
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceqin-stripe committed Nov 13, 2024
1 parent 9791ce3 commit 9aa250a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down Expand Up @@ -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. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.";

Expand Down

0 comments on commit 9aa250a

Please sign in to comment.