mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 03:04:05 +00:00
committed by
GitHub
parent
b143642056
commit
84c10264ed
106
lang/en.json
106
lang/en.json
@@ -100,16 +100,35 @@
|
|||||||
"pay_invoice": "Pay Invoice",
|
"pay_invoice": "Pay Invoice",
|
||||||
"login_successfully": "Logged in successfully!",
|
"login_successfully": "Logged in successfully!",
|
||||||
"logged_out_successfully": "Logged out successfully",
|
"logged_out_successfully": "Logged out successfully",
|
||||||
"mark_as_default": "Mark as default"
|
"mark_as_default": "Mark as default",
|
||||||
|
"no_data_found": "No data found",
|
||||||
|
"pagination": {
|
||||||
|
"previous": "Previous",
|
||||||
|
"next": "Next",
|
||||||
|
"showing": "Showing",
|
||||||
|
"to": "to",
|
||||||
|
"of": "of",
|
||||||
|
"results": "results"
|
||||||
|
},
|
||||||
|
"file_upload": {
|
||||||
|
"drag_a_file": "Drag a file here or",
|
||||||
|
"browse": "browse",
|
||||||
|
"to_choose": "to choose a file"
|
||||||
|
},
|
||||||
|
"multiselect": {
|
||||||
|
"the_list_is_empty": "The list is empty",
|
||||||
|
"no_results_found": "No results found"
|
||||||
|
},
|
||||||
|
"copy_to_clipboard": "Copy to Clipboard"
|
||||||
},
|
},
|
||||||
"dashboard": {
|
"dashboard": {
|
||||||
"select_year": "Select year",
|
"select_year": "Select year",
|
||||||
"cards": {
|
"cards": {
|
||||||
"due_amount": "Amount Due",
|
"due_amount": "Amount Due",
|
||||||
"customers": "Customers",
|
"customers": "Customer | Customers",
|
||||||
"invoices": "Invoices",
|
"invoices": "Invoice | Invoices",
|
||||||
"estimates": "Estimates",
|
"estimates": "Estimate | Estimates",
|
||||||
"payments": "Payments"
|
"payments": "Payment | Payments"
|
||||||
},
|
},
|
||||||
"chart_info": {
|
"chart_info": {
|
||||||
"total_sales": "Sales",
|
"total_sales": "Sales",
|
||||||
@@ -305,6 +324,9 @@
|
|||||||
"record_payment": "Record Payment",
|
"record_payment": "Record Payment",
|
||||||
"add_estimate": "Add Estimate",
|
"add_estimate": "Add Estimate",
|
||||||
"save_estimate": "Save Estimate",
|
"save_estimate": "Save Estimate",
|
||||||
|
"cloned_successfully": "Estimate cloned successfully",
|
||||||
|
"clone_estimate": "Clone Estimate",
|
||||||
|
"confirm_clone": "This Estimate will be cloned into a new Estimate",
|
||||||
"confirm_conversion": "This estimate will be used to create a new Invoice.",
|
"confirm_conversion": "This estimate will be used to create a new Invoice.",
|
||||||
"conversion_message": "Invoice created successful",
|
"conversion_message": "Invoice created successful",
|
||||||
"confirm_send_estimate": "This estimate will be sent via email to the customer",
|
"confirm_send_estimate": "This estimate will be sent via email to the customer",
|
||||||
@@ -549,7 +571,18 @@
|
|||||||
"hour": "Hour",
|
"hour": "Hour",
|
||||||
"day_month": "Day of month",
|
"day_month": "Day of month",
|
||||||
"month": "Month",
|
"month": "Month",
|
||||||
"day_week": "Day of week"
|
"day_week": "Day of week",
|
||||||
|
"every_minute": "Every Minute",
|
||||||
|
"every_30_minute": "Every 30 Minute",
|
||||||
|
"every_hour": "Every Hour",
|
||||||
|
"every_2_hour": "Every 2 Hour",
|
||||||
|
"every_day_at_midnight": "Every day at midnight",
|
||||||
|
"every_week": "Every Week",
|
||||||
|
"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",
|
||||||
|
"every_year_on_the_first_day_of_january_at_midnight": "Every year on the first day of january at 00:00",
|
||||||
|
"custom": "Custom"
|
||||||
},
|
},
|
||||||
"confirm_delete": "You will not be able to recover this Invoice | You will not be able to recover these Invoices",
|
"confirm_delete": "You will not be able to recover this Invoice | You will not be able to recover these Invoices",
|
||||||
"created_message": "Recurring Invoice created successfully",
|
"created_message": "Recurring Invoice created successfully",
|
||||||
@@ -558,7 +591,12 @@
|
|||||||
"marked_as_sent_message": "Recurring Invoice marked as sent successfully",
|
"marked_as_sent_message": "Recurring Invoice marked as sent successfully",
|
||||||
"user_email_does_not_exist": "User email does not exist",
|
"user_email_does_not_exist": "User email does not exist",
|
||||||
"something_went_wrong": "something went wrong",
|
"something_went_wrong": "something went wrong",
|
||||||
"invalid_due_amount_message": "Total Recurring Invoice amount cannot be less than total paid amount for this Recurring Invoice. Please update the invoice or delete the associated payments to continue."
|
"invalid_due_amount_message": "Total Recurring Invoice amount cannot be less than total paid amount for this Recurring Invoice. Please update the invoice or delete the associated payments to continue.",
|
||||||
|
"limit": {
|
||||||
|
"none": "None",
|
||||||
|
"date": "Date",
|
||||||
|
"count": "Count"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"payments": {
|
"payments": {
|
||||||
"title": "Payments",
|
"title": "Payments",
|
||||||
@@ -596,7 +634,8 @@
|
|||||||
"created_message": "Payment created successfully",
|
"created_message": "Payment created successfully",
|
||||||
"updated_message": "Payment updated successfully",
|
"updated_message": "Payment updated successfully",
|
||||||
"deleted_message": "Payment deleted successfully | Payments deleted successfully",
|
"deleted_message": "Payment deleted successfully | Payments deleted successfully",
|
||||||
"invalid_amount_message": "Payment amount is invalid"
|
"invalid_amount_message": "Payment amount is invalid",
|
||||||
|
"amount_due": "Due Amount"
|
||||||
},
|
},
|
||||||
"expenses": {
|
"expenses": {
|
||||||
"title": "Expenses",
|
"title": "Expenses",
|
||||||
@@ -701,7 +740,8 @@
|
|||||||
"installed": "Installed",
|
"installed": "Installed",
|
||||||
"no_modules_installed": "No Modules Installed Yet!",
|
"no_modules_installed": "No Modules Installed Yet!",
|
||||||
"disable_warning": "All the settings for this particular will be reverted.",
|
"disable_warning": "All the settings for this particular will be reverted.",
|
||||||
"what_you_get": "What you get"
|
"what_you_get": "What you get",
|
||||||
|
"sign_up_and_get_token": "Sign up & Get Token"
|
||||||
},
|
},
|
||||||
"users": {
|
"users": {
|
||||||
"title": "Users",
|
"title": "Users",
|
||||||
@@ -753,7 +793,11 @@
|
|||||||
"date_range": "Select Date Range",
|
"date_range": "Select Date Range",
|
||||||
"to_date": "To Date",
|
"to_date": "To Date",
|
||||||
"from_date": "From Date",
|
"from_date": "From Date",
|
||||||
"report_type": "Report Type"
|
"report_type": "Report Type",
|
||||||
|
"sort": {
|
||||||
|
"by_customer": "By Customer",
|
||||||
|
"by_item": "By Item"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"taxes": {
|
"taxes": {
|
||||||
"taxes": "Taxes",
|
"taxes": "Taxes",
|
||||||
@@ -921,7 +965,14 @@
|
|||||||
"added_message": "Custom Field added successfully",
|
"added_message": "Custom Field added successfully",
|
||||||
"press_enter_to_add": "Press enter to add new option",
|
"press_enter_to_add": "Press enter to add new option",
|
||||||
"model_in_use": "Cannot update model for fields which are already in use.",
|
"model_in_use": "Cannot update model for fields which are already in use.",
|
||||||
"type_in_use": "Cannot update type for fields which are already in use."
|
"type_in_use": "Cannot update type for fields which are already in use.",
|
||||||
|
"model_type": {
|
||||||
|
"customer": "Customer",
|
||||||
|
"invoice": "Invoice",
|
||||||
|
"estimate": "Estimate",
|
||||||
|
"expense": "Expense",
|
||||||
|
"payment": "Payment"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"customization": {
|
"customization": {
|
||||||
"customization": "customization",
|
"customization": "customization",
|
||||||
@@ -1042,7 +1093,12 @@
|
|||||||
"note_updated": "Note Updated successfully",
|
"note_updated": "Note Updated successfully",
|
||||||
"note_confirm_delete": "You will not be able to recover this Note",
|
"note_confirm_delete": "You will not be able to recover this Note",
|
||||||
"already_in_use": "Note is already in use",
|
"already_in_use": "Note is already in use",
|
||||||
"deleted_message": "Note deleted successfully"
|
"deleted_message": "Note deleted successfully",
|
||||||
|
"types": {
|
||||||
|
"estimate": "Estimate",
|
||||||
|
"invoice": "Invoice",
|
||||||
|
"payment": "Payment"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"account_settings": {
|
"account_settings": {
|
||||||
@@ -1197,12 +1253,27 @@
|
|||||||
"on_hold": "On Hold",
|
"on_hold": "On Hold",
|
||||||
"update_status": "Update Status",
|
"update_status": "Update Status",
|
||||||
"completed": "Completed",
|
"completed": "Completed",
|
||||||
"company_currency_unchangeable": "Company currency cannot be changed"
|
"company_currency_unchangeable": "Company currency cannot be changed",
|
||||||
|
"fiscal_years": {
|
||||||
|
"january_december": "January - December",
|
||||||
|
"february_january": "February - January",
|
||||||
|
"march_february": "March - February",
|
||||||
|
"april_march": "April - March",
|
||||||
|
"may_april": "May - April",
|
||||||
|
"june_may": "June - May",
|
||||||
|
"july_june": "July - June",
|
||||||
|
"august_july": "August - July",
|
||||||
|
"september_august": "September - August",
|
||||||
|
"october_september": "October - September",
|
||||||
|
"november_october": "November - October",
|
||||||
|
"december_november": "December - November"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"update_app": {
|
"update_app": {
|
||||||
"title": "Update App",
|
"title": "Update App",
|
||||||
"description": "You can easily update InvoiceShelf by checking for a new update by clicking the button below",
|
"description": "You can easily update InvoiceShelf by checking for a new update by clicking the button below",
|
||||||
"check_update": "Check for updates",
|
"check_update": "Check for updates",
|
||||||
|
"insider_consent" : "Opt-in for Insider releases. Recommended for testing purposes only.",
|
||||||
"avail_update": "New Update available",
|
"avail_update": "New Update available",
|
||||||
"next_version": "Next version",
|
"next_version": "Next version",
|
||||||
"requirements": "Requirements",
|
"requirements": "Requirements",
|
||||||
@@ -1387,7 +1458,14 @@
|
|||||||
"verify_now": "Verify Now",
|
"verify_now": "Verify Now",
|
||||||
"success": "Domain Verify Successfully.",
|
"success": "Domain Verify Successfully.",
|
||||||
"failed": "Domain verification failed. Please enter valid domain name.",
|
"failed": "Domain verification failed. Please enter valid domain name.",
|
||||||
"verify_and_continue": "Verify And Continue"
|
"verify_and_continue": "Verify And Continue",
|
||||||
|
"notes": {
|
||||||
|
"notes" : "Notes:",
|
||||||
|
"not_contain" : "App domain should not contain",
|
||||||
|
"or" : "or",
|
||||||
|
"in_front": "in front of the domain.",
|
||||||
|
"if_you": "If you're accessing the website on a different port, please mention the port. For example:"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"mail": {
|
"mail": {
|
||||||
"host": "Mail Host",
|
"host": "Mail Host",
|
||||||
|
|||||||
Reference in New Issue
Block a user