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>
22 lines
530 B
YAML
22 lines
530 B
YAML
---
|
|
zh-CN:
|
|
activerecord:
|
|
attributes:
|
|
account:
|
|
balance: 余额
|
|
currency: 币种
|
|
family: 家庭
|
|
family_id: 家庭
|
|
name: 名称
|
|
subtype: 子类型
|
|
models:
|
|
account: 账户
|
|
account/credit: 信用卡
|
|
account/depository: 银行账户
|
|
account/investment: 投资账户
|
|
account/loan: 贷款
|
|
account/other_asset: 其他资产
|
|
account/other_liability: 其他负债
|
|
account/property: 房产/房地产
|
|
account/vehicle: 车辆
|