Skip to content

Commit

Permalink
run lokalise
Browse files Browse the repository at this point in the history
  • Loading branch information
toluo-stripe committed Nov 25, 2024
1 parent cb429e0 commit e3e9504
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions link/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
<string name="stripe_verification_not_email">Not %s?</string>
<!-- Label for a button that re-sends the a login code when tapped -->
<string name="stripe_verification_resend">Resend code</string>
<!-- Title for a bank account payment method -->
<string name="stripe_wallet_bank">Bank</string>
<!-- Mandate text displayed when paying via Link instant debit. -->
<string name="stripe_wallet_bank_account_terms"><![CDATA[By continuing, you agree to authorize payments pursuant to these <terms>terms</terms>.]]></string>
<!-- Label for a section displaying payment details. -->
Expand All @@ -50,6 +52,10 @@
<string name="stripe_wallet_default">Default</string>
<!-- Title for a section listing one or more payment methods. -->
<string name="stripe_wallet_expanded_title">Payment methods</string>
<!-- Prefix for last 4 digits of payment method id e.g •••• 1234 -->
<string name="stripe_wallet_last4_prefix">•••• </string>
<!-- Accessibility description for Passthrough payment method -->
<string name="stripe_wallet_passthrough_description">Passthrough</string>
<!-- Label of a button that when tapped allows the user to select a different form of payment. -->
<string name="stripe_wallet_pay_another_way">Pay another way</string>
<!-- A text notice shown when the user selects a card that requires re-entering the security code (CVV/CVC). -->
Expand All @@ -68,10 +74,4 @@
<string name="stripe_wallet_update_card">Update card</string>
<!-- A text notice shown when the user selects an expired card. -->
<string name="stripe_wallet_update_expired_card_error">This card has expired. Update your card info or choose a different payment method.</string>
<!-- Prefix for last 4 digits of payment method id e.g •••• 1234 -->
<string name="stripe_wallet_last4_prefix" translatable="false">•••• </string>
<!-- Default name for bank account payment method when bank name is unavailable -->
<string name="stripe_wallet_bank">Bank</string>
<!-- Accessibility description for Passthrough payment method -->
<string name="stripe_wallet_passthrough_description">Passthrough</string>
</resources>
2 changes: 0 additions & 2 deletions payments-ui-core/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@
<string name="stripe_p24_bank">Przelewy24 Bank</string>
<!-- Label of a button that initiates payment when tapped -->
<string name="stripe_pay_button_amount">Pay %s</string>
<!-- Title for a bank account payment method -->
<string name="stripe_payment_method_bank">Bank</string>
<!-- Label of a button displayed below a card entry form that saves the card details -->
<string name="stripe_paymentsheet_add_card">Add card</string>
<!-- Title shown above a view allowing the customer to save a card. -->
Expand Down
2 changes: 1 addition & 1 deletion paymentsheet/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<string name="stripe_paymentsheet_enter_address_manually">Enter address manually</string>
<!-- Title shown above a view containing a customer's bank account that they can delete or update -->
<string name="stripe_paymentsheet_manage_bank_account">Manage US bank account</string>
<!-- Title shown above a view containing a customer's card that they can delete or update -->
<!-- Title shown above a view containing a customer's card payment methods that they can delete or update -->
<string name="stripe_paymentsheet_manage_card">Manage card</string>
<!-- Title shown above a view containing the customer's card payment methods that they can delete or update -->
<string name="stripe_paymentsheet_manage_payment_methods">Manage payment methods</string>
Expand Down

0 comments on commit e3e9504

Please sign in to comment.