mirror of
https://github.com/we-promise/sure.git
synced 2026-06-01 00:39:01 +00:00
* 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>
34 lines
937 B
YAML
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"
|