mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
add default category and default category frontend ui
This commit is contained in:
@@ -177,6 +177,87 @@ export default {
|
||||
'ZMW': 'Zambian kwacha',
|
||||
'ZWL': 'Zimbabwean dollar',
|
||||
},
|
||||
'category': {
|
||||
'Food & Drink': 'Food & Drink',
|
||||
'Food': 'Food',
|
||||
'Drink': 'Drink',
|
||||
'Fruit & Snack': 'Fruit & Snack',
|
||||
'Clothing & Appearance': 'Clothing & Appearance',
|
||||
'Clothing': 'Clothing',
|
||||
'Jewelry': 'Jewelry',
|
||||
'Cosmetic': 'Cosmetic',
|
||||
'Hair Cuts & Salon': 'Hair Cuts & Salon',
|
||||
'Housing & Houseware': 'Housing & Houseware',
|
||||
'Houseware': 'Houseware',
|
||||
'Electronics': 'Electronics',
|
||||
'Repairs & Maintenance': 'Repairs & Maintenance',
|
||||
'Housekeeping Services': 'Housekeeping Services',
|
||||
'Utilities Expense': 'Utilities Expense',
|
||||
'Rent & Mortgage': 'Rent & Mortgage',
|
||||
'Transportation': 'Transportation',
|
||||
'Public Transit': 'Public Transit',
|
||||
'Taxi & Car Rental': 'Taxi & Car Rental',
|
||||
'Personal Car Expense': 'Personal Car Expense',
|
||||
'Train Tickets': 'Train Tickets',
|
||||
'Airline Tickets': 'Airline Tickets',
|
||||
'Communication': 'Communication',
|
||||
'Telephone Bill': 'Telephone Bill',
|
||||
'Internet Bill': 'Internet Bill',
|
||||
'Express Fee': 'Express Fee',
|
||||
'Entertainment': 'Entertainment',
|
||||
'Sports & Fitness': 'Sports & Fitness',
|
||||
'Party Expense': 'Party Expense',
|
||||
'Movies & Shows': 'Movies & Shows',
|
||||
'Toys & Games': 'Toys & Games',
|
||||
'Subscriptions': 'Subscriptions',
|
||||
'Pet Expense': 'Pet Expense',
|
||||
'Travelling': 'Travelling',
|
||||
'Education & Studying': 'Education & Studying',
|
||||
'Books & Newspaper & Magazines': 'Books & Newspaper & Magazines',
|
||||
'Training Courses': 'Training Courses',
|
||||
'Certification & Examination': 'Certification & Examination',
|
||||
'Gifts & Donations': 'Gifts & Donations',
|
||||
'Gifts': 'Gifts',
|
||||
'Donations': 'Donations',
|
||||
'Medical & Healthcare': 'Medical & Healthcare',
|
||||
'Diagnosis & Treatment': 'Diagnosis & Treatment',
|
||||
'Medications': 'Medications',
|
||||
'Medical Devices': 'Medical Devices',
|
||||
'Finance & Insurance': 'Finance & Insurance',
|
||||
'Tax Expense': 'Tax Expense',
|
||||
'Service Charge': 'Service Charge',
|
||||
'Insurance Expense': 'Insurance Expense',
|
||||
'Interest Expense': 'Interest Expense',
|
||||
'Compensation & Fine': 'Compensation & Fine',
|
||||
'Miscellaneous': 'Miscellaneous',
|
||||
'Other Expense': 'Other Expense',
|
||||
'Occupational Earnings': 'Occupational Earnings',
|
||||
'Salary Income': 'Salary Income',
|
||||
'Bonus Income': 'Bonus Income',
|
||||
'Overtime Pay': 'Overtime Pay',
|
||||
'Side Job Income': 'Side Job Income',
|
||||
'Finance & Investment': 'Finance & Investment',
|
||||
'Investment Income': 'Investment Income',
|
||||
'Rental Income': 'Rental Income',
|
||||
'Interest Income': 'Interest Income',
|
||||
'Gift & Lucky Money': 'Gift & Lucky Money',
|
||||
'Winnings Income': 'Winnings Income',
|
||||
'Windfall': 'Windfall',
|
||||
'Other Income': 'Other Income',
|
||||
'Transfer Category': 'Transfer Category',
|
||||
'General Transfer': 'General Transfer',
|
||||
'Bank Transfer': 'Bank Transfer',
|
||||
'Credit Card Repayment': 'Credit Card Repayment',
|
||||
'Deposits & Withdrawals': 'Deposits & Withdrawals',
|
||||
'Loan & Debt': 'Loan & Debt',
|
||||
'Borrowing Money': 'Borrowing Money',
|
||||
'Lending Money': 'Lending Money',
|
||||
'Repayment': 'Repayment',
|
||||
'Debt Collection': 'Debt Collection',
|
||||
'Out-of-Pocket Expense': 'Out-of-Pocket Expense',
|
||||
'Reimbursement': 'Reimbursement',
|
||||
'Other Transfer': 'Other Transfer',
|
||||
},
|
||||
'error': {
|
||||
'system error': 'System Error',
|
||||
'api not found': 'Failed to request api',
|
||||
@@ -402,6 +483,9 @@ export default {
|
||||
'Other Device': 'Other Device',
|
||||
'Unknown Device': 'Unknown Device',
|
||||
'Transaction Categories': 'Transaction Categories',
|
||||
'Expense Categories': 'Expense Categories',
|
||||
'Income Categories': 'Income Categories',
|
||||
'Transfer Categories': 'Transfer Categories',
|
||||
'Expense Primary Categories': 'Expense Primary Categories',
|
||||
'Income Primary Categories': 'Income Primary Categories',
|
||||
'Transfer Primary Categories': 'Transfer Primary Categories',
|
||||
@@ -411,6 +495,8 @@ export default {
|
||||
'Transfer Secondary Categories': 'Transfer Secondary Categories',
|
||||
'Transaction Secondary Categories': 'Transaction Secondary Categories',
|
||||
'No available category': 'No available category',
|
||||
'Add Default Categories': 'Add Default Categories',
|
||||
'Default Categories': 'Default Categories',
|
||||
'Unable to get category list': 'Unable to get category list',
|
||||
'Unable to move category': 'Unable to move category',
|
||||
'Unable to hide this category': 'Unable to hide this category',
|
||||
|
||||
@@ -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