Files
bigcapital/packages/server/src/i18n/en/cash_flow_statement.json
Ahmed Bouhuolia de3d4698ea fix: localize hardcoded strings in financial reports
- Fix cash_flow_statement.net_cash_investing not being localized
- Add translation keys for Account name, Total, sheet name, From/To dates
- Create contact_summary_balance.json for Customer/Vendor Balance Summary
- Create trial_balance_sheet.json for Trial Balance Sheet columns
- Create inventory_item_details.json for Inventory Item Details
- Create transactions_by_contact.json for Transactions by Contact
- Fix hardcoded strings in TrialBalanceSheetTable column labels
- Fix hardcoded 'Total' in CustomerBalanceSummary and VendorBalanceSummary
- Fix hardcoded column headers in InventoryItemDetailsTable
- Fix hardcoded Opening/Closing balance strings

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 22:07:00 +02:00

19 lines
764 B
JSON

{
"operating_activities": "OPERATING ACTIVITIES",
"net_income": "Net income",
"operating_accounts": "Adjustments net income by operating activities.",
"net_cash_operating": "Net cash provided by operating activities",
"investment_activities": "INVESTMENT ACTIVITIES",
"net_cash_investing": "Net cash provided by investing activities",
"financial_activities": "FINANCIAL ACTIVITIES",
"net_cash_financing": "Net cash provided by financing activities",
"cash_beginning_period": "Cash at beginning of period",
"net_cash_increase": "NET CASH INCREASE FOR PERIOD",
"cash_end_period": "CASH AT END OF PERIOD",
"account_name": "Account name",
"total": "Total",
"sheet_name": "Statement of Cash Flow",
"from_date": "From",
"to_date": "To"
}