discourse-subscriptions/config/locales/client.en.yml

37 lines
2.5 KiB
YAML
Raw Normal View History

2017-02-19 19:43:12 -05:00
en:
site_settings:
discourse_donations_enabled: "Enable the Discourse Donations plugin."
discourse_donations_enable_create_accounts: "EXPERIMENTAL: Enable anonymous users to create accounts after successful payment"
discourse_donations_secret_key: "Stripe Secret Key"
discourse_donations_public_key: "Stripe Public Key"
discourse_donations_shop_name: "Shop Name shown in Stripe Checkout form"
discourse_donations_description: "Description shown in Stripe Checkout form"
discourse_donations_currency: "Currency Code"
discourse_donations_zip_code: "Show Zip Code"
discourse_donations_billing_address: "Collect billing address"
discourse_donations_reward_badge_name: "Grant this badge to user when a payment is successful"
discourse_donations_reward_group_name: "Add the user to this group when a payment is successful"
2018-02-02 00:43:20 -05:00
discourse_donations_page_description: "Text to be added to /donate page. Markdown is supported."
discourse_donations_enable_transaction_fee: "Give the user the option of including the Stripe transaction fee in their donation."
discourse_donations_transaction_fee_fixed: "Fixed part of Stripe transaction fee (changes per region). See <a href='https://stripe.com/pricing'>Stripe's pricing for your region</a> and <a href='https://support.stripe.com/questions/can-i-charge-my-stripe-fees-to-my-customers'>Stripe's explaination of passing fees onto customers</a>."
discourse_donations_transaction_fee_percent: "Percent part of Stripe transaction fee (changes per region). See <a href='https://stripe.com/pricing'>Stripe's pricing for your region</a> and <a href='https://support.stripe.com/questions/can-i-charge-my-stripe-fees-to-my-customers'>Stripe's explaination of passing fees onto customers</a>."
discourse_donations_amounts: "Donation amounts available to user"
discourse_donations_custom_amount: "Allow custom donation amount"
errors:
discourse_donations_amount_must_be_number: "Amounts must be numbers"
2018-02-02 00:43:20 -05:00
2017-02-19 19:43:12 -05:00
js:
2017-02-26 19:52:34 -05:00
discourse_donations:
title: Donate
nav_item: Donate
2017-02-22 20:48:06 -05:00
amount: Amount
2017-02-22 19:50:25 -05:00
card: Credit or debit card
submit: Make Payment
submit_with_create_account: Make Payment and Create Account
transaction_fee:
label: "Include transaction fee of {{currency}} {{transactionFee}}"
description: "When you make a donation we get charged a transaciton fee. If you would like to help us out with this fee, check this box and it will be included in your donation."
total: "Total"
2017-03-13 00:26:48 -04:00
messages:
success: Thank you for your donation!