mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
add default category and default category frontend ui
This commit is contained in:
@@ -177,6 +177,87 @@ export default {
|
||||
'ZMW': '赞比亚克瓦查',
|
||||
'ZWL': '津巴布韦元',
|
||||
},
|
||||
'category': {
|
||||
'Food & Drink': '食品饮料',
|
||||
'Food': '食品',
|
||||
'Drink': '饮料',
|
||||
'Fruit & Snack': '水果零食',
|
||||
'Clothing & Appearance': '服饰外貌',
|
||||
'Clothing': '衣服',
|
||||
'Jewelry': '饰品',
|
||||
'Cosmetic': '化妆品',
|
||||
'Hair Cuts & Salon': '美容美发',
|
||||
'Housing & Houseware': '住宅家居',
|
||||
'Houseware': '家居用品',
|
||||
'Electronics': '电子产品',
|
||||
'Repairs & Maintenance': '维修保养',
|
||||
'Housekeeping Services': '家政服务',
|
||||
'Utilities Expense': '水电煤气',
|
||||
'Rent & Mortgage': '租金贷款',
|
||||
'Transportation': '交通出行',
|
||||
'Public Transit': '公共交通',
|
||||
'Taxi & Car Rental': '打车租车',
|
||||
'Personal Car Expense': '私家车费用',
|
||||
'Train Tickets': '火车票',
|
||||
'Airline Tickets': '飞机票',
|
||||
'Communication': '交流通讯',
|
||||
'Telephone Bill': '电话费',
|
||||
'Internet Bill': '上网费',
|
||||
'Express Fee': '快递费',
|
||||
'Entertainment': '休闲娱乐',
|
||||
'Sports & Fitness': '运动健身',
|
||||
'Party Expense': '聚会支出',
|
||||
'Movies & Shows': '电影演出',
|
||||
'Toys & Games': '玩具游戏',
|
||||
'Subscriptions': '会员订阅',
|
||||
'Pet Expense': '宠物花费',
|
||||
'Travelling': '旅游度假',
|
||||
'Education & Studying': '教育学习',
|
||||
'Books & Newspaper & Magazines': '书报杂志',
|
||||
'Training Courses': '培训课程',
|
||||
'Certification & Examination': '认证考试',
|
||||
'Gifts & Donations': '礼物捐赠',
|
||||
'Gifts': '礼物',
|
||||
'Donations': '捐赠',
|
||||
'Medical & Healthcare': '医疗健康',
|
||||
'Diagnosis & Treatment': '检查治疗',
|
||||
'Medications': '药品',
|
||||
'Medical Devices': '医疗器械',
|
||||
'Finance & Insurance': '金融保险',
|
||||
'Tax Expense': '税费支出',
|
||||
'Service Charge': '手续费',
|
||||
'Insurance Expense': '保险支出',
|
||||
'Interest Expense': '利息支出',
|
||||
'Compensation & Fine': '赔偿罚款',
|
||||
'Miscellaneous': '其他杂项',
|
||||
'Other Expense': '其他支出',
|
||||
'Occupational Earnings': '职业收入',
|
||||
'Salary Income': '工资收入',
|
||||
'Bonus Income': '奖金收入',
|
||||
'Overtime Pay': '加班收入',
|
||||
'Side Job Income': '兼职收入',
|
||||
'Finance & Investment': '金融投资',
|
||||
'Investment Income': '投资收入',
|
||||
'Rental Income': '租金收入',
|
||||
'Interest Income': '利息收入',
|
||||
'Gift & Lucky Money': '礼品红包',
|
||||
'Winnings Income': '中奖收入',
|
||||
'Windfall': '意外收入',
|
||||
'Other Income': '其他收入',
|
||||
'Transfer Category': '转账分类',
|
||||
'General Transfer': '一般转账',
|
||||
'Bank Transfer': '银行转账',
|
||||
'Credit Card Repayment': '信用卡还款',
|
||||
'Deposits & Withdrawals': '存款取款',
|
||||
'Loan & Debt': '贷款债务',
|
||||
'Borrowing Money': '借入',
|
||||
'Lending Money': '借出',
|
||||
'Repayment': '还款',
|
||||
'Debt Collection': '收债',
|
||||
'Out-of-Pocket Expense': '垫付支出',
|
||||
'Reimbursement': '报销',
|
||||
'Other Transfer': '其他转账',
|
||||
},
|
||||
'error': {
|
||||
'system error': '系统错误',
|
||||
'api not found': '接口调用失败',
|
||||
@@ -402,6 +483,9 @@ export default {
|
||||
'Other Device': '其他设备',
|
||||
'Unknown Device': '未知设备',
|
||||
'Transaction Categories': '交易分类',
|
||||
'Expense Categories': '支出分类',
|
||||
'Income Categories': '收入分类',
|
||||
'Transfer Categories': '转账分类',
|
||||
'Expense Primary Categories': '支出一级分类',
|
||||
'Income Primary Categories': '收入一级分类',
|
||||
'Transfer Primary Categories': '转账一级分类',
|
||||
@@ -411,6 +495,8 @@ export default {
|
||||
'Transfer Secondary Categories': '转账二级分类',
|
||||
'Transaction Secondary Categories': '交易二级分类',
|
||||
'No available category': '没有可用的分类',
|
||||
'Add Default Categories': '添加默认分类',
|
||||
'Default Categories': '默认分类',
|
||||
'Unable to get category list': '无法获取分类列表',
|
||||
'Unable to move category': '无法移动分类',
|
||||
'Unable to hide this category': '无法隐藏该分类',
|
||||
|
||||
Reference in New Issue
Block a user