Files
sure/config/locales/models/trend/zh-CN.yml
jiang123574 3b8888c8de Add Chinese localization (#471)
* 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>
2025-12-23 11:21:53 +01:00

14 lines
502 B
YAML

---
zh-CN:
activemodel:
errors:
models:
trend:
attributes:
current:
must_be_of_the_same_type_as_previous: 必须与 previous 的数据类型相同
must_be_of_type_money_numeric_or_nil: 必须是 Money、Numeric 或 nil 类型
previous:
must_be_of_the_same_type_as_current: 必须与 current 的数据类型相同
must_be_of_type_money_numeric_or_nil: 必须是 Money、Numeric 或 nil 类型