{
  "overview__": "Keys ending with '__' are comments",
  "accountNumber": "Account number",
  "add": "Add",
  "address": "Address",
  "apply": "Apply",
  "bankAccountTypes": {
    "business-checking": "Business checking",
    "checking": "Checking",
    "savings": "Savings"
  },
  "bankName": "Bank name",
  "basic": "Basic",
  "billing": "Billing",
  "billingNotAvailable": "Please fill out the sections above before you can see the billing information",
  "cancellationMessage": "Signup was canceled.",
  "checkingEmail": "Checking email",
  "city": "City",
  "confirmationMessage": "You have successfully subscribed to the offer. You will receive a confirmation e-mail shortly.",
  "confirmationMessage__": "Arguments are a SignupData, defined in models.ts",
  "countryCode": "Country",
  "creditCard": {
    "fieldRequired": "This field is required",
    "cardNumber": "Card number",
    "cardNumberInvalid": "Invalid card number",
    "expirationDate": "Expiration date",
    "expirationDateInvalid": "Invalid expiration date",
    "nameOnCard": "Name on card",
    "securityCode": "Security code",
    "securityCodeInvalid": "Invalid security code",
    "type": "Type"
  },
  "customFields": "Custom fields",
  "discounts": "Discounts",
  "email": "Email",
  "enterCouponCode": "Enter a coupon code",
  "errors": {
    "validation": {
      "emailUsed": "This email address is already in use",
      "emailInvalid": "Please enter a valid email address",
      "emailUnvalidated": "The email could not be validated",
      "fieldRequired": "This field is required",
      "passwordTooWeak": "Password must be at least eight characters and contain a digit and a letter"
    },
    "request": {
      "createSignup": "An error occurred while signing up",
      "openPayPalPopup": "The PayPal pop-up is blocked. Please allow pop-ups and click RETRY.",
      "getCountries": "An error occurred while loading the country list",
      "getCustomerCustomFields": "An error occurred while loading the customer custom fields",
      "getProductCustomFields": "An error occurred while loading custom fields for product {productName}",
      "getProductCustomFields__": "Arguments: { productName: string }",
      "getPlan": "An error occurred while loading the subscription plan",
      "getStates": "An error occurred while loading the state list for country {country.name}",
      "getStates__": "Arguments: { country: { code: string, name: string } }",
      "offline": "Oops, looks like you're offline",
      "previewInvoice": "An error occurred while loading the billing information",
      "validateEmail": "An error occurred while validating the email"
    }
  },
  "firstName": "First name",
  "lastName": "Last name",
  "line1": "Line 1",
  "line2": "Line 2",
  "loading": "Loading",
  "next": "Next",
  "optional": "(optional)",
  "organization": "Organization",
  "password": "Password",
  "paymentMethod": "Payment",
  "paymentMethodTypes": {
    "bank-account": "Bank account",
    "credit-card": "Credit card",
    "paypal": "PayPal"
  },
  "phone": "Phone",
  "postalCode": "Postal code",
  "previous": "Previous",
  "redirectToPayPal": "You'll be redirected to PayPal to approve the billing agreement.",
  "remove": "Remove",
  "resources": "Resources",
  "retry": "Retry",
  "routingNumber": "Routing number",
  "selectProduct": "Select a product",
  "signUp": "Sign up",
  "stateCode": "State",
  "subscription": "Subscription",
  "subtotal": "Subtotal",
  "taxes": "Taxes",
  "total": "Total",
  "type": "Type",
  "website": "Website"
}
