From 7b91e98d46cfc9f2db173aea8d49b5293c36c9cd Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Nov 2016 17:01:58 +0100 Subject: [PATCH] New translations --- resources/lang/zh_TW/firefly.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index c1bd4a5b04..0084a811db 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -521,6 +521,9 @@ return [ 'stored_new_account' => 'New account ":name" stored!', 'updated_account' => 'Updated account ":name"', 'credit_card_options' => 'Credit card options', + 'no_transactions_account' => 'There are no transactions (in this period) for asset account ":name".', + 'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.', + 'select_more_than_one_account' => 'Please select more than one account', // categories: 'new_category' => 'New category',