mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 03:04:05 +00:00
Finalize Typescript restructure
This commit is contained in:
15
lang/en.json
15
lang/en.json
@@ -102,6 +102,7 @@
|
||||
"street_2": "Street 2",
|
||||
"action_failed": "Action Failed",
|
||||
"retry": "Retry",
|
||||
"unable_to_load_pdf": "Unable to load document preview",
|
||||
"choose_note": "Choose Note",
|
||||
"no_note_found": "No Note Found",
|
||||
"insert_note": "Insert Note",
|
||||
@@ -451,6 +452,7 @@
|
||||
"update_expense": "Update Expense",
|
||||
"edit_invoice": "Edit Invoice",
|
||||
"new_invoice": "New Invoice",
|
||||
"one_time": "One-time",
|
||||
"save_invoice": "Save Invoice",
|
||||
"update_invoice": "Update Invoice",
|
||||
"add_new_tax": "Add New Tax",
|
||||
@@ -550,6 +552,7 @@
|
||||
"update_expense": "Update Expense",
|
||||
"edit_invoice": "Edit Recurring Invoice",
|
||||
"new_invoice": "New Recurring Invoice",
|
||||
"recurring": "Recurring",
|
||||
"send_automatically": "Send Automatically",
|
||||
"send_automatically_desc": "Enable this, if you would like to send the invoice automatically to the customer when its created.",
|
||||
"save_invoice": "Save Recurring Invoice",
|
||||
@@ -594,7 +597,13 @@
|
||||
"every_hour": "Every Hour",
|
||||
"every_2_hour": "Every 2 Hour",
|
||||
"every_day_at_midnight": "Every day at midnight",
|
||||
"every_day": "Every Day",
|
||||
"every_week": "Every Week",
|
||||
"every_2_weeks": "Every 2 Weeks",
|
||||
"every_month": "Every Month",
|
||||
"every_2_months": "Every 2 Months",
|
||||
"every_quarter": "Every 3 Months (Quarterly)",
|
||||
"every_year": "Every Year",
|
||||
"every_15_days_at_midnight": "Every 15 days at midnight",
|
||||
"on_the_first_day_of_every_month_at_midnight": "On the first day of every month at 00:00",
|
||||
"every_6_month": "Every 6 Month",
|
||||
@@ -613,7 +622,8 @@
|
||||
"none": "None",
|
||||
"date": "Date",
|
||||
"count": "Count"
|
||||
}
|
||||
},
|
||||
"make_recurring": "Make Recurring"
|
||||
},
|
||||
"payments": {
|
||||
"title": "Payments",
|
||||
@@ -771,6 +781,7 @@
|
||||
"date_of_creation": "Date Of Creation",
|
||||
"action": "Action",
|
||||
"invite_member": "Invite Member",
|
||||
"select_role": "Select Role",
|
||||
"add_member": "Add Member",
|
||||
"save_member": "Save Member",
|
||||
"update_member": "Update Member",
|
||||
@@ -968,6 +979,7 @@
|
||||
"updated_message": "Company information updated successfully",
|
||||
"delete_company": "Delete Company",
|
||||
"delete_company_description": "Once you delete your company, you will lose all the data and files associated with it permanently.",
|
||||
"danger_zone": "Danger Zone",
|
||||
"are_you_absolutely_sure": "Are you absolutely sure?",
|
||||
"delete_company_modal_desc": "This action cannot be undone. This will permanently delete {company} and all of its associated data.",
|
||||
"delete_company_modal_label": "Please type {company} to confirm"
|
||||
@@ -1188,6 +1200,7 @@
|
||||
"description": "Manage the roles & permissions of this company",
|
||||
"save": "Save",
|
||||
"add_new_role": "Add New Role",
|
||||
"system_role": "System Role",
|
||||
"role_name": "Role Name",
|
||||
"added_on": "Added on",
|
||||
"add_role": "Add Role",
|
||||
|
||||
Reference in New Issue
Block a user