mirror of
https://github.com/we-promise/sure.git
synced 2026-04-17 11:04:14 +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>
21 lines
573 B
YAML
21 lines
573 B
YAML
---
|
|
zh-CN:
|
|
activerecord:
|
|
attributes:
|
|
user:
|
|
email: 邮箱
|
|
family: 家庭
|
|
family_id: 家庭
|
|
first_name: 名字
|
|
last_name: 姓氏
|
|
password: 密码
|
|
password_confirmation: 密码确认
|
|
errors:
|
|
models:
|
|
user:
|
|
attributes:
|
|
base:
|
|
cannot_deactivate_admin_with_other_users: 存在其他用户时无法删除管理员账户,请先删除所有家庭成员。
|
|
profile_image:
|
|
invalid_file_size: 文件大小必须小于 %{max_megabytes}MB
|