mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 15:37:33 +08:00
update translation
This commit is contained in:
@@ -411,7 +411,7 @@ function clearAllTransactions(password: string): void {
|
||||
hideLoading();
|
||||
|
||||
showInputPasswordSheetForClearAllTransactions.value = false;
|
||||
showToast('All transactions in this account has been cleared');
|
||||
showToast('All transactions in this account have been cleared');
|
||||
}).catch(error => {
|
||||
clearingData.value = false;
|
||||
hideLoading();
|
||||
|
||||
@@ -147,7 +147,7 @@ function confirm(): void {
|
||||
moving.value = false;
|
||||
hideLoading();
|
||||
|
||||
showToast('All transactions in this account has been moved.');
|
||||
showToast('All transactions in this account have been moved.');
|
||||
router.back();
|
||||
}).catch(error => {
|
||||
moving.value = false;
|
||||
|
||||
@@ -323,7 +323,7 @@
|
||||
<number-pad-sheet :min-value="TRANSACTION_MIN_AMOUNT"
|
||||
:max-value="TRANSACTION_MAX_AMOUNT"
|
||||
:currency="currentAccountCurrency"
|
||||
:hint="tt('Please enter the new closing balance for the account')"
|
||||
:hint="tt('Please enter the new closing balance for this account')"
|
||||
v-model:show="showNewClosingBalanceSheet"
|
||||
v-model="newClosingBalance"
|
||||
@update:model-value="updateClosingBalance"
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
</f7-list-item>
|
||||
<f7-list-item>
|
||||
<template #after-title>
|
||||
{{ tt('Show Transaction Tag') }}
|
||||
{{ tt('Show Transaction Tags') }}
|
||||
</template>
|
||||
<template #after>
|
||||
<f7-toggle :checked="showTagInTransactionListPage" @toggle:change="showTagInTransactionListPage = $event"></f7-toggle>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user