mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +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',
|
||||
|
||||
Reference in New Issue
Block a user