-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.yml
22 lines (22 loc) · 973 Bytes
/
en.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
en:
hello: "Hello world"
timeline:
events:
invoice:
payment_failed: "Invoice payment failed"
outstanding_invoices_paid: Outstanding invoices paid
source_added: Customer added default credit card
source_updated: Customer updated default credit card
subscription:
canceled: "Subscription canceled"
canceled_at_period_end: "Subscription set to cancel at the end of the current billing cycle"
subscription_schedule_released: "Subscription schedule released"
updated_through_creation: "Subscription was updated via immediate downgrade in Stripe"
testing:
event_for_test_without_interpolation: "testing"
event_for_test_with_interpolation: "testing %{test_var}"
errors:
business_address:
argument_error:
already_exists: "A business address is already associated with this account"
incorrect_zip_format: "should be in the format of 12345 or 12345-6789"