mirror of
https://github.com/we-promise/sure.git
synced 2026-04-12 16:47:22 +00:00
* Fix Rules page when no action on rule * Reject new rules without actions * Rule with no action translation * Easy one to keep translations going * Fix tests * Learn something new every day --------- Co-authored-by: Juan José Mata <juanjo.mata@gmail.com>
26 lines
643 B
YAML
26 lines
643 B
YAML
---
|
|
nb:
|
|
rules:
|
|
no_action: Ingen handling
|
|
recent_runs:
|
|
title: Siste Kjøringer
|
|
description: Se kjøringsloggen for reglene dine inkludert suksess/feil-status og transaksjonsantall.
|
|
unnamed_rule: Navnløs Regel
|
|
columns:
|
|
date_time: Dato/Tid
|
|
execution_type: Type
|
|
status: Status
|
|
rule_name: Regelnavn
|
|
transactions_counts:
|
|
queued: I Kø
|
|
processed: Behandlet
|
|
modified: Endret
|
|
execution_types:
|
|
manual: Manuell
|
|
scheduled: Planlagt
|
|
statuses:
|
|
pending: Ventende
|
|
success: Vellykket
|
|
failed: Mislyktes
|
|
|