mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
* Basic plaid data model and linking * Remove institutions, add plaid items * Improve schema and Plaid provider * Add webhook verification sketch * Webhook verification * Item accounts and balances sync setup * Provide test encryption keys * Fix test * Only provide encryption keys in prod * Try defining keys in test env * Consolidate account sync logic * Add back plaid account initialization * Plaid transaction sync * Sync UI overhaul for Plaid * Add liability and investment syncing * Handle investment webhooks and process current day holdings * Remove logs * Remove "all" period select for performance * fix amount calc * Remove todo comment * Coming soon for investment historical data * Document Plaid configuration * Listen for holding updates
26 lines
540 B
YAML
26 lines
540 B
YAML
---
|
|
en:
|
|
vehicles:
|
|
edit:
|
|
edit: Edit %{account}
|
|
form:
|
|
make: Make
|
|
make_placeholder: Toyota
|
|
mileage: Mileage
|
|
mileage_placeholder: '15000'
|
|
mileage_unit: Unit
|
|
model: Model
|
|
model_placeholder: Camry
|
|
year: Year
|
|
year_placeholder: '2023'
|
|
new:
|
|
title: Enter vehicle details
|
|
overview:
|
|
current_price: Current Price
|
|
make_model: Make & Model
|
|
mileage: Mileage
|
|
purchase_price: Purchase Price
|
|
trend: Trend
|
|
unknown: Unknown
|
|
year: Year
|