mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
import transaction from custom delimiter-separated values file
This commit is contained in:
@@ -1097,6 +1097,12 @@
|
||||
"cannot add transaction before balance modification transaction": "Bạn không thể thêm giao dịch trước giao dịch sửa đổi số dư",
|
||||
"balance modification transaction cannot modify transaction time": "Bạn không thể sửa đổi thời gian giao dịch cho giao dịch sửa đổi số dư",
|
||||
"transfer transaction amount cannot be less than zero": "Số tiền không thể nhỏ hơn 0 đối với giao dịch chuyển khoản",
|
||||
"import file encoding is empty": "Import file encoding is empty",
|
||||
"import file encoding not supported": "import file encoding is not supported",
|
||||
"column mapping invalid": "Column mapping is invalid",
|
||||
"transaction type mapping invalid": "Transaction type mapping is invalid",
|
||||
"transaction time format invalid": "Transaction time format is invalid",
|
||||
"transaction time zone format invalid": "Transaction time zone format is invalid",
|
||||
"transaction category id is invalid": "ID danh mục giao dịch không hợp lệ",
|
||||
"transaction category not found": "Không tìm thấy danh mục giao dịch",
|
||||
"transaction category type is invalid": "Loại danh mục giao dịch không hợp lệ",
|
||||
@@ -1214,6 +1220,58 @@
|
||||
"parameter invalid color": "{parameter} có định dạng không hợp lệ",
|
||||
"parameter invalid amount filter": "{parameter} có định dạng không hợp lệ"
|
||||
},
|
||||
"encoding": {
|
||||
"utf-8": "UTF-8",
|
||||
"utf-8-bom": "UTF-8 with BOM",
|
||||
"utf-16le": "UTF-16 Little Endian",
|
||||
"utf-16be": "UTF-16 Big Endian",
|
||||
"cp437": "OEM United States (CP-437)",
|
||||
"cp863": "OEM Canadian French (CP-863)",
|
||||
"cp037": "IBM EBCDIC US/Canada (CP-037)",
|
||||
"cp1047": "IBM EBCDIC Open Systems (CP-1047)",
|
||||
"cp1140": "IBM EBCDIC US/Canada with Euro (CP-1140)",
|
||||
"iso-8859-1": "Western European (ISO-8859-1)",
|
||||
"cp850": "Western European (CP-850)",
|
||||
"cp858": "Western European with Euro (CP-858)",
|
||||
"windows-1252": "Western European (Windows-1252)",
|
||||
"iso-8859-15": "Western European (ISO-8859-15)",
|
||||
"iso-8859-4": "North European (ISO-8859-4)",
|
||||
"iso-8859-10": "Nordic (ISO-8859-10)",
|
||||
"cp865": "Nordic (CP-865)",
|
||||
"iso-8859-2": "Central European (ISO-8859-2)",
|
||||
"cp852": "Central European (CP-852)",
|
||||
"windows-1250": "Central European (Windows-1250)",
|
||||
"iso-8859-14": "Celtic (ISO-8859-14)",
|
||||
"iso-8859-3": "South European (ISO-8859-3)",
|
||||
"cp860": "Portuguese (CP-860)",
|
||||
"iso-8859-7": "Greek (ISO-8859-7)",
|
||||
"windows-1253": "Greek (Windows-1253)",
|
||||
"iso-8859-9": "Turkish (ISO-8859-9)",
|
||||
"windows-1254": "Turkish (Windows-1254)",
|
||||
"iso-8859-13": "Baltic (ISO-8859-13)",
|
||||
"windows-1257": "Baltic (Windows-1257)",
|
||||
"iso-8859-16": "South-Eastern European (ISO-8859-16)",
|
||||
"iso-8859-5": "Cyrillic (ISO-8859-5)",
|
||||
"cp855": "Cyrillic (CP-855)",
|
||||
"cp866": "Cyrillic (CP-866)",
|
||||
"windows-1251": "Cyrillic (Windows-1251)",
|
||||
"koi8r": "Cyrillic (KOI8-R)",
|
||||
"koi8u": "Cyrillic (KOI8-U)",
|
||||
"iso-8859-6": "Arabic (ISO-8859-6)",
|
||||
"windows-1256": "Arabic (Windows-1256)",
|
||||
"iso-8859-8": "Hebrew (ISO-8859-8)",
|
||||
"cp862": "Hebrew (CP-862)",
|
||||
"windows-1255": "Hebrew (Windows-1255)",
|
||||
"windows-874": "Thai (Windows-874)",
|
||||
"windows-1258": "Vietnamese (Windows-1258)",
|
||||
"gb18030": "Simplified Chinese (GB18030)",
|
||||
"gbk": "Simplified Chinese (GBK)",
|
||||
"big5": "Traditional Chinese (Big5)",
|
||||
"euc-kr": "Korean (EUC-KR)",
|
||||
"euc-jp": "Japanese (EUC-JP)",
|
||||
"iso-2022-jp": "Japanese (ISO-2022-JP)",
|
||||
"shift_jis": "Japanese (Shift_JIS)"
|
||||
},
|
||||
"document": {
|
||||
"anchor": {
|
||||
"export_and_import": {
|
||||
@@ -1242,6 +1300,7 @@
|
||||
"Not set": "Not set",
|
||||
"No results": "Không có kết quả",
|
||||
"Unknown": "Không rõ",
|
||||
"Auto detect": "Auto detect",
|
||||
"Miscellaneous": "Linh tinh",
|
||||
"Default": "Mặc định",
|
||||
"Done": "Hoàn tất",
|
||||
@@ -1268,6 +1327,13 @@
|
||||
"Color": "Màu sắc",
|
||||
"Type": "Loại",
|
||||
"Format": "Định dạng",
|
||||
"File Encoding": "File Encoding",
|
||||
"Space": "Space",
|
||||
"Comma": "Comma",
|
||||
"Semicolon": "Semicolon",
|
||||
"Tab": "Tab",
|
||||
"Vertical Bar": "Vertical Bar",
|
||||
"Slash": "Slash",
|
||||
"All Types": "Tất cả các loại",
|
||||
"More": "Thêm",
|
||||
"All": "Tất cả",
|
||||
@@ -1521,6 +1587,8 @@
|
||||
"Income Amount": "Số tiền thu nhập",
|
||||
"Transfer Out Amount": "Số tiền chuyển ra",
|
||||
"Transfer In Amount": "Số tiền chuyển vào",
|
||||
"Transfer In Account Name": "Transfer In Account Name",
|
||||
"Transfer In Currency": "Transfer In Currency",
|
||||
"Show Amount": "Hiển thị số tiền",
|
||||
"Hide Amount": "Ẩn số tiền",
|
||||
"Swap Account": "Hoán đổi tài khoản",
|
||||
@@ -1530,6 +1598,7 @@
|
||||
"Duplicate (With Geographic Location)": "Duplicate (With Geographic Location)",
|
||||
"Duplicate (With Time and Geographic Location)": "Duplicate (With Time and Geographic Location)",
|
||||
"Category": "Danh mục",
|
||||
"Secondary Category": "Secondary Category",
|
||||
"Multiple Categories": "Nhiều danh mục",
|
||||
"Account": "Tài khoản",
|
||||
"Multiple Accounts": "Nhiều tài khoản",
|
||||
@@ -1545,6 +1614,7 @@
|
||||
"Scheduled Transaction Frequency": "Tần suất giao dịch theo lịch trình",
|
||||
"Transaction Timezone": "Múi giờ giao dịch",
|
||||
"Same time as default timezone": "Cùng thời gian với múi giờ mặc định",
|
||||
"Transaction Type": "Transaction Type",
|
||||
"Geographic Location": "Vị trí địa lý",
|
||||
"No Location": "Không có vị trí",
|
||||
"Getting Location...": "Đang lấy vị trí...",
|
||||
@@ -1559,6 +1629,8 @@
|
||||
"Import Transactions": "Nhập giao dịch",
|
||||
"Upload File": "Tải lên tệp",
|
||||
"Upload Transaction Data File": "Tải lên tệp dữ liệu giao dịch",
|
||||
"Define Column": "Define Column",
|
||||
"Define and Check Column Mapping": "Define and Check Column Mapping",
|
||||
"Check & Modify": "Kiểm tra & Sửa đổi",
|
||||
"Check and Modify Your Data": "Kiểm tra và sửa đổi dữ liệu của bạn",
|
||||
"Data Import Completed": "Nhập dữ liệu hoàn tất",
|
||||
@@ -1573,6 +1645,8 @@
|
||||
"Month-day-year format": "Định dạng tháng-ngày-năm",
|
||||
"Day-month-year format": "Định dạng ngày-tháng-năm",
|
||||
"Intuit Interchange Format (IIF) File": "Tệp Intuit Interchange Format (IIF)",
|
||||
"Delimiter-separated Values (DSV) File": "Delimiter-separated Values (DSV) File",
|
||||
"Delimiter-separated Values (DSV) Data": "Delimiter-separated Values (DSV) Data",
|
||||
"GnuCash XML Database File": "Tệp cơ sở dữ liệu XML GnuCash",
|
||||
"Firefly III Data Export File": "Tệp xuất dữ liệu Firefly III",
|
||||
"Feidee MyMoney (App) Data Export File": "Tệp xuất dữ liệu Feidee MyMoney (Ứng dụng)",
|
||||
@@ -1581,8 +1655,19 @@
|
||||
"Alipay (Web) Transaction Flow File": "Tệp luồng giao dịch Alipay (Web)",
|
||||
"WeChat Pay Billing File": "Tệp thanh toán WeChat Pay",
|
||||
"Data File": "Tệp dữ liệu",
|
||||
"Data to import": "Data to import",
|
||||
"Please select a file to import": "Please select a file to import",
|
||||
"Include Header Line": "Include Header Line",
|
||||
"Time Format": "Time Format",
|
||||
"Transaction Type Mapping": "Transaction Type Mapping",
|
||||
"Timezone Format": "Timezone Format",
|
||||
"Geographic Location Separator": "Geographic Location Separator",
|
||||
"Transaction Tags Separator": "Transaction Tags Separator",
|
||||
"Lines Per Page": "Lines Per Page",
|
||||
"No data to import": "Không có dữ liệu để nhập",
|
||||
"Missing transaction time, transaction type, or amount column mapping": "Missing transaction time, transaction type, or amount column mapping",
|
||||
"Transaction type mapping is not set": "Transaction type mapping is not set",
|
||||
"Transaction time format is not set": "Transaction time format is not set",
|
||||
"Cannot import invalid transactions": "Không thể nhập giao dịch không hợp lệ",
|
||||
"Unable to parse import file": "Không thể phân tích tệp nhập",
|
||||
"Batch Replace Selected Expense Categories": "Thay thế hàng loạt các danh mục chi phí đã chọn",
|
||||
|
||||
Reference in New Issue
Block a user