mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
modify text
This commit is contained in:
+1
-1
@@ -631,7 +631,6 @@ export default {
|
||||
'Remove': 'Remove',
|
||||
'Delete': 'Delete',
|
||||
'Duplicate': 'Duplicate',
|
||||
'Search': 'Search',
|
||||
'Sort': 'Sort',
|
||||
'Date': 'Date',
|
||||
'Type': 'Type',
|
||||
@@ -794,6 +793,7 @@ 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',
|
||||
'Search transaction comment': 'Search transaction comment',
|
||||
'Unable to get transaction list': 'Unable to get transaction list',
|
||||
'Custom Date Range': 'Custom Date Range',
|
||||
'Transaction Detail': 'Transaction Detail',
|
||||
|
||||
@@ -631,7 +631,6 @@ export default {
|
||||
'Remove': '移除',
|
||||
'Delete': '删除',
|
||||
'Duplicate': '复制',
|
||||
'Search': '搜索',
|
||||
'Sort': '排序',
|
||||
'Date': '日期',
|
||||
'Type': '类型',
|
||||
@@ -794,6 +793,7 @@ export default {
|
||||
'Unable to save transaction': '无法保存交易',
|
||||
'You have added a new transaction': '您已经添加新交易',
|
||||
'You have saved this transaction': '您已经保存该交易',
|
||||
'Search transaction comment': '搜索交易描述',
|
||||
'Unable to get transaction list': '无法获取交易列表',
|
||||
'Custom Date Range': '自定义日期范围',
|
||||
'Transaction Detail': '交易详情',
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<f7-searchbar
|
||||
custom-searchs
|
||||
:value="query.keyword"
|
||||
:placeholder="$t('Search')"
|
||||
:placeholder="$t('Search transaction comment')"
|
||||
:disable-button-text="$t('Cancel')"
|
||||
@change="changeKeywordFilter($event.target.value)"
|
||||
></f7-searchbar>
|
||||
|
||||
Reference in New Issue
Block a user