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
+2 -2
View File
@@ -550,7 +550,7 @@ function showReconciliationStatementCustomDateRangeDialog(account: Account, date
function moveAllTransactions(account: Account): void {
moveAllTransactionsDialog.value?.open(account).then(() => {
snackbar.value?.showMessage('All transactions in this account has been moved.');
snackbar.value?.showMessage('All transactions in this account have been moved.');
if (accountsStore.accountListStateInvalid && !loading.value) {
reload(false);
@@ -560,7 +560,7 @@ function moveAllTransactions(account: Account): void {
function clearAllTransactions(account: Account): void {
clearAllTransactionsDialog.value?.open(account).then(() => {
snackbar.value?.showMessage('All transactions in this account has been cleared');
snackbar.value?.showMessage('All transactions in this account have been cleared');
if (accountsStore.accountListStateInvalid && !loading.value) {
reload(false);
@@ -565,7 +565,7 @@ function updateClosingBalance(): void {
}
amountInputDialog.value?.open({
text: 'Please enter the new closing balance for the account',
text: 'Please enter the new closing balance for this account',
inputLabel: 'Closing Balance',
inputPlaceholder: 'Closing Balance',
currency: currentAccountCurrency.value,