diff --git a/src/views/desktop/templates/ListPage.vue b/src/views/desktop/templates/ListPage.vue index 3a9b71ef..e8ba27ae 100644 --- a/src/views/desktop/templates/ListPage.vue +++ b/src/views/desktop/templates/ListPage.vue @@ -4,12 +4,12 @@ - {{ $t('Refresh') }} + {{ tt('Refresh') }} @@ -42,9 +42,9 @@
- {{ $t('Template Name') }} + {{ tt('Template Name') }} - {{ $t('Operation') }} + {{ tt('Operation') }}
@@ -60,9 +60,9 @@ - {{ $t('No available template. Once you add templates, you can quickly add a new transaction using the dropdown menu of the Add button on the transaction list page') }} - {{ $t('No available scheduled transactions') }} - {{ $t('No available template') }} + {{ tt('No available template. Once you add templates, you can quickly add a new transaction using the dropdown menu of the Add button on the transaction list page') }} + {{ tt('No available scheduled transactions') }} + {{ tt('No available template') }} @@ -81,9 +81,9 @@ - + - + {{ element.name }} @@ -99,7 +99,7 @@ - {{ element.hidden ? $t('Show') : $t('Hide') }} + {{ element.hidden ? tt('Show') : tt('Hide') }}
- {{ $t('Edit') }} + {{ tt('Edit') }} - {{ $t('Delete') }} + {{ tt('Delete') }} - {{ $t('Drag to Reorder') }} + {{ tt('Drag to Reorder') }} @@ -145,13 +145,20 @@ -