mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
40 lines
1.5 KiB
YAML
40 lines
1.5 KiB
YAML
---
|
|
en:
|
|
rules:
|
|
no_action: No Action
|
|
actions:
|
|
value_placeholder: Enter a value
|
|
apply_all:
|
|
button: Apply All
|
|
confirm_title: Apply All Rules
|
|
confirm_message: You are about to apply %{count} rules affecting %{transactions} unique transactions. Please confirm if you wish to proceed.
|
|
confirm_button: Confirm and Apply All
|
|
success: All rules have been queued for execution
|
|
ai_cost_title: AI Cost Estimation
|
|
ai_cost_message: This will use AI to categorize up to %{transactions} transactions.
|
|
estimated_cost: "Estimated cost: ~$%{cost}"
|
|
cost_unavailable_model: Cost estimation unavailable for model "%{model}".
|
|
cost_unavailable_no_provider: Cost estimation unavailable (no LLM provider configured).
|
|
cost_warning: You may incur costs, please check with the model provider for the most up-to-date prices.
|
|
view_usage: View usage history
|
|
recent_runs:
|
|
title: Recent Runs
|
|
description: View the execution history of your rules including success/failure status and transaction counts.
|
|
unnamed_rule: Unnamed Rule
|
|
columns:
|
|
date_time: Date/Time
|
|
execution_type: Type
|
|
status: Status
|
|
rule_name: Rule Name
|
|
transactions_counts:
|
|
queued: Queued
|
|
processed: Processed
|
|
modified: Modified
|
|
execution_types:
|
|
manual: Manual
|
|
scheduled: Scheduled
|
|
statuses:
|
|
pending: Pending
|
|
success: Success
|
|
failed: Failed
|