From 18a845ac5530a0d96e6af2705f4db3263ae545f2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 8 Dec 2016 21:52:06 +0100 Subject: [PATCH] New translations --- resources/lang/zh_TW/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index 9ed680fc3c..19d705877a 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -679,6 +679,7 @@ return [ 'report_type_default' => 'Default financial report', 'report_type_audit' => 'Transaction history overview (audit)', 'report_type_category' => 'Category report', + 'report_type_budget' => 'Budget report', 'report_type_meta-history' => '類別、 預算與賬單的概覽', 'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.', 'report_included_accounts' => 'Included accounts', @@ -698,6 +699,7 @@ return [ 'reports_submit' => 'View report', 'end_after_start_date' => 'End date of report must be after start date.', 'select_category' => 'Select one or more categories.', + 'select_budget' => 'Select one or more budgets.', 'income_per_category' => 'Income per category', 'expense_per_category' => 'Expense per category', 'income_per_account' => 'Income per account',