mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Some new strings.
This commit is contained in:
@@ -765,6 +765,7 @@ return [
|
|||||||
'updated_account' => 'Updated account ":name"',
|
'updated_account' => 'Updated account ":name"',
|
||||||
'credit_card_options' => 'Credit card options',
|
'credit_card_options' => 'Credit card options',
|
||||||
'no_transactions_account' => 'There are no transactions (in this period) for asset account ":name".',
|
'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.',
|
'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_account' => 'Please select at least one asset account',
|
||||||
'select_at_least_one_category' => 'Please select at least one category',
|
'select_at_least_one_category' => 'Please select at least one category',
|
||||||
@@ -878,7 +879,13 @@ return [
|
|||||||
|
|
||||||
// home page:
|
// home page:
|
||||||
'yourAccounts' => 'Your accounts',
|
'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',
|
'budgetsAndSpending' => 'Budgets and spending',
|
||||||
|
'budgets_and_spending' => 'Budgets and spending',
|
||||||
|
'go_to_budget' => 'Go to budget "{budget}"',
|
||||||
'savings' => 'Savings',
|
'savings' => 'Savings',
|
||||||
'newWithdrawal' => 'New expense',
|
'newWithdrawal' => 'New expense',
|
||||||
'newDeposit' => 'New deposit',
|
'newDeposit' => 'New deposit',
|
||||||
@@ -896,7 +903,10 @@ return [
|
|||||||
'searchPlaceholder' => 'Search...',
|
'searchPlaceholder' => 'Search...',
|
||||||
'version' => 'Version',
|
'version' => 'Version',
|
||||||
'dashboard' => 'Dashboard',
|
'dashboard' => 'Dashboard',
|
||||||
|
'available_budget' => 'Available budget ({currency})',
|
||||||
'currencies' => 'Currencies',
|
'currencies' => 'Currencies',
|
||||||
|
'activity' => 'Activity',
|
||||||
|
'usage' => 'Usage',
|
||||||
'accounts' => 'Accounts',
|
'accounts' => 'Accounts',
|
||||||
'Asset account' => 'Asset account',
|
'Asset account' => 'Asset account',
|
||||||
'Default account' => 'Asset account',
|
'Default account' => 'Asset account',
|
||||||
@@ -919,6 +929,7 @@ return [
|
|||||||
'tools' => 'Tools',
|
'tools' => 'Tools',
|
||||||
'piggyBanks' => 'Piggy banks',
|
'piggyBanks' => 'Piggy banks',
|
||||||
'piggy_banks' => 'Piggy banks',
|
'piggy_banks' => 'Piggy banks',
|
||||||
|
'amount_x_of_y' => '{current} of {total}',
|
||||||
'bills' => 'Bills',
|
'bills' => 'Bills',
|
||||||
'withdrawal' => 'Withdrawal',
|
'withdrawal' => 'Withdrawal',
|
||||||
'opening_balance' => 'Opening balance',
|
'opening_balance' => 'Opening balance',
|
||||||
@@ -1069,8 +1080,11 @@ return [
|
|||||||
'period' => 'Period',
|
'period' => 'Period',
|
||||||
'balance' => 'Balance',
|
'balance' => 'Balance',
|
||||||
'sum' => 'Sum',
|
'sum' => 'Sum',
|
||||||
|
'summary' => 'Summary',
|
||||||
'average' => 'Average',
|
'average' => 'Average',
|
||||||
'balanceFor' => 'Balance for :name',
|
'balanceFor' => 'Balance for :name',
|
||||||
|
'no_tags_for_cloud' => 'No tags to generate cloud',
|
||||||
|
'tag_cloud' => 'Tag cloud',
|
||||||
|
|
||||||
// piggy banks:
|
// piggy banks:
|
||||||
'add_money_to_piggy' => 'Add money to piggy bank ":name"',
|
'add_money_to_piggy' => 'Add money to piggy bank ":name"',
|
||||||
|
Reference in New Issue
Block a user