modify text

This commit is contained in:
MaysWind
2021-04-17 22:36:21 +08:00
parent 62a825439f
commit eb30097333
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const (
// TransactionEditScope represents the scope which transaction can be edited // TransactionEditScope represents the scope which transaction can be edited
type TransactionEditScope byte type TransactionEditScope byte
// Historical Transaction Edit Scopes // Editable Transaction Scopes
const ( const (
TRANSACTION_EDIT_SCOPE_NONE TransactionEditScope = 0 TRANSACTION_EDIT_SCOPE_NONE TransactionEditScope = 0
TRANSACTION_EDIT_SCOPE_ALL TransactionEditScope = 1 TRANSACTION_EDIT_SCOPE_ALL TransactionEditScope = 1
+2 -2
View File
@@ -581,7 +581,7 @@ export default {
'oldPassword': 'Current Password', 'oldPassword': 'Current Password',
'defaultCurrency': 'Default Currency', 'defaultCurrency': 'Default Currency',
'firstDayOfWeek': 'First Day of Week', 'firstDayOfWeek': 'First Day of Week',
'transactionEditScope': 'Transaction Edit Scope', 'transactionEditScope': 'Editable Transaction Scope',
'name': 'Name', 'name': 'Name',
'category': 'Category', 'category': 'Category',
'type': 'Type', 'type': 'Type',
@@ -688,7 +688,7 @@ export default {
'Your nickname': 'Your nickname', 'Your nickname': 'Your nickname',
'Default Currency': 'Default Currency', 'Default Currency': 'Default Currency',
'First Day of Week': 'First Day of Week', 'First Day of Week': 'First Day of Week',
'Transaction Edit Scope': 'Transaction Edit Scope', 'Editable Transaction Scope': 'Editable Transaction Scope',
'Today or later': 'Today or later', 'Today or later': 'Today or later',
'Recent 24 hours or later': 'Recent 24 hours or later', 'Recent 24 hours or later': 'Recent 24 hours or later',
'This week or later': 'This week or later', 'This week or later': 'This week or later',
+2 -2
View File
@@ -581,7 +581,7 @@ export default {
'oldPassword': '当前密码', 'oldPassword': '当前密码',
'defaultCurrency': '默认货币', 'defaultCurrency': '默认货币',
'firstDayOfWeek': '每周第一天', 'firstDayOfWeek': '每周第一天',
'transactionEditScope': '交易编辑范围', 'transactionEditScope': '可编辑交易范围',
'name': '名称', 'name': '名称',
'category': '分类', 'category': '分类',
'type': '类型', 'type': '类型',
@@ -688,7 +688,7 @@ export default {
'Your nickname': '你的昵称', 'Your nickname': '你的昵称',
'Default Currency': '默认货币', 'Default Currency': '默认货币',
'First Day of Week': '每周第一天', 'First Day of Week': '每周第一天',
'Transaction Edit Scope': '交易编辑范围', 'Editable Transaction Scope': '可编辑交易范围',
'Today or later': '今天或更晚', 'Today or later': '今天或更晚',
'Recent 24 hours or later': '最近24小时或更晚', 'Recent 24 hours or later': '最近24小时或更晚',
'This week or later': '本周或更晚', 'This week or later': '本周或更晚',
+1 -1
View File
@@ -87,7 +87,7 @@
</f7-list-item> </f7-list-item>
<f7-list-item <f7-list-item
:title="$t('Transaction Edit Scope')" :title="$t('Editable Transaction Scope')"
smart-select :smart-select-params="{ openIn: 'popup', closeOnSelect: true, popupCloseLinkText: $t('Done'), scrollToSelectedItem: true }" smart-select :smart-select-params="{ openIn: 'popup', closeOnSelect: true, popupCloseLinkText: $t('Done'), scrollToSelectedItem: true }"
> >
<select v-model="newProfile.transactionEditScope"> <select v-model="newProfile.transactionEditScope">