diff --git a/src/locales/en.js b/src/locales/en.js index 4f066a56..8ad468da 100644 --- a/src/locales/en.js +++ b/src/locales/en.js @@ -959,6 +959,8 @@ export default { 'You have added a new category': 'You have added a new category', 'You have added preset categories': 'You have added preset categories', 'You have saved this category': 'You have saved this category', + 'Show Hidden Transaction Category': 'Show Hidden Transaction Category', + 'Hide Hidden Transaction Category': 'Hide Hidden Transaction Category', 'Transaction Tags': 'Transaction Tags', 'Tag Title': 'Tag Title', 'No available tag': 'No available tag', @@ -970,6 +972,8 @@ export default { 'Unable to unhide this tag': 'Unable to unhide this tag', 'Are you sure you want to delete this tag?': 'Are you sure you want to delete this tag?', 'Unable to delete this tag': 'Unable to delete this tag', + 'Show Hidden Transaction Tag': 'Show Hidden Transaction Tag', + 'Hide Hidden Transaction Tag': 'Hide Hidden Transaction Tag', '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', 'Are you sure you want to logout all other sessions?': 'Are you sure you want to logout all other sessions?', diff --git a/src/locales/zh_Hans.js b/src/locales/zh_Hans.js index 8cd3e3ea..f579feb7 100644 --- a/src/locales/zh_Hans.js +++ b/src/locales/zh_Hans.js @@ -959,6 +959,8 @@ export default { 'You have added a new category': '您已经添加新分类', 'You have added preset categories': '您已经添加预设分类', 'You have saved this category': '您已经保存该分类', + 'Show Hidden Transaction Category': '显示隐藏交易分类', + 'Hide Hidden Transaction Category': '隐藏隐藏交易分类', 'Transaction Tags': '交易标签', 'Tag Title': '标签标题', 'No available tag': '没有可用的标签', @@ -970,6 +972,8 @@ export default { 'Unable to unhide this tag': '无法取消隐藏该标签', 'Are you sure you want to delete this tag?': '您确定要删除该标签?', 'Unable to delete this tag': '无法删除该标签', + 'Show Hidden Transaction Tag': '显示隐藏交易标签', + 'Hide Hidden Transaction Tag': '隐藏隐藏交易标签', 'Are you sure you want to logout from this session?': '您确定要退出该会话?', 'Unable to logout from this session': '无法退出该会话', 'Are you sure you want to logout all other sessions?': '您确定要退出其他所有会话?', diff --git a/src/views/mobile/categories/ListPage.vue b/src/views/mobile/categories/ListPage.vue index 3dadf6ee..6d6c724e 100644 --- a/src/views/mobile/categories/ListPage.vue +++ b/src/views/mobile/categories/ListPage.vue @@ -65,6 +65,8 @@ {{ $t('Sort') }} + {{ $t('Show Hidden Transaction Category') }} + {{ $t('Hide Hidden Transaction Category') }} {{ $t('Cancel') }} diff --git a/src/views/mobile/tags/ListPage.vue b/src/views/mobile/tags/ListPage.vue index e8d33b7f..38f62f6f 100644 --- a/src/views/mobile/tags/ListPage.vue +++ b/src/views/mobile/tags/ListPage.vue @@ -122,6 +122,8 @@ {{ $t('Sort') }} + {{ $t('Show Hidden Transaction Tag') }} + {{ $t('Hide Hidden Transaction Tag') }} {{ $t('Cancel') }}