mirror of
https://github.com/we-promise/sure.git
synced 2026-06-01 08:49:01 +00:00
* feat: add auto-open functionality for collapsible sections and streamline unlinked account handling - Introduce `auto-open` Stimulus controller to auto-expand <details> elements based on URL params. - Update all settings sections and panels to support the new `auto_open_param` for seamless navigation. - Improve unlinked account logic for Coinbase, SimpleFIN, and SnapTrade, ensuring consistent and optimized handling. - Refactor sync warnings and badges for better readability and user experience. - Extend localization for additional menu items, warnings, and setup prompts. * fix: improve error handling and safe HTML usage in Coinbase and settings components - Log warning for unhandled exceptions in Coinbase unlinked account count fallback. - Escape `auto_open_param` in settings section for safe HTML injection. - Clean up URL params in `auto-open` controller after auto-expansion. --------- Co-authored-by: luckyPipewrench <luckypipewrench@proton.me>
79 lines
3.1 KiB
YAML
79 lines
3.1 KiB
YAML
---
|
|
en:
|
|
coinbase_items:
|
|
create:
|
|
default_name: Coinbase
|
|
success: Successfully connected to Coinbase! Your accounts are being synced.
|
|
update:
|
|
success: Successfully updated Coinbase configuration.
|
|
destroy:
|
|
success: Scheduled Coinbase connection for deletion.
|
|
setup_accounts:
|
|
title: Import Coinbase Wallets
|
|
subtitle: Select which wallets to track
|
|
instructions: Select the wallets you want to import. Unselected wallets will remain available if you want to add them later.
|
|
no_accounts: All wallets have been imported.
|
|
accounts_count:
|
|
one: "%{count} wallet available"
|
|
other: "%{count} wallets available"
|
|
select_all: Select all
|
|
import_selected: Import Selected
|
|
cancel: Cancel
|
|
creating: Importing...
|
|
complete_account_setup:
|
|
success:
|
|
one: "Imported %{count} wallet"
|
|
other: "Imported %{count} wallets"
|
|
none_selected: No wallets selected
|
|
no_accounts: No wallets to import
|
|
coinbase_item:
|
|
provider_name: Coinbase
|
|
syncing: Syncing...
|
|
reconnect: Credentials need updating
|
|
deletion_in_progress: Deleting...
|
|
sync_status:
|
|
no_accounts: No accounts found
|
|
all_synced:
|
|
one: "%{count} account synced"
|
|
other: "%{count} accounts synced"
|
|
partial_sync: "%{linked_count} synced, %{unlinked_count} need setup"
|
|
status: "Last synced %{timestamp} ago"
|
|
status_with_summary: "Last synced %{timestamp} ago - %{summary}"
|
|
status_never: Never synced
|
|
update_credentials: Update credentials
|
|
delete: Delete
|
|
no_accounts_title: No accounts found
|
|
no_accounts_message: Your Coinbase wallets will appear here after syncing.
|
|
setup_needed: Wallets ready to import
|
|
setup_description: Select which Coinbase wallets you want to track.
|
|
setup_action: Import Wallets
|
|
import_wallets_menu: Import Wallets
|
|
more_wallets_available:
|
|
one: "%{count} more wallet available to import"
|
|
other: "%{count} more wallets available to import"
|
|
select_existing_account:
|
|
title: Link Coinbase Account
|
|
no_accounts_found: No Coinbase accounts found.
|
|
wait_for_sync: Wait for Coinbase to finish syncing
|
|
check_provider_health: Check that your Coinbase API credentials are valid
|
|
balance: Balance
|
|
currently_linked_to: "Currently linked to: %{account_name}"
|
|
link: Link
|
|
cancel: Cancel
|
|
link_existing_account:
|
|
success: Successfully linked to Coinbase account
|
|
errors:
|
|
only_manual: Only manual accounts can be linked to Coinbase
|
|
invalid_coinbase_account: Invalid Coinbase account
|
|
coinbase_item:
|
|
syncer:
|
|
checking_credentials: Checking credentials...
|
|
credentials_invalid: Invalid API credentials. Please check your API key and secret.
|
|
importing_accounts: Importing accounts from Coinbase...
|
|
checking_configuration: Checking account configuration...
|
|
accounts_need_setup:
|
|
one: "%{count} account needs setup"
|
|
other: "%{count} accounts need setup"
|
|
processing_accounts: Processing account data...
|
|
calculating_balances: Calculating balances...
|