mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
* add zh-CN.yml for chinese * The files appear to use CRLF line endings instead of LF (Unix-style). * Add the missing entries to the zh-CN.yml file and include the Simplified Chinese option. * Fix grammatical errors Signed-off-by: jiang123574 <jiang123574@163.com> * Update languages_helper.rb Signed-off-by: jiang123574 <jiang123574@163.com> * Update 'SimpleFin' to 'SimpleFIN' in translations Signed-off-by: jiang123574 <jiang123574@163.com> * update zh-CN.yml * update zh-CN.yml * add new zh-CN.yml * CodeRabbit comments * Enable Banking i18n --------- Signed-off-by: jiang123574 <jiang123574@163.com> Co-authored-by: Juan José Mata <juanjo.mata@gmail.com>
25 lines
661 B
YAML
25 lines
661 B
YAML
---
|
|
zh-CN:
|
|
rules:
|
|
no_action: 无操作
|
|
recent_runs:
|
|
columns:
|
|
date_time: 日期/时间
|
|
execution_type: 执行类型
|
|
rule_name: 规则名称
|
|
status: 状态
|
|
transactions_counts:
|
|
modified: 已修改
|
|
processed: 已处理
|
|
queued: 待处理
|
|
description: 查看规则的执行历史,包括成功/失败状态和交易处理数量。
|
|
execution_types:
|
|
manual: 手动执行
|
|
scheduled: 计划执行
|
|
statuses:
|
|
failed: 失败
|
|
pending: 等待中
|
|
success: 成功
|
|
title: 最近执行记录
|
|
unnamed_rule: 未命名规则
|