mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
* 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
39 lines
1005 B
YAML
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
|