Files
sure/config/locales/views/properties/en.yml
Zach Gollwitzer 65db49273c Account Activity View + Account Forms (#1406)
* Remove balance mode, sketch out refactor

* Activity view checkpoint

* Entry partials, checkpoint

* Finish txn partial

* Give entries context when editing for different turbo responses

* Calculate change of balance for each entry

* Account tabs consolidation

* Translations, linting, brakeman updates

* Account actions concern

* Finalize forms, get account system tests passing

* Get tests passing

* Lint, rubocop, schema updates

* Improve routing and stream responses

* Fix broken routes

* Add import option for adding accounts

* Fix system test

* Fix test specificity

* Fix sparklines

* Improve account redirects
2024-11-04 20:27:31 -05:00

39 lines
1005 B
YAML

---
en:
properties:
create:
success: Property account created
edit:
edit: Edit %{account}
destroy:
success: Property account deleted
form:
address_line1: Street address
address_line1_placeholder: 123 Main St
area: Living area
area_placeholder: '2000'
area_unit: Unit of measurement
country: Country
country_placeholder: US
locality: City
locality_placeholder: San Francisco
none: None
postal_code: ZIP/Postal code
postal_code_placeholder: '94105'
region: State/Province
region_placeholder: CA
subtype_prompt: Select property type
year_built: Year built
year_built_placeholder: '2000'
new:
title: Enter property details
overview:
living_area: Living Area
market_value: Market Value
purchase_price: Purchase Price
trend: Trend
unknown: Unknown
year_built: Year Built
update:
success: Property account updated