{{ __('Purchases') }}
{{ __('The total number of treasures acquired during this period.') }}
{{ __('Successfully obtained: ') . $completed_purchases . __(' // Still on the horizon: ') . $pending_purchases }}
{{ __('Purchase Returns') }}
{{ __('The count of items returning from their adventures.') }}
{{ __('Total returns: ') . $total_purchase_returns . __(' // Value returned: ') . format_currency($purchase_returns_amount) }}
{{ __('Sales') }}
{{ __('The total value of goods successfully traded during this epic journey.') }}
{{ __('Successful transactions: ') . $total_sales }}
{{ __('Sale Returns') }}
{{ __('The count of goods deciding to return to their origin.') }}
{{ __('Total returns: ') . $total_sale_returns . __(' // Value returned: ') . format_currency($sale_returns_amount) }}
{{ __('Payments Received') }}
{{ __('The total amount received from valiant warriors and wise merchants.') }}
{{ __('Payments Sent') }}
{{ __('The total amount sent for acquiring new treasures and honoring return quests.') }}
{{ __('Includes expenses for maps, supplies, and magical artifacts.') }}
{{ __('Expenses') }}
{{ __('The total cost incurred during this adventure.') }}
{{ __('Payments Net') }}
{{ __('Net Payments is the magic result of received gold after deducting sent gold.') }}
{{ __('This represents the net amount received after deducting payments sent on quests.') }}
{{ __('Profit') }}
{{ __('Profit is the epic result of successful trades and quests - the costs of obtaining treasures.') }}