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": "不能添加早于修改余额的交易",
|
||||
"balance modification transaction cannot modify transaction time": "您无法对修改余额的交易修改交易时间",
|
||||
"transfer transaction amount cannot be less than zero": "转账交易的金额不能小于0",
|
||||
"import file encoding is empty": "导入文件编码为空",
|
||||
"import file encoding not supported": "导入文件编码不支持",
|
||||
"column mapping invalid": "列映射无效",
|
||||
"transaction type mapping invalid": "交易类型映射无效",
|
||||
"transaction time format invalid": "交易时间格式无效",
|
||||
"transaction time zone format invalid": "交易时区格式无效",
|
||||
"transaction category id is invalid": "交易分类ID无效",
|
||||
"transaction category not found": "交易分类不存在",
|
||||
"transaction category type is invalid": "交易分类类型无效",
|
||||
@@ -1214,6 +1220,58 @@
|
||||
"parameter invalid color": "{parameter}格式错误",
|
||||
"parameter invalid amount filter": "{parameter}格式错误"
|
||||
},
|
||||
"encoding": {
|
||||
"utf-8": "UTF-8",
|
||||
"utf-8-bom": "UTF-8 带签名",
|
||||
"utf-16le": "UTF-16 Little Endian",
|
||||
"utf-16be": "UTF-16 Big Endian",
|
||||
"cp437": "OEM 美国 (CP-437)",
|
||||
"cp863": "OEM 加拿大法语 (CP-863)",
|
||||
"cp037": "IBM EBCDIC 美国/加拿大 (CP-037)",
|
||||
"cp1047": "IBM EBCDIC 开放系统 (CP-1047)",
|
||||
"cp1140": "IBM EBCDIC 美国/加拿大 含欧元 (CP-1140)",
|
||||
"iso-8859-1": "西欧 (ISO-8859-1)",
|
||||
"cp850": "西欧 (CP-850)",
|
||||
"cp858": "西欧 含欧元 (CP-858)",
|
||||
"windows-1252": "西欧 (Windows-1252)",
|
||||
"iso-8859-15": "西欧 (ISO-8859-15)",
|
||||
"iso-8859-4": "北欧 (ISO-8859-4)",
|
||||
"iso-8859-10": "北欧 (ISO-8859-10)",
|
||||
"cp865": "北欧 (CP-865)",
|
||||
"iso-8859-2": "中欧 (ISO-8859-2)",
|
||||
"cp852": "中欧 (CP-852)",
|
||||
"windows-1250": "中欧 (Windows-1250)",
|
||||
"iso-8859-14": "凯尔特语族 (ISO-8859-14)",
|
||||
"iso-8859-3": "南欧 (ISO-8859-3)",
|
||||
"cp860": "葡萄牙语 (CP-860)",
|
||||
"iso-8859-7": "希腊语 (ISO-8859-7)",
|
||||
"windows-1253": "希腊语 (Windows-1253)",
|
||||
"iso-8859-9": "土耳其语 (ISO-8859-9)",
|
||||
"windows-1254": "土耳其语 (Windows-1254)",
|
||||
"iso-8859-13": "波罗的语族 (ISO-8859-13)",
|
||||
"windows-1257": "波罗的语族 (Windows-1257)",
|
||||
"iso-8859-16": "东南欧 (ISO-8859-16)",
|
||||
"iso-8859-5": "西里尔文 (ISO-8859-5)",
|
||||
"cp855": "西里尔文 (CP-855)",
|
||||
"cp866": "西里尔文 (CP-866)",
|
||||
"windows-1251": "西里尔文 (Windows-1251)",
|
||||
"koi8r": "西里尔文 (KOI8-R)",
|
||||
"koi8u": "西里尔文 (KOI8-U)",
|
||||
"iso-8859-6": "阿拉伯语 (ISO-8859-6)",
|
||||
"windows-1256": "阿拉伯语 (Windows-1256)",
|
||||
"iso-8859-8": "希伯来语 (ISO-8859-8)",
|
||||
"cp862": "希伯来语 (CP-862)",
|
||||
"windows-1255": "希伯来语 (Windows-1255)",
|
||||
"windows-874": "泰语 (Windows-874)",
|
||||
"windows-1258": "越南语 (Windows-1258)",
|
||||
"gb18030": "简体中文 (GB18030)",
|
||||
"gbk": "简体中文 (GBK)",
|
||||
"big5": "繁体中文 (Big5)",
|
||||
"euc-kr": "韩语 (EUC-KR)",
|
||||
"euc-jp": "日语 (EUC-JP)",
|
||||
"iso-2022-jp": "日语 (ISO-2022-JP)",
|
||||
"shift_jis": "日语 (Shift_JIS)"
|
||||
},
|
||||
"document": {
|
||||
"anchor": {
|
||||
"export_and_import": {
|
||||
@@ -1242,6 +1300,7 @@
|
||||
"Not set": "未设置",
|
||||
"No results": "无结果",
|
||||
"Unknown": "未知",
|
||||
"Auto detect": "自动检测",
|
||||
"Miscellaneous": "杂项",
|
||||
"Default": "默认",
|
||||
"Done": "完成",
|
||||
@@ -1268,6 +1327,13 @@
|
||||
"Color": "颜色",
|
||||
"Type": "类型",
|
||||
"Format": "格式",
|
||||
"File Encoding": "文件编码",
|
||||
"Space": "空格",
|
||||
"Comma": "逗号",
|
||||
"Semicolon": "分号",
|
||||
"Tab": "制表符 Tab",
|
||||
"Vertical Bar": "竖线",
|
||||
"Slash": "Slash",
|
||||
"All Types": "全部类型",
|
||||
"More": "更多",
|
||||
"All": "全部",
|
||||
@@ -1521,6 +1587,8 @@
|
||||
"Income Amount": "收入金额",
|
||||
"Transfer Out Amount": "转出金额",
|
||||
"Transfer In Amount": "转入金额",
|
||||
"Transfer In Account Name": "转入账户名",
|
||||
"Transfer In Currency": "转入货币",
|
||||
"Show Amount": "显示金额",
|
||||
"Hide Amount": "隐藏金额",
|
||||
"Swap Account": "交换账户",
|
||||
@@ -1530,6 +1598,7 @@
|
||||
"Duplicate (With Geographic Location)": "复制 (含地理位置)",
|
||||
"Duplicate (With Time and Geographic Location)": "复制 (含时间和地理位置)",
|
||||
"Category": "分类",
|
||||
"Secondary Category": "二级分类",
|
||||
"Multiple Categories": "多个分类",
|
||||
"Account": "账户",
|
||||
"Multiple Accounts": "多个账户",
|
||||
@@ -1545,6 +1614,7 @@
|
||||
"Scheduled Transaction Frequency": "定时交易周期",
|
||||
"Transaction Timezone": "交易时区",
|
||||
"Same time as default timezone": "与默认时区时间相同",
|
||||
"Transaction Type": "交易类型",
|
||||
"Geographic Location": "地理位置",
|
||||
"No Location": "没有位置",
|
||||
"Getting Location...": "正在获取位置...",
|
||||
@@ -1559,6 +1629,8 @@
|
||||
"Import Transactions": "导入交易",
|
||||
"Upload File": "上传文件",
|
||||
"Upload Transaction Data File": "上传交易数据文件",
|
||||
"Define Column": "定义列",
|
||||
"Define and Check Column Mapping": "定义及检查列映射",
|
||||
"Check & Modify": "检查及修改",
|
||||
"Check and Modify Your Data": "检查及修改您的数据",
|
||||
"Data Import Completed": "数据导入完成",
|
||||
@@ -1573,6 +1645,8 @@
|
||||
"Month-day-year format": "月-日-年 格式",
|
||||
"Day-month-year format": "日-月-年 格式",
|
||||
"Intuit Interchange Format (IIF) File": "Intuit Interchange Format (IIF) 文件",
|
||||
"Delimiter-separated Values (DSV) File": "分隔符分隔值 (DSV) 文件",
|
||||
"Delimiter-separated Values (DSV) Data": "分隔符分隔值 (DSV) 数据",
|
||||
"GnuCash XML Database File": "GnuCash XML 数据库文件",
|
||||
"Firefly III Data Export File": "Firefly III 数据导出文件",
|
||||
"Feidee MyMoney (App) Data Export File": "随手记 (App) 数据导出文件",
|
||||
@@ -1581,8 +1655,19 @@
|
||||
"Alipay (Web) Transaction Flow File": "支付宝 (网页版) 交易流水文件",
|
||||
"WeChat Pay Billing File": "微信支付账单文件",
|
||||
"Data File": "数据文件",
|
||||
"Data to import": "要导入的数据",
|
||||
"Please select a file to import": "请选择要导入的文件",
|
||||
"Include Header Line": "包含标题行",
|
||||
"Time Format": "时间格式",
|
||||
"Transaction Type Mapping": "交易类型映射",
|
||||
"Timezone Format": "时区格式",
|
||||
"Geographic Location Separator": "地理位置分隔符",
|
||||
"Transaction Tags Separator": "交易标签分隔符",
|
||||
"Lines Per Page": "每页行数",
|
||||
"No data to import": "没有可以导入的数据",
|
||||
"Missing transaction time, transaction type, or amount column mapping": "缺少交易时间、交易类型或金额列映射",
|
||||
"Transaction type mapping is not set": "交易类型映射没有设置",
|
||||
"Transaction time format is not set": "交易时间格式没有设置",
|
||||
"Cannot import invalid transactions": "不能导入无效的交易",
|
||||
"Unable to parse import file": "无法解析导入的文件",
|
||||
"Batch Replace Selected Expense Categories": "批量替换选中的支出分类",
|
||||
|
||||
Reference in New Issue
Block a user