mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
add transaction detail page
This commit is contained in:
+34
-1
@@ -9,15 +9,42 @@ export default {
|
||||
},
|
||||
'format': {
|
||||
'date': {
|
||||
'long': 'MM/DD/YYYY'
|
||||
'long': 'MM/DD/YYYY',
|
||||
'yearMonth': 'YYYY-MM'
|
||||
},
|
||||
'datetime': {
|
||||
'long': 'MM/DD/YYYY HH:mm:ss',
|
||||
},
|
||||
'time': {
|
||||
'hourMinute': 'HH:mm'
|
||||
},
|
||||
'currency': {
|
||||
'symbol': '{amount} {symbol}'
|
||||
}
|
||||
},
|
||||
'datetime': {
|
||||
'Monday': {
|
||||
'short': 'Mon'
|
||||
},
|
||||
'Tuesday': {
|
||||
'short': 'Tue'
|
||||
},
|
||||
'Wednesday': {
|
||||
'short': 'Wed'
|
||||
},
|
||||
'Thursday': {
|
||||
'short': 'Thu'
|
||||
},
|
||||
'Friday': {
|
||||
'short': 'Fri'
|
||||
},
|
||||
'Saturday': {
|
||||
'short': 'Sat'
|
||||
},
|
||||
'Sunday': {
|
||||
'short': 'Sun'
|
||||
}
|
||||
},
|
||||
'currency': {
|
||||
'AED': 'United Arab Emirates dirham',
|
||||
'AFN': 'Afghan afghani',
|
||||
@@ -498,8 +525,10 @@ export default {
|
||||
'Unable to move account': 'Unable to move account',
|
||||
'Are you sure you want to delete this account?': 'Are you sure you want to delete this account?',
|
||||
'Unable to delete this account': 'Unable to delete this account',
|
||||
'Transaction': 'Transaction',
|
||||
'Add Transaction': 'Add Transaction',
|
||||
'Edit Transaction': 'Edit Transaction',
|
||||
'Modify Balance': 'Modify Balance',
|
||||
'Expense Amount': 'Expense Amount',
|
||||
'Income Amount': 'Income Amount',
|
||||
'Transfer Out Amount': 'Transfer Out Amount',
|
||||
@@ -516,6 +545,10 @@ export default {
|
||||
'Unable to save transaction': 'Unable to save transaction',
|
||||
'You have added a new transaction': 'You have added a new transaction',
|
||||
'You have saved this transaction': 'You have saved this transaction',
|
||||
'Unable to get transaction list': 'Unable to get transaction list',
|
||||
'No transaction data': 'No transaction data',
|
||||
'Are you sure you want to delete this transaction?': 'Are you sure you want to delete this transaction?',
|
||||
'Unable to delete this transaction': 'Unable to delete this transaction',
|
||||
'User Profile': 'User Profile',
|
||||
'Language': 'Language',
|
||||
'Auto Update Exchange Rates Data': 'Auto Update Exchange Rates Data',
|
||||
|
||||
Reference in New Issue
Block a user