config/locales/en.yml in solidus_subscriptions-1.0.0 vs config/locales/en.yml in solidus_subscriptions-1.0.1

- old
+ new

@@ -15,22 +15,33 @@ stock. success: This installment has been processed successfully! failed: This installment could not be processed payment_failed: The payment for this installment failed + cart_line_items: + subscription_fields: + quantity: I want + quantity_suffix: items + interval_length: every + subscription_fields: Subscription Settings + spree: new_subscription: New Subscription admin: subscriptions: successfully_canceled: Subscription Canceled! successfully_activated: Subscription Activated! successfully_skipped: Subscription delayed until %{date} + successfully_paused: Subscription Paused + successfully_resumed: Subscription Resumed actions: cancel: Cancel cancel_alert: "Are you sure you want to cancel this subscription?" activate: Activate skip: Skip One + pause: Pause + resume: Resume index: new_subscription: New Subscription edit: title: Details customer: Customer @@ -125,5 +136,10 @@ limit. It can no longer be skipped. currency: inclusion: "is not a valid currency code" payment_source: not_owned_by_user: "does not belong to the user associated with the subscription" + paused: + cannot_skip: "cannot skip a subscription which is paused" + not_active: "cannot pause/resume a subscription which is not active" + state: + cannot_skip: cannot skip a subscription which is canceled or inactive