-
Notifications
You must be signed in to change notification settings - Fork 128
/
en_US.js
80 lines (79 loc) · 4.16 KB
/
en_US.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
'use strict';
module.exports = {
payingWith: 'Paying with {{paymentSource}}',
chooseAnotherWayToPay: 'Choose another way to pay',
chooseAWayToPay: 'Choose a way to pay',
otherWaysToPay: 'Other ways to pay',
edit: 'Edit',
doneEditing: 'Done',
editPaymentMethods: 'Edit payment methods',
CreditCardDeleteConfirmationMessage: 'Delete {{secondaryIdentifier}} card ending in {{identifier}}?',
PayPalAccountDeleteConfirmationMessage: 'Delete PayPal account {{identifier}}?',
VenmoAccountDeleteConfirmationMessage: 'Are you sure you want to delete Venmo account with username {{identifier}}?',
genericDeleteConfirmationMessage: 'Are you sure you want to delete this payment method?',
deleteCancelButton: 'Cancel',
deleteConfirmationButton: 'Delete',
// Errors
fieldEmptyForCvv: 'Please fill out a CVV.',
fieldEmptyForExpirationDate: 'Please fill out an expiration date.',
fieldEmptyForCardholderName: 'Please fill out a cardholder name.',
fieldEmptyForNumber: 'Please fill out a card number.',
fieldEmptyForPostalCode: 'Please fill out a postal code.',
fieldInvalidForCardholderName: 'This cardholder name is not valid.',
fieldInvalidForCvv: 'This security code is not valid.',
fieldInvalidForExpirationDate: 'This expiration date is not valid.',
fieldInvalidForNumber: 'This card number is not valid.',
fieldInvalidForPostalCode: 'This postal code is not valid.',
fieldTooLongForCardholderName: 'Cardholder name must be less than 256 characters.',
noticeOfCollection : 'By paying with my card, I agree to the PayPal Privacy Statement.',
genericError: 'Something went wrong on our end.',
hostedFieldsTokenizationFailOnDuplicateError: 'This credit card already exists as a saved payment method.',
hostedFieldsFailedTokenizationError: 'Please check your information and try again.',
hostedFieldsTokenizationCvvVerificationFailedError: 'Credit card verification failed. Please check your information and try again.',
hostedFieldsTokenizationNetworkErrorError: 'Network error. Please try again.',
hostedFieldsFieldsInvalidError: 'Please check your information and try again.',
paypalButtonMustBeUsed: 'Use the PayPal button to continue with your payment.',
venmoButtonMustBeUsed: 'Use the Venmo button to continue with your payment.',
applePayButtonMustBeUsed: 'Use the Apple Pay button to continue with your payment.',
paypalAccountTokenizationFailedError: 'Something went wrong adding the PayPal account. Please try again.',
paypalFlowFailedError: 'Something went wrong connecting to PayPal. Please try again.',
paypalTokenizationRequestActiveError: 'PayPal payment authorization is already in progress.',
applePayTokenizationError: 'A network error occurred while processing the Apple Pay payment. Please try again.',
applePayActiveCardError: 'Add a supported card to your Apple Pay wallet.',
vaultManagerPaymentMethodDeletionError: 'Unable to delete payment method, try again.',
venmoCanceledError: 'Something went wrong. Ensure you have the most recent version of the Venmo app installed on your device and your browser supports switching to Venmo.',
venmoAppFailedError: 'The Venmo app could not be found on your device.',
unsupportedCardTypeError: 'This card type is not supported. Please try another card.',
// Card form
cardholderNameLabel: 'Cardholder Name',
cardNumberLabel: 'Card Number',
cvvLabel: 'CVV',
cvvThreeDigitLabelSubheading: '(3 digits)',
cvvFourDigitLabelSubheading: '(4 digits)',
expirationDateLabel: 'Expiration Date',
expirationDateLabelSubheading: '(MM/YY)',
cardholderNamePlaceholder: 'Cardholder Name',
expirationDatePlaceholder: 'MM/YY',
postalCodeLabel: 'Postal Code',
saveCardLabel: 'Save card',
payWithCard: 'Pay with card',
// Payment Method descriptions
endingIn: 'Ending in {{lastFourCardDigits}}',
Card: 'Card',
PayPal: 'PayPal',
'PayPal Credit': 'PayPal Credit',
'Apple Pay': 'Apple Pay',
'Google Pay': 'Google Pay',
'Venmo': 'Venmo',
'American Express': 'American Express',
Discover: 'Discover',
'Diners Club': 'Diners Club',
Elo: 'Elo',
Hiper: 'Hiper',
Hipercard: 'Hipercard',
MasterCard: 'Mastercard',
Visa: 'Visa',
JCB: 'JCB',
Maestro: 'Maestro',
UnionPay: 'UnionPay'
};