Skip to content

Instantly share code, notes, and snippets.

@markstory
Created March 23, 2016 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markstory/0d5c96bbc2a66a488a3d to your computer and use it in GitHub Desktop.
Save markstory/0d5c96bbc2a66a488a3d to your computer and use it in GitHub Desktop.
diff --git a/i18n/en.js b/i18n/en.js
index c718cee..b68308f 100644
--- a/i18n/en.js
+++ b/i18n/en.js
@@ -59,8 +59,6 @@ var i18n = {
},
"lateReminderCreate": {
"free": {
- "headline": "To send payment reminders and more, go Pro",
- "subHeadline": "Payment reminders are included with all Pro plans. To use payment reminders and other Pro features, choose a plan or call 1-866-417-2795 if you need a hand."
}
},
"clientCreate": {
@@ -621,18 +619,6 @@ var i18n = {
"After 15 Days": "After 15 Days",
"After 30 Days": "After 30 Days",
"After: {{date}}": "After: {{date}}",
- "{{delayWhen}} Days": {
- oneReminder: {
- one: "{{reminder1}} Day {{delayWhen}} Due Date",
- other: "{{reminder1}} Days {{delayWhen}} Due Date",
- },
- twoReminders: "{{reminder1}} and {{reminder2}} Days {{delayWhen}} Due Date",
- threeReminders: "{{reminder1}}, {{reminder2}}, & {{reminder3}} Days {{delayWhen}} Due Date"
- },
- "{{count}} days": {
- one: "day",
- other: "days"
- },
"{{count}} days after due date": {
one: "day after due date",
other: "days after due date"
@@ -692,7 +678,6 @@ var i18n = {
one: "Are you sure you want to delete 1 payment?",
other: "Are you sure you want to delete {{count}} payments?",
},
- "Are you sure you want to leave?": "Are you sure you want to leave?",
"Are you sure you want to disconnect your Stripe account? Previously sent invoices will no longer be payable using Stripe.":
"Are you sure you want to disconnect your Stripe account? Previously sent invoices will no longer be payable using Stripe.",
"AS OF": "AS OF",
@@ -701,10 +686,6 @@ var i18n = {
"Assign to client (optional)": "Assign to client (optional)",
"At Customizable Intervals": "At Customizable Intervals",
"Attach another": "Attach another",
- "Automatic payment reminders and late fees": "Automatic payment reminders and late fees",
- "Automatically add late fees to this client's overdue invoices": "Automatically add late fees to this client's overdue invoices.",
- "Automatically add late fees to this invoice if it goes unpaid for too long.": "Automatically add late fees to this invoice if it goes unpaid for too long.",
- "Automatically send payment reminders for this client's invoices.": "Automatically send payment reminders for this client's invoices.",
"Award-Winning Support": "Award-Winning Support",
"Awesome! Now get down to business": "Awesome! Now get down to business",
"Awesome! You can now Accept Credit Cards.": "Awesome!<br>You can now accept credit cards.",
@@ -714,8 +695,6 @@ var i18n = {
"Banks & Online Payment": "Banks & Online Payment",
"Base Currency": "Base Currency",
"because their account has been cancelled.": "because their account has been cancelled.",
- "before": "before",
- "Before: {{date}}": "Before: {{date}}",
"Before you can jump in, complete your profile so you can start collaborating with your team": "Before you can jump in, complete your profile so you can start collaborating with your team",
"Behold: Your business in FreshBooks": "Behold: Your business in FreshBooks",
"Better billing is just ahead! Verify your email to get started.": "Better billing is just ahead!<br>Verify your email to get started.",
@@ -904,8 +883,6 @@ var i18n = {
"Drag an image here or <span class=\"link\">select an image</span> to jazz up your invoice": "Drag an image here or <span class=\"link\">select an image</span> to jazz up your invoice",
"Drag receipt image here or <span class=\"link\">select a file</span>": "Drag receipt image here or <span class=\"link\">select a file</span>",
"Drag your logo here,<br> or <span class=\"link\">select a file</span>": "Drag your logo here,<br> or <span class=\"link\">select a file</span>",
- "Due Date": "Due Date",
- "due date": "due date",
"Duplicate": "Duplicate",
"Dutch": "Dutch",
"e.g. Web Design, Plumbing, Copywriting": "e.g. Web Design, Plumbing, Copywriting",
@@ -1351,7 +1328,6 @@ var i18n = {
"Recently Updated": "Recently Updated",
"Rent or Lease": "Rent or Lease",
"Reminder Schedule": "Reminder Schedule",
- "Reminder: Invoice ({{invoiceNumber}}) from {{organization}} is {{invoiceStatus}}": "Reminder: Invoice ({{invoiceNumber}}) from {{organization}} is {{invoiceStatus}}",
"Remove Photo": "Remove Photo",
"Repeat every {{count}} days": {
one: "Repeat every day",
@@ -1753,17 +1729,6 @@ var i18n = {
"Your password is incorrect.": "Your password is incorrect.",
"Your password must be at least 8 characters.": "Your password must be at least 8 characters.",
"Your password was successfully updated": "Your password was successfully updated",
- "Your payment of {{balance}} for invoice ({{invoiceNumber}}) from {{organization}} is due": {
- now: "Your payment of {{balance}} for invoice ({{invoiceNumber}}) from {{organization}} is now overdue",
- before: {
- one: "Your payment of {{balance}} for invoice ({{invoiceNumber}}) from {{organization}} is due in {{displayDelay}} day",
- other: "Your payment of {{balance}} for invoice ({{invoiceNumber}}) from {{organization}} is due in {{displayDelay}} days",
- },
- after: {
- one: "Your payment of {{balance}} for invoice ({{invoiceNumber}}) from {{organization}} is now {{displayDelay}} day overdue",
- other: "Your payment of {{balance}} for invoice ({{invoiceNumber}}) from {{organization}} is now {{displayDelay}} days overdue",
- }
- },
"Your Stripe account has been successfully disconnected": "Your Stripe account has been successfully disconnected",
"Your upgrade was completed and you can now invoice up to 50 clients. You'll receive a confirmation email briefly.": "Your upgrade was completed and you can now invoice up to 50 clients. You'll receive a confirmation email briefly.",
"Your upgrade was successful. You can now invoice<br>more clients and access all Pro features.": "Your upgrade was successful. You can now invoice<br>more clients and access all Pro features.",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment