code refactor
This commit is contained in:
+2
-2
@@ -1631,8 +1631,8 @@
|
||||
"Are you sure you want to delete this template?": "Are you sure you want to delete this template?",
|
||||
"Unable to delete this template": "Unable to delete this template",
|
||||
"You have saved this template": "You have saved this template",
|
||||
"Show Hidden Templates": "Show Hidden Transaction Templates",
|
||||
"Hide Hidden Templates": "Hide Hidden Transaction Templates",
|
||||
"Show Hidden Transaction Templates": "Show Hidden Transaction Templates",
|
||||
"Hide Hidden Transaction Templates": "Hide Hidden Transaction Templates",
|
||||
"Template name cannot be blank": "Template name cannot be blank",
|
||||
"Are you sure you want to logout from this session?": "Are you sure you want to logout from this session?",
|
||||
"Unable to logout from this session": "Unable to logout from this session",
|
||||
|
||||
@@ -1631,8 +1631,8 @@
|
||||
"Are you sure you want to delete this template?": "您确定要删除该模板?",
|
||||
"Unable to delete this template": "无法删除该模板",
|
||||
"You have saved this template": "您已经保存该模板",
|
||||
"Show Hidden Templates": "显示隐藏的模板",
|
||||
"Hide Hidden Templates": "不显示隐藏的模板",
|
||||
"Show Hidden Transaction Templates": "显示隐藏的模板",
|
||||
"Hide Hidden Transaction Templates": "不显示隐藏的模板",
|
||||
"Template name cannot be blank": "模板名不能为空",
|
||||
"Are you sure you want to logout from this session?": "您确定要退出该会话?",
|
||||
"Unable to logout from this session": "无法退出该会话",
|
||||
|
||||
@@ -26,10 +26,10 @@
|
||||
<v-menu activator="parent">
|
||||
<v-list>
|
||||
<v-list-item :prepend-icon="icons.show"
|
||||
:title="$t('Show Hidden Templates')"
|
||||
:title="$t('Show Hidden Transaction Templates')"
|
||||
v-if="!showHidden" @click="showHidden = true"></v-list-item>
|
||||
<v-list-item :prepend-icon="icons.hide"
|
||||
:title="$t('Hide Hidden Templates')"
|
||||
:title="$t('Hide Hidden Transaction Templates')"
|
||||
v-if="showHidden" @click="showHidden = false"></v-list-item>
|
||||
</v-list>
|
||||
</v-menu>
|
||||
|
||||
Reference in New Issue
Block a user