mirror of
https://github.com/we-promise/sure.git
synced 2026-06-01 08:49:01 +00:00
* feat: Move upcoming transactions in a dedicated tab * Adjust formatting * feat: adjust visibility on mobile * feat: change translation label * feat: show only upcoming transactions expected in the next 10 days * feat: show upcoming transactions tab only when option enabled * feat: render empty partial when there are no recurring transactions * feat: align icon sizing and spacing between transactions and upcoming sections * feat: add missing localitazion labels * fix: move filter on upcoming transactions in controller * fix: add missing localitazion labels
53 lines
2.2 KiB
YAML
53 lines
2.2 KiB
YAML
---
|
|
en:
|
|
recurring_transactions:
|
|
title: Recurring Transactions
|
|
upcoming: Upcoming Recurring Transactions
|
|
projected: Projected
|
|
recurring: Recurring
|
|
expected_today: "Expected today"
|
|
expected_in:
|
|
one: "Expected in %{count} day"
|
|
other: "Expected in %{count} days"
|
|
day_of_month: Day %{day} of month
|
|
identify_patterns: Identify Patterns
|
|
cleanup_stale: Clean Up Stale
|
|
settings:
|
|
enable_label: Enable Recurring Transactions
|
|
enable_description: Automatically detect recurring transaction patterns and show upcoming projected transactions.
|
|
settings_updated: Recurring transactions settings updated
|
|
info:
|
|
title: Automatic Pattern Detection
|
|
manual_description: You can manually identify patterns or clean up stale recurring transactions using the buttons above.
|
|
automatic_description: "Automatic identification also runs after:"
|
|
triggers:
|
|
- CSV imports complete (transactions, trades, accounts, etc. )
|
|
- Any provider sync completes ( Plaid, SimpleFIN, etc. )
|
|
identified: Identified %{count} recurring transaction patterns
|
|
cleaned_up: Cleaned up %{count} stale recurring transactions
|
|
marked_inactive: Recurring transaction marked as inactive
|
|
marked_active: Recurring transaction marked as active
|
|
deleted: Recurring transaction deleted
|
|
confirm_delete: Are you sure you want to delete this recurring transaction?
|
|
marked_as_recurring: Transaction marked as recurring
|
|
already_exists: A manual recurring transaction already exists for this pattern
|
|
creation_failed: Failed to create recurring transaction. Please check the transaction details and try again.
|
|
unexpected_error: An unexpected error occurred while creating the recurring transaction
|
|
amount_range: "Range: %{min} to %{max}"
|
|
empty:
|
|
title: No recurring transactions found
|
|
description: Click "Identify Patterns" to automatically detect recurring transactions from your transaction history.
|
|
table:
|
|
merchant: Name
|
|
amount: Amount
|
|
expected_day: Expected Day
|
|
next_date: Next Date
|
|
last_occurrence: Last Occurrence
|
|
status: Status
|
|
actions: Actions
|
|
status:
|
|
active: Active
|
|
inactive: Inactive
|
|
badges:
|
|
manual: Manual
|