diff --git a/resources/lang/zh_TW/form.php b/resources/lang/zh_TW/form.php index 63dbda5b31..fb0f7ed607 100644 --- a/resources/lang/zh_TW/form.php +++ b/resources/lang/zh_TW/form.php @@ -31,8 +31,8 @@ return [ 'journal_source_account_id' => '資產帳戶 (源頭)', 'account_from_id' => '從帳戶', 'account_to_id' => '到帳戶', - 'source_account' => 'Source account', - 'destination_account' => 'Destination account', + 'source_account' => '來源帳戶', + 'destination_account' => '目標帳戶', 'journal_destination_account_id' => '資產帳戶 (目標)', 'asset_destination_account' => '資產帳戶 (目標)', 'asset_source_account' => '資產帳戶 (來源)',