mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
support storing geo location in transaction
This commit is contained in:
@@ -830,6 +830,12 @@ export default {
|
||||
'Destination Account': 'Destination Account',
|
||||
'Transaction Time': 'Transaction Time',
|
||||
'Transaction Time Zone': 'Transaction Time Zone',
|
||||
'Geographic Location': 'Geographic Location',
|
||||
'No Location': 'No Location',
|
||||
'Getting Location...': 'Getting Location...',
|
||||
'Update Geographic Location': 'Update Geographic Location',
|
||||
'Clear Geographic Location': 'Clear Geographic Location',
|
||||
'Unable to get current position': 'Unable to get current position',
|
||||
'Tags': 'Tags',
|
||||
'Your transaction description (optional)': 'Your transaction description (optional)',
|
||||
'Are you sure you want to save this transaction whose amount is 0?': 'Are you sure you want to save this transaction whose amount is 0?',
|
||||
@@ -881,6 +887,7 @@ export default {
|
||||
'Timezone': 'Timezone',
|
||||
'System Default': 'System Default',
|
||||
'Auto Update Exchange Rates Data': 'Auto Update Exchange Rates Data',
|
||||
'Auto Get Current Geographic Location': 'Auto Get Current Geographic Location',
|
||||
'Enable Thousands Separator': 'Enable Thousands Separator',
|
||||
'Currency Display Mode': 'Currency Display Mode',
|
||||
'Currency Code': 'Currency Code',
|
||||
|
||||
@@ -830,6 +830,12 @@ export default {
|
||||
'Destination Account': '目标账户',
|
||||
'Transaction Time': '交易时间',
|
||||
'Transaction Time Zone': '交易时区',
|
||||
'Geographic Location': '地理位置',
|
||||
'No Location': '没有位置',
|
||||
'Getting Location...': '正在获取位置...',
|
||||
'Update Geographic Location': '更新地理位置',
|
||||
'Clear Geographic Location': '清除地理位置',
|
||||
'Unable to get current position': '无法获取当前地理位置',
|
||||
'Tags': '标签',
|
||||
'Your transaction description (optional)': '你的交易描述 (可选)',
|
||||
'Are you sure you want to save this transaction whose amount is 0?': '您确定要保存这个金额为0的交易?',
|
||||
@@ -881,6 +887,7 @@ export default {
|
||||
'Timezone': '时区',
|
||||
'System Default': '系统默认',
|
||||
'Auto Update Exchange Rates Data': '自动更新汇率数据',
|
||||
'Auto Get Current Geographic Location': '自动获取当前地理位置',
|
||||
'Enable Thousands Separator': '启用千位分隔符',
|
||||
'Currency Display Mode': '货币显示模式',
|
||||
'Currency Code': '货币代码',
|
||||
|
||||
Reference in New Issue
Block a user