From a4d14f8259be4e1f3c28c83061a5e1094e8a058d Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 8 Dec 2016 21:52:01 +0100 Subject: [PATCH] New translations --- resources/lang/zh_HK/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/zh_HK/firefly.php b/resources/lang/zh_HK/firefly.php index 377f4c2ca3..fffc960684 100644 --- a/resources/lang/zh_HK/firefly.php +++ b/resources/lang/zh_HK/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' => 'Categories, budgets and bills overview', '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',