mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-06 14:05:20 +02:00
Add sync status and errors to account settings page (#1169)
This commit is contained in:
parent
86741401c3
commit
b9341ac302
13 changed files with 124 additions and 38 deletions
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
en:
|
||||
accounts:
|
||||
account:
|
||||
has_issues: Issue detected.
|
||||
troubleshoot: Troubleshoot
|
||||
accountables:
|
||||
property:
|
||||
area_unit: Area unit
|
||||
|
@ -63,6 +66,7 @@ en:
|
|||
accounts: Accounts
|
||||
add_institution: Add institution
|
||||
new_account: New account
|
||||
sync_all: Sync all
|
||||
institution_accounts:
|
||||
add_account_to_institution: Add new account
|
||||
confirm_accept: Delete institution
|
||||
|
@ -72,7 +76,11 @@ en:
|
|||
confirm_title: Delete financial institution?
|
||||
delete: Delete institution
|
||||
edit: Edit institution
|
||||
has_issues: Issue detected, see accounts
|
||||
new_account: Add account
|
||||
status: Last synced %{last_synced_at} ago
|
||||
status_never: Requires data sync
|
||||
syncing: Syncing...
|
||||
institutionless_accounts:
|
||||
other_accounts: Other accounts
|
||||
new:
|
||||
|
|
|
@ -11,5 +11,7 @@ en:
|
|||
name: Financial institution name
|
||||
new:
|
||||
new_institution: New financial institution
|
||||
sync:
|
||||
success: Institution sync started
|
||||
update:
|
||||
success: Institution updated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue