Sha256: 9b2e2321d823c42fedd3489e4640f1a0ba66fb45f28b4efd29fe193078cad9fc

Contents?: true

Size: 1.64 KB

Versions: 6

Compression:

Stored size: 1.64 KB

Contents

en:
  successful:
    header: Payment Successful
    description: This payment was already successfully confirmed.
  cancelled:
    header: Payment Cancelled
    description: This payment was cancelled.
  requires_action:
    header: Confirm your %{amount} payment
    description: Extra confirmation is needed to process your payment. Please confirm your payment by filling out your payment details below.
    full_name: Full name
    card: Credit or debit card
    button: Pay %{amount}
    name_missing: Please provide your name.
    success: The payment was successful.
  all_rights_reserved: All rights reserved.
  back: Go back
  receipt:
    date: Date
    account_billed: Account Billed
    product: Product
    amount: Amount
    charged_to: Charged to
    additional_info: Additional Info
  errors:
    action_required: "This payment attempt failed because additional action is required before it can be completed."
    invalid_payment: "This payment attempt failed because of an invalid payment method."
    email_required: "Email is required to create a customer"
    no_processor: "No payment processor selected. Make sure to set the %{class_name}'s `processor` attribute to either 'stripe' or 'braintree'."
    braintree:
      authorization: "Either the data you submitted is malformed and does not match the API or the API key you used may not be authorized to perform this action."

  pay:
    user_mailer:
      receipt:
        subject: "Payment receipt"
      refund:
        subject: "Payment refunded"
      subscription_renewing:
        subject: "Your upcoming subscription renewal"
      payment_action_required:
        subject: "Confirm your payment"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pay-3.0.6 config/locales/en.yml
pay-3.0.5 config/locales/en.yml
pay-3.0.4 config/locales/en.yml
pay-3.0.2 config/locales/en.yml
pay-3.0.1 config/locales/en.yml
pay-3.0.0 config/locales/en.yml