From e4f3d0a0ea39285bf12a986c9bbdc9ae48c51f54 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 18 Feb 2019 19:47:48 +0100 Subject: [PATCH] Some new strings. --- resources/lang/en_US/firefly.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index fb4b9b2cbf..7146a141d9 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -765,6 +765,7 @@ return [ '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_transactions_period' => 'There are no transactions (in this period).', 'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.', 'select_at_least_one_account' => 'Please select at least one asset account', 'select_at_least_one_category' => 'Please select at least one category', @@ -878,7 +879,13 @@ return [ // home page: 'yourAccounts' => 'Your accounts', + 'your_accounts' => 'Your account overview', + 'category_overview' => 'Category overview', + 'expense_overview' => 'Expense account overview', + 'revenue_overview' => 'Revenue account overview', 'budgetsAndSpending' => 'Budgets and spending', + 'budgets_and_spending' => 'Budgets and spending', + 'go_to_budget' => 'Go to budget "{budget}"', 'savings' => 'Savings', 'newWithdrawal' => 'New expense', 'newDeposit' => 'New deposit', @@ -896,7 +903,10 @@ return [ 'searchPlaceholder' => 'Search...', 'version' => 'Version', 'dashboard' => 'Dashboard', + 'available_budget' => 'Available budget ({currency})', 'currencies' => 'Currencies', + 'activity' => 'Activity', + 'usage' => 'Usage', 'accounts' => 'Accounts', 'Asset account' => 'Asset account', 'Default account' => 'Asset account', @@ -919,6 +929,7 @@ return [ 'tools' => 'Tools', 'piggyBanks' => 'Piggy banks', 'piggy_banks' => 'Piggy banks', + 'amount_x_of_y' => '{current} of {total}', 'bills' => 'Bills', 'withdrawal' => 'Withdrawal', 'opening_balance' => 'Opening balance', @@ -1069,8 +1080,11 @@ return [ 'period' => 'Period', 'balance' => 'Balance', 'sum' => 'Sum', + 'summary' => 'Summary', 'average' => 'Average', 'balanceFor' => 'Balance for :name', + 'no_tags_for_cloud' => 'No tags to generate cloud', + 'tag_cloud' => 'Tag cloud', // piggy banks: 'add_money_to_piggy' => 'Add money to piggy bank ":name"',