97 lines
4.7 KiB
YAML
97 lines
4.7 KiB
YAML
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"
|
|
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. First listed will be the default."
|
|
discourse_donations_custom_amount: "Allow custom donation amount"
|
|
discourse_donations_types: "Donation types. First listed will be the default."
|
|
discourse_donations_causes: "Custom causes a user can donate to."
|
|
discourse_donations_causes_categories: "Categories of cause a user can donate do."
|
|
discourse_donations_cause_category: "Category causes enabled."
|
|
discourse_donations_cause_required: "Require user to select a cause when donating."
|
|
discourse_donations_cause_month: "Show monthly total of donations to each cause."
|
|
errors:
|
|
discourse_donations_amount_must_be_number: "Amounts must be numbers"
|
|
|
|
js:
|
|
discourse_donations:
|
|
nav_item: Donate
|
|
title: "Make a Donation"
|
|
amount: Amount
|
|
card: Card
|
|
submit: Donate
|
|
submit_with_create_account: Make Payment and Create Account
|
|
invoice: "invoice"
|
|
invoice_prefix: "You gave"
|
|
receipt: "Receipt sent to {{email}}."
|
|
cause:
|
|
label: "Cause"
|
|
placeholder: "Select a cause"
|
|
category:
|
|
total: "Total"
|
|
month: "Month"
|
|
backers:
|
|
label: "Backers"
|
|
github:
|
|
label: "Repository"
|
|
setting_label: "Github"
|
|
setting_placeholder: "repoistory url"
|
|
meta:
|
|
label: "Discussion"
|
|
setting_label: "Meta"
|
|
setting_placeholder: "topic url"
|
|
maintainers:
|
|
label: "Maintainers"
|
|
setting_label: "Maintainers label"
|
|
amounts:
|
|
setting_label: "Show donation amounts"
|
|
release_latest:
|
|
label: "Latest Release Supported"
|
|
release_oldest:
|
|
label: "Oldest Release Supported"
|
|
subscription:
|
|
cancel:
|
|
title: "Cancel Recurring Donation"
|
|
description: >
|
|
Are you sure you want to cancel your recurring donation to {{site}}
|
|
of {{currency}} {{amount}} {{period}}?
|
|
email_instructions: "Required to send you a receipt. Not used for marketing."
|
|
transaction_fee:
|
|
label: "Include transaction fee of {{currency}} {{transactionFee}}"
|
|
description: "When you make a donation we get charged a transaction 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"
|
|
messages:
|
|
success: Thank you for your donation!
|
|
type: "Type"
|
|
types:
|
|
once: "Once"
|
|
week: "Weekly"
|
|
month: "Monthly"
|
|
year: "Yearly"
|
|
period:
|
|
once: "on {{anchor}}"
|
|
week: "every week on {{anchor}}"
|
|
month: "on the {{anchor}} of every month"
|
|
year: "every year on {{anchor}}"
|
|
donations:
|
|
title: "Your Donations"
|
|
load: "Load Donations"
|
|
loading: "Loading donations"
|
|
charges: "Once Off"
|
|
subscriptions: "Recurring"
|
|
none: "You haven't made a donation yet."
|
|
none_email: "There are no donations for {{email}}."
|