mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
* fix: Handle empty compound conditions on rules index * fix: avoid contradictory rule condition summary on /rules * refactor: move rules condition display logic from view to model * fix: localize rule title fallback and preload conditions in rules index
26 lines
746 B
YAML
26 lines
746 B
YAML
---
|
||
tr:
|
||
rules:
|
||
no_action: İşlem yok
|
||
no_condition: Koşul yok
|
||
recent_runs:
|
||
title: Son Çalıştırmalar
|
||
description: Başarı/başarısızlık durumu ve işlem sayıları dahil olmak üzere kurallarınızın yürütme geçmişini görüntüleyin.
|
||
unnamed_rule: İsimsiz Kural
|
||
columns:
|
||
date_time: Tarih/Saat
|
||
execution_type: Tür
|
||
status: Durum
|
||
rule_name: Kural Adı
|
||
transactions_counts:
|
||
queued: Kuyruğa Alındı
|
||
processed: İşlendi
|
||
modified: Değiştirildi
|
||
execution_types:
|
||
manual: Manuel
|
||
scheduled: Zamanlanmış
|
||
statuses:
|
||
pending: Beklemede
|
||
success: Başarılı
|
||
failed: Başarısız
|