Files
sure/config/locales/views/budgets/en.yml
Tao Chen aacbb5ef3b Budget page refactor: split into(All - Over Budget - On Track) (#1195)
* Optimize UI in budget

* update locales

* Optimize UI

* optimize suggested_daily_spending

* try over_budget and on_track

* update locale

* optimize

* add budgets_helper.rb

* fix

* hide no buget and no expense sub-catogory

* Optimize

* Optimize button on phone

* Fix Pipelock CI noise

* using section to render both overbudget and onTrack

* hide last ruler

* fix

* update test

---------

Co-authored-by: Juan José Mata <juanjo.mata@gmail.com>
2026-04-13 20:03:55 +02:00

34 lines
937 B
YAML

---
en:
budgets:
name:
custom_range: "%{start} - %{end_date}"
month_year: "%{month}"
show:
categories:
amount: Amount
edit: Edit
title: Categories
on_track_categories:
short_title: On Track
title: On Track
over_budget_categories:
short_title: Over Budget
title: Over Budget
filter:
all: All
on_track: On Track
over_budget: Over Budget
tabs:
actual: Actual
budgeted: Budgeted
copy_previous_prompt:
title: "Set up your budget"
description: "You can copy your budget from %{source_name} or start fresh."
copy_button: "Copy from %{source_name}"
fresh_button: "Start fresh"
copy_previous:
success: "Budget copied from %{source_name}"
no_source: "No previous budget found to copy from"
already_initialized: "This budget has already been set up"