151 lines
5.4 KiB
YAML
Raw Normal View History

2019-09-12 09:34:28 +10:00
en:
site_settings:
2019-12-04 11:53:05 +11:00
discourse_subscriptions_enabled: Enable the Discourse Subscriptions plugin.
discourse_subscriptions_extra_nav_subscribe: Show the subscribe button in the primary navigation
discourse_subscriptions_public_key: Stripe Publishable Key
discourse_subscriptions_secret_key: Stripe Secret Key
2020-01-13 11:10:06 +11:00
discourse_subscriptions_webhook_secret: Stripe Webhook Secret
2019-12-17 21:14:13 +11:00
discourse_subscriptions_currency: Default Currency Code. This can be overridden when creating a subscription plan.
discourse_subscriptions_allow_payments: Allow single payments
2019-09-12 09:34:28 +10:00
errors:
2019-09-12 16:16:38 +10:00
discourse_patrons_amount_must_be_currency: "Currency amounts must be currencies without dollar symbol (eg 1.50)"
2019-09-12 09:34:28 +10:00
js:
2019-12-04 09:29:13 +11:00
discourse_subscriptions:
2019-12-02 18:58:14 +11:00
title: Discourse Subscriptions
admin_navigation: Subscriptions
2019-10-22 15:45:51 +11:00
optional: Optional
2019-10-10 13:52:55 +11:00
navigation:
2019-12-16 10:42:55 +11:00
billing: Billing
payments: Payments
2019-10-29 11:43:32 +11:00
subscriptions: Subscriptions
2019-10-10 13:52:55 +11:00
subscribe: Subscribe
2019-12-13 13:44:25 +11:00
user_activity:
payments: Payments
2019-12-09 12:01:10 +11:00
plans:
2019-12-10 10:55:24 +11:00
purchase: Purchase a subscription
select: Select subscription plan
2019-12-09 12:01:10 +11:00
interval:
adverb:
week: Weekly
month: Monthly
year: Yearly
payment_button:
Subscribe
success: Thank you! Your subscription has been created.
2020-01-14 18:46:48 +11:00
incomplete: The payment is incomplete. Your subscription will be updated when payment is complete.
validate:
payment_options:
required: Please select a subscription plan.
2019-12-12 12:59:26 +11:00
payment:
purchase: Make just one payment
select: Select a payment option
interval:
One payment
payment_button:
Pay Once
success: Thank you!
2020-01-14 18:46:48 +11:00
incomplete: Payment is incomplete.
validate:
payment_options:
required: Please select a payment option.
2019-10-28 14:05:58 +11:00
user:
2019-12-17 16:31:58 +11:00
payments:
id: Payment ID
amount: Amount
created_at: Created
2019-12-16 10:42:55 +11:00
payments_help: There are no payments
2019-10-31 11:41:01 +11:00
plans:
rate: Rate
product: Name
2019-12-16 10:42:55 +11:00
subscriptions_help: You have no active subscriptions.
2019-10-28 14:48:59 +11:00
subscriptions:
2019-10-31 10:01:41 +11:00
id: Subscription ID
status: Status
2019-10-29 11:43:32 +11:00
created_at: Created
2019-10-31 10:01:41 +11:00
operations:
destroy:
confirm: Are you sure you want to cancel this subscription?
2019-11-01 10:50:34 +11:00
subscribe:
2019-10-10 13:52:55 +11:00
title: Subscribe
2019-11-14 11:13:12 +11:00
unauthenticated: You need to create an account to subscribe.
card:
title: Payment
customer:
title: Customer Details
2019-10-10 13:52:55 +11:00
buttons:
subscribe: Subscribe
2019-09-12 15:13:08 +10:00
billing:
name: Full name
email: Email
2019-09-12 15:36:08 +10:00
phone: Phone Number
2019-09-12 13:46:30 +10:00
confirmation:
2019-09-12 18:16:47 +10:00
amount: Amount
2019-09-12 13:46:30 +10:00
last4: Card number
2019-09-12 15:13:08 +10:00
buttons:
2019-09-12 18:16:47 +10:00
make_payment: Make payment
confirm_payment: Confirm payment
2019-09-12 15:13:08 +10:00
success: Go back
2019-09-14 12:56:28 +10:00
admin:
dashboard:
title: Dashboard
table:
head:
user: User
payment_intent: Payment ID
receipt_email: Receipt Email
amount: Amount
2019-10-14 15:39:24 +11:00
products:
title: Products
2019-10-16 14:15:01 +11:00
operations:
create: Create New Product
update: Update Product
new: New Product
destroy:
confirm: Are you sure you want to destroy this product?
2019-10-15 21:50:30 +11:00
product:
product_id: Product ID
2019-10-16 14:15:01 +11:00
name: Product Name
2019-10-22 15:45:51 +11:00
statement_descriptor: Statement Descriptor
statement_descriptor_help: Extra information about a product which will appear on your customers credit card statement.
2019-12-05 17:07:26 +11:00
plan_help: Create a pricing plan to subscribe customers to this product.
2019-11-01 12:30:19 +11:00
description: Description
description_help: This describes your subscription product.
2019-10-15 21:50:30 +11:00
active: Active
2019-12-05 17:07:26 +11:00
active_help: Toggle this off until your product is ready for consumers.
2019-10-22 16:35:41 +11:00
created_at: Created
2019-11-01 12:30:19 +11:00
updated_at: Updated
2019-10-24 15:48:03 +11:00
product_help: Before cutomers can subscribe to your site, you need to create at least one product and an associated plan.
plans:
2019-10-21 15:28:45 +11:00
title: Pricing Plans
2019-10-16 21:18:29 +11:00
operations:
2019-10-21 15:28:45 +11:00
add: Add New Plan
2019-10-22 15:45:51 +11:00
create: Create Plan
2019-10-23 15:55:06 +11:00
update: Update Plan
create_help: Once a pricing plan is created, only its nickname, trial period and user group can be updated.
2019-10-16 21:18:29 +11:00
new: New Plan
destroy:
confirm: Are you sure you want to destroy this plan?
2019-09-25 11:18:11 +10:00
plan:
2019-10-22 15:45:51 +11:00
nickname: Plan Nickname
2019-10-23 15:55:06 +11:00
nickname_help: This won't be visible to customers, but will help you find this plan later
2019-09-25 11:18:11 +10:00
plan_id: Plan ID
2019-10-16 21:18:29 +11:00
product: Product
2019-10-22 15:45:51 +11:00
interval: Billing Interval
2019-09-25 11:18:11 +10:00
amount: Amount
2019-10-22 15:45:51 +11:00
trial: Trial Period Days
trial_help: Subscriptions to this plan will automatically start with a free trial of this length
2019-10-23 11:50:54 +11:00
group: User Group
group_help: This is the discourse user group the customer gets added to when the subscription is created.
2019-10-24 10:02:31 +11:00
active: Active
2019-10-22 16:35:41 +11:00
created_at: Created
subscriptions:
title: Subscriptions
2019-10-16 21:29:40 +11:00
subscription:
2019-11-13 14:21:21 +11:00
user: User
2019-10-16 21:29:40 +11:00
subscription_id: Subscription ID
2019-10-23 10:30:04 +11:00
customer: Customer
product: Product
2019-10-16 21:29:40 +11:00
plan: Plan
status: Status
2019-10-23 10:30:04 +11:00
created_at: Created