mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 12:34:12 +00:00
Support uncategorized investments (#593)
* Support uncategorized investments * FIX sankey id collision * Fix reports * Fix hardcoded string and i8n * FIX plurals * Remove spending patterns section add net worth section to reports
This commit is contained in:
6
config/locales/models/category/en.yml
Normal file
6
config/locales/models/category/en.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
en:
|
||||
models:
|
||||
category:
|
||||
uncategorized: Uncategorized
|
||||
other_investments: Other Investments
|
||||
@@ -69,8 +69,8 @@ en:
|
||||
add_transaction: Add Transaction
|
||||
add_account: Add Account
|
||||
transactions_breakdown:
|
||||
title: Transactions Breakdown
|
||||
no_transactions: No transactions found for the selected period and filters
|
||||
title: Activity Breakdown
|
||||
no_transactions: No activity found for the selected period and filters
|
||||
filters:
|
||||
title: Filters
|
||||
category: Category
|
||||
@@ -102,12 +102,25 @@ en:
|
||||
expense: Expenses
|
||||
income: Income
|
||||
uncategorized: Uncategorized
|
||||
transactions: transactions
|
||||
entries:
|
||||
one: entry
|
||||
other: entries
|
||||
percentage: "% of Total"
|
||||
pagination:
|
||||
showing: Showing %{count} transactions
|
||||
showing:
|
||||
one: Showing %{count} entry
|
||||
other: Showing %{count} entries
|
||||
previous: Previous
|
||||
next: Next
|
||||
net_worth:
|
||||
title: Net Worth
|
||||
current_net_worth: Current Net Worth
|
||||
period_change: Period Change
|
||||
assets_vs_liabilities: Assets vs Liabilities
|
||||
total_assets: Assets
|
||||
total_liabilities: Liabilities
|
||||
no_assets: No assets
|
||||
no_liabilities: No liabilities
|
||||
investment_performance:
|
||||
title: Investment Performance
|
||||
portfolio_value: Portfolio Value
|
||||
|
||||
Reference in New Issue
Block a user