update translation

This commit is contained in:
MaysWind
2026-01-21 23:59:12 +08:00
parent 10388a5ffa
commit 2bfcfbf03d
32 changed files with 297 additions and 297 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
<f7-list strong inset dividers class="margin-top" v-if="!loading && noAvailableTemplate">
<f7-list-item :title="tt('No available template')"
:footer="tt('Once you add templates, you can long press the Add button on the home page to quickly add a new transaction')"
:footer="tt('Once you add templates, you can long-press the Add button on the home page to quickly add a new transaction')"
v-if="templateType === TemplateType.Normal.type"></f7-list-item>
<f7-list-item :title="tt('No available scheduled transactions')" v-else-if="templateType === TemplateType.Schedule.type"></f7-list-item>
<f7-list-item :title="tt('No available template')" v-else></f7-list-item>