mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
support importing transaction in frontend
This commit is contained in:
+27
-2
@@ -79,6 +79,9 @@
|
||||
"everyMultiDaysOfWeek": "Every {days}",
|
||||
"everyMultiDaysOfMonth": "Every {days} of month",
|
||||
"youHaveAccounts": "You have recorded {count} accounts",
|
||||
"selectedCount": "Selected {count} of {totalCount}",
|
||||
"confirmImportTransactions": "Are you sure you want to import {count} transactions?",
|
||||
"importTransactionResult": "You have imported {count} transactions successfully.",
|
||||
"accountActivationAndResendValidationEmailTip": "Account activation link has been sent to your email address: {email}, If you don't receive the mail, please fill password again and click the button below to resend the validation mail.",
|
||||
"resendValidationEmailTip": "If you don't receive the mail, please fill password again and click the button below to resend the validation mail to: {email}"
|
||||
}
|
||||
@@ -970,7 +973,6 @@
|
||||
"system is busy": "System is busy",
|
||||
"not supported": "Not supported",
|
||||
"image type not supported": "Image type is not supported",
|
||||
"import file type not supported": "Import file type is not supported",
|
||||
"database operation failed": "Database operation failed",
|
||||
"SMTP server is not enabled": "SMTP server is not enabled",
|
||||
"incomplete or incorrect submission": "Incomplete or incorrect submission",
|
||||
@@ -1068,6 +1070,9 @@
|
||||
"cannot use hidden transaction tag": "You cannot use hidden transaction tag",
|
||||
"transaction has too many tags": "There are too many tags in this transaction",
|
||||
"transaction has too many pictures": "There are too many pictures in this transaction",
|
||||
"import file type is empty": "Import file type is empty",
|
||||
"import file type not supported": "Import file type is not supported",
|
||||
"no data to import": "No data to import",
|
||||
"exceed the maximum size of transaction picture file": "The uploaded transaction picture exceeds the maximum allowed file size",
|
||||
"transaction category id is invalid": "Transaction category ID is invalid",
|
||||
"transaction category not found": "Transaction category is not found",
|
||||
@@ -1106,7 +1111,10 @@
|
||||
"query items have invalid item": "There is invalid item in query items",
|
||||
"parameter invalid": "Parameter is invalid",
|
||||
"format invalid": "Format is invalid",
|
||||
"number invalid": "Number is invalid"
|
||||
"number invalid": "Number is invalid",
|
||||
"no files uploaded": "No files uploaded",
|
||||
"uploaded file is empty": "Uploaded file is empty",
|
||||
"uploaded file size exceeds the maximum allowed size": "Uploaded file size exceeds the maximum allowed size"
|
||||
},
|
||||
"parameter": {
|
||||
"id": "ID",
|
||||
@@ -1163,6 +1171,7 @@
|
||||
"Close": "Close",
|
||||
"Submit": "Submit",
|
||||
"Add": "Add",
|
||||
"Import": "Import",
|
||||
"Apply": "Apply",
|
||||
"Save": "Save",
|
||||
"Save Changes": "Save Changes",
|
||||
@@ -1253,6 +1262,9 @@
|
||||
"Select All": "Select All",
|
||||
"Select None": "Select None",
|
||||
"Invert Selection": "Invert Selection",
|
||||
"Select All in This Page": "Select All in This Page",
|
||||
"Select None in This Page": "Select None in This Page",
|
||||
"Invert Selection in This Page": "Invert Selection in This Page",
|
||||
"Back": "Back",
|
||||
"Load More": "Load More",
|
||||
"No data": "No data",
|
||||
@@ -1463,6 +1475,19 @@
|
||||
"Cannot Initialize Map": "Cannot Initialize Map",
|
||||
"Unsupported Map Provider": "Unsupported Map Provider",
|
||||
"Please refresh the page and try again. If the error persists, ensure that the server's map settings are correctly configured.": "Please refresh the page and try again. If the error persists, ensure that the server's map settings are correctly configured.",
|
||||
"Import Transactions": "Import Transactions",
|
||||
"Upload File": "Upload File",
|
||||
"Upload Transaction Data File": "Upload Transaction Data File",
|
||||
"Check & Modify": "Check & Modify",
|
||||
"Check and Modify Your Data": "Check and Modify Your Data",
|
||||
"Data Import Completed": "Data Import Completed",
|
||||
"File Type": "File Type",
|
||||
"ezbookkeeping Data Export File (CSV)": "ezbookkeeping Data Export File (CSV)",
|
||||
"ezbookkeeping Data Export File (TSV)": "ezbookkeeping Data Export File (TSV)",
|
||||
"Data File": "Data File",
|
||||
"Click to select import file": "Click to select import file",
|
||||
"No data to import": "No data to import",
|
||||
"Unable to parse import file": "Unable to parse import file",
|
||||
"Tags": "Tags",
|
||||
"Your transaction description (optional)": "Your transaction description (optional)",
|
||||
"Transaction category cannot be blank": "Transaction category cannot be blank",
|
||||
|
||||
Reference in New Issue
Block a user