Some new strings.

This commit is contained in:
James Cole
2019-02-18 19:47:48 +01:00
parent f7e418f517
commit e4f3d0a0ea

View File

@@ -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"',